.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
  color: #606060;
  background: #222222;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: normal;
}
a {
  color: #2980b9;
  text-decoration: none;
  /* .transition(all 0.3s ease); */
  outline: none !important;
}
a:hover {
  color: #123951;
}
a:hover,
a:visited,
a:active,
a:focus {
  text-decoration: none;
  outline: none !important;
}
:target {
  -webkit-animation: target-fade 3s 1;
  -moz-animation: target-fade 3s 1;
}
@-webkit-keyframes target-fade {
  0% {
    background-color: #fcf8e3;
  }
  100% {
    background-color: transparent;
  }
}
@-moz-keyframes target-fade {
  0% {
    background-color: #fcf8e3;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes target-fade {
  0% {
    background-color: #fcf8e3;
  }
  100% {
    background-color: transparent;
  }
}
.icon {
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  font-family: IcoMoon;
  font-weight: inherit;
  font-style: inherit;
  display: inline-block;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.icon i,
i.icon {
  font-style: normal;
}
.btn .icon {
  /* keeps button heights with and without icons the same */
  line-height: 0.9em;
}
.icon span {
  font-family: "kepler-std-caption", serif;
}
#masthead {
  background-color: white;
  font-size: 16px;
  font-family: "nimbus-sans", sans-serif;
}
#logo {
  position: relative;
  height: 90px;
}
#logo #logo-icon {
  font-size: 56px;
  height: 56px;
  line-height: 56px;
  color: black;
  position: absolute;
  bottom: 8px;
}
#logo #logo-name {
  font-size: 20px;
  font-family: "nimbus-sans-condensed", sans-serif;
  position: absolute;
  bottom: 8px;
  left: 148px;
}
#logo #logo-extras {
  position: absolute;
  right: 0px;
  top: 8px;
}
#logo #logo-extras select {
  width: auto;
}
#header {
  font-family: "nimbus-sans", sans-serif;
  padding: 0 0;
  background-color: #165788;
  margin: 0 auto;
  height: 80px;
  width: 100%;
  z-index: 1000;
  color: white;
  border-bottom: 10px solid #123951;
}
#header a,
#header a:hover,
#header a:visited,
#header a:active,
#header a:focus {
  color: white;
}
#tutorial {
  float: left;
  margin: 32px 0 0 0;
  font-size: 14px;
  height: 58px;
  background-color: #123951;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
#tutorial:hover,
#tutorial:focus {
  background-color: #2980b9;
  /* .transition(all 0.3s ease); */

}
#tutorial .media-body {
  padding-top: 12px;
  margin-right: 8px;
}
#tutorial .tutorial-title {
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
}
#tutorial .tutorial-text {
  font-size: 14px;
}
#tutorial img {
  margin: 4px 8px 0 4px;
  width: 35px;
  height: 44px;
}
#main-menu select {
  display: none;
  font-size: 14px;
}
.menu-wrap {
  float: right;
  margin-top: 32px;
  margin-right: -10px;
}
.menu-wrap .nav li {
  list-style: none;
  float: left;
  margin: 0;
  position: relative;
}
.menu-wrap .nav li a {
  font-size: 16px;
  display: block;
  padding: 16px 16px 22px 16px;
  text-align: center;
}
.menu-wrap .nav > li {
  padding: 0;
  display: inline-block;
  height: 58px;
  margin-top: 0px;
  /* .transition(all 0.3s ease); */

}
.menu-wrap .nav > li > a {
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
}
.menu-wrap .nav > li > a:hover,
.menu-wrap .nav > li > a:focus {
  background: transparent;
  color: white;
}
.menu-wrap .nav > li > ul li a {
  text-decoration: none;
}
.menu-wrap .nav > li > ul li > a:hover,
.menu-wrap .nav > li > ul li.sfHover > a,
.menu-wrap .nav > li > ul li.active > a {
  text-decoration: none;
}
.menu-wrap .nav > li.divider:before {
  content: "|";
  color: #123951;
  font-size: 14px;
  display: block;
  padding: 16px 22px 22px 22px;
  text-align: center;
}
.menu-wrap .nav > li.divider:hover {
  background: transparent;
  -webkit-border-top-left-radius: none;
  -moz-border-radius-topleft: none;
  border-top-left-radius: none;
  -webkit-border-top-right-radius: none;
  -moz-border-radius-topright: none;
  border-top-right-radius: none;
  /* .transition(none); */

}
.menu-wrap .nav > li.active {
  background: #2980b9;
  color: white;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
.menu-wrap .nav > li:hover {
  background: #123951;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  /*.transition(all 0.3s ease);*/

}
.menu-wrap .nav ul {
  display: none;
  left: -25px;
  padding: 0;
  position: absolute;
  top: 58px;
  width: 170px;
  z-index: 300;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  background: #123951;
}
.menu-wrap .nav ul li a {
  width: 130px;
  border: 0;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  padding: 8px 20px !important;
  text-align: left;
  text-transform: none;
  /*.transition(all 0.3s ease);*/

}
.menu-wrap .nav ul li a:active {
  background-color: #123951;
}
.menu-wrap .nav ul li a:hover {
  color: #2980b9 !important;
}
.menu-wrap .nav ul li a span {
  display: none;
}
.menu-wrap .nav ul li.divider {
  width: 130px;
  display: block;
  margin: 8px 20px !important;
  border-bottom: 1px #165788 solid;
}
.menu-wrap .nav ul ul {
  position: absolute;
  display: none;
  width: 170px;
  left: 164px;
  top: 0px;
  height: auto;
  list-style: none;
  z-index: 111;
  padding: 0 0;
  margin: 0;
  border-radius: 6px;
  border-top: 0;
}
.menu-wrap .nav ul ul a {
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#breadcrumbs {
  background: #2980b9;
}
#breadcrumbs .breadcrumb {
  display: none;
  padding: 0;
  color: #123951;
  margin: 4px 0 4px 0;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  border-bottom: 1px solid #2472a4;
}
#breadcrumbs .breadcrumb a {
  color: #165788;
}
#breadcrumbs .breadcrumb > li.active {
  color: #123951;
}
#breadcrumbs .breadcrumb > li {
  text-shadow: none;
}
#breadcrumbs .breadcrumb > li > .divider {
  color: #123951;
}
.banner {
  background-color: #2980b9;
  width: 100%;
  font-family: "nimbus-sans", sans-serif;
  border-top: 2px solid #2980b9;
}
.banner-wrapper {
  padding-bottom: 26px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.banner-content {
  padding: 10px 0 0 0;
}
.hint {
  font-size: 18px;
  text-align: left;
  color: #123951;
}
.title {
  font-size: 44px;
  margin-bottom: 16px;
  text-align: left;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  color: white;
}
.big-intro {
  width: 80%;
  font-size: 32px;
  font-family: "kepler-std-caption", serif;
  padding: 36px 0 30px;
  margin: 0 auto;
  text-align: center;
}
.intro {
  font-size: 22px;
  font-family: "kepler-std-caption", serif;
  color: white;
}
.sidenav {
  margin-top: -12px;
  background-color: #123951;
  padding-bottom: 12px;
  padding-top: 12px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
ul.sidenav {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  font-family: "nimbus-sans", sans-serif;
}
ul.sidenav li a {
  font-size: 14px;
  color: white;
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 3px 15px;
  text-decoration: none !important;
}
ul.sidenav li a:hover,
ul.sidenav li a:focus {
  background: transparent;
  text-decoration: none;
  color: #2980b9;
}
ul.sidenav li.divider {
  background: transparent;
  border-bottom: 1px solid #165788;
  *width: 100%;
  height: 1px;
  margin: 10px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
}
ul.sidenav li.active a,
ul.sidenav li.active a:hover,
ul.sidenav li.active a:focus {
  background: transparent;
  color: #2980b9;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h5 {
  color: black;
  line-height: normal;
  font-style: normal;
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h5 a {
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h5 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h5 a:visited,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.h5 a:active,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h5 a:focus {
  text-decoration: none !important;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 22.5px;
}
h5,
.h5 {
  font-size: 18px;
}
h6 {
  font-size: 15.3px;
}
input,
button,
select,
textarea {
  font-family: "nimbus-sans", sans-serif;
}
.hue-block {
  background-color: #2980b9;
  color: white;
  padding: 0px 4px 2px;
}
.hue {
  color: #2980b9;
}
.black {
  color: black;
}
.normal {
  font-weight: normal;
}
.bold {
  font-weight: 700;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.serif {
  font-family: "kepler-std-caption", serif !important;
}
.sans {
  font-family: "nimbus-sans", sans-serif !important;
}
p {
  font-family: "kepler-std-caption", serif;
  line-height: normal;
}
p strong,
p .bold {
  font-family: "kepler-std-caption", serif;
  font-weight: 700;
  font-style: normal;
}
p em,
p .italic {
  font-family: "kepler-std-caption", serif;
  font-style: italic;
}
.small {
  font-size: 14px;
  line-height: 20px;
  font-family: "kepler-std-caption", serif;
}
#content {
  background-repeat: repeat-y;
  background-position: top center;
  background-color: #efefef;
  overflow: hidden;
}
#content-container {
  -webkit-box-shadow: 0px 0px 24px #cccccc;
  -moz-box-shadow: 0px 0px 24px #cccccc;
  box-shadow: 0px 0px 24px #cccccc;
  padding: 12px;
  background-color: white;
  margin-bottom: 64px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
#content-container a {
  text-decoration: underline;
}
#content-container a:hover,
#content-container a:visited,
#content-container a:active,
#content-container a:focus {
  text-decoration: underline;
}
.clear {
  height: 0;
  clear: both;
  font-size: 0;
}
.pull-right {
  margin-left: 12px;
}
.pull-left {
  margin-right: 12px;
}
.offset-right {
  margin-left: 5%;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  text-align: right;
  margin: 0 auto;
}
.wrapper {
  margin: 0px auto;
  padding: 0 0 60px;
}
a,
input,
select,
textarea {
  outline: none;
  text-decoration: none;
}
a,
li {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
}
::-moz-selection {
  color: white;
  background: #2980b9;
}
::selection {
  color: white;
  background: #2980b9;
}
p {
  margin-bottom: 15px;
}
hr {
  border-top: 1px solid #cccccc;
  border-bottom: 0;
}
.media img {
  margin-top: 5px;
}
.media-body a {
  color: #888888;
}
.media-body a:hover {
  color: #777777;
}
.big {
  font-size: 100px;
}
.input-append .add-on,
.input-prepend .add-on {
  text-decoration: none;
  text-shadow: none;
}
.well {
  background-color: #f0f0f0;
  border: 0px none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.go-top {
  position: fixed;
  bottom: 0.5em;
  right: 0.5em;
  text-decoration: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 30px;
  padding: 0.1em 0.3em 0.1em;
  display: none;
  border-radius: 3px;
  z-index: 500;
}
.go-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: white;
}
.nav {
  font-family: "nimbus-sans", sans-serif;
}
.nav a {
  text-decoration: none !important;
}
.nav a:hover,
.nav a:visited,
.nav a:active,
.nav a:focus {
  text-decoration: none !important;
}
.nav-header {
  color: black;
  text-shadow: none;
  text-transform: none;
  font-size: 22.5px;
}
.responsive-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-container iframe,
.responsive-container object,
.responsive-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.deadlines-gauge .k-gauge {
  height: 140px;
}
.arrow-box {
  position: relative;
  height: 80px;
  margin-right: 50px;
  line-height: 80px;
  text-align: center;
  background-color: #2980b9;
  background-repeat: no-repeat;
  background-position: left center;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.arrow-box-content {
  color: white;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
  font-size: 24px;
  font-family: "nimbus-sans", sans-serif;
  font-weight: 700;
}
.arrow-box-content h1,
.arrow-box-content h2,
.arrow-box-content h3,
.arrow-box-content h4,
.arrow-box-content h5,
.arrow-box-content h6 {
  color: white;
}
.arrow-box:after,
.arrow-box:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow-box:after {
  border-left-color: #2980b9;
  border-width: 40px;
  top: 50%;
  margin-top: -40px;
}
img.graphic {
  max-width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  -ms-interpolation-mode: bicubic;
}
blockquote {
  border-left: 5px solid #dddddd;
}
.pad90 {
  padding-top: 90px;
}
.pad45 {
  padding-top: 45px;
}
.pad30 {
  padding-top: 30px;
}
.pad25 {
  padding-top: 25px;
}
.pad15 {
  padding-top: 15px;
}
.pad10 {
  padding-top: 10px;
}
.pad5 {
  padding-top: 5px;
}
.btn {
  background-color: #dddddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  /*.transition(background-color .4s ease-in);*/
  background-image: none;
  text-shadow: none;
}
.btn:hover,
.btn:focus {
  background-color: #aaaaaa;
  /*.transition(background-color .4s ease-in);*/

}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-custom {
  font-size: 14px;
  padding: 12px 15px 14px;
  margin-top: 10px;
}
.btn-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn:visited,
.btn:focus {
  color: white;
}
.label,
.badge {
  text-shadow: none;
}
.dropcap,
.dropcap2 {
  font-weight: 700;
  display: block;
  float: left;
  font-size: 45px;
  padding: 0;
  margin: 10px 8px 0 0;
  text-transform: uppercase;
}
.dropcap2 {
  color: #2980b9;
}
#backgrounds-link {
  font-size: 14px;
  float: right;
  background-color: #222222;
  padding: 6px;
  font-family: "kepler-std-caption", serif;
  font-style: italic;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}
#backgrounds-link a {
  color: #939393;
}
#backgrounds-link a:hover {
  color: #dddddd;
}
#footer {
  padding: 12px 0 12px;
  background: #222222;
  font-size: 14px;
  font-family: "nimbus-sans", sans-serif;
}
#footer .row-fluid > div {
  color: #939393;
}
#footer .row-fluid > div a {
  color: #939393;
}
#footer .row-fluid > div a:hover {
  color: #dddddd;
}
#footer hr {
  border-top-color: #333333;
}
#footer .copyright {
  border-top: 1px #333333 solid;
  padding-top: 12px;
  margin-top: 12px;
}
#footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer ul.footer-links {
  font-size: 14px;
  font-family: "nimbus-sans", sans-serif;
}
#footer li {
  padding: 0px 0px 2px 0;
  margin: 0px 0px 2px 0px;
  line-height: normal;
}
#footer li.divider {
  padding: 0 15px 0 0;
  margin: 4px 0 6px 0;
  border-bottom: 1px #333333 solid;
}
#footer li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#footer h1 {
  font-weight: 700;
  font-family: "nimbus-sans", sans-serif;
  font-size: 16px;
  color: #939393;
  margin: 0;
  padding: 0 0 10px;
  line-height: normal;
}
#footer p {
  line-height: normal;
}
