/*
 * PyCon 2019 CSS: normalize.css + as few tweaks as possible (below)
 */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  font-weight: 400;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 600;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #012A29;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: 600;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*************************** end of normalize.css ***************************/

/* -------------------- Styles applying to all pages -------------------- */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  color: #012A29;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

/* Typography */
a {
  color: #306998;
  font-weight: 600;
}

.page-content h1 {
  margin: 1.2em 0 0.5em;
  display: inline-block;
  text-align: center;
}
.page-content h1::after {
  content: '';
  display: block;
  width: 100%;
  margin-top: 10px;
  height: 15px;
  background: url("../img/yellow-squiggle.2c44e15a2409.svg") center repeat-x;
}
.page-content h1:empty {
   display: none;
}
.page-content h2 {
  margin: 1.4em 0 1em;
}
.page-content h3 {
  margin: 1.2em 0 1em;
}
.page-content h4 {
  margin: 1.8em 0 1em;
}

.max-width-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
}

.logo-smaller {
    display: block;
    margin: 20px auto 10px;
    width: 540px;
    height: 260px;
    background-image: url("../img/website-header-wordmark.c1c0544d5b20.svg") center no-repeat;
    text-indent: -9999px;
}

/* Alerts at the top of the page. */
.messages {
  position: absolute;
  z-index: 2;
}
.messages .message {
  align-items: center;
  background: #FFD43B;
  border-radius: 10px;
  display: flex;
  margin: 10px;
  padding: 10px 20px 10px;
  font-weight: 500;
}
@media (min-width: 750px) {
  .messages .message {
    margin: 20px;
  }
}
.messages .message button {
  background: #FFD43B;
  border: 0;
  margin: 0px 10px 0px 0px;
}

/* Account navigation (log in, sign up, etc.) */
.account-nav-container {
  background: #306998;
  font-size: 0.875rem;
  letter-spacing: .01em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
}
.account-nav-container .max-width-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 4px;
}
.account-nav-container .max-width-container > * {
  margin-bottom: 4px;
}
.account-nav-container strong {
  font-weight: 500;
  font-style: italic;
  padding: 0 10px 0 0;
}
.account-nav-container a {
  align-items: center;
  display: flex;
  color: #FFF;
  height: 100%;
  padding: 4px 10px;
  text-decoration: none;
  transition: all .25s ease-in-out;
}
.account-nav-container a:hover {
  background: #4478A2;
}
.account-nav-container form {
  display: inline-block;
  padding-left: 10px;
}
.account-nav-container button {
  background: none;
  border: 2px solid #FFF;
  box-sizing: border-box;
  padding: 2px 12px 2px;
}
.account-nav-container button:hover {
  background: #4478A2
}
.account-nav-container .login {
  border-right: 2px solid #eeeeee;
}

/* The main logo */
.logo-banner a {
  text-decoration: none;
}
.logo-banner, .logo-banner img {
  display: block;
  margin: auto;
  position: relative;
  height: 175px;
}
.logo-banner {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #009abf;
  background: -webkit-linear-gradient(top, #9bcddf 0%, #009abf 100%);
  background: -linear-gradient(top, #9bcddf 0%, #009abf 100%);
  background: -moz-linear-gradient(top, #9bcddf 0%, #009abf 100%);
}

/* Primary Navigation : no JS available*/
.nav-container {
  font-size: 1rem;
}
.nav-toggle {
  display: none;
}
.primary-site-nav {
  background: #306998;
  border-bottom: 1px solid #4478A2;
}
.primary-site-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.primary-site-nav a {
  color: #FFF;
  transition: background .25s ease-in-out, color .25s ease-in-out;
}
.primary-site-nav a:hover {
  color: #4478A2;
}
/* style dropdown headers differently than other nav links */
.primary-site-nav .has-dropdown .nav-primary-link {
  color: #fff;
  cursor: default;
  font-size: 0.875rem;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.primary-site-nav .has-dropdown .nav-primary-link:hover {
  color: #fff;
}
/* style active page link */
.primary-site-nav li.active > a {
  text-decoration: underline !important;
}
/* first level of navigation */
.primary-site-nav .nav-primary-list > li {
  border-top: 1px solid #619B96;
  padding: 5px 10px 8px;
}
/* second level of navigation */
.primary-site-nav .has-dropdown .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
}
.primary-site-nav .has-dropdown .dropdown-menu li {
  padding: 1px 0;
  margin: 0 10px 0 0;
}

/* Primary Navigation : with JS */
.js .nav-toggle {
  align-items: center;
  background: #306998;
  color: #FFF;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.js .nav-toggle:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #FFF;
  margin: 0 0 0 6px;
}
.js .nav-toggle.open:after {
  border-top: 0;
  border-bottom: 6px solid #FFF;
}
.js .primary-site-nav {
  display: none;
}
.js .primary-site-nav a:hover {
  color: #FFF;
}
/* first level of navigation */
.js .primary-site-nav .nav-primary-list > li {
  border-top: none;
  padding: 0;
}
.js .primary-site-nav .nav-primary-link {
  align-items: center;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  height: 40px;
  justify-content: space-between;
  letter-spacing: .05em;
  line-height: 1;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.js .primary-site-nav .nav-primary-link:hover {
  background: #4478A2;
  color: #FFF;
  cursor: pointer;
}
/* style first level links that have dropdowns */
.js .primary-site-nav .has-dropdown .nav-primary-link.open {
  background: #4478A2;
}
.js .primary-site-nav .has-dropdown .nav-primary-link:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #FFF;
  margin: 0 0 0 5px;
}
.js .primary-site-nav .has-dropdown .nav-primary-link.open:after {
  border-top: 0;
  border-bottom: 6px solid #FFF;
}
.js .primary-site-nav .has-dropdown.active .nav-primary-link:after {
  border-top: 6px solid #FFF;
}
.js .primary-site-nav .has-dropdown.active .nav-primary-link.open:after {
  border-top: 0;
  border-bottom: 6px solid #FFF;
}
/* second level of navigation */
.js .primary-site-nav .dropdown-menu {
  background: #306998;
  display: none;
  padding: 10px 0;
}
.js .primary-site-nav .dropdown-menu li {
  padding: 0;
}
.js .primary-site-nav .dropdown-menu li a {
  text-decoration: none;
  display: block;
  padding: 8px 0 8px 30px;
}
.js .primary-site-nav .dropdown-menu li a:hover {
  background: #4478A2;
}

/* Primary Navigation : with JS, desktop styles */
@media (min-width: 750px) {
  .js .nav-toggle {
    display: none;
  }
  .js .primary-site-nav {
    border: none;
    display: block !important;
    height: auto;
    overflow: visible;
  }
  .js .nav-primary-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .js .primary-site-nav .nav-primary-link {
    border: none;
    height: auto;
    line-height: 1.4;
    padding: 15px;
    margin: 0 5px;
    white-space: nowrap;
  }
  .js .primary-site-nav .has-dropdown .nav-primary-link.open {
    background: #4478A2;
  }
  .js .primary-site-nav .has-dropdown {
    position: relative;
  }
  .js .primary-site-nav .dropdown-menu {
    background: #4478A2;
    padding: 0;
    position: absolute;
    left: 0;
    width: 200px;
    z-index: 2;
    margin-left: 5px;
    border: 2px solid #4478A2;
    border-top: 0;
  }
  .js .primary-site-nav .has-dropdown:last-of-type .dropdown-menu {
    right: 0;
  }
  .js .primary-site-nav .dropdown-menu li {
    margin: 0;
    padding: 0;
  }
  .js .primary-site-nav .dropdown-menu li a {
    align-items: center;
    display: flex;
    height: auto;
    line-height: 1.25;
    text-decoration: none;
    padding: 10px 15px;
  }
  .js .primary-site-nav .dropdown-menu li a:hover {
    background: #fff;
    color: #306998;
  }
}

/* The main content pane. */

#content {
  margin: 0 auto;
  color: #012A29;
  box-sizing: border-box;
  max-width: 975px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 750px) {
  #content {
    padding: 0 20px;
  }
}
dt {
    font-weight: 600;
}
pre {
  border: 2px solid #FFCF89;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.817rem;
  overflow: scroll;
}
@media (min-width: 750px) {
  pre {
    padding: 20px;
  }
}
hr {
  border: none;
  border-bottom: 2px solid #D0D3D4;
  margin-top: 40px;
}
table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
  text-align: left;
}
th {
    font-weight: 600;
    padding: 0 0.4em;
}
td {
    border: 2px solid #D9DFDF;
    padding: 0.5em;
}
.dashboard-panel-content th {
    padding: 0 1em 0 0;
    white-space: nowrap;
}
.dashboard-panel-content td {
    padding: 0.3em;
}
.dashboard-panel-content .actions {
    white-space: nowrap;
}

/* The edit button that site admins are given. */

.edit-btn, .edit-toggle {
    display: block;

    /* float: right; */
    position: absolute;
    right: 20px;
    top: 20px;

    margin-left: 0.3em;
    border-radius: 8px;
    background: #eee;
    padding: 0.5em;
    color: #308898;
    text-decoration: none;
}
.edit-btn:hover, .edit-toggle:hover {
    background: #ddd;
}

/* Forms, when there are no errors */
fieldset {
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #FFD43B;
  background-color: rgba(255, 212, 59, 0.5);
  border: 4px solid #FFD43B;
  display: block;
  margin: 0 auto 20px;
  max-width: 800px;
  padding: 20px;
  width: 100%;
}
fieldset > *:first-child {
  margin-top: 0;
}
legend {
  margin: 0 auto 16px;
  font-weight: 800;
  max-width: 800px;
  width: 100%;
}
.control-group {
  margin: 0 auto 20px;
}
.control-group:last-child {
  margin-bottom: 0;
}
label {
  color: #012A29;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 5px 0;
  width: 100%;
}
.hide {
    display: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=url],
textarea {
  -webkit-appearance: none;
  border: 2px solid #FFD43B;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  padding: 4px 10px;
  width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=file]:focus,
textarea:focus {
  outline: none;
  border: 2px solid #012A29;
}
input[type=file] {
  border: 2px solid transparent;
  box-shadow: none;
  display: block;
  width: 100%;
}
input[type=file]::-webkit-file-upload-button {
  background: #4478A2;
  border: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  padding: 3px 15px 6px;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease-in-out;
}
input[type=file]::-webkit-file-upload-button:hover {
  background: #5685AB;
}
select {
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 0;
  padding: 4px 10px;
  box-sizing: border-box;
  width: 100%;
}
select:focus {
  outline: none;
  border: 2px solid #012A29;
}
input[type=checkbox],
input[type=radio] {
  margin: 0 7px 5px 0;
}
.help-block {
  font-size: .75rem;
}
.help-block[id^=error_] {
  align-items: center;
  background: #EA6446;
  border-radius: 10px;
  border: 2px solid #D25438;
  color: #FFF;
  display: flex;
  margin: 10px;
  padding: 10px 10px 10px 10px;
}
.text-error {
  align-items: center;
  background: #EA6446;
  border-radius: 10px;
  border: 2px solid #D25438;
  color: #FFF;
  display: flex;
  margin: 10px;
  padding: 10px 10px 10px 10px;
}
.controls .help-block {
  margin: 5px 0 0 0;
}
.form-actions .help-block {
  font-size: .813rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px
}
.form-actions {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
/* Specific Form: Edit Speaker Proposal */
#div_id_message .fullwidth-textarea {
  border-color: #012A29;
}

/* Specific Form: Edit Speaker Profile */
fieldset #div_id_photo .controls a {
  display: block;
}
fieldset #div_id_photo .controls label {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
}
fieldset #div_id_interested_mentee .controls label {
  font-weight: normal;
}
fieldset #div_id_interested_mentor .controls label {
  font-weight: normal;
}
/* MarkedIt styling */
.markedit .ui-widget-header {
  background: #EEEEEE;
  border-color: #666666;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  padding: 5px 0 0 0;
}
.markedit .toolbar-group {
  float: none;
}
.markedit button.ui-state-default {
  background: #012A29;
  border-color: #012A29;
  border-radius: 0;
  color: #FFF;
  padding: 0;
}
.markedit button.ui-state-default:focus {
  outline: 2px solid #FFF;
}
.box-content .markedit > textarea {
  /* override the jQuery UI "markedit > textarea" styling */
  margin: 0 0 20px;
  padding: 4px 10px;
}
.markedit .markedit-preview {
  /* override the jQuery UI "ui-widget-content" styling */
  margin: 1em 0;
  border: 2px dashed #012A29;
  background: none;
  box-sizing: border-box;
  padding: 0 1em;
  min-height: 40px;
  color: #012A29;
}
.input-prepend {
  align-items: stretch;
  display: flex;
}
.input-prepend > span:first-child {
  background: #FFF;
  margin-right: 2px;
  padding: 4px 8px 0;
  white-space: nowrap;
}


/* Forms, when an error message needs to display. */
.control-group.error input[type=text], .control-group.error textarea {
    border: 3px solid red;
}
span.help-inline {
    background-color: red;
    color: white;
    display: block;
    font-size: 16px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    padding: 3px 7px;
    margin-top: 5px;
}

/* Most proposal text-area fields should honor line breaks. */

.proposal-fields dd.significant-whitespace {
    padding-top: .5em;
    white-space: pre-wrap;
    white-space: pre-line;
}

.proposal-fields dt {
    padding-top: 1em;
}

/* Except for the Description, which gets Markdown processing. */

.proposal-fields dd.description {
    white-space: normal;
}

/* The dashboard. */

.dashboard-panel {
  margin: 10px 0 0 0;
  border: 4px solid #009EBD;
  border-radius: 10px;
  padding: 10px;
}
@media (min-width: 750px) {
  .dashboard-panel {
    margin: 20px 0 0 0;
    padding: 20px;
  }
}
.dashboard-panel .icon-briefcase {
  display: none;
}
.dashboard-panel h3 {
  margin: 0 0 0.5em;
}
.dashboard-panel a.action {
  margin: 0 5px 5px 0;
}
.btn,
.dashboard-panel a.action,
.dataTables_paginate .paginate_button,
.dt-button {
  background: #306998;
  border: 3px solid #306998;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 6px 15px;
  margin: 2px 5px 3px 0px;
  text-align: center;
  text-decoration: none;
  transition: all .25s ease-in-out;
  border-radius: 5px;
  font-weight: 600;
}
.btn:hover,
.dashboard-panel a.action:hover,
.dataTables_paginate .paginate_button:hover,
.dt-button:hover {
  background: #6993B4;
  border-color: #306998;
}
.btn.warn{
  background: #7AABA7;
  border-color: #7AABA7;
}
.btn.danger {
  background: #009CBD;
  border-color: #009CBD;
}
.btn.secondary {
  background: none;
  color: #6993B4;
}
.btn.secondary:hover {
  background: none;
  color: #307D98;
}
button:focus,
.btn:focus,
.btn.danger:focus,
.btn.secondary:focus,
.dashboard-panel a.action:focus,
.dataTables_paginate .paginate_button:focus,
.dt-button:focus {
  border-color: #012A29;
  outline: none;
}
.btn[disabled] {
  box-shadow: none;
  border: 1px solid #aaa;
  background: #fcce8e;
  color: black;
}
/* List of Buttons, used on proposal submit page */
.btn-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.btn-list li {
  white-space: nowrap;
  margin: 0 5px 5px 0;
}

.btn-mini {
  padding: .33em;
  font-size: smaller;
  margin: 0 2px 2px 0;
}

/* Paginated tables within the dashboard. */

.pagination li {
    display: inline;
}
.pagination a {
    padding: 0.5em;
}
.pagination a:hover {
    background: #eef;
}

/* The footer at the bottom of every page. */
footer {
  margin-top: 50px;
  background-color: #306998;
  border-top: 18px solid #009CBD;
  clear: both;
  color: #fff;
  font-size: .9rem;
  padding-bottom: 20px;
}

footer::before {
  content: '';
  display: block;
  height: 35px;
  background: url("../img/footer-squiggle.96b753a55886.svg") top left no-repeat;
  position: relative;
  top: -34px;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
footer a {
  color: #fff;
}
footer p {
  max-width: 800px;
}
footer div.footer-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 750px) {
  footer > div {
    padding: 0 20px;
  }
}
footer .python-logo {
  max-width: 100%;
  height: auto;
}
@media (min-width: 750px) {
  footer .python-logo {
    float: right;
    margin-left: 20px;
    margin-top: 15px;
  }
}
footer p a img {
    height: 1.25em;
    margin-bottom: -.3em;
    margin-left: -.1em;
}
/* sticky footer code */
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#content-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
}
footer {
  flex-shrink: 0;
}

/* -------------------- Styles for use in CMS editing -------------------- */
.box-content .label {  /* White words in a tight box, used in text. */
    border-radius: 3px;
    padding: 2px 10px;
    background: #009CBD;
    color: #fff;
    font-weight: 600;
    margin-right: 5px;
}
.box-content a > .label {
  text-decoration: underline;
}
.callout {  /* Paragraph in a rectangle. */
    border-radius: 10px;
    padding: 1em 2em;
    background-color: #009CBD;
    color: #fff;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    /* ^ chroma('#99D8E4').brighten().hex() */
}
.callout a {
  color: #fff;
}
.hotel {
  background-color: #D7E5E4;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  max-width: 420px;
  padding: 20px;
  width: 100%;
}
.hotel h3 {
    color: #CE624D;
}

/* -------------------- Page-specific styles -------------------- */

/* The home page */
body.home-page #content,
body.home-page h2 {
  text-align: center;
}
/* home page top banner */
.home-banner {
    background: #9bcddf;
    background: -webkit-linear-gradient(top, #9bcddf 0%, #009abf 95%, #306998 96%);
    background: -moz-linear-gradient(top, #9bcddf 0%, #009abf 95%, #306998 96%);
    background: linear-gradient(to bottom, #9bcddf 0%, #009abf 95%, #306998 96%);
    font-size: 22px;
    position: relative;
    text-align: center;
}

.home-banner .max-width-container {
  position: relative;
  z-index: 1;
  padding: 0;
}
.home-banner {
  padding: 20px;
  height: 175px;
}
.home-banner h1 {
  background: url("../img/website-header-wordmark.c1c0544d5b20.svg") right no-repeat;
  background-size: contain;
  height: 175px;
  margin: 0;
  text-indent: -9999px;
  width: 100%;
  position: absolute;
}
.home-banner .tagline-container {
  background: url("../img/website-header-wordmark.c1c0544d5b20.svg") right no-repeat;
  background-size: contain;
  position: absolute;
  height: 140px;
  width: 540px;
  top: 10px;
  margin: 0;
  right: 5%;
  padding: 0;
  text-indent: -9999px;
  z-index: 1;
  display: none;
}
@media (max-width: 750px) {
  .home-banner h1 {
    background-position: center;
  }
}

@media (min-width: 1200px) {
  .home-banner {
    height: 400px !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .home-banner-stripe {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/header-skyline-wide.6fbf3e50815f.svg") bottom center no-repeat;
  }
  .home-banner h1 {
    background: none !important;
  }
  .home-banner .tagline-container {
    top: 55px !important;
  }
}

@media (min-width: 750px) {
  .home-banner {
    padding: 20px 0px 0px 0px;
    height: 250px;
  }
  .home-banner h1 {
    background: url("../img/header-skyline.29be7a2a8b8d.svg") bottom left no-repeat;
    background-size: cover;
    height: 250px;
    width: 100%;
  }
}
@media (min-width: 950px) {
  .home-banner {
    height: 300px;
  }
  .home-banner .tagline-container {
    height: 175px;
    top: 15px;
    margin-right: 5%;
  }
  .home-banner h1 {
    height: 300px;
  }
}
@media (min-width: 1150px) {
  .home-banner {
    height: 350px;
  }
  .home-banner .tagline-container {
    height: 200px;
    top: 20px;
    margin-right: 5%;
  }
  .home-banner h1 {
    height: 350px;
  }
}
@media (min-width: 750px) {
  .home-banner .tagline-container {
    display: inline;
  }
}

#content_homepage-about p {
  margin-top: 2em;
  max-width: 36em;
  padding: 1em;
  font-size: 20px;
}
.front-page-facets-blue-bg {
  background-color: #306998;
  color: #fff;
  border-bottom: 20px solid #009CBD;
}
.front-page-facets-white-bg {
  border-top: 20px solid #26D07C;
}
.front-page-facets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 20px;
}
.front-page-facets > div {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  max-width: 350px;
  text-align: center;
}
@media (min-width: 550px) {
  .front-page-facets > div {
    max-width: none;
    min-width: 350px;
    width: 33.3%;
    padding: 0 15px;
  }
}
.front-page-facets > div p:last-child {
  margin-bottom: 0;
}
.front-page-facets h2 {
  margin-top: 0;
  width: 100%;
  font-size:
}
.front-page-facets h3 {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-size: 100%;
  font-size: 30px;
  text-transform: uppercase;
}
.front-page-facets h4 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  opacity: 0.8;
}
.front-page-facets img.photo {
  border-radius: 10px;
  max-width: 97%;
  background-color: #009CBD;
  padding: 1.5%;
}
.front-page-facets img.squiggle {
  max-width: 90%;
  margin: 25px 0 10px;
}
.front-page-sponsors {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.front-page-sponsors a {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid white;
  padding: 1em;
}
.front-page-sponsors a:hover,
.front-page-sponsors a:focus {
  border: 2px solid #012A29;
  outline: none;
}
.front-page-sponsors img {
  max-height: 120px;
  max-width: 240px;
}

/* The very wide schedule grid. */

.schedule-page #content {
    max-width: none;
    font-size: 14px;  /* slightly smaller */
}
.schedule-page h3 {
    font-size: 1.5em;
    font-weight: 600;
}
table.calendar td {
    border: 1px solid #012A29;
    text-align: center;
}
table.calendar th {
    font-weight: 600;
}
td.slot .title {
    font-weight: 600;
    font-size: 1em;
}
td.slot .title,
td.slot .speaker {
    display: block;
}
td.slot-breakfast,
td.slot-break,
td.slot-lunch {
    background-color: #306998;
    font-weight: 500;
    color: #FFFFFF;
}
td.slot-event {
    background-color: #009CBD;
    font-size: 1.1em;
    font-weight: 500;
    color: #FFFFFF;
}
td.slot-plenary {
    background-color: #FFD43B;
    font-size: 1.2em;
    font-weight: 600;
    color: #111111;
}
td.slot-charlas {
    background-image: url("../img/charlas.0852574ff0e3.png");
}
td.slot-hatchery-maintainers-summit {
    font-weight: bold;
    background-color: #D0DF00;
}
td.slot-hatchery-mentored-sprints {
    font-weight: bold;
    background-color: #26D07C;
}
th,
td.time {
    font-weight: 500;
    text-align: center;
}
.schedule-page .badges .btn {
    font-size: 0.8em;
    min-width: 1em;
}

/* The presentation lists for Talks, Tutorials, and Posters. */

.presentation-list #content {
    font-size: 16px;  /* slightly smaller */
}

.presentation-description img {
    max-width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* The Job Listing page. */

.job-fair h1 {
    text-align: center;
}
.job-fair .sponsor-logo {
    float: right;
    margin: 0 0 1em 1em;
}
/*
.job-fair .callout {
    margin-bottom: 1em;
}
@media (min-width: 600px) {
    .job-fair .callout {
        width: 30%;
        float: right;
        margin-left: 1em;
        padding: 0.3em;
    }
}
*/

/* The sponsors page. */

.sponsor-level {
    text-align: center;
}
.sponsor-level h2 {
    border-top: 2px solid #012A29;
    border-bottom: 2px solid #012A29;
}
.sponsor {
    display: inline-block;
    margin-top: 1em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    vertical-align: top;
    max-width: 22em;
}
.sponsor > a {
    display: block;
}
.sponsor h3 {
    margin-bottom: 0.5em;
}
.sponsor > p {
    text-align: left;
}

/* Log In & Sign Up Page */
body.login .account-msg,
body.signup .account-msg {
  font-size: .9rem;
  display: inline-block;
  margin: 0 5px;
}
/* Account Settings */
body.account .page-content aside {
  width: 100%;
  max-width: 225px;
}
body.account .page-content form {
  max-width: 600px;
  width: 100%;
}
.account-nav .nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.account-nav .nav-list li {
  margin: 0 0 2px;
}
.account-nav .nav-list a {
  display: block;
}
@media (min-width: 750px) {
  body.account .page-content {
    display: flex;
    justify-content: center;
  }
  body.account .page-content aside {
    margin: 30px 50px 0 0;
  }
}

/* Reviews Content */
#content.reviews-content {
  margin-left: 1em;
  margin-right: 1em;
}

/* Group Registrations Hax */
#registrations {
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #D7E5E4;
  border: 2px solid #CADDDC;
  display: block;
  margin: 20px;
  max-width: 800px;
  padding: 20px;
  width: 100%;
}

#registrations .form-inline {
  padding-top: 10px;
  position: relative;
}

#registrations input {
  border: 1px solid black;
  padding: 5px;
  margin: 2px;
  width: 90%;
  border-radius: 5px;
}

#registrations span {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 5px;
}

/* Jobs Page */

#jobfairparticpants {
}
