/*
 *  Main CSS for MBP child theme
 *
 */
/*
 * Colors for Zenicor
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.m-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
}
/**
 * Variables
 */
/*
 * Style for subpages
 */
.content blockquote {
  border-left: 8px solid #08868d;
  margin: 20px 0 20px;
  padding: 0 0 0 20px;
  font-weight: 100;
}
.content iframe {
  max-width: 100%;
}
#content,
.cision-block-post,
.content-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFF;
}
.container,
.cision-block-post,
.content-area {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content-title {
  margin-top: 0;
}
ul.press-release {
  padding-left: 0;
}
ul.press-release li {
  list-style-type: none;
}
.page-image {
  margin-bottom: 1em;
}
body .menu-slide-container {
  padding-top: 0;
  padding-bottom: 0;
}
body .menu-slide-container .form-group {
  position: relative;
  margin: 0 -15px;
}
body .menu-slide-container .searchform-mobile {
  width: 100%;
  margin-bottom: 15px;
}
body .menu-slide-container .searchform-mobile .search-mobile {
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
  color: #999;
  padding-left: 15px;
}
body .menu-slide-container .searchform-mobile .search-mobile:focus {
  border: 1px solid #5b7e96;
}
body .menu-slide-container .searchform-mobile #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  outline: none;
  border: none;
  background-color: #8A8B8A;
  background-image: url('/wp-content/themes/mbptheme-child/images/magnifier-icn.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
body .menu-slide-container .navbar-nav {
  float: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .menu-slide-container .navbar-nav .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #efefef;
  cursor: pointer;
  line-height: 20px;
  height: 40px;
  width: 40px;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
}
body .menu-slide-container .navbar-nav .dropdown-menu {
  float: none;
  border: none;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .menu-slide-container .navbar-nav li {
  float: none;
  position: relative;
  display: block;
  clear: both;
}
body .menu-slide-container .navbar-nav li a {
  display: block;
  line-height: 20px;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  color: #333;
}
body .menu-slide-container .navbar-nav li a:hover {
  background-color: #D8D8D8;
  color: #FFF;
}
body .menu-slide-container .navbar-nav li.current-menu-item > a,
body .menu-slide-container .navbar-nav li.current_page_item > a {
  background-color: #36989C;
  color: #FFF;
}
body .menu-slide-container .navbar-nav li.current-page-ancestor > a,
body .menu-slide-container .navbar-nav li.current-menu-ancestor > a,
body .menu-slide-container .navbar-nav li.current-menu-parent > a,
body .menu-slide-container .navbar-nav li.current-page-parent > a,
body .menu-slide-container .navbar-nav li.current_page_parent > a,
body .menu-slide-container .navbar-nav li.current_page_ancestor > a {
  background-color: #D8D8D8;
}
body .menu-slide-container .open > .dropdown-toggle > .caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  border-top: none;
}
body .menu-slide-container .caret {
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.favicon-link {
  padding-bottom: 0.5em;
}
.favicon-link img {
  margin-right: 1em;
}
/* Filelists that are inserted via WP-Filebase plugin */
.file-list {
  color: #8A8B8A;
  clear: both;
  border: 1px solid #DDD;
  padding: 0.6em;
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}
.file-list span {
  line-height: 36px;
  vertical-align: bottom;
}
.file-list .file-name {
  width: 65%;
  display: inline-block;
}
@media (min-width: 768px) {
  .file-list .file-name {
    margin-right: 20px;
    padding-left: 10px;
    min-width: 180px;
    width: auto;
  }
}
.file-list .file-date {
  width: 30%;
  display: inline-block;
}
@media (min-width: 768px) {
  .file-list .file-date {
    margin-right: 20px;
    min-width: 150px;
    width: auto;
  }
}
.file-list .file-type {
  width: 10%;
  display: inline-block;
}
@media (min-width: 768px) {
  .file-list .file-type {
    margin-right: 20px;
    min-width: 100px;
    width: auto;
  }
}
.file-list .file-size {
  width: 20%;
  display: inline-block;
}
@media (min-width: 768px) {
  .file-list .file-size {
    margin-right: 20px;
    min-width: 100px;
    width: auto;
  }
}
.file-list .file-link {
  float: right;
  width: 100%;
}
@media (min-width: 768px) {
  .file-list .file-link {
    width: auto;
  }
}
.file-list .file-link a {
  border-radius: 3px;
  background-color: #3b92d4;
  padding: 8px 16px;
  color: #FFF;
  display: block;
  margin: 0 auto;
  width: 50%;
}
.file-list .file-link a:hover {
  background-color: #2c86c9;
}
@media (min-width: 768px) {
  .file-list .file-link a {
    margin: auto;
    width: auto;
    display: inline-block;
  }
}
#footer #lang_sel a {
  text-align: left;
}
#footer .footer_top {
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  border-bottom: 1px solid #9dd4ca;
  text-align: center;
}
#footer .footer_bottom {
  text-align: center;
}
#footer .footer_bottom ul {
  display: inline-block;
  padding: 0;
  text-align: center;
}
#footer .footer_bottom ul li {
  display: block;
  float: left;
  font-weight: 100;
  color: #999;
  display: inline-block;
  margin-right: 1em;
  list-style: none;
}
#contact_form {
  float: right;
}
#right-sidebar-content {
  float: right;
  padding-left: 0 !important;
}
#right-sidebar-content .widget_mbp_textwidget h1,
#right-sidebar-content .widget_mbp_textwidget h2,
#right-sidebar-content .widget_mbp_textwidget h3 {
  margin-top: 0;
}
.search .searchresult_container {
  text-align: center;
  float: none;
  margin: 0 auto;
}
.search .searchresult_container h1 {
  margin-top: 0;
}
.search .searchresult_container .searchresult {
  margin-left: 20px;
  clear: both;
  display: inline-block;
  float: none;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #CCC;
  padding: 0 1em 1em 1em;
}
.search .searchresult_container .searchform {
  margin-top: 0;
  margin-left: 0;
  border: none;
}
.search .date,
.search .author,
.search .regulatory > span {
  color: #808080;
  float: left;
  margin-right: 2em;
  font-weight: 100;
}
.search .date span,
.search .author span,
.search .regulatory > span span {
  font-weight: 500;
}
.search .link {
  font-weight: 100;
  float: right;
}
.search .searchcontainer {
  max-width: 100%;
}
.search .searchcontainer input {
  outline: none;
  margin-top: 45px;
  color: #999;
  border: none;
  border-bottom: 1px solid #CCC;
  background-image: url('/wp-content/themes/mbptheme-child/images/magnifier-grey.png');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
.search .searchcontainer input:focus {
  border-bottom: 1px solid #5b7e96;
}
.arrowdropdown {
  font-weight: 100;
  font-size: 15px;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 20px;
}
.arrowdropdown select {
  background: transparent;
  padding-right: 31px;
  width: 140px;
  height: 20px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.arrowdropdown select:focus {
  outline: none;
  border: none;
}
.arrowdropdown option {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.arrowdropdown .arrow {
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 0px;
  width: 0;
  height: 0;
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3F3F3F;
}
.arrowdropdown .language-dropdown {
  background-position: 5px 70%;
  background-repeat: no-repeat;
  padding-left: 30px;
}
.arrowdropdown .language-dropdown option {
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
}
#contact_form input,
#contact_form textarea {
  color: #8A8B8A;
  border: none;
  width: 460px;
  max-width: 100%;
  clear: both;
  float: left;
  margin-top: 2em;
  padding: 0.5em 1em;
}
#contact_form textarea {
  border: 1px solid #DDD;
  resize: none;
}
#contact_form textarea:focus {
  border: 1px solid #5b7e96;
}
#contact_form input[type=text],
#contact_form input[type=email] {
  border-bottom: 1px solid #DDD;
}
#contact_form input[type=text]:focus,
#contact_form input[type=email]:focus {
  border-bottom: 1px solid #5b7e96;
}
#contact_form .formpart {
  display: inline-block;
  clear: both;
  float: left;
}
#contact_form .formpart.terms {
  padding-top: 2em;
}
#contact_form .formpart.terms input {
  margin-right: 5px;
  margin-top: 0;
  width: auto;
}
#contact_form .formpart.terms label {
  line-height: 1;
}
#contact_form #contact-submit {
  border: none;
  background: none;
  display: inline;
  text-align: left;
  color: #5b7e96;
  padding-left: 0;
}
#contact_form #contact-submit:hover {
  text-decoration: underline;
}
/*
 * Top menu style
 */
header.navbar {
  min-height: 120px;
  margin-bottom: 80px;
}
header.navbar .navbar-brand {
  height: auto;
  line-height: auto;
  padding: 13px 15px;
}
.mbp-navbar-container {
  position: absolute;
  top: 0;
  width: 100%;
}
.mbp-navbar-container .navbar-toggle {
  margin-top: 15px;
  background-color: #D8D8D8;
}
.mbp-navbar-container .navbar-toggle.collapsed {
  background-color: #FFF !important;
}
.mbp-navbar-container .navbar {
  border: none;
  min-height: 120px;
  background-color: #FFF;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 0;
}
.mbp-navbar-container .navbar #lang_sel {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .mbp-navbar-container .navbar #lang_sel {
    left: auto;
    right: 15px;
  }
}
.mbp-navbar-container .navbar ul.nav li a {
  color: #8A8B8A;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  line-height: 90px;
  min-width: 70px;
  font-size: 17px;
}
.mbp-navbar-container .navbar ul.nav li:hover a {
  background-color: #D8D8D8;
  color: #FFF;
}
.mbp-navbar-container .navbar ul.nav li.current-menu-item a,
.mbp-navbar-container .navbar ul.nav li.current_page_parent a,
.mbp-navbar-container .navbar ul.nav li.current-page-ancestor a {
  background-color: #08868d;
  color: #FFF;
}
.navbar-form {
  margin: 0;
}
.navbar-form input {
  font-size: 16px;
  outline: none;
  margin-top: 40px;
  color: #999;
  border: none;
  border-bottom: 1px solid #CCC;
}
.button--search {
  background-color: transparent;
  border: 0;
  padding: 0;
}
/*
 * Typography for Zenicor
 */
html,
body,
header,
html section {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
p,
strong,
a,
i {
  word-wrap: break-word;
}
body h3,
body .h3 {
  font-size: 20px;
}
.content h4 {
  font-size: 18px;
  line-height: 1.4;
}
.content p,
.content ul {
  font-size: 15px;
}
.content span {
  color: #333;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.content p.ingress {
  font-size: 18px;
  line-height: 1.3em;
}
.content p strong span {
  font-weight: 900;
}
.content span {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px !important;
  color: #333333 !important;
}
.content ul li,
.content ol li {
  color: #333333;
}
/* This file should hold widget specific CSS 
*/
.widget {
  /* MBP boxes widget */
  /* MBP boxes widget */
  /* MBP menu widget */
  /* MBP menu widget */
}
.widget.widget_mbp_textwidget {
  padding: 1em 2em;
}
.widget.widget_mbp_textwidget img {
  max-width: 100%;
}
.widget.widget_mbp_textwidget p {
  color: #333333;
  line-height: 1.42857;
}
.widget.widget_mbp_textwidget.no-margins {
  padding: 0 !important;
  margin: 0;
}
.widget.widget_mbp_boxes {
  height: 155px;
  text-align: center;
  color: #999;
}
.widget.widget_mbp_boxes .border {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #999;
}
.widget.widget_mbp_boxes span {
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  display: inline-block;
}
.widget.widget_mbp_boxes .middle-text {
  font-size: 50px;
  line-height: 82px;
}
.widget.widget_mbp_boxes.small {
  padding-bottom: 15px;
}
.widget.widget_mbp_boxes.large {
  height: 280px;
}
.widget.widget_mbp_boxes.large span {
  font-size: 22px;
  line-height: 28px;
}
.widget.widget_mbp_boxes.large .middle-text {
  font-size: 172px;
  font-weight: 500;
  line-height: 192px;
}
.widget.widget_mbp_customlist .border {
  padding: 1em;
}
.widget.tribe-events-list-widget {
  padding-right: 0 !important;
}
.widget.widget_mbp_menuwidget {
  padding-right: 0 !important;
}
.widget.widget_mbp_menuwidget .menu-item a {
  color: #08868d;
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 16px;
  outline: none;
  max-width: 100%;
  word-wrap: normal;
}
.widget.widget_mbp_menuwidget .menu-item a:active,
.widget.widget_mbp_menuwidget .menu-item a:hover {
  color: #05585d;
}
.widget.widget_mbp_menuwidget li {
  list-style: none;
}
.widget.widget_mbp_menuwidget .menu {
  border: 1px solid #e7e7e7;
  padding: 0;
}
.widget.widget_mbp_menuwidget .menu > .menu-item > a {
  padding: 1em;
}
.widget.widget_mbp_menuwidget .sub-menu {
  padding: 0.5em 0;
  border-top: 1px solid #e7e7e7;
}
.widget.widget_mbp_menuwidget .sub-menu .children {
  padding-left: 0;
}
.widget.widget_mbp_menuwidget .sub-menu .children a:before {
  content: "\2014\0000a0";
}
.widget.widget_mbp_menuwidget .sub-menu li a {
  color: #8A8B8A;
}
.widget.widget_mbp_menuwidget .sub-menu li a:active,
.widget.widget_mbp_menuwidget .sub-menu li a:hover {
  color: #717171;
}
.widget.widget_mbp_menuwidget .sub-menu li.current-menu-item > a,
.widget.widget_mbp_menuwidget .sub-menu li.current_page_item > a {
  color: #08868d;
}
.widget_mbp_contactform .subscribeForm_form {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.widget_mbp_contactform .subscribeForm_form > div {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.widget_mbp_contactform .subscribeForm_form > div:first-child {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget_mbp_contactform .subscribeForm_title {
  text-align: center;
}
.widget_mbp_contactform .subscribeForm_error,
.widget_mbp_contactform .subscribeForm_success {
  display: none;
  text-align: center;
}
@media (min-width: 768px) {
  .widget_mbp_contactform .subscribeForm_error,
  .widget_mbp_contactform .subscribeForm_success {
    text-align: left;
  }
}
.widget_mbp_contactform .subscribeForm_input:not(:first-child) {
  margin-top: 15px;
}
.widget_mbp_contactform .subscribeForm_input::-webkit-input-placeholder {
  color: #D8D8D8;
}
.widget_mbp_contactform .subscribeForm_input:-moz-placeholder {
  /* Firefox 18- */
  color: #D8D8D8;
}
.widget_mbp_contactform .subscribeForm_input::-moz-placeholder {
  /* Firefox 19+ */
  color: #D8D8D8;
}
.widget_mbp_contactform .subscribeForm_input:-ms-input-placeholder {
  color: #D8D8D8;
}
.widget_mbp_contactform .subscribeForm_input.subscribeForm_input--textarea {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.widget_mbp_contactform .subscribeForm_submit {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.widget_mbp_contactform .subscribeForm_input {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-style: italic;
  padding: 15px;
  width: 100%;
}
.widget_mbp_contactform .formpart {
  margin-bottom: 15px;
  margin-top: 15px;
}
.widget_mbp_contactform .formpart.terms {
  flex-basis: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.widget_mbp_contactform .formpart.terms > input {
  margin-right: 10px;
  margin-top: 6px;
}
.widget_mbp_contactform .formpart.terms > label {
  font-weight: normal;
}
/* devices and down */
@media (max-width: 1024px) {
  body .row.frontpage-nopadding .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .widget.widget_mbp_menuwidget {
    padding-left: 0 !important;
    margin-bottom: 1em;
  }
}
/* mobile and down */
@media (max-width: 767px) {
  .mbp-slider-container {
    display: none;
  }
  #footer .footer_bottom ul li.footer-content {
    clear: both;
    display: block;
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  #footer .footer_bottom ul li.footer-dot {
    display: none;
  }
}
/* and up
*/
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 15px;
  }
  .mbp-slider-container {
    display: none;
  }
  .mbp-navbar-container .navbar ul.nav li a {
    font-size: 14px;
    padding: 15px 10px;
  }
}
@media (min-width: 1024px) {
  .menu-slide-container {
    display: none !important;
  }
  .frontpage-slider .caption h2 {
    font-size: 0.8em;
  }
  .mbp-slider-container {
    display: block;
  }
  .mbp-navbar-container .navbar ul.nav li a {
    font-size: 17px;
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  #searchform,
  .navbar #lang_sel {
    display: block;
  }
}
/**********************************
 * Clearfix
 */
/*  Tablet  */
/*
@media (min-width:767px){

	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1){
		clear: none;
	}
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: left;
	}
}
*/
/*  Medium Desktop  */
/*
@media (min-width:992px){

	.col-lg-1:nth-child(12n+1),
	.col-lg-2:nth-child(6n+1),
	.col-lg-3:nth-child(4n+1),
	.col-lg-4:nth-child(3n+1),
	.col-lg-6:nth-child(2n+1),
	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1){
		clear: none;
	}
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1){
		clear: left;
	}
}
*/
/*  Large Desktop  */
/*
@media (min-width:1200px){

	.col-sm-1:nth-child(12n+1),
	.col-sm-2:nth-child(6n+1),
	.col-sm-3:nth-child(4n+1),
	.col-sm-4:nth-child(3n+1),
	.col-sm-6:nth-child(2n+1),
	.col-xs-1:nth-child(12n+1),
	.col-xs-2:nth-child(6n+1),
	.col-xs-3:nth-child(4n+1),
	.col-xs-4:nth-child(3n+1),
	.col-xs-6:nth-child(2n+1){
		clear: none;
	}
	.col-md-1:nth-child(12n+1),
	.col-md-2:nth-child(6n+1),
	.col-md-3:nth-child(4n+1),
	.col-md-4:nth-child(3n+1),
	.col-md-6:nth-child(2n+1){
		clear: left;
	}
}
*/
/*
.col-xs-clearFix
{
	@media(max-width: 767px)
	{
		clear: left;
	}
}
.col-md-clearFix
{
	@media (min-width: 768px) and (max-width: 1279px)
	{
		clear: left;
	}
}
.col-lg-clearFix
{
	@media(min-width: 1280px)
	{
		clear: left;
	}
}
*/
.btn {
  border-radius: 5px;
  color: #FFF;
  display: inline-block;
  margin: 1em 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
.btn--solid {
  border: 2px solid transparent;
}
.btn--outline {
  border: 2px solid #FFF;
}
.btn--default {
  background-color: #72bf4f;
  color: #FFF;
}
.btn--default:hover {
  background-color: #90cd74;
}
.btn--action {
  background-color: #08868d;
}
.btn--action:hover {
  background-color: #0bb4bd;
}
.btn--secondary {
  background-color: #FFF;
  color: #72bf4f;
}
.btn--secondary:hover {
  text-decoration: underline;
}
/**********************************
 * Sitewide
 */
html {
  margin-top: 0px;
}
body {
  background-color: #d8eee7;
  min-width: 320px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #08868d;
}
a.btn {
  color: inherit;
}
a:active,
a:hover {
  color: #05585d;
}
@media (max-width: 400px) {
  .navbar-nav .open .dropdown-menu > li > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
div.login-button-wrapper {
  width: auto;
  float: right;
  display: block;
  margin-top: 13px;
  margin-left: 3px;
  margin-right: 3px;
}
a.login-button {
  background: #08868d;
  color: white;
  display: inline-block;
  border: 0;
  line-height: 0.9;
  padding: 7px;
  -webkit-transition: all 0.1s ease-out;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a.login-button:hover {
  background: #05585d;
  color: white;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .navbar #searchform {
    width: 320px !important;
  }
}
@media (min-width: 768px) {
  .navbar #searchform {
    width: 320px !important;
  }
}
#lang_sel {
  float: right;
  margin-top: 13px;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  width: auto !important;
}
#searchform > div.form-group {
  float: right !important;
}
#searchform .form-group input {
  margin-top: 3px !important;
  width: auto !important;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
#widget-77_tag_cloud-__i__ {
  display: none;
}
#widget-76_archives-__i__ {
  display: none;
}
#widget-80_calendar-__i__ {
  display: none;
}
#widget-91_text_icl-__i__ {
  display: none;
}
#widget-92_rss-__i__ {
  display: none;
}
#widget-94_recent-comments-__i__ {
  display: none;
}
.alignright {
  float: right;
  margin: 0 0 1em 2em;
}
.alignleft {
  float: left;
}
.scheme-inverted {
  color: #fff;
}
.scheme-inverted .content p,
.scheme-inverted .content a {
  color: #fff;
}
.scheme-inverted a {
  color: #fff;
}
.ingress {
  font-weight: 900;
}
.centered-text {
  text-align: center;
}
.container {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding-bottom: 60px;
  padding-top: 60px;
}
.frontpage-nopadding .content {
  padding-left: 0 !important;
}
.frontpage-nopadding .content:nth-child(2n) {
  padding-right: 0 !important;
  padding-left: 30px !important;
}
.frontpage-nopadding .content .widget:nth-child(2n) {
  margin-top: 30px;
}
.mobile-slider.container {
  padding: 0 !important;
  display: block;
}
@media (min-width: 1024px) {
  .mobile-slider.container {
    display: none;
  }
}
.mobile-slider.container .caption-wrap {
  background-color: transparent;
  opacity: 1 !important;
}
.mobile-slider.container .caption {
  opacity: 1 !important;
  padding: 0;
}
.mobile-slider.container .caption p {
  padding: 1em 0;
}
.mobile-slider.container .caption a {
  color: #FFF;
  text-align: center;
  display: block;
  margin-top: 1em;
  text-transform: uppercase;
}
.mobile-slider.container .caption .news-flash-content a {
  color: inherit;
}
.mobile-slider.container .vertical-bottom {
  background-color: #08868d;
  padding: 1em;
}
.mobile-slider.container .vertical-bottom.news-flash {
  margin-left: 0;
  margin-top: 1em;
}
.mobile-slider.container .metaslider .slides img {
  display: none;
}
.mobile-slider.container .metaslider .caption-wrap {
  position: relative;
}
.mbp-slider-container .flexslider {
  margin-bottom: 0 !important;
}
.mbp-slider-container .metaslider .caption-wrap {
  background: none transparent;
  opacity: 1;
}
.mbp-slider-container .metaslider .caption-wrap .caption {
  align-items: flex-end;
  display: flex;
  flex: 1 0 auto;
  margin-right: auto;
  margin-left: auto;
  opacity: 1 !important;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .mbp-slider-container .metaslider .caption-wrap .caption {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .mbp-slider-container .metaslider .caption-wrap .caption {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .mbp-slider-container .metaslider .caption-wrap .caption {
    width: 1170px;
  }
}
.mbp-slider-container .metaslider .caption-wrap .caption .vertical-wrap {
  align-items: stretch;
  display: flex;
  flex: 1 0 100%;
  max-width: 100%;
}
.mbp-slider-container .metaslider .caption-wrap .caption .vertical-bottom {
  background-color: #08868d;
  color: #d8eee7;
  margin-bottom: 2em;
  padding: 2em;
}
@media (min-width: 1200px) {
  .mbp-slider-container .metaslider .caption-wrap .caption .vertical-bottom {
    width: 50%;
  }
}
.mbp-slider-container .metaslider .caption-wrap .caption .vertical-bottom h1,
.mbp-slider-container .metaslider .caption-wrap .caption .vertical-bottom h2 {
  font-size: 4vw;
  font-weight: 400;
}
.mbp-slider-container .metaslider .caption-wrap .caption .vertical-bottom p {
  padding: 1em 0;
}
.mbp-slider-container .metaslider .caption-wrap .caption .vertical-bottom a {
  color: inherit;
  text-transform: uppercase;
}
.mbp-slider-container .metaslider .flex-control-nav {
  z-index: 2;
  bottom: 0;
}
.mbp-slider-container .metaslider .flex-control-nav li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: 5px;
  width: 5px;
}
.column-list {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.post {
  margin: 1em 0;
}
.post .post-content {
  border-bottom: 1px solid #D8D8D8;
  color: #8A8B8A;
  overflow: hidden;
  padding-bottom: 2em;
}
.post .post-content h4,
.post .post-content h3 {
  color: #000;
}
.post .post-content .format_text {
  color: #333333;
}
.post .post-content .date,
.post .post-content .author,
.post .post-content .regulatory > span,
.post .post-content .link {
  display: inline-block;
  float: left;
  font-size: 0.9em;
  padding-right: 15px;
}
.post .post-content .date span,
.post .post-content .author span,
.post .post-content .regulatory > span span,
.post .post-content .link span {
  font-weight: 900;
}
.post .post-content .link {
  text-transform: uppercase;
  text-align: center;
  float: right;
  padding-right: 0;
}
.post.first-post .post-content {
  background-color: #f9e3da;
  color: #6c345e;
  padding: 1.5em;
}
.post.first-post .post-content > h3,
.post.first-post .post-content > .date,
.post.first-post .post-content > .author,
.post.first-post .post-content > .link {
  color: inherit;
  margin-top: 0;
}
.cision-feed-item {
  margin: 1em 0;
  border-bottom: 1px solid #D8D8D8;
  color: #8A8B8A;
  overflow: hidden;
  padding-bottom: 2em;
  width: 75%;
}
.cision-feed-item h2 {
  color: #000;
  font-size: 18px;
}
.cision-feed-item .date,
.cision-feed-item .author,
.cision-feed-item .regulatory > span,
.cision-feed-item .link {
  display: inline-block;
  float: left;
  font-size: 0.9em;
  padding-right: 15px;
}
.cision-feed-item .date span,
.cision-feed-item .author span,
.cision-feed-item .regulatory > span span,
.cision-feed-item .link span {
  font-weight: 900;
}
.cision-feed-item .time,
.cision-feed-item a {
  display: inline-block;
  float: left;
  font-size: 0.9em;
  padding-right: 15px;
}
.cision-feed-item a {
  text-transform: uppercase;
  text-align: center;
  float: right;
  padding-right: 0;
}
.cision-feed-item p {
  margin: 0;
}
.cision-feed-wrapper {
  width: 100%;
}
.cision-feed-wrapper ul.cision-feed-pager {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.cision-feed-wrapper ul.cision-feed-pager li {
  margin: 0;
  padding-right: 10px;
  display: inline;
}
.cision-feed-wrapper ul.cision-feed-pager li a {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cision-feed-wrapper ul.cision-feed-pager li a.active {
  text-decoration: underline;
}
.cision-feed-item-media {
  width: 100%;
  padding-bottom: 10px;
  display: block;
}
.cision-feed-item-media img {
  display: block;
  margin: 5px auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
@media screen and (min-width: 768px) {
  .cision-feed-item {
    padding: 30px;
  }
}
.sitemap {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .sitemap {
    padding-left: 60px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.event-item h3.summary {
  display: none;
}
.home .event-item {
  padding-top: 1em;
  margin: 0 !important;
  background-color: #3A4A4B;
  color: #fff;
}
.home .event-item .event-time,
.home .event-item .duration {
  font-size: 1.5em;
}
.home .event-item .description {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 20px;
}
.home #mbp_customlist-4 .post-content h3 {
  font-weight: inherit;
  font-size: 2em;
}
.home #mbp_customlist-4 .post-content .format_text p {
  font-size: 16px;
}
.home #mbp_customlist-3 .post .post-content h3 {
  font-weight: inherit;
}
.home #mbp_customlist-3 .widgettitle {
  font-size: 2em;
  color: #222;
}
.widget_simple_events_listplugin {
  padding-right: 0px !important;
}
.tribe-events-list-widget .widgettitle,
.widget_simple_events_listplugin .widgettitle {
  padding: 1em;
  font-size: 1em;
  background-color: #3A4A4B;
  color: #fff;
  margin-bottom: 0;
}
.tribe-events-list-widget .event-item,
.widget_simple_events_listplugin .event-item {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 1em 1em 0 1em;
  margin: 0 !important;
}
.tribe-events-list-widget .event-item .event-time abbr,
.widget_simple_events_listplugin .event-item .event-time abbr,
.tribe-events-list-widget .event-item .duration abbr,
.widget_simple_events_listplugin .event-item .duration abbr {
  border: none;
}
.tribe-events-list-widget .event-item .description,
.widget_simple_events_listplugin .event-item .description,
.tribe-events-list-widget .event-item .summary,
.widget_simple_events_listplugin .event-item .summary {
  font-size: 1em;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.tribe-events-list-widget .event-item .description a,
.widget_simple_events_listplugin .event-item .description a,
.tribe-events-list-widget .event-item .summary a,
.widget_simple_events_listplugin .event-item .summary a {
  color: #333;
}
.tribe-events-list-widget .event-item:last-of-type .description,
.widget_simple_events_listplugin .event-item:last-of-type .description,
.tribe-events-list-widget .event-item:last-of-type .summary,
.widget_simple_events_listplugin .event-item:last-of-type .summary {
  border-bottom: none;
}
.tribe-events-list-widget .tribe-events-widget-link,
.widget_simple_events_listplugin .tribe-events-widget-link {
  margin-bottom: 0;
  border: 1px solid #e7e7e7;
}
.tribe-events-list-widget .tribe-events-widget-link.tribe-events-no-events,
.widget_simple_events_listplugin .tribe-events-widget-link.tribe-events-no-events {
  padding: 30px;
}
.tribe-events-list-widget .tribe-events-widget-link a,
.widget_simple_events_listplugin .tribe-events-widget-link a {
  display: block;
  padding: 1em;
  font-size: 14px;
  text-align: center;
}
.home.page .tribe-events-list-widget,
.home.page .widget_simple_events_listplugin {
  background-color: #fff;
  padding: 0 !important;
}
.home.page .tribe-events-list-widget .widgettitle,
.home.page .widget_simple_events_listplugin .widgettitle {
  padding: 30px;
  padding-bottom: 44px;
  font-size: 2em;
  color: #222;
  background-color: transparent;
}
.home.page .tribe-events-list-widget p.tribe-events-no-events,
.home.page .widget_simple_events_listplugin p.tribe-events-no-events {
  margin-left: 30px;
}
.home.page .tribe-events-list-widget .hfeed,
.home.page .widget_simple_events_listplugin .hfeed {
  padding-left: 30px;
  padding-right: 30px;
}
.home.page .tribe-events-list-widget .event-item,
.home.page .widget_simple_events_listplugin .event-item {
  padding: 1.5em;
  background-color: #6c345e;
  border: none;
  color: #f9e3da;
}
.home.page .tribe-events-list-widget .event-item .duration,
.home.page .widget_simple_events_listplugin .event-item .duration {
  font-size: 1.5em;
}
.home.page .tribe-events-list-widget .event-item .summary,
.home.page .widget_simple_events_listplugin .event-item .summary {
  border-bottom: 1px solid #D8D8D8;
  margin: 0;
  padding: 0.7em 0 1.4em;
}
.home.page .tribe-events-list-widget .event-item .summary a,
.home.page .widget_simple_events_listplugin .event-item .summary a {
  color: inherit;
}
.home.page .tribe-events-list-widget .event-item:last-of-type .summary,
.home.page .widget_simple_events_listplugin .event-item:last-of-type .summary {
  border-bottom: none;
}
.home.page .tribe-events-list-widget .tribe-events-widget-link,
.home.page .widget_simple_events_listplugin .tribe-events-widget-link {
  border: none;
}
.home.page .tribe-events-list-widget .tribe-events-widget-link a,
.home.page .widget_simple_events_listplugin .tribe-events-widget-link a {
  color: #6c345e;
}
.home .tribe-events-list-widget p a,
.home .widget_simple_events_listplugin p a {
  text-transform: uppercase;
}
.widget_mbp_textwidget {
  font-size: 15px;
}
#mbp_textwidget-6,
#mbp_textwidget-170,
#mbp_textwidget-235,
#mbp_textwidget-275000020003100055 {
  padding-bottom: 0 !important;
  padding-top: 35px;
}
#mbp_textwidget-6 img,
#mbp_textwidget-170 img,
#mbp_textwidget-235 img,
#mbp_textwidget-275000020003100055 img {
  margin-top: -48px;
}
ul.menu.blog {
  margin: 2em 0;
}
ul.menu.blog li {
  margin-right: 1em;
}
ul.menu.blog li:last-child {
  margin-right: 0;
}
ul.menu.blog li a {
  padding-top: 1em;
  padding-bottom: 1em;
  min-width: 7em;
  text-align: center;
  color: #3B92D4;
}
ul.menu.blog li a:hover {
  background-color: rgba(59, 146, 212, 0.1) !important;
}
ul.menu.blog li.current-menu-item {
  background-color: #3B92D4;
}
ul.menu.blog li.current-menu-item a {
  color: #fff;
}
ul.menu.blog li.current-menu-item a:hover {
  background-color: rgba(59, 146, 212, 0.1) !important;
}
.widget_mbp_archives {
  padding-bottom: 2em;
}
@media (min-width: 992px) {
  .widget_mbp_archives {
    padding-bottom: 0;
    padding-right: 0 !important;
  }
}
.widget_mbp_archives .widget-title {
  padding: 1em 0.5em;
  margin: 0;
}
.widget_mbp_archives .archiveContainer {
  border: 1px solid #E7E7E7;
}
.widget_mbp_archives li {
  border-top: 1px solid #E7E7E7;
  list-style: none;
}
.widget_mbp_archives li a {
  display: block;
  padding: 1em;
  font-size: 16px;
}
.widget_mbp_archives li.active a {
  text-decoration: underline;
}
.contactForm {
  overflow: hidden;
  margin-top: 3em;
}
.post.parent {
  padding-left: 0px!important;
}
.post > .row {
  margin-left: 0;
}
a.button {
  color: #000;
}
a.paginationLink {
  padding: 0.5em;
}
/** Press page **/
.content .pressVideos br,
.content .pressVideos p {
  display: none;
  visibility: hidden;
}
.pressVideos {
  overflow: hidden;
}
.content .pressVideos iframe {
  float: left;
  margin: 0 2em 2em 0;
  max-width: 100%;
  min-height: 200px;
}
@media (min-width: 768px) {
  .content .pressVideos iframe {
    min-height: 250px;
    max-width: 40%;
  }
}
.pressLinks {
  clear: both;
}
.pressLinks br {
  display: none;
  visibility: hidden;
}
.pressLinks a {
  float: left;
  margin: 0 2em 2em 0;
  max-width: 45%;
}
@media (min-width: 768px) {
  .pressLinks a {
    max-width: 20%;
  }
}
.gutter-top {
  margin-top: 15px;
}
.gutter-bottom {
  margin-bottom: 15px;
}
.fullwidth-container,
.container {
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: middle;
}
.fullwidth-container.scheme-inverted,
.container.scheme-inverted {
  color: #FFFFFF;
}
.fullwidth-container.scheme-inverted h1,
.container.scheme-inverted h1,
.fullwidth-container.scheme-inverted h2,
.container.scheme-inverted h2,
.fullwidth-container.scheme-inverted h3,
.container.scheme-inverted h3,
.fullwidth-container.scheme-inverted h4,
.container.scheme-inverted h4,
.fullwidth-container.scheme-inverted h5,
.container.scheme-inverted h5,
.fullwidth-container.scheme-inverted p,
.container.scheme-inverted p {
  color: #FFFFFF;
}
.fullwidth-container .centered-text,
.container .centered-text {
  text-align: center;
}
.fullwidth-container .centered-image img,
.container .centered-image img {
  display: block;
  margin: 0 auto;
}
.fullwidth-container .small-header h2,
.container .small-header h2,
.fullwidth-container .small-header h3,
.container .small-header h3,
.fullwidth-container .small-header h4,
.container .small-header h4,
.fullwidth-container .small-header h5,
.container .small-header h5 {
  font-weight: inherit;
}
.fullwidth-container .bolder-smaller h2,
.container .bolder-smaller h2 {
  font-size: 20px;
}
.fullwidth-container .border,
.container .border {
  border: 1px solid #CCC;
}
.fullwidth-container .featured-image,
.container .featured-image {
  text-align: center;
  vertical-align: middle;
}
.fullwidth-container .featured-image img,
.container .featured-image img {
  width: 100%;
  height: auto;
}
.navbar-brand {
  z-index: 99;
  margin-top: 1em;
}
.wp-caption {
  max-width: 100%;
}
#featured-image {
  min-height: 370px;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: middle;
}
#featured-image .container .row .content,
#featured-image .container .row .big-title {
  color: #FFF;
  text-align: center;
  position: relative;
}
#featured-image .container .row .content h1,
#featured-image .container .row .big-title h1 {
  display: block;
  font-size: 9vmin;
  margin: 248px auto 0;
  width: 80%;
}
#featured-image .container .row .content h1 span,
#featured-image .container .row .big-title h1 span {
  font-weight: 400;
}
.big-title {
  text-align: center;
  position: relative;
  margin-top: 248px;
}
@media (min-width: 1024px) {
  .big-title {
    margin-top: 20%;
  }
}
.big-title h1,
.big-title h2 {
  display: block;
  font-size: 9vmin;
  margin: 0 auto 0;
}
.big-title p {
  display: block;
  font-size: 9vmin !important;
}
.search h3 {
  margin-top: 0;
}
.search form {
  width: auto;
}
.search input {
  width: 100%;
}
.search .searchcontainer {
  position: relative;
}
.searchresult {
  margin: 2em 0;
}
.searchresult .border {
  padding: 2em;
}
.pagination {
  display: block;
  text-align: center;
}
.pagination .pagination_page {
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0 0.5em;
  outline: 0;
  color: #999;
}
.pagination .pagination_page.current {
  font-weight: 900;
  color: #000;
}
.pagination .pagination_page:hover {
  text-decoration: underline;
  color: #000;
}
.pagination .pagination_page.current:hover {
  color: #000;
}
/**********************************
 * Front page
 */
/**********************************
 * News page / archive
 */
.blog .post .post-image,
.archive .post .post-image {
  background-size: cover;
  background-position: 50% 50%;
  min-height: 260px;
  width: auto;
}
.blog .post .border,
.archive .post .border {
  padding: 1.5em;
}
.navbar .navbar-header {
  float: none;
  position: relative;
}
@media (min-width: 990px) {
  .navbar .navbar-header {
    float: left;
  }
}
.navbar .navbar-collapse {
  display: none !important;
}
@media (min-width: 990px) {
  .navbar .navbar-collapse {
    display: block !important;
  }
}
.navbar .navbar-toggle {
  display: block !important;
  float: right !important;
}
@media (min-width: 990px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
}
.navbar #searchform {
  position: relative;
  clear: none;
  margin: 0;
  border-color: transparent;
  padding: 0;
  width: auto;
}
@media (min-width: 768px) {
  .navbar #searchform {
    display: block;
    position: relative;
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .navbar #searchform {
    padding: 10px 15px;
    width: auto;
  }
}
.navbar #searchform #lang_sel {
  width: 130px;
  left: auto;
  top: 13px;
  right: -20px;
  position: absolute;
}
@media (min-width: 768px) {
  .navbar #searchform #lang_sel {
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar #searchform #lang_sel {
    width: auto;
  }
}
@media (max-width: 767px) {
  .navbar #searchform #lang_sel li {
    width: 110px;
  }
}
.navbar #searchform #s {
  width: 95px;
}
@media (min-width: 1200px) {
  .navbar #searchform #s {
    width: auto;
  }
}
/**********************************/
@media (min-width: 768px) {
  .navbar-collapse.collapse.navbar-right {
    float: right !important;
  }
}
@media (min-width: 1024px) {
  body.search .navbar-collapse.collapse .widget_search {
    display: none;
  }
  .nav.navbar-nav {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    left: 0;
  }
  .nav.navbar-nav.slide-left {
    opacity: 0.5;
    left: -290px;
  }
}
@media (min-width: 1024px) and (min-width: 1260px) {
  .nav.navbar-nav {
    min-width: 720px;
  }
}
.widget_advanced_menu {
  display: none;
}
@media (min-width: 1024px) {
  .widget_advanced_menu {
    display: block;
  }
}
.widget_search h2 {
  display: none;
}
@media (min-width: 768px) {
  #wpadminbar {
    top: inherit;
    bottom: 0;
  }
}
#cookie-notice .cn-button {
  background-color: #08868d;
  background-image: none;
  border-color: transparent;
  color: #fff;
  text-shadow: none;
  white-space: nowrap;
}
#cookie-notice .cn-button:hover {
  background-color: #05585d;
}
@media (min-width: 568px) {
  #cookie-notice .cn-buttons {
    display: inline-block;
  }
}
.responsive-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*# sourceMappingURL=main-child.css.map */