/*@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli.eot');
    src: url('../fonts/Muli.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli.woff2') format('woff2'),
        url('../fonts/Muli.woff') format('woff'),
        url('../fonts/Muli.ttf') format('truetype'),
        url('../fonts/Muli.svg#Muli') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Bold.eot');
    src: url('../fonts/Muli-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Bold.woff2') format('woff2'),
        url('../fonts/Muli-Bold.woff') format('woff'),
        url('../fonts/Muli-Bold.ttf') format('truetype'),
        url('../fonts/Muli-Bold.svg#Muli-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-SemiBold.eot');
    src: url('../fonts/Muli-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../fonts/Muli-SemiBold.woff') format('woff'),
        url('../fonts/Muli-SemiBold.ttf') format('truetype'),
        url('../fonts/Muli-SemiBold.svg#Muli-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Light.eot');
    src: url('../fonts/Muli-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-Light.woff2') format('woff2'),
        url('../fonts/Muli-Light.woff') format('woff'),
        url('../fonts/Muli-Light.ttf') format('truetype'),
        url('../fonts/Muli-Light.svg#Muli-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-ExtraLight.eot');
    src: url('../fonts/Muli-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Muli-ExtraLight.woff2') format('woff2'),
        url('../fonts/Muli-ExtraLight.woff') format('woff'),
        url('../fonts/Muli-ExtraLight.ttf') format('truetype'),
        url('../fonts/Muli-ExtraLight.svg#Muli-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}*/

@font-face {font-family: 'Muli'; font-style: normal; font-weight: 400; src: url(../../yootheme/fonts/font-03cba738.woff2) format('woff2'), url(../../yootheme/fonts/font-667d9c33.woff) format('woff'); }
@font-face {font-family: 'Muli'; font-style: normal; font-weight: 700; src: url(../../yootheme/fonts/font-faeb2074.woff2) format('woff2'), url(../../yootheme/fonts/font-0b6a9bbc.woff) format('woff'); }
@font-face {font-family: 'Muli'; font-style: normal; font-weight: 900; src: url(../../yootheme/fonts/font-bd42a17e.woff2) format('woff2'), url(../../yootheme/fonts/font-1024ee52.woff) format('woff'); }
body.contentpane {
  padding: 20px;
}
.tpf-comment-level {
  margin-top: -1em;
  padding-top: 1em;
}
.tpf-comment-level .tpf-comment-level {
  padding-left: 1em;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
li:not(.uk-open) .tpf-comment-level {
  margin-top: 0;
}
.tpf-comment {
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 1em;
  margin-bottom: 1em;
  background: #fff;
  transition: background-color 2s ease, padding 600ms ease;
}
.tpf-comment.tpf-flash {
  transition: none;
  background: #ff0 !important;
  padding-top: 3em;
  padding-bottom: 3em;
}
.tpf-comment .comment-video-container {
  background: #333;
  width: 100%;
  padding-top: 56.4%;
  position: relative;
  margin-bottom: 1em;
}
.tpf-comment .comment-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
}
.tpf-comment .tpf-comment-vote-score {
  float: right;
  line-height: 2em;
}
.tpf-comment .uk-button-small {
  line-height: 20px;
  padding: 0 10px;
}
.tpf-comment .tpf-comment-username {
  font-weight: bold;
}
.tpf-comment.tpf-comment-leading {
  background: #eaeaea;
  border: 1px dashed #ccc;
  position: relative;
}
.tpf-comment.tpf-comment-leading:before {
  content: "Leading speaker";
  color: #ed1f24;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  font-weight: 900;
}
@media (max-width: 639px) {
  .tpf-comment.tpf-comment-leading:before {
    text-align: right;
    width: 30%;
    top: 8px;
  }
}
.tpf-my-vote {
  position: relative;
}
.tpf-my-vote:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 17px;
}
.tpf-my-vote i,
.tpf-my-vote span {
  opacity: 0.5;
}
#commentform {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
#commentform .control-group {
  margin: 1em 0;
}
#commentform label {
  display: block;
  margin-top: 1em;
}
.mceEditor .mceToolbarRow2 {
  display: none;
}
.mceEditor.mobileSkin .mceButton {
  padding: 2px 4px;
}
.mceEditor .mceLayout .mceLast {
  background: #fff !important;
  border-top: 1px solid #fff !important;
  margin-top: -1px;
  position: relative;
  height: 20px;
}
.mceEditor .mceStatusbar .mceResize {
  position: relative;
  top: -11px;
}
.uk-alert.tpf-alert-with-icon {
  padding-left: 65px;
}
.uk-alert.tpf-alert-with-icon i {
  font-size: 30px;
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
#link-browser {
  display: none;
}
.chzn-choices li.search-field {
  width: 100%;
}
#access-modal label {
  margin-top: 0;
}
.registration label {
  margin: 0;
}
.registration .control-group {
  margin: 30px 0;
}
.registration .control-group:first-child {
  margin-top: 0;
}
.registration .radio {
  min-height: 0;
  padding-left: 0;
}
#member-registration #jform_username-lbl,
#member-registration #jform_password2-lbl,
#member-registration .optional {
  display: none;
}
.wf-editor-header {
  display: none;
}
.form-actions,
.registration .control-group.form-actions {
  padding: 0;
  border: none;
  margin-top: 0;
}
.uk-nav a i.fa,
.uk-nav a i.fab,
.uk-nav a i.fal,
.uk-nav a i.far,
.uk-nav a i.fas,
.uk-nav a i.fad {
  width: 1.4em;
  margin-right: 1em;
}
.fa-external-link-alt {
  font-size: 0.8em;
}
.tpf-video-thumb-link {
  display: block;
  width: 100%;
}
.tpf-video-thumb {
  position: relative;
}
@media (max-width: 639px) {
  .tpf-video-thumb {
    margin-bottom: 15px;
  }
}
.tpf-video-thumb .tpf-video-thumb-container {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #333;
  padding-top: 56%;
}
.tpf-video-thumb .tpf-video-thumb-container img {
  display: block;
  position: absolute;
  left: -30000px;
}
.tpf-video-thumb i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 40px;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 10px;
  color: #999;
  opacity: 0.75;
}
.tpf-video-thumb .tpf-video-processing {
  padding-top: 56%;
  position: relative;
  background: #ccc;
}
.tpf-video-thumb .tpf-video-processing i {
  margin-left: 0;
}
.tpf-video-thumb .tpf-video-processing p {
  position: absolute;
  text-align: center;
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 0.875em;
  color: #777;
}
.uk-text-meta span {
  margin-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
  line-height: 1.2;
}
.debate-tags {
  line-height: 1.6em;
}
a.uk-label {
  text-decoration: none;
  padding: 2px 10px 1px;
}
a.uk-label:hover {
  color: #fff;
  text-decoration: none;
}
.uk-clearfix {
  clear: both;
}
.chzn-container-single .chzn-drop {
  border-top: 1px dashed #ddd;
}
.chzn-container-single .chzn-single {
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  box-shadow: none;
}
.chzn-container-single .chzn-single div b {
  height: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-pag label {
  line-height: 40px;
  text-align: right;
  padding-right: 15px;
  border: 1px solid transparent;
}
.uk-button-primary .uk-badge,
.uk-button-primary .badge {
  background: #fff;
  color: #ed1f24;
  position: relative;
  top: -1px;
  right: -9px;
  padding: 4px;
  min-width: 19px;
  min-height: 18px;
  line-height: 11px;
  display: inline-block;
  height: 18px;
  font-weight: 700;
}
#debate-results {
  position: relative;
  padding: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  background: #f1fbff;
}
#debate-results .vote_buttons {
  min-width: 260px;
}
#debate-results .vote_buttons .uk-button {
  padding: 0 5px;
}
#debate-results .votes-summary .instruction {
  color: #aaa;
  font-size: 11px;
  margin-top: 5px;
}
#debate-results #vote_result {
  font-size: 130%;
  font-weight: 900;
  text-align: center;
}
#debate-results #vote_result i {
  color: #fff;
  background: #ed1f24;
  font-size: 140%;
  margin-right: 0.3em;
  padding: 10px;
  border-radius: 8px;
}
#vote_result_mbl i {
  color: #fff;
  background: #ed1f24;
  font-size: 100%;
  margin-right: 0.3em;
  padding: 5px;
  border-radius: 3px;
}
@media (max-width: 639px) {
  .com_thepeoplesforums.view-debate #tm-main {
    padding-top: 0;
  }
}
.com_thepeoplesforums.view-debate .debate-map-container p.uk-text-meta {
  margin-top: 0.5em;
}
.com_thepeoplesforums.view-debate .debate-map-container #map {
  height: 50vh;
  max-height: 300px;
}
@media (max-width: 639px) {
  .com_thepeoplesforums.view-debate .debate-map-container #map {
    margin: 0 -15px;
  }
}
@media (min-width: 640px) {
  .com_thepeoplesforums.view-debate .debate-map-container {
    float: right;
    margin-left: 30px;
  }
}
.search-page #tm-top .uk-container {
  padding-left: 0;
  padding-right: 0;
}
.search-page #map {
  min-height: 450px;
  max-height: none;
  height: 50vh;
}
#module-map {
  position: relative;
}
#module-map #map .gm-style-iw {
  width: 280px;
}
#module-map h1,
#module-map h2 {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  max-width: 90%;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 18px;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#ajaxsearchwrapper,
#ajaxsearchwrapper .inner {
  position: relative;
}
#mod-ajaxsearch-searchword {
  height: 100px !important;
  border: 10px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.14) inset;
  font-size: 35px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  transition: padding ease 0.3s;
}
.loading #mod-ajaxsearch-searchword {
  padding-left: 60px;
}
#ajaxResults {
  margin: 0 auto;
  height: 0;
  overflow: hidden;
}
#ajaxResults .holder {
  padding-bottom: 10px;
}
#ajaxResults .results ul {
  list-style: none;
  padding-left: 0;
}
.is-guest .footer-buttons .el-item:nth-child(4) {
  display: none;
}
.is-member .footer-buttons .el-item:nth-child(3) {
  display: none;
}
.share-this-debate a {
  font-size: 2em;
}
.share-this-debate .share-twitter a {
  color: #1da1f2;
}
.share-this-debate .share-facebook a {
  color: #4166b2;
}
.share-this-debate .share-linkedin a {
  color: #0077b5;
}
.share-this-debate .share-flipboard a {
  color: #f52828;
}
.uk-no-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tpf-responses li {
  position: relative;
}
.tpf-responses li .uk-accordion:last-child > li:not(.uk-open) .uk-accordion-title {
  top: 7px;
}
.tpf-responses li .uk-accordion .uk-accordion-title {
  float: left;
  position: absolute;
  top: 3px;
  left: -10px;
  transform: rotateZ(180deg);
  transition: transform 300ms ease, top 300ms ease;
  color: #f00;
  width: 12px;
  height: 17px;
  line-height: 12px;
  margin: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 2px 0 3px;
  border-radius: 6px;
}
.tpf-responses li .uk-accordion .uk-accordion-title:before {
  background: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f0dd";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  width: 12px;
  margin: 0;
  background: #f9f9f9;
}
.tpf-responses li .uk-accordion > li {
  margin-top: -1em;
  padding-bottom: 1em;
}
.tpf-responses li .uk-accordion > li:not(.uk-open) {
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: 1px solid #e9e9e9;
}
.tpf-responses li .uk-accordion > li:not(.uk-open):before {
  content: "";
  position: absolute;
  top: 5px;
  left: 1em;
  font-weight: bold;
}
.tpf-responses li.uk-open > .uk-accordion-title {
  left: -9px;
  transform: rotateZ(0deg);
  color: #ccc;
  top: 7px;
}
@media (min-width: 960px) {
  #for-against-tabs {
    display: none;
  }
}
#for-against-tabs.uk-sticky-fixed {
  margin-left: -20px !important;
  background: #ffffff;
  padding-left: 20px;
  padding-top: 20px;
  left: 0;
  right: 0;
  width: auto !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#for-against-tabs.uk-tab > li {
  padding-left: 0;
}
#for-against-tabs.uk-tab > li > a {
  font-size: 14px;
  font-weight: 900;
}
#for-against-tabs.uk-tab > .uk-active > a {
  border: 1px solid #ddd;
  border-bottom: 1px solid #f9f9f9;
  border-radius: 4px 4px 0 0;
}
@media (min-width: 960px) {
  #for-against-cols {
    margin-left: -30px;
  }
  #for-against-cols > li {
    display: block !important;
  }
}
@media (max-width: 959px) {
  #for-against-cols > li {
    padding-left: 0;
  }
  #for-against-cols > li > h4 {
    display: none;
  }
}
@media (max-width: 640px) {
  .uk-button-small,
  .btm-small {
    font-size: 0.75rem;
    padding: 0 10px;
  }
}
.uk-slider .uk-slidenav {
  transform: translateY(-50%);
  background: #fff;
  border-radius: 80px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.07);
  border: 1px solid #ddd;
}
.uk-slider .uk-slidenav svg {
  height: 16px;
  position: relative;
  top: -1px;
  color: #888;
}
.uk-slider .uk-slidenav-previous {
  left: -35px;
}
.uk-slider .uk-slidenav-next {
  right: -35px;
}
.view-profile .uk-border-circle {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.uk-text-meta .uk-border-circle {
  cursor: pointer;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #f0f0f0;
}
.search-page .tm-top .uk-container {
    padding-left: 0;
    padding-right: 0;
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
#ajaxResults {
   height: auto !important;
}
.uk-input, .uk-select:not([multiple]):not([size]), .uneditable-input:not([class*=uk-]), input[type=color]:not([class*=uk-]), input[type=date]:not([class*=uk-]), input[type=datetime-local]:not([class*=uk-]), input[type=datetime]:not([class*=uk-]), input[type=email]:not([class*=uk-]), input[type=month]:not([class*=uk-]), input[type=number]:not([class*=uk-]), input[type=password]:not([class*=uk-]), input[type=search]:not([class*=uk-]), input[type=tel]:not([class*=uk-]), input[type=text]:not([class*=uk-]), input[type=time]:not([class*=uk-]), input[type=url]:not([class*=uk-]), input[type=week]:not([class*=uk-]), select:not([class*=uk-]):not([multiple]):not([size]) {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e5 !important;
}
.uk-input, .uk-select, .uk-textarea, .uneditable-input:not([class*=uk-]), input[type=color]:not([class*=uk-]), input[type=date]:not([class*=uk-]), input[type=datetime-local]:not([class*=uk-]), input[type=datetime]:not([class*=uk-]), input[type=email]:not([class*=uk-]), input[type=month]:not([class*=uk-]), input[type=number]:not([class*=uk-]), input[type=password]:not([class*=uk-]), input[type=search]:not([class*=uk-]), input[type=tel]:not([class*=uk-]), input[type=text]:not([class*=uk-]), input[type=time]:not([class*=uk-]), input[type=url]:not([class*=uk-]), input[type=week]:not([class*=uk-]), select:not([class*=uk-]), textarea:not([class*=uk-]) {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
    color: #666;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
}
.uk-checkbox:checked, input[type=checkbox]:not([class*=uk-]):checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, input[type=checkbox]:not([class*=uk-]):checked, input[type=checkbox]:not([class*=uk-]):indeterminate, input[type=radio]:not([class*=uk-]):checked {
    background-color: #ed1f24;
    border-color: transparent;
}
.uk-checkbox, .uk-radio, input[type=checkbox]:not([class*=uk-]), input[type=radio]:not([class*=uk-]) {
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .2s ease-in-out;
    transition-property: background-color,border-color,box-shadow;
    border: 1px solid #ccc;
}
.debate-edit.front-end-edit {
     max-width: max-content !important; 
}
.pagination {
  display: block;
    margin: 20px 0;
}
.pagination ul {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 20px 0;
}
.pagination ul>li {
    display: inline;
}
.pagination ul>.disabled>a, .pagination ul>.disabled>a:focus, .pagination ul>.disabled>a:hover, .pagination ul>.disabled>span {
    color: #999;
    cursor: default;
    background-color: transparent;
}
.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    color: #999;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
}
.btn-info, .btn-primary, .btn-success, .uk-button-primary {
    color: #fff !important;
}
/*# sourceMappingURL=custom.css.map */