@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* Colors */
/* Sizes */
/* From Bootstrap */
/* Variables */
/* Font Sizes */
/* Padding */
/* Border Radius */
/* Screens */
#home {
  width: 98%;
  margin: 0 auto;
}
@media (min-width: 414px) {
  #home {
    width: 94%;
  }
}
@media (min-width: 1080px) {
  #home {
    width: 89%;
  }
}
@media (min-width: 1366px) {
  #home {
    max-width: 1366px;
  }
}
#home .row .row {
  margin-top: 43.2px;
}
#home .row.main-row {
  margin-left: 0;
  margin-right: 0;
}
#home .row.main-row > .col {
  padding: 0;
}
#home .overview {
  color: #666666;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  background-color: #fff;
  border: #efefef 0px solid;
  padding: 0;
  margin-bottom: 20px;
}
#home .overview:hover > div > strong, #home .overview:active > div > strong {
  color: #009edf;
}
#home .overview.inactive {
  background-color: white;
  opacity: 0.4;
  text-shadow: 1px 1px 0px #fff;
}
#home .overview.inactive .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#home .overview.inactive:hover > div > strong, #home .overview.inactive:active > div > strong {
  color: #666666;
}
@media (min-width: 768px) {
  #home .overview {
    margin-bottom: 0;
  }
}
#home .overview .row {
  margin-top: 17px;
}
#home .overview .row .row {
  margin-top: 0;
}
#home .overview.main {
  height: 240px;
  background-color: #9fc74d;
  position: relative;
  z-index: 3;
}
@media (min-width: 560px) {
  #home .overview.main {
    height: 300px;
  }
}
@media (min-width: 1080px) {
  #home .overview.main {
    height: 380px;
  }
}
@media (min-width: 1366px) {
  #home .overview.main {
    height: 420px;
  }
}
@media (max-width: 767px) {
  #home .overview.main {
    height: auto !important;
  }
}
#home .overview.main > p {
  text-align: left;
  color: #e6f1d1;
  line-height: 1.4;
  padding-left: 29px;
  padding-right: 29px;
}
@media (max-width: 1279px) {
  #home .overview.main > p {
    padding-left: 17px;
    padding-right: 17px;
  }
}
#home .overview.main > p:last-child {
  padding-bottom: 20px;
}
#home .overview.main > p span {
  display: block;
  overflow: hidden;
  line-height: 20px;
  max-height: 120px;
  margin-bottom: 8px;
}
@media (min-width: 1080px) {
  #home .overview.main > p span {
    max-height: 160px;
  }
}
#home .overview.main img {
  margin-top: 17px;
  max-width: 140px;
}
@media (min-width: 1080px) {
  #home .overview.main img {
    margin-top: 23px;
    max-width: 200px;
  }
}
#home .overview.main a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
#home .overview img {
  width: 80%;
  height: auto;
  max-width: 200px;
}
#home .overview > p {
  padding-left: 23px;
  padding-right: 23px;
}
#home .overview > * {
  margin: 17px 0 0 0;
  display: block;
}
#home .overview > *:first-child {
  margin-top: 0;
}
#home .overview h2 {
  font-weight: 600;
  color: #333333;
  text-align: center;
  font-size: 1.1em;
  padding: 14px;
  border-top: #efefef 1px solid;
  border-bottom: #efefef 1px solid;
}
#home .overview > *:first-child {
  border-top: none;
}
#home .overview .nav-profiles {
  margin-top: 0;
  padding: 0;
}
#home .overview .nav-profiles ul li {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
  box-shadow: none;
}
#home .overview .nav-profiles ul li > * {
  height: 67.5px;
  padding-left: 63px;
}
#home .overview .nav-profiles ul li > * .img {
  width: 54px;
  height: 54px;
  margin-top: -27px;
}
#home .overview .nav-profiles ul li > * h3 {
  font-size: 1em;
}
#home .overview .nav-profiles ul.count-5 li {
  margin-bottom: 1px;
}
#home .overview .nav-profiles ul.count-5 li:after {
  width: 8px;
  left: 1px;
}
#home .overview .nav-profiles ul.count-5 li > * h3 {
  font-size: 1.2em;
}
#home .overview .nav-profiles ul.count-5 li > * .img {
  left: 14px;
}
#home .overview p {
  text-align: left;
  line-height: 1.7;
}
#home .overview p a {
  color: #009edf;
}
#home .overview p.align-center {
  text-align: center;
}
#home .overview .row > .col {
  width: 100% !important;
  padding: 0;
}
#home .feed {
  margin-top: 46.8px;
}
#home .feed:first-child {
  margin-top: 0;
}
#home .btn-light {
  display: block;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0;
  max-width: 321px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 17px;
}
#home .btn-light + section {
  margin-top: 54px;
}
#home section > header > * {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #7f7f7f;
  text-transform: uppercase;
}

#subscribe {
  position: relative;
}
#subscribe h2 {
  background-color: #aacd61;
  color: #fff !important;
  border-top-color: #bfd988 !important;
  border-bottom-color: #bfd988 !important;
}
#subscribe .close {
  position: absolute;
  top: -11px;
  right: -11px;
  padding: 0;
  height: auto;
  width: 26px;
  height: 26px;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #333333 linear-gradient(180deg, #525252, #333333) repeat-x;
}
#subscribe .close:hover, #subscribe .close:active, #subscribe .close:focus {
  background-color: #262626;
  background: #262626 linear-gradient(180deg, #474747, #262626) repeat-x;
}
#subscribe .close:focus, #subscribe .close.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
#subscribe .close.disabled, #subscribe .close:disabled {
  background-color: #333333;
  border-color: #333333;
}
#subscribe .close:not([disabled]):not(.disabled):active, #subscribe .close:not([disabled]):not(.disabled).active, .show > #subscribe .close.dropdown-toggle {
  color: #fff;
  background-color: #191919;
  background-image: none;
  border-color: #131313;
}
#subscribe .close:not([disabled]):not(.disabled):active:focus, #subscribe .close:not([disabled]):not(.disabled).active:focus, .show > #subscribe .close.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
#subscribe .alert {
  line-height: 40px;
}
#subscribe form {
  padding: 14px;
  text-align: center;
  background-color: #9fc74d;
  position: relative;
}
#subscribe form .form-control {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecece;
  max-width: 100%;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #fff;
  margin-bottom: 3px;
  padding: 0 14px;
  height: 29px;
}
#subscribe form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
#subscribe form .form-control:focus {
  background-color: #fff;
  border-color: #009edf;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
#subscribe form .form-control::placeholder {
  color: #666666;
  opacity: 1;
}
#subscribe form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
#subscribe form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
#subscribe form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
#subscribe form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
#subscribe form .form-control:disabled, #subscribe form .form-control[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
#subscribe form .form-control:focus {
  background-color: #fff;
  border-color: #94bf3c;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #b4d374;
}
#subscribe form .btn {
  padding: 0 26px;
  height: 29px;
  display: none;
}
#subscribe form fieldset {
  display: none;
  margin-bottom: 11px;
}
#subscribe.active fieldset, #subscribe.sent fieldset {
  display: block;
}
#subscribe.active .btn, #subscribe.sent .btn {
  display: inline-block;
}
#subscribe.sent {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  width: 321px;
  margin-left: -160.5px;
  margin-top: -200px;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
}

html, body {
  height: 100%;
  margin: 0;
}

#wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: -390px;
}
@media (min-width: 768px) {
  #wrapper {
    margin-bottom: -210px;
  }
}
@media (min-width: 1080px) {
  #wrapper {
    margin-bottom: -124px;
  }
}
@media (min-width: 1280px) {
  #wrapper {
    margin-bottom: -140px;
  }
}

#footer,
#wrapper > .push {
  clear: both;
  height: 390px;
}
@media (min-width: 768px) {
  #footer,
#wrapper > .push {
    height: 210px;
  }
}
@media (min-width: 1080px) {
  #footer,
#wrapper > .push {
    height: 124px;
  }
}
@media (min-width: 1280px) {
  #footer,
#wrapper > .push {
    height: 140px;
  }
}

#footer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  background-color: #fff;
}
#footer:before {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: -1px;
}
@media (min-width: 768px) {
  #footer {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  #footer > div {
    padding-top: 17px;
  }
}
#footer #bcrupd {
  padding-top: 17px;
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer #bcrupd {
    text-align: center;
    width: 230px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
}
@media (min-width: 1080px) {
  #footer #bcrupd {
    width: 390px;
    text-align: left;
  }
}
#footer #bcrupd img {
  display: inherit;
  margin: 0 auto;
  width: 40%;
  height: auto;
}
@media (min-width: 768px) {
  #footer #bcrupd img {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
  }
}
@media (min-width: 1280px) {
  #footer #bcrupd img {
    width: 168px;
  }
}
#footer #bcrupd p {
  display: inherit;
  margin: 0 auto;
  font-size: 0.86em;
  margin-top: 14px;
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #footer #bcrupd p {
    display: inline-block;
    vertical-align: middle;
    margin: 11px 0 0 0;
  }
}
@media (min-width: 1080px) {
  #footer #bcrupd p {
    width: 220px;
    text-align: left;
    padding-left: 14px;
  }
}
@media (min-width: 1280px) {
  #footer #bcrupd p {
    width: 190px;
  }
}
#footer #bcrupd p a {
  font-weight: 600;
  color: #009edf;
}
#footer #rows {
  max-width: 360px;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 768px) {
  #footer #rows {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
  }
}
@media (min-width: 1080px) {
  #footer #rows {
    width: 620px;
  }
}
@media (min-width: 1280px) {
  #footer #rows {
    width: 740px;
  }
}
#footer #rows #two-row {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 14px;
}
@media (min-width: 1080px) {
  #footer #rows #two-row {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0;
  }
}
#footer #rows #two-row img {
  width: 54%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
#footer #rows #two-row img:first-child {
  margin-right: 4%;
}
#footer #rows #two-row img:last-child {
  width: 42%;
}
#footer #rows #one-row {
  width: 100%;
}
@media (min-width: 1080px) {
  #footer #rows #one-row {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5%;
  }
}
#footer #rows #one-row img {
  width: 100%;
  height: auto;
}

#social .carousel {
  margin-top: 0;
}
#social .carousel .carousel-inner .carousel-item {
  height: 210px;
}
@media (min-width: 768px) {
  #social .carousel .carousel-inner .carousel-item {
    height: 250px;
  }
}
#social .carousel .carousel-inner .carousel-caption {
  position: static !important;
  height: 100%;
}
#social .carousel .carousel-inner .carousel-caption > div {
  height: 100% !important;
}
#social .carousel .carousel-inner .carousel-caption > div > div {
  width: 100%;
  color: #fff;
  height: 100% !important;
}
#social .carousel .carousel-inner .carousel-caption > div > div > p {
  max-height: 120px;
  color: #fff;
}
#social .carousel .carousel-inner .carousel-caption > div > div > p a {
  color: #fff;
  font-weight: 600;
}
#social .social {
  position: relative;
}
#social .social > div > i {
  font-size: 36px;
  position: absolute;
  top: 20px;
  left: 14px;
  z-index: 3;
  color: #fff;
}
#social .social > div > .btn {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  padding: 11px 17px;
}
#social .social > div > .btn span {
  font-weight: 600;
}
#social .social > div > .btn i {
  font-size: 30px;
  display: none;
}
#social .social.social-twitter .carousel-inner {
  background-color: #00aced;
}
#social .social.social-facebook .carousel-inner {
  background-color: #3b5998;
}

#social-widgets section {
  text-align: center;
}
#social-widgets section > * {
  margin-left: auto;
  margin-right: auto;
}

#share-buttons label {
  margin-bottom: 0;
  margin-right: 8px;
  display: none;
}
@media (min-width: 768px) {
  #share-buttons label {
    display: inline-block;
  }
}
#share-buttons .btn {
  padding: 8px 11px;
  height: auto;
  position: relative;
  vertical-align: top;
}
#share-buttons .btn i {
  font-size: 18px;
  height: 22px;
  line-height: 22px;
  display: block;
}
#share-buttons .btn i:before {
  margin: 0;
  display: block;
  line-height: 22px;
}
#share-buttons .btn i.icon-twitter {
  font-size: 16px;
}
#share-buttons .btn i.icon-whatsapp {
  font-size: 20px;
}
#share-buttons .btn span {
  display: none;
  font-size: 0.76em;
}
@media (min-width: 768px) {
  #share-buttons .btn span {
    font-size: 0.86em;
  }
}

body.error404 {
  min-height: 620px;
}
body.error404 #wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body.error404 #wrapper .top-spacer {
  display: none;
}
body.error404 #wrapper > .push {
  display: none;
}
body.error404 #nothing-found {
  margin-top: -330px;
}
@media (min-width: 768px) {
  body.error404 #nothing-found {
    margin-top: -150px;
  }
}
@media (min-width: 1080px) {
  body.error404 #nothing-found {
    margin-top: -64px;
  }
}
@media (min-width: 1280px) {
  body.error404 #nothing-found {
    margin-top: -80px;
  }
}

#nothing-found {
  text-align: center;
  padding: 0;
  width: 100%;
}
#nothing-found > div {
  width: 100%;
}
#nothing-found > div h1 {
  font-size: 6em;
  color: #efefef;
}
@media (min-width: 768px) {
  #nothing-found > div h1 {
    font-size: 8em;
  }
}
#nothing-found > div p {
  font-size: 1.5em;
}

section.comments {
  background-color: #f4f4f4;
  padding: 23px;
}
section.comments > aside {
  text-align: center;
}
section.comments > aside p {
  display: block;
  font-size: 1.3em;
  margin-bottom: 11px;
  font-weight: 600;
  color: #191919;
}
section.comments > aside > a.btn-login {
  color: #333333;
  background-color: white;
  border-color: white;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: white linear-gradient(180deg, white, white) repeat-x;
}
section.comments > aside > a.btn-login:hover, section.comments > aside > a.btn-login:active, section.comments > aside > a.btn-login:focus {
  background-color: #f2f2f2;
  background: #f2f2f2 linear-gradient(180deg, #f4f4f4, #f2f2f2) repeat-x;
}
section.comments > aside > a.btn-login:focus, section.comments > aside > a.btn-login.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
section.comments > aside > a.btn-login.disabled, section.comments > aside > a.btn-login:disabled {
  background-color: white;
  border-color: white;
}
section.comments > aside > a.btn-login:not([disabled]):not(.disabled):active, section.comments > aside > a.btn-login:not([disabled]):not(.disabled).active, .show > section.comments > aside > a.btn-login.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #dfdfdf;
}
section.comments > aside > a.btn-login:not([disabled]):not(.disabled):active:focus, section.comments > aside > a.btn-login:not([disabled]):not(.disabled).active:focus, .show > section.comments > aside > a.btn-login.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
section.comments > aside > a.btn-register {
  color: #fff;
  background-color: #009edf;
  border-color: #009edf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
}
section.comments > aside > a.btn-register:hover, section.comments > aside > a.btn-register:active, section.comments > aside > a.btn-register:focus {
  background-color: #008cc6;
  background: #008cc6 linear-gradient(180deg, #269dcf, #008cc6) repeat-x;
}
section.comments > aside > a.btn-register:focus, section.comments > aside > a.btn-register.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
section.comments > aside > a.btn-register.disabled, section.comments > aside > a.btn-register:disabled {
  background-color: #009edf;
  border-color: #009edf;
}
section.comments > aside > a.btn-register:not([disabled]):not(.disabled):active, section.comments > aside > a.btn-register:not([disabled]):not(.disabled).active, .show > section.comments > aside > a.btn-register.dropdown-toggle {
  color: #fff;
  background-color: #007aac;
  background-image: none;
  border-color: #00719f;
}
section.comments > aside > a.btn-register:not([disabled]):not(.disabled):active:focus, section.comments > aside > a.btn-register:not([disabled]):not(.disabled).active:focus, .show > section.comments > aside > a.btn-register.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
section.comments form {
  display: flex;
}
section.comments form textarea {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecece;
  max-width: 100%;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  line-height: 1.3;
  padding: 11px;
  height: 70px;
  resize: none;
}
section.comments form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
section.comments form textarea:focus {
  background-color: #fff;
  border-color: #009edf;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
section.comments form textarea::placeholder {
  color: #666666;
  opacity: 1;
}
section.comments form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
section.comments form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
section.comments form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
section.comments form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
section.comments form textarea:disabled, section.comments form textarea[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
section.comments form button {
  padding: 14px 29px;
  color: #666666;
  border-radius: 8px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: transparent 0 solid;
  outline-style: none;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  background-color: #009edf;
  border-color: #009edf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
  width: 70px;
  border-radius: 0;
  height: 70px;
  line-height: 70px;
  padding: 0;
}
section.comments form button:hover, section.comments form button:active, section.comments form button:focus {
  background-color: #008cc6;
  background: #008cc6 linear-gradient(180deg, #269dcf, #008cc6) repeat-x;
}
section.comments form button:focus, section.comments form button.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
section.comments form button.disabled, section.comments form button:disabled {
  background-color: #009edf;
  border-color: #009edf;
}
section.comments form button:not([disabled]):not(.disabled):active, section.comments form button:not([disabled]):not(.disabled).active, .show > section.comments form button.dropdown-toggle {
  color: #fff;
  background-color: #007aac;
  background-image: none;
  border-color: #00719f;
}
section.comments form button:not([disabled]):not(.disabled):active:focus, section.comments form button:not([disabled]):not(.disabled).active:focus, .show > section.comments form button.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
section.comments form button span {
  display: none;
}
section.comments form button i {
  height: 70px;
  line-height: 70px;
  display: block;
  font-size: 28px;
}
section.comments form button i:before {
  height: 70px;
  line-height: 70px;
  margin: 0;
}
section.comments h3 {
  color: #191919;
  margin: 20px 0 14px;
}
section.comments > ol > li:last-child:not(.has-replies) .comment {
  margin-bottom: 0;
}
section.comments > ol > li:last-child.has-replies ol li:last-child .comment {
  margin-bottom: 0;
}
section.comments ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.comments ol li {
  text-align: left;
}
section.comments ol li ol {
  padding-left: 64px;
  display: none;
}
section.comments ol li.has-replies {
  position: relative;
}
section.comments ol li.has-replies:before {
  content: " ";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #cecece;
  position: absolute;
  top: 0;
  left: 23px;
}
section.comments ol li.replies-on > .comment .toggle-replies .show {
  display: none;
}
section.comments ol li.replies-on > .comment .toggle-replies .hide {
  display: block;
}
section.comments ol li.replies-on ol {
  display: block;
}
section.comments ol li.replying > .comment form {
  display: flex;
}
section.comments ol li.replying > .comment > div .actions a,
section.comments ol li.replying > .comment > div .actions span {
  display: none;
}
section.comments ol li.replying > .comment > div .actions a.cancel-reply {
  display: inline-block;
}
section.comments .comment {
  position: relative;
  margin-bottom: 23px;
}
section.comments .comment .avatar {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
section.comments .comment .avatar img {
  display: none;
}
section.comments .comment form {
  display: none;
}
section.comments .comment > div {
  padding-left: 64px;
  min-height: 50px;
}
section.comments .comment > div p {
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 11px;
}
section.comments .comment > div p strong {
  color: #191919;
}
section.comments .comment > div form {
  margin-bottom: 14px;
}
section.comments .comment > div .actions a,
section.comments .comment > div .actions span {
  font-size: 0.86em;
}
section.comments .comment > div .actions a.cancel-reply,
section.comments .comment > div .actions span.cancel-reply {
  display: none;
}
section.comments .comment > div .actions a.time, section.comments .comment > div .actions a.likes,
section.comments .comment > div .actions span.time,
section.comments .comment > div .actions span.likes {
  cursor: default;
}
section.comments .comment > div a,
section.comments .comment > div .actions span {
  color: #191919;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding-right: 11px;
}
section.comments .comment > div > a {
  margin-top: 14px;
}
section.comments .comment .toggle-replies .show {
  display: block;
}
section.comments .comment .toggle-replies .hide {
  display: none;
}
section.comments .comment ol {
  display: none;
}
section.comments .comment.liked .actions .like {
  color: #009edf;
}

body.in-comments .btn-to-comments {
  right: -50px;
}

.btn-to-comments {
  padding: 14px 29px;
  color: #666666;
  border-radius: 8px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: transparent 0 solid;
  outline-style: none;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  background-color: #009edf;
  border-color: #009edf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
  transition: right 0.25s ease-out;
  position: fixed;
  bottom: 23px;
  right: 23px;
  padding: 0;
  width: 50px;
  height: 50px;
  z-index: 99;
}
.btn-to-comments:hover, .btn-to-comments:active, .btn-to-comments:focus {
  background-color: #008cc6;
  background: #008cc6 linear-gradient(180deg, #269dcf, #008cc6) repeat-x;
}
.btn-to-comments:focus, .btn-to-comments.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
.btn-to-comments.disabled, .btn-to-comments:disabled {
  background-color: #009edf;
  border-color: #009edf;
}
.btn-to-comments:not([disabled]):not(.disabled):active, .btn-to-comments:not([disabled]):not(.disabled).active, .show > .btn-to-comments.dropdown-toggle {
  color: #fff;
  background-color: #007aac;
  background-image: none;
  border-color: #00719f;
}
.btn-to-comments:not([disabled]):not(.disabled):active:focus, .btn-to-comments:not([disabled]):not(.disabled).active:focus, .show > .btn-to-comments.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
.btn-to-comments i {
  font-size: 22px;
}
.btn-to-comments i:before {
  margin: 0;
  padding: 0;
}

.top-spacer {
  height: 60px;
  width: 100%;
  display: block;
}

.main-navbar {
  z-index: 11;
  width: 100%;
  height: 60px;
  background-color: #009edf;
  box-shadow: 0px 1px 0px rgba(25, 25, 25, 0.15);
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
}
.main-navbar > div {
  width: 98%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 414px) {
  .main-navbar > div {
    width: 94%;
  }
}
@media (min-width: 1080px) {
  .main-navbar > div {
    width: 89%;
  }
}
@media (min-width: 1366px) {
  .main-navbar > div {
    max-width: 1366px;
  }
}
.main-navbar > div > * {
  display: inline-block;
  vertical-align: top;
}
.main-navbar > div ul.actions {
  position: absolute;
  top: -300px;
  right: 0;
  list-style: none;
  margin: 0;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  background-color: #fff;
  padding-top: 8px;
}
.main-navbar > div ul.actions li {
  position: relative;
}
.main-navbar > div ul.actions li a {
  display: block;
  line-height: 26px;
  padding: 0 14px 0 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  text-decoration: none;
  text-align: left;
}
.main-navbar > div ul.actions li a i {
  font-size: 20px;
  color: #009edf;
  margin-right: 11px;
}
.main-navbar > div ul.actions li a i:before {
  margin: 0;
}
.main-navbar > div ul.actions li a span {
  color: #666666;
  font-size: 0.86em;
  text-transform: uppercase;
}
.main-navbar > div ul.actions li ul {
  position: absolute;
  top: -999em;
  right: 100%;
  background-color: #fff;
  max-height: 321px;
  list-style: none;
  overflow: auto;
  max-width: 321px;
}
.main-navbar > div ul.actions li ul li {
  line-height: 23px;
}
.main-navbar > div ul.actions li ul li a {
  display: block;
}
.main-navbar > div ul.actions li:hover ul {
  top: 0;
}
.main-navbar > div > a {
  position: relative;
  text-align: left;
  padding: 0 0;
  color: #fff;
  z-index: 1;
  margin-left: 14px;
  float: left;
}
@media (min-width: 414px) {
  .main-navbar > div > a {
    margin-left: 8px;
  }
}
@media (min-width: 414px) {
  .main-navbar > div > a {
    margin-left: 0;
  }
}
.main-navbar > div > a:hover, .main-navbar > div > a:focus, .main-navbar > div > a:active {
  text-decoration: none;
}
.main-navbar > div > a > * {
  display: inline-block;
  vertical-align: middle;
}
.main-navbar > div > a em {
  display: none;
}
@media (min-width: 560px) {
  .main-navbar > div > a em {
    display: inline-block;
    height: 60px;
  }
}
.main-navbar > div > a em img {
  height: 30px;
  width: auto;
  margin-top: 15px;
}
@media (min-width: 321px) {
  .main-navbar > div > a em img {
    height: 32px;
    margin-top: 14px;
  }
}
@media (min-width: 360px) {
  .main-navbar > div > a em img {
    height: 40px;
    margin-top: 10px;
  }
}
@media (min-width: 560px) {
  .main-navbar > div > a em img {
    height: 50px;
    margin-top: 5px;
  }
}
.main-navbar > div > a span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  line-height: 60px;
  font-size: 20px;
}
@media (max-width: 1279px) {
  .main-navbar > div > a span {
    font-size: 15px;
  }
}
@media (max-width: 1079px) {
  .main-navbar > div > a span {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .main-navbar > div > a span {
    font-size: 16px;
  }
}
.main-navbar > div > a.user-btn {
  float: right;
  height: 60px;
  width: 48px;
  text-align: center;
  margin-left: 0;
}
@media (max-width: 359px) {
  .main-navbar > div > a.user-btn {
    border-right: none;
  }
}
@media (min-width: 414px) {
  .main-navbar > div > a.user-btn {
    width: 60px;
  }
}
.main-navbar > div > a.user-btn:hover, .main-navbar > div > a.user-btn:active, .main-navbar > div > a.user-btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-navbar > div > a.user-btn i {
  height: 60px;
  font-size: 26px;
}
.main-navbar > div > a.user-btn i:before {
  line-height: 60px;
}
.main-navbar > div > a.user-btn span {
  display: none;
}
.main-navbar > div button {
  height: 60px;
  width: 48px;
  border-top: none;
  border-bottom: none;
  cursor: pointer;
  background: transparent;
  outline-style: none;
  z-index: 2;
}
@media (min-width: 414px) {
  .main-navbar > div button {
    width: 60px;
  }
}
.main-navbar > div button:hover, .main-navbar > div button:active, .main-navbar > div button:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-navbar > div button div {
  background-color: white;
}
.main-navbar > div .main-button {
  float: right;
  border: none;
}
@media (min-width: 1080px) {
  .main-navbar > div .main-button {
    display: none;
  }
}
.main-navbar > div .main-button div {
  width: 60%;
  margin: 0 auto;
  margin-top: 5px;
  height: 5px;
  border-radius: 5px;
}
.main-navbar > div .main-button div:first-child {
  margin-top: 0;
}

.menu {
  z-index: 10;
  width: 320px;
  height: 100%;
  top: 0;
  padding-top: 60px;
  position: fixed;
  background-color: white;
  transition: left 0.15s ease-in-out, right 0.15s ease-in-out;
}
.menu > ul > li > a {
  font-weight: 400;
}
.menu > ul > li > a i {
  background-color: #7f7f7f;
  width: 29px;
  height: 29px;
  line-height: 29px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  float: left;
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: -14.5px;
}
.menu > ul > li > a i:before {
  margin: 0;
  line-height: 29px;
}
.menu ul {
  width: 100%;
  list-style: none;
}
.menu ul li {
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}
.menu ul li a {
  text-decoration: none;
  color: #333333;
  padding: 0 14px;
  font-size: 1.25em;
  display: block;
  line-height: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu ul li a:hover, .menu ul li a:active, .menu ul li a:focus {
  background-color: white;
}
.menu ul li a.active {
  font-weight: 600;
  color: #009edf;
}
.menu ul li ul {
  border-top: 1px solid #f4f4f4;
  background-color: #fafafa;
  display: none;
}
.menu ul li ul li:last-child {
  border-bottom: none;
}
.menu ul li ul li a {
  line-height: 45px;
  height: 45px;
  position: relative;
  font-weight: 400;
}
.menu ul li ul li a:hover, .menu ul li ul li a:active, .menu ul li ul li a:focus {
  background-color: white;
}
.menu ul li ul li a i {
  color: #d6d6d6;
  float: left;
  display: block;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.menu ul li ul li a i:before {
  line-height: 45px;
  height: 45px;
  margin-right: 0;
  margin-left: 17px;
}
.menu ul li ul li ul {
  background-color: white;
}
.menu ul li ul li ul li a {
  font-weight: 400;
  font-size: 1em;
  text-align: left;
  padding: 0 11px;
}
.menu ul li ul li ul li a img {
  width: 40px;
  height: auto;
  margin-right: 4px;
}
.menu ul li.on > ul {
  display: block;
}

.main-menu {
  right: -320px;
  overflow: auto;
}

@media (max-width: 1079px) {
  body.menu-main-on, body.menu-options-on {
    overflow: hidden;
  }
}
@media (max-width: 1079px) {
  body.menu-main-on .overlay-menu, body.menu-options-on .overlay-menu {
    display: block;
    opacity: 0.7;
  }
}
body.menu-main-on .main-button div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
body.menu-main-on .main-button div:nth-child(2) {
  opacity: 0;
}
body.menu-main-on .main-button div:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media (max-width: 1079px) {
  body.menu-main-on .main-menu {
    right: 0;
    box-shadow: 10px 10px 0px #efefef;
  }
}

.overlay-menu {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
}

html:not(.no-js) body.hover-desktop-nav .overlay-menu,
html:not(.no-js) body.user-menu-on .overlay-menu {
  display: block;
  background-color: rgba(102, 102, 102, 0.7);
}

#user-menu {
  display: none;
}

body.user-menu-on {
  overflow: hidden;
}
body.user-menu-on #user-menu {
  display: block;
}
body.user-menu-on #user-menu > header .icon-launch:before {
  content: "";
}
body.user-menu-on .main-navbar > div > a.user-btn {
  background-color: rgba(0, 0, 0, 0.1);
}

.desktop-nav {
  float: right;
  display: none !important;
}
@media (min-width: 1080px) {
  .desktop-nav {
    display: block !important;
  }
}
.desktop-nav > ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
.desktop-nav > ul > li {
  display: block;
  float: left;
  font-weight: 600;
  font-size: 0.86em;
  position: relative;
}
@media (min-width: 768px) {
  .desktop-nav > ul > li {
    font-size: 0.9em;
  }
}
.desktop-nav > ul > li:hover > ul {
  display: block;
}
.desktop-nav > ul > li > a {
  display: block;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  line-height: 60px;
  height: 60px;
}
@media (max-width: 1279px) {
  .desktop-nav > ul > li > a {
    padding: 0 6px;
  }
}
@media (max-width: 1079px) {
  .desktop-nav > ul > li > a {
    padding: 0 10px;
  }
}
.desktop-nav > ul > li > a:hover, .desktop-nav > ul > li > a:active, .desktop-nav > ul > li > a:focus {
  color: white;
}
.desktop-nav > ul > li > a.active {
  color: white;
}
.desktop-nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 280px;
  margin-left: -140px;
  list-style: none;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  display: none;
}
.desktop-nav > ul > li > ul a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fff;
  border-bottom: #f4f4f4 1px solid;
  color: #666666;
  font-weight: 600;
  text-decoration: none;
  line-height: 40px;
  padding: 0 14px;
}
.desktop-nav > ul > li > ul a:hover, .desktop-nav > ul > li > ul a:active {
  background-color: #efefef;
}
.desktop-nav > ul > li > ul > li {
  position: relative;
}
.desktop-nav > ul > li > ul > li:hover > a {
  background-color: #efefef;
}
.desktop-nav > ul > li > ul > li:hover > ul {
  display: block;
}
.desktop-nav > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 336px;
  list-style: none;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  display: none;
  border-left: #f4f4f4 1px solid;
}
.desktop-nav > ul > li > ul > li > ul a {
  font-weight: 400;
  font-size: 0.86em;
  text-align: left;
  padding: 8px;
}
.desktop-nav > ul > li > ul > li > ul a img {
  height: 45px;
  width: auto;
  margin-right: 5px;
}
.desktop-nav > ul > li > ul > li > ul a:hover, .desktop-nav > ul > li > ul > li > ul a:active {
  background: #fff;
  font-weight: 600;
}
.desktop-nav > ul > li.search > a {
  padding: 0 8px 0 11px;
}
.desktop-nav > ul > li.search > a span {
  display: none;
}
.desktop-nav > ul > li.search > a i {
  line-height: 60px;
  display: block;
  font-size: 28px;
}
.desktop-nav > ul > li.search > a i:before {
  line-height: 60px;
}

nav.breadcrumbs {
  width: 100%;
  height: 29px;
  overflow: hidden;
  margin: 20px 0 0;
}
nav.breadcrumbs ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
nav.breadcrumbs ul > li {
  display: inline-block;
  height: 29px;
  line-height: 29px;
}
nav.breadcrumbs ul > li > *:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
nav.breadcrumbs ul > li > a {
  color: #333333;
  text-decoration: none;
}
nav.breadcrumbs ul > li > a:hover, nav.breadcrumbs ul > li > a:active {
  color: #009edf;
}
nav.breadcrumbs ul > li > span {
  color: #7f7f7f;
}
nav.breadcrumbs ul > li:last-child > *:after {
  display: none;
}

#folder .breadcrumbs {
  margin-top: 0;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin-right: 0;
  height: auto;
  padding-right: 100px;
}
#folder .breadcrumbs > ul {
  text-align: left;
  margin: 14px 0;
}
#folder .breadcrumbs > ul > li {
  line-height: 1.7;
  height: auto;
}
#folder .breadcrumbs > ul > li > a {
  color: #94bf3c;
}
#folder .breadcrumbs > ul > li > span {
  color: #333333;
}

.ajax-content nav.breadcrumbs {
  display: none;
  margin: 0;
  height: auto;
}

#form.search-form {
  text-align: center;
  padding: 14px 0;
  background-color: #f9f9f9;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  transition: margin-top 0.25s ease-out;
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  position: relative;
  z-index: 2;
  display: block;
}
#form.search-form .container {
  width: 100%;
  max-width: 600px;
  display: inline-block;
}
@media (max-width: 767px) {
  #form.search-form .container {
    width: 70%;
  }
}
#form.search-form .container:after {
  content: " ";
  display: block;
  clear: both;
}
#form.search-form .container button {
  padding: 14px 29px;
  color: #666666;
  border-radius: 8px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: transparent 0 solid;
  outline-style: none;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
  background-color: #009edf;
  border-color: #009edf;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
  display: inline-block;
  padding: 0;
  height: 42px;
  line-height: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
  float: left;
}
#form.search-form .container button:hover, #form.search-form .container button:active, #form.search-form .container button:focus {
  background-color: #008cc6;
  background: #008cc6 linear-gradient(180deg, #269dcf, #008cc6) repeat-x;
}
#form.search-form .container button:focus, #form.search-form .container button.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
#form.search-form .container button.disabled, #form.search-form .container button:disabled {
  background-color: #009edf;
  border-color: #009edf;
}
#form.search-form .container button:not([disabled]):not(.disabled):active, #form.search-form .container button:not([disabled]):not(.disabled).active, .show > #form.search-form .container button.dropdown-toggle {
  color: #fff;
  background-color: #007aac;
  background-image: none;
  border-color: #00719f;
}
#form.search-form .container button:not([disabled]):not(.disabled):active:focus, #form.search-form .container button:not([disabled]):not(.disabled).active:focus, .show > #form.search-form .container button.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 158, 223, 0.5);
}
#form.search-form .container button span {
  display: none;
}
#form.search-form .container button i:before {
  height: 42px;
  line-height: 42px;
}
#form.search-form > aside {
  width: auto;
  background: transparent;
  margin-left: 10px;
  float: right;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -21px;
  box-shadow: none;
}
@media (max-width: 1079px) {
  #form.search-form > aside {
    position: relative;
    display: inline-block;
    margin-top: 0;
    right: auto;
    top: auto;
  }
}
@media (max-width: 767px) {
  #form.search-form > aside {
    width: 22%;
  }
}
#form.search-form > aside > * {
  display: inline-block;
}
#form.search-form > aside label {
  margin: 0 5px 0 0;
}
@media (max-width: 1079px) {
  #form.search-form > aside label {
    display: none;
  }
}
#form.search-form > aside .btn {
  display: inline-block;
  padding: 0;
  width: 42px;
  height: 42px;
}
#form.search-form > aside .btn i {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
}
#form.search-form > aside .btn i:before {
  display: block;
  height: 42px;
  line-height: 42px;
  margin: 0 auto;
}
#form.search-form > aside .btn span {
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 0.86em;
  display: none;
}
#form.search-form #search-input {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  float: left;
}
#form.search-form #search-input .form-control {
  width: 100%;
  height: 42px;
  line-height: 42px;
}
#form.search-form #select-formats {
  text-align: left;
  width: 25%;
  float: left;
}
#form.search-form #select-formats .form-control {
  padding-right: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#form.search-form #select-formats > label {
  display: none;
}
#form.search-form .form-group {
  margin-top: 0;
}
#form.search-form .form-group.control-levels .form-control {
  line-height: 42px;
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}
#form.search-form .form-group.control-levels.drop .options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  min-width: 160px;
}
#form.search-form select {
  display: none;
}
#form.search-form.search-library #search-input {
  width: 65%;
}
#form.search-form.search-library #search-input .form-control {
  border-right: none;
}

html.no-js #form.search-form > *:not(.spinner) {
  visibility: visible;
  position: static;
}

body.page-search #wrapper > section {
  width: 98%;
  margin: 0 auto;
  max-width: 768px !important;
  margin-bottom: 26px;
  padding: 0 0;
  padding-bottom: 390px;
}
@media (min-width: 414px) {
  body.page-search #wrapper > section {
    width: 94%;
  }
}
@media (min-width: 1080px) {
  body.page-search #wrapper > section {
    width: 89%;
  }
}
@media (min-width: 1366px) {
  body.page-search #wrapper > section {
    max-width: 1366px;
  }
}
@media (min-width: 768px) {
  body.page-search #wrapper > section {
    padding-bottom: 210px;
  }
}
@media (min-width: 1080px) {
  body.page-search #wrapper > section {
    padding-bottom: 124px;
  }
}
@media (min-width: 1280px) {
  body.page-search #wrapper > section {
    padding-bottom: 140px;
  }
}
body.page-search #wrapper > section h1 {
  margin-top: 23px;
  text-align: center;
}
body.page-search #wrapper > section .posts-listing {
  padding: 26px 0 0 0;
}
body.page-search .desktop-nav > ul > li.search {
  display: none;
}

.posts-listing {
  list-style: none;
  margin: 0;
}
.posts-listing li {
  padding-bottom: 11px;
  margin-bottom: 11px;
  position: relative;
  border-bottom: #efefef 1px solid;
}
.posts-listing li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.posts-listing li > a {
  display: block;
  text-decoration: none;
  color: #7f7f7f;
  overflow: hidden;
}
.posts-listing li > a .img {
  background-color: #f4f4f4;
  width: 110px;
  height: 80px;
  float: left;
  display: block;
  margin-left: 0;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.posts-listing li > a > div {
  padding: 0 14px;
  padding-left: 124px;
}
.posts-listing li > a > div > strong, .posts-listing li > a > div > em {
  display: block;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.posts-listing li > a > div > em {
  opacity: 0.7;
}
.posts-listing li > a > div > p {
  line-height: 23px;
  max-height: 46px;
  overflow: hidden;
}
.posts-listing li > a > div > strong {
  color: #333333;
  font-weight: 600;
}
.posts-listing li > a.inactive {
  background-color: white;
  opacity: 0.4;
  text-shadow: 1px 1px 0px #fff;
}
.posts-listing li > a.inactive .img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.posts-listing li > a.inactive:hover > div > strong, .posts-listing li > a.inactive:active > div > strong {
  color: #666666;
}

.row {
  margin-top: 36px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 768px) {
  .row > .col {
    width: 50%;
    padding: 0 20px;
  }
}
.row > .col > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .row > .col.col-2 {
    width: 16.664%;
  }
}
@media (min-width: 768px) {
  .row > .col.col-3 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .row > .col.col-4 {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .row > .col.col-8 {
    width: 66.66%;
  }
}
@media (min-width: 768px) {
  .row > .col.col-9 {
    width: 75%;
  }
}
.row > .col.col-nopadd-l {
  padding-left: 0;
}
@media (min-width: 768px) {
  .row.align-bottom {
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .row.align-middle {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .row.row-narrow {
    margin-left: -11px;
    margin-right: -11px;
  }
}
@media (min-width: 768px) {
  .row.row-narrow > .col {
    padding: 0 11px;
  }
}

* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #fff;
}
html.is-iframe {
  height: auto;
}
html.is-iframe body {
  height: auto;
  overflow: hidden;
}
html.is-iframe body .main-navbar,
html.is-iframe body .top-spacer,
html.is-iframe body #form .permalink,
html.is-iframe body #wrapper > header,
html.is-iframe body #wrapper > .push {
  display: none;
}
html.is-iframe body #wrapper {
  margin-bottom: 0;
  min-height: 0;
}
html.is-iframe body #form {
  width: 100% !important;
  max-width: 100% !important;
  padding: 17px;
}
html.is-iframe body #form > footer {
  padding-top: 17px;
  padding-bottom: 0;
}
html.is-iframe body #form > main > div {
  padding: 0;
  padding-right: 17px;
}
@media (max-width: 1079px) {
  html.is-iframe body #form > main > div {
    padding-right: 0;
  }
}
html.is-iframe body #form.request > main, html.is-iframe body #form.upload > main, html.is-iframe body #form.settings > main, html.is-iframe body #form.add-folder > main {
  max-width: 100%;
  width: 100%;
}
html.is-iframe body #form.request > main > div, html.is-iframe body #form.upload > main > div, html.is-iframe body #form.settings > main > div, html.is-iframe body #form.add-folder > main > div {
  padding-right: 0;
}
html.is-iframe body.loading .overlay-menu {
  opacity: 1;
}
html.is-iframe body.kind-library {
  overflow: auto;
}
html.is-iframe #alert {
  position: relative;
}

body {
  overflow: auto;
  margin: 0 auto;
  padding-top: 0;
}
body.debug .main-navbar,
body.debug ul.actions {
  opacity: 0.2;
}
body.debug pre {
  display: block;
}

.sr-only {
  display: none;
}

#cnc-select-csv {
  color: #009edf;
  display: block;
  padding: 10px 0;
}

body.page-map #wrapper > header {
  display: none;
}

#form.map {
  max-width: 100% !important;
  width: 100% !important;
}
#form.map > main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 17px;
}
@media (max-width: 767px) {
  #form.map > main {
    padding: 0 0;
  }
}
#form.map > main > div {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#form.map > main > div > a {
  width: 30%;
  text-align: center;
  margin: 0;
  height: 29px;
  min-height: 29px;
  line-height: 29px;
}
@media (max-width: 1079px) {
  #form.map > main > div > a {
    width: 100%;
    margin-bottom: 17px;
  }
}
#form.map > main > div > .filters {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 17px;
}
@media (max-width: 1079px) {
  #form.map > main > div > .filters {
    width: 100%;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  #form.map > main > div > .filters {
    display: block;
  }
}
#form.map > main > div > .filters > label {
  width: 16%;
  height: 29px;
  min-height: 29px;
  line-height: 29px;
}
@media (max-width: 1079px) {
  #form.map > main > div > .filters > label {
    width: 100%;
  }
}
#form.map > main > div > .filters > .form-control {
  width: 26%;
  height: 29px;
  min-height: 29px;
  line-height: 29px;
  margin-left: 2%;
}
@media (max-width: 1079px) {
  #form.map > main > div > .filters > .form-control {
    width: 31%;
  }
}
@media (max-width: 767px) {
  #form.map > main > div > .filters > .form-control {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
#form.map > main > div > .set-main {
  width: 30%;
  padding: 0 17px;
}
@media (max-width: 1079px) {
  #form.map > main > div > .set-main {
    width: 100%;
    order: 3;
    margin-top: 29px;
    padding-top: 29px;
    border-top: #efefef 2px solid;
  }
}
#form.map > main > div > .set-main .key-ttl label {
  display: none;
}
#form.map > main > div > #elements-configuration {
  width: 70%;
  padding: 0 17px;
}
@media (max-width: 1079px) {
  #form.map > main > div > #elements-configuration {
    width: 100%;
  }
}
#form.map td, #form.map th {
  padding: 11px;
}
#form.map th[id] {
  color: #009edf;
  cursor: pointer;
  text-decoration: underline;
}
#form.map th[id]:hover {
  color: #007aac;
}
#form.map td {
  font-size: 0.86em;
  position: relative;
}
#form.map td:nth-child(3) {
  padding-right: 30px;
}
#form.map td svg {
  width: 20px;
  height: 20px;
}
#form.map td img {
  width: 100px;
  height: auto;
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
}
#form.map td .layer-name {
  color: #009edf;
  text-decoration: underline;
  cursor: pointer;
}
#form.map td .search-criteria {
  display: none;
}
#form.map td .txt {
  line-height: 17px;
  height: 17px;
  overflow: hidden;
  cursor: default;
}
#form.map td .txt + .txt {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  background-color: #e9f9ff;
  height: auto;
  z-index: 9;
  width: 100%;
  padding: 11px;
}
#form.map td .btn-sm {
  padding: 6px 10px;
  width: 70px;
  display: block;
  text-align: center;
  cursor: pointer;
}
#form.map td .btn-sm.btn-white {
  position: absolute;
  top: 0;
  right: 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  top: 10px;
}
#form.map td .btn-sm.btn-white i {
  line-height: 20px;
  display: block;
}
#form.map td .btn-sm.btn-white i:before {
  display: block;
  line-height: 20px;
}
#form.map tr {
  display: none;
}
#form.map tr.active {
  display: table-row;
}
#form.map tr.selected {
  background-color: #fff7dd;
}
#form.map tr.selected:hover {
  background-color: #ffefbf;
}
#form.map tr.selected td .txt + .txt {
  background-color: #ffefbf;
}
#form.map tr.selected td:hover .txt + .txt {
  background-color: #ffefbf;
}
#form.map tr:hover {
  background-color: #e9f9ff;
}
#form.map tr:hover .txt + .txt {
  display: block;
}
#form.map th {
  color: #333333;
  background-color: #cecece;
  font-size: 0.86em;
}
#form.map #elements-configuration {
  padding: 0 0;
}
#form.map #elements-configuration .table-container {
  max-height: 400px;
  overflow: auto;
  margin-bottom: 23px;
}
@media (max-width: 1079px) {
  #form.map #elements-configuration .table-container {
    max-height: none !important;
  }
}
#form.map #elements-configuration h1 {
  margin: 40px 0 20px;
  color: #333333;
  text-align: center;
  display: none;
}
#form.map #elements-configuration > .tools {
  margin-bottom: 0;
}
#form.map #elements-configuration > .tools:last-child {
  margin-bottom: 0;
}
#form.map #elements-configuration .table {
  margin-bottom: 0;
}
#form.map.creating-layer #elements-configuration .table-container {
  overflow: hidden;
}
#form.map.creating-layer > footer {
  display: none;
}

#main-map > .container > header {
  text-align: left;
  padding: 0;
  padding-left: 135px;
  padding-right: 160px;
  position: relative;
  min-height: 83px;
  overflow: hidden;
  margin-bottom: 23px;
}
#main-map > .container > header .profile-title {
  text-align: left;
  margin-bottom: 0;
  width: 80px;
  float: left;
  position: absolute;
  top: 23px;
  left: 23px;
}
#main-map > .container > header .profile-title .img {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  margin-left: 29px;
  position: relative;
  width: 60px;
  height: 60px;
}
#main-map > .container > header .profile-title .img:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  position: absolute;
  left: -36px;
  font-size: 22px;
  top: 50%;
  margin-top: -14px;
}
#main-map > .container > header .profile-title .h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  vertical-align: middle;
  display: none;
}
#main-map > .container > header .actions {
  position: absolute;
  top: 23px;
  right: 23px;
}
#main-map > .container > header #share-buttons {
  display: inline-block;
  vertical-align: top;
}
#main-map > .container > header #share-buttons label {
  display: none;
}
#main-map > .container > header .btn {
  vertical-align: top;
  padding: 8px 10px;
}
#main-map > .container > header .btn i {
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  display: block;
}
#main-map > .container > header h1 {
  margin-bottom: 11px;
  color: #333333;
  font-size: 1.5em;
  max-width: 960px;
  margin-top: 23px;
}
#main-map > .container > header p {
  margin-bottom: 0;
  max-width: 960px;
}
#main-map #city-map {
  height: 440px;
}
#main-map #map {
  height: 100%;
  background-color: #efefef;
}
#main-map.hide_sidebar_1 #city-map {
  width: 100%;
  float: none;
}

#toggle-elements {
  display: none !important;
}
@media (max-width: 1079px) {
  #toggle-elements {
    display: block !important;
  }
}

@media (max-width: 1079px) {
  body.elements-on #elements {
    right: 0;
  }
}
@media (max-width: 1079px) {
  body.elements-on #city-map {
    padding-right: 260px;
  }
}
@media (max-width: 1079px) {
  body.elements-on #city-map #buttons {
    right: 268px;
  }
}
@media (max-width: 1079px) {
  body.elements-on #city-map #layers {
    left: -500px;
  }
}
@media (max-width: 1079px) {
  body.elements-on #search-places {
    display: none;
  }
}

#elements {
  width: 100px;
  float: left;
  overflow: hidden;
}
@media (max-width: 1079px) {
  #elements {
    position: absolute;
    top: 0;
    right: -260px;
    min-width: 260px;
    transition: right 0.25s ease-out;
  }
}
#elements table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100px;
  min-width: 260px;
}
#elements table td, #elements table th {
  padding: 5px;
}
#elements table td:nth-child(1), #elements table th:nth-child(1) {
  min-width: 40px;
}
#elements table td:nth-child(2), #elements table th:nth-child(2) {
  min-width: 50px;
}
#elements table thead tr {
  display: block;
  position: relative;
}
#elements table thead th {
  font-size: 0.86em;
  color: #009edf;
  text-decoration: underline;
  cursor: pointer;
}
#elements table tbody {
  overflow: auto;
  display: block;
  width: 100px;
  min-width: 260px;
}
#elements table tbody td {
  font-size: 0.86em;
}
#elements table tbody tr {
  cursor: pointer;
}
#elements table tbody tr.hidden {
  display: none;
}
#elements table tbody tr:hover {
  background-color: #f4f4f4;
}
#elements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#elements ul li {
  padding: 5px;
  position: relative;
  padding-left: 20px;
  border-bottom: #f4f4f4 1px solid;
}
#elements ul li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

html.no-js #layers {
  display: none;
}
html.no-js #elements {
  visibility: hidden;
}

#city-map {
  position: relative;
  width: 75%;
  float: left;
}
@media (max-width: 1079px) {
  #city-map {
    width: 100%;
    transition: padding 0.25s ease-out;
  }
}
#city-map #toggle-search {
  display: none !important;
}
@media (max-width: 767px) {
  #city-map #toggle-search {
    display: block !important;
  }
}
#city-map #buttons {
  position: absolute;
  top: 10px;
  right: 54px;
  z-index: 9;
}
@media (max-width: 1079px) {
  #city-map #buttons {
    transition: right 0.25s ease-out;
    top: 60px;
    right: 8px;
    width: 48px;
  }
}
#city-map #buttons .btn {
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
@media (max-width: 1079px) {
  #city-map #buttons .btn {
    margin-bottom: 5px;
  }
}
#city-map #buttons .btn i {
  line-height: 40px;
  height: 40px;
  display: block;
}
#city-map #buttons .btn i:before {
  line-height: 40px;
  height: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 23px;
}
#city-map #layers {
  position: absolute;
  top: 60px;
  left: 10px;
  z-index: 99;
  height: calc(100% - 85px);
}
@media (max-width: 1079px) {
  #city-map #layers {
    transition: left 0.25s ease-out;
  }
}
#city-map #layers > div {
  background-color: #fff;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  padding: 10px;
  padding-left: 0;
}
#city-map #layers > div ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
#city-map #layers > div li {
  font-size: 1em;
}
#city-map #layers > div label {
  padding: 3px 4px;
  padding-right: 12px;
}
#city-map #layers > div label span {
  color: #999999;
}
#city-map #layers > div label input {
  margin-right: 5px;
}
#city-map #layers > div label input:checked + span {
  color: #191919;
}
#city-map #layers > div label input:checked + span i {
  opacity: 1;
}
#city-map #layers > div label input + span i {
  opacity: 0.5;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 3px;
  vertical-align: middle;
}
#city-map .gm-style-iw-d > div {
  overflow-x: hidden;
  position: relative;
}
#city-map .gm-style-iw-d > div .loadr {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
#city-map .gm-style-iw-d > div hr {
  border: none;
  clear: both;
}
#city-map .gm-style-iw-d > div .btn {
  text-align: center;
  display: block;
  width: 100%;
  height: 25px;
  padding: 0 5px;
  margin-top: 5px;
}
#city-map .gm-style-iw-d > div .btn span {
  font-size: 12px;
}
#city-map .gm-style-iw-d > div .btn span, #city-map .gm-style-iw-d > div .btn i {
  line-height: 25px;
}
#city-map .gm-style-iw-d > div .btn.btn-blue {
  height: 35px;
}
#city-map .gm-style-iw-d > div .btn.btn-blue span, #city-map .gm-style-iw-d > div .btn.btn-blue i {
  line-height: 35px;
}
#city-map .gm-style-iw-d > div .btn.btn-blue span {
  font-size: 1em;
}
#city-map .gm-style-iw-d > div div.carousel {
  margin-top: 10px !important;
  background-color: #f4f4f4;
  position: relative;
}
#city-map .gm-style-iw-d > div div.carousel .carousel-item a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#city-map .gm-style-iw-d > div div.carousel .carousel-item a:before {
  content: " ";
  display: block;
  padding-top: 66%;
}
#city-map .gm-style-iw-d > div div.carousel .carousel-item a img {
  width: 100%;
  height: auto;
  display: none;
}
#city-map .gm-style-iw-d > div div.carousel button {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  width: 30px;
  height: 30px;
  border: none;
}
#city-map .gm-style-iw-d > div div.carousel button i {
  font-size: 18px;
}
#city-map .gm-style-iw-d > div div.carousel button.btn-next {
  right: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
#city-map .gm-style-iw-d > div div.carousel button.btn-prev {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  left: 0;
}
#city-map .gm-style-iw-d > div .identifier {
  display: block;
  height: 1px;
  width: 400px;
}

#form-layer-add.loading > div > * {
  display: none;
}
#form-layer-add.loading > div > .spinner {
  display: block;
  position: relative;
  padding: 0;
  top: 0;
  margin-bottom: 30px;
}
#form-layer-add.loading > div > .spinner:before {
  position: static;
  display: block;
  margin: 0 auto;
}
#form-layer-add.loading > div > strong {
  display: block;
}

body.creating-layer {
  overflow: hidden;
}

#form-layer-add {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.7);
  z-index: 99;
  overflow: auto;
}
#form-layer-add > div {
  padding-top: 23px;
  max-width: 500px;
  background-color: #f4f4f4;
  padding: 23px;
  padding-bottom: 8px;
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
}
#form-layer-add > div > strong {
  display: block;
  font-size: 1.3em;
  color: #191919;
  text-align: center;
}
#form-layer-add > div > * {
  display: block;
  margin-bottom: 23px;
}
#form-layer-add > div input.invalid {
  border-color: #f7515f;
}
#form-layer-add > div .picker {
  overflow: hidden;
}
#form-layer-add > div .picker button {
  width: 23px;
  height: 23px;
  margin: 2px;
  display: block;
  float: left;
  border: #f4f4f4 4px solid;
}
#form-layer-add > div .picker button.selected {
  border-color: #b5b5b5;
}
#form-layer-add > div #layer_color {
  display: none;
}
#form-layer-add > div footer {
  display: block;
  clear: both;
}

#modal-edit-element > div {
  max-width: 620px;
}
#modal-edit-element .content h2 {
  padding: 23px;
  padding-bottom: 0;
}
#modal-edit-element .content .form {
  padding: 23px;
}
#modal-edit-element .content .form .form-group:not(.control-file) {
  display: block;
}
#modal-edit-element .content .form .form-group:not(.control-file) label {
  font-weight: bold;
  text-align: left;
  display: block;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea, #modal-edit-element .content .form .form-group:not(.control-file) input {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecece;
  max-width: 100%;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea::-ms-expand, #modal-edit-element .content .form .form-group:not(.control-file) input::-ms-expand {
  background-color: transparent;
  border: 0;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea:focus, #modal-edit-element .content .form .form-group:not(.control-file) input:focus {
  background-color: #fff;
  border-color: #009edf;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea::placeholder, #modal-edit-element .content .form .form-group:not(.control-file) input::placeholder {
  color: #666666;
  opacity: 1;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea::-webkit-input-placeholder, #modal-edit-element .content .form .form-group:not(.control-file) input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea::-moz-placeholder, #modal-edit-element .content .form .form-group:not(.control-file) input::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea:-ms-input-placeholder, #modal-edit-element .content .form .form-group:not(.control-file) input:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea:-moz-placeholder, #modal-edit-element .content .form .form-group:not(.control-file) input:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea:disabled, #modal-edit-element .content .form .form-group:not(.control-file) textarea[readonly], #modal-edit-element .content .form .form-group:not(.control-file) input:disabled, #modal-edit-element .content .form .form-group:not(.control-file) input[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
#modal-edit-element .content .form .form-group:not(.control-file) textarea {
  max-height: 200px;
}
#modal-edit-element .content .form footer {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#modal-edit-element .content .form footer .btn {
  display: block;
  width: 100%;
}
#modal-edit-element.loading > div {
  min-height: 120px;
}
#modal-edit-element.loading .content {
  display: none;
}
#modal-edit-element.loading .spinner {
  position: relative;
  padding: 0;
  top: 30px;
}
#modal-edit-element.loading .spinner:before {
  position: static;
  display: block;
  margin: 0 auto;
}

#measure-note {
  position: absolute;
  top: 55px;
  right: 10px;
  padding: 7px;
  z-index: 9;
  font-size: 1em;
  background-color: #000;
  color: #fff;
  display: none;
}

body.measure-on .icon-ruler:before {
  content: "";
}
body.measure-on #toggle-measure {
  color: #fff;
  background-color: #f7515f;
  border-color: #f7515f;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #f7515f linear-gradient(180deg, #f86b77, #f7515f) repeat-x;
}
body.measure-on #toggle-measure:hover, body.measure-on #toggle-measure:active, body.measure-on #toggle-measure:focus {
  background-color: #f63949;
  background: #f63949 linear-gradient(180deg, #f75764, #f63949) repeat-x;
}
body.measure-on #toggle-measure:focus, body.measure-on #toggle-measure.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(247, 81, 95, 0.5);
}
body.measure-on #toggle-measure.disabled, body.measure-on #toggle-measure:disabled {
  background-color: #f7515f;
  border-color: #f7515f;
}
body.measure-on #toggle-measure:not([disabled]):not(.disabled):active, body.measure-on #toggle-measure:not([disabled]):not(.disabled).active, .show > body.measure-on #toggle-measure.dropdown-toggle {
  color: #fff;
  background-color: #f52032;
  background-image: none;
  border-color: #f41427;
}
body.measure-on #toggle-measure:not([disabled]):not(.disabled):active:focus, body.measure-on #toggle-measure:not([disabled]):not(.disabled).active:focus, .show > body.measure-on #toggle-measure.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(247, 81, 95, 0.5);
}
body.measure-on #measure-note {
  display: block;
}

@media (max-width: 1079px) {
  body.search-on #search-places {
    display: block;
  }
}

#search-places {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecece;
  max-width: 100%;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 40px;
  width: 320px;
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 10px;
  margin-left: -160px;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
}
#search-places::-ms-expand {
  background-color: transparent;
  border: 0;
}
#search-places:focus {
  background-color: #fff;
  border-color: #009edf;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
#search-places::placeholder {
  color: #666666;
  opacity: 1;
}
#search-places::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
#search-places::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
#search-places:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
#search-places:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
#search-places:disabled, #search-places[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
@media (max-width: 767px) {
  #search-places {
    width: 100%;
    margin-left: 0;
    left: auto;
    right: 60px;
    display: none;
    position: static;
  }
}

body.page-map-help h1 {
  text-align: center;
  padding: 26px 0;
  padding-top: 60px;
  color: #000;
}
body.page-map-help #form.search-form {
  display: none;
}
body.page-map-help .container {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}
body.page-map-help .container > ol {
  clear: both;
  list-style: none;
  padding: 0;
}
body.page-map-help .container > ol > li {
  padding: 0;
  display: block;
  position: relative;
  counter-increment: inst;
  padding-left: 80px;
  margin-bottom: 80px;
}
body.page-map-help .container > ol > li a {
  color: #009edf;
}
body.page-map-help .container > ol > li:before {
  content: counter(inst);
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  background-color: #009edf;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
body.page-map-help .container > ol > li > strong {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 1.5;
  padding-top: 8px;
}
body.page-map-help .container > ol > li > em {
  padding-bottom: 20px;
  line-height: 1.5;
  display: block;
}
body.page-map-help .container > ol > li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border: #efefef 2px solid;
  padding: 4px;
}
body.page-map-help .container > ol > li > ol {
  clear: both;
  list-style: none;
  padding: 0;
  padding-top: 20px;
}
body.page-map-help .container > ol > li > ol > li {
  padding: 0;
  display: block;
  position: relative;
  counter-increment: inst2;
  padding-left: 50px;
  margin-bottom: 50px;
}
body.page-map-help .container > ol > li > ol > li:before {
  content: counter(inst2);
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  text-align: center;
  background-color: #efefef;
  color: #191919;
  font-size: 16px;
  font-weight: bold;
}
body.page-map-help .container > ol > li > ol > li strong {
  display: block;
  padding-top: 10px;
  line-height: 1.5;
  padding-bottom: 20px;
}
body.page-map-help .container > ol > li > ol > li em {
  display: block;
  padding-bottom: 15px;
}
body.page-map-help .container > ol > li > ol > li:nth-child(1):before {
  content: "a";
}
body.page-map-help .container > ol > li > ol > li:nth-child(2):before {
  content: "b";
}
body.page-map-help .container > ol > li > ol > li:nth-child(3):before {
  content: "c";
}
body.page-map-help .alert {
  background-color: #ace7ff;
  background: #ace7ff linear-gradient(180deg, #b8ebff, #ace7ff) repeat-x;
  padding: 10px;
  height: auto;
}
body.page-map-help .alert i {
  font-size: 30px;
  color: #007aac;
}
body.page-map-help .alert p {
  font-size: 1rem;
  line-height: 1.5;
  color: #005679;
}

.if-brand a {
  text-decoration: none;
  color: #09548c;
}
.if-brand .if-title {
  font-family: "Bebas Neue", cursive;
  font-size: 60px;
  letter-spacing: 1px;
}
@media (max-width: 1079px) {
  .if-brand .if-title {
    font-size: 35px;
  }
}
.if-brand .if-title > * {
  display: block;
  line-height: 1;
}
.if-brand time {
  color: #fd7e14;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
}
@media (max-width: 1079px) {
  .if-brand time {
    font-size: 16px;
  }
}
@media (max-width: 1079px) {
  .if-brand time br {
    display: none;
  }
}

#if {
  padding-bottom: 40px;
  overflow: hidden;
  background-image: url("../images/if-bg.png");
  background-size: 106% 610px;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 1079px) {
  #if {
    background-size: 120% 370px;
    background-position: 50% top;
  }
}
#if .container {
  width: 98%;
  margin: 0 auto;
  max-width: 1140px !important;
}
@media (min-width: 414px) {
  #if .container {
    width: 94%;
  }
}
@media (min-width: 1080px) {
  #if .container {
    width: 89%;
  }
}
@media (min-width: 1366px) {
  #if .container {
    max-width: 1366px;
  }
}
#if .row > div {
  padding: 0 20px;
}
@media (max-width: 1079px) {
  #if .row > div:not(:first-child) {
    margin-top: 20px;
  }
}
#if .row > div.col-6 {
  width: 50%;
}
@media (max-width: 1079px) {
  #if .row > div.col-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#if .row > div.col-8 {
  width: 66.6464%;
}
@media (max-width: 1079px) {
  #if .row > div.col-8 {
    width: 100%;
  }
}
#if .row > div.col-4 {
  width: 33.3264%;
}
@media (max-width: 1079px) {
  #if .row > div.col-4 {
    width: 100%;
  }
}
#if .row.row-head {
  align-items: center;
}
#if .row.row-head #share-buttons {
  display: inline-block;
  float: right;
}
@media (max-width: 1079px) {
  #if .row.row-head #share-buttons {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
}
#if .row.row-head #share-buttons label {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#if .row.row-head #share-buttons .btn {
  vertical-align: middle;
}
#if .row.row-about {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 30px 0 60px;
  background-color: #d8edfb;
  background: #d8edfb linear-gradient(180deg, #def0fc, #d8edfb) repeat-x;
}
#if .row.row-about > div {
  width: 100%;
  padding: 0;
  max-width: 960px;
}
#if #if-agenda .timeline > section:not(:last-child) .if-article:last-child:after {
  display: none;
}

.hashtags {
  text-align: right;
  font-size: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1079px) {
  .hashtags {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.hashtags strong {
  display: block;
  margin-bottom: 5px;
}

form.fi-form {
  background-color: #ebf6fd;
  background: #ebf6fd linear-gradient(180deg, #eef7fd, #ebf6fd) repeat-x;
  border: #e8e8e8 0px solid;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 8px;
}
form.fi-form .fi-form-title {
  background: #aedaf7 linear-gradient(180deg, #bae0f8, #aedaf7) repeat-x;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 25px 10px 15px;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  color: #09548c;
}
@media (max-width: 1079px) {
  form.fi-form .fi-form-title {
    font-size: 22px;
  }
}
form.fi-form .if-form-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px 25px;
}
@media (max-width: 1279px) {
  form.fi-form .if-form-body {
    padding: 0 20px 20px;
  }
}
form.fi-form .if-form-body > small {
  font-size: 120%;
  display: block;
  line-height: 1.5;
  color: #7f7f7f;
}
@media (max-width: 767px) {
  form.fi-form .if-form-body > small {
    font-size: 90%;
  }
}
form.fi-form .if-form-body > b {
  display: block;
  font-size: 150%;
  color: #009edf;
  margin-bottom: 15px;
}
@media (max-width: 1279px) {
  form.fi-form .if-form-body > b {
    margin-bottom: 10px;
  }
}
form.fi-form .if-form-body .form-group {
  margin-top: 0;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1279px) {
  form.fi-form .if-form-body .form-group {
    margin-top: 20px;
  }
}
form.fi-form .if-form-body .form-group > * {
  height: 50px;
  line-height: 50px;
  font-size: 120%;
}
@media (max-width: 767px) {
  form.fi-form .if-form-body .form-group > * {
    height: 35px;
    line-height: 35px;
    font-size: 100%;
  }
}
form.fi-form .if-form-body .form-group label {
  width: 30%;
  margin: 0;
  text-align: right;
  padding-right: 15px;
}
@media (max-width: 767px) {
  form.fi-form .if-form-body .form-group label {
    width: 100%;
    text-align: left;
    font-size: 100%;
    height: auto !important;
    line-height: 1.2 !important;
    margin-bottom: 5px;
  }
}
form.fi-form .if-form-body .form-group .form-control {
  width: 70%;
  padding: 0 10px;
  border: #cecece 1px solid;
  border-radius: 8px;
}
@media (max-width: 767px) {
  form.fi-form .if-form-body .form-group .form-control {
    width: 100%;
  }
}
form.fi-form .if-form-body .form-group .form-control:focus {
  outline-color: #009edf;
}
form.fi-form .if-form-body .form-group .form-control::placeholder {
  color: #7f7f7f;
}
form.fi-form .if-form-body .form-group.form-check {
  position: relative;
  padding-left: 20px;
}
form.fi-form .if-form-body .form-group.form-check input {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 20px;
  height: 20px;
}
form.fi-form .if-form-body .form-group.form-check label {
  width: 100%;
  text-align: left;
  line-height: 1.5;
  height: auto;
}
form.fi-form .if-form-body .form-group.dependant {
  display: none;
}
form.fi-form .if-form-body .form-group.is-invalid .form-control {
  border-color: #f7515f;
  background-color: #feedee;
}
form.fi-form .if-form-body .form-group.compact label {
  display: none;
}
form.fi-form .if-form-body .form-group.compact .form-control {
  width: 100%;
}
form.fi-form .if-form-body .form-group.col-6 {
  width: 50%;
}
@media (max-width: 1079px) {
  form.fi-form .if-form-body .form-group.col-6 {
    width: 100%;
  }
}
form.fi-form .if-form-body .form-group.field-l .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1079px) {
  form.fi-form .if-form-body .form-group.field-l .form-control {
    border-radius: 8px;
  }
}
form.fi-form .if-form-body .form-group.field-r .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 1079px) {
  form.fi-form .if-form-body .form-group.field-r .form-control {
    border-radius: 8px;
  }
}
form.fi-form .if-form-body .sessions {
  padding: 15px 0 0 0;
  width: 100%;
}
form.fi-form .if-form-body .sessions > p {
  font-size: 120%;
  margin-bottom: 10px;
}
@media (max-width: 1079px) {
  form.fi-form .if-form-body .sessions > p {
    font-size: 100%;
  }
}
form.fi-form .if-form-body .sessions .form-group.form-check {
  margin-top: 5px;
  padding: 0;
}
form.fi-form .if-form-body .sessions .form-group.form-check input {
  z-index: -1;
}
form.fi-form .if-form-body .sessions .form-group.form-check input:checked + label > span {
  background-color: #009edf;
  border-color: #008cc6;
}
form.fi-form .if-form-body .sessions .form-group.form-check input:checked + label > span i {
  color: #fff;
  visibility: visible;
}
form.fi-form .if-form-body .sessions .form-group.form-check input:checked + label > b {
  color: #333333;
}
form.fi-form .if-form-body .sessions .form-group.form-check input:disabled + label {
  cursor: not-allowed;
  background-color: #f9f9f9;
}
form.fi-form .if-form-body .sessions .form-group.form-check input:disabled + label > b {
  color: #cecece;
}
form.fi-form .if-form-body .sessions .form-group.form-check label {
  background-color: #fff;
  border: #cecece 1px solid;
  padding: 15px 20px;
  border-radius: 10px;
  padding-left: 60px;
  cursor: pointer;
}
@media (max-width: 1079px) {
  form.fi-form .if-form-body .sessions .form-group.form-check label {
    padding: 16px 20px 16px 60px;
  }
}
form.fi-form .if-form-body .sessions .form-group.form-check label > span {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 18px;
  background-color: #f4f4f4;
  border: #efefef 2px solid;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
}
@media (max-width: 1079px) {
  form.fi-form .if-form-body .sessions .form-group.form-check label > span {
    margin-top: -20px;
  }
}
form.fi-form .if-form-body .sessions .form-group.form-check label > span i {
  display: block;
  line-height: 26px;
  width: 26px;
  height: 26px;
  visibility: hidden;
}
form.fi-form .if-form-body .sessions .form-group.form-check label > span i:before {
  display: block;
  line-height: 26px;
  width: 26px;
  height: 26px;
  margin: 0;
}
form.fi-form .if-form-body .sessions .form-group.form-check label > b {
  color: #7f7f7f;
  line-height: 1.3;
  font-size: 90%;
}
form.fi-form .if-form-body .sessions .form-group.form-check label > b time {
  font-size: 86%;
  font-weight: normal;
  opacity: 0.8;
  display: block;
  margin-bottom: 5px;
}
form.fi-form .if-form-body .sessions .form-group.form-check label > b i {
  font-weight: normal;
}
form.fi-form .if-form-body .sessions .form-group.form-check label a {
  color: #009edf;
  font-size: 90%;
}
form.fi-form .if-form-body .sessions .form-group.form-check label:hover, form.fi-form .if-form-body .sessions .form-group.form-check label:active {
  border-color: #7f7f7f;
}
form.fi-form .if-form-body .sessions .form-group.form-check.is-invalid label {
  border-color: #f7515f;
  background-color: #feedee;
}
form.fi-form .if-form-body footer {
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 1279px) {
  form.fi-form .if-form-body footer {
    margin-top: 20px;
  }
}
form.fi-form .if-form-body footer button {
  background-color: #09548c;
  color: #fff;
  border: none;
  min-width: 260px;
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 120%;
  cursor: pointer;
  background: #09548c linear-gradient(180deg, #2e6e9d, #09548c) repeat-x;
}
form.fi-form .if-form-body footer button:hover, form.fi-form .if-form-body footer button:active, form.fi-form .if-form-body footer button:focus {
  background-color: #074674;
  background: #074674 linear-gradient(180deg, #2c6289, #074674) repeat-x;
}

.if-countdown {
  background-color: rgba(9, 84, 140, 0.8);
  background: rgba(9, 84, 140, 0.8) linear-gradient(180deg, rgba(60, 120, 164, 0.83), rgba(9, 84, 140, 0.8)) repeat-x;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 18px;
  border-radius: 8px;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .if-countdown {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .if-countdown {
    padding: 13px;
    margin-bottom: 15px;
  }
}
.if-countdown > span {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1279px) {
  .if-countdown > span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .if-countdown > span {
    font-size: 13px;
  }
}
.if-countdown > time {
  font-size: 32px;
  display: block;
  font-weight: bold;
}
@media (max-width: 1279px) {
  .if-countdown > time {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .if-countdown > time {
    font-size: 20px;
  }
}
.if-countdown > time > div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 25%;
  width: 90px;
  padding: 0 5px;
}
.if-countdown > time > div small {
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40%;
}

#if-videos #if-video {
  position: relative;
  padding-top: 56.3%;
  background-color: #d4d4d4;
}
#if-videos #if-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#if-videos #if-video strong {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  font-size: 120%;
}
#if-videos #if-video-nav > div {
  width: 100%;
  overflow: auto;
}
#if-videos #if-video-nav > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 210px;
}
#if-videos #if-video-nav > div > ul.count-1 {
  width: 210px;
}
#if-videos #if-video-nav > div > ul.count-2 {
  width: 420px;
}
#if-videos #if-video-nav > div > ul.count-3 {
  width: 630px;
}
#if-videos #if-video-nav > div > ul.count-4 {
  width: 840px;
}
#if-videos #if-video-nav > div > ul.count-5 {
  width: 1050px;
}
#if-videos #if-video-nav > div > ul.count-6 {
  width: 1260px;
}
#if-videos #if-video-nav > div > ul.count-7 {
  width: 1470px;
}
#if-videos #if-video-nav > div > ul.count-8 {
  width: 1680px;
}
#if-videos #if-video-nav > div > ul.count-9 {
  width: 1890px;
}
#if-videos #if-video-nav > div > ul.count-10 {
  width: 2100px;
}
#if-videos #if-video-nav > div > ul.count-11 {
  width: 2310px;
}
#if-videos #if-video-nav > div > ul.count-12 {
  width: 2520px;
}
#if-videos #if-video-nav > div > ul.count-13 {
  width: 2730px;
}
#if-videos #if-video-nav > div > ul.count-14 {
  width: 2940px;
}
#if-videos #if-video-nav > div > ul.count-15 {
  width: 3150px;
}
#if-videos #if-video-nav > div > ul.count-16 {
  width: 3360px;
}
#if-videos #if-video-nav > div > ul.count-17 {
  width: 3570px;
}
#if-videos #if-video-nav > div > ul.count-18 {
  width: 3780px;
}
#if-videos #if-video-nav > div > ul.count-19 {
  width: 3990px;
}
#if-videos #if-video-nav > div > ul.count-20 {
  width: 4200px;
}
#if-videos #if-video-nav > div > ul.count-21 {
  width: 4410px;
}
#if-videos #if-video-nav > div > ul.count-22 {
  width: 4620px;
}
#if-videos #if-video-nav > div > ul.count-23 {
  width: 4830px;
}
#if-videos #if-video-nav > div > ul.count-24 {
  width: 5040px;
}
#if-videos #if-video-nav > div > ul.count-25 {
  width: 5250px;
}
#if-videos #if-video-nav > div > ul.count-26 {
  width: 5460px;
}
#if-videos #if-video-nav > div > ul.count-27 {
  width: 5670px;
}
#if-videos #if-video-nav > div > ul.count-28 {
  width: 5880px;
}
#if-videos #if-video-nav > div > ul.count-29 {
  width: 6090px;
}
#if-videos #if-video-nav > div > ul.count-30 {
  width: 6300px;
}
#if-videos #if-video-nav > div > ul.count-31 {
  width: 6510px;
}
#if-videos #if-video-nav > div > ul.count-32 {
  width: 6720px;
}
#if-videos #if-video-nav > div > ul.count-33 {
  width: 6930px;
}
#if-videos #if-video-nav > div > ul.count-34 {
  width: 7140px;
}
#if-videos #if-video-nav > div > ul.count-35 {
  width: 7350px;
}
#if-videos #if-video-nav > div > ul.count-36 {
  width: 7560px;
}
#if-videos #if-video-nav > div > ul.count-37 {
  width: 7770px;
}
#if-videos #if-video-nav > div > ul.count-38 {
  width: 7980px;
}
#if-videos #if-video-nav > div > ul.count-39 {
  width: 8190px;
}
#if-videos #if-video-nav > div > ul.count-40 {
  width: 8400px;
}
#if-videos #if-video-nav > div > ul.count-41 {
  width: 8610px;
}
#if-videos #if-video-nav > div > ul.count-42 {
  width: 8820px;
}
#if-videos #if-video-nav > div > ul.count-43 {
  width: 9030px;
}
#if-videos #if-video-nav > div > ul.count-44 {
  width: 9240px;
}
#if-videos #if-video-nav > div > ul.count-45 {
  width: 9450px;
}
#if-videos #if-video-nav > div > ul.count-46 {
  width: 9660px;
}
#if-videos #if-video-nav > div > ul.count-47 {
  width: 9870px;
}
#if-videos #if-video-nav > div > ul.count-48 {
  width: 10080px;
}
#if-videos #if-video-nav > div > ul.count-49 {
  width: 10290px;
}
#if-videos #if-video-nav > div > ul.count-50 {
  width: 10500px;
}
#if-videos #if-video-nav > div > ul.count-51 {
  width: 10710px;
}
#if-videos #if-video-nav > div > ul.count-52 {
  width: 10920px;
}
#if-videos #if-video-nav > div > ul.count-53 {
  width: 11130px;
}
#if-videos #if-video-nav > div > ul.count-54 {
  width: 11340px;
}
#if-videos #if-video-nav > div > ul.count-55 {
  width: 11550px;
}
#if-videos #if-video-nav > div > ul.count-56 {
  width: 11760px;
}
#if-videos #if-video-nav > div > ul.count-57 {
  width: 11970px;
}
#if-videos #if-video-nav > div > ul.count-58 {
  width: 12180px;
}
#if-videos #if-video-nav > div > ul.count-59 {
  width: 12390px;
}
#if-videos #if-video-nav > div > ul.count-60 {
  width: 12600px;
}
#if-videos #if-video-nav > div > ul.count-61 {
  width: 12810px;
}
#if-videos #if-video-nav > div > ul.count-62 {
  width: 13020px;
}
#if-videos #if-video-nav > div > ul.count-63 {
  width: 13230px;
}
#if-videos #if-video-nav > div > ul.count-64 {
  width: 13440px;
}
#if-videos #if-video-nav > div > ul.count-65 {
  width: 13650px;
}
#if-videos #if-video-nav > div > ul.count-66 {
  width: 13860px;
}
#if-videos #if-video-nav > div > ul.count-67 {
  width: 14070px;
}
#if-videos #if-video-nav > div > ul.count-68 {
  width: 14280px;
}
#if-videos #if-video-nav > div > ul.count-69 {
  width: 14490px;
}
#if-videos #if-video-nav > div > ul.count-70 {
  width: 14700px;
}
#if-videos #if-video-nav > div > ul.count-71 {
  width: 14910px;
}
#if-videos #if-video-nav > div > ul.count-72 {
  width: 15120px;
}
#if-videos #if-video-nav > div > ul.count-73 {
  width: 15330px;
}
#if-videos #if-video-nav > div > ul.count-74 {
  width: 15540px;
}
#if-videos #if-video-nav > div > ul.count-75 {
  width: 15750px;
}
#if-videos #if-video-nav > div > ul.count-76 {
  width: 15960px;
}
#if-videos #if-video-nav > div > ul.count-77 {
  width: 16170px;
}
#if-videos #if-video-nav > div > ul.count-78 {
  width: 16380px;
}
#if-videos #if-video-nav > div > ul.count-79 {
  width: 16590px;
}
#if-videos #if-video-nav > div > ul.count-80 {
  width: 16800px;
}
#if-videos #if-video-nav > div > ul.count-81 {
  width: 17010px;
}
#if-videos #if-video-nav > div > ul.count-82 {
  width: 17220px;
}
#if-videos #if-video-nav > div > ul.count-83 {
  width: 17430px;
}
#if-videos #if-video-nav > div > ul.count-84 {
  width: 17640px;
}
#if-videos #if-video-nav > div > ul.count-85 {
  width: 17850px;
}
#if-videos #if-video-nav > div > ul.count-86 {
  width: 18060px;
}
#if-videos #if-video-nav > div > ul.count-87 {
  width: 18270px;
}
#if-videos #if-video-nav > div > ul.count-88 {
  width: 18480px;
}
#if-videos #if-video-nav > div > ul.count-89 {
  width: 18690px;
}
#if-videos #if-video-nav > div > ul.count-90 {
  width: 18900px;
}
#if-videos #if-video-nav > div > ul.count-91 {
  width: 19110px;
}
#if-videos #if-video-nav > div > ul.count-92 {
  width: 19320px;
}
#if-videos #if-video-nav > div > ul.count-93 {
  width: 19530px;
}
#if-videos #if-video-nav > div > ul.count-94 {
  width: 19740px;
}
#if-videos #if-video-nav > div > ul.count-95 {
  width: 19950px;
}
#if-videos #if-video-nav > div > ul.count-96 {
  width: 20160px;
}
#if-videos #if-video-nav > div > ul.count-97 {
  width: 20370px;
}
#if-videos #if-video-nav > div > ul.count-98 {
  width: 20580px;
}
#if-videos #if-video-nav > div > ul.count-99 {
  width: 20790px;
}
#if-videos #if-video-nav > div > ul.count-100 {
  width: 21000px;
}
#if-videos #if-video-nav > div > ul > li {
  width: 210px;
  padding: 0 10px 0 0;
  margin-bottom: 20px;
}
#if-videos #if-video-nav > div > ul > li.active a {
  opacity: 1;
}
#if-videos #if-video-nav > div > ul > li a {
  display: block;
  padding-top: 56.3%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0.5;
  border-radius: 8px;
  position: relative;
  color: #009edf;
  text-decoration: none;
}
#if-videos #if-video-nav > div > ul > li a img {
  width: 100%;
  height: auto;
  display: none;
}
#if-videos #if-video-nav > div > ul > li a em {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  font-size: 12px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  font-weight: bold;
}

#if-buttons a {
  display: block;
  padding: 25px 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  background-color: #333333;
  background: #333333 linear-gradient(180deg, #525252, #333333) repeat-x;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1079px) {
  #if-buttons a {
    padding: 15px 10px;
  }
}
#if-buttons a i {
  font-size: 40px;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1079px) {
  #if-buttons a i {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 10px;
  }
}
#if-buttons a span {
  font-size: 160%;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1px;
}
@media (max-width: 1079px) {
  #if-buttons a span {
    font-size: 130%;
  }
}
#if-buttons a span small {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 0;
  display: block;
  text-align: center;
  padding: 0 20px;
  margin-top: 5px;
  font-size: 60%;
  line-height: 1.4;
  font-weight: normal;
}
#if-buttons a em {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  opacity: 0.75;
}
@media (max-width: 1079px) {
  #if-buttons a em {
    font-size: 86%;
  }
}
#if-buttons a.orange {
  background-color: #09548c;
  background: #09548c linear-gradient(180deg, #2e6e9d, #09548c) repeat-x;
}
#if-buttons a.orange:hover, #if-buttons a.orange:active, #if-buttons a.orange:focus {
  background-color: #074674;
  background: #074674 linear-gradient(180deg, #2c6289, #074674) repeat-x;
}
#if-buttons a.cyan {
  background-color: #fd7e14;
  background: #fd7e14 linear-gradient(180deg, #fd9137, #fd7e14) repeat-x;
}
#if-buttons a.cyan:hover, #if-buttons a.cyan:active, #if-buttons a.cyan:focus {
  background-color: #f57102;
  background: #f57102 linear-gradient(180deg, #f78628, #f57102) repeat-x;
}
#if-buttons a.teal {
  background-color: #4c4c4c;
  background: #4c4c4c linear-gradient(180deg, #676767, #4c4c4c) repeat-x;
}
#if-buttons a.teal:hover, #if-buttons a.teal:active, #if-buttons a.teal:focus {
  background-color: #3f3f3f;
  background: #3f3f3f linear-gradient(180deg, #5c5c5c, #3f3f3f) repeat-x;
}
#if-buttons a.light {
  background-color: #d8edfb;
  background: #d8edfb linear-gradient(180deg, #def0fc, #d8edfb) repeat-x;
  color: #09548c;
}
#if-buttons a.light:hover, #if-buttons a.light:active, #if-buttons a.light:focus {
  background-color: #c1e2f9;
  background: #c1e2f9 linear-gradient(180deg, #cae6fa, #c1e2f9) repeat-x;
}

.if-section-title {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  color: #09548c;
}
@media (max-width: 1079px) {
  .if-section-title {
    font-size: 22px;
  }
}

#if-about {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#if-about > header {
  width: 30%;
  padding-right: 50px;
}
@media (max-width: 1079px) {
  #if-about > header {
    width: 100%;
    padding-right: 0;
  }
}
#if-about > header h3 {
  margin: 40px auto 0;
}
#if-about > header h3.if-section-title {
  text-align: right;
}
@media (max-width: 1079px) {
  #if-about > header h3.if-section-title {
    text-align: center;
  }
}
#if-about > div {
  width: 70%;
  text-align: left;
}
@media (max-width: 1079px) {
  #if-about > div {
    width: 100%;
    padding: 0 30px;
  }
}
#if-about > div p {
  margin: 30px auto;
  text-align: justify;
  font-size: 110%;
}
@media (max-width: 1079px) {
  #if-about > div p {
    font-size: 90%;
  }
}
.if-button-learn-more {
  display: block;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  background-color: #666666;
  background: #666666 linear-gradient(180deg, #7d7d7d, #666666) repeat-x;
  min-width: 240px;
}
.if-button-learn-more:hover, .if-button-learn-more:active, .if-button-learn-more:focus {
  background-color: #595959;
  background: #595959 linear-gradient(180deg, #727272, #595959) repeat-x;
}
.if-button-learn-more.blue {
  background-color: #09548c;
  background: #09548c linear-gradient(180deg, #2e6e9d, #09548c) repeat-x;
}
.if-button-learn-more.blue:hover, .if-button-learn-more.blue:active, .if-button-learn-more.blue:focus {
  background-color: #074674;
  background: #074674 linear-gradient(180deg, #2c6289, #074674) repeat-x;
}

.if-buttons {
  text-align: center;
}
.if-buttons .if-button-learn-more {
  display: inline-block;
}

#if-speakers {
  text-align: center;
  margin-bottom: 70px;
}
#if-speakers header h3 {
  margin: 50px auto 0;
}
#if-speakers > div {
  margin-bottom: 30px;
}
#if-speakers .carousel {
  margin-top: 0;
}
@media (max-width: 1079px) {
  #if-speakers .carousel {
    overflow-x: auto;
    width: 106% !important;
    max-width: 106% !important;
    margin-left: -3% !important;
  }
}
#if-speakers .carousel-inner {
  box-shadow: none;
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-1 {
    width: 260px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-2 {
    width: 520px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-3 {
    width: 780px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-4 {
    width: 1040px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-5 {
    width: 1300px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-6 {
    width: 1560px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-7 {
    width: 1820px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-8 {
    width: 2080px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-9 {
    width: 2340px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-10 {
    width: 2600px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-11 {
    width: 2860px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-12 {
    width: 3120px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-13 {
    width: 3380px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-14 {
    width: 3640px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-15 {
    width: 3900px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-16 {
    width: 4160px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-17 {
    width: 4420px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-18 {
    width: 4680px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-19 {
    width: 4940px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-20 {
    width: 5200px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-21 {
    width: 5460px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-22 {
    width: 5720px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-23 {
    width: 5980px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-24 {
    width: 6240px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-25 {
    width: 6500px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-26 {
    width: 6760px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-27 {
    width: 7020px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-28 {
    width: 7280px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-29 {
    width: 7540px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-30 {
    width: 7800px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-31 {
    width: 8060px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-32 {
    width: 8320px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-33 {
    width: 8580px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-34 {
    width: 8840px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-35 {
    width: 9100px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-36 {
    width: 9360px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-37 {
    width: 9620px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-38 {
    width: 9880px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-39 {
    width: 10140px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-40 {
    width: 10400px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-41 {
    width: 10660px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-42 {
    width: 10920px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-43 {
    width: 11180px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-44 {
    width: 11440px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-45 {
    width: 11700px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-46 {
    width: 11960px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-47 {
    width: 12220px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-48 {
    width: 12480px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-49 {
    width: 12740px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-inner.count-items-50 {
    width: 13000px;
  }
}
#if-speakers .carousel-item {
  padding: 30px 0 0;
}
@media (max-width: 1079px) {
  #if-speakers .carousel-item.count-vcards-1 {
    width: 260px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-item.count-vcards-2 {
    width: 520px;
  }
}
@media (max-width: 1079px) {
  #if-speakers .carousel-item.count-vcards-3 {
    width: 780px;
  }
}
#if-speakers .carousel-item > div {
  width: 33.3264%;
  margin-bottom: 25px !important;
  padding: 0 10px;
  float: left;
}
@media (max-width: 1079px) {
  #if-speakers .carousel-item > div {
    height: 100%;
    width: 260px;
    margin-bottom: 0 !important;
  }
}
#if-speakers .carousel-item:after {
  content: " ";
  display: block;
  clear: both;
}
@media (max-width: 1079px) {
  #if-speakers .carousel-item {
    position: static !important;
    display: block !important;
    transform: none !important;
  }
}
#if-speakers .carousel-indicators {
  margin-top: 0;
}
@media (max-width: 1079px) {
  #if-speakers .carousel-indicators {
    display: none;
  }
}
#if-speakers .carousel-control-prev,
#if-speakers .carousel-control-next {
  background: transparent;
  width: 5%;
}
@media (max-width: 1079px) {
  #if-speakers .carousel-control-prev,
#if-speakers .carousel-control-next {
    display: none;
  }
}
#if-speakers .carousel-control-prev i,
#if-speakers .carousel-control-next i {
  color: #7f7f7f;
  text-align: center;
}
#if-speakers .carousel-control-prev i:before,
#if-speakers .carousel-control-next i:before {
  margin: 0;
}
#if-speakers .carousel-control-prev {
  left: -5%;
}
#if-speakers .carousel-control-next {
  right: -5%;
}
.if-speaker-vcard {
  display: block;
  max-width: 420px;
  min-height: 360px;
  color: #4c4c4c;
  text-decoration: none;
  padding: 25px 20px;
  border: #efefef 1px solid;
}
@media (max-width: 1079px) {
  .if-speaker-vcard {
    height: auto;
    min-height: 360px;
    padding: 18px 15px;
  }
}
.if-speaker-vcard span.img {
  width: 120px !important;
  height: 120px !important;
  display: block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
}
.if-speaker-vcard span.img img {
  display: none;
}
@media (max-width: 1079px) {
  .if-speaker-vcard span.img {
    width: 90px !important;
    height: 90px !important;
  }
}
.if-speaker-vcard > * {
  display: block;
  margin-bottom: 10px !important;
  line-height: 1.5;
}
.if-speaker-vcard > *:last-child {
  margin-bottom: 0px !important;
}
.if-speaker-vcard > strong {
  margin-top: 25px;
  font-size: 120%;
  color: #333333;
}
.if-speaker-vcard > em {
  font-style: normal;
  color: #7f7f7f;
}
.if-speaker-vcard > p {
  margin: 0;
  color: #b2b2b2;
}

#if-agenda > header h3 {
  margin: 60px auto 30px;
}
#if-agenda .session-format {
  background-color: #ebf6fd;
  background: #ebf6fd linear-gradient(180deg, #eef7fd, #ebf6fd) repeat-x;
  border: #d3ebfb 1px solid;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 40px;
}
#if-agenda .session-format .row {
  margin: 0;
}
@media (max-width: 1079px) {
  #if-agenda .session-format .row > div {
    padding: 0;
  }
}
#if-agenda .session-format h4 {
  font-size: 20px;
  color: #333333;
  margin-top: 15px;
}
#if-agenda .session-format ul {
  padding-left: 0;
  list-style: none;
}
#if-agenda .session-format ul li {
  position: relative;
  padding-left: 35px;
}
#if-agenda .session-format ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #09548c;
  position: absolute;
  top: 8px;
  left: 0;
}
#if-agenda .session-format p, #if-agenda .session-format li, #if-agenda .session-format em {
  font-size: 110%;
  line-height: 1.7;
  margin-top: 15px;
  display: block;
}
@media (max-width: 1079px) {
  #if-agenda .session-format p, #if-agenda .session-format li, #if-agenda .session-format em {
    font-size: 90%;
  }
}
#if-agenda .session-format em {
  font-weight: bold;
}
#if-agenda .session-format .btn-download {
  background-color: #666666;
  background: #666666 linear-gradient(180deg, #7d7d7d, #666666) repeat-x;
  color: #fff;
}
#if-agenda .session-format .btn-download:hover, #if-agenda .session-format .btn-download:active, #if-agenda .session-format .btn-download:focus {
  background-color: #595959;
  background: #595959 linear-gradient(180deg, #727272, #595959) repeat-x;
}
#if-agenda .timeline {
  position: relative;
  padding-left: 80px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #if-agenda .timeline {
    padding-left: 50px;
    padding-right: 15px;
  }
}
#if-agenda .timeline:after {
  content: " ";
  display: block;
  height: 28px;
  width: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
@media (max-width: 767px) {
  #if-agenda .timeline:after {
    width: 40px;
  }
}
#if-agenda .timeline:before {
  content: " ";
  background-color: #cecece;
  display: block;
  width: 2px;
  height: 9999em;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 7;
}
#if-agenda .timeline > section {
  position: relative;
  padding-bottom: 70px;
}
#if-agenda .timeline > section:last-child {
  padding-bottom: 40px;
}
#if-agenda .timeline > section:before {
  content: " ";
  display: block;
  width: 31px;
  height: 31px;
  background-color: #333333;
  position: absolute;
  left: -80px;
  top: 22px;
  z-index: 10;
}
@media (max-width: 767px) {
  #if-agenda .timeline > section:before {
    width: 25px;
    height: 25px;
    left: -46px;
  }
}
#if-agenda .timeline > section > header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1079px) {
  #if-agenda .timeline > section > header > #share-buttons {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
#if-agenda .timeline > section > header > div.txt {
  width: 50%;
}
@media (max-width: 1079px) {
  #if-agenda .timeline > section > header > div.txt {
    width: 100%;
  }
}
#if-agenda .timeline > section > header > div.txt > h2 {
  padding-bottom: 12px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Bebas Neue", cursive;
  color: #09548c;
  font-size: 40px;
}
@media (max-width: 1079px) {
  #if-agenda .timeline > section > header > div.txt > h2 {
    font-size: 22px;
  }
}
@media (max-width: 1079px) {
  #if-agenda .timeline > section > header > div.txt > h2 {
    font-size: 250%;
  }
}
#if-agenda .timeline > section > header > div.txt > h2:after {
  content: " ";
  display: block;
  height: 5px;
  background-color: #cecece;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
}
#if-agenda .timeline > section > header > div.txt > * {
  display: block;
  margin-top: 20px;
}
#if-agenda .timeline > section > header > div.txt > *:first-child {
  margin-top: 0;
}
#if-agenda .timeline > section > header small {
  display: block;
  text-transform: uppercase;
  color: #7f7f7f;
  margin-bottom: 10px;
  font-size: 70%;
}
#if-agenda .timeline > section > header h2 {
  color: #333333;
  font-size: 200%;
}
@media (max-width: 767px) {
  #if-agenda .timeline > section > header h2 {
    font-size: 160%;
  }
}
#if-agenda .timeline > section > header time {
  font-size: 130%;
  display: block;
  margin-bottom: 20px;
}
#if-agenda .timeline > section > h4 {
  margin-top: 30px;
  text-transform: uppercase;
}
#if-agenda .timeline > section > h4 i {
  font-size: 130%;
}
#if-agenda .timeline > section > .info > * {
  display: block;
  margin-top: 10px;
}
#if-agenda .timeline > section > .info > p {
  font-size: 110%;
}
@media (max-width: 1079px) {
  #if-agenda .timeline > section > .info > p {
    font-size: 90%;
  }
}
#if-agenda .timeline > section > .info .toggle-programme {
  color: #009edf;
  font-weight: bold;
  display: inline-block;
}
#if-agenda .timeline > section > .info .toggle-programme span.opened {
  display: none;
}
#if-agenda .timeline > section > .info .toggle-programme.opened span.closed {
  display: none;
}
#if-agenda .timeline > section > .info .toggle-programme.opened span.opened {
  display: inline;
}
#if-agenda .timeline > section .btn-event-downloads {
  margin-top: 1.5rem;
  color: #fff;
  background-color: #666666;
  border-color: #666666;
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075);
  background: #666666 linear-gradient(180deg, #7d7d7d, #666666) repeat-x;
}
#if-agenda .timeline > section .btn-event-downloads:hover, #if-agenda .timeline > section .btn-event-downloads:active, #if-agenda .timeline > section .btn-event-downloads:focus {
  background-color: #595959;
  background: #595959 linear-gradient(180deg, #727272, #595959) repeat-x;
}
#if-agenda .timeline > section .btn-event-downloads:focus, #if-agenda .timeline > section .btn-event-downloads.focus {
  box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.15), 1px 1px 0 rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
#if-agenda .timeline > section .btn-event-downloads.disabled, #if-agenda .timeline > section .btn-event-downloads:disabled {
  background-color: #666666;
  border-color: #666666;
}
#if-agenda .timeline > section .btn-event-downloads:not([disabled]):not(.disabled):active, #if-agenda .timeline > section .btn-event-downloads:not([disabled]):not(.disabled).active, .show > #if-agenda .timeline > section .btn-event-downloads.dropdown-toggle {
  color: #fff;
  background-color: #4c4c4c;
  background-image: none;
  border-color: #464646;
}
#if-agenda .timeline > section .btn-event-downloads:not([disabled]):not(.disabled):active:focus, #if-agenda .timeline > section .btn-event-downloads:not([disabled]):not(.disabled).active:focus, .show > #if-agenda .timeline > section .btn-event-downloads.dropdown-toggle:focus {
  box-shadow: inset 0 3px 0px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}
#if-agenda .timeline > section.if-part-1:before {
  background-color: #fd7e14;
}
#if-agenda .timeline > section.if-part-1 > header > div.txt > h2:after {
  background-color: #fd7e14;
}
#if-agenda .timeline > section.if-part-1 > .if-article {
  border-left-color: #fd7e14;
}
#if-agenda .timeline > section.if-part-1 > .if-article:before {
  background-color: #fd7e14;
}
#if-agenda .timeline > section.if-part-1 .fi-tables .table {
  border-left-color: #fd7e14;
}
#if-agenda .timeline > section.if-part-2:before {
  background-color: #09548c;
}
#if-agenda .timeline > section.if-part-2 > header > div.txt > h2:after {
  background-color: #09548c;
}
#if-agenda .timeline > section.if-part-2 > .if-article {
  border-left-color: #09548c;
}
#if-agenda .timeline > section.if-part-2 > .if-article:before {
  background-color: #09548c;
}
#if-agenda .timeline > section.if-part-2 .fi-tables .table {
  border-left-color: #09548c;
}
#if-agenda .timeline > section.if-part-3:before {
  background-color: #d8edfb;
}
#if-agenda .timeline > section.if-part-3 > header > div.txt > h2:after {
  background-color: #d8edfb;
}
#if-agenda .timeline > section.if-part-3 > .if-article {
  border-left-color: #d8edfb;
}
#if-agenda .timeline > section.if-part-3 > .if-article:before {
  background-color: #d8edfb;
}
#if-agenda .timeline > section.if-part-3 .fi-tables .table {
  border-left-color: #d8edfb;
}
#if-agenda section.gallery {
  padding-top: 20px;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
#if-agenda section.gallery a {
  width: 115px;
  border: #efefef 1px solid;
  padding: 5px;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  margin: 0 8px 8px;
}
#if-agenda #folder.list h2 {
  font-size: 120%;
}
#if-agenda #folder.list h2 a {
  color: #009edf;
}
#if-agenda #folder.list article > .media.static {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
  max-width: 100% !important;
}
#if-agenda #folder.list article > .media.static > li > a:first-child {
  border: #efefef 1px solid;
}

.if-article {
  background-color: #f4f4f4;
  border-right: #e2e2e2 1px solid;
  border-left: transparent 5px solid;
  margin-top: 25px;
  position: relative;
}
.if-article:last-child:after {
  content: " ";
  display: block;
  height: 999rem;
  width: 60px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  left: -80px;
  z-index: 7;
}
.if-article:before {
  content: " ";
  display: block;
  width: 21px;
  height: 21px;
  background-color: #666666;
  position: absolute;
  left: -80px;
  top: 20px;
  z-index: 8;
}
@media (max-width: 767px) {
  .if-article:before {
    width: 17px;
    height: 17px;
    left: -48px;
  }
}
.if-article > .header {
  text-align: center;
  padding: 13px;
  border-top: #e2e2e2 1px solid;
}
@media (max-width: 1079px) {
  .if-article > .header {
    text-align: left;
    padding: 15px 20px;
  }
}
.if-article > .header small {
  text-transform: uppercase;
}
.if-article > .header h3 {
  color: #333333;
  margin-top: 5px;
}
@media (max-width: 1079px) {
  .if-article > .header h3 {
    font-size: 120%;
    text-align: left;
    line-height: 1.5;
  }
}
.if-article > .session-body {
  background-color: white;
  padding: 25px;
  border-bottom: #e2e2e2 1px solid;
}
@media (max-width: 1079px) {
  .if-article > .session-body {
    padding: 20px;
  }
}
.if-article > .session-body > a {
  display: inline-block;
  margin-top: 15px;
  color: #009edf;
  font-weight: bold;
}
.if-article > .session-body p {
  font-size: 110%;
}
@media (max-width: 1079px) {
  .if-article > .session-body p {
    font-size: 90%;
  }
}
.if-article > .session-body p + p {
  margin-top: 20px;
}
.if-article > .session-body ol, .if-article > .session-body ul {
  padding-left: 25px;
  margin: 1rem 0;
}
.if-article > .session-body ol.count-1, .if-article > .session-body ul.count-1 {
  padding-left: 0;
  list-style: none;
}
.if-article > .session-body ol li, .if-article > .session-body ul li {
  line-height: 1.7;
}

.fi-tables {
  padding: 20px 0 40px;
  display: none;
}
.fi-tables .subtitle {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  text-transform: uppercase;
  font-size: 120%;
}
.fi-tables .table {
  border-left-width: 5px;
}
.fi-tables .table + .subtitle {
  margin-top: 30px;
}
.fi-tables .table tr:first-child {
  font-weight: bold;
  color: #333333;
}
.fi-tables .table th,
.fi-tables .table td {
  border-color: #efefef;
  font-size: 80%;
}
.fi-tables .table th:nth-child(2),
.fi-tables .table td:nth-child(2) {
  width: 30%;
}
.fi-tables .table th ol,
.fi-tables .table td ol {
  padding-left: 20px;
}
.fi-tables .table th ol li,
.fi-tables .table td ol li {
  margin-top: 10px;
}
.fi-tables .table th a,
.fi-tables .table td a {
  color: inherit;
}
.fi-tables .table th[colspan="3"],
.fi-tables .table td[colspan="3"] {
  text-align: center;
}
.fi-tables .table th[colspan="3"] p,
.fi-tables .table td[colspan="3"] p {
  display: inline;
}
.fi-tables .table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.if-shortcuts {
  text-align: center;
  padding: 30px 0 20px 0;
}
.if-shortcuts .btn {
  min-width: 280px;
}
@media (max-width: 767px) {
  .if-shortcuts .btn {
    min-width: 100%;
    margin-bottom: 15px;
  }
}

body.category-investment-forum nav.breadcrumbs {
  display: none;
}
body.category-investment-forum .if-brand {
  margin-top: 40px;
  margin-bottom: 30px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body.category-investment-forum #if-agenda {
  padding: 0 20px;
}
body.category-investment-forum #if-agenda .timeline > section {
  padding-bottom: 0;
}
body.category-investment-forum #if {
  background-size: 100% 450px;
}
body.category-investment-forum #if .row.row-head {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
body.category-investment-forum article.publication-item-single > div > header > div h1 {
  display: inline-block;
}
body.category-investment-forum article.publication-item-single > div > header > div h1:after {
  content: " ";
  display: block;
  height: 4px;
  background-color: #efefef;
}
body.category-investment-forum article.publication-item-single > div > header > div em {
  display: none;
}
body.category-investment-forum article.publication-item-single.part-1 > div > header > div h1:after {
  background-color: #009edf;
}
body.category-investment-forum article.publication-item-single.part-1 .if-article {
  border-left-color: #009edf;
}

#about-the-if-page p,
#about-the-if-page li {
  font-size: 0.96rem;
  line-height: 1.6;
}
#about-the-if-page p.lead {
  background-color: #f4f4f4;
  padding: 2.5rem;
  font-size: 1.1rem;
  border-left: #009edf 5px solid;
}
#about-the-if-page p {
  margin-bottom: 2rem;
}
#about-the-if-page strong {
  color: #191919;
}
#about-the-if-page div.txt {
  background-color: #fff;
  padding: 40px 60px;
  box-shadow: 2px 2px 0px rgba(25, 25, 25, 0.15);
  width: 80%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  #about-the-if-page div.txt {
    padding: 20px 30px;
  }
}
@media (max-width: 1079px) {
  #about-the-if-page div.txt {
    padding: 0 0;
    box-shadow: none;
  }
}
#about-the-if-page div.txt > p,
#about-the-if-page div.txt > ol {
  text-align: justify;
}
#about-the-if-page .if-section-title {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-size: 2rem;
}
#about-the-if-page h2 {
  color: #333333;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
#about-the-if-page > ol {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  counter-reset: if-li-counter;
}
#about-the-if-page > ol > li {
  counter-increment: if-li-counter;
  position: relative;
  padding-left: 85px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2.6rem;
  margin-bottom: 2rem;
  background-color: #fff;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
  border: #f4f4f4 1px solid;
}
#about-the-if-page > ol > li:before {
  content: counter(if-li-counter);
  font-weight: bold;
  color: #fff;
  background-color: #009edf;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 17px;
  position: absolute;
  top: 1.8rem;
  left: 20px;
  box-shadow: 3px 3px 0px rgba(51, 51, 51, 0.08);
}
#about-the-if-page > ol > li > ul {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
#about-the-if-page > ol > li > ul > li {
  padding-left: 35px;
  position: relative;
}
#about-the-if-page > ol > li > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}
#about-the-if-page > ol > li > ul > li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 20px;
  color: #009edf;
}
#about-the-if-page > ol > li > ul > li > ol {
  padding: 0;
  margin: 0.5rem 0 0 0;
  padding-left: 0;
  list-style: none;
}
#about-the-if-page > ol > li > ul > li > ol > li {
  padding-left: 25px;
  position: relative;
}
#about-the-if-page > ol > li > ul > li > ol > li:before {
  content: "a.";
  display: block;
  font-weight: bold;
  color: #a5a5a5;
  position: absolute;
  top: 0;
  left: 0;
}
#about-the-if-page > ol > li > ul > li > ol > li:nth-child(2):before {
  content: "b.";
}
#about-the-if-page > ol > li > ul > li > ol > li:nth-child(3):before {
  content: "c.";
}
#about-the-if-page > ol > li > ul > li > ol > li:nth-child(4):before {
  content: "d.";
}

.if-buttons-vertical .if-section-title + #if-buttons.row {
  margin-top: 12px;
}
.if-buttons-vertical #if-buttons.row {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 26px;
}
.if-buttons-vertical #if-buttons.row > div.col-4 {
  width: 100%;
  padding: 0;
}
.if-buttons-vertical #if-buttons.row > div.col-4:not(:last-child) a {
  margin-bottom: 16px;
}
.if-buttons-vertical #if-buttons.row a {
  padding: 35px 0 30px;
}
.if-buttons-vertical #if-buttons.row a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 30px;
  margin-bottom: 5px;
}
.if-buttons-vertical #if-buttons.row a span {
  vertical-align: middle;
  line-height: 1;
  vertical-align: middle;
}
.if-buttons-vertical #if-buttons.row a em {
  display: block;
  padding: 16px 30px;
  background-color: rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.if-buttons-vertical #if-buttons.row a.cyan em {
  background-color: rgba(0, 0, 0, 0.15);
}
.if-buttons-vertical #if-buttons.row.buttons-parts a {
  padding: 28px 0 20px;
}

body.page-investment-forum .ajax-content {
  padding: 30px;
}
body.page-investment-forum .ajax-content .if-brand {
  display: none;
}
body.page-investment-forum .ajax-content #share-buttons {
  display: none;
}
body.page-investment-forum .ajax-content #if-agenda {
  text-align: left;
}

#if.if-admin {
  padding: 20px 0;
}
#if.if-admin > img {
  width: 10px;
  height: auto;
  opacity: 0.1;
}
#if.if-admin .nav-tabs .nav-link {
  font-size: 1rem;
}
#if.if-admin .nav-tabs .nav-link.active {
  background-color: #efefef;
}
#if.if-admin > .container {
  max-width: 1920px !important;
}
#if.if-admin .if-brand {
  justify-content: center;
  margin-bottom: 15px;
}
#if.if-admin .if-brand a img {
  width: 80px;
}
#if.if-admin .if-brand a .if-title {
  font-size: 26px;
}
#if.if-admin .if-brand a .if-title span {
  font-size: 90%;
}
#if.if-admin .if-brand a .if-title b {
  font-size: 62%;
}
#if.if-admin .if-brand time {
  font-size: 62%;
  display: none;
}
#if.if-admin .table thead th:last-child {
  width: 210px;
  text-align: center;
}
#if.if-admin .table tbody tr.event-sep {
  background-color: #7f7f7f;
  color: #fff;
}
#if.if-admin .table tbody tr.event-sep strong {
  font-size: 120%;
}
#if.if-admin .table tbody tr.event-sep .btn {
  margin-left: 10px;
}
#if.if-admin .table tbody tr.event-sep th,
#if.if-admin .table tbody tr.event-sep td {
  vertical-align: middle;
}
#if.if-admin .table tbody tr.event-sep th:first-child {
  width: 60px;
  text-align: center;
}
#if.if-admin .table tbody tr.user:hover {
  background-color: #efefef;
}
#if.if-admin .table tbody tr.user .btn {
  min-width: 170px;
  padding-left: 3px;
  padding-right: 3px;
}
#if.if-admin .table tbody tr.user th:first-child {
  text-align: center;
}
#if.if-admin .table tbody tr.user td:last-child {
  text-align: center;
}
#if.if-admin .table tbody tr.user span.badge {
  background-color: #cecece;
  border-radius: 0;
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
  line-height: 25px;
  min-width: 100px;
  display: block;
}
#if.if-admin .table tbody tr.user span.badge.badge-thank-you-sent {
  background-color: #60d1ff;
}
#if.if-admin .table tbody tr.user span.badge.badge-no-show-sent {
  background-color: #f7515f;
}
#if.if-admin .table tbody tr.user span.badge[class*=remind] {
  background-color: #4c4c4c;
}
#if.if-admin .table tbody tr.user span.badge.badge-eval-sent {
  background-color: #007aac;
}
#if.if-admin .table tbody tr.user span.badge.badge-certificate-sent {
  background-color: #37c84f;
}
#if.if-admin .table tbody tr.user span.badge + span.badge {
  margin-top: 4px;
}
#if.if-admin .table tbody tr.user.checked {
  background-color: #fff3ce;
}
#if.if-admin .table tbody tr.user.done {
  background-color: #dff6e3;
}
#if.if-admin .table thead tr,
#if.if-admin .table tfoot tr {
  background-color: #efefef;
}
#if.if-admin .table tfoot tr {
  text-align: right;
}
#if.if-admin .table tfoot tr label {
  padding-right: 20px;
}
#if.if-admin .table tfoot tr select {
  display: block;
  width: 100%;
  padding: 0 14px;
  font-size: 1em;
  line-height: 1.7;
  color: #333333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cecece;
  max-width: 100%;
  min-height: 42px;
  line-height: 42px;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#if.if-admin .table tfoot tr select::-ms-expand {
  background-color: transparent;
  border: 0;
}
#if.if-admin .table tfoot tr select:focus {
  background-color: #fff;
  border-color: #009edf;
  outline: 0;
  box-shadow: inset 0 0 0px #efefef, 0 0 0 2px #2dc2ff;
}
#if.if-admin .table tfoot tr select::placeholder {
  color: #666666;
  opacity: 1;
}
#if.if-admin .table tfoot tr select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
  opacity: 1;
}
#if.if-admin .table tfoot tr select::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
  opacity: 1;
}
#if.if-admin .table tfoot tr select:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
  opacity: 1;
}
#if.if-admin .table tfoot tr select:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
  opacity: 1;
}
#if.if-admin .table tfoot tr select:disabled, #if.if-admin .table tfoot tr select[readonly] {
  background-color: #f4f4f4;
  opacity: 1;
}
#if.if-admin .table tfoot tr .btn {
  height: 40px;
  line-height: 40px;
  min-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.modal-if > div {
  border-radius: 8px !important;
}
.modal-if #folder.list > div {
  padding-left: 0;
}
.modal-if #folder.list article {
  overflow: visible;
}
.modal-if #folder.list article .media.static {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.modal-if #folder.list article .media.static > li:first-child {
  margin-top: 0 !important;
}
.modal-if #folder.list article .media.static > li > a:not(.btn) span > * {
  font-size: 120%;
}
.modal-if #folder.list article .media.static > li > a:not(.btn) span > *.icon-media-empty {
  font-size: 30px;
}
.modal-if .response-content {
  border-radius: 8px;
  overflow: hidden;
}
.modal-if .response-content > h2 {
  padding: 28px 0 20px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 1px;
  font-size: 220%;
  color: #fff;
  background-color: #009edf;
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
}
.modal-if .response-content > div {
  padding: 20px 40px 40px;
  text-align: left;
}
.modal-if .response-content > div > * {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
}
.modal-if .response-content > div p {
  font-size: 120%;
}
.modal-if .response-content > div h3 {
  color: #191919;
  margin-top: 30px;
}
.modal-if .response-content > div ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-if .response-content > div ol > li {
  margin-top: 40px;
}
.modal-if .response-content > div ol > li.masonry-item {
  margin-top: 10px;
}
.modal-if .response-content > div ol > li strong {
  font-size: 140%;
  color: #191919;
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}
.modal-if .response-content > div ol > li p + p {
  margin-top: 10px;
}
.modal-if#attendee-user-guide .response-content h2 {
  background-color: #fd7e14;
  background: #fd7e14 linear-gradient(180deg, #fd9137, #fd7e14) repeat-x;
}
.modal-if#faq .response-content h2 {
  background-color: #4c4c4c;
  background: #4c4c4c linear-gradient(180deg, #676767, #4c4c4c) repeat-x;
}
.modal-if#e-presskit .response-content h2 {
  background-color: #09548c;
  background: #09548c linear-gradient(180deg, #2e6e9d, #09548c) repeat-x;
}
.modal-if#program .response-content h2 {
  background-color: #009edf;
  background: #009edf linear-gradient(180deg, #26ade4, #009edf) repeat-x;
}
.modal-if#modal-part-1-financing-urban-resilience-in-cities .response-content > h2 {
  background-color: #fd7e14;
  background: #fd7e14 linear-gradient(180deg, #fd9137, #fd7e14) repeat-x;
}
.modal-if#modal-part-2-matching-city-scale-solutions-with-financing-and-investments .response-content h2 {
  background-color: #09548c;
  background: #09548c linear-gradient(180deg, #2e6e9d, #09548c) repeat-x;
}
.modal-if#modal-part-3-investing-in-local-climate-solutions-finance-and-resilience-lessons-for-urban-adaptation .response-content h2 {
  background-color: #d8edfb;
  background: #d8edfb linear-gradient(180deg, #def0fc, #d8edfb) repeat-x;
  color: #09548c;
}

#if-banners {
  overflow: hidden;
}
#if-banners .carousel {
  margin: 0;
}
#if-banners img {
  width: 100%;
  height: auto;
}
#if-banners ul {
  margin: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  margin-top: 20px;
}
#if-banners ul li {
  width: 25%;
  display: block;
  padding: 0 10px;
  cursor: pointer;
  float: left;
}

#if-certificate {
  width: 1200px;
  height: 873px;
  overflow: hidden;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  background-color: white;
}
#if-certificate span {
  display: block;
  position: absolute;
  top: 352px;
  left: 0;
  width: 100%;
  font-size: 52px;
  color: black;
  text-align: center;
}
#if-certificate.part-1-financing-urban-resilience-in-cities {
  background-image: url("/wp-content/themes/dr/images/if-certificate-part1.png?v=2");
}
#if-certificate.part-2-matching-city-scale-solutions-with-financing-and-investments {
  background-image: url("/wp-content/themes/dr/images/if-certificate-part2.png?v=2");
}
#if-certificate.part-2-day-2-matching-city-scale-solutions-with-financing-and-investments {
  background-image: url("/wp-content/themes/dr/images/if-certificate-part2-day2.png?v=2");
}
#if-certificate.part-3-investing-in-local-climate-solutions-finance-and-resilience-lessons-for-urban-adaptation {
  background-image: url("/wp-content/themes/dr/images/if-certificate-part3.png?v=2");
}

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