@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,500,300italic,500italic|Montserrat:400,700);

@charset "UTF-8";
/* CSS Document */

/* VAALEA SININEN VÄRI #283b6a */
/* NORMAALI SININEN VÄRI #182c5f */
/* TUMMA VIHREÄ VÄRI #13234c */
/* HARMAAT TEKSTIT #40454A */
/* HARMAAT VIIVAT #40454A */

body {
    background: #e4e9ea;
    color: #40454A;
}

h1 {
    font: 700 2.5em/1 'Montserrat', sans-serif;
    color: #182c5f;
}

h2 {
    font: 700 1.750em/1 'Montserrat', sans-serif;
    color: #182c5f;
}

h3 {
    font: 700 1.250em/1 'Montserrat', sans-serif;
    color: #40454A;
}

p { font-family: 'Ubuntu', sans-serif; font-weight: 300; }

p, ol, ul {
	font-size: .938rem;
	}

strong { font-weight: 600; }

.content li {
    list-style: none;
    background: url(../ceo2015/li.png) no-repeat 5px 8px;
    padding-left: 20px;
}

.content .orbit-container li {
    background: none;
    padding-left: 0;
}


/* HEADER */

.ceo-head {
    height: 173px;
    background: url(../ceo2015/ceo-header.jpg) no-repeat bottom center;
}

.ceo-head h1 {
    padding: 35px 20px 0 20px;
    font-size: 1.5rem;
    margin: 0;
}

.ceo-head h1 span {
    font-size: 3rem;
}

.ceo-head h1 a {
    color: #fff;
}

.ceo-head p {
    padding: 0 20px;
    color: #fff;
}

@media only screen and (min-width: 401px) and (max-width: 700px) {
  .ceo-head h1 { padding-top: 20px; }
}

@media only screen and (max-width: 400px) {
    .ceo-head h1 span { font-size: 3rem; }
    .ceo-head h1 { font-size: 1rem; padding-top: 30px; }
    .ceo-head p { font-size: .875rem; }
  }

/* FOOTER */

.sponsors {
    overflow: hidden;
    padding: 0 0 20px 0;
    text-align: center;
    font: 700 1em/60px 'Montserrat', sans-serif;
}

.sponsors a, .sponsors span {
    padding: 0 20px;
    border-right: 1px solid #c3c2c1;
    display: inline-block;
}

.sponsors span {
    border-left: 1px solid #c3c2c1;
    color: #636261;
}

ul.organized {
    float: right;
}

ul.organized li {
    float: left;
    display: block;
    height: 50px;
    padding: 0 20px;
    font: 400 1em/50px 'Montserrat', sans-serif;
    color: #636261;
    border-right: 1px solid #c3c2c1; 
}

ul.organized li a:hover img, .sponsors a:hover img {
    margin-top: -5px;
}


/* ORBIT */

.orbit-container {
    margin-bottom: 30px;
}

.orbit-container .orbit-prev, .orbit-container .orbit-next {
    margin-top: -46px;
}

/* MENU */


.top-bar {
    font: 700 1em/45px 'Montserrat', sans-serif;
    background: #182c5f;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
}

.top-bar.expanded .title-area {
    background: #182c5f;
}

/** Removes black background on menu bar **/
.top-bar-section ul {
    background: #182c5f;
}
/** Removes black background on menu item **/
.top-bar-section li a:not(.button) {
    background: #182c5f;
    line-height: 60px;
    padding: 0 20px;
}

.top-bar-section li a:not(.button):hover { background: #13234c;}
.top-bar-section ul li a { text-transform: uppercase; }
.top-bar-section ul li li a { text-transform: none; }


/* Divider */
.top-bar-section li a:not(.button) { background: #182c5f; }
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
border-left: solid 1px #13234c;
border-right: solid 1px #283b6a;
height: 60px;
}

/** Changes the active menu item from default black to a gradient **/
.top-bar-section ul li.active > a {
    background: #182c5f;
    color: #fff;
}
/** Changes the hover state of non active menu items **/
.top-bar-section li:hover a, .top-bar-section ul li:hover > a {
    background: #13234c;
    color: #fff;
}
/** Changes non active menu items text color to black **/
.top-bar-section ul li > a {
    color: #fff;
    background: #182c5f;
    font-size: 1em;
    font-weight: 400;
}
/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
    background: #283b6a;
}
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown {
    background: #182c5f;
    color: #fff;
}
/** This fixes the position and the color of the dropdown arrow **/
.top-bar-section .has-dropdown > a:after {
    border-color: rgba(255, 255, 255, 1) transparent transparent;
    margin-top: 5.5px;
}



@media only screen and (max-width: 942px) {


h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.750em;
}

h3 {
    font-size: 1.5em;
}


.isarc-head h1 {
    font-size: 3.5em;
}

.top-bar {
    height: 45px;
    line-height: 45px;
}

.top-bar-section li a:not(.button) {
    height: 45px;
}

.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    height: 2px;
    border: none;
    border-top: 1px solid #13234c;
    border-bottom: 1px solid #283b6a;
}

.top-bar-section .has-dropdown > a:after {
    border-color: rgba(255, 255, 255, 1) transparent transparent;
    margin-top: 2.5px;
}

ul.organized {
    float: none;
    margin-bottom: 30px;
}

ul.organized li {
    float: none;
    text-align: center;
    border: none;
    padding: 10px 0;
    height: 60px;
}

}




/* FLEX NAX */

/* Flexnav Base Styles */
.flexnav {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    max-height: 0; }
.flexnav.opacity {
    opacity: 0; }
.flexnav.flexnav-show {
    max-height: 2000px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
.flexnav.one-page {
    position: fixed;
    top: 50px;
    right: 5%;
    max-width: 200px; }
.flexnav li {
    font-size: 100%;
    position: relative;
    overflow: hidden; }
.flexnav li a {
    background: #182c5f;
    position: relative;
    display: block;
    padding: .96em;
    z-index: 200;
    overflow: hidden;
    font: 400 0.85em/100% 'Montserrat', sans-serif;
    padding: 20px 20px 20px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); 
    text-transform: uppercase;
}



@media all and (min-width: 999px) {
	.flexnav li a {	min-height: 80px; }
	.flexnav li li a {	min-height: 60px; }
}

.flexnav li a:hover {
    background: #13234c;
}
  .flexnav li ul {
    width: 100%; }
    .flexnav li ul li {
      font-size: 100%;
      position: relative;
      overflow: hidden; }
  .flexnav li ul.flexnav-show li {
    overflow: visible; }
  .flexnav li ul li a {
    display: block;
    background: #182c5f; 
    text-transform: none;
}

  .flexnav ul li ul li a {
    background: #182c5f; 
    text-transform: none;
}

  .flexnav ul li ul li ul li a {
    background: #182c5f; }
  .flexnav .touch-button {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
    display: inline-block;
    background: #acaca1;
    background: rgba(0, 0, 0, 0.075);
    text-align: center; }
    .flexnav .touch-button:hover {
      cursor: pointer; }
    .flexnav .touch-button .navicon {
      position: relative;
      top: 1.4em;
      font-size: 12px;
      color: #fff; }

@media all and (min-width: 999px) {
	.flexnav .touch-button { height: 80px; }
}

.menu-button {
  position: relative;
  display: block;
  padding: 1em;
  background: #182c5f;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .menu-button.one-page {
    position: fixed;
    top: 0;
    right: 5%;
    padding-right: 45px; }
  .menu-button .touch-button {
    background: transparent;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center; }
    .menu-button .touch-button .navicon {
      font-size: 16px;
      position: relative;
      top: 1em;
      color: #fff; }

@media all and (min-width: 800px) {
  body.one-page {
    padding-top: 70px; }

ul.flexnav li ul {
    margin-left: 0;
}
nav{
	background:#182c5f;
}
.clear{
	clear:both;
}
.flexnav {
    overflow: visible;
	
}
.flexnav.opacity {
    opacity: 1; }
.flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
.flexnav li {
      position: relative;
      list-style: none;
      float: left;
      display: block;
      background-color: #a6a6a2;
      overflow: visible;
      /*width: 20%;*/
}
    .flexnav li a {
        border-left: solid 1px #283b6a;
        border-right: solid 1px #13234c;
        border-bottom: none; }
    .flexnav li > ul {
      position: absolute;
      top: auto;
      left: 0; }
      .flexnav li > ul li {
        width: 100%; }
    .flexnav li ul li > ul {
      margin-left: 100%;
      top: 0; }
    .flexnav li ul li a {
      border-bottom: none; }
    .flexnav li ul.open {
      display: block;
      opacity: 1;
      visibility: visible;
      z-index: 100; }
      .flexnav li ul.open li {
        overflow: visible;
        max-height: 100px; }
      .flexnav li ul.open ul.open {
        margin-left: 100%;
        top: 0; }

  .menu-button {
    display: none; } }
.oldie body.one-page {
  padding-top: 70px; }
.oldie .flexnav {
  overflow: visible; }
  .oldie .flexnav.one-page {
    top: 0;
    right: auto;
    max-width: 1080px; }
  .oldie .flexnav li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    background-color: #a6a6a2;
    width: 20%;
    min-height: 50px;
    overflow: visible; }
  .oldie .flexnav li:hover > ul {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li:hover > ul li {
      width: 100%;
      float: none; }
  .oldie .flexnav li a {
    border-left: 1px solid #acaca1;
    border-bottom: none;
    overflow: visible; }
  .oldie .flexnav li > ul {
    background: #acaca1;
    position: absolute;
    top: auto;
    left: 0;
    display: none;
    z-index: 100;
    overflow: visible; }
  .oldie .flexnav li ul li ul {
    top: 0; }
  .oldie .flexnav li ul li a {
    border-bottom: none; }
  .oldie .flexnav li ul.open {
    display: block;
    width: 100%;
    overflow: visible; }
    .oldie .flexnav li ul.open li {
      width: 100%; }
    .oldie .flexnav li ul.open ul.open {
      margin-left: 100%;
      top: 0;
      display: block;
      width: 100%;
      overflow: visible; }
  .oldie .flexnav ul li:hover ul {
    margin-left: 100%;
    top: 0; }
.oldie .menu-button {
  display: none; }
.oldie.ie7 .flexnav li {
  width: 19.9%; }

.row {
background: #fff;
}

