
/* Reset Browsers
-------------------------------------------------------------- */

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,
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,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

blockquote,
q {
	quotes: none;
}

a:focus {
	outline: none;
}

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

a img {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

select {
	max-width: 100%;
}

/* General
-------------------------------------------------------------- */

body {
	font-family: "Open Sans", sans-serif;
	color: #6a727f;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.889;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	overflow-y: hidden;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

p {
	margin: 0 0 35px;
}

p:empty:before {
	content: none;
}

strong,
b,
cite {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-size: 30px;
	line-height: 48px;
	font-weight: 400;
	color: #393e46;
	padding: 40px 0 40px 100px;
	position: relative;
	margin-bottom: 40px;
}

blockquote:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 56px;
	width: 50px;
	height: 33px;
	background-image: url("assets/img/quotes.png");
	background-size: cover;
}

blockquote cite {
	font-size: 18px;
	font-weight: 700;
	font-family: "Raleway";
	display: inline-block;
	color: #6a727f;
	padding: 10px 0;
	font-style: normal;
	position: relative;
}
blockquote > p {
	margin-bottom: 5px;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote i {
	font-style: normal;
}

abbr,
acronym {
	border-bottom: 1px dotted #ebebeb;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
	background-color: #fff9c0;
}

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

sup {
	top: -6px;
}

sub {
	bottom: -3px;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

address {
	font-style: italic;
	margin: 0 0 20px;
}

code,
kbd,
tt,
var {
	font-family: Inconsolata, monospace;
	font-size: 14px;
}

pre {
	margin: 15px 0;
	padding: 15px;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	overflow-x: auto;
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	hyphens: none;
	border-radius: 0;
	height: auto;
}

svg {
	transition: 0.3s;
}
/* Elements
-------------------------------------------------------------- */

html {
	box-sizing: border-box;
}

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

hr {
	background-color: #ebebeb;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

/* List */

ul,
ol {
	padding: 0;
	margin: 0 0 20px 30px;
}

ul {
	list-style: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl,
dd {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

del {
	opacity: 0.5;
}

/* Table */

table,
th,
td {
	border: 1px solid #d0d0d0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 30px;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 8px 12px;
}

/* Media */

embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #ebebeb;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Forms
-------------------------------------------------------------- */

/* Fixes */

button,
input {
	line-height: normal;
	transition: 0.3s;
}

button,
input,
select,
textarea {
	font-size: 100%;
	line-height: inherit;
	/*margin: 0;*/
	vertical-align: baseline;
}

.widget select {
	width: 100%;
}

input,
textarea {
	font-size: 1em;
	max-width: 100%;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	/* Removing the inner shadow on iOS inputs */
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
	display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	border: 0;
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]:-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button:-moz-focus-inner,
input:-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Remove chrome yellow autofill */

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #ebebeb inset;
}

/* Reset search styling */

input[type="search"] {
	outline: 0;
}

input[type="search"]:-webkit-search-decoration,
input[type="search"]:-webkit-search-cancel-button,
input[type="search"]:-webkit-search-results-button,
input[type="search"]:-webkit-search-results-decoration {
	display: none;
}

/* Input normal */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	padding: 15px 30px;
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #ebebeb;
	margin-bottom: 30px;
	text-shadow: none;
	box-shadow: none;
	box-sizing: border-box;
	transition: all ease 0.3s;
	color: #393e46;
}

select {
	padding: 15px 30px;
	border-radius: 5px;
	width: 100%;
	-webkit-appearance: none;
	border-color: #ebebeb;
	background: #ebebeb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='gray'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 10px;
	background-position: calc(100% - 20px) calc(50% + 3px);
	background-repeat: no-repeat;
	outline: 0;
}

/* Input focus */

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #4a44f2;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Button */

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "Open Sans";
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	background-color: #4a44f2;
	padding: 18px 70px;
	border-radius: 5px;
	display: inline-block;
	-webkit-appearance: none;
	transition: all ease 0.3s;
	white-space: nowrap;
}

/* Button hover + focus */
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: 0;
	background-color: #393e46;
	color: #fff;
	border-color: #393e46;
}

/* Placeholder */

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(33, 37, 41, 0.5);
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(33, 37, 41, 0.5);
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: rgba(33, 37, 41, 0.5);
}

.placeholder-white input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	/* Firefox */
}

.placeholder-white input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

.placeholder-white input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

#footer input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	/* Firefox */
}

#footer input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}

#footer input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #fff;
}

/* Links */

a {
	color: #4a44f2;
	outline: 0;
	text-decoration: none;
	transition: all ease 0.3s;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	color: #393e46;
	text-decoration: none;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
	color: #393e46;
	margin: 0 0 40px;
	font-weight: 800;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 2.334em;
	line-height: 1.467;
	/* 42px */
}

h2 {
	font-size: 2em;
	line-height: 1.556;
	/* 36px */
}

h3 {
	font-size: 1.667em;
	line-height: 1.667;
	/* 30px */
}

h4 {
	font-size: 1.445em;
	line-height: 1.692;
	/* 26px */
}

h5 {
	font-size: 1.223em;
	line-height: 1.818;
	/* 22px */
}

h6 {
	font-size: 1em;
	line-height: 1.889;
	/* 18px */
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

.heading-font {
	font-family: "Raleway", sans-serif !important;
	text-rendering: optimizeLegibility;
}
