/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */


/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */


/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/


/* 
==========================================================================
Base styles: opinionated defaults
========================================================================== 
*/

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}


/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

 ::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}


/* 
==========================================================================
Author's custom styles
========================================================================== 
*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/*** GLOBALES ***/

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url(../fonts/OpenSans/OpenSans-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url(../fonts/OpenSans/OpenSans-SemiBold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), url(../fonts/OpenSans/OpenSans-Bold.ttf) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'Oswald';
    src: local('Oswald'), url(../fonts/Oswald/Oswald-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Oswald';
    src: local('Oswald'), url(../fonts/Oswald/Oswald-SemiBold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Oswald';
    src: local('Oswald'), url(../fonts/Oswald/Oswald-Bold.ttf) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), url(../fonts/PTSans/PTSans-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'PT Sans';
    src: local('PT Sans'), url(../fonts/PTSans/PTSans-Bold.ttf) format('truetype');
    font-weight: 900;
}

.seccion {
    padding: 40px 0;
    line-height: 1.4;
}

.seccion p {
    font-size: 1em;
}

@media (min-width: 768px) {
    .seccion p {
        font-size: 1.2em;
    }
}

body {
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6em;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2em;
    }
}

h2:after {
    content: ' ';
    background-image: url(../img/separador.png);
    display: block;
    height: 24px;
    width: 100px;
    margin: 0 auto;
}

h3 {
    color: #fe4918;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.4em;
    font-weight: 900;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 768px) {
    h3 {
        font-size: 1.6em;
        line-height: 2.2;
    }
}

.centrar-texto {
    text-align: center;
}

.contenedor {
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
}

.contenedor1 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.m0 {
    margin: 0;
}

.boton {
    background-color: #fe4918;
    border: 2px solid #fe4918;
    border-radius: .5em;
    color: #ffffff;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 8px 40px;
    text-decoration: none;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .boton {
        font-size: 1.2em;
    }
}

.boton.hollow,
.boton.hollow:hover {
    background-color: #ffffff;
    color: #fe4918;
}

.boton.transparente {
    background-color: transparent;
    border: 2px solid #ffffff;
}

.boton.transparente:hover {
    border: 2px solid #fe4918;
}

.float-right {
    float: right;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}


/* HEADER */

div.hero {
    background-image: url(../img/encabezado.jpg);
    height: 100vh;
    background-position: top center;
    background-size: cover;
}

.contenido-header {
    color: #ffffff;
    padding-top: 4em;
}

nav.redes-sociales a {
    color: #ffffff;
    font-size: 1.6em;
    margin-right: 1em;
}

nav.redes-sociales a:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    nav.redes-sociales a {
        font-size: 2em;
        margin-right: 1em;
    }
}

div.informacion-evento {
    padding-top: 8em;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 768px) {
    div.informacion-evento {
        padding-top: 9em;
    }
}

div.informacion-evento p {
    text-transform: uppercase;
    font-size: 1em;
}

div.informacion-evento p i {
    color: #fe4918;
    font-size: 1.2em;
}

@media (min-width: 480px) {
    div.informacion-evento p {
        text-transform: uppercase;
        font-size: 1.2em;
    }
    div.informacion-evento p i {
        color: #fe4918;
        font-size: 1.4em;
    }
}

@media (min-width: 768px) {
    div.informacion-evento p {
        font-size: 1.3em;
    }
    div.informacion-evento p i {
        font-size: 1.5em;
    }
}

h1 {
    font-family: 'PT Sans', sans-serif;
    font-size: 11.5vw;
    font-weight: 900;
    text-transform: uppercase;
    margin: .55em 0;
}

@media (min-width: 480px) {
    h1 {
        margin: .35em 0;
    }
}

@media (min-width: 768px) {
    h1 {
        margin: .15em 0;
    }
}

p.slogan {
    font-size: 1em;
    margin: 0;
}

p.slogan span {
    font-weight: 900;
}

@media (min-width: 480px) {
    p.slogan {
        font-size: 1.3em;
    }
}

@media (min-width: 768px) {
    p.slogan {
        font-size: 1.6em;
    }
}


/* BARRA DE NAVEGACIÓN */

div.barra {
    background-color: #353535;
    padding: .7em 0;
}

div.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

div.logo {
    width: 45%;
}

div.logo img {
    width: 100%;
}

@media (min-width: 768px) {
    div.logo {
        width: 33.3%;
    }
}

nav.navegacion-principal {
    width: 100%;
    display: none;
}

@media (min-width: 768px) {
    nav.navegacion-principal {
        display: block;
        width: 66.6%;
        text-align: right;
    }
}

nav.navegacion-principal a {
    color: #ffffff;
    display: block;
    font-size: 1.1em;
    font-family: 'Oswald', sans-serif;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

@media (min-width: 768px) {
    nav.navegacion-principal a {
        display: inline-block;
    }
}

nav.navegacion-principal a:last-child {
    border: 1px solid #fe4918;
    color: #fe4918;
    margin-left: 79%;
}

@media (min-width: 768px) {
    nav.navegacion-principal a:last-child {
        margin-left: 0;
    }
}


/* MENÚ MÓVIL */

div.menu-movil {
    width: 50px;
    display: block;
    text-align: right;
    margin-top: 6px;
}

@media (min-width: 768px) {
    div.menu-movil {
        display: none;
    }
}

div.menu-movil span {
    height: 5px;
    margin-bottom: 6px;
    background-color: #ffffff;
    display: block;
}


/* PROGRAMA DEL EVENTO */

section.programa {
    position: relative;
}

div.contenedor-video {
    max-width: 100%;
    overflow-x: hidden;
}

div.contenedor-video video {
    margin-left: -35em;
}

@media (min-width: 768px) {
    div.contenedor-video video {
        margin-left: -30em;
    }
}

div.contenido-programa {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

div.programa-evento {
    max-width: 80%;
    background-color: rgba(255, 255, 255, .8);
    padding: 1em;
    margin-top: 2em;
}

@media (min-width: 768px) {
    div.programa-evento {
        max-width: 70%;
    }
}

nav.menu-programa {
    border-bottom: 2px solid #fe4918;
    display: table;
    padding-bottom: 8px;
    width: 100%;
}

nav.menu-programa a {
    color: #000000;
    display: table-cell;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-decoration: none;
}

div.detalle-evento p {
    line-height: 2.2 !important;
}

nav.menu-programa a i,
div.detalle-evento p i {
    color: #fe4918;
    font-size: 1.25em;
    margin-right: 5px;
}

@media (min-width: 768px) {
    nav.menu-programa a {
        font-size: 1.2em;
    }
    div.detalle-evento p {
        font-size: 1.2em !important;
    }
    nav.menu-programa a i,
    div.detalle-evento p i {
        font-size: 1.4em;
    }
}


/* DETALLES DEL EVENTO */

div.info-curso {
    font-size: 80%;
}

div.detalle-evento {
    border-bottom: 1px solid #000000;
    margin-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
}

div.detalle-evento:nth-child(2) {
    border-bottom: none;
}

div.detalle-evento p {
    font-size: 1.1em;
    line-height: 1.1;
    margin: 0;
    padding-left: 40px;
}


/* INVITADOS */

ul.lista-invitados li {
    padding: 10px;
    float: left;
    width: 50%;
}

@media (min-width: 768px) {
    ul.lista-invitados li {
        width: 33.3%;
    }
}

div.invitado {
    position: relative;
}

div.invitado img {
    margin: 0;
    padding: 0;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s ease-in-out;
}

div.invitado img:hover {
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.1);
}

div.invitado p {
    background-color: rgba(0, 0, 0, .5);
    color: #fe4918;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}


/* CONTADOR */

.parallax::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    filter: brightness(.8);
    -webkit-filter: brightness(.8);
}

div.contador {
    position: relative;
    height: 28em;
}

@media (min-width: 768px) {
    div.contador {
        height: 16em;
    }
}

div.contador::before {
    background-image: url(../img/bg-resumen.jpg);
    content: ' ';
}

ul.resumen-evento {
    position: relative;
    padding: 3em 0;
}

ul.resumen-evento li {
    float: left;
    text-align: center;
    width: 50%;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    ul.resumen-evento li {
        width: 25%;
        margin-bottom: 0;
    }
}

p.numero {
    color: #fe4918;
    display: block;
    font-size: 2.8em;
    font-weight: 700;
    margin: 0;
}


/* TABLA DE PRECIOS */

section.precio div.contenedor1 {
    width: 60%;
}

@media (min-width: 768px) {
    section.precio div.contenedor1 {
        width: 90%;
    }
}

ul.lista-precios>li {
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {
    ul.lista-precios {
        display: flex;
        justify-content: space-between;
    }
    ul.lista-precios>li {
        flex-basis: calc(33.3% - 10px);
        margin-bottom: 0;
    }
}

div.tabla-precios {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
}

div.tabla-precios h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
}

@media (min-width: 768px) {
    div.tabla-precios h3 {
        font-size: 1.4em;
    }
}

div.tabla-precios p.numero {
    color: #111111;
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    margin-bottom: .5em;
}

div.tabla-precios ul li {
    color: #868686;
    font-family: 'PT Sans', sans-serif;
    font-size: 90%;
    margin-bottom: 20px;
}

div.tabla-precios ul li i {
    padding-right: 8px;
    font-size: .6em;
    color: green;
}


/* MAPA */

div.mapa {
    height: 420px;
    background-color: green;
}


/*** TESTIMONIALES ***/

div.testimoniales {
    padding: 20px;
}

div.testimoniales.contenedor1 {
    width: 80%;
}

@media (min-width: 768px) {
    div.testimoniales.contenedor1 {
        width: 90%;
    }
}

div.testimonial {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #323232;
    border-radius: .5em;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    div.testimoniales {
        padding: 0;
        display: flex;
        justify-content: space-between;
        font-size: 80%;
    }
    div.testimonial {
        flex-basis: calc(33.3% - 10px);
        margin-bottom: 0;
        padding: 0;
    }
}

blockquote {
    position: relative;
}

@media (min-width: 768px) {
    blockquote {
        margin: 0 0 10px 0;
    }
}

blockquote p {
    font-family: 'PT Sans', sans-serif;
    text-align: justify;
    padding: 0 20px 0 75px;
}

@media (min-width: 768px) {
    blockquote p {
        padding: 0 20px 0 65px;
    }
}

blockquote p::before {
    content: '\201c';
    position: absolute;
    left: 5px;
    top: -6px;
    margin: 0;
    padding: 0;
    font-size: 9em;
    line-height: 1;
    color: #fe4918;
}

@media (min-width: 768px) {
    blockquote p::before {
        left: 15px;
        font-size: 8em;
    }
}

footer.info-testimonial {
    padding: 0 15px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

footer.info-testimonial img {
    flex-basis: 25%;
    width: 25%;
    border: 2px solid #e1e1e1;
    border-radius: 50%;
}

footer.info-testimonial cite {
    flex-basis: 75%;
    text-align: left;
    padding-left: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    font-weight: 900;
    font-style: normal;
    color: #fe4918;
    text-transform: uppercase;
}

footer.info-testimonial cite span {
    display: block;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    font-size: .8em;
    font-weight: 400;
    color: #313131;
}


/*** NEWSLETTER ***/

div.newsletter {
    position: relative;
    height: auto;
}

div.newsletter::before {
    background-image: url(../img/bg-newsletter.jpg);
    content: ' ';
}

div.newsletter .contenido {
    padding: 100px 0;
    text-align: center;
    position: relative;
    line-height: .5;
}

div.newsletter .contenido p {
    color: #ffffff;
    font-size: 1.4em;
    text-transform: lowercase;
}

div.newsletter .contenido h3 {
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 9vw;
    font-weight: 900;
    text-transform: uppercase;
}


/*** CUENTA REGRESIVA ***/

div.cuenta-regresiva ul li {
    float: left;
    text-align: center;
    width: 50%;
    color: #000000;
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0;
}

@media (min-width: 768px) {
    div.cuenta-regresiva {
        width: 75%;
        margin: 0 auto;
    }
    div.cuenta-regresiva ul li {
        width: 25%;
        margin: 0;
    }
}


/*** FOOTER ***/

footer.site-footer {
    background-color: #353535;
    margin-top: 20px;
    padding-top: 15px;
}

footer .contenido>div {
    color: #ffffff;
    padding: 10px 0 20px 0;
    font-size: 90%;
    margin: 0;
    line-height: 1.4;
}

@media (min-width: 768px) {
    footer .contenido {
        display: flex;
        justify-content: space-between;
    }
    footer .contenido .footer-informacion,
    footer .contenido .ultimos-tweets {
        flex-basis: calc(40% - 20px);
        line-height: 1.4;
    }
    footer .contenido .footer-informacion {
        margin-right: 3em;
    }
    footer .contenido .ultimos-tweets {
        margin-right: 2em;
    }
    footer .contenido .menu-redes {
        flex-basis: calc(20% - 20px);
    }
    footer .contenido .menu-redes h3 {
        text-align: center;
    }
    footer .contenido .menu-redes a {
        display: block;
        text-align: center;
        margin: 0;
        padding: 0 15px 0 0;
        font-size: 160%;
    }
    footer .contenido>div {
        font-size: 80%;
        line-height: .7;
    }
}

footer h3 {
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer h3 span {
    color: #fe4918;
}

footer .footer-informacion p {
    margin: 0;
    padding: 0;
}

footer .ultimos-tweets li {
    margin-bottom: 15px;
}

footer .ultimos-tweets li:last-child {
    margin-bottom: 0;
}

footer nav.redes-sociales {
    text-align: left;
}

@media (min-width: 768px) {
    footer nav.redes-sociales h3 {
        text-align: right;
    }
    footer nav.redes-sociales a {
        line-height: 1.4;
        margin-bottom: 10px;
    }
}

footer p.copyright {
    color: #ffffff;
    font-size: 70%;
    text-align: center;
    padding: 20px 0;
    background-color: #2e2e2e;
    margin: 10px 0 0 0;
}


/*** INTERNAS ***/


/** Registro **/

form.registro h3 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 1.4em;
}

@media (min-width: 768px) {
    form.registro h3 {
        font-size: 1.2em;
    }
}

form.registro label {
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: 700;
}

form.registro input,
form.registro option {
    font-size: .9em;
}

#error {
    clear: both;
    text-align: center;
}

h4 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #fe4918;
    padding-bottom: 5px;
    font-size: 1.1em;
    margin-top: 0;
}

div.caja {
    background-color: #ffffff;
    border-color: 1px solid #e1e1e1;
    padding: 15px;
}

div.campo {
    padding: 10px;
    margin-top: 0;
}

form.registro div.campo label {
    display: inline-block;
    min-width: 80px;
}

form.registro div.campo input {
    display: inline-block;
    min-width: 70%;
}

@media (min-width: 768px) {
    form.registro div.campo {
        float: left;
        width: 33.3%;
    }
    form.registro div.campo label {
        display: block;
    }
    form.registro div.campo input {
        min-width: 90%;
    }
}

div.paquetes .tabla-precios label {
    display: block;
    text-transform: initial;
}

div.paquetes .tabla-precios input {
    clear: both;
    width: 100px;
    margin: 10px auto 0 auto;
}

@media (min-width: 768px) {
    div.paquetes .tabla-precio input {
        width: 100px;
    }
}

.orden {
    padding: 15px 0;
}

div.contenido-dia {
    padding: 0 20px;
    margin-top: 25px;
    display: none;
}

div.contenido-dia:first-of-type {
    margin-top: 0;
}

@media (min-width: 768px) {
    div.contenido-dia {
        margin-right: 10 px;
    }
    div.contenido-dia:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    div.contenido-dia>div {
        float: left;
        width: 33.3%;
    }
}

div.contenido-dia>div p {
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    line-height: .8;
    margin-top: 25px !important;
}

div.contenido-dia>div p:first-child {
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    div.contenido-dia>div p {
        margin-top: 0 !important;
    }
}

div.contenido-dia>div label {
    display: block;
}

div.contenido-dia>div input {
    margin-right: 5px;
}

div.contenido-dia>div label {
    font-size: .8em;
    font-weight: 400;
}

div.contenido-dia>div label time {
    color: #fe4918;
    font-weight: 700;
}


/** Resumen **/

.resumen p {
    font-size: 1em;
    text-transform: uppercase;
}

.resumen .caja {
    font-size: .9em;
    padding: 30px;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .resumen .caja {
        padding: 20px;
    }
    .resumen .extras {
        float: left;
        width: 50%;
        padding: 15px 20px 0 0;
    }
    .resumen .total {
        padding-left: 20px;
    }
    .extras .orden {
        text-align: left;
        padding-top: 20px;
    }
}

.extras .orden:first-of-type {
    padding-top: 0;
}

.extras .orden label {
    display: block;
}

.extras .orden input {
    display: inline-block;
    width: 100px;
}

.extras .orden select {
    display: inline-block;
    width: 180px;
}

.resumen .total {
    margin-top: 30px;
}

@media (min-width: 768px) {
    hr {
        display: none;
    }
    .resumen .total {
        float: right;
        width: 50%;
        margin-top: 0;
    }
}

.resumen .boton {
    display: block;
    margin: 20px auto 30px auto;
    font-size: 1.1em;
}

@media (min-width: 768px) {
    .resumen .boton {
        margin: 25px auto 20px auto;
    }
}

#lista-productos {
    background-color: #e1e1e1;
    padding: 20px;
    display: none;
}

.total #total_titulo {
    padding-top: 2em;
}

.total #total_titulo p {
    margin: 0;
}

#suma-total {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #fe4918;
    margin: 0;
}


/* ==========================================================================
     Helper classes
     ========================================================================== */


/*
   * Hide visually and from screen readers
   */

.hidden,
[hidden] {
    display: none !important;
}


/*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}


/*
   * Extends the .sr-only class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}


/*
   * Hide visually and from screen readers, but maintain layout
   */

.invisible {
    visibility: hidden;
}


/*
   * Clearfix: contain floats
   *
   * For modern browsers
   * 1. The space content is one way to avoid an Opera bug when the
   *    `contenteditable` attribute is included anywhere else in the document.
   *    Otherwise it causes space to appear at the top and bottom of elements
   *    that receive the `clearfix` class.
   * 2. The use of `table` rather than `block` is only necessary if using
   *    `:before` to contain the top-margins of child elements.
   */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}


/* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}