/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue-Regular.ttf');
}

body {
  font-family: 'BebasNeue Light', arial, helvetica, sans-serif;
}

strong{
  font-weight: 600;
}

li {
    margin-bottom: 10px;
}

.uk-navbar-nav > li > a {
  color: #fff;
  display: inline-block;
}

.tm-headerbar, .tm-navbar, .tm-footer {
    margin-top: 35px;
    margin-bottom: 0px; 
}
em {
    color: #333;
}
.uk-navbar {
  background: #414042;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-image: none;

}
.uk-navbar-nav > li > a {
  font-family: 'BebasNeue Thin', Helvetica, Arial, sans-serif;
  border: none; 
  border-bottom-width: 0; 
  text-shadow: none;
  text-transform: uppercase;
}
.uk-navbar-nav > li.uk-active > a {
  background-color: #414042;
  color: #fff;
  text-transform: uppercase;
}
footer#tm-footer {
    background-color: #414042;
  color: #fff;
}
footer#tm-footer {
    background-color: #414042;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
a, .uk-link {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}
.uk-navbar-nav > li > a:hover, .uk-link:hover , .uk-navbar-nav > li > a:focus,.uk-navbar-nav > li.uk-open > a{
    color: #fff !important;
}
p.contact-padding {
    padding-bottom: 15px;
}
.home-page-stem {
    padding-top: 22px;
}
.tm-headerbar, .tm-navbar {
    margin-top: 0px;
}

nav.tm-navbar.uk-navbar {
    margin-bottom: 10px;
}

.wk-content > img {
    width: 100%;
}

.tm-navbar > .uk-navbar-nav>:nth-child(n+2):before {
    margin-right: 10px;
    border-left: 1px solid #fff;
}
.tm-navbar > .uk-navbar-nav>:before {
    content: "";
    display: inline-block;
    height: 18px;
    vertical-align: text-top;
}

.video-title{
  font-family: BebasNeue Thin, arial, helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.play-btn:hover {
  background: #444;
  color: #fff;
  text-decoration:none;
}

.play-btn {
    padding: 15px 20px;
    border: 1px solid #444;
    border-radius: 3px;
    font-size: 16px;
  	font-family: BebasNeue Thin, arial, helvetica, sans-serif;
    background: #ddd;
    transition: all 0.3s ease-out;
  margin-top: 5px;
}

.play-btn:after{
  content: "\f054";
  font-family: FontAwesome;
  padding-left: 4px;
  vertical-align: text-top;
}

.vid-thumb{
  padding:2px;
  border:1px solid #ddd;
  border-radius: 2px;
}

.video-intro {
    margin-bottom: 25px;
    margin-top: 0;
}


/*   Video Frontpage colour coded bar below thumbnail


.video-title.science{
  border-top: 4px solid #FF0103;
}

.video-title.math{
  border-top: 4px solid #0170BF;
}

.video-title.tech{
  border-top: 4px solid #FFC000;
}

.video-title.engineer{
  border-top: 4px solid #00B14F;
}

*/


.article-index{
  margin-left: 30px;
}

.article-index .nav li.active:first-child {
    border-radius: 4px 4px 0 0 !important;
}

.boxed{
	border: 1px solid #333; 
}

p.connect-heading {
    font-style: italic;
    font-family: BebasNeue Book, arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #5988BD;
    margin-top: 18px;
    margin-bottom: 10px;
}

.outcome-table td:not(:last-child) {
    border-right: 1px solid #ddd;
}

.outcome-table .vert-text {
  	writing-mode: tb-rl;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -ms-transform-origin: right bottom 0;
    -moz-transform-origin: right bottom 0;
    -webkit-transform-origin: right bottom 0;
    transform-origin: right bottom 0;
}

.outcome-table th {
    font-size: 20px;
}


.pager li{
  color: #9a9a9a;
  display: inline-block;
}

.pager li:first-child{
  margin-right: 5px;
}

.pager li > a{
  background-color: #f2f2f2;
  color: #444444;
  border: 2px solid #444;
}

.pager li > a:hover,.pager li > a:focus{
  background-color: #444; 
  color: #f2f2f2;
}

strong.formRequired {
    color: #e55;
}

#project-form.formResponsive .formHorizontal .formValidation{
  display:block;
}

#project-form .uk-grid + .uk-grid{
  margin-top:0;
}

.formResponsive .formHorizontal p.formDescription {
    margin-top: 5px;
    font-size: 12px;
    color: #888;
}

#project-form input {
    width: 100%;
}

#project-form .uk-panel-box {
    margin-left: 0;
}

#project-form .uk-panel-box:not(:last-child){
  margin-bottom:10px;
}

.uk-panel.video {
    background: #FFD5D5;
}
.uk-panel.image {
    background: #D5F3FF;
}
.uk-panel.doc {
    background: #FBFFD5;
}

.image-box {
  display: inline-block;
  text-align: center;
  font-weight: bolder;
  padding: 2px;
  background: #f0f0f0;
  vertical-align: top;
  margin: 5px;
  border-radius:2px;
  padding:5px;
  max-width:45%;
}

.uk-navbar-nav > li {
    margin-bottom: 0;
}

.tm-sidebar-a .uk-nav-side .uk-active a,.article-index .nav-tabs .active a, .article-index .nav-tabs .active{
  background:#444 !important;
  color:#fff;
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus,.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
    background: #ddd;
    color: #222;
    text-shadow: none;
}
.stem-programs a {
    color: #016EC0;
}
.stem-programs p {
    margin-bottom: -5px;
   margin-top: 15px;
}
.stem-programs h3 {
    margin-bottom: -5px; 
}

.prjt {
    background: #fff;
    border: solid 1px #ccc;
}

.prjt > a > h3 {
    padding: 8px;
    text-align: center;
    margin-bottom: 2px;
    font-size: 18px;
  min-height: 76px;
}

.prjt > a > div:first-of-type {
    background: #fff;
    min-height: 230px;
}

.prjt > a > div:first-of-type img{
	max-height: 230px;
  vertical-align: middle;
}

.prjt > a > div:last-of-type {
    text-align: center;
    padding: 10px 20px;
      font-size: 16px;
    line-height: 20px;
  min-height: 80px;
}

.prjt > a:hover{
  color:#333;
  text-decoration:none;
  font-weight:bold;
}

.prjt:hover {
    background: #ddd;
}


.uk-grid.school-projects > div {
    margin-bottom: 20px;
}

.video-page .uk-grid > div {
    margin-bottom: 25px;
}

em.italic-text {
    color: #444;
}
a, .uk-link {
    color: #1fa2d6;
    text-decoration: underline;
    cursor: pointer;
}
a.tm-logo-small {
    float: left;
    margin-top: 18px;
}
.uk-navbar-nav > li > a:hover, .uk-link:hover, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    color: #199AD6 !important;
}
  .uk-width1-1-1.connections-italic em {
    color: #444;
}
h1 {
  color: #444444;
  font-size: 32px;
  font-weight: 600;
}

h2 {
  color: #444444;
  font-size: 28px;
  font-weight: 600;
}

h3 {
  color: #444444;
  font-size: 24px;
  font-weight: 600;
}
.uk-panel-box-primary {
    background-color: #DADCEC;
    color: #000;
    font-weight: bold;
    border-radius: 0;
}
.uk-panel-box-secondary {
    background-color: #FDFBFB;
    color: #000;
    border-radius: 0;
}
.uk-navbar-nav > li > a:hover, .uk-link:hover, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
    color: #A5DDF7 !important;
}
.uk-width-medium-2-3.uk-width-1-1.footer a {
    color: #C5E9F7;
}
a, .uk-link {
    color: #015171;
    text-decoration: underline;
    cursor: pointer;
}

.uk-dropdown.uk-dropdown-navbar.uk-dropdown-width-1 li:not(.has-form):not(.active):hover > a:not(.button) {
color: #FFFFFF;
background-color: #2336DE;
}
.uk-width-medium-2-3.uk-width-1-1.footer p {
    margin-top: 12px;
}
p.skip-content a:focus{
    color: blue !important;
}
p.skip-content {
    margin-top: -25px;
    font-size: 8px;
}
.uk-width1-1-1.connections-italic em {
    color: #444;
}
.uk-width-1-1.uk-width-medium-1-2.image-right-connections {
    margin-left: 415px;
    margin-top: -408px;
}
.tm-toolbar {
    margin-top: 25px;
     margin-bottom: 0px;
}
section#tm-top-a .home-slider {
    padding-top: 0px;
    margin-top: 0px;
}
/* 
 ========================================================================
   Media Queries
 ========================================================================
*/


@media (min-width: 768px){
  .article-index{
    width:25%;
  }
}


@media (max-width: 480px){
  .image-box {
    max-width:100%;
  }
}
@media (max-width: 480px){
.uk-width-1-2.uk-width-medium-1-2 {
    width: 100%;
}