/*
Theme Name: Base Redactive Theme
Description: Custom WordPress theme for RCM Conference
Version: 1.0
Author: Toyin Etiko
Author URI: http://www.rcmconference.co.uk/
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/308626");
@font-face {
  font-family: "RotisSemiSansStd-Light";
  src: url("fonts/308626_0_0.eot");
  src: url("fonts/308626_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/308626_0_0.woff2") format("woff2"), url("fonts/308626_0_0.woff") format("woff"), url("fonts/308626_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSemiSansStd-Regular";
  src: url("fonts/308626_1_0.eot");
  src: url("fonts/308626_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/308626_1_0.woff2") format("woff2"), url("fonts/308626_1_0.woff") format("woff"), url("fonts/308626_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSemiSansStd-Bold";
  src: url("fonts/308626_2_0.eot");
  src: url("fonts/308626_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/308626_2_0.woff2") format("woff2"), url("fonts/308626_2_0.woff") format("woff"), url("fonts/308626_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSemiSansStd-Italic";
  src: url("fonts/308626_3_0.eot");
  src: url("fonts/308626_3_0.eot?#iefix") format("embedded-opentype"), url("fonts/308626_3_0.woff2") format("woff2"), url("fonts/308626_3_0.woff") format("woff"), url("fonts/308626_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSemiSansStd-LightItalic";
  src: url("fonts/308626_4_0.eot");
  src: url("fonts/308626_4_0.eot?#iefix") format("embedded-opentype"), url("fonts/308626_4_0.woff2") format("woff2"), url("fonts/308626_4_0.woff") format("woff"), url("fonts/308626_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "RotisSemiSansStd-ExtraBold";
  src: url("fonts/308626_5_0.eot");
  src: url("fonts/308626_5_0.eot?#iefix") format("embedded-opentype"), url("fonts/308626_5_0.woff2") format("woff2"), url("fonts/308626_5_0.woff") format("woff"), url("fonts/308626_5_0.ttf") format("truetype");
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.site-main {
  margin-top: 50px;
}

/*  colors - Background, Text */
.bg-tilt-green {
  background: #00A493;
}

.bg-light-grey {
  background: #67656c;
}

.bg-tt-blue {
  background: #E6F0F6;
}

.bg-tt-red-pink {
  background: #F4CEDE;
}

.bg-tt-hl-yellow {
  background: #FEFDEC;
}

.bg-tt-title-blue {
  background: #006FB9;
}

.bg-tt-title-red-pink {
  background: #BD1559;
}

.bg-tt-title-hl-yellow {
  background: #F4F400;
}

.bg-navy {
  background: #001d85;
}

.bg-light-navy {
  background: #6676b4;
}

.bg-lighter-navy {
  background: #e6e9f3;
}

.bg-deep-sky-blue {
  background: #00aeef;
}

.bg-light-deep-sky-blue {
  background: #66cef2;
}

.bg-lighter-deep-sky-blue {
  background: #e6f7fe;
}

.bg-teal {
  background: #00ac9f;
}

.bg-light-teal {
  background: #66cdc4;
}

.bg-lighter-teal {
  background: #e6f7f6;
}

.bg-yellow {
  background: #f4ea00;
}

.bg-light-yellow {
  background: #f9f28a;
}

.bg-lighter-yellow {
  background: #fefdec;
}

.bg-green {
  background: #2ea836;
}

.bg-light-green {
  background: #66cb8c;
}

.bg-lighter-green {
  background: #e7f7ec;
}

.bg-light-red {
  background: #ef4b54;
}

.bg-lighter-red {
  background: #f8929a;
}

.bg-lightest-red {
  background: #feedee;
}

.bg-darker-blue {
  background: #006fb9;
}

.bg-darker-blue-light {
  background: #66a0c9;
}

.bg-darker-blue-lighter {
  background: #e6f0f6;
}

.bg-purple-lilac {
  background: #743b96;
}

.bg-purple-light-lilac {
  background: #ad8fc1;
}

.bg-purple-lighter-lilac {
  background: #f2ecf5;
}

.bg-dark-blue {
  background: #231F20;
}

.bg-dark-blue {
  background: #0060A9;
}

.bg-light-blue {
  background: #8DD7F7;
}

.bg-lighter-blue {
  background: #b5e7f9;
}

.bg-lightest-blue {
  background: #f3fbff;
}

.bg-sky-blue {
  background: #00ADEF;
}

.bg-blueish-grey {
  background: #CBDFED;
}

.bg-grey {
  background: #0060a9;
}

.bg-maroon {
  background: #860037;
}

.bg-light-maroon {
  background: #E6CBD7;
}

.bg-purple {
  background: #5D3288;
}

.bg-light-purple {
  background: #E2D4E8;
}

.bg-white {
  background: #fff;
}

.txt-darkes-blue {
  color: #231F20;
}

.txt-dark-blue {
  color: #0060A9;
}

.txt-light-blue {
  color: #8DD7F7;
}

.txt-purple {
  color: #5D3288;
}

.txt-light-maroon {
  color: #E6CBD7;
}

.txt-maroon {
  color: #860037;
}

.txt-white {
  color: #fff;
}

/*  colors - Background, Text */
.bg-tilt-green {
  background: #00A493;
}

.bg-light-grey {
  background: #67656c;
}

.bg-tt-blue {
  background: #E6F0F6;
}

.bg-tt-red-pink {
  background: #F4CEDE;
}

.bg-tt-hl-yellow {
  background: #FEFDEC;
}

.bg-tt-title-blue {
  background: #006FB9;
}

.bg-tt-title-red-pink {
  background: #BD1559;
}

.bg-tt-title-hl-yellow {
  background: #F4F400;
}

.bg-navy {
  background: #001d85;
}

.bg-light-navy {
  background: #6676b4;
}

.bg-lighter-navy {
  background: #e6e9f3;
}

.bg-deep-sky-blue {
  background: #00aeef;
}

.bg-light-deep-sky-blue {
  background: #66cef2;
}

.bg-lighter-deep-sky-blue {
  background: #e6f7fe;
}

.bg-teal {
  background: #00ac9f;
}

.bg-light-teal {
  background: #66cdc4;
}

.bg-lighter-teal {
  background: #e6f7f6;
}

.bg-yellow {
  background: #f4ea00;
}

.bg-light-yellow {
  background: #f9f28a;
}

.bg-lighter-yellow {
  background: #fefdec;
}

.bg-green {
  background: #2ea836;
}

.bg-light-green {
  background: #66cb8c;
}

.bg-lighter-green {
  background: #e7f7ec;
}

.bg-light-red {
  background: #ef4b54;
}

.bg-lighter-red {
  background: #f8929a;
}

.bg-lightest-red {
  background: #feedee;
}

.bg-darker-blue {
  background: #006fb9;
}

.bg-darker-blue-light {
  background: #66a0c9;
}

.bg-darker-blue-lighter {
  background: #e6f0f6;
}

.bg-purple-lilac {
  background: #743b96;
}

.bg-purple-light-lilac {
  background: #ad8fc1;
}

.bg-purple-lighter-lilac {
  background: #f2ecf5;
}

.bg-dark-blue {
  background: #231F20;
}

.bg-dark-blue {
  background: #0060A9;
}

.bg-light-blue {
  background: #8DD7F7;
}

.bg-lighter-blue {
  background: #b5e7f9;
}

.bg-lightest-blue {
  background: #f3fbff;
}

.bg-sky-blue {
  background: #00ADEF;
}

.bg-blueish-grey {
  background: #CBDFED;
}

.bg-grey {
  background: #0060a9;
}

.bg-maroon {
  background: #860037;
}

.bg-light-maroon {
  background: #E6CBD7;
}

.bg-purple {
  background: #5D3288;
}

.bg-light-purple {
  background: #E2D4E8;
}

.bg-white {
  background: #fff;
}

.txt-darkes-blue {
  color: #231F20;
}

.txt-dark-blue {
  color: #0060A9;
}

.txt-light-blue {
  color: #8DD7F7;
}

.txt-purple {
  color: #5D3288;
}

.txt-light-maroon {
  color: #E6CBD7;
}

.txt-maroon {
  color: #860037;
}

.txt-white {
  color: #fff;
}

/* Mixin */
.navbar-default {
  background-color: inherit;
  border: 0;
  padding-bottom: 15px;
}
.navbar-default.active {
  background: #fff;
}
.navbar-default .navbar-toggle {
  margin-top: 15px;
  /*border-color: $light-blue;*/
  border: 0;
  background: url(../img/burger-menu-close.png) no-repeat 0 0;
  width: 41px;
  height: 40px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle.collapsed {
  background: url(../img/burger-menu.png) no-repeat 0 0;
}
.navbar-default .navbar-toggle span {
  display: none;
}
.navbar-default .navbar-nav {
  margin-top: 0px;
  width: 100%;
}
.navbar-default .navbar-nav > li {
  display: inline-block;
  padding: 0 23px 0 0;
  margin: 0;
  /*&.current_page_item {
  	a {
  		border-top: 9px solid $light-blue;
  	}

  }*/
}
.navbar-default .navbar-nav > li:last-child {
  padding: 0;
}
.navbar-default .navbar-nav > li.navy > a {
  border-top: 9px solid #001d85;
}
.navbar-default .navbar-nav > li.navy > a:hover, .navbar-default .navbar-nav > li.navy > a:focus {
  border-top: 9px solid #6676b4;
}
.navbar-default .navbar-nav > li.deep-sky-blue > a {
  border-top: 9px solid #00aeef;
}
.navbar-default .navbar-nav > li.deep-sky-blue > a:hover, .navbar-default .navbar-nav > li.deep-sky-blue > a:focus {
  border-top: 9px solid #66cef2;
}
.navbar-default .navbar-nav > li.green > a {
  border-top: 9px solid #2ea836;
}
.navbar-default .navbar-nav > li.green > a:hover, .navbar-default .navbar-nav > li.green > a:focus {
  border-top: 9px solid #66cb8c;
}
.navbar-default .navbar-nav > li.yellow > a {
  border-top: 9px solid #f4ea00;
}
.navbar-default .navbar-nav > li.yellow > a:hover, .navbar-default .navbar-nav > li.yellow > a:focus {
  border-top: 9px solid #f9f28a;
}
.navbar-default .navbar-nav > li.teal > a {
  border-top: 9px solid #00ac9f;
}
.navbar-default .navbar-nav > li.teal > a:hover, .navbar-default .navbar-nav > li.teal > a:focus {
  border-top: 9px solid #66cdc4;
}
.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  border-top: 9px solid #00ac9f;
  color: #000;
  padding: 7px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:after {
  background: #000;
  bottom: 4px;
  content: "";
  font-size: 0;
  position: absolute;
  height: 12px;
  right: -12px;
  width: 1px;
}
.navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li:focus a {
  border-top: 9px solid #66cdc4;
}
.navbar-default .navbar-nav > li:last-child a:after {
  width: 0;
}

.fullwidth {
  width: 100%;
}

.clear {
  clear: both;
}

.center-block {
  float: none;
}

.margin20b {
  margin-bottom: 20px;
}

.register-strip {
  padding: 6px 0 6px;
}
.register-strip h3 {
  font-size: 0.9em;
}

.cta-blocks {
  margin: 0 0 20px;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  -moz-box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
}
.cta-blocks a {
  color: inherit;
  text-transform: uppercase;
  display: block;
  padding: 15px 5px 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}

.more {
  text-transform: uppercase;
  background: url(../img/chevron.png) no-repeat right 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  padding: 4px 23px 3px 0;
  color: #00A493;
}

.dropdown {
  margin: 0 0 20px;
}
.dropdown a {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 1em;
}
.dropdown > a {
  border: 1px solid #0060A9;
  padding: 3px 5px;
}

.dropdown-menu {
  border-radius: 0;
  border: 0;
  min-width: 178px;
}
.dropdown-menu li {
  list-style-type: none;
  margin: 0;
}

.filter {
  padding: 10px 0 0;
}
.filter a {
  display: inline-block;
  color: #00ac9f;
  border: 1px solid #00ac9f;
  padding: 2px 7px;
  text-transform: uppercase;
  margin: 0 5px 10px 0;
  text-align: center;
  width: 156px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
.filter a:last-child {
  margin-right: 0;
}
.filter a.active {
  background: #00ac9f;
  color: #fff;
}
.filter a.main {
  border: 1px solid #5D3288;
  color: #5D3288;
}
.filter a.main.active {
  background: #5D3288;
  border: 1px solid #5D3288;
  color: #fff;
}
.filter a.concurrent {
  border: 1px solid #8DD7F7;
  color: #8DD7F7;
}
.filter a.concurrent.active {
  background: #8DD7F7;
  border: 1px solid #8DD7F7;
  color: #fff;
}
.filter a.lunchtime.active {
  background: #00ac9f;
  border: 1px solid #00ac9f;
  color: #fff;
}
.filter a.masterclass {
  border: 1px solid #A86696;
  color: #A86696;
}
.filter a.masterclass.active {
  background: #A86696;
  border: 1px solid #A86696;
  color: #fff;
}
.filter a.doctorunite {
  border: 1px solid #000;
  color: #000;
}
.filter a.doctorunite.active {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
.filter a.cnn {
  border: 1px solid #67656c;
  color: #67656c;
}
.filter a.cnn.active {
  background: #67656c;
  border: 1px solid #67656c;
  color: #fff;
}
.filter a.workspacerepresentatives.active {
  background: #00ac9f;
  border: 1px solid #00ac9f;
  color: #fff;
}
.filter a.social.active {
  background: #00ac9f;
  border: 1px solid #00ac9f;
  color: #fff;
}

.tab-content {
  padding-bottom: 45px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #00ac9f;
}

.nav-tabs {
  border-top: 1px solid #00ac9f;
  border-bottom: 0;
  margin-bottom: 20px;
}
.nav-tabs > li {
  width: 153px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #66cdc4;
}
.nav-tabs > li.day1 {
  background: url(../img/tab-blueish-grey-leaf.png) no-repeat 0 bottom;
  border-left: 1px solid #0060A9;
  border-right: 1px solid #0060A9;
  color: #0060A9;
  background-size: contain;
}
.nav-tabs > li.day1 a {
  background: #CBDFED;
}
.nav-tabs > li.day2 {
  background: url(../img/tab-blueish-grey-leaf.png) no-repeat 0 bottom;
  border-left: 1px solid #0060A9;
  border-right: 1px solid #0060A9;
  color: #0060A9;
  background-size: contain;
}
.nav-tabs > li.day2 a {
  background: #CBDFED;
}
.nav-tabs > li.masterclass {
  background: url(../img/tab-purple-leaf.png) no-repeat 0 bottom;
  border-left: 1px solid #5D3288;
  border-right: 1px solid #5D3288;
  color: #5D3288;
  background-size: contain;
}
.nav-tabs > li.masterclass a {
  background: #E2D4E8;
  padding: 12px 13px 0;
}
.nav-tabs > li.workplacerepresentatives {
  background: url(../img/tab-maroon-leaf.png) no-repeat 0 bottom;
  border-left: 1px solid #860037;
  border-right: 1px solid #860037;
  color: #860037;
  background-size: contain;
}
.nav-tabs > li.workplacerepresentatives a {
  background: #E6CBD7;
  padding: 12px 0 0;
}
.nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  border: 0;
  text-align: center;
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  min-height: 52px;
  padding: 18px 13px 0;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
}
.nav-tabs > li > a:hover {
  border-radius: 0;
}
.nav-tabs > li.active.mainday1 {
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
}
.nav-tabs > li.active.mainday1 a {
  /*background: $blueish-grey;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00ac9f), to(#00ac9f));
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
  background: -moz-linear-gradient(top, #00ac9f, #00ac9f);
  background: -ms-linear-gradient(top, #00ac9f, #00ac9f);
  background: -o-linear-gradient(top, #00ac9f, #00ac9f);
  color: #fff;
}
.nav-tabs > li.active.mainday2 {
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
}
.nav-tabs > li.active.mainday2 a {
  /*background: $blueish-grey;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00ac9f), to(#00ac9f));
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
  background: -moz-linear-gradient(top, #00ac9f, #00ac9f);
  background: -ms-linear-gradient(top, #00ac9f, #00ac9f);
  background: -o-linear-gradient(top, #00ac9f, #00ac9f);
  color: #fff;
}
.nav-tabs > li.active.studentmidwives {
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
}
.nav-tabs > li.active.studentmidwives a {
  /*background: $blueish-grey;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00ac9f), to(#00ac9f));
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
  background: -moz-linear-gradient(top, #00ac9f, #00ac9f);
  background: -ms-linear-gradient(top, #00ac9f, #00ac9f);
  background: -o-linear-gradient(top, #00ac9f, #00ac9f);
  color: #fff;
}
.nav-tabs > li.active.workplacerepresentatives {
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
}
.nav-tabs > li.active.workplacerepresentatives a {
  /*background: $blueish-grey;*/
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00ac9f), to(#00ac9f));
  background: -webkit-linear-gradient(top, #00ac9f, #00ac9f);
  background: -moz-linear-gradient(top, #00ac9f, #00ac9f);
  background: -ms-linear-gradient(top, #00ac9f, #00ac9f);
  background: -o-linear-gradient(top, #00ac9f, #00ac9f);
  color: #fff;
}
.nav-tabs > li.active > a {
  border-radius: 0;
  border: 0;
  color: inherit;
  /*min-height: 64px;*/
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-radius: 0;
  border: 0;
}

.site-main {
  margin-top: 50px;
}

.site-footer .footer-top {
  /*background: url(img/footer-bg.png) no-repeat center center;*/
  padding-top: 90px;
  /*background-size: contain;*/
}
.site-footer .footer-bottom {
  background: #fff;
}
.site-footer .links {
  border-left: 1px solid #fff;
  padding-left: 8px;
  min-height: 185px;
}
.site-footer .links strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.85em;
}
.site-footer .links ul li {
  list-style-type: none;
  margin: 0 0 3px;
}
.site-footer .links ul li a {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  font-weight: 400;
}
.site-footer .links ul li a:hover, .site-footer .links ul li a:focus {
  text-decoration: underline;
}
.site-footer .top-logo {
  margin-top: -50px;
}
.site-footer .top-logo img {
  border: 1px solid #fff;
}
.site-footer .top-logos {
  margin-bottom: 27px;
  padding-bottom: 26px;
  padding-right: 27px;
  padding-left: 27px;
  border-bottom: 1px solid #fff;
}
.site-footer .top-logos img {
  margin-right: 2%;
}
.site-footer .top-logos img.rcm {
  margin: 0;
  width: 5%;
}
.site-footer .top-logos img.euroking {
  margin-bottom: 2.6%;
  width: 12%;
}
.site-footer .top-logos img.johnsons {
  margin-bottom: 1.9%;
  width: 10%;
}
.site-footer .top-logos img.lansinoh {
  margin-bottom: 2.6%;
  width: 10%;
}
.site-footer .top-logos img.emma039sdiary {
  width: 10%;
  margin-bottom: 1.4%;
}
.site-footer .top-logos img.pregnacare {
  width: 12%;
  margin-bottom: 1.9%;
}
.site-footer .top-logos img.bran {
  width: 7%;
}
.site-footer .top-logos img.slimmingworld {
  width: 10%;
  margin-bottom: 1.4%;
}

.hide-content {
  display: none;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.15em;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

p {
  line-height: 1.2;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
}

ol li {
  list-style-position: inside;
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #00A493;
}
a:hover, a:focus {
  text-decoration: none;
}

strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.15em;
}

span {
  font-family: Arial, Helvetica, sans-serif;
}

.leaf {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid #ececec;
}

/* Header */
.site-header {
  height: 168px;
}

.primary-logo {
  height: auto;
}

.secondary-logo {
  margin: 17px 0 0;
  padding-right: 0;
  padding-left: 16px;
  display: none;
}

.navbar-brand {
  padding-top: 10px;
}

.other-icons {
  margin-right: 20px;
  margin-top: 6px;
  display: none;
  position: relative;
}
.other-icons ul {
  float: left;
}
.other-icons ul li {
  float: left;
  list-style-type: none;
  margin: 0 5px 0 0;
}

label {
  font-family: Arial, Helvetica, sans-serif;
}

input {
  padding: 5px 10px;
}
input:hover, input:focus {
  outline: none;
}

.ninja-forms-response-msg {
  color: #860037;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.ninja-forms-all-fields-wrap .ninja-forms-field-error p {
  color: #860037;
  margin: 0;
}

.padding-tt {
  padding: 10px;
}

.ninja-forms-required-items {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

#nf_submit_1,
#nf_processing_1 {
  text-align: right;
}

input[type=text] {
  border: 1px solid #CBDFED;
}

html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  -moz-box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 15px 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  border: 0;
  background: #0060A9;
}

.classhere-wrap input[type=submit] {
  background: #00A493;
}

.sharing-box {
  background: #fff;
  box-shadow: 3px 3px 10px #CCC;
  display: inline-block;
  font-size: 0;
  height: 30px;
  line-height: 18px;
  padding: 6px 10px;
  white-space: nowrap;
}
.sharing-box span, .sharing-box a {
  display: inline-block;
  vertical-align: top;
}
.sharing-box span {
  font: 13px/1 RotisSemiSansStd-ExtraBold, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #0060A9;
  padding-top: 4px;
}
.sharing-box a {
  background: url(../img/share-icons.png) no-repeat;
  height: 18px;
  text-indent: 9999em;
  width: 33px;
}
.sharing-box a.email {
  background-position: 0 -2px;
  margin-left: 5px;
}
.sharing-box a.twitter {
  background-position: 0 -29px;
}
.sharing-box a.linkedIn {
  background-position: 0 -82px;
  width: 20px;
}
.sharing-box a.facebook {
  background-position: 0 -56px;
  width: 25px;
}

.scaleSmall {
  transform: scale(0.01);
}

.telephone-box {
  border: 1px solid #0060A9;
  padding: 11px 10px 6px 30px;
  border-radius: 15px;
  width: 153px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #fff;
  transition: transform 0.3s;
  transform-origin: top left;
}
.telephone-box > a {
  position: absolute;
  left: 0;
  top: 0;
}
.telephone-box strong {
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
}
.telephone-box strong.title {
  margin: 0 0 3px;
}
.telephone-box strong.number {
  background: url(../img/telephone-icon-small.png) no-repeat 0 0;
  padding: 0 0 0 14px;
}

.top-menu .menu-top-menu-container {
  margin-top: 27px;
}
.top-menu .menu-top-menu-container ul li {
  float: left;
  margin: 0 15px 0 0;
  list-style-type: none;
}
.top-menu .menu-top-menu-container ul li:last-child {
  margin: 0;
}
.top-menu .menu-top-menu-container ul li a {
  display: block;
  text-transform: uppercase;
  color: inherit;
  padding: 12px 18px 10px;
  text-align: center;
  width: 218px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
}
.top-menu .menu-top-menu-container ul li.bg-light-blue {
  border: 1px solid #0060A9;
}
.top-menu .menu-top-menu-container ul li.bg-light-blue a:hover, .top-menu .menu-top-menu-container ul li.bg-light-blue a:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C8FC2), to(#0060A9));
  background: -webkit-linear-gradient(top, #4C8FC2, #0060A9);
  background: -moz-linear-gradient(top, #4C8FC2, #0060A9);
  background: -ms-linear-gradient(top, #4C8FC2, #0060A9);
  background: -o-linear-gradient(top, #4C8FC2, #0060A9);
  color: #fff;
}
.top-menu .menu-top-menu-container ul li.bg-light-blue.active a {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4C8FC2), to(#0060A9));
  background: -webkit-linear-gradient(top, #4C8FC2, #0060A9);
  background: -moz-linear-gradient(top, #4C8FC2, #0060A9);
  background: -ms-linear-gradient(top, #4C8FC2, #0060A9);
  background: -o-linear-gradient(top, #4C8FC2, #0060A9);
  color: #fff;
}
.top-menu .menu-top-menu-container ul li.bg-light-purple {
  border: 1px solid #5D3288;
}
.top-menu .menu-top-menu-container ul li.bg-light-purple a {
  padding: 4px 18px 5px;
}
.top-menu .menu-top-menu-container ul li.bg-light-purple a:hover, .top-menu .menu-top-menu-container ul li.bg-light-purple a:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9461AA), to(#6E298C));
  background: -webkit-linear-gradient(top, #9461AA, #6E298C);
  background: -moz-linear-gradient(top, #9461AA, #6E298C);
  background: -ms-linear-gradient(top, #9461AA, #6E298C);
  background: -o-linear-gradient(top, #9461AA, #6E298C);
  color: #fff;
}
.top-menu .menu-top-menu-container ul li.bg-light-purple.active a {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9461AA), to(#6E298C));
  background: -webkit-linear-gradient(top, #9461AA, #6E298C);
  background: -moz-linear-gradient(top, #9461AA, #6E298C);
  background: -ms-linear-gradient(top, #9461AA, #6E298C);
  background: -o-linear-gradient(top, #9461AA, #6E298C);
  color: #fff;
}
.top-menu .menu-top-menu-container ul li.bg-light-maroon {
  border: 1px solid #860037;
}
.top-menu .menu-top-menu-container ul li.bg-light-maroon a {
  padding: 4px 18px 5px;
}
.top-menu .menu-top-menu-container ul li.bg-light-maroon a:hover, .top-menu .menu-top-menu-container ul li.bg-light-maroon a:focus {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AA4C73), to(#860037));
  background: -webkit-linear-gradient(top, #AA4C73, #860037);
  background: -moz-linear-gradient(top, #AA4C73, #860037);
  background: -ms-linear-gradient(top, #AA4C73, #860037);
  background: -o-linear-gradient(top, #AA4C73, #860037);
  color: #fff;
}
.top-menu .menu-top-menu-container ul li.bg-light-maroon.active a {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#AA4C73), to(#860037));
  background: -webkit-linear-gradient(top, #AA4C73, #860037);
  background: -moz-linear-gradient(top, #AA4C73, #860037);
  background: -ms-linear-gradient(top, #AA4C73, #860037);
  background: -o-linear-gradient(top, #AA4C73, #860037);
  color: #fff;
}

.fixed-social-icons {
  display: none;
}

.accordion .accordion-item {
  margin: 0 0 10px;
  /*&.allcontent {
  	border: 1px solid $dark-blue !important;
  	.accordion-header {
  		background: $dark-blue !important;
  		color: $white !important;
  		a {
  			&:after {
  				@include accordion-chevron(url(../img/chevron-white.png));
  			}

  			&.active {
  				&:after {
  					@include accordion-chevron(url(../img/chevron-white-active.png));
  				}
  			}
  		}
  	}

  	.accordion-content {
  		.txt-dark-blue {
  			color: $dark-blue !important;
  		}
  	}
  }*/
}
.accordion .accordion-item.blueish-grey, .accordion .accordion-item.lunchtime, .accordion .accordion-item.main, .accordion .accordion-item.social {
  border: 1px solid #5D3288;
}
.accordion .accordion-item.blueish-grey .accordion-header, .accordion .accordion-item.lunchtime .accordion-header, .accordion .accordion-item.main .accordion-header, .accordion .accordion-item.social .accordion-header {
  background: #5D3288;
  color: #fff;
}
.accordion .accordion-item.blueish-grey .accordion-header a:after, .accordion .accordion-item.lunchtime .accordion-header a:after, .accordion .accordion-item.main .accordion-header a:after, .accordion .accordion-item.social .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.blueish-grey .accordion-header a.active:after, .accordion .accordion-item.lunchtime .accordion-header a.active:after, .accordion .accordion-item.main .accordion-header a.active:after, .accordion .accordion-item.social .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.light-blue, .accordion .accordion-item.concurrent {
  border: 1px solid #00ac9f !important;
}
.accordion .accordion-item.light-blue .accordion-header, .accordion .accordion-item.concurrent .accordion-header {
  background: #00ac9f !important;
  color: #fff;
}
.accordion .accordion-item.light-blue .accordion-header a:after, .accordion .accordion-item.concurrent .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.light-blue .accordion-header a.active:after, .accordion .accordion-item.concurrent .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.masterclass {
  border: 1px solid #A86696;
}
.accordion .accordion-item.masterclass .accordion-header {
  background: #A86696;
  color: #fff;
}
.accordion .accordion-item.masterclass .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.masterclass .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.cnn {
  border: 1px solid #67656c;
}
.accordion .accordion-item.cnn .accordion-header {
  background: #67656c;
  color: #fff;
}
.accordion .accordion-item.cnn .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.cnn .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.doctorunite {
  border: 1px solid #000;
}
.accordion .accordion-item.doctorunite .accordion-header {
  background: #000;
  color: #fff;
}
.accordion .accordion-item.doctorunite .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.doctorunite .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.dark-blue, .accordion .accordion-item.plenary {
  border: 1px solid #0060A9;
}
.accordion .accordion-item.dark-blue .accordion-header, .accordion .accordion-item.plenary .accordion-header {
  background: #0060A9;
  color: #fff;
}
.accordion .accordion-item.dark-blue .accordion-header a:after, .accordion .accordion-item.plenary .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.dark-blue .accordion-header a.active:after, .accordion .accordion-item.plenary .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.purple, .accordion .accordion-item.studentmidwives {
  border: 1px solid #00ac9f;
}
.accordion .accordion-item.purple .accordion-header, .accordion .accordion-item.studentmidwives .accordion-header {
  background: #00ac9f;
  color: #fff;
}
.accordion .accordion-item.purple .accordion-header a:after, .accordion .accordion-item.studentmidwives .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.purple .accordion-header a.active:after, .accordion .accordion-item.studentmidwives .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.purple .accordion-content .txt-dark-blue, .accordion .accordion-item.studentmidwives .accordion-content .txt-dark-blue {
  color: #5D3288;
}
.accordion .accordion-item.maroon, .accordion .accordion-item.workspacerepresentatives {
  border: 1px solid #860037;
}
.accordion .accordion-item.maroon .accordion-header, .accordion .accordion-item.workspacerepresentatives .accordion-header {
  background: #860037;
  color: #fff;
}
.accordion .accordion-item.maroon .accordion-header a:after, .accordion .accordion-item.workspacerepresentatives .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.maroon .accordion-header a.active:after, .accordion .accordion-item.workspacerepresentatives .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
.accordion .accordion-item.maroon .accordion-content .txt-dark-blue, .accordion .accordion-item.workspacerepresentatives .accordion-content .txt-dark-blue {
  color: #860037;
}
.accordion .accordion-item.social {
  border: 1px solid #0060A9;
}
.accordion .accordion-item.social .accordion-header {
  background: #fff;
  color: #0060A9;
  border-bottom: 1px solid #0060A9;
}
.accordion .accordion-item .accordion-header a {
  padding: 6px 27px 6px 10px;
  position: relative;
  display: block;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
}
.accordion .accordion-item .accordion-content > div {
  padding: 10px;
}
.accordion .accordion-item .accordion-content p {
  margin: 0 0 20px;
}
.accordion .accordion-item .accordion-content p strong {
  color: #00A493;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.accordion .accordion-item .accordion-content p:last-child {
  margin: 0;
}
.accordion .accordion-item .accordion-content .accordion-image {
  float: right;
  height: auto;
  margin: 0 0 1em 20px;
}

.heading {
  margin: 0 0 8px;
}
.heading h2 {
  padding: 1px 2px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.85em;
  padding: 5px 5px 2px;
  position: relative;
}

.cms-content h3 {
  color: #0060A9;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  margin: 0 0 17px;
  line-height: 1.3;
  margin-top: 14px;
}
.cms-content p {
  margin-top: 14px;
  margin-bottom: 10px;
}
.cms-content a {
  text-decoration: underline;
  color: #0060A9;
}
.cms-content a:hover, .cms-content a:focus {
  text-decoration: none;
}

.faqs p {
  margin: 0 0 14px;
}

table {
  width: 100%;
}
table th, table td {
  border-bottom: 1px solid #CBDFED;
  padding: 5px 0;
  font-size: 1em;
  width: 25%;
}
table th {
  font-family: Arial, Helvetica, sans-serif;
}
table td {
  font-family: Arial, Helvetica, sans-serif;
}

#carousel-home {
  border: 1px solid #67656c;
  margin: 0 0 20px;
}

.carousel-indicators {
  left: 70%;
  width: 10%;
  margin-left: -25%;
  border-radius: 5px;
  background: #CBDFED;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  -moz-box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  box-shadow: -3px 3px 5px 0px rgba(128, 130, 132, 0.2);
  opacity: 0.7;
}
.carousel-indicators li {
  border: 1px solid #0060A9;
}
.carousel-indicators li.active {
  background-color: #00A493;
}

.carousel-caption {
  padding-right: 52px !important;
}
.carousel-caption h2 {
  color: #5D3288;
  text-transform: uppercase;
  border-bottom: 1px solid #0060A9;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.2em;
  margin: 0 0 10px;
}
.carousel-caption p {
  color: #000;
}

.carousel .carousel-cta-blocks {
  position: absolute;
  right: 30px;
  width: 267px;
  top: 15px;
}
.carousel .carousel-cta-blocks .cta-blocks {
  margin: 0 0 15px;
}
.carousel .carousel-cta-blocks .cta-blocks a {
  padding: 22px 0 16px;
}

body {
  background: url("../img/cphva_transparent-01.png") no-repeat center 0;
}
body.page-template-template-contact .maxwidth {
  max-width: 150px;
}
body.page-template-template-programme .accordion .accordion-item .accordion-header.hide-chevron a, body.page-template-template-programme-parent .accordion .accordion-item .accordion-header.hide-chevron a {
  cursor: default;
}
body.page-template-template-programme .accordion .accordion-item .accordion-header.hide-chevron a:after, body.page-template-template-programme-parent .accordion .accordion-item .accordion-header.hide-chevron a:after {
  display: none;
}
body.page-template-template-programme .accordion .accordion-item .accordion-content p, body.page-template-template-programme-parent .accordion .accordion-item .accordion-content p {
  margin: 0;
}
body.page-template-template-programme .accordion .accordion-item .accordion-content .accordion-content-full p, body.page-template-template-programme-parent .accordion .accordion-item .accordion-content .accordion-content-full p {
  margin: 0 0 20px;
}
body.page-template-template-programme .accordion .accordion-item .accordion-content ul, body.page-template-template-programme .accordion .accordion-item .accordion-content ol, body.page-template-template-programme-parent .accordion .accordion-item .accordion-content ul, body.page-template-template-programme-parent .accordion .accordion-item .accordion-content ol {
  margin: 0 0 20px;
}
body.page-template-template-programme #studentmidwives .filter a, body.page-template-template-programme-parent #studentmidwives .filter a {
  border: 1px solid #5D3288;
  color: #5D3288;
}
body.page-template-template-programme #studentmidwives .filter a.active, body.page-template-template-programme-parent #studentmidwives .filter a.active {
  background: #5D3288;
  color: #fff;
}
body.page-template-template-programme #studentmidwives .filter a.concurrent.active, body.page-template-template-programme-parent #studentmidwives .filter a.concurrent.active {
  background: #E2D4E8;
  border: 1px solid #E2D4E8;
  color: #5D3288;
}
body.page-template-template-programme #studentmidwives .filter a.lunchtime.active, body.page-template-template-programme-parent #studentmidwives .filter a.lunchtime.active {
  background: #A87EBA;
  border: 1px solid #A87EBA;
  color: #fff;
}
body.page-template-template-programme #studentmidwives .filter a.social.active, body.page-template-template-programme-parent #studentmidwives .filter a.social.active {
  background: #fff;
  color: #5D3288;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item {
  margin: 0 0 10px;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item .accordion-content p, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item .accordion-content p {
  margin: 0;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.plenary, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.plenary {
  border: 1px solid #5D3288;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.plenary .accordion-header, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.plenary .accordion-header {
  background: #5D3288;
  color: #fff;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.plenary .accordion-header a:after, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.plenary .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.plenary .accordion-header a.active:after, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.plenary .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.plenary.main.studentmidwives, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.plenary.main.studentmidwives {
  border: 1px solid #0060A9;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.plenary.main.studentmidwives .accordion-header, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.plenary.main.studentmidwives .accordion-header {
  background: #0060A9;
  color: #fff;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.lunchtime, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.lunchtime {
  border: 1px solid #A87EBA;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.lunchtime .accordion-header, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.lunchtime .accordion-header {
  background: #A87EBA;
  color: #fff;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.lunchtime .accordion-header a:after, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.lunchtime .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.lunchtime .accordion-header a.active:after, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.lunchtime .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.concurrent, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.concurrent {
  border: 1px solid #E2D4E8;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.concurrent .accordion-header, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.concurrent .accordion-header {
  background: #E2D4E8;
  color: #5D3288;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.concurrent .accordion-header a:after, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.concurrent .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.concurrent .accordion-header a.active:after, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.concurrent .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.social, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.social {
  border: 1px solid #5D3288;
}
body.page-template-template-programme #studentmidwives .accordion .accordion-item.social .accordion-header, body.page-template-template-programme-parent #studentmidwives .accordion .accordion-item.social .accordion-header {
  background: #fff;
  color: #5D3288;
  border-bottom: 1px solid #5D3288;
}
body.page-template-template-programme #workplacerepresentatives .filter a, body.page-template-template-programme-parent #workplacerepresentatives .filter a {
  border: 1px solid #860037;
  color: #860037;
}
body.page-template-template-programme #workplacerepresentatives .filter a.active, body.page-template-template-programme-parent #workplacerepresentatives .filter a.active {
  background: #860037;
  color: #fff;
}
body.page-template-template-programme #workplacerepresentatives .filter a.concurrent.active, body.page-template-template-programme-parent #workplacerepresentatives .filter a.concurrent.active {
  background: #E6CBD7;
  border: 1px solid #E6CBD7;
  color: #860037;
}
body.page-template-template-programme #workplacerepresentatives .filter a.lunchtime.active, body.page-template-template-programme-parent #workplacerepresentatives .filter a.lunchtime.active {
  background: #B66587;
  border: 1px solid #B66587;
  color: #fff;
}
body.page-template-template-programme #workplacerepresentatives .filter a.social.active, body.page-template-template-programme-parent #workplacerepresentatives .filter a.social.active {
  background: #fff;
  color: #860037;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item {
  margin: 0 0 10px;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.plenary, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.plenary {
  border: 1px solid #860037;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.plenary .accordion-header, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.plenary .accordion-header {
  background: #860037;
  color: #fff;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.plenary .accordion-header a:after, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.plenary .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.plenary .accordion-header a.active:after, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.plenary .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.lunchtime, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.lunchtime {
  border: 1px solid #B66587;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.lunchtime .accordion-header, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.lunchtime .accordion-header {
  background: #B66587;
  color: #fff;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.lunchtime .accordion-header a:after, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.lunchtime .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.lunchtime .accordion-header a.active:after, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.lunchtime .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.concurrent, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.concurrent {
  border: 1px solid #E6CBD7;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.concurrent .accordion-header, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.concurrent .accordion-header {
  background: #E6CBD7;
  color: #860037;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.concurrent .accordion-header a:after, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.concurrent .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.concurrent .accordion-header a.active:after, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.concurrent .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.social, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.social {
  border: 1px solid #860037;
}
body.page-template-template-programme #workplacerepresentatives .accordion .accordion-item.social .accordion-header, body.page-template-template-programme-parent #workplacerepresentatives .accordion .accordion-item.social .accordion-header {
  background: #fff;
  color: #860037;
  border-bottom: 1px solid #860037;
}
body.page-template-template-speakers .accordion .accordion-item .accordion-header.hide-chevron a, body.page-template-template-speakers-parent .accordion .accordion-item .accordion-header.hide-chevron a {
  cursor: default;
}
body.page-template-template-speakers .accordion .accordion-item .accordion-header.hide-chevron a:after, body.page-template-template-speakers-parent .accordion .accordion-item .accordion-header.hide-chevron a:after {
  display: none;
}
body.page-template-template-speakers .accordion .accordion-item .accordion-content p, body.page-template-template-speakers-parent .accordion .accordion-item .accordion-content p {
  margin: 0;
}
body.page-template-template-speakers .accordion .accordion-item.forcedmain, body.page-template-template-speakers-parent .accordion .accordion-item.forcedmain {
  border: 1px solid #CBDFED !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedmain .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.forcedmain .accordion-header {
  background: #CBDFED !important;
  color: #0060A9 !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedmain .accordion-header a:after, body.page-template-template-speakers-parent .accordion .accordion-item.forcedmain .accordion-header a:after {
  background-image: url(../img/chevron.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.forcedmain .accordion-header a.active:after, body.page-template-template-speakers-parent .accordion .accordion-item.forcedmain .accordion-header a.active:after {
  background-image: url(../img/chevron-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.forcedmain .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.forcedmain .accordion-content .txt-dark-blue {
  color: #0060A9 !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedstudentmidwives, body.page-template-template-speakers-parent .accordion .accordion-item.forcedstudentmidwives {
  border: 1px solid #5D3288 !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedstudentmidwives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.forcedstudentmidwives .accordion-header {
  background: #5D3288 !important;
  color: #fff !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedstudentmidwives .accordion-header a:after, body.page-template-template-speakers-parent .accordion .accordion-item.forcedstudentmidwives .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.forcedstudentmidwives .accordion-header a.active:after, body.page-template-template-speakers-parent .accordion .accordion-item.forcedstudentmidwives .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.forcedstudentmidwives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.forcedstudentmidwives .accordion-content .txt-dark-blue {
  color: #0060A9 !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedworkspacerepresentatives, body.page-template-template-speakers-parent .accordion .accordion-item.forcedworkspacerepresentatives {
  border: 1px solid #860037 !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedworkspacerepresentatives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.forcedworkspacerepresentatives .accordion-header {
  background: #860037 !important;
  color: #fff !important;
}
body.page-template-template-speakers .accordion .accordion-item.forcedworkspacerepresentatives .accordion-header a:after, body.page-template-template-speakers-parent .accordion .accordion-item.forcedworkspacerepresentatives .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.forcedworkspacerepresentatives .accordion-header a.active:after, body.page-template-template-speakers-parent .accordion .accordion-item.forcedworkspacerepresentatives .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.forcedworkspacerepresentatives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.forcedworkspacerepresentatives .accordion-content .txt-dark-blue {
  color: #0060A9 !important;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.studentmidwives, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.studentmidwives {
  border: 1px solid #5D3288;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.studentmidwives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.studentmidwives .accordion-header {
  background: #5D3288;
  color: #fff;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.studentmidwives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.studentmidwives .accordion-content .txt-dark-blue {
  color: #5D3288;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.workspacerepresentatives, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.workspacerepresentatives {
  border: 1px solid #860037;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.workspacerepresentatives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.workspacerepresentatives .accordion-header {
  background: #860037;
  color: #fff;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.workspacerepresentatives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.workspacerepresentatives .accordion-content .txt-dark-blue {
  color: #860037;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.main.studentmidwives, body.page-template-template-speakers .accordion .accordion-item.plenary.main.workspacerepresentatives, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.main.studentmidwives, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.main.workspacerepresentatives {
  border: 1px solid #0060A9;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.main.studentmidwives .accordion-header, body.page-template-template-speakers .accordion .accordion-item.plenary.main.workspacerepresentatives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.main.studentmidwives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.main.workspacerepresentatives .accordion-header {
  background: #0060A9;
  color: #fff;
}
body.page-template-template-speakers .accordion .accordion-item.plenary.main.studentmidwives .accordion-content .txt-dark-blue, body.page-template-template-speakers .accordion .accordion-item.plenary.main.workspacerepresentatives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.main.studentmidwives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.plenary.main.workspacerepresentatives .accordion-content .txt-dark-blue {
  color: #0060A9;
}
body.page-template-template-speakers .accordion .accordion-item.lunchtime, body.page-template-template-speakers-parent .accordion .accordion-item.lunchtime {
  border: 1px solid #A87EBA;
}
body.page-template-template-speakers .accordion .accordion-item.lunchtime .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.lunchtime .accordion-header {
  background: #A87EBA;
  color: #fff;
}
body.page-template-template-speakers .accordion .accordion-item.lunchtime .accordion-header a:after, body.page-template-template-speakers-parent .accordion .accordion-item.lunchtime .accordion-header a:after {
  background-image: url(../img/chevron-white.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.lunchtime .accordion-header a.active:after, body.page-template-template-speakers-parent .accordion .accordion-item.lunchtime .accordion-header a.active:after {
  background-image: url(../img/chevron-white-active.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 19px;
  margin: -9px 0 0;
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  width: 19px;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent {
  /*@include accordion-border($light-purple);
  .accordion-header {
  	background: $light-purple;
  	color: $purple;
  	a {
  		&:after {
  			@include accordion-chevron(url(../img/chevron-white.png));
  		}

  		&.active {
  			&:after {
  				@include accordion-chevron(url(../img/chevron-white-active.png));
  			}
  		}
  	}
  }*/
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.studentmidwives, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.studentmidwives {
  border: 1px solid #5D3288;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.studentmidwives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.studentmidwives .accordion-header {
  background: #5D3288;
  color: #fff;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.studentmidwives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.studentmidwives .accordion-content .txt-dark-blue {
  color: #5D3288;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.workspacerepresentatives, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.workspacerepresentatives {
  border: 1px solid #860037;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.workspacerepresentatives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.workspacerepresentatives .accordion-header {
  background: #860037;
  color: #fff;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.workspacerepresentatives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.workspacerepresentatives .accordion-content .txt-dark-blue {
  color: #860037;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.main.studentmidwives, body.page-template-template-speakers .accordion .accordion-item.concurrent.main.workspacerepresentatives, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.main.studentmidwives, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.main.workspacerepresentatives {
  border: 1px solid #8DD7F7;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.main.studentmidwives .accordion-header, body.page-template-template-speakers .accordion .accordion-item.concurrent.main.workspacerepresentatives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.main.studentmidwives .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.main.workspacerepresentatives .accordion-header {
  background: #8DD7F7;
  color: #0060A9;
}
body.page-template-template-speakers .accordion .accordion-item.concurrent.main.studentmidwives .accordion-content .txt-dark-blue, body.page-template-template-speakers .accordion .accordion-item.concurrent.main.workspacerepresentatives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.main.studentmidwives .accordion-content .txt-dark-blue, body.page-template-template-speakers-parent .accordion .accordion-item.concurrent.main.workspacerepresentatives .accordion-content .txt-dark-blue {
  color: #0060A9;
}
body.page-template-template-speakers .accordion .accordion-item.social, body.page-template-template-speakers-parent .accordion .accordion-item.social {
  border: 1px solid #5D3288;
}
body.page-template-template-speakers .accordion .accordion-item.social .accordion-header, body.page-template-template-speakers-parent .accordion .accordion-item.social .accordion-header {
  background: #fff;
  color: #5D3288;
}
body.page-template-template-speakers .filter a, body.page-template-template-speakers-parent .filter a {
  max-width: 124px;
}

/* Mixin */
@media screen and (max-width: 380px) {
  .carousel-caption h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .links {
    border-left: 0;
  }

  .site-header {
    height: 130px;
  }

  .carousel-indicators {
    width: 18%;
    left: 64%;
  }

  .carousel-caption {
    top: 4px;
    position: relative;
    text-align: center;
    padding: 0 10px 36px 10px;
    text-shadow: none;
    left: 0;
    right: 0;
  }

  .top-logos {
    margin-bottom: 27px;
    padding-bottom: 26px;
    border-bottom: 1px solid #fff;
  }
  .top-logos img {
    margin-right: 4% !important;
  }
  .top-logos img.rcm {
    float: left;
    margin-top: 3% !important;
    margin: 0;
    width: 6% !important;
  }
  .top-logos img.euroking {
    float: left;
    margin-top: 6%;
    margin-right: 5% !important;
    margin-bottom: 10px;
    width: 21% !important;
  }
  .top-logos img.johnsons {
    float: left;
    margin-top: 5%;
    margin-right: 5% !important;
    width: 18% !important;
  }
  .top-logos img.lansinoh {
    float: left;
    margin-top: 6%;
    margin-left: 5%;
    margin-right: 7% !important;
    margin-bottom: 7px !important;
    width: 17% !important;
  }
  .top-logos img.emma039sdiary {
    float: left;
    margin-top: 4%;
    margin-left: 5%;
    margin-right: 5% !important;
    width: 17% !important;
  }
  .top-logos img.pregnacare {
    float: left;
    margin-top: 6%;
    margin-right: 9% !important;
    width: 17% !important;
  }
  .top-logos img.bran {
    float: left;
    margin-top: 2%;
    width: 12% !important;
  }
  .top-logos img.slimmingworld {
    float: left;
    margin-top: 5%;
    margin-right: 7% !important;
    width: 17% !important;
  }
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    left: 20px;
    right: 50%;
    padding-bottom: 30px;
    bottom: auto;
    top: 20px;
    text-shadow: none;
    text-align: left;
    padding: 0;
  }

  #masthead-logo-large {
    display: block !important;
    margin-bottom: 20px;
  }

  #masthead-logo-small {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .carousel-caption {
    right: 60%;
  }

  .nav-tabs > li {
    width: 23%;
    max-width: 153px;
  }

  .filter a {
    width: 18%;
  }

  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }

  .navbar > .container h1.primary-logo.navbar-brand {
    padding-left: 0px !important;
    padding-right: 0px;
  }

  .navbar-right {
    margin-right: 0;
  }

  .nav-tabs > li.active > a {
    min-height: 64px;
  }

  #navbar #menu-main-menu li a {
    letter-spacing: -0.02em;
  }

  .navbar.navbar-default.navbar-fixed-top container {
    background: white;
  }

  #navbar #menu-main-menu {
    background: white;
    padding-bottom: 10px;
  }

  #main.site-main {
    clear: both;
    padding-top: 50px !important;
    margin-top: 50px !important;
  }

  #carousel-home {
    margin-top: 0px !important;
  }

  div.heading h2.txt-white {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1280px) {
  #carousel-home {
    margin: 77px 0 20px;
  }

  .navbar-default {
    height: 225px;
  }
}
@media screen and (max-width: 991px) {
  #carousel-home {
    margin: 0 0 20px;
  }

  .navbar-default {
    height: 159px;
  }

  .nav-tabs {
    border-top: 0;
  }
  .nav-tabs > li.mainday1, .nav-tabs > li.mainday2 {
    border-top: 1px solid #0060A9;
  }
  .nav-tabs > li.studentmidwives {
    border-top: 1px solid #5D3288;
  }
  .nav-tabs > li.workplacerepresentatives {
    border-top: 1px solid #860037;
  }

  .navbar-default .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-nav > li {
    display: block;
    padding: 0;
  }
  .navbar-default .navbar-nav > li.current_page_item a {
    border-top: 0;
  }
  .navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li:focus a {
    border-top: 0;
    background: #8DD7F7;
  }
  .navbar-default .navbar-nav > li:first-child a {
    border-top: 1px solid #0060A9;
  }
  .navbar-default .navbar-nav > li:first-child:hover a, .navbar-default .navbar-nav > li:first-child:focus a {
    border-top: 1px solid #0060A9;
  }
  .navbar-default .navbar-nav > li > a {
    border: 0;
    display: block;
    text-align: center;
    padding: 12px 18px 11px !important;
    color: #0060A9;
    border-bottom: 1px solid #0060A9;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:fcous {
    border-top: 0;
  }

  .navbar-collapse {
    position: fixed;
    border: 0;
    top: 60px;
    right: -320px;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0;
    transition: right 0.35s ease;
    background: #fff;
  }

  .navbar-collapse.collapsing {
    transition: right 0.35s ease;
  }

  .navbar-collapse.in {
    right: 0;
  }

  .top-menu .menu-top-menu-container {
    margin: 0;
  }
  .top-menu .menu-top-menu-container ul li {
    float: none;
    text-align: center;
    margin: 0;
    border: 0 !important;
  }
  .top-menu .menu-top-menu-container ul li a {
    width: 100%;
    padding: 12px 18px 11px !important;
    border-top: 1px solid #0060A9;
  }
}
@media screen and (min-width: 1280px) {
  .secondary-logo {
    display: block;
  }

  .other-icons {
    display: block;
  }

  .filter a {
    width: 19%;
  }
}
@media screen and (min-width: 1480px) {
  .container {
    padding: 0;
  }

  .leaf {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #fff;
  }

  .fixed-social-icons {
    display: block;
    position: fixed;
    right: 0;
    top: 220px;
    width: 88px;
    padding: 13px 15px;
    z-index: 3000;
    /*@include menu-gradient(#4C90C3, #0060A9);
    @include box-shadow;*/
  }
  .fixed-social-icons a {
    display: block;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1320px) {
  .carousel-caption {
    right: 69%;
  }
}
#masthead-logo-large {
  width: 100% !important;
  padding-right: 20px !important;
  max-width: 610px;
  display: none;
}

#masthead-logo-small {
  width: 100% !important;
  max-width: 242px;
}

.heading h2.bg-light-grey {
  background: none;
}

div.heading h2.txt-white {
  background: #67656c;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 30px !important;
}

/*# sourceMappingURL=style.css.map */
