/* @override 
	https://ourwinecontest.com/2574/css/styles_c.css */

/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * 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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* @group Layout */

html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}
footer {
    flex-shrink: 0;
}
footer .col1 {
    display: none;
    min-height: 1px;
}
footer .col1, footer .col2 {
    padding: 5px 0;
}
.comingsoon footer {
    padding: 5px;
}
.container {
    width: 80%;
    margin: 20px auto 0;
}
.container::after {
    content: "";
    clear: both;
    display: table;
}
footer .container {
    margin: 0 auto;
}
#productgroup, #productgroupspacer {
    display: none;
}
#logocontest {
    width: 100%;
    max-width: 500px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}
.share-buttons {
    margin: 0 auto 1em auto;
    line-height: 1;
}
.share-buttons div {
    display: inline;
    margin: 0 5px;
}

#logocontest_container {
    max-width: 300px;
    margin: 0 auto;
}

#countdown {
    margin: 10px 0 20px 0;
}
#countdown i {
    display: inline-block;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    font-size: 16px;
    color: #02583b;
    text-shadow: none;
}
#countdown span {
    font-size: 24px;
    display: block;
    margin: 0 3px 5px;
    padding: 6px 0;
    width: 42px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-top: none;
    border-left: none;
    /*background: rgba(41, 66, 165, .9);*/
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 1);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,333333+50,000000+51,333333+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top,  #000000 0%, #333333 50%, #000000 51%, #1a1a1a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000000 0%,#333333 50%,#000000 51%,#1a1a1a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000000 0%,#333333 50%,#000000 51%,#1a1a1a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}

.sr {
    height: 1px; 
    width: 1px; 
    position: absolute; 
    overflow: hidden; 
    top: -10px;
}

#language {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 25px;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    position: absolute;
    right: 20px;
    top: 0;
    border-radius: 0 0 16px 16px;
    z-index: 100;
}
/* @end */

/* @group Fonts and Type */

body {
    font-family: Lato, sans-serif;
    font-size: 15px;
}
p.fineprint {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.2;
    margin: 0.5em 0;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
main, footer {
    text-align: center;
}
footer p {
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.comingsoon h1 {
    font-size: 30px;
    font-weight: 400;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 1em 0 0.5em;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3;
    font-size: 24px;
    margin: 1em 0 0;
    letter-spacing: 2px;
	color: #02583b;
}
.active p {
    font-size: 12px;
    margin: .5em 0;
}
body.comingsoon {
    background-position: top left;
}
/*.container {
    text-shadow: 0 0 10px #000;
}
footer .container {
    text-shadow: none !important;
}*/

/* @end */

/* @group Backgrounds and Colours */

body {
    background: url(../images/bg_mobile.jpg) center center no-repeat fixed #f9f5f0;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    color: #000;
}
/*@media (min-width: 768px) {
    body {
        background-image: url(../images/bg.jpg);
    }
}*/
footer {
    /*background: url(../images/bg_footer.jpg) center center no-repeat #f1f1f1;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    color: #fff;
    background: #02583b;
    /*border-top: 7px solid #016ba8;*/
    /*background: #b7b1a7;
    background: -moz-linear-gradient(top, rgba(183,177,167,0) 0%, rgba(183,177,167,1) 100%); /* FF3.6-15 *!/
    background: -webkit-linear-gradient(top, rgba(183,177,167,0) 0%,rgba(183,177,167,1) 100%); /* Chrome10-25,Safari5.1-6 *!/
    background: linear-gradient(to bottom, rgba(183,177,167,0) 0%,rgba(183,177,167,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/*/
}
a {
    color: #f03340;
    font-weight: 700;
}
a:hover {
    color: #d4252f;
}
h1 {
    color: #f03340;
}
.comingsoon h1 {
    color: #02583b;
    text-shadow: none;
}
#countdown span {
    color: #ccc;
}
div.btns button, a.button {
    background: #f03340; /* Old browsers */
    /*background: -moz-linear-gradient(45deg, #ffb760 0%, #da8e36 25%, #ffb760 50%, #da8e36 75%, #ffb760 100%); /* FF3.6-15 *!/
    background: -webkit-linear-gradient(45deg, #ffb760 0%,#da8e36 25%,#ffb760 50%,#da8e36 75%,#ffb760 100%); /* Chrome10-25,Safari5.1-6 *!/
    background: linear-gradient(45deg, #ffb760 0%,#da8e36 25%,#ffb760 50%,#da8e36 75%,#ffb760 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb760', endColorstr='#ffb760',GradientType=1 ); /* IE6-9 fallback on horizontal gradient *!/*/
    color: #fff;
    border: 0;
    /*text-shadow: 0 0 10px #594e36;*/
    /*box-shadow: 0 0 10px rgba(0,0,0,.5);*/
}
div.btns button:hover, a.button:hover {
    background: #fb4658;
}
div.btns button:active, a.button:active {
    background: #d4252f;
    /*border-bottom: 1px solid #f3ca6c;
    border-right: 1px solid #f3ca6c;
    border-left: 1px solid #a86d2a;
    border-top: 1px solid #a86d2a;
    box-shadow: 0 0 0 rgba(0,0,0,.5);*/
}

#language {
    background: #c00;
    color: #fff;
}
#language:hover {
    background: #b00;
}

/*main .col2 > div {
    background: rgba(235, 236, 237, .9);
    box-shadow: 0 0 10px 10px rgba(235, 236, 237, .9);
}
@media (min-width: 768px) {
    main .col2 > div {
        box-shadow: 0 0 40px 40px rgba(235, 236, 237, .9);
    }
}*/
.comingsoon main {
	background: #fff;
}
.comingsoon footer {
	display: none;
}

/* @end */

/* @group Form */
form {
    margin-bottom: 1.5em;
}
form p {
    margin: 3px 0;
    text-align: left;
    font-size: 12px;
}
form p.spacer {
    height: 5px;
}
form label {
    /*width: 280px;*/
    /*width: 100%;*/
    text-align: left;
    display: inline-block;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
form span.help {
    font-size: 13px;
}
form label.hidden {
    display: none;
}
form label.inline {
    text-align: left;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
form label.inline.checkbox {
    /*display: block;*/
    position: relative;
    padding-left: 20px;
    /*width: 260px;*/
}
form label.inline.checkbox input.checkbox {
    position: absolute;
    float: none;
    left: 0;
    top: 3px;
    margin: 0;
    padding: 0;
}
form span {
    display: block;
}
form input, form select {
    box-sizing: border-box;
    /*width: 280px;*/
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #ccc;
    color: #000;
    margin: 2px 0;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
form input:focus, form select:focus, .recaptcha_theme_white #recaptcha_response_field:focus {
    border-color: #fff !important;
    outline: 0;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 1);
}

form select option[default] {
    color: #ccc;
}
form input.checkbox {
    width: auto;
    margin: 3px 5px 40px 0;
    float: left;
    
}
form select, #birthdate_day, #birthdate_month, #birthdate_year {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/gif;base64,R0lGODlhDgAMAJEAAPf395mZmf///wAAACH5BAEAAAAALAAAAAAOAAwAAAIUhGOpGb3b4jtRzouz3rC66WWWmBUAOw==") no-repeat right center;
} 
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none !important;
        padding: 5px;
    }
}
#birthdate_day, #birthdate_month, #birthdate_year {
    float: left;
}
#birthdate_day {
    width: 70px;
    width: 25%;
}
#birthdate_month {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 42%;
}
#birthdate_year {
    width: 85px;
    width: 30%;
}
#birthdate_fields::after {
    content: "";
    clear: both;
    display: table;
}

div.btns {
    text-align: center;
    margin: 0 0 10px;
    clear: both;
    padding: 10px 0 0;
}
div.btns button, a.button {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 30px;
    text-transform: uppercase;
    text-align: center;
    /*border: 0;*/
    border-radius: 3px;
}
a.button {
    display: inline-block;
    margin: 10px 0;
    padding: 12px 30px;
}
div.btns span {
    display: inline-block;
    text-decoration: none;
    background: url('../images/spinner.gif') no-repeat left center;
    color: #999;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 10px 0 10px 40px;
    /*text-transform: uppercase;*/
    text-align: center;
    border: 0;
    display: none;
}

div.captcha {
    height: 120px;
}

label.error {
	display: block;
	float: none;
	text-align: left;
	clear: both;
	width: auto;
	padding: 0;
	margin: 0;
	color: #c00;
	font-family: 'Lato', sans-serif;
	line-height: 1.3;
	font-size: 12px;
	font-weight: 700;
	text-transform: none;
}

form input.error, form select.error, .recaptcha_theme_white #recaptcha_response_field.error {
    border: 1px solid #c00 !important;
}
form input.error:focus, form select.error:focus, .recaptcha_theme_white #recaptcha_response_field.error:focus {
  border-color: #c00;
  -webkit-box-shadow: 0 0 15px #ff4d4d;
  box-shadow: 0 0 15px #ff4d4d;
}

/* @end */

/* @group Rules */

body.rules {
    background: #fff;
    color: #000;
}
a.rules {
    white-space: nowrap;
}
#rules {
    text-align: left;
    font-family: 'Lato', sans-serif;
    padding: 20px;
    color: #000;
    min-width: 280px;
}
#rules p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 0.75em 0;
    text-align: justify;
}
#rules h1, #rules h2 {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    margin: 1em 0;
    text-align: center;
    color: #000;
    text-transform: none;
}
#rules #logo {
    display: block;
    width: 100%;
    max-width: 275px;
    margin: 0 auto;
}
#rules img {
    width: 100%;
}
#rules a {
    font-weight: 400;
    color: #005ca3;
}
#rules a:hover {
    color: #004071;
}

/* @end */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        width: 90%;
    }
    .col1, .col2 {
        float: left;
        width: 38%;
        /*background: rgba(0, 255, 255, .25);*/
        position: relative;
        margin-right: 5%;
    }
    .col2 {
        margin-right: 0;
        width: 57%;
    }
    .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        /*overflow: hidden;*/
    }
    .comingsoon .container {
        display: block;
    }
    .comingsoon #logocontest_container {
        /*max-width: 500px;*/
    }
    .vertical {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translate(0,-50%);
    }
    footer {
        position: relative;
    }
    footer .col1 {
        display: block;
    }
    footer .col1, footer .col2 {
        padding: 15px 0 15px;
    }
    .comingsoon footer {
        padding: 15px;
    }
    h4 {
        margin: 0;
    }
    #productgroup, #productgroupspacer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0);
        max-width: 500px;
        display: block;
    }
    #productgroupspacer {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        margin-bottom: -45px;
        visibility: hidden;
    }
    #logocontest {
        width: 100%;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    #fields1, #fields2 {
        float: left;
        width: 47.5%;
        margin-right: 5%;
    }
    #fields2 {
        margin-right: 0;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


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

/*
 * Hide visually and from screen readers
 */

.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
 */

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

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

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

/*
 * 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: " "; /* 1 */
    display: table; /* 2 */
}

.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: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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:
     * 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;
    }
}