/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
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;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
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;
}
p + p { 
margin-top: 0.5em;
}
strong {
font-weight: bold;
}

/*================================*/
/*          Colours               */
/*                                */
/*      Blue:  #1d3a90            */
/*      Green: #00a651            */
/*      Red:   #ee1c25            */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #ffffff;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Divs =====*/
#header {
position: relative;
background: url("../images/header-bg.png") bottom center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%;
height: 697px;
}

#logo {
display: block;
width: 100%;
margin: 0;
padding: 8% 20px 0;
text-align: center;
}

#menu {
position: relative;
height: 50px;
z-index: 999;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content-mobile {
display: none;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.contact-row {
padding: 0;
margin: 0;
}

.language-button {
padding: 10px 0 20px;
margin: 0;
overflow: hidden;
}

.voting-option {
background: #1d3a90;
/*min-height: 150px;*/
padding: 40px;
margin: 0;
}

.voting-option:hover {
background: #1d3a7e;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 40px 0;
margin: 0;
}

#baseline {
background: none repeat scroll 0 0 transparent;
width: 100%;
padding: 20px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
padding: 20px 10px;
margin: 0 auto;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 80px 10px;
margin: 0 auto;
overflow: hidden;
}

.columns-wrapper {
display: table;
width: 100%;
}

.mobile-wrapper {
display: none;
padding: 40px 0 0;
margin: 0;
}

.form-container {
width: 100%;
max-width: 800px;
padding: 40px 0 0;
margin: 0 auto;
}

.country-wrapper {
display: flex;
padding: 0;
margin: 0;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.two-column {
display: table-cell;
width: 50%;
padding: 0;
margin: 0;
}

.two-column.lft {
border-right: 2px solid #1d3a90;
padding: 0 25px 0 0;
}

.two-column.rgt {
padding: 0 0 0 25px;
}

.two-column.buts {
position: relative;
}

.left-column-flag {
order: 1;
width: 150px;
padding: 0 0 0 20px;
margin: 0;
}

.right-column-content {
order: 2;
width: 75%;
padding: 0 20px 0 50px;
margin: 0;
}

.voting-column {
display: block;
float: left;
width: 100%;
padding: 20px;
margin: 0;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

section.mid {
padding: 10px 0 20px;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

/*===== Spans =====*/
span.green {
color: #00a651;
}

span.red {
color: #ee1c25;
}

span.blue {
color: #1d3a90;
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700 !important;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*===== Headers =====*/
header.main {
background: #1d3a90;
padding: 10px 20px;
margin: 0 0 20px;
overflow: hidden;
}

header.mobile {
background: #1d3a90;
padding: 13px 20px;
min-height: 78px;
}

header.mobile-lnk {
background: #00a651;
margin: 0;
padding: 10px 20px;
}

header.contain {
text-align: center;
margin: 0 0 20px 0;
}

header.lower {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 10px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

header.midlow {
padding: 20px 0 10px;
margin: 0;
overflow: hidden;
}

h1 {
color: #40260a;
font-size: 1.5em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h1.white {
color: #ffffff;
}

h1.contained {
background: #1d3a90;
display: inline-flex;
padding: 10px 40px;
}

h1.lang {
font-size: 1.5em;
}

h2 {
color: #40260a;
font-size: 1.3em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h2.white {
color: #ffffff;
}

h2.blue {
color: #1d3a90;
}

h3 {
color: #40260a;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h3.white {
color: #ffffff;
}

h3.blue {
color: #1d3a90;
}

h4 {
color: #40260a;
font-size: 1.2em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h4.white {
color: #ffffff;
}

h5 {
color: #40260a;
font-size: 1.1em;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h5.white {
color: #ffffff;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
font-weight: 500;
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.blue {
color: #1d3a90;
}

p.main-text.red {
color: #cf0613;
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {
color: #4d4d4f;
font-weight: 500;
font-size: 1.4em; 
line-height: 1.3em;
}

p.error-text {       
color: #454545; 
font-size: 12em; 
font-weight: 700;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
form#emailForm {
padding: 0;
margin: 0;
}

form.cmxform {
width: 100%;
color: #454545; 
font-family: 'Montserrat', sans-serif;
padding: 0;
}

form.cmxform legend {
padding-left: 0;
}

form.cmxform legend, form.cmxform label {
color: #454545;
font-size: 1.1em;
}

form.cmxform fieldset {
border: none;
background: none repeat scroll 0 0 transparent;
background-color: transparent;
margin: 0;
padding: 10px 0 0;
}

form.cmxform fieldset fieldset {
background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 0 0 20px;
background: none repeat scroll 0 0 transparent;
}

form.cmxform label.error, label.error {
color: #a70d02;
font-style: italic;
font-size: 1em;
font-weight: 500;
display: block !important;
margin: 0 0 10px 0;
}

div.error { 
display: none; 
}

form.cmxform .gray * { 
color: gray; 
}

#emailForm {
width: 100%;
}

#emailForm label.error {
width: auto;
display: none;
font-size: 0.85em;
margin: 0 0 20px 0;
}

.editor-label {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 10px 0;
outline: 0 none;
padding: 0;
}

.editor-label-bold {
background: none repeat scroll 0 0 transparent;
font-weight: 700;
border: 0 none;
display: block;
margin: 10px 0 20px 0;
outline: 0 none;
padding: 0;
}

.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

.editor-field-padded {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0 0 20px 0;
outline: 0 none;
padding: 0;
}

.editor-field-radio {
background: none repeat scroll 0 0 transparent;
width: 25%;
border: 0 none;
display: block;
margin: 0 auto;
outline: 0 none;
padding: 0;
}

input.contact {
background-color: #f0f2f9;
border: 1px solid #cccccc;
border-radius: 5px;
box-shadow: 1px 1px 3px #eee inset;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 45px;
line-height: 18px;
margin-bottom: 10px;
padding: 2px 10px;
width: 90%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.contact:focus {
border: 2px solid #1d3a90;
}

input.contact.error {
border: 1px solid #cf0613;
}

textarea.contact {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 1px 1px 3px #eee inset;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 150px;
line-height: 18px;
margin-bottom: 10px;
padding: 10px;
width: 90%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

textarea.contact:focus {
border: 2px solid #1d3a90;
}

textarea.contact.error {
border: 1px solid #cf0613;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
left: 8px;
top: 7px;
width: 5px;
height: 5px;
border-radius: 50%;
background: #ffffff;
}

input.submit {
background: #00a651;
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1.1em;
font-weight: 600;
line-height: 1.3em;
padding: 15px 60px;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

input.submit:hover {
background: #008f51;
}

/*=== Checkboxes ===*/
.checkbox-wrapper {
background: #ffffff;
padding: 20px;
margin: 0 0 20px 0;
}

.container {
display: block;
position: relative;
padding-left: 35px;
padding-top: 5px;
margin-bottom: 12px;
cursor: pointer;
font-size: 1em;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #000;
}

.crossmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a background */
.container input:checked ~ .checkmark {
  background-color: #00a651;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .crossmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a background */
.container input:checked ~ .crossmark {
  background-color: #E00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.crossmark:before {
  content: "";
  position: absolute;
  display: none;
}

.crossmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 7px;
  width: 6px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container input:checked ~ .crossmark:after{
position: absolute;
content: "";
display: block;
width: 20px;
height: 20px;
border: solid #fff;
border-width: 0 0 5px 0;
transform: rotate(45deg);
left:8px;
top:-8px;
}

.container input:checked ~ .crossmark:before{
position: absolute;
content: "";
display: block;
width: 20px;
height: 20px;
border: solid #fff;
border-width: 0 0 5px 0;
transform: rotate(-45deg);
left:-6px;
top:-8px;
}

/*===== Buttons =====*/
a.button {
background: #00a651;
border: 0 none;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1.1em;
font-weight: 600;
padding: 20px 40px;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button:hover {
background: #008f51;
}

a.button-green {
background: #00a651;
border: 0 none;
display: inline-block;
width: 90%;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1.1em;
font-weight: 600;
line-height: 1.3em;
padding: 20px 10px;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button-green:hover {
background: #008f51;
}

a.button-red {
background: #ee1c25;
border: 0 none;
display: inline-block;
width: 90%;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1.1em;
font-weight: 600;
line-height: 1.3em;
padding: 20px 10px;
margin: 0 auto;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.button-red:hover {
background: #da1c25;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #38bfee;
text-decoration: underline;
}

a.link.under:hover {
color: #38bfee;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #000000; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
line-height: 1.7em;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.flag {
float: left;
padding: 0 20px 10px 0;
}

/*===== Voting Styles =====*/
#section_one {
display: none;
padding: 20px;
margin: 0;
}

#section_two {
display: none;
padding: 20px;
margin: 0;
}

.section-inner {
background: #f5f5f5;
padding: 40px;
}

#header1 {
cursor: pointer;
}

#header2 {
cursor: pointer;
}

/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 400.99px) 
			  and (min-width: 320px) {
				  
h1.lang {
font-size: 1em !important;
}
				  
}


/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {

#header {
height: 300px;
}

.main-content-mobile {
display: block !important;
}

.main-content-wrapper {
padding: 40px 10px;
}

.mobile-wrapper {
display: block;
}

.columns-wrapper {
display: block;
}

.two-column {
width: 100%;
}

.two-column.lft {
display: block;
float: left;
border-right: none;
padding: 0 10px;
}

.two-column.buts {
display: none;
}

.two-column.rgt {
padding: 40px 10px 0;
}

.left-column-flag {
padding: 0 0 0 10px;
}

.right-column-content {
padding: 0 20px 0 10px;
}

.voting-column {
width: 100%;
padding: 20px 20px 0 20px;
}

.language-button {
padding: 10px 20px 20px 10px;
}

h1 {
font-size: 1.2em;
}

h1.lang {
font-size: 1.1em;
}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1em;
}

p.main-text {
font-size: 0.95em;
}

p.main-text.large {
font-size: 1.2em;
}

img.flag {
padding: 0 20px 5px 0;
width: 120px;
}		  

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header {
height: 350px;
}

.main-content-mobile {
display: block !important;
}

.main-content-wrapper {
padding: 40px 10px;
}

.mobile-wrapper {
display: block;
}

.columns-wrapper {
display: block;
}

.two-column {
width: 100%;
}

.two-column.lft {
display: block;
float: left;
border-right: none;
padding: 0 10px;
}

.two-column.buts {
display: none;
}

.two-column.rgt {
padding: 40px 10px 0;
}

.right-column-content {
padding: 0 20px 0 20px;
}

.voting-column {
width: 100%;
padding: 20px 20px 0 20px;
}

.language-button {
padding: 10px 20px 20px;
}

h1 {
font-size: 1.2em;
}

h1.lang {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1em;
}

p.main-text {
font-size: 0.95em;
}

p.main-text.large {
font-size: 1.2em;
}			  
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 768.99px) 
			  and (min-width: 601px) {
			  
#header {
height: 400px;
}

.main-content-mobile {
display: block !important;
}

.main-content-wrapper {
padding: 40px 10px;
}

.mobile-wrapper {
display: block;
}

.columns-wrapper {
display: block;
}

.two-column {
width: 100%;
}

.two-column.lft {
display: block;
float: left;
border-right: none;
padding: 0 10px;
}

.two-column.buts {
display: none;
}

.two-column.rgt {
padding: 40px 10px 0;
}

.right-column-content {
width: 83%;
padding: 0 20px 0 20px;
}

.voting-column {
width: 100%;
padding: 20px 20px 0 20px;
}

.language-button {
padding: 10px 20px 20px;
}

h1 {
font-size: 1.2em;
}

h1.lang {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1em;
}

p.main-text {
font-size: 0.95em;
}

p.main-text.large {
font-size: 1.2em;
}		

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 899.99px) 
			  and (min-width: 769px) {

#header {
height: 450px;
}

.main-content-wrapper {
padding: 40px 10px;
}

.voting-column {
width: 100%;
padding: 20px 20px 0 20px;
}

h1 {
font-size: 1.2em;
}

h1.lang {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

h3 {
font-size: 1em;
}

p.main-text {
font-size: 0.9em;
}

p.main-text.large {
font-size: 1.2em;
}		  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1024.99px) 
			  and (min-width: 900px) {

#header {
height: 500px;
}

.voting-column {
width: 100%;
padding: 20px 20px 0 20px;
}

h1 {
font-size: 1.3em;
}

h1.lang {
font-size: 1.3em;
}

p.main-text.large {
font-size: 1.2em;
}		  
			  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1200px) 
			  and (min-width: 1025px) {

#header {
height: 550px;
}			  
			  
}