/*
Theme Name: ECADC
Author: Ranno Ait
*/

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

html {
  box-sizing: border-box;
}

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

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?-f3jvwn");
  src: url("fonts/icomoon.eot?#iefix-f3jvwn") format("embedded-opentype"),
    url("fonts/icomoon.woff?-f3jvwn") format("woff"),
    url("fonts/icomoon.ttf?-f3jvwn") format("truetype"),
    url("fonts/icomoon.svg?-f3jvwn#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  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-facebook3:before {
  content: "\ea8e";
}

.icon-vimeo3:before {
  content: "\ea9e";
}

.blue {
  color: #1c3f94;
} /* Pantone Blue 072C, HEX = 1C3F94 */

body {
  font-size: 95%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Selection */
::selection {
  background: #1c3f94; /* Safari */
  color: #fff;
}
::-moz-selection {
  background: #1c3f94; /* Firefox */
  color: #fff;
}

/*
	BORDERS
- - - - - - - - - - - - - - - - - - - - - -
*/
body:before,
body:after {
  position: fixed;
  left: 0;
  right: 0;
  height: 13px;
  z-index: 200;
  content: "";
  background-image: url("img/joon_hor.gif");
}

body:before {
  top: 0;
}
body:after {
  bottom: 0;
}
/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	NAVIGATION
- - - - - - - - - - - - - - - - - - - - - -
*/

#main_navigation {
}
/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	LINKS
- - - - - - - - - - - - - - - - - - - - - -
*/
a {
  line-height: 1.3em;
  text-decoration: none;
  color: #1c3f94;
}

a img {
  display: block;
}
.header_logo a:hover {
  border: 0;
}

a:hover,
li h1 a:hover {
  border-bottom: 1px solid;
  color: #1c3f94;
}

#main_navigation a {
  line-height: 1.3em;
  text-decoration: none;
  color: #000;
}

#main_navigation .current-menu-item a {
  border-bottom: 1px solid;
  /*color: #1C3F94;*/
}

.header_logo {
  text-decoration: none;
  border: 0;
}
/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	TYPOGRAPY
- - - - - - - - - - - - - - - - - - - - - -
*/
p,
.small_title,
label,
.indicates-required {
  line-height: 1.5em;
  font-size: 0.9em;
  letter-spacing: 1px;
  margin: 0;
}
h1 {
  line-height: 1.2em;
  font-style: normal;
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  letter-spacing: 1px;
}
strong {
  font-weight: bold;
}
/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	COLUMNS
- - - - - - - - - - - - - - - - - - - - - -
*/
.description {
  width: 200px;
  float: left;
}

#container {
  z-index: 300;
  width: 100%;
}

.header_logo,
.header_description,
.navigation {
  position: fixed;
}

.header_logo {
  padding: 25px 10px 0 25px;
  float: left;
  width: 200px;
}

.header_description {
  padding: 50px 10px 25px 10px;
  width: 700px;
  float: left;
  left: 250px;
  background-color: #fff;
}

.header_tt {
  float: left;
  margin: 0 0 0 80px;
}

.header_eas {
  float: right;
}

.header_eas img {
  width: 128px;
  height: auto;
}

.navigation {
  padding: 0 10px 0 50px;
  width: 200px;
  bottom: 95px;
  left: 0;
}

.social {
  margin-top: 50px;
}

.social a {
  color: #1c3f94;
  display: block;
  font-size: 1.2em;
}

.social a:hover {
  color: #000;
  border-bottom: 0;
}

.social a span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  padding-left: 10px;
  font-size: 0.8em;
}

.language {
  margin-top: 1em;
}

.language a {
  color: #1c3f94 !important;
}

.col_1 {
  padding-right: 10px;
  float: left;
  width: 200px;
}

.col_2 {
  padding: 134px 0 50px 260px;
  margin-bottom: 50px;
  width: 950px;
  float: left;
}

.col_3 {
  margin: 250px 50px 0 0;
  width: 300px;
  float: right;
}

.clear {
  clear: both;
}

.date {
  color: #000;
}
.title span {
  border-bottom: 1px solid;
}
.small_title {
}
.activity_title {
  margin-bottom: 10px;
}
.back {
  margin-top: 40px;
}
.read-more {
  margin-top: 10px;
}

.entry {
  margin-top: 33px;
}

.grid-post {
  float: left;
  margin: 0 40px 60px 0;
  width: 175px;
}
.grid-post img {
  margin: 10px 0 10px 0;
}
.single-post__thumbnail {
  margin-bottom: 0.5rem;
}

.col_2 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.col_2 li {
  margin: 0 12px 33px 0;
  padding: 0;
  float: left;
}

.fb-like {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.next-posts,
.prev-posts {
  width: 50%;
  float: left;
}

.next-posts {
  text-align: right;
}
.prev-posts {
}
/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	MARGINS
- - - - - - - - - - - - - - - - - - - - - -
*/
.margin_top_40 {
  margin-top: 40px;
}
/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	FORMS
- - - - - - - - - - - - - - - - - - - - - -
*/
form label {
  float: left;
  width: 120px;
  text-align: right;
  color: #000;
  margin-top: 5px;
}

form input,
form textarea {
  padding: 5px 0 5px 0;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  border-top: 0;
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  background: #fff;
  width: 260px;
  font-size: 0.9em;
  color: #1c3f94;
  outline: none;
}

form input:focus,
form textarea:focus {
  background: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}

form .button {
  border: 0;
  margin: 20px 0 0 122px;
  width: 125px;
  text-align: center;
  line-height: 31px;
  background-color: #1c3f94;
  color: #fff;
  cursor: pointer;
}

.button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid;
}

.mc-field-group {
  margin: 10px 0 10px 0;
}

.indicates-required {
  margin-bottom: 40px;
}

input[type="checkbox"] {
  float: left;
  width: 20px;
  margin: 8px 0 0 120px;
}

.input-group ul li label {
  width: 210px;
  text-align: left;
}
.input-group ul li {
  margin: 0;
}
/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	WP GALLERY
- - - - - - - - - - - - - - - - - - - - - -
*/

.gallery-item {
  margin-bottom: 1em;
}

.gallery img {
  border: 0 !important;
}

/*
- - - - - - - - - - - - - - - - - - - - - -
*/

/*
	KAI CENTRE
- - - - - - - - - - - - - - - - - - - - - -
*/
@font-face {
  font-family: "Alloy Grotesk";
  src: url("fonts/AlloyGrotesk-ExtraBold.woff") format("woff"),
    url("fonts/AlloyGrotesk-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.kai-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  color: #000;
}

.kai-section:hover {
  border-bottom: 0;
  color: #000;
}

.kai-section.m-banner {
  position: absolute;
}

.kai-section-item {
  line-height: 1.25;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
  background-color: #fad7e1;
  height: 5rem;
}

.kai-section-item__wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}

.kai-section-item__title {
  font-size: 3rem;
  font-family: "Alloy Grotesk", Helvetica, Arial, sans-serif;
}

.kai-section-item__title.m-name {
  text-transform: lowercase;
}

.kai-section-item__border {
  flex-grow: 1;
  position: relative;
}

.kai-section-item__border::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #000;
  content: "";
}
