/*
Theme Name: Davita Labs 1.0
Author: Jace Harmer
Author URI: http://spkmedia.com
*/
/* 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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-rendering: optimizeLegibility;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Lato", Arial, sans-serif;
  color: #414141;
  hyphens: none;
  overflow-x: hidden;
}

h1, h2, h3 {
  font-family: "bree", sans-serif;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

h4, h5 {
  font-weight: 700;
}

h1 {
  color: #ee8000;
  font-size: 4.5rem;
  line-height: 1;
}

h2 {
  color: #0069b1;
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

h5 {
  line-height: 1.5;
  margin-bottom: 0.625rem;
}

p {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

a {
  text-decoration: none;
}
a.continue-reading {
  -moz-transition: color 0.125s linear 0s;
  -webkit-transition: color 0.125s linear 0s;
  -o-transition: color 0.125s linear 0s;
  transition: color 0.125s linear 0s;
  color: #B18032;
}
a.continue-reading:hover {
  color: #896327;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img, iframe:not(.google) {
  max-width: 100%;
  height: auto;
}

.button {
  align-self: flex-start;
  background: #ee8000;
  border: none;
  color: white !important;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  outline: none;
  padding: 1rem 4rem;
  text-align: center;
}
.button.blue {
  background: #0069b1;
}
.button.dark-blue {
  background: #283764;
}
.button.white.outlined {
  background: transparent;
  border: 5px solid white;
}
.button.green {
  background: #85b20a;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 0.4s;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.content-trigger-wrapper {
  margin-bottom: 0.625rem;
}

.content-trigger {
  -moz-transition: color 0.125s linear 0s;
  -webkit-transition: color 0.125s linear 0s;
  -o-transition: color 0.125s linear 0s;
  transition: color 0.125s linear 0s;
  color: #0069b1;
}
.content-trigger:hover {
  color: #004b7e;
}

.trigger-content {
  display: none;
  padding: 0 0.625rem 1.25rem;
}

.accordion {
  margin-bottom: 1.25rem;
}
.accordion .accordion-trigger,
.accordion .accordion-content {
  border: 1px solid #b2b2b2;
  padding: 1.25rem;
}
.accordion .accordion-trigger {
  border-top: 5px solid #0069b1;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.accordion .accordion-content {
  border-top: none;
  display: none;
}
.accordion .accordion-content a {
  -moz-transition: color 0.125s linear 0s;
  -webkit-transition: color 0.125s linear 0s;
  -o-transition: color 0.125s linear 0s;
  transition: color 0.125s linear 0s;
  color: #0069b1;
}
.accordion .accordion-content a:hover {
  color: #004b7e;
}

.logged-in #page {
  min-height: calc(100vh - 32px);
}

#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#page #masthead,
#page #hero,
#page #footer {
  flex: none;
}
#page #main {
  flex: 1 1 auto;
}

.wrapper {
  box-sizing: initial;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  position: relative;
}
.wrapper.skinny {
  max-width: 960px;
}
.wrapper.wide {
  max-width: 1200px;
}

.hidden {
  display: none !important;
}

#masthead {
  background: white;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
  z-index: 1000;
}
#masthead:before {
  border-radius: 100%;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.4);
  content: "";
  height: 1rem;
  left: 50%;
  max-width: calc(1200px + 10rem);
  position: absolute;
  top: 100%;
  transform: translate(-50%, -100%);
  width: 100%;
}
#masthead:after {
  background: white;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -100%);
  width: 100%;
}
#masthead .wrapper {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  #masthead {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  #masthead > .wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#masthead .header-logo {
  background: url(img/davita_labs_logo.svg);
  width: 168px;
  height: 92px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 960px) {
  #masthead .header-logo {
    flex: none;
    margin: 0 3rem 2rem 0;
  }
}
#masthead .mobile-trigger {
  background: #e8e4dd;
  color: #333 !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px !important;
  height: 36px;
  line-height: 1;
  position: relative;
}
#masthead .mobile-trigger .bars {
  width: 16px;
  height: 16px;
  background: url(img/bars.png) no-repeat center;
  position: absolute;
  top: 10px;
  right: 20px;
}
#masthead #header-navi .sub-menu {
  display: none;
}
#masthead #header-navi a, #masthead #header-navi .mobile-trigger {
  font-size: 1.125rem;
  color: black;
}
@media only screen and (max-width: 960px) {
  #masthead #header-navi .top-menu {
    display: none !important;
  }
  #masthead #header-navi a, #masthead #header-navi .mobile-trigger {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.625rem 50px 0.625rem 1.25rem;
  }
}
#masthead #header-navi .mobile-menu {
  background: #e8e4dd;
  border-top: 2px solid #bfb4a0;
  display: none;
}
#masthead #header-navi .mobile-menu li {
  display: block;
}
#masthead #header-navi .mobile-menu li a {
  display: block;
  border-bottom: 1px solid #d3ccbf;
}
#masthead #header-navi .mobile-menu li:hover > a {
  background: #d3ccbf;
}
#masthead #header-navi .mobile-menu li.button a {
  background: #ee8000;
}
#masthead #header-navi .mobile-menu .down-arrow {
  background: url(img/down-arrow.png) no-repeat center;
  border-left: 1px solid #999999;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
}
#masthead #header-navi .mobile-menu .menu-parent-item > a {
  position: relative;
}
#masthead #header-navi .mobile-menu .menu-parent-item > a > .down-arrow {
  display: block;
}
#masthead #header-navi .mobile-menu .sub-menu a {
  background: #c9c0af;
}
#masthead #header-navi .mobile-menu .sub-menu a:hover {
  background: #b5a891;
}
#masthead #header-navi .mobile-menu .sub-menu .sub-menu a {
  background: #b5a891;
  color: white;
}
#masthead #header-navi .mobile-menu .sub-menu .sub-menu a:hover {
  background: #a08f73;
}
#masthead #header-navi .mobile-menu .current_page_item > a, #masthead #header-navi .mobile-menu .current_page_item:hover > a, #masthead #header-navi .mobile-menu .current-page-ancestor > a, #masthead #header-navi .mobile-menu .current-page-ancestor:hover > a {
  color: white;
  background: #283764;
}
@media only screen and (min-width: 960px) {
  #masthead #header-navi {
    display: inline-flex;
    padding-bottom: 2rem;
  }
  #masthead #header-navi .mobile-menu {
    display: none !important;
  }
  #masthead #header-navi .mobile-trigger {
    display: none !important;
  }
}
#masthead #header-navi .top-menu {
  display: inline-flex;
  flex: 1 1 auto;
}
#masthead #header-navi .top-menu .parent-indicator {
  display: none;
}
#masthead #header-navi .top-menu > li {
  display: flex;
  margin-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
#masthead #header-navi .top-menu > li > a {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 0 1.25rem;
}
@media only screen and (min-width: 1200px) {
  #masthead #header-navi .top-menu > li:not(:last-child) {
    padding-right: 3rem;
  }
}
#masthead #header-navi .top-menu a:hover {
  color: #00a8e4;
}
#masthead #header-navi .top-menu .current_page_item > a, #masthead #header-navi .top-menu .current_page_item:hover > a, #masthead #header-navi .top-menu .current-page-ancestor > a, #masthead #header-navi .top-menu .current-page-ancestor:hover > a {
  color: #0069b1;
}
#masthead #header-navi .top-menu > .menu-item-has-children > .sub-menu {
  background: white;
  border-top: 3px solid #0069b1;
  box-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.3);
  left: 2rem;
  min-width: 300px;
  position: absolute;
  top: 60%;
  z-index: 100;
}
#masthead #header-navi .top-menu > .menu-item-has-children > .sub-menu > li {
  white-space: nowrap;
}
#masthead #header-navi .top-menu > .menu-item-has-children > .sub-menu > li:nth-child(odd) {
  background: rgba(255, 255, 255, 0.05);
}
#masthead #header-navi .top-menu > .menu-item-has-children > .sub-menu > li > a {
  display: block;
  font-size: 18px;
  padding: 15px 2rem;
}
#masthead #header-navi .top-menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.site.fuschia #hero h1,
.site.fuschia #hero p {
  color: #d20f55;
}
.site.fuschia .intro-content-wrapper {
  background-color: #d20f55;
}
.site.dark-blue #hero h1,
.site.dark-blue #hero p {
  color: #283764;
}
.site.dark-blue .intro-content-wrapper {
  background-color: #283764;
}
.site.green #hero h1,
.site.green #hero p {
  color: #85b20a;
}
.site.green .intro-content-wrapper {
  background-color: #85b20a;
}
.site.purple #hero h1,
.site.purple #hero p {
  color: #641980;
}
.site.purple .intro-content-wrapper {
  background-color: #641980;
}
.site.yellow #hero h1,
.site.yellow #hero p {
  color: #EEB12D;
}
.site.yellow .intro-content-wrapper {
  background-color: #EEB12D;
}
.site.blue #hero h1,
.site.blue #hero p {
  color: #0069b1;
}
.site.blue .intro-content-wrapper {
  background-color: #0069b1;
}
.site.orange #hero h1,
.site.orange #hero p {
  color: #ee8000;
}
.site.orange .intro-content-wrapper {
  background-color: #ee8000;
}
.site.white #hero h1,
.site.white #hero p {
  color: white;
}
.site.white .intro-content-wrapper {
  background-color: white;
}
.site.light-blue #hero h1,
.site.light-blue #hero p {
  color: #00a8e4;
}
.site.light-blue .intro-content-wrapper {
  background-color: #00a8e4;
}

#hero {
  position: relative;
  overflow: hidden;
}
#hero .content-wrapper {
  min-height: 320px;
}
#hero .hero-image {
  background-size: cover;
  background-position: right center;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
#hero .hero-image:after {
  background: linear-gradient(90deg, white, transparent);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
}
#hero .wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
#hero .content-wrapper {
  align-items: center;
  display: flex;
  width: 100%;
}
#hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 60%;
  padding: 1.25rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #hero .hero-content {
    max-width: 36rem;
    padding: 1.25rem 0;
  }
}
#hero p {
  font-weight: 700;
}

.info-trio {
  background-color: white;
}
.info-trio .wrapper {
  max-width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .info-trio .wrapper {
    display: flex;
  }
}
.info-trio .info {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  text-align: center;
}
.info-trio .info.fuschia h3 {
  color: #d20f55 !important;
}
.info-trio .info.fuschia .button {
  background: #d20f55;
}
.info-trio .info.dark-blue h3 {
  color: #283764 !important;
}
.info-trio .info.dark-blue .button {
  background: #283764;
}
.info-trio .info.green h3 {
  color: #85b20a !important;
}
.info-trio .info.green .button {
  background: #85b20a;
}
.info-trio .info.purple h3 {
  color: #641980 !important;
}
.info-trio .info.purple .button {
  background: #641980;
}
.info-trio .info.yellow h3 {
  color: #EEB12D !important;
}
.info-trio .info.yellow .button {
  background: #EEB12D;
}
.info-trio .info.blue h3 {
  color: #0069b1 !important;
}
.info-trio .info.blue .button {
  background: #0069b1;
}
.info-trio .info.orange h3 {
  color: #ee8000 !important;
}
.info-trio .info.orange .button {
  background: #ee8000;
}
@media only screen and (min-width: 768px) {
  .info-trio .info {
    flex: 1 1 33.3333333333%;
    padding: 3rem;
  }
}
.info-trio .info .info-icon {
  height: 4.8rem;
  flex: none;
  width: auto;
}
.info-trio .info .info-content {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: space-between;
}
.info-trio .info .button {
  align-self: auto;
}
.info-trio p {
  line-height: 1.2;
}

@-webkit-keyframes bar {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes bar {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
.loader {
  margin-left: auto;
  margin-right: auto;
  height: 1.25rem;
  width: 100px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  align-self: center;
}
.loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #00a8e4;
  -webkit-animation: bar 1s infinite linear;
  animation: bar 1s infinite linear;
}

#bread-crumbs {
  font-size: 0;
  background: #0069b1;
  position: relative;
}
#bread-crumbs li {
  display: inline-block;
  color: white;
  line-height: 2.5rem;
  font-size: 0.9rem;
}
#bread-crumbs li:not(:last-child):after {
  content: "/";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
#bread-crumbs li a {
  color: white;
}

#main {
  min-height: 30rem;
}

#footer {
  background: #0069b1;
  color: white;
  padding: 3rem 1.25rem;
}
#footer .footer-logo {
  background: url(img/davita_labs_logo_white.svg);
  width: 168px;
  height: 92px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}
#footer .footer-menu {
  display: flex;
  gap: 0.5rem;
  justify-content: space-around;
  margin-bottom: 2rem;
}
#footer li {
  line-height: 22px;
}
#footer a {
  color: white;
}
#footer .list-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .list-inline > li:not(:last-child) {
  margin-right: 0.5rem;
}
#footer .details {
  font-size: 12px;
  text-align: center;
}
#footer .details li:after {
  margin-left: 0.5rem;
}
#footer .details li:not(:last-child):after {
  content: "|";
}

.btn-primary, .gform_button {
  padding: 15px 1.25rem;
  background: #ffab1e;
  color: white;
  outline: none;
  border: none;
  font-size: 16px;
  display: inline-block;
}

.validation_error {
  background: #ea9300;
  padding: 5px;
  color: white;
  margin-bottom: 1.25rem;
}

.validation_message {
  color: #ea9300;
  padding-top: 5px;
}

.gform_fields {
  padding-left: 0 !important;
  list-style: none !important;
}
.gform_fields .gfield.inline {
  display: inline-block;
}
.gform_fields .gfield.first {
  padding-right: 1.25rem;
}
.gform_fields .gfield.last {
  padding-left: 1.25rem;
}
.gform_fields .gfield.half {
  width: 50%;
}
.gform_fields .gfield.third {
  width: 33.3333333333%;
}
.gform_fields .gfield_required {
  color: #ea9300;
  margin-left: 1px;
}
.gform_fields input[type=text], .gform_fields input[type=tel], .gform_fields input[type=email], .gform_fields select, .gform_fields label, .gform_fields textarea {
  display: block;
  width: 100%;
}
.gform_fields input[type=text], .gform_fields input[type=tel], .gform_fields input[type=email] {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.gform_fields textarea {
  padding: 6px 12px;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #333333;
}
.gform_fields label {
  margin-bottom: 5px;
}
.gform_fields .ghide {
  display: none;
}

.modal {
  display: none;
  width: 100%;
  padding: 0.625rem;
}
.modal .inner {
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 560px;
  position: relative;
  background: white;
  padding: 1.25rem;
}
.modal .close {
  font-size: 20px;
  color: white;
  background: #283764;
  line-height: 30px;
  width: 30px;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
  font-weight: 700;
  text-align: center;
  height: 30px;
}
.modal li {
  margin-bottom: 15px;
}
.modal .gform_confirmation_message {
  margin-bottom: 1.25rem;
}

.page-id-189 h2 {
  color: #ee8000;
}

.page-id-187 h2,
.page-id-485 h2 {
  color: #414141;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#exposeMask {
  width: 100% !important;
  height: 100% !important;
  position: fixed !important;
}

.ie-modal {
  padding: 1.25rem;
}

.spk-logo {
  float: right;
}

#alert {
  background: #283764;
  color: white;
  padding: 1.25rem;
  line-height: 1.4;
}
#alert .wrapper {
  padding-right: 100px;
}
#alert a {
  color: #ee8000;
}
#alert .close-alert-btn {
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url(img/close-button.png);
  background-position: center;
  width: 80px;
  height: 29px;
  display: block;
  position: absolute;
  top: -3px;
  right: 0;
}

.home #main h1, .home #main h2, .home #main h3, .home #main h4 {
  color: #0069b1;
}
.home #main .button {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem 4rem;
}
.home #hero .hero-link,
.home #hero .wp-video,
.home #hero .wp-video-shortcode {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
}
.home #hero .hero-link {
  top: 0;
}
.home #hero .wp-video-shortcode {
  background: white;
  object-fit: cover;
  pointer-events: none;
}
.home #hero .wp-video-shortcode::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
}
.home #hero .wp-video-shortcode .mejs-controls {
  display: none !important;
  opacity: 0 !important;
}
.home #hero .content-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .home #hero .content-wrapper {
    padding: 5rem;
  }
}
.home #hero .hero-content {
  color: white;
  max-width: 768px;
  text-align: center;
}
.home #hero .hero-content h1 {
  font-size: 6rem;
  text-shadow: 0 0 0.5rem black;
}
@media only screen and (min-width: 768px) {
  .home #about {
    display: flex;
  }
}
.home #about .about-section-image, .home #about .about-section-content {
  flex: 1 1 50%;
}
.home #about .about-section-image {
  background-size: cover;
  background-position: right center;
  position: relative;
}
.home #about .about-section-image:after {
  background: linear-gradient(90deg, transparent, white);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
.home #about .about-section-content .inner {
  max-width: 600px;
  padding: 10rem 5rem;
}
.home #about h2,
.home #about a {
  color: #d20f55;
}
.home #about .button {
  background: #d20f55;
}
.home #leadership {
  border-bottom: 1px solid #414141;
}
.home #leadership .leadership-content-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .home #leadership .leadership-content-wrapper {
    align-items: center;
    display: flex;
    padding: 50px;
  }
}
.home #leadership .leadership-photo {
  background-size: cover;
  border-radius: 50%;
  flex: none;
  height: 200px;
  width: 200px;
}
@media only screen and (min-width: 768px) {
  .home #leadership .leadership-photo {
    margin-right: 50px;
  }
}
.home #leadership h2 {
  color: #283764;
}
.home #leadership a {
  color: #ee8000;
}
.home #leadership .name, .home #leadership .title {
  font-weight: 700;
}
.home #leadership .name {
  margin-bottom: 5px;
}
.home #leadership .title {
  margin-bottom: 10px;
}
.home #leadership .leaders {
  display: flex;
  overflow: hidden;
  position: relative;
}
.home #leadership .leader {
  flex: 1 0 100%;
  opacity: 0;
  order: 2;
  position: relative;
  transform: translate(-100%, 0);
  transition: all 1s;
}
.home #leadership .leader.current {
  opacity: 1;
  order: 0;
  transform: translate(0);
  z-index: 1;
}
.home #leadership .leader.last {
  left: 0;
  order: 1;
  position: absolute;
  transform: translate(100%, 0);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home #leadership .leader {
    transform: translate(0, -100%);
  }
  .home #leadership .leader.last {
    transform: translate(0, 100%);
  }
}

#main .intro-content-wrapper {
  background-position: top right;
  background-repeat: no-repeat;
  padding: 1.25rem;
}
@media only screen and (max-width: 767px) {
  #main .intro-content-wrapper {
    background-image: none !important;
  }
}
@media only screen and (min-width: 768px) {
  #main .intro-content-wrapper.has-image .wrapper {
    display: flex;
    justify-content: space-between;
  }
  #main .intro-content-wrapper.has-image .intro-image {
    flex: 0 1 33.3333333333%;
  }
  #main .intro-content-wrapper.has-image .intro-content {
    flex: 0 1 66.6666666667%;
    max-width: 36rem;
  }
}
@media only screen and (min-width: 1024px) {
  #main .intro-content-wrapper {
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 768px) {
  #main .intro-image {
    margin-left: 3rem;
  }
}
#main .intro-image .circle-image {
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
#main .intro-image .circle-image.cropped {
  background-size: cover;
  border-radius: 100%;
}
#main .intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #main .intro-content {
    margin-bottom: 0;
  }
}
#main .intro-content * {
  color: white;
}
#main .intro-content p {
  font-weight: 500;
}
#main .intro-content a {
  text-decoration: underline;
  -moz-transition: color 0.125s linear 0s;
  -webkit-transition: color 0.125s linear 0s;
  -o-transition: color 0.125s linear 0s;
  transition: color 0.125s linear 0s;
}
#main .intro-content a:hover {
  color: #e6e6e6;
}
#main .main-content {
  padding: 1.25rem 0;
}
@media only screen and (min-width: 1024px) {
  #main .main-content {
    padding: 5rem 0;
  }
}
#main .main-content a:not(.button):not(.content-trigger) {
  text-decoration: underline;
  -moz-transition: color 0.125s linear 0s;
  -webkit-transition: color 0.125s linear 0s;
  -o-transition: color 0.125s linear 0s;
  transition: color 0.125s linear 0s;
  color: #0069b1;
}
#main .main-content a:not(.button):not(.content-trigger):hover {
  color: #004b7e;
}
#main .alignleft {
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
}
#main .alignright {
  float: right;
  margin-left: 1.25rem;
  margin-bottom: 0.625rem;
}
#main .has-text-align-center {
  text-align: center;
}
#main .wp-block-image .aligncenter,
#main .wp-block-image .alignleft,
#main .wp-block-image .alignright {
  display: table;
}
#main .wp-block-image {
  margin-bottom: 1.25rem;
}
#main .wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#main img.aligncenter {
  display: block;
  margin: 0 auto 1.25rem;
}
#main ul {
  list-style: disc outside;
  padding-left: 1.25rem;
  margin-bottom: 30px;
}
#main ol {
  list-style: decimal outside;
  padding-left: 1.25rem;
  margin-bottom: 30px;
}
#main li {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
#main .boxed-list, #main .bordered-list {
  font-size: 16px;
}
#main .boxed-list > ul, #main .bordered-list > ul {
  list-style: none;
  padding: 0;
}
#main .boxed-list > ul > li {
  border: 3px solid #0069b1;
  color: #0069b1;
  line-height: 1.5;
  padding: 15px;
}
#main .boxed-list > ul > li span {
  line-height: 1.2;
}
#main .bordered-list > ul > li {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffab1e;
  color: #0069b1;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  #main .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #main .boxes .box {
    flex: 1 0 30%;
    max-width: 30%;
    width: 30%;
  }
}
#main .boxes .box {
  text-align: center;
  border: 3px solid #00a8e4;
  padding: 15px;
  color: #0069b1;
  margin-bottom: 30px;
}
#main .boxes .box img {
  margin-bottom: 10px;
}
#main table td {
  border: 2px solid #b2b2b2;
  padding: 0.625rem;
}

#leadership-template .leaders-wrapper {
  background-position: top right;
  background-repeat: no-repeat;
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #leadership-template .leaders-wrapper {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #leadership-template .leaders {
    display: flex;
    flex-wrap: wrap;
  }
}
#leadership-template .leader {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  #leadership-template .leader {
    flex: 0 1 50%;
    padding-right: 100px;
    width: 50%;
  }
}

#leadership-template .leader .name, .single-leadershipmember .leader .name {
  font-size: 23px;
}
#leadership-template .leader .title, .single-leadershipmember .leader .title {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
#leadership-template .leader a, .single-leadershipmember .leader a {
  color: #ee8000;
}
#leadership-template .leader a:hover, .single-leadershipmember .leader a:hover {
  color: #ffab1e;
}
#leadership-template .leadership-photo, .single-leadershipmember .leadership-photo {
  border-radius: 50%;
  margin-bottom: 2rem;
}

#main.about-template .about-section.fuschia .image-content-duo {
  background: #d20f55;
}
#main.about-template .about-section.fuschia .support-content * {
  color: #d20f55;
}
#main.about-template .about-section.blue .image-content-duo {
  background: #0069b1;
}
#main.about-template .about-section.blue .support-content * {
  color: #0069b1;
}
#main.about-template .about-section.green .image-content-duo {
  background: #85b20a;
}
#main.about-template .about-section.green .support-content * {
  color: #85b20a;
}
#main.about-template .image-content-duo h2, #main.about-template .image-content-duo h3, #main.about-template .image-content-duo h4, #main.about-template .image-content-duo h5, #main.about-template .image-content-duo p {
  color: white;
}
#main.about-template .image-content-duo p {
  font-size: 1.875rem;
}
#main.about-template .image-content-duo .wrapper {
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #main.about-template .image-content-duo .wrapper {
    display: flex;
  }
}
#main.about-template .image-content-duo .duo-image-wrapper {
  flex: 1 1 33.3333333333%;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #main.about-template .image-content-duo .duo-image-wrapper {
    margin-bottom: 0;
  }
}
#main.about-template .image-content-duo .duo-image {
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  padding-top: 100%;
}
#main.about-template .image-content-duo .duo-content-wrapper {
  align-items: center;
  display: flex;
  flex: 1 1 66.6666666667%;
  justify-content: center;
}
#main.about-template .image-content-duo .duo-content {
  max-width: 480px;
  text-align: center;
}
#main.about-template .support-content-section .wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 20rem;
  padding: 1.25rem;
}
@media only screen and (min-width: 768px) {
  #main.about-template .support-content-section .wrapper {
    justify-content: flex-start;
  }
}
#main.about-template .support-content-section .support-content {
  padding: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #main.about-template .support-content-section .support-content {
    max-width: 480px;
    width: 33.3333333333%;
  }
}
#main.about-template .support-content-section .background-image {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #main.about-template .support-content-section .background-image {
    background-image: none !important;
  }
}

.our-history .two-column {
  justify-content: space-between;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .our-history .two-column {
    display: flex;
    padding-bottom: 10rem;
    padding-top: 14rem;
  }
}
.our-history .main-content,
.our-history .sidebar {
  padding: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .our-history .main-content,
.our-history .sidebar {
    padding: 0;
  }
}
.our-history .main-content {
  flex: 0 0 33.3333333333%;
}
.our-history .main-content p {
  font-size: 1.25rem;
}
.our-history .sidebar {
  display: flex;
  flex: none;
  justify-content: center;
}

.our-history-wrapper {
  background-position: top center;
  background-repeat: no-repeat;
}

.timeline {
  display: flex;
}
.timeline .timeline-column.col-0 {
  order: 1;
  padding-right: 5.5rem;
  padding-top: 8rem;
}
.timeline .timeline-column.col-0 .time {
  text-align: right;
}
.timeline .timeline-column.col-0 .tear-drop {
  right: -5.5rem;
}
.timeline .timeline-column.col-0 .tear-drop:before {
  order: 1;
}
.timeline .timeline-column.col-0 .tear-drop:after {
  margin-right: 1rem;
}
.timeline .timeline-column.col-1 {
  order: 3;
  padding-left: 5.5rem;
  padding-top: 5rem;
}
.timeline .timeline-column.col-1 .tear-drop {
  left: -5.5rem;
}
.timeline .timeline-column.col-1 .tear-drop:before {
  margin-right: 1rem;
}
.timeline .timeline-column.col-1 .time:first-child .tear-drop:after {
  background-image: url(img/rain-drop-orange.svg);
}
.timeline .timeline-column.col-1 .time:first-child .year .text,
.timeline .timeline-column.col-1 .time:first-child .details {
  color: #ee8000;
}
.timeline .line {
  order: 2;
  border: 0.375rem solid #ee8000;
  border-radius: 0 0 2rem 2rem;
  border-top: none;
  flex: none;
  position: relative;
  width: 4rem;
}
.timeline .line:before {
  background-image: url(img/it-all-started-drop.svg);
  background-size: cover;
  border-bottom: 0.5rem solid white;
  content: "";
  display: block;
  height: 100px;
  transform: translate(-38px, -20px);
  width: 68px;
}
.timeline .line:after {
  background: white;
  content: "";
  height: 6.5rem;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0.375rem;
}
.timeline .time {
  margin-bottom: 2rem;
}
.timeline .year {
  margin-bottom: 0.357rem;
  position: relative;
}
.timeline .year .text {
  color: #0069b1;
  font-size: 1.25rem;
  font-weight: 700;
}
.timeline .year .tear-drop {
  align-items: center;
  display: flex;
  position: absolute;
  top: 12px;
}
.timeline .year .tear-drop:before {
  background: #ee8000;
  content: "";
  height: 0.375rem;
  width: 2rem;
}
.timeline .year .tear-drop:after {
  background-image: url(img/rain-drop-blue.svg);
  background-size: cover;
  content: "";
  height: 30px;
  width: 20px;
}
.timeline .details {
  color: #0069b1;
  font-family: "bree", sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  max-width: 10rem;
}

.the-lab .top-content {
  margin: 0 auto 3rem;
  max-width: 768px;
}
.the-lab h2 {
  color: #ee8000;
}
.the-lab p {
  font-size: 1.25rem;
}
.the-lab .lab-gallery {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
}
.the-lab .lab-gallery .gallery-image-wrapper {
  cursor: pointer;
  flex: 0 1 auto;
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
  transition: all 0.25s;
  width: 50%;
}
.the-lab .lab-gallery .gallery-image-wrapper:not(.bigger):hover .gallery-image {
  opacity: 0;
}
.the-lab .lab-gallery .gallery-image-wrapper:hover .gallery-content {
  opacity: 1;
}
.the-lab .lab-gallery .gallery-image-wrapper.bigger {
  width: 100%;
}
.the-lab .lab-gallery .gallery-image-wrapper.bigger .gallery-content {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .the-lab .lab-gallery .gallery-image-wrapper {
    width: 33.3333333333%;
  }
}
.the-lab .lab-gallery .gallery-image-inner {
  padding-top: 65%;
  position: relative;
}
.the-lab .lab-gallery .gallery-image,
.the-lab .lab-gallery .gallery-content {
  bottom: 0;
  height: 100%;
  position: absolute;
  transition: opacity 0.25s;
  width: 100%;
}
.the-lab .lab-gallery .gallery-image {
  background-position: center;
  background-size: cover;
}
.the-lab .lab-gallery .gallery-content {
  background: #ee8000;
  opacity: 0;
  overflow: auto;
  padding: 1.25rem;
}
.the-lab .lab-gallery .gallery-content * {
  color: white;
}
.the-lab .lab-gallery .gallery-content p {
  font-size: 0.8rem;
}

.careers {
  background: #dfdfdf;
}
.careers .wrapper {
  max-width: 1024px;
}

#main.awards-template section {
  margin-bottom: 2rem;
}
#main.awards-template .awards-section h2 {
  color: #641980;
}
#main.awards-template .credit-section h2 {
  color: #ee8000;
}
#main.awards-template .awards,
#main.awards-template .news-posts,
#main.awards-template .credits {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
#main.awards-template .awards-gallery {
  flex: 0 1 auto;
  width: 14rem;
}
#main.awards-template .awards-gallery:hover .gallery-image {
  opacity: 0;
}
#main.awards-template .awards-gallery:hover .gallery-content {
  opacity: 100;
}
#main.awards-template .award {
  cursor: pointer;
  padding-top: 100%;
  position: relative;
}
#main.awards-template .award:hover .award-image {
  opacity: 0;
}
#main.awards-template .award:hover .award-content {
  opacity: 100;
}
#main.awards-template .award-image,
#main.awards-template .award-content {
  height: 100%;
  position: absolute;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
}
#main.awards-template .award-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#main.awards-template .award-content {
  align-items: center;
  background: #414141;
  display: flex;
  justify-content: center;
  opacity: 0;
  overflow: auto;
  padding: 1.25rem;
}
#main.awards-template .award-content * {
  color: white;
}
#main.awards-template .credit {
  flex: 0 1 auto;
  width: 14rem;
}
#main.awards-template .credit-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50%;
}
#main.awards-template .news-post {
  flex: 0 1 auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #main.awards-template .news-post {
    width: 19rem;
  }
}
#main.awards-template .post-type {
  color: white;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
}
#main.awards-template .post-type.orange {
  background: #ee8000;
}
#main.awards-template .post-type.fuschia {
  background: #d20f55;
}
#main.awards-template .post-type.green {
  background: #85b20a;
}
#main.awards-template .post-content {
  background: #b2b2b2;
  display: flex;
  flex-direction: column;
  height: 16rem;
  justify-content: space-between;
  padding: 1.25rem;
}
#main.awards-template .post-title {
  font-size: 1.5rem;
}
#main.awards-template .button {
  width: 100%;
}

.culture-template .core-values {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 2rem;
}
.culture-template .core-value {
  flex: 0 1 auto;
  margin-bottom: 1.25rem;
  padding: 0 0.625rem;
  transition: all 0.25s;
  width: 50%;
}
.culture-template .core-value.bigger {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .culture-template .core-value.bigger {
    width: 50%;
  }
}
.culture-template .core-value.bigger .description {
  font-size: 1.25rem;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .culture-template .core-value {
    width: 25%;
  }
}
.culture-template .core-value.fuschia .core-value-inner {
  background: #d20f55;
}
.culture-template .core-value.dark-blue .core-value-inner {
  background: #283764;
}
.culture-template .core-value.green .core-value-inner {
  background: #85b20a;
}
.culture-template .core-value.purple .core-value-inner {
  background: #641980;
}
.culture-template .core-value.yellow .core-value-inner {
  background: #EEB12D;
}
.culture-template .core-value.blue .core-value-inner {
  background: #0069b1;
}
.culture-template .core-value.orange .core-value-inner {
  background: #ee8000;
}
.culture-template .core-value.light-blue .core-value-inner {
  background: #00a8e4;
}
.culture-template .core-value.cadet-blue .core-value-inner {
  background: #128094;
}
.culture-template .core-value-inner {
  cursor: pointer;
  padding-top: 100%;
  position: relative;
}
.culture-template .core-value-inner:hover .value {
  opacity: 0;
}
.culture-template .core-value-inner:hover .description {
  opacity: 1;
}
.culture-template .value,
.culture-template .description {
  align-items: center;
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.25s;
  width: 100%;
}
.culture-template .value {
  font-family: "bree", sans-serif;
  font-size: 2rem;
}
.culture-template .description {
  background: #414141;
  font-size: 0.875rem;
  line-height: 1.2;
  opacity: 0;
  overflow: auto;
  padding: 1.25rem;
}
.culture-template .clubs-title {
  color: #00a8e4;
}
.culture-template .club {
  align-items: center;
  display: flex;
  margin-bottom: 1.25rem;
}
.culture-template .club-image-wrapper {
  flex: 1 1 33.3333333333%;
  margin-right: 2rem;
}
.culture-template .club-image {
  background-size: cover;
  padding-top: 50%;
}
.culture-template .club-image.link {
  cursor: pointer;
  display: block;
}
.culture-template .club-content {
  flex: 1 1 66.6666666667%;
}

.teammates-template .teammates {
  column-gap: 1.25rem;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .teammates-template .teammates {
    column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .teammates-template .teammates {
    column-gap: 5rem;
  }
}
.teammates-template .title {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.teammates-template .teammate-photo {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  height: 10rem;
  margin-bottom: 0.625rem;
  width: 10rem;
}
.teammates-template .post-header {
  align-items: center;
  display: flex;
}
.teammates-template .post-header .teammate-photo {
  flex: none;
  margin-right: 3rem;
}
.teammates-template .post-header .quote {
  color: #0069b1;
  flex: 1 1 auto;
  font-weight: 700;
}

.diversity-template .four-pillars-header {
  margin-bottom: 3rem;
}
.diversity-template .four-pillars {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .diversity-template .four-pillars {
    margin-bottom: 5rem;
  }
}
.diversity-template .pillar {
  flex: 0 0 auto;
  padding: 0 0.625rem;
  width: 50%;
}
.diversity-template .pillar.fuschia h3 {
  color: #d20f55;
}
.diversity-template .pillar.dark-blue h3 {
  color: #283764;
}
.diversity-template .pillar.green h3 {
  color: #85b20a;
}
.diversity-template .pillar.purple h3 {
  color: #641980;
}
.diversity-template .pillar.yellow h3 {
  color: #EEB12D;
}
.diversity-template .pillar.blue h3 {
  color: #0069b1;
}
.diversity-template .pillar.orange h3 {
  color: #ee8000;
}
.diversity-template .pillar.white h3 {
  color: white;
}
.diversity-template .pillar.light-blue h3 {
  color: #00a8e4;
}
@media only screen and (min-width: 768px) {
  .diversity-template .pillar {
    margin-bottom: 5rem;
    width: 25%;
  }
}
.diversity-template .pillar-image {
  background-postion: left center;
  background-repeat: no-repeat;
  height: 5rem;
  margin-bottom: 1.25rem;
  width: 8rem;
}
.diversity-template .quote-section {
  background: #EEB12D;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .diversity-template .quote-section {
    margin-bottom: 5rem;
    padding: 2rem 0;
  }
}
.diversity-template .quote-section .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.diversity-template .quote-image {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  height: 10rem;
  margin-bottom: 1.25rem;
  width: 10rem;
}
.diversity-template .club {
  align-items: flex-start;
  display: flex;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 1024px) {
  .diversity-template .club {
    margin-bottom: 5rem;
  }
}
.diversity-template .club-image-wrapper {
  flex: 1 1 33.3333333333%;
  margin-right: 2rem;
}
.diversity-template .club-image {
  background-size: cover;
  padding-top: 50%;
}
.diversity-template .club-content {
  flex: 1 1 66.6666666667%;
}
.diversity-template .belonging h2 {
  color: #85b20a;
}

.covid-template h2 {
  color: #85b20a;
}
.covid-template .covid-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.625rem;
  padding: 1.25rem 0;
}
@media only screen and (min-width: 1024px) {
  .covid-template .covid-gallery {
    padding: 2rem 0;
  }
}
.covid-template .gallery-image-wrapper {
  flex: 0 0 auto;
  padding: 0 0.625rem;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .covid-template .gallery-image-wrapper {
    width: 20%;
  }
}
.covid-template .gallery-image {
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 1.25rem;
  padding-top: 100%;
}
.covid-template .gallery-image.fuschia {
  background-color: #d20f55;
}
.covid-template .gallery-image.dark-blue {
  background-color: #283764;
}
.covid-template .gallery-image.green {
  background-color: #85b20a;
}
.covid-template .gallery-image.purple {
  background-color: #641980;
}
.covid-template .gallery-image.yellow {
  background-color: #EEB12D;
}
.covid-template .gallery-image.blue {
  background-color: #0069b1;
}
.covid-template .gallery-image.orange {
  background-color: #ee8000;
}
.covid-template .gallery-image.light-blue {
  background-color: #00a8e4;
}
.covid-template .gallery-image.cadet-blue {
  background-color: #128094;
}

/**
 * selectize.bootstrap3.css (v0.8.0) - Bootstrap 3 Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #333333;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 1px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 14px;
  -webkit-font-smoothing: inherit;
  line-height: 20px;
  color: #333333;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  overflow: hidden;
  border: 1px solid #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 1px 3px;
  margin: 0 3px 3px 0;
  color: #333333;
  cursor: pointer;
  background: #efefef;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #428bca;
  border: 0 solid rgba(0, 0, 0, 0);
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #ffffff;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0 none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #999999;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #ffffff;
  background-color: #00a8e4;
}

.selectize-dropdown .active.create {
  color: #ffffff;
}

.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #000000 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 17px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #ffffff;
  opacity: 0.5;
}

.selectize-dropdown,
.selectize-dropdown.form-control {
  z-index: 1000;
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.428571429;
}

.selectize-dropdown .optgroup:first-child:before {
  display: none;
}

.selectize-dropdown .optgroup:before {
  display: block;
  height: 1px;
  margin: 9px 0;
  margin-right: -12px;
  margin-left: -12px;
  overflow: hidden;
  background-color: #e5e5e5;
  content: " ";
}

.selectize-dropdown-content {
  padding: 5px 0;
}

.selectize-dropdown-header {
  padding: 6px 12px;
}

.selectize-input {
  min-height: 34px;
}

.selectize-input.dropdown-active::before {
  display: none;
}

.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 9px;
  padding-left: 9px;
}

.form-control.selectize-control {
  height: auto;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
