/* Generated by less 2.5.1 */
/*Theme Name:   mekon.com (child theme of _tk)
Theme URI:      http://www.mekon.com
Description:    mekon.com Child Theme for Mekon
Author:         Mekon
Author URI:     http://www.mekon.com
Template:       _tk
Version:        1.0.0
*/
/** GENERATED FROM style.less **/
/** DO NOT EDIT THE CSS FILE **/
/* =Theme customization starts here
------------------------------------------------------- */
.mekon-blue {
  color: #0054a4;
}
.mekon-orange {
  color: #f58424;
}
/*******   ---  THE MEKON.COM THEME  ---    *******/
/*** CSS above and beyond _tk and bootstrap ***/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  font-weight: 300;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #333;
  background-color: #f2f2f2;
  border-radius: 4px;
}
/** COOKIE NOTICE **/
/*.site-header-inner {
            position: relative
        }*/
#cookie-notice {
  font-size: 16px;
  line-height: 22px;
}
/** HEADER **/
#headerHomeLink {
  /* postion home link over logo, not over whole header */
  height: 80%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
}
#sitesMenu {
  display: block;
  background-color: #fff;
  height: 4rem;
  padding: 0 20px 0 0;
}
#sitesMenu ul {
  list-style-type: none;
  height: 4em;
  float: right;
}
#sitesMenu ul li {
  display: inline-block;
  height: 4rem;
  margin-left: 20px;
  line-height: 4rem;
}
#sitesMenu ul li a {
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding-left: 29px;
}
.m_aandd a {
  background: url(images/m_aandd.png) no-repeat left center;
}
.m_congility a {
  background: url(images/m_congility.png) no-repeat left center;
}
.m_ditaweb a {
  background: url(images/m_ditaweb.png) no-repeat left center;
}
.m_mekon a {
  background: url(images/m_mekon.png) no-repeat left center;
}
#countryMenu {
  display: block;
  background-color: #fff;
  height: 4rem;
  padding: 0 0 0 20px;
}
#countryMenu ul {
  list-style-type: none;
  height: 4em;
  float: left;
  padding: 0;
}
#countryMenu ul li {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
}
#countryMenu ul li a {
  text-transform: uppercase;
  color: #777;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  padding-left: 29px;
  background-repeat: no-repeat;
  background-position: left center;
}
.global a {
  background-image: url(images/flags/global.png);
}
.uk a {
  background-image: url(images/flags/uk.png);
}
.us a {
  background-image: url(images/flags/us.png);
}
.de a {
  background-image: url(images/flags/de.png);
}
.se a {
  background-image: url(images/flags/se.png);
}
#masthead .container {
  padding-bottom: 0;
}
.site-header-inner .lead {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
/** MAIN NAV BAR **/
#stickyNavContainer {
  border-top: 1px solid #0054a4;
  border-bottom: 1px solid #0054a4;
  background-color: #fff;
}
.site-navigation {
  margin-bottom: 35px;
}
.site-navigation .container {
  padding-bottom: 0;
}
/*.site-navigation .container {
    padding-bottom: 0
}*/
.navbar-brand {
  background-image: url('images/mekon-menu.png?rev=20150528');
  background-repeat: no-repeat;
  background-position: left center;
  width: 110px;
  height: 50px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.navbar {
  webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-default {
  background-color: #fff;
  border: none;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #555;
  font-size: 16px;
  padding-left: 13px;
  padding-right: 13px;
}
/* fix to make top level clickable*/
/*.site-navigation ul.nav li.dropdown:hover ul.dropdown-menu {display: block}*/
/* end */
.site-navigation .twitter,
.site-navigation .linkedin {
  display: none;
  /* not currently used */
  width: 50px;
  height: 50px;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffcccc;
}
#stickyNavContainer .navbar-brand {
  width: 0;
  overflow: hidden;
}
#stickyNavContainer.myfixed {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}
#stickyNavContainer.myfixed .navbar-brand {
  width: 110px;
  height: 50px;
}
/*#stickyNavContainer.myfixed .navbar-brand {
    width: 110px;
    height: 50px
}*/
.wrapfixed {
  z-index: 9990;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  display: none;
  /* hides disabled menu items rather than greying them out */
}
.menu-item.divider {
  height: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
/** BREADCRUMB **/
/*#breadcrumbs a {
	margin: 0 10px;
}
#breadcrumbs a:first-child {
	margin-left:0;
}
#breadcrumbs strong {
	margin-left: 10px
}
*/
/** HOME **/
/* cyclone slider */
body.page-template-template_home-full-width .cycloneslider-slides.cycle-slideshow {
  height: 300px !important;
}
/* full width first-section image */
body.page-template-template_home-2015 .site-navigation,
body.page-template-template_home-2016 .site-navigation {
  margin-bottom: 0;
}
body.page-template-template_home-2015 .first-section .container,
body.page-template-template_home-2016 .first-section .container {
  padding-bottom: 0;
}
body.page-template-template_home-2015 .first-section .container .main-content-inner,
body.page-template-template_home-2016 .first-section .container .main-content-inner {
  padding-bottom: 0;
}
body.page-template-template_home-2015 .homePromoFull,
body.page-template-template_home-2016 .homePromoFull {
  overflow: hidden;
}
body.page-template-template_home-2015 .homePromoFull .homePromoFull-text,
body.page-template-template_home-2016 .homePromoFull .homePromoFull-text {
  padding: 20px;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  animation-delay: .25s;
}
body.page-template-template_home-2015 .homePromoFull .homePromoFull-text h2,
body.page-template-template_home-2016 .homePromoFull .homePromoFull-text h2 {
  color: #ffffff;
  max-width: 90%;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  animation-delay: 1s;
}
body.page-template-template_home-2015 .homePromoFull .homePromoFull-text .subAndBody,
body.page-template-template_home-2016 .homePromoFull .homePromoFull-text .subAndBody {
  margin: 0 auto;
}
body.page-template-template_home-2015 .homePromoFull .homePromoFull-text p.promoSub,
body.page-template-template_home-2016 .homePromoFull .homePromoFull-text p.promoSub {
  font-size: 14px;
  padding: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ffffff;
  animation-delay: 1.5s;
}
body.page-template-template_home-2015 .homePromoFull .homePromoFull-text .buttonWrap,
body.page-template-template_home-2016 .homePromoFull .homePromoFull-text .buttonWrap {
  animation-delay: 2s;
}
body.page-template-template_home-2015 #promo-row-2,
body.page-template-template_home-2016 #promo-row-2 {
  background-color: #eeeeee;
}
body.page-template-template_home-2015 .homePromoInline,
body.page-template-template_home-2016 .homePromoInline {
  padding: 10px 20px 15px;
}
body.page-template-template_home-2015 .homePromoInline h2,
body.page-template-template_home-2016 .homePromoInline h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  color: #333333;
}
body.page-template-template_home-2015 .homePromoInline .promoSub,
body.page-template-template_home-2016 .homePromoInline .promoSub {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
body.page-template-template_home-2015 .homePromoInline .buttonWrap .btn-lg,
body.page-template-template_home-2016 .homePromoInline .buttonWrap .btn-lg {
  font-size: 16px;
}
/* generics */
.homePromo {
  /* still used on A&D */
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.homePromo h2 {
  margin-top: 0;
  font-size: 24px;
}
.homePromo p {
  font-size: 16px;
  padding: 10px 0 0 20px;
  color: #ffffff;
}
.homePromo p.promoSub {
  color: #000000;
  font-size: 20px;
}
.homePromo .buttonWrap {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
/* homePromoMain */
.homePromoMain {
  /* still used on A&D */
  margin-top: 0;
  height: 300px;
}
.homePromoMain p.promoSub {
  font-size: 18px;
}
.homePromoMain p.promoSub strong {
  font-weight: normal;
}
.homePromoMain-image {
  margin-top: 0;
}
.homePromoMain-image img,
.homePromo img {
  min-height: 250px;
  max-width: none;
  width: 500px;
  overflow: hidden;
  float: right;
}
.homePromoMain-image img {
  /* airbus image */
  min-height: 320px;
}
.homePromoMain-text,
#homePromoSmall1-text,
#homePromoSmall2-text {
  height: 250px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.homePromoMain-text {
  height: 300px;
  text-align: left;
}
.homePromoMain-text h2 {
  display: inline-block;
  line-height: 1.2;
  margin-top: 20px;
  padding: 10px 15px 15px 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  max-width: 90%;
}
.homePromoMain-text .subAndBody {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  padding-bottom: 10px;
}
#homePromoSmall1-text h2,
#homePromoSmall2-text h2,
#homePromo4-text h2 {
  display: inline-block;
  max-width: 90%;
  line-height: 1.2;
  margin-top: 20px;
  padding: 10px 15px 15px 20px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
#other-site-promo {
  background-color: rgba(0, 0, 0, 0.1);
}
#other-site-promo .container {
  padding-bottom: 0;
}
#other-site-promo .homePromo {
  background-color: transparent;
  margin: 20px 0;
  height: 280px;
}
#other-site-promo .homePromo .buttonWrap {
  position: relative;
  margin-top: 20px;
  right: auto;
  bottom: auto;
}
#other-site-promo .homePromo-image img {
  min-height: auto;
  max-width: none;
  width: auto;
  width: 416px;
  height: 160px;
  position: absolute;
  right: 20px;
  top: 40px;
}
#other-site-promo .homePromo-text {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#other-site-promo .homePromo-text h2 {
  line-height: 1.2;
  margin-top: 20px;
  padding: 10px 15px;
}
#other-site-promo .homePromo-text .promoSub {
  padding: 0;
  margin: 0;
}
#other-site-promo .homePromo-text .promoSub strong {
  font-weight: normal;
}
#full-width-news {
  padding: 0 0 20px;
}
#full-width-news h2 {
  text-align: center;
  margin: 0 0 30px 0;
}
#full-width-news .news-item {
  padding: 0 0 20px 0;
  position: relative;
  height: 100%;
  margin: 10px;
}
#full-width-news .news-item p {
  border-left: 4px solid #f58424;
  padding: 5px 0 10px 20px;
  margin: 0;
  /*min-height: 130px;
            position: relative;*/
}
#full-width-news .news-item p .post-date {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #555555;
  /*position: absolute;
                bottom: 25px;
                left: 20px;*/
}
#full-width-news .news-item p .post-category {
  display: inline-block;
  margin-top: 10px;
  /*position: absolute;
                bottom: 0;
                left: 20px;*/
}
#full-width-news .news-item p .post-category.label {
  font-weight: normal;
}
#full-width-news .news-item.home-bite-sized-dita {
  background-color: #eeeeee;
  padding: 10px;
  margin: 0;
  /*margin-top: -10px;*/
}
#full-width-news .news-item.home-bite-sized-dita p .post-category.label {
  background-color: #0054a4;
}
#logo-carousel {
  background-color: #eeeeee;
}
#logo-carousel h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
}
/** SIDEBAR WIDGETS**/
h2.widget-title,
h3.widget-title {
  margin-top: 0;
  font-weight: 100;
  letter-spacing: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
/* contact us */
.btn {
  white-space: normal;
}
.btn-orange {
  color: #ffffff;
  background-color: #F58424;
  border-color: #C27734;
}
.btn-orange a {
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
  color: #ffffff;
  background-color: #C27734;
  border-color: #C27734;
}
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #C27734;
  border-color: #C27734;
}
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none;
}
.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #F58424;
  border-color: #C27734;
}
.btn-orange .badge {
  color: #F58424;
  background-color: #ffffff;
}
.btn-purple {
  color: #ffffff;
  background-color: #5A1C48;
  border-color: #3B1330;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #3B1330;
  border-color: #3B1330;
}
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #5A1C48;
  border-color: #3B1330;
}
.btn-purple .badge {
  color: #5A1C48;
  background-color: #ffffff;
}
/* ghost button */
.btn-ghost-dark {
  background: transparent;
  color: #0054a4;
  -webkit-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}
/* search */
.widget_search label {
  width: 100%;
}
/* recent entries and category post lists */
.widget_listcategorypostswidget ul,
.postList {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.widget_recent_entries .nav > li,
.widget_listcategorypostswidget ul > li,
.postList > li {
  border-left: 2px solid #f58424;
  margin-bottom: 10px;
  padding-left: 10px;
}
.widget_recent_entries .nav > li > a,
.widget_listcategorypostswidget ul > li > a,
.postList li > a {
  padding: 0;
}
.widget_listcategorypostswidget ul > li > a,
.postList > li > a {
  display: block;
}
#relatedPages {
  margin-top: 30px;
}
/** CONTENT AREA **/
.page-template-template_about .entry-content .lead {
  text-align: center;
  /*background-color: #bfd4e8;
    color: #000;*/
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 50px;
  padding: 30px 10px;
  /*border-top: 1px solid #bfd4e8;
    border-bottom: 1px solid #bfd4e8;
    background: -moz-linear-gradient(left, #ffffff 0%, #bfd4e8 25%, #bfd4e8 75%, #ffffff 100%);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(25%, #bfd4e8), color-stop(75%, #bfd4e8), color-stop(100%, #ffffff));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(left, #ffffff 0%, #bfd4e8 25%, #bfd4e8 75%, #ffffff 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(left, #ffffff 0%, #bfd4e8 25%, #bfd4e8 75%, #ffffff 100%);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(left, #ffffff 0%, #bfd4e8 25%, #bfd4e8 75%, #ffffff 100%);*/
  /* IE10+ */
  /*background: linear-gradient(to right, #ffffff 0%, #bfd4e8 25%, #bfd4e8 75%, #ffffff 100%);*/
  /* W3C */
  /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);*/
  /* IE6-9 */
}
.page-template-template_about .entry-content .lead h1 {
  margin: 0 0 10px 0;
  font-weight: 300;
}
.entry-content h2 {
  color: #f58424;
}
.entry-content h2.press-release {
  text-decoration: underline;
}
.entry-content h3 {
  color: #0054a4;
  /*#407fbb*/
}
.entry-content .lead {
  font-weight: 300;
  margin-top: 20px;
  color: #333;
}
.entry-content p {
  margin: 0 0 20px;
}
.entry-content p .posted-on {
  display: inline-block;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.entry-content th,
.entry-content td {
  padding: 5px;
  border: 1px solid #cccccc;
}
.entry-content figure {
  text-align: center;
}
.entry-content figcaption {
  font-style: italic;
  margin-top: -1em;
  margin-bottom: 2em;
}
.entry-content .bx-wrapper ul li {
  background: transparent none repeat scroll 0% 0%;
}
.entry-content .press-release-about {
  background-color: #eeeeee;
  padding: 1px 10px 10px;
  margin-bottom: 10px;
}
.taxonomy-description {
  display: none;
}
ul.mekon {
  /* bullets */
  list-style-type: none;
}
ul.mekon li {
  background: url("images/wave-bullet.png") no-repeat left 8px;
  padding-left: 22px;
  margin-bottom: 0.5em;
}
.client-logo {
  display: inline-block;
  position: relative;
}
.client-logo img.client {
  max-width: 120px;
  margin: 35px 25px;
}
.client-logo a {
  display: block;
  padding: 35px 25px;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.client-logo a img.client {
  margin: 0;
}
.client-logo a:hover {
  border-color: #cccccc;
}
.client-logo .label {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 100;
}
img.client {
  margin: 10px;
  max-width: 120px;
}
/*p.posted-on {
    display: inline-block;
    padding: 5px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/
#s-share-buttons {
  margin-top: 20px;
}
.intro #s-share-buttons {
  display: none;
}
.categoryList h2 {
  font-size: 24px;
}
#courseMeta {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
#courseMetaImage {
  text-align: center;
}
#courseMetaInner {
  margin-top: 10px;
  border: 10px solid #f58424;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px;
}
.courseMetaTable {
  border-collapse: collapse;
  width: 100%;
}
.courseMetaTable tr {
  border-top: 1px solid #f58424;
}
.courseMetaTable tr:first-child {
  border-top: none;
}
.courseMetaTable th,
.courseMetaTable td {
  padding: 8px 10px;
  vertical-align: top;
}
/*.courseMetaTable tr {
    border-top: 1px solid #f58424
}
.courseMetaTable tr:first-child {
    border-top: none
}
.courseMetaTable th,
.courseMetaTable td {
    padding: 8px 10px;
    vertical-align: top;
}*/
#contentSide .sharing {
  text-align: center;
  margin-top: 20px;
}
#courseOutline {
  margin-top: 20px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#courseOutline h2 {
  margin-top: 0;
  background-color: #0054a4;
  color: #FFF;
  padding: 20px;
  font-weight: 100;
  letter-spacing: 2px;
}
#courseOutline h3:first-child {
  margin-top: 0;
}
#courseOutline h4 {
  font-weight: bold;
}
#courseOutline ul {
  padding-left: 20px;
}
#courseOutline ul li:first-child {
  margin-top: 0;
}
#courseOutline ul li li {
  margin-top: 0;
  line-height: 1.4;
}
#courseOutline ul li h3 {
  display: inline;
  font-size: 20px;
}
#courseOutline ul li h3:first-child {
  margin-top: 0;
}
#courseOutline ul li h4 {
  display: inline-block;
}
#courseOutline ul ul {
  padding-left: 20px;
}
#courseOutlineWrap {
  background-color: #c1d3e3;
}
#courseOutlineInner {
  padding: 20px;
}
/*#courseOutline h2 {
    margin-top: 0;
    background-color: #0054a4;
    color: #FFF;
    padding: 20px;
    font-weight: 100;
    letter-spacing: 2px
}
#courseOutline ul {
    padding-left: 20px
}
#courseOutline ul ul {
    padding-left: 20px
}
#courseOutline li {
}
#courseOutline li:first-child {
    margin-top: 0
}

#courseOutline li li {
    margin-top: 0;
    line-height: 1.4
}
#courseOutline li h3 {
    display: inline;
    font-size: 20px;
}

#courseOutline h4 {
    font-weight: bold
}
#courseOutline li h4 {
    display: inline-block;
}*/
/*#courseOutline h3:first-child,
#courseOutline li > h3:first-child {
    margin-top: 0
}*/
#coursePDF {
  margin-top: 30px;
  text-align: center;
}
#coursePDF a {
  font-size: 14px;
}
.courseContact {
  padding: 10px 0;
  margin-top: 20px;
}
.courseContact .btn {
  margin-bottom: 10px;
  display: block;
}
blockquote {
  font-size: 16px;
  font-style: italic;
}
blockquote footer,
blockquote cite {
  font-size: 16px;
  font-weight: bold;
}
.row-blockquote {
  border-top: 1px solid #cccccc;
}
/*#testimonials {
    background-color: #eee;
    padding: 10px;
    margin-top: 10px;
    blockquote {
        background-color: #fff;
        border-color: #bbb
    }
    cite {
        color: #0054a4
    }
}*/
#miniContactForm,
.widget_ninja_forms_widget {
  padding: 15px;
  background-color: #eee;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#miniContactForm #ninja_forms_field_36_div_wrap {
  margin-bottom: 0;
}
.bordered {
  /*margin-top: 20px;*/
  padding: 20px;
  border: 1px solid #666;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.homePromoMain.bordered {
  padding: 0;
  margin-top: 0;
}
.linkPanel {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  overflow: auto;
  position: relative;
}
.linkPanel.videoPanel {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.linkPanel.videoPanel .linkPanelText {
  padding: 10px;
}
.linkPanel.videoPanel .linkPanelText.withFooter {
  /*min-height: 250px;*/
  padding-bottom: 1em;
}
.linkPanel.videoPanel .linkPanelText h3 {
  margin-top: 5px;
}
.linkPanel.videoPanel.webinarPreview .linkPanelText.withFooter {
  min-height: 0;
}
.linkPanel .linkPanelImage {
  width: 35%;
  float: left;
}
.linkPanel .linkPanelText {
  width: 60%;
  float: right;
}
.linkPanel .linkPanelText h3 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
}
.linkPanel.no-image .linkPanelImage {
  display: none;
}
.linkPanel.no-image .linkPanelText {
  width: auto;
  float: none;
}
/*.linkPanelText {
    width: 60%;
    float: right;
    h3 {
        margin-top: 5px;
        font-size: 20px;
        line-height: 24px;
    }
}*/
/*.linkPanel.videoPanel .linkPanelText {
    padding: 10px
}*/
/*.linkPanel.videoPanel .linkPanelText.withFooter {
    min-height: 250px;
    padding-bottom: 2.5em
}*/
/*.linkPanel.videoPanel.webinarPreview .linkPanelText.withFooter {
    min-height: 0
}*/
/*.linkPanel.videoPanel .linkPanelText h3 {
    margin-top: 5px
}*/
.linkPanelLink {
  display: none;
}
.linkPanelFooter {
  border-top: 1px solid #ddd;
  padding: .5em 0;
  height: 2.5em;
  width: 100%;
  margin-top: 4em;
  position: absolute;
  bottom: 0;
}
.linkPanelFooterLink {
  float: left;
  margin-left: 10px;
}
.linkPanelFooterDuration {
  float: right;
  margin-right: 10px;
}
.time:before,
.play:after {
  position: relative;
  top: 1px;
  display: inline-block;
  /*font-family: 'Glyphicons Halflings';*/
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.time:before {
  /*content: "\e023";*/
  content: "\f017";
  margin-right: 5px;
}
.play:after {
  /*content: "\e072";*/
  content: "\f04b";
  margin-left: 5px;
}
.linkPanel.webinarPreview .webinarTopic {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ddd;
  padding: 3px 5px;
}
a.readMore:before {
  content: "";
}
a.readMore:after {
  content: "\00A0 \2192";
}
dd {
  margin-bottom: 10px;
}
ul.noBullets {
  list-style: none;
}
ul.noBullets li {
  background: none;
  padding-left: 0;
}
ul.contacts .glyphicon,
ul.contacts .fa {
  display: inline;
  margin-right: 10px;
  color: #f58424;
}
ul.contacts {
  font-size: 20px;
  padding: 15px 0 0;
}
ul.contacts li {
  margin-bottom: 15px;
}
address.mainAddress {
  font-size: 20px;
  margin-top: 15px;
}
img.rssIcon {
  margin: 0 10px 0 0;
}
/* partners */
.partner-wrap {
  margin-top: 60px;
  border: 1px solid #cccccc;
  padding: 15px;
}
.partner-wrap:hover {
  border: 1px solid #f58424;
}
.partner-wrap .partner-image {
  height: 80px;
  /*text-align: center;*/
  position: relative;
}
.partner-wrap .partner-image img {
  /*max-width: 200px;*/
  /*position: absolute;
            bottom: 10px;
            left: auto;
            right: auto;*/
}
.partner-wrap .partner-text h2 {
  font-size: 18px;
}
/* form select overrides so bootstrap styles are used */
.ninja-forms-form-wrap select {
  /* width: 100% !important; */
  height: 34px !important;
}
/* ninja-forms-error-msg */
.ninja-forms-error-msg {
  background-color: #ffff66;
}
/* lists of links */
.linkList {
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}
.linkList li {
  float: none;
  margin: 10px 0;
  /* kill any custom bullets */
  background-image: none !important;
  padding: 0 !important;
}
.linkList li a {
  background-color: #407fbb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  padding: 10px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.linkList.pdf li a:before {
  content: "PDF";
  margin: -5px 10px 0 -5px;
  float: left;
  color: #fff;
  background-color: #A00101;
  padding: 5px 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.linkList.plain-list li a {
  background-color: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  color: #000;
  letter-spacing: normal;
  border: 1px solid #cccccc;
}
/* END lists of links */
/* events list */
/* mobile styles */
.event-list {
  /*background-color: #fcc;*/
}
.event-list ul.event-list-view,
.event-list ul.single-event-view {
  list-style: none !important;
  margin: 1.5em 0 2em 0;
  padding: 0;
}
.event-list ul.event-list-view li.event,
.event-list ul.single-event-view li.event {
  clear: both;
  margin: 0 0.5em 1.5em 0.5em;
  min-height: 6.5em;
  zoom: 1;
  /* Fix for IE 6+7 */
}
.event-list .event {
  /* original */
  /* END original*/
}
.event-list .event .event-date {
  float: left;
  margin: 0 0.4em 1.5em 0;
}
.event-list .event .multi-date {
  background: url(../images/date-separator.png) center no-repeat;
}
.event-list .event .start-date,
.event-list .event .end-date {
  text-align: center;
  width: 3.2em;
  border-radius: 5px;
  background-color: #e6e6e6;
}
.event-list .event .start-date {
  float: left;
}
.event-list .event .end-date {
  margin-left: 3.8em;
}
.event-list .event .event-weekday {
  font-size: 0.8em;
  text-transform: uppercase;
}
.event-list .event .event-day {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: -0.2em;
}
.event-list .event .event-month {
  text-transform: uppercase;
  font-size: 1.0em;
  line-height: 1em;
  padding: 0.4em 0;
}
.event-list .event .event-year {
  font-size: 0.8em;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  padding-bottom: 0.3em;
}
.event-list .event .event-info {
  display: block !important;
}
.event-list .event .multi-day {
  margin: 0 0 0 7.5em;
}
.event-list .event .single-day {
  margin: 0 0 0 3.8em;
}
.event-list .event .event-title h3 {
  clear: none;
  margin: 0 !important;
  padding: 0;
}
.event-list .event .event-time {
  font-weight: bold;
  padding-right: 0.8em;
}
.event-list .event .event-cat {
  font-size: 0.95em;
}
.event-list .event .event-details {
  font-size: 0.8em;
}
.event-list .event .event-date {
  float: none;
  margin: 0 0 1.5em 0;
}
.event-list .event .event-date.multi-date {
  background-position: 3.5em center;
}
.event-list .event .event-info.multi-day {
  margin: 0;
}
.event-list .event .end-date {
  margin-left: 0;
}
.event-list .event .event-date.multi-date .end-date {
  margin-left: 3.8em;
}
/* custom styles */
li.event,
.filterbar li {
  background-image: none;
  padding-left: 0;
}
li.event {
  border-bottom: 1px solid #cccccc;
}
.event-details {
  font-size: inherit !important;
}
.event-details p {
  font-size: 16px;
}
.event-title {
  margin-bottom: 10px;
}
.event-location {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.widget_event_list_widget h3,
.widget_event_list_widget h4 {
  font-size: 20px;
}
/* END events list */
/* inline panels - use with bootstrap panel */
.panel-inline {
  width: 60%;
  margin-left: 10px;
}
.columnsOne {
  /* nothing needed but included here as the class is applied by Wordpress and it may be useful one day */
}
.columnsTwo {
  -webkit-columns: 2 300px;
  -moz-columns: 2 300px;
  columns: 2 300px;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-column-rule: 1px dotted #bbb;
  -moz-column-rule: 1px dotted #bbb;
  column-rule: 1px dotted #bbb;
}
.columnsThree {
  -webkit-columns: 3 300px;
  -moz-columns: 3 300px;
  columns: 3 300px;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-column-rule: 1px dotted #bbb;
  -moz-column-rule: 1px dotted #bbb;
  column-rule: 1px dotted #bbb;
}
.separator hr {
  border-top: 1px solid #0054a4;
  clear: both;
}
.separator p {
  text-align: center;
}
.separator button {
  margin-bottom: 10px;
}
/** FOOTER **/
.site-footer {
  background: #333;
  border-top: 1px solid #000;
}
#site-footer-outer {
  padding-bottom: 0;
}
#site-footer-inner-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.1em;
  color: #eee;
  z-index: 9998;
}
.site-footer-inner a {
  color: #eee;
  text-decoration: none;
  font-weight: 200;
}
.site-footer-inner a:hover {
  text-decoration: underline;
}
.site-footer-inner p {
  margin: 0;
  padding: 3px 0;
  line-height: 120%;
}
#site-accreditation {
  text-align: center;
}
#site-accreditation img {
  margin-top: 10px;
}
#site-info {
  font-weight: normal;
  text-align: center;
}
#site-info p img {
  margin-bottom: 5px;
}
#site-info p span.largeText {
  font-size: 16pt;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 160%;
}
#site-info-2 {
  float: none;
  text-align: center;
}
#site-info-2 img {
  float: right;
}
#site-info-2 address {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  /*float: right;*/
  margin: 20px 0 0;
}
.footerMenu ul {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
}
.footerMenu ul li {
  margin-bottom: 5px;
}
/*** utlity classes ***/
.m_visible {
  opacity: 1;
}
.shade1 {
  background-color: #dddddd;
}
/* responsive table fix */
.table-responsive table td {
  /*min-width: 200px;
	max-width: 300px;
	white-space:normal !important;*/
}
/*** DROP DOWNS mobile style ***/
.dropdown-menu {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #eee;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* video embed */
iframe {
  border: 1px solid #333;
}
/*** RESPONSIVE ***/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /** FIX IN MAIN CSS */
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .btn {
    white-space: no-wrap;
  }
  body.page-template-template_home-2015 .homePromoFull,
  body.page-template-template_home-2016 .homePromoFull {
    padding: 30px 40px;
  }
  body.page-template-template_home-2015 .homePromoFull .homePromoFull-text,
  body.page-template-template_home-2016 .homePromoFull .homePromoFull-text {
    padding: 30px;
  }
  body.page-template-template_home-2015 .homePromoFull .homePromoFull-text h2,
  body.page-template-template_home-2016 .homePromoFull .homePromoFull-text h2 {
    font-size: 32px;
  }
  body.page-template-template_home-2015 .homePromoFull .homePromoFull-text p.promoSub,
  body.page-template-template_home-2016 .homePromoFull .homePromoFull-text p.promoSub {
    font-size: 18px;
  }
  .homePromoMain-image {
    margin-top: 0;
  }
  .homePromoMain-image img,
  .homePromo img {
    height: auto;
    width: 100%;
    float: none;
  }
  #other-site-promo .homePromo {
    height: 250px;
  }
  #other-site-promo .homePromo .buttonWrap {
    margin-top: 40px;
  }
  .page-template-template_about .lead {
    padding: 20px;
  }
  #coursePDF a {
    font-size: 16px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /* restore menu styles */
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navbar-collapse {
    padding-left: 15px;
  }
  /* other stuff */
  body.page-template-template_home-2015 .homePromoFull,
  body.page-template-template_home-2016 .homePromoFull {
    /*height: 300px;*/
    padding: 30px 100px;
  }
  body.page-template-template_home-2015 .homePromoFull .homePromoFull-text,
  body.page-template-template_home-2016 .homePromoFull .homePromoFull-text {
    padding: 30px;
  }
  body.page-template-template_home-2015 .homePromoFull .homePromoFull-text h2,
  body.page-template-template_home-2016 .homePromoFull .homePromoFull-text h2 {
    font-size: 36px;
  }
  body.page-template-template_home-2015 .homePromoInline,
  body.page-template-template_home-2016 .homePromoInline {
    height: 270px;
    position: relative;
    padding: 20px 20px 25px;
  }
  body.page-template-template_home-2015 .homePromoInline h2,
  body.page-template-template_home-2016 .homePromoInline h2 {
    font-size: 22px;
    line-height: 28px;
  }
  body.page-template-template_home-2015 .homePromoInline .promoSub,
  body.page-template-template_home-2016 .homePromoInline .promoSub {
    font-size: 16px;
  }
  body.page-template-template_home-2015 .homePromoInline .buttonWrap,
  body.page-template-template_home-2016 .homePromoInline .buttonWrap {
    position: absolute;
    bottom: 25px;
  }
  .homePromoMain-image {
    margin-top: -10%;
  }
  .homePromoMain h2 {
    font-size: 36px;
  }
  .homePromoMain-text .subAndBody {
    width: 50%;
  }
  .homePromoMain p.promoSub {
    font-size: 20px;
  }
  #full-width-news {
    padding: 30px 0 40px;
  }
  #full-width-news h2 {
    margin: 0 0 40px 0;
  }
  #full-width-news .news-item {
    min-height: 150px;
    padding: 0 20px 30px 0;
  }
  #other-site-promo .homePromo .buttonWrap {
    position: absolute;
    left: 0;
    right: auto;
    margin-top: 0;
  }
  #other-site-promo .homePromo .homePromo-image img {
    width: 300px;
    height: 116px;
    /*display: inline-block;*/
    position: absolute;
    right: 0;
    top: 40px;
  }
  #other-site-promo .homePromo .homePromo-text {
    text-align: left;
  }
  #other-site-promo .homePromo .homePromo-text h2 {
    padding-left: 0;
  }
  #other-site-promo .homePromo .homePromo-text .promoSub {
    width: 50%;
    font-size: 18px;
    margin-right: 20px;
    padding: 10px 15px 15px 0;
  }
  .linkList li {
    width: 45%;
    float: left;
    margin: 10px 5% 10px 0;
  }
  .linkList-fullWidth li {
    width: auto;
    float: none;
    margin: 10px 0 10px 0;
  }
  .event-list .event .event-date {
    float: left;
    margin: 0 0 1.5em 0;
  }
  .event-list .event .event-info.multi-day {
    margin: 0 0 0 7.5em;
  }
  .event-list .event .end-date {
    margin-left: 3.8em;
  }
  /* END events list */
  #site-accreditation {
    text-align: right;
  }
  #site-info-2 {
    float: right;
  }
  /* ninja form */
  .entry-content .ninja-forms-required-items,
  .nf-modal-content .ninja-forms-required-items {
    margin-bottom: 20px;
  }
  .entry-content .ninja-forms-form .field-wrap.label-above label,
  .nf-modal-content .ninja-forms-form .field-wrap.label-above label {
    display: inline-block;
    width: 10em;
    text-align: right;
    margin-right: 1em;
    float: left;
  }
  .entry-content .ninja-forms-form .text-wrap.label-above input,
  .entry-content .ninja-forms-form .text-wrap.label-above select,
  .entry-content .ninja-forms-form .textarea-wrap.label-above textarea,
  .nf-modal-content .ninja-forms-form .text-wrap.label-above input,
  .nf-modal-content .ninja-forms-form .text-wrap.label-above select,
  .nf-modal-content .ninja-forms-form .textarea-wrap.label-above textarea {
    width: 25em;
  }
  .entry-content .ninja-forms-form .input-counter,
  .nf-modal-content .ninja-forms-form .input-counter,
  .entry-content .ninja-forms-form .ninja-forms-field-error,
  .nf-modal-content .ninja-forms-form .ninja-forms-field-error {
    margin-left: 11em;
  }
  /* footer */
  #site-info,
  #site-info-2 {
    text-align: left;
  }
  #site-info-2 address {
    margin: 5px 20px 0 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .homePromoMain-image {
    margin-top: -20%;
  }
  .homePromoMain p.promoSub {
    font-size: 24px;
  }
  #full-width-news .news-item p {
    min-height: 160px;
    position: relative;
  }
  #full-width-news .news-item p .post-date {
    position: absolute;
    bottom: 25px;
    left: 20px;
  }
  #full-width-news .news-item p .post-category {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  #other-site-promo .homePromo .homePromo-image img {
    width: 416px;
    height: 160px;
  }
  #other-site-promo .homePromo .buttonWrap {
    margin-top: 20px;
  }
  .linkPanel {
    border-bottom: none;
    margin-bottom: 0;
  }
  .linkPanel.videoPanel:hover {
    border: 1px solid #0054a4;
  }
  .linkPanel img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    -webkit-transition: all 0.6s ease-in-out;
    /* Transition for Webkit browsers */
    transition: all 0.6s ease-in-out;
    /* image scale */
    /*-webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;*/
  }
  .linkPanel:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
    transform: scale(1.1);
  }
  .linkPanel .linkPanelImage {
    width: 100%;
    overflow: hidden;
  }
  .linkPanel .linkPanelText {
    width: 100%;
  }
  .linkPanel .linkPanelText.withFooter {
    min-height: 260px;
  }
  .linkPanel .linkPanelText h3 {
    margin-top: 20px;
  }
  .linkPanel .linkPanelLink {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
  }
  .courseContact .btn {
    margin-right: 10px;
    display: inline-block;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  body.page-template-template_home-2015 .homePromoInline,
  body.page-template-template_home-2016 .homePromoInline {
    height: 240px;
  }
  .homePromoMain-image {
    /*margin-top: -20%*/
  }
  .page-template-template_about .lead {
    line-height: 50px;
    padding: 30px 150px;
    font-size: 30px;
  }
}
/**** **** **** **** **** ****/
/** High-res styles go here **/
/**** **** **** **** **** ****/
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .navbar-brand {
    background-image: url('images/mekon-menu_2x.png');
    background-size: 110px 40px;
  }
}
/* test */
