/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Tusj";
	src: url("/design/pbl/fonts/fff_tusj-webfont.eot");
	src: url("/design/pbl/fonts/fff_tusj-webfont.eot") format("embedded-opentype"), url("/design/pbl/fonts/fff_tusj-webfont.woff2") format("woff2"), url("/design/pbl/fonts/fff_tusj-webfont.woff") format("woff"), url("/design/pbl/fonts/fff_tusj-webfont.ttf") format("truetype"), url("/design/pbl/fonts/fff_tusj-webfont.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("/design/pbl/fonts/icomoon.eot");
	src: url("/design/pbl/fonts/icomoon.eot") format("embedded-opentype"), url("/design/pbl/fonts/icomoon.ttf") format("truetype"), url("/design/pbl/fonts/icomoon.woff") format("woff"), url("/design/pbl/fonts/icomoon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-symbols:before {
	content: "\e900";
}

.icon-social:before {
	content: "\e901";
}

#nav ul,
.additional-links,
.item-list,
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#nav ul:after,
.nav-opener:after,
.login-opener:after,
.login-form:after,
.nav-holder:after,
.holder:after,
.visual:after,
.mission:after,
.preparation:after,
.challenges:after,
.details:after,
.answer:after,
.item-list:after,
.scheme:after,
.library:after,
.top-box:after,
.bottom-box:after,
.line:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #1e5664;
	background: #fff;
	font: 24px / 1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 50px;
	line-height: 40px;
	font-family: "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

h2,
.h2 {
	font-size: 84px;
	font-weight: 700;
}

h3,
.h3 {
	font-size: 48px;
	font-weight: 400;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	color: #1e5664;
	text-decoration: underline;
	font-style: italic;
}

a:hover,
a:focus {
	color: #70959e;
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
	outline: none;
	font: 300 18px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	outline: none;
}

#header {
	background-color: #1e5664;
	color: #fff;
	position: relative;
	z-index: 1;
	padding: 15px 0 14px;
}

#header .holder {
	position: relative;
	width: 100%;
}

.logo {
	float: left;
	height: auto;
	width: 140px;
	min-height: 24px;
	position: relative;
	white-space: nowrap;
}

.logo:after {
	content: "";
	display: inline-block;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
	height: 24px;
}

.logo img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: auto;
}

.logo a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.logo a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(255, 255, 255, .75);
	height: 3px;
}

.nav-drop {
	-webkit-transition: opacity .2s ease, visibility .2s ease, z-index .2s ease;
	transition: opacity .2s ease, visibility .2s ease, z-index .2s ease;
	width: 100%;
	position: absolute;
	background: #fff;
	top: 43px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	padding: 0;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .1);
	z-index: 1;
}

#nav ul {
	font: normal 300 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav li {
	position: relative;
}

#nav li.active a {
	background-color: #1e5664;
	color: #fff;
}

#nav a {
	-webkit-transition: background-color .2s ease, color .2s ease;
	transition: background-color .2s ease, color .2s ease;
	padding: 10px 20px;
	display: block;
	background-color: #fff;
	color: #1e5664;
	text-decoration: none;
	font-style: normal;
}

#nav a:hover {
	background-color: #1e5664;
	color: #fff;
}

.nav-opener {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	position: absolute;
	top: 0;
	right: 60px;
	width: 31px;
	height: 31px;
	background: transparent;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	display: block;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 10%;
	right: 10%;
	height: 3px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
}

.nav-opener:after {
	top: 22px;
}

.nav-opener:hover {
	opacity: .75;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

/*login-form styles*/

.login-active .login-drop {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.login-drop {
	-webkit-transition: opacity .2s ease, visibility .2s ease, z-index .2s ease;
	transition: opacity .2s ease, visibility .2s ease, z-index .2s ease;
	position: absolute;
	top: 45px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .1);
	z-index: 1;
	padding: 15px;
	text-align: left;
	width: 200px;
}

.login-drop:before {
	position: absolute;
	bottom: 0;
	top: -3px;
	left: 0;
	right: 0;
	content: "";
	background-color: #1e5664;
	border-radius: 15px 0 0 15px;
	z-index: -1;
}

.login-opener {
	position: absolute;
	top: 2px;
	right: 15px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	display: block;
	width: 32px;
	height: 32px;
}

.login-opener:before {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	position: absolute;
	top: 0;
	left: 0;
	font: 26px/1 "icomoon";
	content: "\e900";
	color: white;
	width: 30px;
	height: 30px;
	text-indent: 0;
}

.login-opener:hover:before {
	color: rgba(255, 255, 255, .75);
}

.login-form label {
	color: #fff;
	float: left;
	font: 18px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin: 0 0 7px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
	-webkit-transition: border-color .2s ease, color .2s ease, background-color .2s ease, box-shadow .2s ease;
	transition: border-color .2s ease, color .2s ease, background-color .2s ease, box-shadow .2s ease;
	width: 100%;
	font: 300 18px/28px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 3px 17px;
	color: rgba(255, 255, 255, .5);
	height: 34px;
	background-color: rgba(255, 255, 255, .5);
	margin: 0 0 10px;
	border-radius: 10px;
	border: 1px solid #fff;
	box-shadow: none;
}

.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus {
	border-color: #fff;
	color: #1e5664;
	background-color: rgba(255, 255, 255, .75);
	box-shadow: 0 0 4px rgba(255, 255, 255, .8);
}

.login-form input[type="text"]:focus::-webkit-input-placeholder,
.login-form input[type="password"]:focus::-webkit-input-placeholder {
	color: #1e5664;
}

.login-form input[type="text"]:focus::-moz-placeholder,
.login-form input[type="password"]:focus::-moz-placeholder {
	opacity: 1;
	color: #1e5664;
}

.login-form input[type="text"]:focus:-moz-placeholder,
.login-form input[type="password"]:focus:-moz-placeholder {
	color: #1e5664;
}

.login-form input[type="text"]:focus:-ms-input-placeholder,
.login-form input[type="password"]:focus:-ms-input-placeholder {
	color: #1e5664;
}

.login-form input[type="text"]:focus.placeholder,
.login-form input[type="password"]:focus.placeholder {
	color: #1e5664;
}

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, .5);
}

.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.login-form input[type="text"].placeholder,
.login-form input[type="password"].placeholder {
	color: rgba(255, 255, 255, .5);
}

.login-form input[type="submit"] {
	-webkit-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	font: bold 20px/26px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 5px;
	color: #1e5664;
	height: 34px;
	background-color: #fff;
	border: 1px solid #043844;
	border-radius: 10px;
	text-transform: uppercase;
	min-width: 50px;
	float: right;
	margin: 0 0 10px;
	box-shadow: none;
}

.login-form input[type="submit"]:focus {
	color: #1e5664;
}

.login-form input[type="submit"]:hover {
	box-shadow: 0 0 4px rgba(255, 255, 255, .8);
}

.additional-links {
	float: left;
	font: 300 16px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 108px;
}

.additional-links li {
	margin: 0 0 5px;
}

.additional-links a {
	color: #fff;
	text-decoration: underline;
	font-style: normal;
}

.additional-links a:hover {
	color: #b5c8cd;
	text-decoration: none;
}

.nav-holder {
	overflow: hidden;
	background: transparent;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.holder {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
}

#main {
	position: relative;
	z-index: 0;
}

#main .holder {
	z-index: 2;
}

.visual {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 240px;
	padding: 30px;
	position: relative;
	text-align: right;
	z-index: -1;
	width: 100%;
}

.visual:before {
	content: "";
	display: inline-block;
	height: 240px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.visual h1 {
	color: #fff;
	margin: 0 0 20px;
	text-align: left;
}

.description {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	max-width: 180px;
	font: 600 14px/1.3 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.description p {
	margin: 0;
}

.container {
	overflow: hidden;
	max-width: 1216px;
	position: relative;
	padding: 348px 0 0;
	position: relative;
	z-index: 1;
	margin: -335px auto 30px;
}

.container:before {
	position: absolute;
	top: 3px;
	right: 240px;
	width: 843px;
	content: "";
	background: url(../images/decor.png) no-repeat 100% 0;
	z-index: -1;
	background-size: 100% 100%;
	min-height: 1545px;
	bottom: 0;
}

.container h3 {
	font: 600 48px/36px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: right;
	float: right;
	width: 100%;
	margin: 0 0 10px;
}

.container h3 a {
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	text-decoration: none;
}

.container h3 a:hover {
	opacity: .75;
}

.title {
	font: 700 50px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	position: relative;
	color: #1e5664;
	display: inline-block;
	vertical-align: top;
	max-width: 785px;
}

.title:before {
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	content: "";
	background-color: #1e5664;
	height: 2px;
}

.mission,
.preparation,
.challenges {
	width: 100%;
	padding: 57px 0 30px;
}

.details {
	width: 100%;
}

.left-column {
	float: left;
	width: 60%;
}

.right-column {
	float: left;
	width: 40%;
	padding: 0 0 0 22%;
}

.box {
	font: italic 100 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0 0 0 20px;
}

.mission {
	color: #1e5664;
}

.mission h3 a {
	color: #70959e;
	font-style: normal;
}

.mission .tag {
	color: #1e5664;
}

.mission .tag-cloud .row:nth-child(6n-5) {
	margin: 64px 0 39px 5.5%;
}

.mission .tag-cloud .row:nth-child(6n-4) {
	margin: 0 0 0 18%;
}

.mission .tag-cloud .row:nth-child(6n-3) {
	margin: 0 0 0 5.8%;
}

.mission .tag-cloud .row:nth-child(6n-3) .subtag:nth-of-type(1) {
	margin: 5px 71px 0 0;
}

.mission .tag-cloud .row:nth-child(6n-2) {
	margin: 21px 0 0 6.5%;
}

.mission .tag-cloud .row:nth-child(6n-1) {
	margin: 17px 0 0 25%;
}

.mission .tag-cloud .row:nth-child(6n) {
	margin: 8px 0 0 22.5%;
}

.mission .box {
	padding: 67px 0 0 20px;
}

.mission .right-column {
	background: url(../images/img6.png) no-repeat 3px 58px;
	background-size: 228px 223px;
	min-height: 284px;
	margin: -49px 0 0;
	padding: 48px 0 0 20%;
}

.text {
	font: 300 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	float: right;
	max-width: 441px;
	padding: 0 50px 0 0;
	text-align: right;
}

.preparation {
	color: #035803;
}

.preparation h3 {
	font-weight: 600;
}

.preparation h3 a {
	color: #54a854;
	font-style: normal;
}

.preparation .tag {
	color: #035803;
}

.preparation .tag-cloud .row:nth-of-type(4n-3) {
	margin: -21px 0 0 24%;
	white-space: nowrap;
}

.preparation .tag-cloud .row:nth-of-type(4n-3) .subtag:nth-of-type(1) {
	margin: 15px 0 0 13%;
}

.preparation .tag-cloud .row:nth-child(4n-2) {
	margin: -12px 0 0 16.5%;
}

.preparation .tag-cloud .row:nth-child(4n-2) .subtag:nth-of-type(1) {
	margin: 15px 0 0 80px;
}

.preparation .tag-cloud .row:nth-child(4n-2) .subtag:nth-of-type(2) {
	margin: 10px 0 0 40px;
}

.preparation .tag-cloud .row:nth-child(4n-1) {
	margin: 4px 0 0 22.5%;
}

.preparation .tag-cloud .row:nth-child(4n) {
	margin: 12px 0 0 20%;
}

.preparation .right-column {
	background: url(../images/img7.png) no-repeat 27px 0;
	background-size: 229px 225px;
	min-height: 237px;
	padding: 32px 0 0 22%;
	margin: -49px 0 0;
}

.challenges {
	color: #6e3904;
}

.challenges h3 a {
	color: #d29d69;
	font-style: normal;
}

.challenges .tag {
	color: #6e3904;
}

.challenges .tag-cloud {
	max-width: 630px;
}

.challenges .tag-cloud .row:nth-of-type(6n-5) {
	margin: 92px 0 0 8%;
}

.challenges .tag-cloud .row:nth-child(6n-4) {
	margin: 31px 0 7px 14.5%;
}

.challenges .tag-cloud .row:nth-child(6n-1) {
	margin: 16px 40px 0 4.5%;
}

.challenges .tag-cloud .row:nth-child(6n-2) {
	margin: 0 0 0 5%;
}

.challenges .tag-cloud .row:nth-child(6n-3) {
	margin: 15px 0 0 61%;
}

.challenges .tag-cloud .row:nth-child(6n) {
	margin: 17px 0 0 15%;
}

.challenges .tag-cloud .row:nth-child(6n) .subtag:nth-of-type(1) {
	margin: 5px 85px 0 0;
}

.challenges .right-column {
	background: url(../images/img8.png) no-repeat 27px 0;
	background-size: 238px 234px;
	min-height: 234px;
	margin: -49px 0 0;
	padding: 40px 0 0 22%;
}

.tag {
	background-color: transparent;
	font: 48px/1.2 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-transform: uppercase;
}

.tag-cloud {
	display: inline;
	font: italic 400 18px/5px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 640px;
}

.row,
.subtag {
	display: inline-block;
	vertical-align: top;
}

.light-blue {
	color: #70959e;
}

.dark-blue {
	color: #043844;
}

.middle-blue {
	color: #1e5664;
}

.dark-green {
	color: #035803;
}

.middle-green {
	color: #248124;
}

.light-green {
	color: #54a854;
}

.dark-brown {
	color: #6e3904;
}

.light-brown {
	color: #d29d69;
}

.middle-brown {
	color: #a1662d;
}

.answer {
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	padding: 77px 0 20px;
	text-align: center;
}

.answer .image-holder {
	margin: 0 0 50px;
}

.image-holder,
.info-holder {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font: 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.image-holder {
	width: 34%;
	padding: 0 0 0 17px;
	vertical-align: bottom;
	text-align: center;
}

.image-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.info-holder {
	vertical-align: top;
	width: 66%;
	padding: 0 0 0 76px;
	text-align: left;
}

.info-holder h2 {
	font: 700 84px/102px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #1e5664;
	margin: 0 0 31px -6px;
	max-width: 650px;
}

.accent {
	font: 84px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
}

.learn-more,
.license {
	-webkit-transition: background-color .2s ease, box-shadow .2s ease;
	transition: background-color .2s ease, box-shadow .2s ease;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 3px 10px;
	font: italic 400 18px/34px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	border-radius: 13px;
	border: 1px solid #1e5664;
	box-shadow: none;
	text-align: center;
	margin: 0 0 4px;
	height: 40px;
	text-decoration: none;
	min-width: 630px;
	font: italic 400 30px/54px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	height: 60px;
}

.learn-more:hover,
.license:hover {
	box-shadow: 1px 1px 0 #1e5664;
	color: #fff;
}

.learn-more {
	background-color: #437682;
}

.learn-more:hover {
	box-shadow: 1px 1px 0 #1e5664;
	background-color: #70959e;
}

.license {
	background-color: #54a854;
	border: 1px solid #035803;
}

.license:hover {
	box-shadow: 1px 1px 0 #035803;
	background-color: #8fcc8f;
}

.or {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font: italic 400 38px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 4px;
}

.buttons-holder {
	max-width: 630px;
	width: 100%;
}

.question {
	font: 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 17px;
}

.item-list {
	font: 300 italic 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.item-list li {
	float: left;
	margin: 0 69px 10px 0;
}

.item-list li:last-of-type {
	margin: 0;
}

.item-list a {
	color: #1e5664;
	text-decoration: underline;
}

.item-list a:hover {
	color: #70959e;
	text-decoration: none;
}

.promo {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 1460px;
}

.scheme {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 15px;
}

.scheme img {
	display: block;
	width: 100%;
	height: auto;
}

.list-holder {
	color: #fff;
}

.information {
	font: 40px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 28px;
}

.list {
	font: 300 italic 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.list li {
	margin: 0 0 12px;
}

.list a {
	color: #fff;
	text-decoration: underline;
}

.list a:hover {
	color: #70959e;
	text-decoration: none;
}

.library {
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
	padding: 112px 0 189px;
}

.library .info-holder {
	padding: 0;
}

.library .buttons-holder {
	max-width: 700px;
	padding: 0 0 0 75px;
}

.library h3 {
	font-size: 48px;
	font-weight: 400;
	margin: 0 0 40px;
	color: #043844;
}

.library .accent {
	font: 48px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.library .learn-more {
	margin: 0 0 16px;
}

.addition-title {
	color: #437682;
	font: 300 italic 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: -2px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px;
}

.testemonials {
	background-color: #b5c8cd;
	color: #2f535d;
	padding: 60px 0 0 0;
}

.testemonials h3 {
	color: #043844;
	margin: 0 0 18px;
}

.testemonials .accent {
	font: 48px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 400;
}

.author-box {
	max-width: 310px;
}

.top-box {
	padding: 0 0 0 233px;
	width: 100%;
}

.top-box .quotes-box {
	float: left;
	padding: 54px 20px 20px 131px;
}

.top-box .author-box {
	float: left;
	padding: 13px 0 10px 184px;
}

.top-quote {
	float: left;
	max-width: 430px;
	width: 30%;
}

.details-holder {
	max-width: 690px;
	float: left;
	min-height: 220px;
	width: 70%;
}

.details-text {
	max-width: 610px;
	margin: 0 0 -46px 86px;
	padding: 0 0 88px;
}

.quotes-box {
	padding: 0 0 40px;
}

.quote-one {
	background: url(../images/bg-top-1.png) no-repeat 0 0;
	background-size: 237px 19px;
	padding: 19px 25px 0 8px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font: 600 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #1c4b56;
}

.quote-one:before,
.quote-one:after {
	position: absolute;
	content: "";
	top: 19px;
	right: 13px;
	height: 157px;
	background-color: #fff;
	width: 50px;
	-webkit-transform: skew(-9deg);
	-ms-transform: skew(-9deg);
	transform: skew(-9deg);
	z-index: 2;
}

.quote-one:after {
	right: auto;
	left: 4px;
	-webkit-transform: skew(3.3deg);
	-ms-transform: skew(3.3deg);
	transform: skew(3.3deg);
}

.quote-one p {
	margin: 0;
}

.quote-one p:nth-of-type(1) {
	margin: -4px 0 29px;
}

.quote-one .quote-holder {
	width: 204px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 3px 42px;
	position: relative;
	border-radius: 0 0 19px 12px;
	z-index: 3;
	text-align: right;
	min-height: 180px;
}

.quote-one .add {
	background: url(../images/bg-add-1.png) no-repeat 0 0;
	width: 128px;
	height: 198px;
	position: absolute;
	bottom: -29px;
	right: -4px;
	z-index: -1;
}

.quote-two {
	padding: 19px 25px 0 8px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font: 600 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #1c4b56;
	margin: 0 0 0 33px;
}

.quote-two:before,
.quote-two:after {
	position: absolute;
	content: "";
	top: 19px;
	right: 22px;
	height: 135px;
	background-color: #fff;
	width: 50px;
	-webkit-transform: skew(-2.5deg);
	-ms-transform: skew(-2.5deg);
	transform: skew(-2.5deg);
	z-index: 2;
}

.quote-two:after {
	left: -3px;
	-webkit-transform: skew(9deg);
	-ms-transform: skew(9deg);
	transform: skew(9deg);
	right: auto;
}

.quote-two p {
	margin: 0;
}

.quote-two .quote-holder {
	width: 185px;
	margin: 0 auto;
	background-color: #fff;
	padding: 5px 3px 44px 19px;
	position: relative;
	border-radius: 0 0 12px 19px;
	z-index: 3;
	text-align: left;
	min-height: 150px;
}

.quote-two .add {
	background: url(../images/bg-add-2.png) no-repeat 0 0;
	width: 191px;
	height: 180px;
	position: absolute;
	bottom: -33px;
	left: -20px;
	z-index: -1;
}

.quote-two .top-element {
	position: absolute;
	top: 0;
	background: url(../images/bg-top-2.png) no-repeat 0 0;
	background-size: 213px 19px;
	width: 100%;
	left: -14px;
	height: 19px;
}

.quote-three {
	background: url(../images/bg-top-3.png) no-repeat 0 0;
	background-size: 224px 31px;
	padding: 31px 25px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font: 600 17px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #1c4b56;
}

.quote-three:before {
	position: absolute;
	content: "";
	top: 31px;
	right: 16px;
	height: 170px;
	background-color: #fff;
	width: 50px;
	-webkit-transform: skew(-6deg);
	-ms-transform: skew(-6deg);
	transform: skew(-6deg);
	z-index: 2;
}

.quote-three p {
	margin: 0;
}

.quote-three p:first-of-type {
	margin: -13px 0 0;
}

.quote-three .quote-holder {
	width: 206px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 14px 15px 3px;
	position: relative;
	border-radius: 0 0 19px 12px;
	z-index: 3;
	text-align: right;
	min-height: 200px;
}

.quote-three .add {
	background: url(../images/bg-add-3.png) no-repeat 0 0;
	width: 196px;
	height: 177px;
	position: absolute;
	bottom: -5px;
	right: -16px;
	z-index: -1;
}

.quote-four {
	background: url(../images/bg-top-4.png) no-repeat 0 0;
	background-size: 179px 19px;
	padding: 19px 11px 0 13px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font: 600 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #1c4b56;
}

.quote-four:before,
.quote-four:after {
	position: absolute;
	content: "";
	top: 19px;
	right: 8px;
	height: 96px;
	background-color: #fff;
	width: 50px;
	-webkit-transform: skew(-4deg);
	-ms-transform: skew(-4deg);
	transform: skew(-4deg);
	z-index: 2;
}

.quote-four:after {
	right: auto;
	left: 1px;
	-webkit-transform: skew(0);
	-ms-transform: skew(0);
	transform: skew(0);
	width: 14px;
	height: 106px;
	background: url(../images/bg-left-4.png) no-repeat 0 0;
}

.quote-four p {
	margin: 0;
}

.quote-four .quote-holder {
	width: 160px;
	margin: 0 auto;
	background-color: #fff;
	padding: 22px 10px 30px;
	position: relative;
	border-radius: 0;
	z-index: 3;
	text-align: center;
	min-height: 93px;
}

.quote-four .add {
	background: url(../images/bg-add-4.png) no-repeat 0 0;
	background-size: 161px 37px;
	width: 160px;
	height: 37px;
	position: absolute;
	bottom: -35px;
	left: 13px;
	z-index: -1;
}

.quote-five {
	background: url(../images/bg-top-5.png) no-repeat 0 0;
	background-size: 209px 28px;
	padding: 28px 25px 0 7px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font: 600 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #1c4b56;
}

.quote-five:before,
.quote-five:after {
	position: absolute;
	content: "";
	top: 26px;
	right: 17px;
	height: 146px;
	background-color: #fff;
	width: 50px;
	-webkit-transform: skew(-6deg);
	-ms-transform: skew(-6deg);
	transform: skew(-6deg);
	z-index: 2;
}

.quote-five:after {
	right: auto;
	left: 4px;
	height: 145px;
	-webkit-transform: skew(3deg);
	-ms-transform: skew(3deg);
	transform: skew(3deg);
}

.quote-five p {
	margin: 0;
}

.quote-five .quote-holder {
	width: 185px;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 16px 18px;
	position: relative;
	border-radius: 0 0 19px 12px;
	z-index: 3;
	text-align: left;
	min-height: 152px;
}

.quote-five .add {
	background: url(../images/bg-add-5.png) no-repeat 0 0;
	width: 202px;
	height: 185px;
	position: absolute;
	bottom: -16px;
	left: -35px;
	z-index: -1;
}

.quote-five .bottom {
	background: url(../images/bg-bottom-5.png) no-repeat 0 0;
	background-size: 187px 32px;
	width: 185px;
	height: 32px;
	position: absolute;
	bottom: -17px;
	left: 7px;
	z-index: 1;
}

.bottom-box {
	width: 100%;
	padding: 0 0 0 132px;
}

.left-box,
.right-box {
	float: left;
	width: 51%;
}

.right-box {
	width: 49%;
}

.right-box .author-box {
	float: left;
}

.right-box .author-box.first {
	padding: 115px 20px 20px 21px;
}

.right-box .quotes-box {
	float: left;
}

.line:nth-of-type(1) {
	margin: -70px 0 0 -21px;
}

.line:nth-of-type(2) .quotes-box {
	margin: -26px 34px 0 0;
	float: right;
}

.line:nth-of-type(2) .author-box {
	text-align: right;
	padding: 53px 33px 10px 0;
	float: right;
}

.name,
.profession,
.place {
	display: block;
	color: #1c4b56;
	font: 300 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.name {
	font: 600 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.left-box {
	margin: -56px 0 0;
	padding: 0 20px 0 0;
}

.left-box .quotes-box {
	float: left;
	width: 50%;
}

.left-box .quotes-box:nth-of-type(1) {
	padding: 0 23px 0 0;
}

.left-box .quotes-box:nth-of-type(1) .author-box {
	text-align: right;
	padding: 41px 0 10px;
}

.left-box .quotes-box:nth-of-type(2) {
	padding: 111px 0 0 10px;
}

.left-box .quotes-box:nth-of-type(2) .author-box {
	padding: 41px 0 10px;
}

.aside {
	background-color: #a0a0a0;
	color: #fff;
	padding: 21px 0;
}

.aside .holder {
	letter-spacing: -4px;
	font-size: 0;
	letter-spacing: 0;
	width: 100%;
}

.follow-box {
	display: inline-block;
	vertical-align: bottom;
	letter-spacing: 0;
	font: 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 50%;
	text-align: center;
	padding: 113px 0 0;
}

.address-box {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	font: 300 italic 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	width: 50%;
}

.twitter {
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 126px;
	height: 82px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	border-radius: 16px;
	position: relative;
	text-align: center;
	margin: 0 8px 0 0;
	text-decoration: none;
}

.twitter:before {
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	position: absolute;
	top: 0;
	left: 50%;
	text-indent: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font: 58px/82px "icomoon";
	content: "\e901";
	color: #fff;
}

.twitter:hover {
	border-color: #1e5664;
	color: #fff;
}

.twitter:hover:before {
	color: #1e5664;
}

.follow-as {
	font: 300 italic 18px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: left;
	display: block;
	padding: 0 0 5px;
}

.follow-holder {
	max-width: 322px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 182px;
	text-align: left;
}

.twitter-tag {
	display: inline-block;
	vertical-align: middle;
	font: 400 30px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-decoration: none;
}

.twitter-tag:hover {
	color: #1e5664;
}

.address {
	margin: 0 0 0 67px;
}

.address a {
	color: #fff;
	text-decoration: none;
}

.address a:hover {
	color: #1e5664;
}

#footer {
	background-color: #043844;
	color: #fff;
	font: italic 100 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: right;
	padding: 3px 0 20px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #70959e;
}

#footer p {
	margin: 0 218px 0 0;
}

@media (min-width: 480px) {
	h1,
	.h1 {
		font-size: 70px;
		line-height: 60px;
	}

	.visual:before {
		height: 370px;
	}

	.visual {
		padding: 40px;
		min-height: 370px;
	}

	.description {
		max-width: 247px;
		font: 600 18px/1.3 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (min-width: 768px) {
	h1,
	.h1 {
		font-size: 100px;
		line-height: 80px;
	}

	#header {
		padding: 10px 0;
	}

	#header .holder {
		position: static;
	}

	.logo {
		width: 180px;
		min-height: 48px;
	}

	.logo:after {
		height: 48px;
	}

	.nav-drop {
		position: static;
		opacity: 1;
		visibility: visible;
		z-index: 1;
		box-shadow: none;
		display: inline-block;
		vertical-align: middle;
		width: auto;
		background: transparent;
	}

	#nav li.active a {
		color: #b5c8cd;
		background-color: transparent;
	}

	#nav li:last-of-type {
		margin: 0;
	}

	#nav li {
		float: left;
		margin: 0 10px 10px 0;
	}

	#nav a:hover {
		background-color: transparent;
		color: #b5c8cd;
	}

	#nav a {
		padding: 0;
		background-color: transparent;
		color: white;
	}

	.nav-opener {
		display: none;
	}

	.login-drop:before {
		top: 4px;
	}

	.login-drop {
		opacity: 1;
		top: 60px;
		right: 0;
		box-shadow: none;
		background-color: transparent;
		float: right;
		width: 200px;
	}

	.login-opener {
		top: 20px;
	}

	.login-form label {
		font: 24px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.login-form input[type="text"],
	.login-form input[type="password"] {
		margin: 0 0 15px;
	}

	.login-form input[type="submit"] {
		height: 34px;
		min-width: 50px;
		width: auto;
		float: right;
		margin: 0 0 10px;
	}

	.nav-holder {
		padding: 11px 35px 0 15px;
		text-align: center;
	}

	.visual:before {
		height: 573px;
	}

	.visual {
		min-height: 573px;
	}

	.visual h1 {
		margin: 0 0 30px;
	}

	.description {
		max-width: 350px;
		font: 600 24px/1.3 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 150px;
		line-height: 119px;
	}

	.logo {
		width: 240px;
	}

	#nav li {
		margin: 0 30px 10px 0;
	}

	.login-drop:before {
		top: 64px;
	}

	.login-drop {
		opacity: 1;
		top: 0;
		visibility: visible;
		z-index: 1;
	}

	.login-opener {
		display: none;
	}

	.nav-holder {
		padding: 11px 184px 0 15px;
	}

	.visual:before {
		height: 840px;
	}

	.visual {
		min-height: 840px;
		padding: 40px 100px 40px 40px;
	}

	.visual h1 {
		margin: 0 0 58px;
	}

	.description {
		max-width: 520px;
		font: 600 36px/1.3 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (min-width: 1100px) {
	#nav ul {
		font: normal 300 20px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (min-width: 1200px) {
	#nav ul {
		font: normal 300 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (min-width: 1440px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font: 300 30px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		height: 48px;
	}

	#header {
		padding: 19px 0 19px;
	}

	.logo {
		width: 293px;
		padding: 0 0 0 13px;
	}

	#nav li {
		margin: 0 50px 10px 0;
	}

	.login-drop:before {
		top: 79px;
	}

	.login-drop {
		width: 311px;
		padding: 2px 15px 0;
	}

	.login-form label {
		font: 40px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 7px -4px;
	}

	.login-form input[type="text"],
	.login-form input[type="password"] {
		font: 300 30px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		height: 48px;
	}

	.login-form input[type="submit"] {
		font: bold 32px/42px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: -6px 0 10px;
		height: 44px;
	}

	.additional-links {
		margin: -6px 0 0 22px;
		max-width: 180px;
	}

	.nav-holder {
		padding: 10px 295px 0 52px;
	}

	.visual {
		padding: 40px 190px 40px 40px;
	}

	.preparation .tag-cloud .row:nth-child(4n-2) .subtag:nth-of-type(2) {
		margin: 10px 0 0 118px;
	}

	.info {
		margin: 45px 0 0 -105px;
	}

	.list-holder {
		margin: -16px 0 0 132px;
	}

	.library .learn-more {
		font: italic 400 48px/54px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (min-width: 1441px) {
	.visual:before {
		height: 900px;
	}

	.visual {
		min-height: 900px;
	}
}

@media (min-width: 1601px) {
	.description {
		margin: 0 10% 0 0;
	}
}

@media (max-width: 1439px) {
	.answer {
		padding: 30px 0;
	}

	.answer .image-holder {
		margin: 0;
	}

	.info-holder h2 {
		font: 700 60px/80px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 31px;
	}

	.accent {
		font: 60px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.learn-more,
	.license {
		min-width: 280px;
		width: 100%;
	}

	.or {
		font: italic 400 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.question {
		font: 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 10px 0 20px;
	}

	.item-list {
		font: 300 italic 16px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.item-list li {
		margin: 0 20px 0 0;
	}

	.promo {
		min-height: 840px;
		padding: 0 0 30px;
	}

	.information {
		font: 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.list {
		font: 300 italic 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.library {
		padding: 30px 0;
	}

	.library .buttons-holder {
		padding: 0 0 0 30px;
	}

	.testemonials {
		padding: 30px 0;
	}

	.top-box {
		padding: 0 0 0 190px;
	}

	.top-box .quotes-box {
		padding: 54px 20px 20px 50px;
	}

	.top-box .author-box {
		padding: 13px 0 10px 50px;
	}

	.details-text {
		margin: 0 0 -46px 40px;
	}

	.bottom-box {
		padding: 0;
	}

	.left-box .quotes-box:nth-of-type(2) {
		padding: 111px 0 0 0;
	}

	.aside {
		padding: 30px 0;
	}

	.follow-holder {
		margin: 0;
	}

	.address {
		margin: 0;
	}

	#footer {
		font: italic 100 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		padding: 20px 0;
	}

	#footer p {
		margin: 0 100px 0 0;
	}
}

@media (max-width: 1200px) {
	.container:before {
		top: 34px;
		width: 750px;
		height: 1400px;
		right: 200px;
	}

	.container h3 {
		font: 600 40px/30px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.title {
		font: 700 40px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		max-width: 630px;
	}

	.mission,
	.preparation,
	.challenges {
		padding: 30px 0 10px;
	}

	.mission .tag-cloud .row:nth-child(6n-4) {
		margin: 0;
	}

	.mission .tag-cloud .row:nth-child(6n) {
		margin: 15px 0 0 22%;
	}

	.mission .right-column {
		background-size: 190px 187px;
		background-position: 45px 9px;
	}

	.preparation .right-column {
		background-size: 190px 187px;
		background-position: 55px 0;
	}

	.challenges {
		padding: 30px 0 50px;
	}

	.challenges .tag-cloud .row:nth-child(6n) {
		margin: 23px 0 0 5%;
	}

	.challenges .right-column {
		background-size: 190px 187px;
		background-position: 22px 0;
	}
}

@media (max-width: 1199px) {
	.top-box {
		padding: 0 0 0 100px;
	}

	.right-box .author-box.first {
		padding: 115px 0 20px 10px;
	}

	.line:nth-of-type(2) .quotes-box {
		margin: -26px 0 0;
	}

	.line:nth-of-type(2) .author-box {
		padding: 53px 15px 10px 0;
	}

	.name,
	.profession,
	.place {
		font: 300 16px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (max-width: 1100px) {
	.container:before {
		top: 60px;
		right: 152px;
		height: 1280px;
		width: 680px;
	}

	.left-column {
		width: 65%;
	}

	.right-column {
		width: 35%;
		padding: 0 0 0 20%;
	}

	.box {
		font: italic 100 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.mission .right-column {
		width: 35%;
		padding: 32px 0 0 20%;
		background-position: 25px 9px;
	}

	.text {
		font: 300 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.preparation .tag-cloud .row:nth-of-type(4n-3) {
		margin: -21px 0 0 10%;
	}

	.preparation .tag-cloud .row:nth-child(4n-2) .subtag:nth-of-type(2) {
		margin: 10px 0 0 40px;
	}

	.preparation .right-column {
		padding: 32px 0 0 20%;
		background-position: 20px 0;
	}

	.challenges .right-column {
		padding: 40px 0 0 20%;
	}

	.tag-cloud {
		font: italic 400 18px/5px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (max-width: 1099px) {
	.top-box {
		padding: 0 0 0 60px;
	}
}

@media (max-width: 1024px) {
	.container:before {
		right: 145px;
	}

	.learn-more,
	.license {
		font: italic 400 18px/34px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		height: 40px;
	}

	#footer p {
		margin: 0;
	}
}

@media (max-width: 1023px) {
	.container {
		margin: 30px auto 0;
		padding: 0;
		width: 100%;
	}

	.container:before {
		display: none;
	}

	.container h3 {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		margin: 0 0 30px;
		width: 100%;
	}

	.title {
		font: 700 30px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.title-space {
		display: none;
	}

	.left-column {
		width: 80%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
	}

	.right-column {
		width: 20%;
		padding: 90px 0 0 20px;
	}

	.box {
		padding: 0;
	}

	.box p {
		margin: 0 0 5px;
	}

	.mission .tag-cloud .row:nth-child(6n-5) {
		margin: 5px 10px;
	}

	.mission .tag-cloud .row:nth-child(6n-4) {
		margin: 5px 10px;
	}

	.mission .tag-cloud .row:nth-child(6n-3) {
		margin: 5px 10px;
	}

	.mission .tag-cloud .row:nth-child(6n-3) .subtag:nth-of-type(1) {
		margin: 5px 0;
	}

	.mission .tag-cloud .row:nth-child(6n-2) {
		margin: 5px 10px;
	}

	.mission .tag-cloud .row:nth-child(6n-1) {
		margin: 5px 10px;
	}

	.mission .tag-cloud .row:nth-child(6n) {
		margin: 5px 10px;
	}

	.mission .box {
		padding: 0;
	}

	.mission .right-column {
		width: 20%;
		padding: 87px 0 0 20px;
		background: none;
		margin: 0;
	}

	.text {
		float: left;
		width: 50%;
		text-align: left;
	}

	.preparation .tag-cloud .row:nth-of-type(4n-3) {
		margin: 5px 10px;
	}

	.preparation .tag-cloud .row:nth-of-type(4n-3) .subtag:nth-of-type(1) {
		margin: 5px 0;
	}

	.preparation .tag-cloud .row:nth-child(4n-2) {
		margin: 5px 10px;
	}

	.preparation .tag-cloud .row:nth-child(4n-2) .subtag:nth-of-type(1) {
		margin: 5px 0;
	}

	.preparation .tag-cloud .row:nth-child(4n-2) .subtag:nth-of-type(2) {
		margin: 5px 0;
	}

	.preparation .tag-cloud .row:nth-child(4n-1) {
		margin: 5px 10px;
	}

	.preparation .tag-cloud .row:nth-child(4n) {
		margin: 5px 10px;
	}

	.preparation .right-column {
		width: 20%;
		padding: 87px 0 0 20px;
		background: none;
		margin: 0;
	}

	.challenges {
		padding: 30px 0 10px;
	}

	.challenges .tag-cloud .row:nth-of-type(6n-5) {
		margin: 5px 10px;
	}

	.challenges .tag-cloud .row:nth-child(6n-4) {
		margin: 5px 10px;
	}

	.challenges .tag-cloud .row:nth-child(6n-1) {
		margin: 5px 10px;
	}

	.challenges .tag-cloud .row:nth-child(6n-2) {
		margin: 5px 0;
	}

	.challenges .tag-cloud .row:nth-child(6n-3) {
		margin: 5px 10px;
	}

	.challenges .tag-cloud .row:nth-child(6n) {
		margin: 5px 10px;
	}

	.challenges .tag-cloud .row:nth-child(6n) .subtag:nth-of-type(1) {
		margin: 5px 0;
	}

	.challenges .right-column {
		width: 20%;
		padding: 87px 0 0 20px;
		background: none;
		margin: 0;
	}

	.tag-cloud {
		float: left;
		width: 50%;
		font: italic 400 16px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.row,
	.subtag {
		display: block;
	}

	.space {
		display: none;
	}

	.image-holder,
	.info-holder {
		font: 20px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.info-holder {
		padding: 0 0 0 30px;
	}

	.info-holder h2 {
		font: 700 37px/40px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 20px;
	}

	.accent {
		font: 37px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.or {
		font: italic 400 20px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.question {
		font: 20px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.item-list li:last-of-type {
		margin: 0 0 20px;
	}

	.item-list li {
		float: none;
		margin: 0 0 20px;
	}

	.promo {
		min-height: 573px;
	}

	.library .info-holder {
		padding: 0 0 0 30px;
	}

	.library .buttons-holder {
		padding: 0;
	}

	.library h3 {
		font: 400 37px/40px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 20px;
	}

	.library .accent {
		font: 37px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.addition-title {
		font: 300 italic 24px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.testemonials h3 {
		font: 400 37px/40px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 20px;
	}

	.testemonials .accent {
		font: 37px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.top-box {
		padding: 0;
	}

	.top-box .quotes-box {
		padding: 20px;
	}

	.top-box .author-box {
		padding: 40px 0 10px 20px;
	}

	.top-quote {
		width: 35%;
	}

	.details-holder {
		width: 65%;
	}

	.details-text {
		font: 20px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0;
		padding: 0;
	}

	.bottom-box {
		text-align: center;
	}

	.left-box,
	.right-box {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 100%;
		max-width: 600px;
	}

	.right-box {
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 100%;
		max-width: 600px;
	}

	.line:nth-of-type(1) {
		margin: 0;
	}

	.line:nth-of-type(2) .quotes-box {
		margin: 0;
	}

	.left-box {
		padding: 0;
	}

	.follow-box {
		padding: 40px 20px 0;
	}
}

@media (max-width: 768px) {
	.container h3 {
		font: 600 30px/20px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.title {
		font: 700 26px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.mission,
	.preparation,
	.challenges {
		padding: 10px 0;
	}

	.text {
		padding: 0 20px 0 0;
	}

	.challenges {
		padding: 10px 0;
	}

	.information {
		font: 20px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 0 0 20px;
	}

	.list {
		font: 300 italic 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	#footer {
		font: italic 100 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (max-width: 767px) {
	.left-column {
		width: 100%;
	}

	.right-column {
		width: 100%;
		max-width: 150px;
		padding: 0;
	}

	.mission .right-column {
		width: 100%;
		max-width: 150px;
		padding: 0;
		min-height: 0;
	}

	.preparation .right-column {
		width: 100%;
		max-width: 150px;
		padding: 0;
		min-height: 0;
	}

	.challenges .right-column {
		width: 100%;
		max-width: 150px;
		padding: 0;
		min-height: 0;
	}

	.image-holder {
		padding: 0 0 20px;
		width: 100%;
	}

	.image-holder img {
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}

	.info-holder {
		padding: 0;
		width: 100%;
	}

	.buttons-holder {
		max-width: 430px;
	}

	.promo {
		min-height: 370px;
	}

	.library .info-holder {
		padding: 0;
	}

	.left-box {
		margin: 0;
	}

	.twitter {
		width: 100px;
		height: 60px;
		margin: 0;
	}

	.twitter:before {
		font: 40px/60px "icomoon";
	}

	.follow-as {
		font: 300 italic 14px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.twitter-tag {
		font: 400 24px/1 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}
}

@media (max-width: 600px) {
	.top-box {
		text-align: center;
	}

	.top-quote {
		width: 100%;
		float: none;
		max-width: 100%;
		text-align: left;
		max-width: 280px;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px;
	}

	.details-holder {
		width: 100%;
		text-align: left;
		min-height: 100px;
	}

	.quotes-box {
		padding: 0 0 20px;
	}

	.right-box {
		text-align: center;
	}

	.right-box .author-box {
		width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 280px;
	}

	.right-box .author-box.first {
		padding: 0 0 20px;
		text-align: right;
	}

	.right-box .quotes-box {
		float: none;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		max-width: 280px;
	}

	.line:nth-of-type(2) .quotes-box {
		float: none;
		margin: 0 0 0 40px;
	}

	.line:nth-of-type(2) .author-box {
		float: none;
		padding: 10px 0 0;
		text-align: left;
	}

	.left-box {
		text-align: center;
	}

	.left-box .quotes-box {
		float: none;
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		max-width: 280px;
	}

	.left-box .quotes-box:nth-of-type(2) {
		padding: 20px 0;
	}

	.follow-box {
		width: 100%;
		padding: 0 0 20px;
		text-align: left;
	}

	.address-box {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.container h3 {
		font: 600 20px/20px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.container h3 .tag {
		font: 600 30px/20px "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.title {
		font: 700 18px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.title:before {
		height: 1px;
		bottom: 1px;
	}

	.mission .tag-cloud .row:nth-child(6n-5) {
		margin: 5px 0;
	}

	.mission .tag-cloud .row:nth-child(6n-4) {
		margin: 5px 0;
	}

	.mission .tag-cloud .row:nth-child(6n-3) {
		margin: 5px 0;
	}

	.mission .tag-cloud .row:nth-child(6n-2) {
		margin: 5px 0;
	}

	.mission .tag-cloud .row:nth-child(6n-1) {
		margin: 5px 0;
	}

	.mission .tag-cloud .row:nth-child(6n) {
		margin: 5px 0;
	}

	.text {
		width: 100%;
		padding: 0;
	}

	.preparation .tag-cloud .row:nth-of-type(4n-3) {
		margin: 5px 0;
	}

	.preparation .tag-cloud .row:nth-child(4n-2) {
		margin: 5px 0;
	}

	.preparation .tag-cloud .row:nth-child(4n-1) {
		margin: 5px 0;
	}

	.preparation .tag-cloud .row:nth-child(4n) {
		margin: 5px 0;
	}

	.challenges .tag-cloud .row:nth-of-type(6n-5) {
		margin: 5px 0;
	}

	.challenges .tag-cloud .row:nth-child(6n-4) {
		margin: 5px 0;
	}

	.challenges .tag-cloud .row:nth-child(6n-1) {
		margin: 5px 0;
	}

	.challenges .tag-cloud .row:nth-child(6n-3) {
		margin: 5px 0;
	}

	.challenges .tag-cloud .row:nth-child(6n) {
		margin: 5px 0;
	}

	.tag-cloud {
		width: 100%;
		margin: 0 0 20px;
	}

	.image-holder img {
		width: 80%;
	}

	.info-holder h2 {
		font: 700 30px/35px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.accent {
		font: 30px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.or {
		font: italic 400 16px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		margin: 3px 0 0;
	}

	.list {
		font: 300 italic 16px/1.2 "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.library h3 {
		font: 400 30px/35px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.library .accent {
		font: 30px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.testemonials h3 {
		font: 400 30px/35px "Josefin Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	.testemonials .accent {
		font: 30px/1 "Tusj", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	}

	.follow-box {
		width: 100%;
	}

	.address-box {
		width: 100%;
	}
}

