/* 
* CSS Reset
*/

* {
	box-sizing: border-box;
}

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

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

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

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/**
 * Subscribe
 */

.sr-only {
	position: absolute!important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}


@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,700");

@font-face {
  font-family: 'novecento_wide_bookbold';
  src: url("../fonts/novecento/synthview_-_novecentowide-bold-webfont.eot");
  src: url("../fonts/novecento/synthview_-_novecentowide-bold-webfont.eot?#iefix") format("embedded-opentype"), 
  url("../fonts/novecento/synthview_-_novecentowide-bold-webfont.woff") format("woff"), 
  url("../fonts/novecento/synthview_-_novecentowide-bold-webfont.ttf") format("truetype"), 
  url("../fonts/novecento/synthview_-_novecentowide-bold-webfont.svg#novecento_wide_bookbold") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
	background: #00a8cd;
	color:  #fff;
	font-size: 16px;
	font-family: "Noto Serif", Cambria, Georgia, serif;
}

.footer-subscribe {
	padding: 30px;
}

.footer-subscribe__title {
	font-family: 'novecento_wide_bookbold';
	font-size: 20px;
	margin-bottom: 1em;
}

.footer-subscribe__content {
	font-weight: 700;
	line-height: 1.4;
}

.footer-subscribe__form {
	margin-top: 1em;
}

.form-control input {
	border:  none;
	outline:  none;
	color: #00a8cd;
	padding: 5px 10px;
  font-family: "Noto Serif", Cambria, Georgia, serif;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-weight: 700;	
}

.form-control input::placeholder {
	color: #00a8cd;
	font-weight: 700;	
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
  align-items: flex-end;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 480px) {
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	}
	.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	}
	.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
	}
	.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
	}
}

.tc {
	text-align: center;
}

.footer-subscribe__button {
	border: transparent;
	outline: none;
	background: transparent;
	color:  #ffcc00;
	font-family: 'novecento_wide_bookbold';
	font-size: 20px;
	margin-bottom: 1em;
}
