@import url("//fonts.googleapis.com/css?family=Roboto");
@import url("//fonts.googleapis.com/css?family=Oswald");
@import url("//fonts.googleapis.com/css?family=Montserrat");

html {
}

body {
  color: #05405f;
  font-size: 12px;
  font-family: "Open Sans", "Tahoma", serif;
  background: #686c70;
  padding-top: 60px;
}

body.toolbar-tray-open {
  padding-top: 120px !important;
}

p {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #05405f;
  font-weight: 300;
  font-family: "Roboto", "sans-serif";
}
s h3,
h4,
j h5,
che h6 {
  color: #05405f;
}

h1 {
  text-transform: uppercase;
  font-size: 3.5vmin;
}

h2 {
  text-transform: uppercase;
  font-size: 2.8vmin;
}

h3 {
  font-size: 2.5vmin;
}

h4 {
  font-size: 2.4vmin;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 2vmin;
}
h2.block-title {
  font-size: 1vw;
}
p {
}

a {
}

ul {
}

ul li {
}

ol {
}

ol li {
}
.navbar-header > div.region {
  float: left;
}

/**WYSIWYG color change */
.CSS1Compat body {
  background: #fff;
}
.block:first-child h2.block-title {
  margin-top: 20px;
}
#block-ccme-menu-menu-social-menu {
  display: inline-block;
}
#block-ccme-menu-menu-social-menu ul li {
  display: inline-block;
}
#block-ccme-menu-menu-social-menu ul li a {
  color: #3cb9e7;
}
#block-ccme-menu-menu-social-menu ul li a:hover {
  color: #93d7f0;
}

/** handling 2nd tier menu abstracts **/
.nav .abstracts {
  padding-left: 15px;
}

/** adding hover over images **/

/* Blur + Gray Scale */
figure img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.32s ease-in-out;
}
figure:hover img {
  -webkit-filter: grayscale(100%) blur(2px);
  filter: grayscale(100%) blur(3px);
}
figure {
  float: left;
  text-align: center;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
figcaption {
  padding-top: 1em;
  font-size: 14px;
}
img a {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(5, 64, 91, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.container:hover .overlay {
  bottom: 0;
  height: 100%;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.spacer img {
  padding: 12px;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.hoverme figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hoverme figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

video {
  display: block;
}
video#vidbg {
  /**position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);**/
  background: url(https://mededconference.ca/sites/default/files/images/PowToon.png) no-repeat;
  background-size: cover;
}
/** cancelled or annulé **/
.cancelled {
  text-decoration: line-through;
}
.ui-state-default.cancelled a {
  color: #c62028;
}
/** sold out or complet */
.soldout {
  position: relative;
}
.soldout h2 {
  position: absolute;
  color: #f00;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana,
    "sans-serif";
  font-weight: 600;
  font-size: 360%;
  top: 10px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.soldout::after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  background-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.soldout > * {
  z-index: 10;
}
/** block-locale */

section.misc {
  background: #fff;
}
section.misc .block {
  float: right;
}

section.misc .block-menu {
}

section.misc .block-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

section.misc .block-menu ul li {
  display: inline-block;
}

section.misc .block-menu ul li a {
  padding: 5px;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  text-decoration: none;
}

section.misc .block-menu ul li a:hover,
section.misc .block-menu ul li a:focus {
  color: #00bbf1;
  background: none;
}

header {
  background: #05405f url("../images/misc/bg.png") bottom center repeat-x;
}

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

header.navbar .language-switcher-language-url {
  margin-left: 30px;
}

header.navbar .language-switcher-language-url > ul {
  float: right;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

header.navbar .language-switcher-language-url > ul li {
  display: inline-block;
}

header.navbar .language-switcher-language-url > ul li.is-active {
  display: none;
}

header.navbar .language-switcher-language-url > ul li a {
  display: block;
  font-size: 16px;
  font-family: "Roboto", "sans-serif";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 40px;
  color: #ffffff;
  background: #00273c;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header.navbar .language-switcher-language-url > ul li a:hover,
header.navbar .language-switcher-language-url > ul li a:focus {
  color: #cccccc;
  text-decoration: none;
}

header {
  padding: 0px;
  background: #ffffff;
}

header .logo {
  text-align: center;
}

header .title {
  text-align: center;
}

header .title .name {
  display: none;
  color: #05405f;
  font-size: 21px;
  text-decoration: none;
}

header .title .slogan {
  color: #05405f;
  font-size: 28px;
  font-style: normal;
}

header h2 {
  color: #013854;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

header h3 {
  color: #7f1417;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#block-mainmenu {
  float: left;
}

.navbar-default .navbar-brand {
  color: #144a69;
}
.navbar-brand {
  margin-top: 12px;
  margin-bottom: 8px;
  padding: 0 15px;
  line-height: 2.6;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
}
.navbar-nav ul > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
.navbar-nav ul > li.last > a {
  border: none;
}
/* adding covid highlight */
.navbar-nav li.first ul > li.first > a {
  border-top: solid 2px #d42b34;
  border-bottom: solid 2px #d42b34;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #0da5df;
}

.form-search {
}
.search-block-form {
  clear: both;
  padding-top: 20px;
}

.btn-primary {
  color: #ffffff;
  background-color: #3cb9e7;
  border-color: #93d7f0;
}
.btn-primary:hover {
  background-color: #93d7f0;
  border-color: #3cb9e7;
}

.digit.static {
  /**background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #74c7e6), color-stop(0.5, #3cb9e7) ); 
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #f8f8f8), color-stop(0.5, #ebebeb) );**/
}
.countDiv:before,
.countDiv:after,
.digit {
  /**background-color:#3cb9e7;
	background-color: #ebebeb; **/
}

.ui-widget-content a {
  color: #2a6496;
  text-decoration: underline;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
h3.light-blue a {
  color: #009ed9;
}
/** FAQ accordion */
button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
  background-color: #ccc;
}

button.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

/**div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}**/
section.navigation {
  margin: 0px;
  padding: 10px 0px;
  border-radius: 0px;
  background: #ffffff;
  border: none;
}

section.navigation #navbar {
  padding: 0px;
}

section.navigation ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

section.navigation ul li {
  padding: 0px;
}

section.navigation ul li a {
  padding: 10px 0px;
  color: #05405f;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
}

section.navigation ul li a:hover,
section.navigation ul li a:focus,
section.navigation ul li a.active-trail {
  color: #009ed9;
  background: none;
}

section.navigation ul li a span {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}

section.navigation ul li a:hover span,
section.navigation ul li a:focus span,
section.navigation ul li a.active-trail span {
  color: #848484;
  background: none;
}

section.navigation ul li.expanded ul {
  display: none;
}

section.highlighted {
  background: #ffffff;
}

section.highlighted .registration {
  position: relative;
  height: 300px;
  background: #05405f url("../images/highlighted/registration/bg.jpg") center
    center no-repeat;
  background-size: cover;
}

section.highlighted .registration .register {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0px 15px;
  background: url("../images/highlighted/registration/bg.png") top left repeat;
}

section.highlighted .registration .register h3 {
  margin-top: 15px;
  color: #ffffff;
}

section.highlighted .registration .register p {
  margin-bottom: 15px;
  color: #ffffff;
}

section.highlighted .registration .register p a,
section.highlighted .registration .register h3 a {
  color: #ffffff;
  text-decoration: none;
}

section.highlighted .shortcuts,
footer section.sub .shortcuts {
  background: #ffffff;
}

section.highlighted .registration {
  height: 500px;
}

section.highlighted .registration .register {
  right: 0px;
  bottom: 80px;
  width: 50%;
}

section.highlighted .registration .register h3 {
  font-size: 44px;
}

section.highlighted .registration .register p {
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
}

/** section.highlighted .shortcuts .container,
    footer section.sub .shortcuts .container {
        width: 970px;
    }

    section.highlighted .shortcuts .col-lg-4,
    footer section.sub .shortcuts .col-lg-4 {
        position: relative;
    }

    section.highlighted .shortcuts h3,
    section.highlighted .shortcuts h3.small,
    footer section.sub .shortcuts h3 {
        margin: 10px 90px 0px 0px;
        text-align: left;
    }
    
    section.highlighted .shortcuts h3 {
        font-size: 36px;
        margin: 10px 90px 0px 15px;
    }
    
    section.highlighted .shortcuts h3.small
    {
        margin: 5px 60px 0px 10px;
        font-size: 23px;
    }
    
    /*.i18n-en section.highlighted .shortcuts h3.small
    {
        font-size: 28px;
    }
    
    section.highlighted .shortcuts h3 a,
    footer section.sub .shortcuts h3 a {
        font-size: 36px;
    }
    
    section.highlighted .shortcuts h3.small a {
        font-size: 1em;
    }*/

/*   .i18n-fr section.highlighted .shortcuts .register h3 a {
        font-size: 30px;
    }
*/
section.highlighted .shortcuts .leaf-lblue,
footer section.sub .shortcuts .leaf-lblue {
  height: 150px;
  background-color: #499ac5;
}

section.highlighted .shortcuts .leaf-dblue,
footer section.sub .shortcuts .leaf-dblue {
  height: 150px;
  background-color: #144a69;
}

section.highlighted .shortcuts .leaf-red,
footer section.sub .shortcuts .leaf-red {
  height: 150px;
  background-color: #cd5157;
}
section.highlighted .shortcuts p,
footer section.sub .shortcuts p {
  margin: 0px;
  bottom: 10px;
}
section.highlighted .shortcuts p,
footer section.sub .shortcuts p,
section.highlighted .shortcuts p,
footer section.sub .shortcuts p {
  position: absolute;
  bottom: -12px;
}

@media (max-width: 768px) {
  #navbar {
    padding: 15px 0px;
  }

  header.navbar .language-switcher-language-url {
    float: none !important;
    clear: both;
  }

  .navbar-collapse {
    padding-top: 15px;
  }

  .navbar .logo {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
  }
  #block-mainmenu {
    float: none !important;
    clear: both;
  }
  .navbar-header > div.region {
    float: none !important;
    clear: both;
    padding: 0px 20px;
  }

  header.navbar .language-switcher-language-url {
    margin: 0px !important;
  }
}

section.highlighted .shortcuts,
footer section.sub .shortcuts {
  padding: 30px 0px;
}

section.highlighted .ticker {
  background: url("../images/highlighted/ticker/bg-horizontal.png") center
    center no-repeat;
  /**height: 8.6vh;**/
}

section.highlighted .ticker p {
  font-size: 27px;
}

section.highlighted .ticker p strong {
  font-size: 37px;
}

section.highlighted .ticker .box-2,
section.highlighted .ticker .box-1,
.i18n-fr section.highlighted .ticker .box-2,
.i18n-fr section.highlighted .ticker .box-1 {
  padding: 50px 20px;
}

section.highlighted .speakers {
  padding: 60px 0px;
}

section.highlighted .speakers .title {
  float: left;
  width: 22%;
}

section.highlighted .speakers h2 {
  text-align: left;
}

section.highlighted .speakers .blurb {
  margin-top: 15px;
  margin-bottom: 45px;
  text-align: left;
}

section.highlighted .speakers .view-content {
  float: right;
  margin-top: 30px;
  width: 75%;
  height: 250px;
}

section.highlighted .speakers .views-row {
  width: 25%;
}

section.highlighted .speakers .views-row .content {
  padding-left: 0px;
}

section.highlighted .speakers .views-row .content .field-name-field-picture {
  position: static;
  margin-right: 15px;
  width: auto;
}

section.highlighted
  .speakers
  .views-row
  .content
  .field-name-field-picture
  img {
  width: 100%;
  height: auto;
}

section.highlighted
  .speakers
  .views-row
  .content
  .field-name-field-display-name {
  margin-top: 15px;
  padding-left: 6px;
}

section.highlighted .speakers .views-row .content .field-name-field-profession {
  padding-left: 6px;
}

section.highlighted .speakers .all {
}

footer section.sub .shortcuts .container {
  padding: 0px;
}

section.highlighted .shortcuts .col-xs-12,
footer section.sub .shortcuts .col-xs-12 {
  padding-top: 5px;
  padding-bottom: 5px;
}

section.highlighted .shortcuts .education,
footer section.sub .shortcuts .education {
  background: #0284b9;
}

section.highlighted .shortcuts .meetings,
footer section.sub .shortcuts .meetings {
  background: #144a69;
}

section.highlighted .shortcuts .register,
footer section.sub .shortcuts .register {
  background: #cd222b;
}

section.highlighted .shortcuts h3,
section.highlighted .shortcuts h3.small,
footer section.sub .shortcuts h3 {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}

section.highlighted .shortcuts h3.small a {
  font-size: 20px;
}

section.highlighted .shortcuts h3 a,
footer section.sub .shortcuts h3 a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}

section.highlighted .shortcuts h3 a:hover,
section.highlighted .shortcuts h3 a:focus,
footer section.sub .shortcuts h3 a:hover,
footer section.sub .shortcuts h3 a:focus {
}

section.highlighted .shortcuts p,
footer section.sub .shortcuts p {
  margin-bottom: 20px;
  text-align: center;
}

section.highlighted .shortcuts p a,
footer section.sub .shortcuts p a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

section.highlighted .shortcuts p a:hover,
section.highlighted .shortcuts p a:focus,
footer section.sub .shortcuts p a:hover,
footer section.sub .shortcuts p a:focus {
}

section.highlighted .ticker {
  border-top: 1px solid #bebebe;
}

section.highlighted .ticker .box-1 {
  height: 164px;
  padding: 30px 20px 30px 20px;
  background-color: rgba(1, 73, 111, 0.3);
}

section.highlighted .ticker .box-2 {
  height: 164px;
  padding: 30px 20px 30px 20px;
  background-color: rgba(1, 59, 90, 0.3);
}
section.highlighted .ticker .box-1:hover,
section.highlighted .ticker .box-2:hover {
  text-decoration: none;
  background-color: rgba(1, 59, 90, 0.8);
}
section.highlighted .ticker .box-1 a:hover,
section.highlighted .ticker .box-2 a:hover {
  text-decoration: none;
}
section.highlighted .ticker .box-2 {
}
section.highlighted .ticker {
  color: #ffffff;
  font-size: 27px;
  font-weight: bold;
  font-family: "Roboto", "sans-serif";
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}

section.highlighted .ticker strong {
  font-size: 37px;
}

section.highlighted .ticker a {
  color: #ffffff;
}

section.highlighted .speakers {
  background: #e5e5e5 url("../images/highlighted/speakers/bg.png") bottom center
    repeat-x;
  border-bottom: 1px solid #bebebe;
}

section.highlighted .speakers h2 {
  text-align: center;
}

section.highlighted .speakers .blurb {
  color: #696969;
  text-align: center;
}

section.highlighted .speakers .blurb strong {
  color: #000000;
  text-align: center;
}

section.highlighted .speakers .view-content {
  overflow: auto;
}

section.highlighted .speakers .views-row {
  margin: 15px 0px;
}

section.highlighted .speakers .views-row h2 {
  display: none;
}

section.highlighted .speakers .views-row .submitted {
  display: none;
}

section.highlighted .speakers .views-row .content {
  position: relative;
  min-height: 85px;
  padding-left: 125px;
}

section.highlighted .speakers .views-row .content .field-name-field-picture {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
}

section.highlighted
  .speakers
  .views-row
  .content
  .field-name-field-picture
  img {
  padding: 4px;
  width: 110px;
  height: 85px;
  background: #ffffff;
  border: 1px solid #c6c7c7;
}

section.highlighted
  .speakers
  .views-row
  .content
  .field-name-field-display-name {
  padding-top: 3px;
  font-weight: bold;
}

section.highlighted .speakers .views-row .content .field-name-field-profession {
  color: #696969;
  font-style: italic;
}

section.highlighted .speakers .views-row .links {
  display: none;
}

section.highlighted .speakers .all {
  margin: 15px 0px;
}

section.highlighted .speakers .all a {
  display: inline-block;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
  background: #797f86;
  border-radius: 5px;
}

section.highlighted .speakers .all a:hover,
section.highlighted .speakers .all a:focus {
  background: #65696f;
  text-decoration: none;
}
/** important notice **/
section.highlighted .important {
  background: #ffe0e0e0;
  padding: 30px 0;
}
.hide {
  display: none;
}
.show {
  display: block;
}

.webform-component-time .minute,
.webform-component-time .hour {
  display: inline;
}

.front main {
  display: none;
}

main {
  padding: 15px 0px;
  background: #ffffff;
}
/** expanding page for abstracts csv files **/
/** not using yet
body.page-node-545 main .container {
	width:100%;
}

table {
    margin-top: 15px;
    border: 1px solid #dddddd;
}
**/
table thead,
.table th {
  background: #f5f5f5;
}
table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f5f5;
}
.views-row div.views-row:nth-child(odd) {
  background: #f5f5f5;
}

table .active {
  background: #fff;
}
.table-info {
  background: rgba(60, 185, 231, 0.2);
}

img.scaled {
  width: 100%;
}
img.center {
  margin: 0 auto;
}
.panel-body {
  background: #f5f5f5;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  margin-bottom: 15px;
}

h1.page-header {
  margin-top: 20px;
}

main p {
  margin-bottom: 15px;
  font-size: 14px;
}

main ul,
main ol {
  margin-bottom: 15px;
  font-size: 14px;
}

.region-content > nav.tabs {
  margin-bottom: 15px;
}

.ui-icon {
  background-color: #d5d5d5;
  border-radius: 16px;
  margin-right: 5px;
}

article {
  background: #ffffff;
}
article .content {
  padding-bottom: 26px;
}
article .node-submission .content .field {
  width: 100%;
  float: left;
  display: inline-block;
  margin: 1% 1% 3% 1%;
}

.node-type-submission main article h1 {
  margin-bottom: 100px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-left: 0px;
  margin-right: 5px;
}

.checkbox label,
.radio label {
  padding-left: 0px !important;
}

/** showing images larger */
#thumbwrap {
  margin: 0;
  width: 250px;
  height: 220px;
}
.thumb {
  float: left; /* must be floated for same cross browser position of larger image */
  position: relative;
  margin: 3px;
}
.thumb img {
  border: 1px solid #000;
  vertical-align: bottom;
}
.thumb:hover {
  border: 0; /* IE6 needs this to show large image */
  z-index: 1;
}
.thumb span {
  position: absolute;
  visibility: hidden;
}
.thumb:hover span {
  visibility: visible;
  top: 37px;
  left: 37px;
}

article .node-submission .content .field-name-field-erf-delegate-fee:after,
article .node-submission .content .field-name-field-erf-session-title:after,
article
  .node-submission
  .content
  .field-name-field-erf-cochair-organization:after,
article .node-submission .content .field-name-field-erf-invoice-state:after,
article .node-submission .content .field-name-field-erf-coordinator-email:after,
article
  .node-submission
  .content
  .field-name-field-erf-no-conflict-if-possibl:after,
article .node-submission .content .field-name-field-erf-room-format-2:after,
article .node-submission .content .field-name-field-erf-catering:after {
  content: "";
  padding-bottom: 70px;
  display: block;
}

article .node-submission .content .field-name-field-erf-chair-first-name,
article .node-submission .content .field-name-field-erf-cochair-first-name,
article .node-submission .content .field-name-field-erf-invoice-name,
article .node-submission .content .field-name-field-erf-coordinator-first-name,
article .node-submission .content .field-name-field-erf-schedule-1-date,
article .node-submission .content .field-name-field-erf-room-format-1,
article .node-submission .content .field-name-field-erf-catering,
article .node-submission .content .field-name-field-erf-equipment-projector {
  clear: both;
}

article .node-submission .content .field-name-field-erf-group:before,
article .node-submission .content .field-name-field-erf-chair-first-name:before,
article
  .node-submission
  .content
  .field-name-field-erf-cochair-first-name:before,
article .node-submission .content .field-name-field-erf-invoice-name:before,
article
  .node-submission
  .content
  .field-name-field-erf-coordinator-first-name:before,
article .node-submission .content .field-name-field-erf-schedule-1-date:before,
article .node-submission .content .field-name-field-erf-room-format-1:before,
article .node-submission .content .field-name-field-erf-catering:before,
article
  .node-submission
  .content
  .field-name-field-erf-equipment-projector:before {
  content: "";
  display: block;
  float: none;
  position: absolute;
  width: 95%;
  margin-left: 0%;
  margin-right: 5%;
  margin-top: -80px;
  padding-top: 10px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  font-size: 30px;
  line-height: 30px;
  /*border-top: 2px dashed rgba(0,0,0,0.3);*/
}

article .node-submission .content .field-name-field-erf-group:before {
  content: "Meeting Information:";
}

article
  .node-submission
  .content
  .field-name-field-erf-chair-first-name:before {
  content: "CHAIR:";
}

article
  .node-submission
  .content
  .field-name-field-erf-cochair-first-name:before {
  content: "CO-CHAIR (if applicable):";
}

article .node-submission .content .field-name-field-erf-invoice-name:before {
  content: "Financial Invoicing:";
}

article
  .node-submission
  .content
  .field-name-field-erf-coordinator-first-name:before {
  content: "Event Coordinator:";
}

article .node-submission .content .field-name-field-erf-schedule-1-date:before {
  content: "Room Specifications:";
}

article .node-submission .content .field-name-field-erf-room-format-1:before {
  content: "Room Format:";
}

article .node-submission .content .field-name-field-erf-catering:before {
  content: "Food & Beverage:";
}

article
  .node-submission
  .content
  .field-name-field-erf-equipment-projector:before {
  content: "Audio Visual:";
}

article .node-submission .content .field .field-label,
article .node-submission .content .field .field-item {
  padding: 5%;
  background-color: rgba(205, 34, 43, 0.7);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-height: 50px;
}

article .node-submission .content .field .field-item {
  background-color: #e2e2e2;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #444444;
}

article .node-submission .content .field .field-label {
  font-size: 15px;
  color: #ffffff;
}

/*ul.links li a.translation-link {
    display:block;
    text-transform: uppercase;
    line-height: 30px;
    background-color: #86898D;
    color: #ffffff;
    padding:10px 20px 10px 20px;
    border-radius: 10px;    
} */

article #erf-event-form .form-item label,
article #erf-event-form p strong {
  margin: 10px 0px;
}

article #erf-event-form p strong {
  display: inline-block;
}

article #erf-event-form .dates label {
  width: 100%;
  float: left;
}

aside {
  background: #ffffff;
}

aside .block-menu-block {
  background: #3cb9e7;
}

aside .block-menu-block ul {
  float: none !important;
}

aside .block-menu-block ul li {
  float: none !important;
}

aside .block-menu-block ul li a {
  color: #ffffff;
  padding: 10px 15px !important;
}

aside .block-menu-block ul li a.active {
  background: url("../images/aside/menu/bullet.png") center left no-repeat;
}

aside .block-menu-block ul li a:hover,
aside .block-menu-block ul li a:focus {
  color: #003b5c;
  background-color: #93d7f0;
}

aside .block-menu-block .navbar-nav {
  margin: 7.5px 0px;
}

aside ul {
  list-style-type: none;
  padding-left: 0;
}
footer .region-subfooter h3 {
  color: #fff;
}
footer .region-subfooter .same-height-subfooter-row-1 {
  height: 325px;
}

footer section.main {
  padding: 30px 0px 40px 0px;
  background: #05405f url("../images/footer/bg.png") top center repeat-x;
}

footer section.main p {
  color: #ffffff;
  text-transform: uppercase;
}

footer section.main p a {
  color: #ffffff;
  text-decoration: none;
}

footer section.main p a:hover,
footer section.main p a:focus {
  color: #cccccc;
}

footer section.sub {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}

footer section.sub .block {
  margin-bottom: 30px;
}

footer section.sub .information {
  position: relative;
  z-index: 2;
}

footer section.sub .information ul {
  padding: 0px;
  list-style: none;
}

footer section.sub .information ul li {
}

footer section.sub .information ul li a {
  display: block;
  padding: 5px 0px 5px 25px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../images/footer/sub/information/bullet.png") center left
    no-repeat;
}

footer section.sub .information ul li a:hover,
footer section.sub .information ul li a:focus {
  color: #2a6496;
}

footer section.sub .tweets {
  position: relative;
  z-index: 2;
}

footer section.sub .news {
  position: relative;
  z-index: 2;
}
footer section.sub .news h1 {
  margin-top: 0;
}

footer section.sub .partners {
  position: relative;
}

footer section.sub .partners .view-content {
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: center;
}

footer section.sub .partners .views-row {
  display: inline-block;
  padding: 20px 30px 20px 30px;
}

footer section.sub .partners .view-content h2 {
  display: none;
}

footer section.sub .partners .view-content .links {
  display: none;
}
footer section.sub .footnote {
  font-size: 14px/1.4;
  text-align: right;
  color: #3b94d9;
  font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
}
#countdown {
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 100;
  font-family: "Oswald", "sans-serif";
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-size: 2vw; /**30px;**/
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
#countdown jumbotron {
  text-shadow: none;
}
.jumbotron {
  margin-bottom: 0;
  box-shadow: inset 0 0 100px #000;
}
.jumbotron .container {
}
.badge {
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-blend-mode: multiply;
  background: linear-gradient(to bottom right, #002f4b, #dc4225),
    url("../images/misc/contourbg.png");
  background-size: cover;
  border: solid 2px #ccc;
}
.carousel-inner,
.borderit {
  border: solid 1px #e8e8e8;
  background: linear-gradient(to bottom right, #f8f8f8, #ffffff);
}
.borderit p {
  padding: 15px;
  height: 251px;
}
#adBanner {
  position: relative;
  border: solid 1px #e8e8e8;
  height: 251px;
}
/*------------------------------
 * encrypting emails
*/
span.spamprotection {
  display: none;
}

.tabs {
  background-color: #ffffff;
  overflow: hidden;
}
.tabs dl dd a {
  background-color: #c8ceff;
  border: 1px solid;
  border-color: #ccc;
  border-bottom-color: #aaa;
  display: block;
  font-size: 18px;
  line-height: 32px;
  padding: 5px 20px;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0);
  background-image: -moz-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -ms-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(100%, #e0e0e0)
  );
  background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
  background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tabs dl dd div {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 1) inset;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs dl dd div p {
  color: #444444;
  font-size: 13px;
  padding: 15px;
  text-align: justify;
}
.tabs dl dd a:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}
.tabs dl dd a:active {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);
  background-image: -moz-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: -ms-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: -o-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e6e6e6),
    color-stop(100%, #dcdcdc)
  );
  background-image: -webkit-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0, #dcdcdc 100%);
}
#tab1:target ~ .tabs .tab1 dd div {
  height: 100px;
}
#tab2:target ~ .tabs .tab2 dd div {
  height: 345px;
}
#tab3:target ~ .tabs .tab3 dd div {
  height: 235px;
}
#tab4:target ~ .tabs .tab4 dd div {
  height: 235px;
}
#tab1:target ~ .tabs .tab1 dd a,
#tab2:target ~ .tabs .tab2 dd a,
#tab3:target ~ .tabs .tab3 dd a,
#tab4:target ~ .tabs .tab4 dd a {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);
  background-image: -moz-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: -ms-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: -o-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e6e6e6),
    color-stop(100%, #dcdcdc)
  );
  background-image: -webkit-linear-gradient(top, #e6e6e6 0, #dcdcdc 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0, #dcdcdc 100%);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}
.form-group.error .control-label,
.form-group.error label,
.form-group.has-error .control-label,
.form-group.has-error label,
label {
  color: #05405f;
}
.form-group.error label {
  font-weight: 400;
}
.has-error .form-control {
  border-color: #cccccc;
}
.webform-container-inline div,
.webform-container-inline div.form-item {
  display: flex;
}
.checkbox label {
  padding-left: 8px;
}
.form-item-submitted-agree-1 .form-checkbox {
  width: 25px;
  height: 25px;
}
.captcha {
  padding-bottom: 20px;
}
/*** END */

.logos img {
  border: 0 none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 1px;
  border: solid 1px #ccc;
}

/* Handling front banner display on cell phones*/
/* Portrait and Landscape */
@media only screen and (max-device-width: 360px) and (-webkit-min-device-pixel-ratio: 2) {
  section.highlighted .registration {
    position: relative;
    height: 300px;
    background: #05405f url("https://mededconference.ca/themes/ccme/images/highlighted/registration/tablet_bg.jpg")
      center center no-repeat;
    background-size: cover;
  }

  #block-block-15 {
    padding-left: 0;
    padding-right: 0;
  }
  #block-weather-system-1 .weather {
    color: #05405f;
    background: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    border-bottom: solid 1px #fff;
    text-transform: capitalize;
  }
  .weather p:nth-child(1) {
    text-transform: capitalize;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
  }
  .weather p:nth-child(5) {
    font-size: 10px;
  }
  .externals {
    border: solid 2px #05405f;
    color: #fff;
  }
  .externals h2 {
  }
}
@media (max-width: 480px) {
  main {
    padding: 100px 0;
  }
  .jumbo {
    display: none;
  }
}

@media (min-width: 600px) {
  article .node-submission .content .field {
    width: 48%;
  }
}
@media (max-width: 600px) {
  main {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  header.navbar .name.navbar-brand {
    display: none;
  }
}
@media (min-width: 768px) {
  section.navigation .navbar-header {
    display: none;
  }
  section.navigation {
    padding: 0px;
  }

  section.navigation ul li {
    display: inline-block;
    padding: 25px 18px;
  }

  .i18n-fr section.navigation ul li {
    padding: 25px 0px;
  }

  section.navigation ul li:first-child {
    background: none;
  }

  section.navigation ul li a {
    padding: 10px;
  }

  section.navigation ul li:first-child,
  section.navigation ul li:first-child a {
    padding-left: 0px;
  }

  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  /**section.navigation ul li.last {
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #05405F;
    }

    section.navigation ul li.last a {
        color: #ffffff;
    }

    section.navigation ul li.last a:hover,
    section.navigation ul li.last a:focus {
        color: #eeeeee;
    }

    section.navigation ul li.last a span {
        color: #eeeeee;
    }

    section.navigation ul li.last a:hover span,
    section.navigation ul li.last a:focus span {
        color: #ffffff;
    }
**/
  /** increase padding for first block */
  section.highlighted .shortcuts .education,
  footer section.sub .shortcuts .education {
  }

  section.highlighted .shortcuts .container,
  footer section.sub .shortcuts .container {
    width: 100%;
  }

  section.highlighted .ticker {
    background: url("../images/highlighted/ticker/bg-vertical.png") center
      center no-repeat;
    background-size: cover;
  }

  section.highlighted .ticker .box-2,
  section.highlighted .ticker .box-1,
  .i18n-fr section.highlighted .ticker .box-2,
  .i18n-fr section.highlighted .ticker .box-1 {
    padding: 30px 20px;
  }

  section.highlighted .speakers .views-row {
    float: left;
    width: 50%;
  }

  article .node-submission .content .field {
    width: 48%;
  }
  /** handling mini upcoming CCME */
  .carousel-caption p {
    font-size: 20px;
  }
  .carousel-caption {
    bottom: 30px;
  }
  .carousel-caption h1 {
    color: #fff;
  }
  .carousel-indicators {
    bottom: 10px;
  }
  #exhibitors .carousel-indicators li {
    background-color: rgba(5, 64, 95, 03);
    border: solid 1px #05405f;
  }
  #exhibitors .carousel-indicators .active {
    background-color: rgba(5, 64, 94, 0);
  }
  #partnerCarousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #8e8e8e;
  }
  #partnerCarousel .carousel-caption h1 {
    color: #365aa3;
  }
  #partnerCarousel .carousel-indicators li {
    background-color: rgba(78, 76, 76, 0);
    border: 1px solid #8e8b8b;
  }

  /** only display jumbo on large screen */

  .region-jumbotron {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  .container .jumbotron {
    border-radius: 0px;
  }
  .jumbotron {
    height: 15vw;
    min-height: 259px;
    padding-left: 0;
    padding-right: 0;
    /**height:auto;**/
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    /**background-position-x: center;
		background-position-y: top; 
		margin-bottom:0;
		position: relative;
		background-position-y: center;**/
    background-position-y: top;
    /**margin-bottom:0;**/
    width: 100%;
    /**background-size: cover;**/
    overflow: hidden;
    color: #fff; /** dark blue #05405F; 5,64,91 **/
  }
  .jumbotron h1 {
    font-size: 200%;
    line-height: 1.4;
    margin-right: auto;
    margin-left: auto;
    text-shadow: black 0.1em 0.1em 0.1em;
  }
  .jumbotron h2 {
    color: rgba(255, 255, 255, 1);
    font-size: 1.9vw; /** 120% 2.0vw; **/
    padding-right: 20px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    text-shadow: black 0.08em 0.08em 0.08em;
    text-transform: none;
  }
  .jumbotron h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 1.5vw; /** 120% 2.0vw; **/
    padding-right: 20px;
    margin-right: auto;
    margin-left: auto;
    text-shadow: black 0.08em 0.08em 0.08em;
  }
  /** remove space that appears **/
  .jumbotron p {
    display: none;
  }
  .jumbotron span {
    font-size: 1.5vw;
    color: #f8f8f8;
    line-height: 1.4;
  }
  .jumboabout {
    background-image: url(../images/jumbotron/jumbowhen.png);
  }
  .jumboabstracts {
    background-image: url(../images/jumbotron/jumboabstracts.png);
  }
  .jumboarchives {
    background-image: url(../images/jumbotron/jumboarchives.png);
  }
  .jumbocontact {
    background-image: url(../images/jumbotron/jumbocontact.png);
  }
  .jumbocredits {
    background-image: url(../images/jumbotron/jumbocredits.png);
  }
  .jumbomeeting-deadlines {
    background-image: url(../images/jumbotron/jumbodeadlines.png);
  }
  .jumboexhibit {
    background-image: url(../images/jumbotron/jumboexhibit.png);
  }
  .jumboexhibitor {
    background-image: url(../images/jumbotron/jumboexhibitor.png);
  }
  .jumboexhibitor-registration {
    background-image: url(../images/jumbotron/jumboexhibitor-registration.png);
  }
  .jumbofaq {
    background-image: url(../images/jumbotron/jumbofaq.png);
  }
  .jumbofront {
    height: 55vh; /** 55vh **/
    background-image: url(../images/jumbotron/jumbofront.png);
  }
  .jumbofuture {
    background-image: url(../images/jumbotron/jumbofuture.png);
  }
  .jumbohotel {
    background-image: url(../images/jumbotron/jumbohotel.png);
  }
  .jumbomeeting-request {
    background-image: url(../images/jumbotron/jumbomeeting-request.png);
  }
  .jumbomisc {
    background-image: url(../images/jumbotron/jumbomisc.png);
  }
  .jumbopreconference {
    background-image: url(../images/jumbotron/jumbopreconference.png);
  }
  .jumboprospectus {
    background-image: url(../images/jumbotron/jumboprospectus.png);
  }
  .jumboregistration {
    background-image: url(../images/jumbotron/jumboregistration.png);
  }
  .jumboresources {
    background-image: url(../images/jumbotron/jumboresources.png);
  }
  .jumboright {
    background-image: url(../images/jumbotron/jumboright.png);
  }
  .jumboschedule {
    background-image: url(../images/jumbotron/jumboschedule.png);
  }
  .jumbosearch {
    background-image: url(../images/jumbotron/jumbomisc.png);
  }
  .jumbospeakers {
    background-image: url(../images/jumbotron/jumbospeakers.png);
  }
  .jumbospecial {
    background-image: url(../images/jumbotron/jumbospecial.png);
  }
  .jumbowhen {
    background-image: url(../images/jumbotron/jumbowhen.png);
  }

  .jumbomeeting-request {
    background-image: url(../images/jumbotron/jumbomeeting-request.png);
  }
}

@media (max-width: 988px) {
}

@media (min-width: 992px) {
  header .logo {
    float: left;
    margin-right: 28px;
    text-align: left;
  }

  header .title {
    float: left;
    margin-top: 30px;
    text-align: left;
  }

  header .title .name {
    display: block;
  }

  header .title .slogan {
  }

  header h2 {
    text-align: right;
  }

  header h3 {
    text-align: right;
  }

  .i18n-fr section.navigation ul li {
    padding: 25px 0px;
  }
  /**
    section.navigation ul li.last {
        float: right;
        width: 213px;
    }
**/

  article .node-submission .content .field {
    width: 48%;
  }
}
@media (max-width: 1200px) {
  header.navbar .name.navbar-brand {
    display: none;
  }
  /*.jumbo {    
		padding-top:10rem!important;
	}*/
}
@media (min-width: 1200px) {
  section.navigation ul li {
    padding: 25px 24px;
  }

  .i18n-fr section.navigation ul li {
    padding: 25px 18px;
  }

  /*   .i18n-fr section.navigation ul li.last,
    .i18n-en section.navigation ul li.last {
        padding: 25px 0px;
    } 

    
    section.navigation ul li.last {
        width: 263px;
    }*/

  section.highlighted .shortcuts p,
  footer section.sub .shortcuts p {
    left: 235px;
  }

  .i18n-en section.highlighted .shortcuts p,
  .i18n-en footer section.sub .shortcuts p {
    left: 240px;
  }

  section.highlighted .shortcuts .container,
  footer section.sub .shortcuts .container {
    width: 1170px;
  }

  section.highlighted .shortcuts h3,
  section.highlighted .shortcuts h3.small {
    margin: 10px 90px 0px 45px;
  }

  section.highlighted .shortcuts h3.small a {
    font-size: 1.1em;
  }

  article .node-submission .content .field {
    width: 31.333%;
  }
  section.highlighted .shortcuts .leaf-lblue,
  footer section.sub .shortcuts .leaf-lblue {
    height: 255px;
    background: #fff url("../images/highlighted/shortcuts/leaf-lblue.png") top
      center no-repeat;
  }

  section.highlighted .shortcuts .leaf-dblue,
  footer section.sub .shortcuts .leaf-dblue {
    height: 255px;
    background: #fff url("../images/highlighted/shortcuts/leaf-dblue.png") top
      center no-repeat;
  }

  section.highlighted .shortcuts .leaf-red,
  footer section.sub .shortcuts .leaf-red {
    height: 255px;
    background: #fff url("../images/highlighted/shortcuts/leaf-red.png") top
      center no-repeat;
  }
}