label {
  display: block;
}
label.inline {
  display: inline;
  display: inline-block;
}
pre.debug {
  background-color: #000;
  color: #0f0;
  padding: 10px 5px;
  margin-bottom: 10px;
  font-family: courier, monospace;
  font-size: 1.3em;
}
.module.container {
  margin: 0 auto;
}
.module .controls {
  display: none;
}
.columns.module {
  overflow: auto;
  clear: both;
}
.columns.module .module {
  margin: 0 auto;
}
.columns.module .module:not(:first-child) {
  margin: 30px auto 0;
}
.column {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0;
  padding: 20px 16px;
  box-sizing: border-box;
}
.column.full {
  width: 100%;
}
.column.quarter {
  width: 25%;
}
.column.one {
  width: 33.333%;
}
.column.half {
  width: 50%;
}
.column.two {
  width: 66.666%;
}
.column.three {
  width: 74%;
}
.columns.two-cols .column:first-child {
  padding: 0 15px 0 0;
}
.columns.two-cols .column:last-child {
  padding: 0 0 0 15px;
}
.columns.three-cols .column {
  padding: 0 10px;
}
.columns.three-cols .column:first-child {
  padding: 0 20px 0 0;
}
.columns.three-cols .column:last-child {
  padding: 0 0 0 20px;
}
.columns.four-cols .column:first-child {
  padding: 0 23px 0 0;
}
.columns.four-cols .column:nth-child(2) {
  padding: 0 15px 0 7px;
}
.columns.four-cols .column:nth-child(3) {
  padding: 0 7px 0 15px;
}
.columns.four-cols .column:last-child {
  padding: 0 0 0 23px;
}
.admin-modal-container {
  width: 100%;
  height: 90%;
  background: #ede8e2;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -webkit-transform: rotateX(-70deg);
}
.admin-modal-container.show {
  transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.admin-modal-container > div {
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.admin-modal-container > .admin-modal-header {
  padding: 20px 20px 0 20px;
  background: transparent;
  color: white;
}
.admin-modal-container > .admin-modal-header > .close {
  color: white;
  opacity: 1;
}
.admin-modal-container > .admin-modal-header > .close > .close:hover {
  opacity: .75;
}
.admin-modal-container > .admin-modal-header > h3 {
  margin: 0;
  text-align: center;
  font-size: 34px;
  color: #422764;
  text-transform: none;
}
.admin-modal-container > .admin-modal-header > button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.admin-modal-container .admin-modal-body {
  overflow-y: scroll;
  max-height: 400px;
  padding: 30px 20px;
  background: transparent;
}
.admin-modal-container .admin-modal-body textarea:focus,
.admin-modal-container .admin-modal-body input[type="text"]:focus,
.admin-modal-container .admin-modal-body input[type="password"]:focus,
.admin-modal-container .admin-modal-body input[type="datetime"]:focus,
.admin-modal-container .admin-modal-body input[type="datetime-local"]:focus,
.admin-modal-container .admin-modal-body input[type="date"]:focus,
.admin-modal-container .admin-modal-body input[type="month"]:focus,
.admin-modal-container .admin-modal-body input[type="time"]:focus,
.admin-modal-container .admin-modal-body input[type="week"]:focus,
.admin-modal-container .admin-modal-body input[type="number"]:focus,
.admin-modal-container .admin-modal-body input[type="email"]:focus,
.admin-modal-container .admin-modal-body input[type="url"]:focus,
.admin-modal-container .admin-modal-body input[type="search"]:focus,
.admin-modal-container .admin-modal-body input[type="file"]:focus,
.admin-modal-container .admin-modal-body input[type="tel"]:focus,
.admin-modal-container .admin-modal-body input[type="color"]:focus,
.admin-modal-container .admin-modal-body .uneditable- input:focus {
  border-color: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.admin-modal-container .admin-modal-body .editor-box,
.admin-modal-container .admin-modal-body .editor-content {
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
}
.admin-modal-container .admin-modal-body .editor-box {
  padding: 5px 10px;
}
.admin-modal-container .admin-modal-body .editor-content {
  padding: 10px;
  min-height: 120px;
}
.admin-modal-container .admin-modal-body .editor-c-img img {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
}
.admin-modal-container .admin-modal-body .editor-c-img img.img-active {
  background-color: #fff;
  border: 1px solid #ccc;
}
.admin-modal-container .admin-modal-body span {
  color: #222;
}
.admin-modal-container > .admin-modal-footer {
  background: transparent;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  padding: 19px 20px 20px;
  text-align: right;
}
.admin-modal-container > .admin-modal-footer label {
  margin-right: 15px;
}
.admin-modal-container > .admin-modal-footer input.mobile-show {
  margin-right: 7px;
}
.admin-modal-container > .admin-modal-footer .fade-button {
  margin-left: 21px;
}
.admin-modal-container .module-creation-tile[data-disabled="true"] .element-tile {
  background: #eaeaea !important;
  color: #999 !important;
}
.admin-modal-container .module-creation-tile[data-disabled="true"] span {
  color: #ccc !important;
}
.admin-modal-container .layout-padding-box {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.admin-modal-container .modal-module-block {
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
}
.admin-modal-container .modal-module-block > .module-block-content {
  padding: 15px 3px 0 3px;
  text-align: center;
}
.admin-modal-container .modal-module-block > .module-block-content span {
  color: #222;
}
.admin-modal-container .modal-module-block > .module-block-content > .element-tile {
  width: 64px;
  height: 64px;
  text-align: center;
  margin: 0 auto 20px auto;
  color: #a6691b;
  box-sizing: border-box;
  padding-top: 20px;
  font-size: 20px;
  background: #f1bf35;
}
.admin-modal-container .modal-module-block > .module-block-content > .element-tile .anaicon {
  font-size: 32px;
  position: relative;
  top: -3px;
}
#image-library {
  z-index: 150;
}
#image-library .images {
  overflow-y: auto;
  height: 325px;
  background-color: transparent;
  width: 80%;
  padding-right: 10px;
  display: inline-block;
}
#image-library .image {
  float: left;
  margin: 5px;
  width: 150px;
  height: 150px;
  text-align: center;
  border: 1px solid #ede8e2;
  overflow: hidden;
  background-color: #ede8e2;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -o-transition: border-color 0.5s;
  -ie-transition: border-color 0.5s;
}
#image-library .image:hover {
  opacity: .5;
}
#image-library .image.selected {
  opacity: 1;
  background-color: #ede8e2;
}
#image-library .image.selected img {
  opacity: .5;
}
#image-library .image.selected:after {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  color: #f1bf35;
  font-size: 52px;
  position: absolute;
  top: 25%;
  right: 34%;
}
#image-library .image img {
  width: auto;
  min-width: 150px;
  height: 100%;
  left: 0;
}
#image-library .upload {
  display: inline-block;
  width: 140px;
  float: left;
  padding-top: 8px;
  padding-left: 0;
  position: relative;
  margin-right: 18px;
  margin-left: 7px;
}
#image-library .upload .file-input-wrapper {
  display: inline-block;
  overflow: hidden;
  height: 70px;
  width: 100%;
}
#image-library .upload .file-input-wrapper .file-input-button {
  color: #444444;
  border: 1px solid #444444;
  background: #ede8e2;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-top: 9px;
  margin-top: 3px;
  text-align: center;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
#image-library .upload .file-input-wrapper .file-input-button:hover {
  color: #000000;
  background: rgba(68, 68, 68, 0.2);
  text-decoration: none;
}
#image-library .upload .file-input-wrapper input {
  border: none;
  position: relative;
  display: block;
  top: 12px;
  left: -82px;
  font-size: 14px;
}
#image-library .upload input.caption-field {
  border: 1px solid #444444;
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  font-size: 15px;
  padding-left: 10px;
  margin: 11px 0;
  background: white;
  z-index: 4;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
#image-library .upload .progress-bar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  top: 2px;
  width: 140px;
  height: 25px;
  border: 1px solid #422764;
  margin-top: 10px;
}
#image-library .upload .progress-bar .progress-text {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  padding-top: 3px;
}
#image-library .upload .progress-bar .progress-amount {
  display: block;
  height: 25px;
  background: #f3c13a;
  vertical-align: center;
}
#notifications {
  position: fixed;
  top: 0;
  right: 50px;
  width: 207px;
  padding: 0;
  margin: 0;
  z-index: 99;
}
#notifications .notification {
  width: 207px;
  box-sizing: border-box;
  position: relative;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
  padding: 0;
  padding-bottom: 26px;
  overflow: hidden;
}
#notifications .notification .title {
  height: 33px;
  background-color: #422764;
  color: white;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  line-height: 33px;
}
#notifications .notification .badge-image {
  display: block;
  padding-top: 10px;
}
#notifications .notification .badge-image img {
  display: block;
  margin: auto;
}
#notifications .notification .user-image-container {
  width: 53px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
#notifications .notification .user-image-container img {
  height: 53px;
  width: 53px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
#notifications .notification .image-flag-container {
  width: 110px;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
#notifications .notification .image-flag-container img {
  height: 53px;
  width: 53px;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}
#notifications .notification .image-flag-container .points-flag {
  width: 76px;
  height: 40px;
  background-image: url(/assets/images/points-flag-sideways.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 40%;
  margin-top: -20px;
}
#notifications .notification .image-flag-container .points-flag > p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  font-weight: 400;
  margin: 0;
}
#notifications .notification .image-flag-container .points-flag > p:first-of-type {
  font-weight: bold;
  font-size: 15px;
  margin-top: 4px;
}
#notifications .notification p.event {
  font-family: 'Lato', sans-serif;
  max-width: 168px;
  text-align: center;
  display: block;
  margin: 10px auto;
}
#notifications .notification .closer {
  cursor: pointer;
  outline: none;
  border: 0;
  color: #fff;
  background-color: #422764;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#notifications .notification .closer:hover {
  color: #aeaeae;
}
@media (max-width: 500px) {
  #main > .module.container .column {
    display: block;
  }
  #main > .module.container .column.one,
  #main > .module.container .column.two,
  #main > .module.container .column.three,
  #main > .module.container .column.four,
  #main > .module.container .column.five,
  #main > .module.container .column.six {
    width: 100%;
    margin: 0;
  }
}
/*
For CSS that are used by both normal site pages and the admin
*/
.inline-text-button {
  min-width: 140px;
  display: inline-block;
  border: 1px solid #444;
  text-align: center;
  padding: 8px 14px;
  color: #444;
  font-size: initial;
}
.whiteback {
  background-color: #fff;
}
.lightgreyback {
  background: #efefef;
}
.greyback {
  background-color: #cccccc;
}
.tanback {
  background-color: #ede8e2;
}
.darkgreyback {
  background: #444444;
}
.blurback {
  background: url(/assets/images/events-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.editor-content * {
  font-family: 'Lato', sans-serif !important;
  font-size: inherit;
  color: #444 !important;
  line-height: 1.5;
  background: transparent !important;
}
.editor-content h1 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content h2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content h3 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content h4 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content h5 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content h6 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content p {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content p * {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.editor-content p a {
  color: #422764 !important;
}
.editor-content p b {
  font-weight: 600 !important;
}
.editor-content img {
  margin: 14px 0;
}
.editor-content a {
  color: #422764 !important;
}
.simplebox {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}
.simplebox .simplebox-container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 900px;
  perspective: 1300px;
  -webkit-perspective: 1300px;
}
iframe.sign-up-form {
  width: 100%;
  height: 1530px;
  border: none;
  background: none transparent;
}
iframe.join-form {
  width: 100%;
  height: 2760px;
  border: none;
  background: none transparent;
}
iframe.recover-form {
  width: 100%;
  height: 370px;
  border: none;
  background: none transparent;
}
.login-title {
  font-family: "LatoBlack", sans-serif;
  color: #422764;
}
.login-form label {
  display: block;
  margin-top: 20px;
}
.login-form label .icon {
  position: relative;
  font-size: 18px;
  color: #999999;
  z-index: 5;
  left: 15px;
  width: 15px;
}
.login-form label.inline {
  display: inline;
  display: inline-block;
}
.login-form label.inline span {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 14px;
  margin-right: 5px;
  color: #666666;
}
.login-form .forgot {
  color: #666666;
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 14px;
  margin-left: 105px;
}
.login-form input[type="text"],
.login-form input[type="password"] {
  border: 1px solid #444444;
  box-sizing: border-box;
  width: 415px;
  height: 37px;
  font-size: 15px;
  padding-left: 45px;
  position: relative;
  left: -15px;
  z-index: 4;
  color: #422764;
  font-family: 'Lato', sans-serif;
}
.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
  color: #666666;
}
.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
  color: #666666;
}
.login-form .lock-icon {
  color: #422764;
  font-size: 20px;
  margin-left: 15px;
  margin-top: 36px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.login-form input[type="submit"] {
  color: #422764;
  border: 1px solid #444444;
  background: #ffffff;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  margin-top: 36px;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.login-form input[type="submit"]:hover {
  color: #220744;
  background: rgba(66, 39, 100, 0.3);
}
.simplebox .simplebox-container.login-window {
  width: 490px;
  -webkit-border-radius: 11px 11px 8px 8px;
  -moz-border-radius: 11px 11px 8px 8px;
  border-radius: 11px 11px 8px 8px;
  background-color: #ffffff;
}
.modal-form {
  overflow: hidden;
}
.modal-form h1 {
  background: #422764;
  color: #ffffff;
  padding: 15px 30px;
  margin: 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.modal-form h1 .fa {
  transition: color 500ms;
  -moz-transition: color 500ms;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  -ie-transition: color 500ms;
  font-size: 14px;
  position: absolute;
  right: 23px;
  top: 18px;
}
.modal-form h1 .fa:hover {
  cursor: pointer;
  color: #f3c13b;
}
.modal-form .login-form {
  padding: 0 30px 60px 30px;
}
@media (max-width: 767px) {
  .simplebox .simplebox-container.login-window {
    width: 325px;
  }
  .login-form .forgot {
    margin-left: 0;
    display: block;
  }
  .login-form input[type="text"],
  .login-form input[type="password"] {
    width: 250px;
  }
}
.earn-badge-title {
  font-weight: 700;
  font-size: 16px;
}
.earn-badge {
  font-family: 'Lato', sans-serif;
}
.earn-badge li {
  font-size: 14px;
}
.badge-library.module > h4 {
  color: #422764;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  margin: 0;
  text-transform: none;
}
.badge-library.module > .badge-items {
  list-style: none;
  padding: 0;
}
.badge-library.module > .badge-items li {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.badge-library.module > .badge-items li .badge-image-link {
  display: block;
  height: 185px;
}
.badge-library.module > .badge-items li h5,
.badge-library.module > .badge-items li p {
  color: #422764;
  display: block;
  font-family: 'Lato', sans-serif;
  line-height: 19px;
  margin: 0;
  text-transform: none;
}
.badge-library.module > .badge-items li > h5 {
  font-weight: bold;
  font-size: 16px;
  margin: 10px auto 0;
  text-transform: none;
}
.badge-library.module > .badge-items li > p {
  font-size: 12px;
  margin: 5px auto 0;
}
.badge-library.module > .badge-items li > .view-anchor {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 4px auto 0;
  text-decoration: none;
  text-transform: uppercase;
}
.badge-library.module > .badge-items li:nth-child(4n-3) {
  padding: 15px 23px 15px 0;
}
.badge-library.module > .badge-items li:nth-child(4n-2) {
  padding: 15px 15px 15px 7px;
}
.badge-library.module > .badge-items li:nth-child(4n-1) {
  padding: 15px 7px 15px 15px;
}
.badge-library.module > .badge-items li:nth-child(4n) {
  padding: 15px 0 15px 23px;
}
.badge-library.module > button {
  width: 140px;
  height: 36px;
  border: 1px solid #444;
  background: none;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.winners.module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 0 !important;
  overflow: hidden;
}
.winners.module > .header-bar {
  width: 100%;
  height: 51px;
  line-height: 51px;
  background: #422764;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 30px;
}
@media (max-width: 400px) {
  .winners.module > .header-bar {
    padding: 0 18px;
  }
}
.winners.module > .header-bar > a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  float: right;
  text-decoration: none;
  text-transform: none;
}
.winners.module > .header-bar > a i {
  margin-left: 9px;
}
.winners.module > ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}
.winners.module > ul > li {
  width: 100%;
  padding: 18px 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.winners.module > ul > li:last-child {
  border-bottom: none;
}
.winners.module > ul > li .image-container,
.winners.module > ul > li .user-info,
.winners.module > ul > li .btn-container {
  display: table-cell;
  vertical-align: middle;
}
.winners.module > ul > li .image-container {
  padding-right: 13px;
}
.winners.module > ul > li .image-container img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}
.winners.module > ul > li p {
  margin: 0;
}
.winners.module > ul > li .user-info {
  width: 100%;
  color: #422764;
}
.winners.module > ul > li .user-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.winners.module > ul > li .user-info p {
  padding: 0;
  margin: 3px 0 8px;
}
.winners.module > ul > li .user-info a {
  color: inherit;
  text-decoration: none;
}
.winners.module > ul > li .user-info a.upper {
  display: block;
  text-transform: uppercase;
}
.winners.module > ul > li .btn-container {
  position: absolute;
  right: 0;
  top: 20px;
  color: #a6a6a6;
}
.winners.module > ul > li .btn-container button {
  font-size: 12px;
  color: #a6a6a6;
  background: none;
  border: 0;
}
.winners.module .message-center-footer-container {
  padding: 0 30px;
}
.winners.module .message-center-footer-container .message-center-footer {
  width: 100%;
  height: 48px;
  border-top: 1px solid #d6d6d6;
  line-height: 48px;
}
.winners.module .message-center-footer-container .message-center-footer a {
  color: #a6a6a6;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-decoration: none;
  float: right;
}
.winners.module .message-center-footer-container .message-center-footer a:first-of-type {
  float: left;
}
@media (max-width: 767px) {
  .badge-library.module .badge-items li {
    width: 50%;
  }
  .badge-library.module .badge-items li:nth-child(2n-1) {
    padding: 15px 15px 15px 0;
  }
  .badge-library.module .badge-items li:nth-child(2n) {
    padding: 15px 0 15px 15px;
  }
}
.profile-data {
  width: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
}
.profile-data .profile-image {
  width: 115px;
  float: left;
  margin: 0 15px 0 0;
  border-radius: 9999px;
}
.profile-data .profile-header {
  margin-top: -6px;
}
.profile-data .profile-header .display-name {
  color: #422764;
  font-size: 16px;
  font-weight: 900;
  width: 150px;
  display: inline-block;
}
.profile-data .profile-header a.settings {
  font-size: 12px;
  display: inline-block;
  background: #422764;
  color: white;
  padding: 6px 16px;
  border-radius: 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.profile-data .profile-header .points {
  color: #422764;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.profile-data .profile-header .points small {
  color: #422764;
  font-size: 14px;
  font-weight: normal;
}
.profile-data .profile-header .rank {
  color: #422764;
  font-size: 14px;
  font-weight: normal;
  margin: 0 5px 0 15px;
}
.profile-data .profile-header .level-progress {
  position: relative;
  display: inline-block;
  overflow: hidden;
  top: 2px;
  width: 80px;
  height: 15px;
  border: 1px solid #422764;
}
.profile-data .profile-header .level-progress .level-completed {
  display: block;
  height: 13px;
  background: #f3c13a;
}
.profile-data .profile-following .follow {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #422764;
  padding: 11px 31px;
  float: left;
  margin-top: 22px;
  border-right: 1px solid #d6d6d6;
}
.profile-data .profile-following .follow:first-child {
  padding-left: 0;
}
.profile-data .profile-following .follow:last-child {
  border-right: none;
}
.profile-data .profile-following .follow label {
  font-weight: normal;
  font-size: 12px;
}
.latest-blog {
  padding: 29px 33px 18px 33px;
  font-family: 'Lato', sans-serif;
}
.latest-blog h3 {
  font-weight: 700;
  font-size: 14px;
  margin-top: 0;
  text-transform: none;
  margin-bottom: 0px;
}
.latest-blog p {
  color: #aeaeae;
  font-size: 12px;
}
.latest-blog a {
  color: #aeaeae;
  font-size: 12px;
  text-align: right;
  display: block;
}
.add-post {
  background-color: #ede8e2;
  padding: 60px 0;
}
.add-post #list-tags {
  margin-bottom: 20px;
}
.add-post #editor-panel {
  margin-top: 5px;
}
.add-post .nicEdit-main {
  background-color: #ffffff !important;
  border-color: #444444 !important;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.add-post form input[type='text'],
.add-post form select {
  border: 1px solid #444444;
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  font-size: 15px;
  padding-left: 20px;
  z-index: 4;
  color: #000000;
  font-family: 'Lato', sans-serif;
}
.add-post form select {
  width: 165px;
  background-color: #ede8e2;
  color: #444444;
  border: 1px solid #444444;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.add-post form select:hover {
  color: #000000;
  background: rgba(68, 68, 68, 0.2);
}
.add-post form select[name="category"] {
  margin: 0 15px 0 80px ;
}
.add-post form select[name="viewable"] {
  margin: 0;
}
.add-post form textarea {
  display: block;
  border: 1px solid #444444;
  box-sizing: border-box;
  width: 100%;
  height: 350px;
}
.add-post form input[type="submit"],
.add-post form button {
  color: #444444;
  border: 1px solid #444444;
  background: #ede8e2;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  margin-top: 36px;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.add-post form input[type="submit"]:hover,
.add-post form button:hover {
  color: #000000;
  background: rgba(68, 68, 68, 0.2);
}
.add-post form .post-controls label.inline {
  width: 48%;
  margin-right: 2%;
}
@media (max-width: 480px) {
  .add-post form .post-controls label.inline {
    width: 100%;
    margin: 0;
  }
}
.add-post form .post-controls select {
  width: 22%;
  margin: 0 2%;
}
@media (max-width: 480px) {
  .add-post form .post-controls select {
    width: 48%;
    margin: 10px 2% 0 0;
  }
}
.add-post form .post-controls button {
  width: 22%;
  margin-left: 2%;
}
@media (max-width: 480px) {
  .add-post form .post-controls button {
    width: 48%;
    margin: 10px 0 0 2%;
  }
}
.add-post form .post-controls button .fa {
  font-size: 14px;
}
.add-post form ul.post-controls-bottom {
  list-style: none;
  text-align: right;
}
.add-post form ul.post-controls-bottom li {
  display: inline-block;
  margin-left: 21px;
}
@media (max-width: 768px) {
  .add-post form ul.post-controls-bottom li {
    display: block;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .add-post form ul.post-controls-bottom {
    text-align: center;
    margin-top: 40px;
  }
}
.add-post .collection-items li {
  overflow: hidden;
  position: relative;
}
.add-post .collection-items li i {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0px 0px 4px #000000;
  transition: color 500ms;
  -moz-transition: color 500ms;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  -ie-transition: color 500ms;
}
.add-post .collection-items li i:hover {
  color: #444444;
  text-shadow: 0px 0px 4px #ffffff;
  cursor: pointer;
}
.blog-post {
  background-color: #ede8e2;
}
.blog-post .wrapper {
  padding: 30px 0;
}
.blog-post .wrapper .all-blog-posts article {
  margin-bottom: 100px;
}
.blog-post .wrapper .post {
  padding: 0;
  font-size: 14px;
}
@media (min-width: 1008px) {
  .blog-post .wrapper .post {
    padding: 0 0 0 70px;
  }
}
.blog-post .wrapper .post *:not(.post-icon):not(.icon):not(.icon-text):not(.fa) {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  color: #444;
  line-height: 1.5;
  background: transparent !important;
}
.blog-post .wrapper .post h1 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post h2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post h3 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post h4 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post h5 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post h6 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post p {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post p * {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.blog-post .wrapper .post p a {
  color: #422764 !important;
}
.blog-post .wrapper .post p b {
  font-weight: 600 !important;
}
.blog-post .wrapper .post a {
  color: #422764 !important;
}
.blog-post .wrapper .post .blog-featured-image {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 1007px) {
  .blog-post .wrapper .post .blog-featured-image {
    margin-bottom: 20px;
  }
}
.blog-post .wrapper .post *:nth-child(2):not(.blog-featured-image) {
  margin-top: 0 !important;
}
@media screen and (min-width: 1008px) {
  .blog-post .wrapper .member-collections {
    padding-left: 70px;
  }
}
.blog-post .wrapper .member-collections .collection-items {
  margin-left: -17px;
  margin-right: -17px;
}
@media (max-width: 600px) {
  .blog-post .wrapper .member-collections .collection-items {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-post .wrapper .member-collections li {
  float: left;
  padding: 17px !important;
}
@media (max-width: 600px) {
  .blog-post .wrapper .member-collections li {
    padding: 10px !important;
  }
}
.blog-post .icon-container {
  position: absolute;
  left: -15px;
  top: 0;
  margin: 0;
}
@media screen and (max-width: 1007px) {
  .blog-post .icon-container {
    float: left;
    padding: 0 20px 10px 0;
    position: relative;
    left: 0;
  }
}
.blog-post .icon-container .post-icon {
  width: 55px;
  height: 65px;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.blog-post .icon-container .post-icon > .icon {
  display: block;
  width: 100%;
  height: 43px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  line-height: 43px;
}
.blog-post .icon-container .post-icon > .icon i {
  font-size: 20px;
  position: relative;
  top: -5px;
}
.blog-post .icon-container .post-icon .icon-text {
  display: block;
  width: 100%;
  height: 22px;
  background: #422764;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  color: #efefef;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
}
.blog-post .column.quarter > div {
  margin-bottom: 20px;
}
@media (max-width: 1007px) {
  .blog-post .column {
    width: 100% !important;
  }
}
.blog-post .header-bar {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #422764;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 30px;
  border-radius: 8px 8px 0 0;
}
.blog-post .menu-list-module ul {
  padding: 4px 18px 7px 18px;
}
.blog-post .tag-cloud {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  font-family: 'Lato';
}
.blog-post .tag-cloud ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 16px 18px 7px 18px;
}
.blog-post .tag-cloud ul li {
  font-size: 12px;
  font-weight: normal;
  color: #422764;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin: 0 11px 11px 0;
  display: inline-block;
  border: 1px solid #422764;
}
.blog-post .tag-cloud ul li a {
  color: #422764;
  text-decoration: none;
   white-space: nowrap; 
}
.comments h4 {
  font-size: 22px;
  color: #444444;
  font-weight: 300;
  text-align: left;
  font-family: 'Lato', sans-serif;
  text-transform: none;
}
.comments .comment {
  border-top: 1px solid #cccccc;
  margin-bottom: 15px;
  min-height: 85px;
}
.comments .comment:last-of-type {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.comments .comment:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.comments .comment > .comment {
  margin-top: 40px;
  padding-left: 40px;
}
.comments .comment > .comment:last-of-type {
  border-bottom: none;
}
.comments .comment .author {
  float: left;
  top: 25px;
  position: relative;
  width: 195px;
  margin-right:15px;
}
.comments .comment .author img {
  float: left;
  width: 50px;
  margin-bottom: 16px;
  border-radius: 9999px;
}
.comments .comment .author > div {
  width: 145px;
}
.comments .comment .author .name {
  color: #422764;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0 65px;
}
.comments .comment .author .tag {
  color: #aeaeae;
  font-size: 12px;
  margin: 5px 0 0 65px;
}
.comments .comment .content {
  color: #444444;
  font-size: 12px;
  line-height: 20px;
  padding-left: 195px;
  padding-right: 85px;
  padding-top: 15px;
}
@media (max-width: 699px) {
  .comments .comment .content {
    padding: 77px 0 0 10px;
  }
}
.comments .comment .comment-reply {
  position: absolute;
  top: 32px;
  right: 0;
  color: #aeaeae;
  text-transform: uppercase;
  font-weight: bold;
}
.comments .comment .comment-reply .fa {
  padding-left: 4px;
}
.comment-form {
  text-align: right;
  margin-bottom: 25px;
}
.comment-form textarea {
  width: 100%;
  display: block;
  padding: 10px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #444444;
}
.comment-form .fade-button {
  margin-top: 30px;
}
.recent-blog-posts .wrapper h1 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #422764;
  margin-top: 0;
}
.recent-blog-posts .wrapper .posts {
  padding: 0;
}
.recent-blog-posts .wrapper .posts li:nth-child(4n-3) {
  padding: 15px 23px 15px 0;
}
.recent-blog-posts .wrapper .posts li:nth-child(4n-2) {
  padding: 15px 15px 15px 7px;
}
.recent-blog-posts .wrapper .posts li:nth-child(4n-1) {
  padding: 15px 7px 15px 15px;
}
.recent-blog-posts .wrapper .posts li:nth-child(4n) {
  padding: 15px 0 15px 23px;
}
.recent-blog-posts .wrapper .posts .post {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.recent-blog-posts .wrapper .posts .post .post-icon-container > .icon {
  background-color: #ffffff;
}
.recent-blog-posts .wrapper .posts .post h3 a {
  font-family: 'Lato', sans-serif;
  color: #444444;
  font-size: 16px;
  font-weight: 300;
  display: block;
  height: 34px;
  width: 220px;
}
.recent-blog-posts .wrapper .posts .post .more {
  color: #444444;
  font-size: 12px;
  font-weight: 700;
}
.recent-blog-posts .wrapper .posts .post .post-image {
  width: 222px;
  height: 222px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.recent-blog-posts .wrapper .posts .post .post-image .social-share {
  background-color: #f3c13b;
  color: #ffffff;
  font-size: 20px;
  box-sizing: border-box;
  height: 55px;
  width: 56px;
  display: inline-block;
  padding-top: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #ffdc7b;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.recent-blog-posts .wrapper .posts .post .post-image .social-share:hover {
  color: #444444;
  background-color: #ffdc7b;
}
.recent-blog-posts .wrapper .posts .post .post-image .social-share.fb {
  left: 0px;
}
.recent-blog-posts .wrapper .posts .post .post-image .social-share.tw {
  left: 55px;
}
.recent-blog-posts .wrapper .posts .post .post-image .social-share.eml {
  right: 55px;
}
.recent-blog-posts .wrapper .posts .post .post-image .social-share.plus {
  right: 0;
}
.recent-blog-posts .wrapper .points-flag-button {
  cursor: pointer;
  outline: none;
  width: 113px;
  height: 37px;
  background: none;
  border: 1px solid #414141;
  color: #414141;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
  margin: 30px auto 0;
  display: block;
}
.recent-blog-posts .wrapper .points-flag-button a {
  color: #414141;
}
.recent-blog-posts .wrapper .points-flag-button:after {
  content: ' ';
  display: block;
  width: 33px;
  height: 46px;
  position: absolute;
  top: -1px;
  right: -33px;
  background-image: url(/assets/images/points-flag-dark.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recent-blog-posts .wrapper .points-flag-button > span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}
.recent-blog-posts .wrapper .points-flag-button > span.reward-value {
  top: 3px;
  right: -26px;
  font-weight: bold;
  font-size: 15px;
}
.recent-blog-posts .wrapper .points-flag-button > span.points-text {
  top: 20px;
  right: -23px;
  font-size: 10px;
}
.blog-posts .wrapper h1 {
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #422764;
  margin-top: 0;
}
.blog-posts .wrapper .post {
  margin-bottom: 60px;
  border-top: 1px solid #efefef;
  padding-top: 30px;
}
.blog-posts .wrapper .post .post-image {
  width: 222px;
  height: 222px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  float: left;
  margin-right: 25px;
}
.blog-posts .wrapper .post .post-image .social-share {
  background-color: #f3c13b;
  color: #ffffff;
  font-size: 20px;
  box-sizing: border-box;
  height: 55px;
  width: 56px;
  display: inline-block;
  padding-top: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #ffdc7b;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.blog-posts .wrapper .post .post-image .social-share:hover {
  color: #444444;
  background-color: #ffdc7b;
}
.blog-posts .wrapper .post .post-image .social-share.fb {
  left: 0px;
}
.blog-posts .wrapper .post .post-image .social-share.tw {
  left: 55px;
}
.blog-posts .wrapper .post .post-image .social-share.eml {
  right: 55px;
}
.blog-posts .wrapper .post .post-image .social-share.plus {
  right: 0;
}
.blog-posts .wrapper .post header {
  min-height: 60px;
  background: none;
  float: left;
  width: 255px;
}
.blog-posts .wrapper .post header h3 {
  margin-top: 0;
}
.blog-posts .wrapper .post header h3 a {
  color: #422764;
  font-size: 16px;
}
.blog-posts .wrapper .post header .views {
  color: #aeaeae;
  font-size: 16px;
}
.blog-posts .wrapper .post header .views span:last-child {
  margin-left: 27px;
}
.blog-posts .wrapper .post .body {
  color: #444444;
  width: 445px;
  font-family: 'Lato';
  font-size: 12px;
  float: right;
  min-height: 55px;
  margin-top: 0;
}
.blog-posts .wrapper .post .more {
  float: right;
  display: block;
  clear: right;
  color: #422764;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-posts .wrapper .post:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.blog-posts .wrapper .post .comments {
  width: 730px;
  margin-left: 247px;
  clear: right;
  position: relative;
  border-top: 1px solid #efefef;
}
.blog-posts .wrapper .post .comments h4 {
  font-size: 14px;
  color: #aeaeae;
  font-weight: 700;
  text-align: left;
}
.blog-posts .wrapper .post .comments .comment {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}
.blog-posts .wrapper .post .comments .comment:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.blog-posts .wrapper .post .comments .comment .author {
  float: left;
  position: relative;
  width: 195px;
}
.blog-posts .wrapper .post .comments .comment .author img {
  float: left;
  width: 50px;
  margin-bottom: 16px;
}
.blog-posts .wrapper .post .comments .comment .author > div {
  width: 145px;
}
.blog-posts .wrapper .post .comments .comment .author .name {
  color: #422764;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0 65px;
}
.blog-posts .wrapper .post .comments .comment .author .tag {
  color: #aeaeae;
  font-size: 12px;
  margin: 5px 0 0 65px;
}
.blog-posts .wrapper .post .comments .comment .content {
  color: #444444;
  font-size: 12px;
}
input.fade-button,
button.fade-button {
  padding-top: 1px;
}
.fade-button {
  color: #444444;
  border: 1px solid #444444;
  background: #ede8e2;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  padding-top: 9px;
  text-align: center;
  font-weight: 400;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.fade-button:hover {
  color: #000000;
  background: rgba(68, 68, 68, 0.2);
  text-decoration: none;
}
.fade-button a {
  color: inherit;
}
.settings #crop-sample,
.settings .cropperResize {
  border-radius: 9999px;
}
.settings label {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.settings .fade-button {
  margin-top: 0;
  margin-left: 20px;
}
.settings input {
  padding: 10px 5px 11px 10px;
  outline: none;
  border: 1px solid #444444;
}
.settings .file-input-wrapper {
  display: inline-block;
}
.settings .file-input-wrapper .file-input-button {
  color: #444444;
  border: 1px solid #444444;
  background: #ede8e2;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-top: 9px;
  text-align: center;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.settings .file-input-wrapper .file-input-button:hover {
  color: #000000;
  background: rgba(68, 68, 68, 0.2);
  text-decoration: none;
}
.settings .file-input-wrapper input {
  display: none;
}
.settings #upload-button {
  margin-left: 79px;
}
.settings #cropping {
  margin-bottom: 10px;
  margin-top: 10px;
}
.settings #avatar-save {
  color: #444444;
  border: 1px solid #444444;
  background: #ede8e2;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
  display: block;
  margin: auto;
}
.settings .avatar-message {
  display: none;
}
.settings #image-loading {
  text-align: center;
  display: none;
}
.settings select {
  color: #444444;
  border: 1px solid #444444;
  height: 37px;
  width: 195px;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.badges-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.badges-list > li {
  width: 100%;
  padding: 18px 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.badges-list > li:last-child {
  border-bottom: none;
}
.badges-list > li .image-container,
.badges-list > li .user-info,
.badges-list > li .btn-container {
  display: table-cell;
  vertical-align: middle;
}
.badges-list > li .image-container {
  padding-right: 13px;
}
.badges-list > li .image-container img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}
.badges-list > li p {
  margin: 0;
}
.badges-list > li .user-info {
  width: 100%;
  color: #422764;
}
.badges-list > li .user-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.badges-list > li .user-info p {
  padding: 0;
  margin: 3px 0 8px;
}
.badges-list > li .user-info a {
  color: inherit;
  text-decoration: none;
}
.badges-list > li .user-info a.upper {
  display: block;
  text-transform: uppercase;
}
.badges-list > li .btn-container {
  position: absolute;
  right: 0;
  top: 20px;
  color: #a6a6a6;
}
.badges-list > li .btn-container button {
  font-size: 12px;
  color: #a6a6a6;
  background: none;
  border: 0;
}
.missing-notice {
  text-align: center;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
/*generics*/
#tagWrap button,
#tagWrap input,
#tagWrap select,
#tagWrap textarea {
  font-family: sans-serif;
  color: #222;
}
#tagWrap button,
#tagWrap input,
#tagWrap select,
#tagWrap textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
#tagWrap input::-webkit-input-placeholder {
  color: #999;
}
#tagWrap :-moz-placeholder {
  color: #999;
}
/*positional generics*/
#tagWrap .left {
  float: left;
}
#tagWrap .clear {
  clear: both;
}
#tagWrap div.main {
  margin: 20px;
}
/*mooTagify specifics*/
#tagWrap {
  margin-bottom: 0;
  margin-top: 10px;
}
#tagWrap .tagLock {
  /*height: 20px !important;*/
  overflow-y: hidden;
}
#listTags {
  width: 130px;
  padding-left: 10px;
  font-family: 'Lato', serif;
  font-size: 14px;
  border: 1px solid #444;
}
#tagWrap .tag {
  position: relative;
  float: left;
  background: transparent;
  border: 1px solid #4c4c4b;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 14px;
  margin-right: 20px;
  color: #000;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin-bottom: 20px;
  transition: all .3s;
}
#tagWrap .tag .fa {
  margin-left: 5px;
  cursor: pointer;
}
#tagWrap .tag .fa:hover {
  opacity: .7;
}
#tagWrap .tag:hover {
  background: rgba(68, 68, 68, 0.2);
}
#listTags {
  line-height: 33px;
}
#tagWrap div.pub {
  background: #f3c13a;
  background-image: -moz-linear-gradient(top, #f3f15a, #f3c13a);
  background-image: -webkit-linear-gradient(top, #f3f15a, #f3c13a);
  background-image: -o-linear-gradient(top, #f3f15a, #f3c13a);
}
#tagWrap span.tagClose {
  background: url(../images/close-off.png) no-repeat 3px 2px;
  width: 16px;
  height: 18px;
  cursor: pointer;
  margin-top: 0px;
  margin-left: 3px;
  position: absolute;
  _cursor: hand;
  border-left: 1px solid #6A6A6A;
}
#tagWrap span.tagClose:hover {
  background-position: 3px 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-left: 1px solid #000;
}
#tagWrap div.autocompleteWrapper {
  border: 1px solid #ccc;
  position: absolute;
  z-index: 10000;
  background: white;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
#tagWrap div.autocompleteOption {
  padding: 4px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-bottom: 1px solid #CFDAE7;
  clear: both;
  cursor: pointer;
  _cursor: hand;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#tagWrap div.autocompleteOptionSelected,
div.autocompleteOptionSelected:hover {
  background: #f3c13a;
}
#tagWrap div.autocompleteOption:hover,
div.autocompleteOptionOver {
  background: #ffffcf;
}
#tagWrap span.HL {
  background: #555;
  color: #fff;
}
@media (max-width: 1007px) {
  .settings p {
    max-width: 400px;
  }
  .settings .fade-button {
    width: 60px;
    margin-left: 0;
  }
  .settings #avatar {
    display: none;
  }
  .settings .avatar-message {
    display: inline;
  }
  .profile-data .profile-header .display-name {
    width: 30%;
    white-space: nowrap;
    overflow: hidden;
  }
  .profile-data .profile-header a.settings {
    margin: 0;
  }
  .profile-data .profile-header .points,
  .profile-data .profile-header .rank {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .profile-data .profile-following {
    clear: both;
  }
  .profile-data .profile-following .follow {
    margin-top: 20px;
    width: 25%;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .profile-data {
    padding: 20px;
  }
  .profile-data .profile-image {
    width: 100px;
  }
  .profile-data .profile-header .display-name {
    width: 30%;
    overflow: hidden;
    white-space: nowrap;
  }
  .profile-data .profile-header .points,
  .profile-data .profile-header .rank {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
  .profile-data .profile-following {
    clear: both;
  }
  .latest-blog {
    padding: 20px;
  }
  .badges-list {
    padding: 0 20px;
  }
}
.forums p,
.forums span {
  font-size: 12px;
  color: #aeaeae;
}
.forums form {
  padding: 10px 0 0;
}
.forums form .input-container {
  width: 100%;
  margin: 0 0 10px;
}
.forums form .input-container label {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
}
.forums form .input-container .nicEdit-main {
  background-color: #fff;
  border-color: #444;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.forums form .input-container.checkbox label,
.forums form .input-container.checkbox input {
  display: inline-block;
  vertical-align: top;
  height: 25px;
  line-height: 23px;
  margin: 0;
}
.forums form .input-container.checkbox input {
  width: auto;
  margin-left: 5px;
}
.forums form input {
  width: 100%;
  padding: 0 10px;
  height: 37px;
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  background: none;
  border: 1px solid #666666;
}
.forums form input[type=submit] {
  margin: 20px 0 0;
  width: 141px;
}
.forums form input.half {
  width: 50%;
}
.forums form textarea {
  width: 100%;
}
.forums button {
  margin: 0;
  width: 141px;
  height: 37px;
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  background: none;
  border: 1px solid #666666;
}
.forums button.delete {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.forums #more-forums {
  margin: 0 auto;
  display: block;
}
.forums p.edit {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 13px;
}
.forums .header {
  width: 100%;
  font-family: 'Lato Regular', sans-serif;
  height: 44px;
  line-height: 44px;
  background: #422764;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  text-transform: uppercase;
}
.forums .header p {
  display: inline-block;
  font-size: inherit;
  color: #fff;
  margin: 0;
  padding: 0;
}
.forums .header p.edit {
  position: relative;
  top: 0;
}
.forums .header p.edit a {
  float: none;
}
.forums .header a {
  color: #fff;
  float: right;
  text-decoration: none;
}
.forums .header a i {
  margin: 0 0 0 9px;
}
.forums .threads {
  width: 100%;
  margin: 0;
}
.forums .threads .thread {
  width: 100%;
  display: table;
  position: relative;
  border-top: 1px solid #d6d6d6;
  font-family: 'Lato Regular', sans-serif;
}
.forums .threads .thread > div {
  display: table-cell;
  vertical-align: middle;
}
.forums .threads .thread .avatar-container {
  width: 63px;
  padding: 0 13px 0 0;
}
.forums .threads .thread .avatar-container img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}
.forums .threads .thread .thread-info {
  width: 22%;
}
.forums .threads .thread .thread-info .pinned {
  display: inline-block;
  color: #fff;
  background: #f3c13a;
  border-radius: 8px;
  padding: 2px 4px;
  font-size: 10px;
  margin: 0 0 2px;
}
.forums .threads .thread .thread-info h4 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.forums .threads .thread .thread-info p {
  margin: 2px 0 0 0;
  color: #aeaeae;
}
.forums .threads .thread .thread-content p {
  color: #414141;
  margin: 2px 0;
}
.forums .threads .thread .thread-stats {
  width: 13%;
  color: #aeaeae;
}
.forums .threads .thread .thread-stats span {
  margin: 0 9% 0 0;
}
.forums .threads .thread .thread-stats span i {
  margin: 0 4.5% 0 0;
}
.forums .threads .thread .thread-stats span:last-child {
  margin: 0;
}
.forums .new-forum-container {
  width: 100%;
  margin: 0 0 30px;
  font-family: 'Lato Regular', sans-serif;
}
.forums .new-forum-container button {
  float: right;
}
.forums .forum-summaries {
  margin: 0 0 60px 0;
}
.forums .forum-headlines {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin: 0 0 60px 0;
  overflow: hidden;
}
.forums .forum-headlines:last-child {
  margin: 0;
}
.forums .forum-headlines .threads {
  padding: 10px 30px;
}
.forums .forum-headlines .threads .thread {
  height: 72px;
  padding: 0;
}
.forums .forum-headlines .threads .thread:first-child {
  border-top: none;
}
.forums .forum-headlines .threads .thread .thread-info {
  width: 22%;
}
.forums .forum-headlines .threads .thread .thread-content {
  padding: 0 5.5%;
}
.forums .forum-headlines .threads .thread .thread-stats {
  width: 13%;
  text-align: right;
}
.forums .forum-threads {
  width: 100%;
}
.forums .forum-threads .forum-filters {
  width: 100%;
  margin: 0 0 30px;
  font-family: 'Lato Regular', sans-serif;
}
.forums .forum-threads .forum-filters .new-thread-container {
  float: left;
}
.forums .forum-threads .forum-filters .new-thread-container button {
  width: 141px;
  height: 37px;
  font-size: 14px;
  line-height: 35px;
  color: #666666;
  border: 1px solid #666666;
}
.forums .forum-threads .forum-filters .filter-container {
  float: right;
}
.forums .forum-threads .forum-filters .filter-container > div {
  display: inline-block;
  vertical-align: top;
}
.forums .forum-threads .forum-filters .filter-container > div .filter {
  height: 37px;
  font-size: 14px;
  color: #666666;
  border: 1px solid #666666;
  padding: 0 0 0 12px;
}
.forums .forum-threads .forum-filters .filter-container > div .filter::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
}
.forums .forum-threads .forum-filters .filter-container > div .filter:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  opacity: 1;
}
.forums .forum-threads .forum-filters .filter-container > div .filter::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  opacity: 1;
}
.forums .forum-threads .forum-filters .filter-container > div .filter:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}
.forums .forum-threads .forum-filters .filter-container > div form {
  padding: 0;
}
.forums .forum-threads .forum-filters .filter-container > div form .filter {
  display: inline-block;
  margin: 0;
  width: auto;
}
.forums .forum-threads .forum-filters .filter-container > div form .name-container,
.forums .forum-threads .forum-filters .filter-container > div form #name-submit {
  display: inline-block;
  vertical-align: bottom;
  height: 37px;
}
.forums .forum-threads .forum-filters .filter-container > div form .name-container {
  width: auto;
  margin: 0 -2px 0 0;
}
.forums .forum-threads .forum-filters .filter-container > div form #name-submit {
  width: 37px;
  margin: 0;
  padding: 0;
  background: none;
  border-left: none;
  transition: color 0.5s, background-color 0.5s;
  -moz-transition: color 0.5s, background-color 0.5s;
  -webkit-transition: color 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, background-color 0.5s;
  -ie-transition: color 0.5s, background-color 0.5s;
}
.forums .forum-threads .forum-filters .filter-container > div form #name-submit:hover {
  background: #f3c13a;
}
.forums .forum-threads .forum-filters .filter-container > div form #name-submit i {
  color: #422764;
}
.forums .forum-threads .threads .thread {
  height: 92px;
  padding: 0 30px;
}
.forums .forum-threads .threads .thread:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.forums .forum-threads .threads .thread .thread-date {
  width: 60px;
}
.forums .forum-threads .threads .thread .thread-date p {
  font-size: 12px;
}
.forums .forum-threads .threads .thread .thread-stats {
  text-align: center;
}
.forums .forum-threads .threads .thread .thread-content {
  padding: 0 0 0 5.5%;
}
.forums .forum-thread {
  border-radius: 8px;
  overflow: hidden;
}
.forums .forum-thread .forum-posts {
  background: #fff;
  padding: 0 30px 10px;
  font-family: 'Lato Regular', sans-serif;
}
.forums .forum-thread .forum-posts .forum-post {
  width: 100%;
  display: table;
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.forums .forum-thread .forum-posts .forum-post > div {
  display: table-cell;
  vertical-align: top;
}
.forums .forum-thread .forum-posts .forum-post .post-avatar {
  width: 65px;
  padding: 0 15px 0 0;
}
.forums .forum-thread .forum-posts .forum-post .post-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}
.forums .forum-thread .forum-posts .forum-post .post-info {
  width: 20%;
  padding: 5px 0 0;
}
.forums .forum-thread .forum-posts .forum-post .post-info h4 {
  color: #422764;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.forums .forum-thread .forum-posts .forum-post .post-info p {
  margin: 2px 0 0 0;
  color: #aeaeae;
}
.forums .forum-thread .forum-posts .forum-post .forum-post-content {
  width: 65%;
}
.forums .forum-thread .forum-posts .forum-post .forum-post-content p,
.forums .forum-thread .forum-posts .forum-post .forum-post-content div {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #414141;
}
.forums .forum-thread .forum-posts .forum-post .forum-post-content span {
  display: block;
  margin: 11px 0 0;
}
.forums .forum-thread .forum-posts .thread-actions {
  height: 40px;
}
.forums .forum-thread .forum-posts .thread-actions p {
  display: inline-block;
  float: right;
  cursor: pointer;
}
.forums .forum-thread .forum-posts .thread-actions p i {
  margin-left: 5px;
  font-size: 9px;
}
.forums .err-msg {
  position: absolute;
  left: 0;
  top: -25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  text-align: center;
  color: #000;
  background: #f2dede;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.forums .collection-items li {
  overflow: hidden;
  position: relative;
}
.forums .collection-items li i {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0px 0px 4px #000000;
  transition: color 500ms;
  -moz-transition: color 500ms;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  -ie-transition: color 500ms;
}
.forums .collection-items li i:hover {
  color: #444444;
  text-shadow: 0px 0px 4px #ffffff;
  cursor: pointer;
}
.pagination {
  width: 100%;
  margin: 20px 0 0;
}
.pagination .pag-bak,
.pagination .pag-fwd {
  width: 25%;
}
.pagination .pag-section {
  display: inline-block;
  vertical-align: top;
}
.pagination .pag-section .pag-first,
.pagination .pag-section .pag-prev {
  float: left;
  text-align: left;
  width: 50%;
}
.pagination .pag-section .pag-last,
.pagination .pag-section .pag-next {
  float: right;
  text-align: right;
  width: 50%;
}
.pagination .pag-section .pag {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
}
.pagination .pag-section .pag a {
  padding: 2px 4px;
}
.pagination .pag-numbers {
  width: 50%;
  text-align: center;
}
.pagination .pag-numbers .pag {
  width: 8%;
}
.pagination .pag-numbers .pag.active {
  font-weight: bold;
}
.pagination .pag-numbers .pag.active a {
  border-bottom: 3px solid #f3c13a;
}
@media (max-width: 1007px) {
  .page-info .breadcrumbs span {
    margin: 0 3px !important;
  }
}
@media (max-width: 767px) {
  .forums .forum-thread .forum-posts .forum-post > div {
    display: inline-block;
  }
  .forums .forum-thread .forum-posts .forum-post .post-info {
    width: calc(100% - 65px);
  }
  .forums .forum-thread .forum-posts .forum-post .forum-post-content {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
  .forums .forum-threads .forum-filters .new-thread-container,
  .forums .forum-threads .forum-filters .filter-container {
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
  .forums .threads .thread .thread-info h4 {
    font-size: 14px;
  }
}
.all-blog-posts .post {
  padding-top: 30px;
  position: relative;
  min-height: 290px;
}
.all-blog-posts .post .wrapper .post-image {
  width: 222px;
  height: 222px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  /*float: right;
		margin-right: 25px;*/
  position: absolute;
  top: 0;
  right: 0;
}
.all-blog-posts .post .wrapper .post-image .social-share {
  background-color: #f3c13b;
  color: #ffffff;
  font-size: 20px;
  box-sizing: border-box;
  height: 55px;
  width: 56px;
  display: inline-block;
  padding-top: 16px;
  text-align: center;
  position: absolute;
  bottom: 0;
  border-left: 1px solid #ffdc7b;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.all-blog-posts .post .wrapper .post-image .social-share:hover {
  color: #444444;
  background-color: #ffdc7b;
}
.all-blog-posts .post .wrapper .post-image .social-share.fb {
  left: 0px;
}
.all-blog-posts .post .wrapper .post-image .social-share.tw {
  left: 55px;
}
.all-blog-posts .post .wrapper .post-image .social-share.eml {
  right: 55px;
}
.all-blog-posts .post .wrapper .post-image .social-share.plus {
  right: 0;
}
.all-blog-posts .post .wrapper header {
  background: none;
  width: 625px;
  margin-left: 75px;
}
.all-blog-posts .post .wrapper header h3 {
  margin-top: 0;
}
.all-blog-posts .post .wrapper header h3 a {
  color: #444444;
  font-size: 22px;
  font-weight: 300;
}
.all-blog-posts .post .wrapper .body {
  color: #444444;
  width: 625px;
  font-family: 'Lato';
  font-size: 14px;
  margin: 0 0 15px 75px;
}
.all-blog-posts .post .wrapper .more {
  display: block;
  color: #444444;
  font-size: 12px;
  margin-bottom: 20px;
  margin-left: 75px;
}
.all-blog-posts .post .wrapper:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.all-blog-posts .post .wrapper .comments {
  width: 730px;
  margin-left: 247px;
  clear: right;
  position: relative;
  border-top: 1px solid #efefef;
}
.all-blog-posts .post .wrapper .comments h4 {
  font-size: 14px;
  color: #aeaeae;
  font-weight: 700;
  text-align: left;
}
.all-blog-posts .post .wrapper .comments .comment {
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}
.all-blog-posts .post .wrapper .comments .comment:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.all-blog-posts .post .wrapper .comments .comment .author {
  float: left;
  position: relative;
  width: 195px;
}
.all-blog-posts .post .wrapper .comments .comment .author img {
  float: left;
  width: 50px;
  margin-bottom: 16px;
}
.all-blog-posts .post .wrapper .comments .comment .author > div {
  width: 145px;
}
.all-blog-posts .post .wrapper .comments .comment .author .name {
  color: #422764;
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0 0 65px;
}
.all-blog-posts .post .wrapper .comments .comment .author .tag {
  color: #aeaeae;
  font-size: 12px;
  margin: 5px 0 0 65px;
}
.all-blog-posts .post .wrapper .comments .comment .content {
  color: #444444;
  font-size: 12px;
}
#search-box {
  height: 36px;
  width: 350px;
  border: solid #444444 1px;
  color: #666666;
  font-family: Lato, sans-serif;
  font-size: 14px;
  padding: 10px 15px;
}
#search-results {
  margin-top: 32px;
}
#search-results .result {
  border-top: solid #cccccc 1px;
  position: relative;
  box-sizing: border-box;
  height: 108px;
}
#search-results .result a {
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ie-transition: background-color 0.5s;
}
#search-results .result a:hover {
  background-color: #efefef;
}
#search-results .result .result-name {
  position: absolute;
  height: 108px;
  padding-top: 44px;
  color: #422764;
  font-size: 16px;
  font-weight: bold;
  width: 215px;
  top: 0;
  left: 30px;
}
#search-results .result .result-text {
  position: absolute;
  left: 250px;
  width: 640px;
  color: #444444;
  font-size: 12px;
  padding-top: 43px;
}
#search-results .result .result-text span {
  background-color: #f3c13b;
  font-weight: 700;
}
#search-results .result .result-link {
  position: absolute;
  left: 900px;
  color: #422764;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 44px;
}
#pager {
  text-align: center;
  margin: 60px 0;
}
#pager span {
  font-size: 14px;
  color: #422764;
  margin: 0 10px ;
  cursor: pointer;
}
#pager span.active {
  font-size: 16px;
  font-weight: 700;
}
#pager span:hover {
  text-decoration: underline;
}
#pager .total-results {
  color: #666666;
}
.search-filters {
  margin: 30px 0 15px 0;
}
.search-filters .filter {
  display: inline-block;
  border: 1px solid #444444;
  padding: 10px;
  color: #666666;
  font-size: 12px;
  min-width: 93px;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ie-transition: background-color 0.5s;
}
.search-filters .filter.active {
  background-color: rgba(68, 68, 68, 0.2);
}
.search-filters .filter:hover {
  background-color: rgba(68, 68, 68, 0.2);
}
@media (min-width: 768px) and (max-width: 1007px) {
  #search-results .result .result-name {
    display: block;
    position: relative;
    float: left;
  }
  #search-results .result .result-text {
    width: inherit;
    display: block;
    position: relative;
    left: 0;
  }
  #search-results .result .result-link {
    display: none;
  }
}
@media (max-width: 767px) {
  #search-box {
    width: 300px;
  }
  #search-results .result {
    height: inherit;
  }
  #search-results .result .result-name,
  #search-results .result .result-text {
    display: block;
    padding: 10px;
    position: relative;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
  }
}
.add-collection {
  background-color: #ede8e2;
  padding: 60px 0;
}
.add-collection .step {
  color: #422764;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
.add-collection .step-details {
  color: #666666;
  font-size: 15px;
  margin-top: 5px;
}
.add-collection .photo-selector {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  border: #422764 2px dashed;
  margin-right: 20px;
  text-align: center;
  color: #422764;
  padding-top: 78px;
  font-size: 17px;
}
.add-collection .photo-selector i {
  display: block;
}
.add-collection .photo-selector.photo-frame {
  background-position: center;
  background-size: cover;
  border: none;
}
.add-collection #list-tags {
  margin-bottom: 20px;
}
.add-collection #editor-panel {
  margin-top: 5px;
}
.add-collection .nicEdit-main {
  background-color: #ffffff !important;
  border-color: #444444 !important;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.add-collection form input[type='text'],
.add-collection form select {
  border: 1px solid #444444;
  box-sizing: border-box;
  width: 100%;
  height: 37px;
  font-size: 15px;
  padding-left: 20px;
  z-index: 4;
  color: #000000;
  font-family: 'Lato', sans-serif;
  margin-bottom: 24px;
}
.add-collection form input[type='text'].inline,
.add-collection form select.inline {
  display: inline;
  display: inline-block;
  width: initial;
}
.add-collection form textarea {
  display: block;
  border: 1px solid #444444;
  box-sizing: border-box;
  width: 100%;
  height: 135px;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 24px;
}
.add-collection form input[type="submit"],
.add-collection form button {
  color: #444444;
  border: 1px solid #444444;
  background: #ede8e2;
  box-sizing: border-box;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  margin-top: 36px;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
.add-collection form input[type="submit"]:hover,
.add-collection form button:hover {
  color: #000000;
  background: rgba(68, 68, 68, 0.2);
}
.add-collection form .purple-faded-button {
  background: #422764;
  color: #ffffff;
}
.add-collection form .purple-faded-button:hover {
  background: rgba(66, 39, 100, 0.3);
}
.add-collection form .post-controls label.inline {
  width: 48%;
  margin-right: 2%;
}
@media (max-width: 480px) {
  .add-collection form .post-controls label.inline {
    width: 100%;
    margin: 0;
  }
}
.add-collection form ul.post-controls-bottom {
  list-style: none;
  padding-left: 0;
}
.add-collection form ul.post-controls-bottom li {
  display: inline-block;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .add-collection form ul.post-controls-bottom li {
    display: block;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .add-collection form ul.post-controls-bottom {
    text-align: center;
    margin-top: 40px;
  }
}
.add-collection button {
  padding: 5px 15px;
  width: initial;
}
@media (max-width: 480px) {
  .add-collection button {
    margin: 10px 0 0 2%;
  }
}
.add-collection button .fa {
  font-size: 14px;
}
.add-collection #item-images-container .collection-item-image {
  overflow: hidden;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin-top: 15px;
  box-sizing: border-box;
}
.add-collection #item-images-container .collection-item-image i {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 0px 0px 4px #000000;
  transition: color 500ms;
  -moz-transition: color 500ms;
  -webkit-transition: color 500ms;
  -o-transition: color 500ms;
  -ie-transition: color 500ms;
}
.add-collection #item-images-container .collection-item-image i:hover {
  color: #444444;
  text-shadow: 0px 0px 4px #ffffff;
  cursor: pointer;
}
.add-collection .collection-items li {
  overflow: hidden;
  position: relative;
}
.add-collection .collection-items li .edit {
  font-size: 13px;
  margin-top: 3px;
  font-weight: bold;
}
.collection-item h5 {
  margin-bottom: 0px;
}
.collection-item p {
  margin-top: 3px;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}
h3 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
h5 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.admin-modal-loader {
  width: 128px;
  height: 128px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
}
.admin-modal-loader > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -36px;
}
.admin-modal-container {
  width: 100%;
  height: 90%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -webkit-transform: rotateX(-70deg);
}
.admin-modal-container.show {
  transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}
.admin-modal-container > div {
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.admin-modal-container > .admin-modal-header {
  padding: 20px;
  background: #422764;
  color: white;
}
.admin-modal-container > .admin-modal-header > .close {
  color: white;
  opacity: 1;
}
.admin-modal-container > .admin-modal-header > .close > .close:hover {
  opacity: .75;
}
.admin-modal-container > .admin-modal-header > h3 {
  margin: 0;
}
.admin-modal-container > .admin-modal-header > button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.admin-modal-container .admin-modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 30px 20px;
  position: relative;
}
.admin-modal-container .admin-modal-body textarea:focus,
.admin-modal-container .admin-modal-body input[type="text"]:focus,
.admin-modal-container .admin-modal-body input[type="password"]:focus,
.admin-modal-container .admin-modal-body input[type="datetime"]:focus,
.admin-modal-container .admin-modal-body input[type="datetime-local"]:focus,
.admin-modal-container .admin-modal-body input[type="date"]:focus,
.admin-modal-container .admin-modal-body input[type="month"]:focus,
.admin-modal-container .admin-modal-body input[type="time"]:focus,
.admin-modal-container .admin-modal-body input[type="week"]:focus,
.admin-modal-container .admin-modal-body input[type="number"]:focus,
.admin-modal-container .admin-modal-body input[type="email"]:focus,
.admin-modal-container .admin-modal-body input[type="url"]:focus,
.admin-modal-container .admin-modal-body input[type="search"]:focus,
.admin-modal-container .admin-modal-body input[type="file"]:focus,
.admin-modal-container .admin-modal-body input[type="tel"]:focus,
.admin-modal-container .admin-modal-body input[type="color"]:focus,
.admin-modal-container .admin-modal-body .uneditable- input:focus {
  border-color: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
}
.admin-modal-container .admin-modal-body .editor-box,
.admin-modal-container .admin-modal-body .editor-content {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  width: 100%;
}
.admin-modal-container .admin-modal-body .editor-box {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.admin-modal-container .admin-modal-body .editor-content {
  padding: 10px;
  height: 120px;
  overflow-y: auto;
}
.admin-modal-container .admin-modal-body .editor-label {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 7px;
}
.admin-modal-container .admin-modal-body .editor-c-img img {
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
}
.admin-modal-container .admin-modal-body .editor-c-img img.img-active {
  background-color: #fff;
  border: 1px solid #ccc;
}
.admin-modal-container .admin-modal-body span {
  color: #222;
}
.admin-modal-container > .admin-modal-footer {
  background: #efefef;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #ccc;
}
.admin-modal-container > .admin-modal-footer label {
  margin-right: 15px;
}
.admin-modal-container > .admin-modal-footer input.mobile-show {
  margin-right: 7px;
}
.admin-modal-container .module-creation-tile[data-disabled="true"] .element-tile {
  background: #eaeaea !important;
  color: #999 !important;
}
.admin-modal-container .module-creation-tile[data-disabled="true"] span {
  color: #ccc !important;
}
.admin-modal-container .layout-padding-box {
  width: 25%;
  float: left;
  padding: 0 15px;
}
.admin-modal-container .modal-module-block {
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
}
.admin-modal-container .modal-module-block > .module-block-content {
  padding: 15px 3px 0 3px;
  text-align: center;
}
.admin-modal-container .modal-module-block > .module-block-content span {
  color: #222;
}
.admin-modal-container .modal-module-block > .module-block-content > .element-tile {
  width: 64px;
  height: 64px;
  text-align: center;
  margin: 0 auto 20px auto;
  color: #a6691b;
  box-sizing: border-box;
  padding-top: 20px;
  font-size: 20px;
  background: #f1bf35;
}
.admin-modal-container .modal-module-block > .module-block-content > .element-tile .anaicon {
  font-size: 24px;
}
.admin-modal-container .modal-module-block > .module-block-content > .element-tile .fa {
  font-size: 24px;
}
.modal-content {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
}
.modal-body {
  padding: 30px 20px;
}
.modal-body.form {
  padding: 30px 20px 15px;
}
.md-content .icheckbox_flat-green,
.modal-content .icheckbox_flat-green {
  margin-right: 5px;
}
.modal-header .close {
  margin-top: -2px;
  margin-right: 10px;
  -webkit-appearance: none;
  padding: 0;
  background: transparent;
  border: 0;
  text-shadow: none;
  font-size: 32px;
  float: right;
  font-weight: bold;
  line-height: 1;
  opacity: 0.2;
}
.modal-header .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-content .modal-header {
  border-bottom: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
  min-height: 17px;
  padding: 15px;
  box-sizing: border-box;
}
.md-content .modal-footer {
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.md-content .modal-footer .btn {
  box-shadow: none;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #5E5E5E;
  -webkit-border-radius: 0;
  outline: none;
  margin-bottom: 5px !important;
  margin-left: 3px;
  font-size: 13px;
  padding: 7px 11px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  background-image: none;
}
.md-content .modal-footer .btn:hover {
  background-color: #eeeeee;
}
.md-content .modal-footer .btn.btn-warning {
  background-color: #fb7849;
  color: white;
  border-color: transparent;
}
.md-content .modal-footer .btn.btn-warning:hover {
  background-color: #ff8859;
}
/*Nifty Modals*/
.md-content {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  background: #fff;
  color: #555;
}
.md-content .modal-header {
  border-bottom: 0;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
  min-height: 17px;
  padding: 15px;
  box-sizing: border-box;
}
.md-content h4,
.modal-content h4 {
  font-weight: 400;
}
.md-content h3,
.modal-content h3 {
  font-weight: 300;
  margin-top: 0;
}
.md-content h2 {
  margin: 0;
}
.md-content .modal-footer {
  margin-top: 0;
  background: #FBFBFB;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}
.md-show.md-effect-12 ~ .md-overlay {
  background: #7761a7;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
.modal {
  overflow: auto;
}
/*Circle*/
.i-circle {
  border: 5px solid #F1F1F1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 7px;
}
.i-circle i {
  font-size: 34px;
  vertical-align: middle;
  color: #666;
}
.i-circle.white i {
  color: #fff;
}
.i-circle.primary i {
  color: #7761a7;
}
.i-circle.success i {
  color: #19b698;
}
.i-circle.info i {
  color: #4aa3df;
}
.i-circle.warning i {
  color: #f16e3f;
}
.i-circle.danger i {
  color: #ea6153;
}
.i-circle.prusia i {
  color: #3d566d;
}
.i-circle.dark i {
  color: #23262b;
}
.text-center {
  text-align: center;
}
/*@admin-base-dark: #333;
@admin-base: #444;
@admin-base-light: #555;
@admin-ghost: #acd4f0;
@admin-drop: #ffee99;
@admin-load: #acf8c0;
@admin-border-dark: #3b3b3b;
@admin-border-light: #666;*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  position: relative;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ie-box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ie-box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* group is a more semantic version of clearfix */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
* html .group {
  zoom: 1;
}
/* IE6 */
*:first-child + html .group {
  zoom: 1;
}
/* IE7 */
html,
body {
  width: 100%;
  overflow-x: hidden;
}
#main {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 300px;
}
.wrapper {
  width: 978px;
  margin: 0 auto;
}
a {
  color: #422764;
}
a:hover {
  text-decoration: none;
}
header#mobile-header {
  display: none;
}
header {
  background: #ede8e2;
  color: #3b3b3b;
  font-family: 'Lato';
}
header ul {
  margin: 0;
  padding: 0;
}
header #logo {
  display: inline-block;
  vertical-align: top;
  width: 242px;
  height: 65px;
  margin: 30px 0;
  /*background-image: url('../images/logo.png');*/
  background: url('../images/logo.png') no-repeat 0 0;
}
header .utility-nav {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0;
}
header .utility-nav > ul {
  display: inline-block;
  position: relative;
}
header .utility-nav > ul > li {
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
}
header .utility-nav > ul > li i {
  margin-left: 8px;
}
header .utility-nav > ul > li ul {
  list-style: none;
  background: #efebe5;
  padding: 5px 20px;
  margin-top: 10px;
  margin-left: -8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
header .utility-nav > ul > li ul li {
  line-height: 24px;
}
header .utility-nav > ul > li a {
  color: #3b3b3b;
}
header .utility-nav > ul > li ul {
  position: absolute;
}
header .utility-nav .main-search {
  display: inline-block;
}
header .utility-nav .main-search i {
  font-size: 16px;
}
header .main-nav {
  background: #f3c13a;
}
header .main-nav a {
  color: #444444;
  text-decoration: none;
}
header .main-nav a:hover {
  color: white;
}
header .main-nav .wrapper > ul {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 180px);
  height: 70px;
  padding: 0 10px 0 0;
  position: relative;
}
header .main-nav .wrapper > ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  text-transform: uppercase;
  padding-right: 40px;
}
header .main-nav .wrapper > ul li i {
  margin-left: 9px;
}
header .main-nav .wrapper > ul li ul {
  /*display: none;*/
  position: absolute;
  width: 250px;
  top: 70px;
  height: 0px;
  z-index: 50;
  margin-left: -15px;
}
header .main-nav .wrapper > ul li ul li {
  width: 100%;
  background: #f3c13a;
  line-height: 16px;
  padding: 8px 15px 8px 30px;
  display: block;
  position: relative;
}
header .main-nav .wrapper > ul li ul li:last-child {
  padding-bottom: 23px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
header .main-nav .wrapper > ul li ul li:first-of-type {
  box-shadow: inset 0 10px 16px #f0ae2b;
  -moz-box-shadow: inset 0 10px 16px #f0ae2b;
  -webkit-box-shadow: inset 0 10px 16px #f0ae2b;
  padding-top: 18px;
  padding-left: 30px;
}
header .main-nav .wrapper > ul li ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
header .main-nav .wrapper > ul li ul li ul {
  position: absolute;
  top: 0px;
  left: 245px;
}
header .main-nav .wrapper > ul li ul li ul li {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  background: #f5c74a;
}
header .main-nav .wrapper > ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
header .main-nav .user {
  display: inline-block;
  position: absolute;
  right: 0;
  height: 100%;
}
header .main-nav .user div {
  display: inline-block;
  vertical-align: top;
}
header .main-nav .user .user-info {
  top: 16px;
  font-size: 12px;
  text-align: right;
}
header .main-nav .user .user-info p {
  margin: 0;
}
header .main-nav .user .user-info .user-name {
  margin-bottom: 5px;
  list-style: none;
  position: relative;
}
header .main-nav .user .user-info .user-name i {
  margin-left: 8px;
}
header .main-nav .user .user-info .user-name li {
  font-size: 14px;
  width: 160px;
}
header .main-nav .user .user-info .user-name li ul {
  position: absolute;
  list-style: none;
  background: #f3c13b;
  line-height: 24px;
  padding: 10px 20px;
  top: 54px;
  left: 70px;
  width: 150px;
  z-index: 3;
  text-align: left;
  box-shadow: inset 0 10px 16px #f0ae2b, 0 5px 5px rgba(0, 0, 0, 0.1);
  -mox-box-shadow: inset 0 10px 16px #f0ae2b, 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 10px 16px #f0ae2b, 0 5px 5px rgba(0, 0, 0, 0.1);
}
header .main-nav .user .user-info .user-notifications {
  color: #fff;
}
header .main-nav .user .user-info .user-notifications a {
  color: #fff;
}
header .main-nav .user .user-info .user-notifications i {
  margin-right: 11px;
}
header .main-nav .user .user-image {
  top: 12px;
  margin-left: 12px;
}
header .main-nav .user .user-image img {
  width: 45px;
  border-radius: 9999px;
}
.page-info {
  width: 100%;
  padding: 16px 0 14px;
  font-family: 'Lato';
}
.page-info .page-title {
  display: inline-block;
  margin: 0;
  font-size: 26px;
  font-weight: lighter;
  color: #422764;
}
.page-info .breadcrumbs {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #3b3b3b;
}
.page-info .breadcrumbs p,
.page-info .breadcrumbs span {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  height: 20px;
}
.page-info .breadcrumbs span {
  margin: 0 9px;
  font-weight: bold;
}
.page-info .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
section,
article {
  padding: 60px 0;
}
section.full-width,
article.full-width {
  padding: 0;
}
section.lightgreyback,
article.lightgreyback {
  background-color: #efefef;
}
section.greyback,
article.greyback {
  background-color: #cccccc;
}
section.darkgreyback,
article.darkgreyback {
  background-color: #444444;
}
section.tanback,
article.tanback {
  background-color: #ede8e2;
}
section.blurback,
article.blurback {
  background-image: url(/assets/images/events-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.activity,
section.events,
section.buckets,
section.slider,
section.museum,
section.collections,
section.partners {
  padding: 60px 0;
}
section.activity {
  background: #ede8e2;
}
section.events {
  background-image: url('../images/events-bg.jpg');
  background-size: cover;
}
section.buckets {
  background: #414141;
}
section.slider {
  background: #ede8e2;
}
section.partners {
  background: #ede8e2;
}
footer#mobile-footer {
  display: none;
}
footer#mobile-footer .logo-content li a {
  color: #f3c13a;
}
footer {
  background: #414141;
  color: #fff;
  font-family: 'Lato';
  padding: 60px 0;
  border-top: 5px solid #f3c13b;
}
footer ul {
  margin: 0 0 20px;
  padding: 0;
}
footer .footer-content {
  display: inline-block;
  vertical-align: top;
}
footer .footer-content.left {
  width: 66.666%;
  padding: 0 15px 0 0;
  font-size: 12px;
}
footer .footer-content.left .footer-info ul {
  width: 100%;
  height: 15px;
}
footer .footer-content.left .footer-info ul li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 35px;
}
footer .footer-content.left .footer-info ul li a {
  color: white;
}
footer .footer-content.left .footer-info ul li a:hover {
  color: white;
  opacity: .75;
  text-decoration: none;
}
footer .footer-content.left .footer-info ul:after {
  content: '';
  display: inline-block;
  width: 100%;
}
footer .footer-content.left .footer-info p {
  color: #b2b2b2;
  line-height: 22px;
}
footer .footer-content.left .microsites {
  width: 100%;
  margin: 45px 0 0;
  padding: 0;
}
footer .footer-content.left .microsites div {
  display: inline-block;
  width: 33.333%;
  padding: 0 10px;
}
footer .footer-content.left .microsites div img {
  width: 100%;
}
footer .footer-content.left .microsites div:first-child {
  padding: 0 20px 0 0;
}
footer .footer-content.left .microsites div:last-child {
  padding: 0 0 0 20px;
}
footer .footer-content.right {
  padding: 0 0 0 15px;
  width: 33.333%;
  text-align: center;
}
footer .footer-content.right #footer-logo {
  width: 279px;
  height: 74px;
  margin: 0 auto;
  background-image: url('../images/footer-logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}
footer .footer-content.right hr {
  width: 150px;
  height: 1px;
  border: none;
  background: #777777;
  margin: 45px auto;
}
footer .footer-content.right li {
  color: #f3c13b;
  display: inline-block;
  width: 20%;
  margin-bottom: 32px;
}
footer .footer-content.right li i {
  font-size: 26px;
  color: #f3c13a;
}
footer .footer-content.right li i:hover {
  color: white;
}
footer .footer-content.right li:last-child {
  margin-right: 0;
}
footer .footer-content.right p {
  font-size: 12px;
  line-height: 18px;
  margin: -20px 0 0;
}
@media (max-width: 1007px) {
  header .main-nav .wrapper > ul li {
    padding-right: 12px;
  }
  header .main-nav .wrapper > ul li i {
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .page-info {
    height: auto;
  }
  .page-info h2.page-title {
    padding-top: 10px;
    line-height: 1.5;
  }
  .page-info .breadcrumbs {
    position: relative;
    line-height: 2.5;
    margin-bottom: 10px;
    margin-top: -15px;
    display: block;
  }
  section,
  article {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 1007px) {
  /* content width */
  .wrapper {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  /* module spacing */
  .column {
    display: inline-block;
  }
  .columns.two-cols .column:first-child {
    width: 50%;
  }
  .columns.two-cols .column:last-child {
    width: 50%;
  }
  .columns.three-cols .column.quarter ~ .column.quarter:nth-child(2) {
    padding: 0 0 15px 15px;
  }
  .columns.three-cols .column.half ~ .column.quarter:nth-child(2) {
    padding: 15px 15px 0 0;
  }
  .columns.three-cols .column.quarter {
    width: 50%;
  }
  .columns.three-cols .column.quarter:first-child {
    padding: 0 15px 15px 0;
  }
  .columns.three-cols .column.quarter:last-child {
    padding: 15px 0 0 15px;
  }
  .columns.three-cols .column.one {
    width: 50%;
    padding: 0 0 15px 15px;
  }
  .columns.three-cols .column.one:first-child {
    padding: 0 15px 15px 0;
  }
  .columns.three-cols .column.one:last-child {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .columns.three-cols .column.half {
    width: 100%;
  }
  .columns.three-cols .column.half:first-child {
    padding: 0 0 15px 0;
  }
  .columns.three-cols .column.half:last-child {
    padding: 15px 0 0 0;
  }
  .columns.four-cols .column {
    width: 50%;
  }
  .columns.four-cols .column:first-child {
    padding: 0 15px 15px 0;
  }
  .columns.four-cols .column:nth-child(2) {
    padding: 0 0 15px 15px;
  }
  .columns.four-cols .column:nth-child(3) {
    padding: 15px 15px 0 0;
  }
  .columns.four-cols .column:last-child {
    padding: 15px 0 0 15px;
  }
  /* header width */
  header .main-nav ul {
    width: calc(100% - 158px);
  }
  header .main-nav ul li {
    font-size: 13px;
  }
  header .main-nav .user .user-info {
    font-size: 11px;
  }
  header .main-nav .user .user-info p {
    margin: 0;
  }
  header .main-nav .user .user-info .user-name {
    margin-bottom: 5px;
  }
  header .main-nav .user .user-info .user-name i {
    margin-left: 5px;
  }
  header .main-nav .user .user-info .user-notifications i {
    margin-right: 5px;
  }
  header .main-nav .user .user-image {
    top: 12px;
    margin-left: 5px;
  }
  footer .footer-content.left {
    font-size: 11px;
  }
  footer .footer-content.right #footer-logo {
    width: 100%;
    padding-bottom: 26.5%;
    margin: 0 auto;
    background-image: url('../images/footer-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) {
  /* content width */
  .wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  /* module spacing */
  .column {
    display: block;
  }
  .column.quarter,
  .column.one,
  .column.half,
  .column.two {
    width: 100%;
    padding: 0;
  }
  .columns.two-cols .column:first-child {
    padding: 0 0 15px 0;
  }
  .columns.two-cols .column:last-child {
    padding: 15px 0 0 0;
  }
  .columns.three-cols .column {
    padding: 10px 0;
  }
  .columns.three-cols .column:first-child {
    padding: 0 0 20px 0;
  }
  .columns.three-cols .column:last-child {
    padding: 20px 0 0 0;
  }
  .columns.four-cols .column:first-child {
    padding: 0 0 23px 0;
  }
  .columns.four-cols .column:nth-child(2) {
    padding: 7px 0 15px 0;
  }
  .columns.four-cols .column:nth-child(3) {
    padding: 15px 0 7px 0;
  }
  .columns.four-cols .column:last-child {
    padding: 23px 0 0 0;
  }
  /* header */
  header#main-header {
    display: none;
  }
  header#mobile-header {
    display: block;
    height: 60px;
    background: #ede8e1;
    border-bottom: 1px solid #cccccc;
    font-family: 'Lato';
  }
  header#mobile-header #mobile-logo,
  header#mobile-header .btn {
    display: inline-block;
    vertical-align: top;
  }
  header#mobile-header #mobile-logo {
    position: relative;
    top: 12px;
    left: 10px;
    width: 130px;
    height: 35px;
    background-image: url('../images/logo.png');
    background-size: cover;
  }
  header#mobile-header .btn {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #ccc;
    height: 60px;
    font-size: 17px;
    line-height: 60px;
    padding: 0 20px;
    color: #999;
    cursor: pointer;
  }
  header#mobile-header #nav-toggle {
    right: 80px;
  }
  header#mobile-header #login {
    text-align: center;
    width: 79px;
    padding: 0;
  }
  header#mobile-header #login .content {
    height: 100%;
    margin: 0;
    padding: 14px 0 0;
  }
  header#mobile-header #login .content i {
    display: block;
    margin: 0 0 5px 0;
  }
  header#mobile-header #login .content span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
  }
  header#mobile-header .nav-container {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
  }
  header#mobile-header .nav-container nav {
    z-index: 2;
    width: 100%;
    background: #ede9e1;
  }
  header#mobile-header .nav-container nav ul {
    list-style: none;
    font-size: 14px;
  }
  header#mobile-header .nav-container nav ul li {
    width: 100%;
    min-height: 50px;
    color: #aeaeae;
    line-height: 50px;
    border-bottom: 1px solid #fff;
  }
  header#mobile-header .nav-container nav ul li a {
    color: #aeaeae;
    padding-left: 18px;
  }
  header#mobile-header .nav-container nav ul li i {
    text-align: center;
    width: 60px;
  }
  header#mobile-header .nav-container nav ul li .fa {
    float: right;
    position: relative;
    top: 18px;
  }
  header#mobile-header .nav-container nav ul li ul li {
    padding-left: 18px;
    background: #e6e1d8;
  }
  /* footer */
  footer {
    display: none;
  }
  footer#mobile-footer {
    display: block;
    font-family: 'Lato';
  }
  footer#mobile-footer .footer-content ul,
  footer#mobile-footer .footer-content p {
    font-size: 12px;
    border-bottom: 1px solid #f3c13b;
  }
  footer#mobile-footer .footer-content ul {
    list-style: none;
    margin: 0;
    padding: 0 25px 19px;
  }
  footer#mobile-footer .footer-content ul li > a {
    color: #fff;
    text-transform: uppercase;
    line-height: 31px;
  }
  footer#mobile-footer .footer-content p {
    color: #b2b2b2;
    margin: 0;
    padding: 23px 25px;
    line-height: 22px;
  }
  footer#mobile-footer .footer-content .logo-content {
    padding: 30px 0 0;
  }
  footer#mobile-footer .footer-content .logo-content #mobile-footer-logo {
    width: 279px;
    height: 74px;
    margin: 0 auto;
    background-image: url('../images/footer-logo.png');
    background-size: cover;
  }
  footer#mobile-footer .footer-content .logo-content hr {
    width: 150px;
    height: 1px;
    border: none;
    background: #777777;
    margin: 30px auto;
  }
  footer#mobile-footer .footer-content .logo-content ul {
    padding: 0 25px 14px;
    text-align: center;
    border: none;
  }
  footer#mobile-footer .footer-content .logo-content ul li {
    color: #f3c13b;
    display: inline-block;
    width: 20%;
  }
  footer#mobile-footer .footer-content .logo-content ul li i {
    font-size: 26px;
  }
  footer#mobile-footer .footer-content .logo-content ul li:last-child {
    margin-right: 0;
  }
  footer#mobile-footer .footer-content .logo-content p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    border: none;
  }
  footer#mobile-footer .footer-content button {
    width: 90px;
    height: 25px;
    color: #f3c13b;
    background: none;
    border: 1px solid #f3c13b;
    margin: 25px auto 0;
    display: block;
  }
}
.post-icon-container {
  width: 55px;
  height: 65px;
  background: #efefef;
  border-radius: 8px;
  position: relative;
  float: left;
  overflow: auto;
  margin-right: 20px;
}
.post-icon-container > .icon {
  display: block;
  width: 100%;
  height: 43px;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  line-height: 43px;
}
.post-icon-container > .icon i {
  font-size: 20px;
  position: relative;
  top: -5px;
}
.post-icon-container .icon-text {
  display: block;
  width: 100%;
  height: 22px;
  background: #422764;
  position: absolute;
  bottom: 0;
  color: #efefef;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
}
.breadcrumbs-container {
  width: 100%;
  height: auto;
  padding: 16px 0 14px;
  background: #fff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.breadcrumbs-container h2 {
  color: #444;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
  margin: 0;
}
@media (max-width: 768px) {
  .breadcrumbs-container h2 {
    float: none;
  }
}
.breadcrumbs-container ul.crumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .breadcrumbs-container ul.crumbs {
    float: none;
  }
}
.breadcrumbs-container ul.crumbs:after {
  content: ' ';
  display: block;
  height: 0;
  visibility: hidden;
}
.breadcrumbs-container ul.crumbs > li {
  margin-right: 5px;
  height: 20px;
  display: inline-block;
}
.breadcrumbs-container ul.crumbs > li:first-of-type {
  border-left: 0;
  margin-left: 0;
}
.breadcrumbs-container ul.crumbs > li a {
  color: #444;
  text-decoration: none;
  font-size: 12px;
}
.billboard-slideshow-module {
  width: 100%;
  height: 455px;
  overflow: hidden;
  position: relative;
}
.billboard-slideshow-module button[class^='arrow-'] {
  cursor: pointer;
  outline: none;
  width: 120px;
  height: 100%;
  background: #422764;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 26px;
  border: 0;
  position: absolute;
  z-index: 1;
}
.billboard-slideshow-module button[class^='arrow-'].arrow-right {
  right: 0;
}
.billboard-slideshow-module .indicators {
  position: absolute;
  bottom: 2px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  z-index: 1;
}
.billboard-slideshow-module .indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.billboard-slideshow-module .indicators li.active {
  background: #422764;
}
.billboard-slideshow-module .image-rack {
  height: 100%;
  background: #000;
}
.billboard-slideshow-module .image-rack > .slide {
  height: 100%;
  position: relative;
  float: left;
}
.billboard-slideshow-module .image-rack > .slide img {
  width: 100%;
  height: 100%;
}
.billboard-slideshow-module .image-rack > .slide .overlay {
  width: 468px;
  height: 278px;
  background: rgba(10, 0, 40, 0.8);
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -139px;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
}
.billboard-slideshow-module .image-rack > .slide .overlay > h2 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}
.billboard-slideshow-module .image-rack > .slide .overlay > p {
  max-width: 72%;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.billboard-slideshow-module .image-rack > .slide .overlay .read-more-anchor {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.billboard-slideshow-module .image-rack > .slide .overlay .read-more-anchor i {
  margin-left: 10px;
}
@media (min-width: 768px) and (max-width: 1007px) {
  .billboard-slideshow-module button[class^='arrow-'] {
    background: none;
  }
}
@media (max-width: 767px) {
  .billboard-slideshow-module {
    height: 240px;
  }
  .billboard-slideshow-module button[class^='arrow-'] {
    display: none;
  }
  .billboard-slideshow-module .image-rack .slide .overlay {
    width: 244px;
    height: 170px;
    left: 0;
    top: 50px;
    margin: 0;
    padding: 15px;
  }
  .billboard-slideshow-module .image-rack .slide .overlay h2 {
    font-size: 20px;
    margin: 0;
  }
  .billboard-slideshow-module .image-rack .slide .overlay p {
    font-size: 11px;
    max-width: 100%;
  }
  .billboard-slideshow-module .image-rack .slide .overlay .read-more-anchor {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
  }
}
.billboard-slider-builder-module {
  padding-top: 0;
}
.billboard-slider-builder-module .slide-row {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
}
.billboard-slider-builder-module .slide-row:first-of-type {
  margin-top: 0;
}
.billboard-slider-builder-module .slide-row .slides-list-item-header {
  overflow: hidden;
}
.billboard-slider-builder-module .slide-row .slides-list-item-header > h3 {
  margin: 5px 0 0 10px;
  float: left;
}
.billboard-slider-builder-module .slide-row .slides-list-item-header > button {
  cursor: pointer;
  outline: none;
  float: right;
  margin: 10px 10px 5px 0;
  background: none;
  border: none;
}
.billboard-slider-builder-module .slide-row .slides-list-item-header > button:first-of-type {
  margin-left: 0;
}
.billboard-slider-builder-module .slide-row .slides-list-item-body {
  overflow: hidden;
  padding-bottom: 5px;
  height: 0;
  transition: height 0.2s;
  -moz-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ie-transition: height 0.2s;
}
.billboard-slider-builder-module .slide-row .slides-list-item-body input[type="text"] {
  display: block;
  width: 97%;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.billboard-slider-builder-module .slide-row .slides-list-item-body input[type="text"].slide-date {
  display: inline-block;
}
.billboard-slider-builder-module .slide-row .slides-list-item-body button.image-btn {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
}
.billboard-slider-builder-module .slide-row .slides-list-item-body .editor-box {
  width: auto;
  margin: 10px;
}
.billboard-slider-builder-module button.edit-new-slide {
  margin: 20px 0;
}
.museum-library.module > h4 {
  color: #422764;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  margin: 0;
  text-transform: capitalize;
}
.museum-library.module > .museum-items {
  list-style: none;
  padding: 0;
}
.museum-library.module > .museum-items li {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.museum-library.module > .museum-items li .museum-item-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.museum-library.module > .museum-items li h5,
.museum-library.module > .museum-items li p {
  display: inline-block;
  line-height: 19px;
  margin: 0;
  text-transform: none;
}
.museum-library.module > .museum-items li > h5 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 10px auto 0;
  text-transform: none;
}
.museum-library.module > .museum-items li > p {
  display: block;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 10px auto;
}
.museum-library.module > .museum-items li > .view-anchor {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 4px auto 0;
  text-decoration: none;
  text-transform: uppercase;
}
.museum-library.module > .museum-items li:nth-child(4n-3) {
  padding: 15px 23px 15px 0;
}
.museum-library.module > .museum-items li:nth-child(4n-2) {
  padding: 15px 15px 15px 7px;
}
.museum-library.module > .museum-items li:nth-child(4n-1) {
  padding: 15px 7px 15px 15px;
}
.museum-library.module > .museum-items li:nth-child(4n) {
  padding: 15px 0 15px 23px;
}
.museum-library.module .view-all-posts-button {
  width: 140px;
  height: 36px;
  border: 1px solid #444;
  background: none;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .museum-library.module .museum-items li {
    width: 50%;
  }
  .museum-library.module .museum-items li:nth-child(2n-1) {
    padding: 15px 15px 15px 0;
  }
  .museum-library.module .museum-items li:nth-child(2n) {
    padding: 15px 0 15px 15px;
  }
}
.museum-library-builder-module label {
  display: block;
}
.custom-collection-module {
  width: 100%;
  overflow: auto;
}
.custom-collection-module .collection-title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 32px;
}
.custom-collection-module .collection-entry {
  width: 25%;
  height: 320px;
  float: left;
  padding: 0 16px;
}
.custom-collection-module .collection-entry .entry-content-container {
  width: 100%;
  height: 100%;
}
.custom-collection-module .collection-entry .entry-content-container img {
  width: 100%;
  border-radius: 10px;
}
.custom-collection-module .collection-entry .entry-content-container > span {
  display: block;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.custom-collection-module .collection-entry .entry-content-container > span:first-of-type {
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
}
.custom-collection-module .collection-entry .entry-content-container > a {
  display: block;
  margin-top: 5px;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.custom-collection-module .collection-entry .entry-content-container > a i {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.custom-collection-builder-module {
  padding-top: 0;
}
.custom-collection-builder-module > input[type="text"] {
  width: 200px;
  height: 32px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 0 10px;
}
.custom-collection-builder-module .content-entry {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
}
.custom-collection-builder-module .content-entry:first-of-type {
  margin-top: 0;
}
.custom-collection-builder-module .content-entry .entry-list-item-header {
  overflow: auto;
}
.custom-collection-builder-module .content-entry .entry-list-item-header > h3 {
  margin: 5px;
  float: left;
}
.custom-collection-builder-module .content-entry .entry-list-item-header > button {
  cursor: pointer;
  outline: none;
  float: right;
  margin: 10px;
  background: none;
  border: none;
}
.custom-collection-builder-module .content-entry .entry-list-item-header > button:first-of-type {
  margin-left: 0;
}
.custom-collection-builder-module .content-entry .entry-list-item-body {
  overflow: hidden;
  padding-bottom: 5px;
  height: 0;
  transition: height 0.2s;
  -moz-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ie-transition: height 0.2s;
}
.custom-collection-builder-module .content-entry .entry-list-item-body input[type="text"] {
  display: block;
  width: 200px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.custom-collection-builder-module .content-entry .entry-list-item-body button.image-btn {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 3px;
}
.custom-collection-builder-module .content-entry .entry-list-item-body .editor-box {
  width: auto;
  margin: 10px;
}
.custom-collection-builder-module button.edit-new-entry {
  margin: 10px;
  border-radius: 3px;
}
.member-collections.module > h4 {
  color: #422764;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  margin: 0;
  text-transform: none;
}
.member-collections.module > .collection-items {
  list-style: none;
  padding: 0;
}
.member-collections.module > .collection-items li {
  width: 25%;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.member-collections.module > .collection-items li .collection-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.member-collections.module > .collection-items li h5,
.member-collections.module > .collection-items li p {
  display: inline-block;
  line-height: 19px;
  margin: 0;
  text-transform: none;
}
.member-collections.module > .collection-items li > h5 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 10px auto 0;
  text-transform: none;
}
.member-collections.module > .collection-items li > p {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 0 auto;
}
.member-collections.module > .collection-items li > .view-anchor {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 4px auto 0;
  text-decoration: none;
  text-transform: uppercase;
}
.member-collections.module > .collection-items li:nth-child(4n-3) {
  padding: 15px 23px 15px 0;
}
.member-collections.module > .collection-items li:nth-child(4n-2) {
  padding: 15px 15px 15px 7px;
}
.member-collections.module > .collection-items li:nth-child(4n-1) {
  padding: 15px 7px 15px 15px;
}
.member-collections.module > .collection-items li:nth-child(4n) {
  padding: 15px 0 15px 23px;
}
.member-collections.module > button {
  width: 140px;
  height: 36px;
  border: 1px solid #444;
  background: none;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .member-collections.module .collection-items li {
    width: 50%;
  }
  .member-collections.module .collection-items li:nth-child(2n-1) {
    padding: 15px 15px 15px 0;
  }
  .member-collections.module .collection-items li:nth-child(2n) {
    padding: 15px 0 15px 15px;
  }
}
.my-blog-posts.module {
  width: 100%;
}
.my-blog-posts.module button {
  width: 140px;
  height: 36px;
  border: 1px solid #444;
  background: none;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.my-blog-posts.module > h4 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  margin: 20px 0;
  text-transform: none;
}
.my-blog-posts.module ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
.my-blog-posts.module ul > li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
}
.my-blog-posts.module ul > li > img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
}
.my-blog-posts.module ul > li .post-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.my-blog-posts.module ul > li > .blog-post-info {
  margin-top: 15px;
}
.my-blog-posts.module ul > li > .blog-post-info > p {
  color: #444;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}
.my-blog-posts.module ul > li > .blog-post-info > a {
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.my-blog-posts.module ul > li > .blog-post-info > a i {
  margin-left: 10px;
}
.my-blog-posts.module ul li:first-child {
  padding: 15px 23px 15px 0;
}
.my-blog-posts.module ul li:nth-child(2) {
  padding: 15px 15px 15px 7px;
}
.my-blog-posts.module ul li:nth-child(3) {
  padding: 15px 7px 15px 15px;
}
.my-blog-posts.module ul li:last-child {
  padding: 15px 0 15px 23px;
}
.my-blog-posts.module .points-flag-button {
  cursor: pointer;
  outline: none;
  width: 113px;
  height: 37px;
  background: none;
  border: 1px solid #414141;
  color: #414141;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
  margin: 30px auto 0;
  display: block;
}
.my-blog-posts.module .points-flag-button a {
  color: #414141;
}
.my-blog-posts.module .points-flag-button:after {
  content: ' ';
  display: block;
  width: 33px;
  height: 46px;
  position: absolute;
  top: -1px;
  right: -33px;
  background-image: url(/assets/images/points-flag-dark.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.my-blog-posts.module .points-flag-button > span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}
.my-blog-posts.module .points-flag-button > span.reward-value {
  top: 3px;
  right: -30px;
  font-weight: bold;
  font-size: 15px;
  width: 27px;
}
.my-blog-posts.module .points-flag-button > span.points-text {
  top: 20px;
  right: -23px;
  font-size: 10px;
}

.friends-list .follow-blocker{
	float: right;
}
@media (max-width: 767px) {
  .my-blog-posts.module ul li {
    width: 50%;
  }
  .my-blog-posts.module ul li:nth-child(2n-1) {
    padding: 15px 15px 15px 0;
  }
  .my-blog-posts.module ul li:nth-child(2n) {
    padding: 15px 0 15px 15px;
  }
}
.completed-challenges.module {
  width: 100%;
}
.completed-challenges.module > h4 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  margin: 20px 0;
  text-transform: none;
}
.completed-challenges.module > ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.completed-challenges.module > ul > li {
  width: 25%;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.completed-challenges.module > ul > li > img {
  position: relative;
  margin: 0 auto;
  display: block;
}
.completed-challenges.module > ul > li > h5 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
  text-transform: none;
}
.completed-challenges.module > ul > li > p {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 0;
  margin-bottom: 5px;
}
.completed-challenges.module > ul > li > a {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.completed-challenges.module > ul > li > a i {
  margin-left: 4px;
}
.completed-challenges.module > ul li:first-child {
  padding: 15px 23px 15px 0;
}
.completed-challenges.module > ul li:nth-child(2) {
  padding: 15px 15px 15px 7px;
}
.completed-challenges.module > ul li:nth-child(3) {
  padding: 15px 7px 15px 15px;
}
.completed-challenges.module > ul li:last-child {
  padding: 15px 0 15px 23px;
}
.completed-challenges.module > button {
  cursor: pointer;
  outline: none;
  font-size: 14px;
  line-height: 35px;
  margin: 25px auto 0;
  background: none;
  border: 1px solid #414141;
  padding: 0 40px;
  display: block;
}
@media (max-width: 767px) {
  .completed-challenges.module ul li {
    width: 50%;
  }
  .completed-challenges.module ul li:nth-child(2n-1) {
    padding: 15px 15px 15px 0;
  }
  .completed-challenges.module ul li:nth-child(2n) {
    padding: 15px 0 15px 15px;
  }
}
.profile-masthead-module .wrapper {
  overflow: auto;
}
.profile-masthead-module .wrapper > img {
  float: left;
  border-radius: 10px;
  margin-right: 32px;
}
.profile-masthead-module .wrapper > .profile-masthead-description {
  width: 54%;
  float: right;
}
.profile-masthead-module .wrapper > .profile-masthead-description h2 {
  margin: 0;
}
.quiz-module .wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.quiz-module .quiz-header {
  width: 100%;
  height: 54px;
  background: #422764;
}
.quiz-module .quiz-header .quiz-title,
.quiz-module .quiz-header .more-quizzes {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 54px;
  margin-left: 30px;
  text-align: left;
}
.quiz-module .quiz-header .quiz-title.more-quizzes,
.quiz-module .quiz-header .more-quizzes.more-quizzes {
  float: right;
  margin-right: 30px;
}
.quiz-module .quiz-body {
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
.quiz-module .quiz-body .quiz-slide-rack {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 70px;
  transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -webkit-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  -ie-transition: height 0.4s ease-in-out;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide {
  display: none;
  position: relative;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide > img {
  float: right;
  max-width: 100%;
  border-radius: 10px;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide .quiz-headline {
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide p {
  line-height: 1.4;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide button {
  margin-top: 30px;
  width: 146px;
  height: 36px;
  background: #fff;
  border: 1px solid #666;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide .start-quiz-button {
  margin-top: 0;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide .quiz-answers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide .quiz-answers li {
  cursor: pointer;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
}
.quiz-module .quiz-body .quiz-slide-rack > .quiz-slide .quiz-answers li i {
  margin-right: 10px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide {
    backface-visibility: hidden;
    perspective: 1000;
  }
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide.next,
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide.active.right {
    left: 0;
  }
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide.prev,
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide.active.left {
    left: 0;
  }
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide.next.left,
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide.prev.right,
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide.active {
    left: 0;
  }
}
.quiz-module .quiz-body .quiz-slide-rack > .active,
.quiz-module .quiz-body .quiz-slide-rack > .next,
.quiz-module .quiz-body .quiz-slide-rack > .prev {
  display: block;
}
.quiz-module .quiz-body .quiz-slide-rack > .active {
  left: 0;
}
.quiz-module .quiz-body .quiz-slide-rack > .next,
.quiz-module .quiz-body .quiz-slide-rack > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.quiz-module .quiz-body .quiz-slide-rack > .next {
  left: 100%;
}
.quiz-module .quiz-body .quiz-slide-rack > .prev {
  left: -100%;
}
.quiz-module .quiz-body .quiz-slide-rack > .next.left,
.quiz-module .quiz-body .quiz-slide-rack > .prev.right {
  left: 0;
}
.quiz-module .quiz-body .quiz-slide-rack > .active.left {
  left: -100%;
}
.quiz-module .quiz-body .quiz-slide-rack > .active.right {
  left: 100%;
}
.quiz-module .quiz-body .tracker-controls {
  width: calc(100% - 60px);
  max-width: 580px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  clear: both;
  display: none;
}
.quiz-module .quiz-body .tracker-controls > button {
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 50px;
  background: #f3c13b;
  border: 0;
  color: #fff;
  float: left;
  font-size: 18px;
  margin-right: 10px;
}
.quiz-module .quiz-body .tracker-controls .progress-tracker {
  width: calc(100% - 120px);
  height: 50px;
  border: 1px solid #444;
  float: left;
}
.quiz-module .quiz-body .tracker-controls .progress-tracker .progress-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: #422764;
}
.quiz-builder-module > h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide .quiz-headline {
    font-size: 20px;
  }
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide .quiz-answers li {
    margin-top: 10px;
  }
  .quiz-module .quiz-body .quiz-slide-rack > .quiz-slide button {
    margin-top: 10px;
  }
}
.form-spinner {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-image: url(/assets/images/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
}
.form-module .form-group {
  display: block;
  margin-top: 20px;
}
.form-module .form-group:first-of-type {
  margin-top: 0;
}
.form-module .form-group .required-star {
  height: 32px;
  font-size: 22px;
  position: absolute;
  left: -20px;
  color: #ef0000;
  line-height: 32px;
}
.form-module .form-group label {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
}
.form-module .form-group input[type="text"],
.form-module .form-group input[type="email"] {
  width: 100%;
  height: 35px;
  border: 1px solid #444;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
}
.form-module .form-group input[type="checkbox"] {
  position: relative;
  top: 2px;
  left: 10px;
}
.form-module .form-group textarea {
  width: 100%;
  min-height: 240px;
  border: 1px solid #444;
  padding: 10px;
  color: #666;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.form-module .form-group select {
  width: 100%;
  min-height: 32px;
  border: 1px solid #444;
  font-size: 14px;
  padding: 0 5px;
}
.form-module .form-group .error {
  border: 1px solid #ef0000 !important;
  box-shadow: 0 0 3px #ef0000 !important;
}
.form-module button[type="submit"] {
  width: 140px;
  height: 35px;
  border: 1px solid #444;
  color: #666;
  font-size: 14px;
  background: #fff;
  margin-top: 20px;
}
.table-module table {
  width: 100%;
}
.table-module table tr {
  /*&:first-of-type {
				td {
					border-top: 0;
				}
			}*/
}
.table-module table tr th {
  padding: 7px 8px;
  color: #222;
  font-size: 18px;
}
.table-module table tr td {
  padding: 7px 8px;
  border: 0;
  font-size: 14px;
}
.table-module table tr td:first-of-type {
  border-left: 0;
}
.table-module table tr:nth-child(odd) {
  background: #dfdfef;
}
.content.table-details .select-wrapper {
  width: 100%;
}
.content.table-details .select-wrapper select {
  width: 100%;
}
.row-tools {
  width: 40px;
  position: absolute;
  background: #f3c13b;
}
.row-tools button {
  cursor: pointer;
  outline: none;
  width: 100%;
  height: 100%;
  border: 0;
  color: #fff;
  font-size: 18px;
  background: 0;
  border-top: 1px solid #fff;
}
.row-tools button:first-of-type {
  border-top: 0;
}
#page-area.table-builder .table-settings input {
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 42px;
  text-align: right;
  padding: 0 5px;
  margin-left: 5px;
  margin-right: 2px;
}
#page-area.table-builder .table-controls {
  padding: 10px;
  background: #fff;
  overflow: auto;
  border-radius: 3px;
  border: 1px solid #ccc;
}
#page-area.table-builder .table-controls ul {
  margin: 0;
  padding: 0;
}
#page-area.table-builder .table-controls ul li {
  cursor: pointer;
  outline: none;
  padding: 5px 10px;
  border: 0;
  border-radius: 3px;
  color: #444;
  background: #f3c13b;
  float: left;
  margin-left: 20px;
  font-size: 14px;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ie-transition: color 0.2s;
}
#page-area.table-builder .table-controls ul li:first-of-type {
  margin-left: 0;
}
#page-area.table-builder .table-controls ul li:hover {
  color: #fff;
}
#page-area.table-builder table {
  margin-top: 10px;
  border: 1px solid #ccc;
}
#page-area.table-builder table tr {
  background: #fff;
}
#page-area.table-builder table tr td,
#page-area.table-builder table tr th {
  padding: 7px 8px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#page-area.table-builder table tr td textarea,
#page-area.table-builder table tr th textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #CCC;
  border-radius: 3px;
  resize: none;
  padding: 0 5px;
}
#page-area.table-builder table tr td:focus,
#page-area.table-builder table tr th:focus {
  outline: none;
}
#page-area.table-builder table tr td.active-cell,
#page-area.table-builder table tr th.active-cell {
  background: #efefef;
  border: 1px solid #00a6ef;
}
.followers-filter-search {
  margin-top: 32px;
}
.followers-filter-search label {
  font-size: 16px;
  text-align: right;
  color: #422764;
}
.followers-filter-search label input {
  outline: none;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 5px;
  padding: 0 10px;
  color: #422764;
}
.followers-filter-search label input:focus {
  border: 1px solid #422764;
  box-shadow: 0 0 1px #422764;
}
.following-followers-header {
  width: 100%;
  height: 32px;
  background: #f3c13b;
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: auto;
  text-align: center;
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  border-radius: 8px;
}
.following-followers-module .load-more-button {
  cursor: pointer;
  outline: none;
  display: block;
  margin: 20px auto;
  padding: 10px 32px;
  font-size: 16px;
  background: #fff;
  color: #422764;
  border: 1px solid #f3c13b;
  border-radius: 8px;
}
.following-followers-module .load-more-button:active {
  border: 1px solid #422764;
  box-shadow: 0 0 1px #422764;
}
.list-all-users.module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 0 !important;
  overflow: hidden;
}
.list-all-users.module > ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}
@media all and (max-width: 400px) {
  .list-all-users.module > ul {
    padding: 0 20px;
  }
}
.list-all-users.module > ul > li {
  width: 100%;
  padding: 18px 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.list-all-users.module > ul > li:last-child {
  border-bottom: none;
}
.list-all-users.module > ul > li .image-container,
.list-all-users.module > ul > li .user-info,
.list-all-users.module > ul > li .buttons-container {
  display: table-cell;
  vertical-align: middle;
}
.list-all-users.module > ul > li .user-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 7px 0;
  text-transform: none;
}
.list-all-users.module > ul > li .image-container {
  padding-right: 13px;
}
.list-all-users.module > ul > li .image-container .message-counter {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #f3c13b;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 12px;
  left: -8px;
  z-index: 1;
}
.list-all-users.module > ul > li .image-container img {
  width: 50px;
  height: 50px;
}
.list-all-users.module > ul > li .buttons-container {
  width: auto;
  position: absolute;
  right: 0;
  top: 32px;
  text-align: right;
  font-size: 12px;
  color: #a6a6a6;
  font-family: 'Lato', sans-serif;
}
.list-all-users.module > ul > li .buttons-container .message {
  display: block;
  margin-bottom: 5px;
}
.list-all-users.module > ul > li .buttons-container .message[data-disabled="true"] {
  color: #eee;
}
.list-all-users.module > ul > li .buttons-container .follow-status {
  color: #a6a6a6;
  text-decoration: none;
}
.list-all-users.module > ul > li .buttons-container .follow-status:last-child {
  position: absolute;
  right: 0;
}
.list-all-users.module > ul > li .buttons-container .follow-action,
.list-all-users.module > ul > li .buttons-container .unfollow-action {
  color: #422764;
  font-weight: bold;
}
.event-slider-module {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.event-slider-module div[class^="arrow-"] {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 32%;
  margin-left: 20px;
  z-index: 1;
}
.event-slider-module div[class^="arrow-"].arrow-right {
  right: 20px;
}
.event-slider-module .indicators {
  position: absolute;
  bottom: 2px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  z-index: 2;
}
.event-slider-module .indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.event-slider-module .indicators li.active {
  background: #ffcc33;
}
.event-slider-module .image-rack {
  height: 100%;
}
.event-slider-module .image-rack .slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.event-slider-module .image-rack .slide .overlay {
  width: 100%;
  height: 158px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.event-slider-module .image-rack .slide .overlay .calendar-container {
  height: 100%;
  margin: 0 30px;
  float: left;
}
.event-slider-module .image-rack .slide .overlay .calendar-container .calendar-icon {
  width: 55px;
  height: 65px;
  background: #fff;
  border-radius: 8px;
  margin-top: 32px;
  overflow: hidden;
}
.event-slider-module .image-rack .slide .overlay .calendar-container .calendar-icon span {
  display: block;
  width: 100%;
  color: #444;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
}
.event-slider-module .image-rack .slide .overlay .calendar-container .calendar-icon .date-banner {
  width: 100%;
  height: 22px;
  background: #ffcc33;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}
.event-slider-module .image-rack .slide .overlay .event-title {
  margin: 0;
  margin-top: 26px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 30px;
}
.event-slider-module .image-rack .slide .overlay p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
  padding-right: 20px;
}
.event-slider-module .image-rack .slide .overlay .view-event-anchor {
  color: #ffcc33;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  left: 115px;
  margin-top: 10px;
}
.event-slider-module .image-rack .slide .overlay .view-event-anchor:hover {
  text-decoration: none;
}
.event-slider-module .image-rack .slide .overlay .view-event-anchor i {
  position: relative;
  top: -1px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-slider-module div[class^="arrow-"] {
    display: none;
  }
  .event-slider-module .image-rack .slide .overlay {
    height: 116px;
  }
  .event-slider-module .image-rack .slide .overlay .event-title {
    font-size: 18px;
  }
  .event-slider-module .image-rack .slide .overlay p {
    font-size: 10px;
  }
  .event-slider-module .image-rack .slide .overlay .view-event-anchor {
    font-size: 11px;
  }
}
.generic-slider-module {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.generic-slider-module div[class^='arrow-'] {
  cursor: pointer;
  position: absolute;
  top: 100px;
  z-index: 2;
  color: #fff;
  margin-left: 20px;
}
.generic-slider-module div[class^='arrow-'].arrow-right {
  right: 20px;
}
.generic-slider-module .indicators {
  position: absolute;
  bottom: 2px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  z-index: 2;
}
.generic-slider-module .indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.generic-slider-module .indicators li.active {
  background: #ffcc33;
}
.generic-slider-module .image-rack {
  height: 100%;
}
.generic-slider-module .image-rack .slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.generic-slider-module .image-rack .slide .overlay {
  width: 100%;
  height: 160px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
}
.generic-slider-module .image-rack .slide .overlay .calendar-container {
  height: 100%;
  margin: 0 30px 0 0;
  float: left;
}
.generic-slider-module .image-rack .slide .overlay .calendar-container .calendar-icon {
  width: 55px;
  height: 65px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.generic-slider-module .image-rack .slide .overlay .calendar-container .calendar-icon span {
  display: block;
  width: 100%;
  color: #444;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
}
.generic-slider-module .image-rack .slide .overlay .calendar-container .calendar-icon .date-banner {
  width: 100%;
  height: 22px;
  background: #ffcc33;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}
.generic-slider-module .image-rack .slide .overlay h5 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  margin: 0;
  margin-bottom: 8px;
  text-transform: none;
}
.generic-slider-module .image-rack .slide .overlay p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
}
.generic-slider-module .image-rack .slide .overlay .learn-more-anchor {
  color: #f3c13b;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.generic-slider-module .image-rack .slide .overlay .learn-more-anchor i {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .generic-slider-module div[class^='arrow-'] {
    display: none;
  }
  .generic-slider-module .image-rack .slide .overlay h5 {
    font-size: 23px;
    text-transform: none;
  }
  .generic-slider-module .image-rack .slide .overlay p {
    font-size: 12px;
  }
  .generic-slider-module .image-rack .slide .overlay .learn-more-anchor {
    font-size: 11px;
  }
}
.generic-slider-builder-module {
  padding-top: 0;
}
.generic-slider-builder-module .slide-row {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
}
.generic-slider-builder-module .slide-row:first-of-type {
  margin-top: 0;
}
.generic-slider-builder-module .slide-row .slides-list-item-header {
  overflow: auto;
}
.generic-slider-builder-module .slide-row .slides-list-item-header > h3 {
  margin: 5px 0 0 10px;
  float: left;
}
.generic-slider-builder-module .slide-row .slides-list-item-header > button {
  cursor: pointer;
  outline: none;
  float: right;
  margin: 10px 10px 5px 0;
  background: none;
  border: none;
}
.generic-slider-builder-module .slide-row .slides-list-item-header > button:first-of-type {
  margin-left: 0;
}
.generic-slider-builder-module .slide-row .slides-list-item-body {
  overflow: hidden;
  padding-bottom: 5px;
  height: 0;
  transition: height 0.2s;
  -moz-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ie-transition: height 0.2s;
}
.generic-slider-builder-module .slide-row .slides-list-item-body input[type="text"] {
  display: block;
  width: 97%;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.generic-slider-builder-module .slide-row .slides-list-item-body input[type="text"].slide-date {
  display: inline-block;
}
.generic-slider-builder-module .slide-row .slides-list-item-body button.image-btn {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
}
.generic-slider-builder-module .slide-row .slides-list-item-body .editor-box {
  width: auto;
  margin: 10px;
}
.generic-slider-builder-module button.edit-new-slide {
  margin: 20px 0;
}
.small-slider-module {
  width: 100%;
  height: 286px;
  border-radius: 10px;
  overflow: hidden;
}
.small-slider-module div[class^="arrow-"] {
  position: absolute;
  top: 90px;
  right: 20px;
  color: #fff;
  z-index: 1;
}
.small-slider-module div[class^="arrow-"]:first-of-type {
  left: 20px;
}
.small-slider-module .image-rack {
  width: 100%;
  height: 100%;
}
.small-slider-module .image-rack .slide {
  width: 100%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.small-slider-module .image-rack .slide .overlay {
  width: 100%;
  height: 106px;
  background: rgba(66, 39, 100, 0.7);
  position: absolute;
  bottom: 0;
}
.small-slider-module .image-rack .slide .overlay span {
  display: block;
  margin-left: 30px;
}
.small-slider-module .image-rack .slide .overlay span.slide-title {
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-size: 30px;
  margin-top: 22px;
}
.small-slider-module .image-rack .slide .overlay > a {
  display: block;
  color: #f3c13b;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-left: 30px;
}
.small-slider-module .image-rack .slide .overlay > a i {
  font-size: 12px;
}
.small-slider-builder-module {
  padding-top: 0;
}
.small-slider-builder-module .slide-row {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
}
.small-slider-builder-module .slide-row:first-of-type {
  margin-top: 0;
}
.small-slider-builder-module .slide-row .slides-list-item-header {
  overflow: auto;
}
.small-slider-builder-module .slide-row .slides-list-item-header > h3 {
  margin: 5px 0 0 10px;
  float: left;
}
.small-slider-builder-module .slide-row .slides-list-item-header > button {
  cursor: pointer;
  outline: none;
  float: right;
  margin: 10px 10px 5px 0;
  background: none;
  border: none;
}
.small-slider-builder-module .slide-row .slides-list-item-header > button:first-of-type {
  margin-left: 0;
}
.small-slider-builder-module .slide-row .slides-list-item-body {
  overflow: hidden;
  padding-bottom: 5px;
  height: 0;
  transition: height 0.2s;
  -moz-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ie-transition: height 0.2s;
}
.small-slider-builder-module .slide-row .slides-list-item-body input[type="text"] {
  display: block;
  width: 97%;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.small-slider-builder-module .slide-row .slides-list-item-body input[type="text"].slide-date {
  display: inline-block;
}
.small-slider-builder-module .slide-row .slides-list-item-body button.image-btn {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
}
.small-slider-builder-module .slide-row .slides-list-item-body .editor-box {
  width: auto;
  margin: 10px;
}
.small-slider-builder-module button.edit-new-slide {
  margin: 20px 0;
}
div.recent-activity-module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12px;
  overflow: hidden;
}
div.recent-activity-module .tabs {
  width: 100%;
  height: 47px;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.recent-activity-module .tabs li {
  cursor: pointer;
  margin: 0;
  width: 50%;
  float: left;
  height: 47px;
  background: #422764;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
div.recent-activity-module .tabs li.active {
  cursor: default;
  color: #422764;
  background: #fff;
}
div.recent-activity-module .content-container .tab-content {
  padding: 1px 30px 2px;
  display: none;
}
div.recent-activity-module .content-container .tab-content.active {
  display: block;
}
div.recent-activity-module .content-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.recent-activity-module .content-container ul li {
  width: 100%;
  height: auto;
  padding: 18px 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
div.recent-activity-module .content-container ul li:last-child {
  border-bottom: none;
}
div.recent-activity-module .content-container ul li .image-container,
div.recent-activity-module .content-container ul li .info,
div.recent-activity-module .content-container ul li .timer {
  display: table-cell;
  vertical-align: middle;
}
div.recent-activity-module .content-container ul li .image-container {
  padding-right: 13px;
}
div.recent-activity-module .content-container ul li .image-container img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}
div.recent-activity-module .content-container ul li p {
  margin: 0;
}
div.recent-activity-module .content-container ul li .info {
  width: 100%;
}
div.recent-activity-module .content-container ul li .info .name {
  font-size: 16px;
  font-weight: bold;
  color: #422764;
}
div.recent-activity-module .content-container ul li .info .points {
  font-size: 14px;
  font-weight: normal;
  color: #a6a6a6;
  margin-top: 2px;
}
div.recent-activity-module .content-container ul li .info .event {
  color: #a6a6a6;
  margin-top: 5px;
}
div.recent-activity-module .content-container ul li .info span[class^="stars-"] {
  display: block;
  width: 53px;
  height: 10px;
  margin-top: 5px;
  background-image: url(/assets/images/stars-sprite.png);
}
div.recent-activity-module .content-container ul li .info span[class^="stars-"].stars-1 {
  background-position: center 20px;
}
div.recent-activity-module .content-container ul li .info span[class^="stars-"].stars-2 {
  background-position: center 30px;
}
div.recent-activity-module .content-container ul li .info span[class^="stars-"].stars-3 {
  background-position: center 40px;
}
div.recent-activity-module .content-container ul li .info span[class^="stars-"].stars-4 {
  background-position: center 50px;
}
div.recent-activity-module .content-container ul li .timer {
  position: absolute;
  right: 0;
  top: 22px;
}
div.recent-activity-module .content-container ul li .timer p {
  color: #aeaeae;
  font-size: 10px;
}
@media (max-width: 400px) {
  div.recent-activity-module .content-container .tab-content {
    padding: 1px 20px 2px;
  }
}
.social-tabs.module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  font-family: 'Lato';
  overflow: hidden;
  margin-top: 0 !important;
}
.social-tabs.module > .tabs {
  width: 100%;
  height: 47px;
  background: #422764;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-tabs.module > .tabs > li {
  cursor: pointer;
  width: 33.33%;
  height: 100%;
  float: left;
  border-left: 1px solid #fff;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.social-tabs.module > .tabs > li:first-of-type {
  border-left: 0;
}
.social-tabs.module > .tabs > li.active {
  color: #422764;
  background: #fff;
}
.social-tabs.module > .content-container > .tab-content {
  display: none;
  padding: 1px 30px 2px;
}
.social-tabs.module > .content-container > .tab-content.active {
  display: block;
}
.social-tabs.module > .content-container > .tab-content > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.social-tabs.module > .content-container > .tab-content > ul > li {
  width: 100%;
  height: 100px;
  padding: 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.social-tabs.module > .content-container > .tab-content > ul > li:last-child {
  border-bottom: none;
}
.social-tabs.module > .content-container > .tab-content > ul > li .image-container,
.social-tabs.module > .content-container > .tab-content > ul > li .user-info,
.social-tabs.module > .content-container > .tab-content > ul > li .btn-container {
  display: table-cell;
  vertical-align: middle;
}
.social-tabs.module > .content-container > .tab-content > ul > li .image-container {
  padding-right: 13px;
}
.social-tabs.module > .content-container > .tab-content > ul > li .image-container img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}
.social-tabs.module > .content-container > .tab-content > ul > li p {
  margin: 0;
}
.social-tabs.module > .content-container > .tab-content > ul > li .user-info {
  width: 100%;
  color: #422764;
}
.social-tabs.module > .content-container > .tab-content > ul > li .user-info h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.social-tabs.module > .content-container > .tab-content > ul > li .user-info p {
  padding: 0;
  margin: 3px 0 8px;
}
.social-tabs.module > .content-container > .tab-content > ul > li .user-info a {
  color: inherit;
  text-decoration: none;
}
.social-tabs.module > .content-container > .tab-content > ul > li .user-info a.upper {
  display: block;
  text-transform: uppercase;
}
.social-tabs.module > .content-container > .tab-content > ul > li .btn-container {
  position: absolute;
  right: 0;
  top: 36px;
}
.social-tabs.module > .content-container > .tab-content > ul > li .btn-container button {
  font-size: 12px;
  color: #a6a6a6;
  background: none;
  border: 0;
}
@media (max-width: 400px) {
  div.social-tabs-module .content-container .tab-content {
    padding: 1px 20px 2px;
  }
}
.latest-forums-module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.latest-forums-module .header-bar {
  width: 100%;
  height: 47px;
  line-height: 47px;
  background: #422764;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 30px;
}
.latest-forums-module > ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 1px 30px 2px;
}
.latest-forums-module > ul > li {
  width: 100%;
  height: auto;
  padding: 18px 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.latest-forums-module > ul > li:last-child {
  border-bottom: none;
}
.latest-forums-module > ul > li .avatar-container,
.latest-forums-module > ul > li .info {
  display: table-cell;
  vertical-align: middle;
}
.latest-forums-module > ul > li .avatar-container {
  padding-right: 13px;
}
.latest-forums-module > ul > li .avatar-container img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
}
.latest-forums-module > ul > li .info {
  width: 100%;
}
.latest-forums-module > ul > li .info > a {
  text-decoration: none;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.latest-forums-module > ul > li .info > a i {
  position: absolute;
  right: 0;
  margin-top: 2px;
}
.latest-forums-module > ul > li .info > p {
  color: #a6a6a6;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 1px 0 6px;
}
.latest-forums-module > ul > li .info .stats {
  color: #a6a6a6;
}
.latest-forums-module > ul > li .info .stats i {
  margin: 0 4px 0 17px;
}
.latest-forums-module > ul > li .info .stats i:first-of-type {
  margin: 0 4px 0 0;
}
@media (max-width: 400px) {
  .latest-forums-module > ul {
    padding: 1px 20px 2px;
  }
  .latest-forums-module > ul > li .info {
    padding-right: 10px;
  }
}
.description-image-container {
  font-family: 'Lato', sans-serif;
  padding: 0;
}
.description-image-container img {
  border-radius: 10px;
  width: 100%;
}
.description-image-container .description-image-title {
  display: block;
  margin-top: 10px;
  color: #422764;
  font-weight: 600;
  font-size: 16px;
}
.description-image-container .image-description {
  display: block;
  margin-top: 5px;
  color: #422764;
  font-size: 12px;
  line-height: 1.5;
}
.description-image-container > a {
  color: #422764;
  text-decoration: none;
  font-size: 12px;
}
.description-image-container > a i {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.description-image-builder-module .image-btn {
  margin-bottom: 10px !important;
}
.description-image-builder-module input[type="text"],
.description-image-builder-module div.editor-c-description {
  background: #efefef;
  border: 1px solid #ccc;
  min-height: 32px;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.description-image-builder-module div.editor-c-description {
  margin-top: 5px;
  height: 120px;
  padding: 10px;
  overflow-y: auto;
}
.expandable-info-module-container .expandable-info-title {
  display: block;
  margin-bottom: 30px;
  color: #422764;
  font-size: 34px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.expandable-info-module {
  width: 100%;
  background: #fff;
  border: 1px solid #d6d6d6;
  font-family: 'Lato', sans-serif;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
.expandable-info-module:first-of-type {
  margin-top: 0;
}
.expandable-info-module .expandable-header {
  cursor: pointer;
  width: 100%;
  padding: 15px 50px 15px 20px;
  background: #efefef;
  color: #422764;
  font-size: 16px;
}
.expandable-info-module .expandable-header i {
  position: absolute;
  right: 20px;
  top: 17px;
}
.expandable-info-module .expandable-content-container .expandable-content {
  padding: 20px;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  color: #444 !important;
  line-height: 1.5;
  background: transparent !important;
}
.expandable-info-module .expandable-content-container .expandable-content * {
  font-family: 'Lato', sans-serif !important;
  font-size: inherit;
  color: #444 !important;
  line-height: 1.5;
  background: transparent !important;
}
.expandable-info-module .expandable-content-container .expandable-content h1 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content h2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content h3 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content h4 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content h5 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content h6 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content p {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content p * {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.expandable-info-module .expandable-content-container .expandable-content p a {
  color: #422764 !important;
}
.expandable-info-module .expandable-content-container .expandable-content p b {
  font-weight: 600 !important;
}
.expandable-info-module .expandable-content-container .expandable-content img {
  margin: 14px 0;
}
.expandable-info-module .expandable-content-container .expandable-content a {
  color: #422764 !important;
}
.expandable-info-builder-module .entry-row {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
}
.expandable-info-builder-module .entry-row:first-of-type {
  margin-top: 0;
}
.expandable-info-builder-module .entry-row .entries-list-item-header {
  overflow: auto;
}
.expandable-info-builder-module .entry-row .entries-list-item-header > h3 {
  margin: 5px;
  float: left;
}
.expandable-info-builder-module .entry-row .entries-list-item-header > button {
  cursor: pointer;
  outline: none;
  float: right;
  margin: 10px;
  background: none;
  border: none;
}
.expandable-info-builder-module .entry-row .entries-list-item-header > button:first-of-type {
  margin-left: 0;
}
.expandable-info-builder-module .entry-row .entries-list-item-body {
  overflow: hidden;
  padding-bottom: 5px;
  height: 0;
  transition: height 0.2s;
  -moz-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ie-transition: height 0.2s;
}
.expandable-info-builder-module .entry-row .entries-list-item-body span.input-title {
  margin-left: 10px;
}
.expandable-info-builder-module .entry-row .entries-list-item-body input[type="text"] {
  display: block;
  width: 200px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 20px;
  padding: 0 10px;
}
.expandable-info-builder-module .entry-row .entries-list-item-body button.image-btn {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  border-radius: 3px;
}
.expandable-info-builder-module .entry-row .entries-list-item-body .editor-controls {
  width: 96%;
  margin-left: 2%;
  margin-top: 10px;
}
.expandable-info-builder-module .entry-row .entries-list-item-body .editor-content {
  width: 96%;
  margin: 2%;
  margin-top: 5px;
  background: #fff;
}
.expandable-info-builder-module .entry-row .entries-list-item-body .editor-box {
  width: auto;
  margin: 10px;
}
.expandable-info-builder-module button.edit-new-entry {
  margin: 10px;
  border-radius: 3px;
}
.expandable-info-builder-module input[type="text"] {
  width: 200px;
  height: 32px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.expandable-info-builder-module div.editor-content {
  min-height: 240px !important;
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px;
}
.basic-info-card {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 29px 25px;
  position: relative;
  font-family: 'Lato', sans-serif;
}
.basic-info-card img {
  position: absolute;
  top: 30px;
  right: 30px;
}
.basic-info-card h2 {
  margin: 0;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
.basic-info-card hr {
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #d6d6d6;
}
.basic-info-card p {
  color: #422764;
  font-size: 12px;
  margin: 0;
}
.basic-info-card a {
  color: #422764;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.basic-info-card a:hover {
  text-decoration: none;
}
.basic-info-card a i {
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .basic-info-card img {
    top: 21px;
  }
  .basic-info-card h2 {
    font-size: 25px;
    line-height: 22px;
  }
}
.current-numismatist-module {
  width: 100%;
  height: 210px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  padding: 29px 25px;
  overflow: hidden;
}
.current-numismatist-module h4 {
  text-transform: uppercase;
  color: #444;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 0;
  text-transform: none;
}
.current-numismatist-module hr {
  display: block;
  width: 50px;
  border: 0;
  border-top: 1px solid #d6d6d6;
  margin: 20px 0;
}
.current-numismatist-module .image-container {
  width: 148px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 100% 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
.current-numismatist-module h5 {
  margin: 0;
  max-width: 50%;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
.current-numismatist-module a {
  color: #422764;
}
.current-numismatist-module a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .current-numismatist-module h4 {
    font-size: 11px;
    text-transform: none;
  }
  .current-numismatist-module h5 {
    font-size: 19px;
    text-transform: none;
  }
}
.updates-list-module {
  background: #fff;
  border-radius: 8px;
  padding: 9px 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.updates-list-module .update-container {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  padding: 17px 0;
  margin: 0;
  display: table;
}
.updates-list-module .update-container:last-child {
  border-bottom: none;
}
.updates-list-module .update-container .icon-container,
.updates-list-module .update-container .update-text {
  display: table-cell;
  vertical-align: middle;
}
.updates-list-module .update-container .icon-container {
  padding: 0 19px 0 0;
  width: 75px;
}
.updates-list-module .update-container .icon-container .post-icon {
  width: 55px;
  height: 65px;
  background: #efefef;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
}
.updates-list-module .update-container .icon-container .post-icon > .icon {
  display: block;
  width: 100%;
  height: 43px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  line-height: 43px;
}
.updates-list-module .update-container .icon-container .post-icon > .icon i {
  font-size: 20px;
  position: relative;
  top: -5px;
}
.updates-list-module .update-container .icon-container .post-icon .icon-text {
  display: block;
  width: 100%;
  height: 22px;
  background: #422764;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  color: #efefef;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 22px;
}
.updates-list-module .update-container .update-text {
  color: #422764;
  font-family: 'Lato', sans-serif;
}
.updates-list-module .update-container .update-text h4 {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  text-transform: none;
}
.updates-list-module .update-container .update-text p {
  margin: 0 0 4px;
  font-size: 12px;
  line-height: 18px;
}
.updates-list-module .update-container .update-text .view-event-anchor {
  color: #422764;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}
.updates-list-module .update-container .update-text .view-event-anchor:hover {
  text-decoration: none;
}
.updates-list-module .update-container .update-text .view-event-anchor i {
  position: relative;
  top: -1px;
}
@media (max-width: 400px) {
  .updates-list-module {
    padding: 9px 20px;
  }
}
.dealer-search-module {
  width: 100%;
  height: 400px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.dealer-search-module .search-bar {
  width: 100%;
  height: 51px;
  background: #422764;
  color: #fff;
  line-height: 51px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  padding-left: 20px;
}
.dealer-search-module .search-bar i {
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.dealer-search-module .search-bar form {
  display: inline;
}
.dealer-search-module .search-bar form input {
  display: inline;
  outline: none;
  width: 50%;
  height: 50px;
  background: transparent;
  border: 0;
}
.dealer-search-module .tabs {
  list-style: none;
  width: 100%;
  height: 47px;
  background: #f3c13b;
  margin: 0;
  padding: 0;
}
.dealer-search-module .tabs li {
  padding: 0 21px;
  height: 100%;
  float: left;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 47px;
  text-transform: uppercase;
}
.dealer-search-module .tab-content {
  display: none;
}
.dealer-search-module .tab-content.active {
  display: block;
}
.dealer-search-module .tab-content .dealer-list {
  list-style: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 30px;
}
.dealer-search-module .tab-content .dealer-list > li {
  width: 100%;
  height: 90px;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
  color: #422764;
  font-family: 'Lato', sans-serif;
}
.dealer-search-module .tab-content .dealer-list > li:last-child {
  border-bottom: none;
}
.dealer-search-module .tab-content .dealer-list > li .image-container,
.dealer-search-module .tab-content .dealer-list > li .dealer-info,
.dealer-search-module .tab-content .dealer-list > li .dealer-medal-list {
  display: table-cell;
  vertical-align: middle;
}
.dealer-search-module .tab-content .dealer-list > li .image-container {
  padding-right: 13px;
}
.dealer-search-module .tab-content .dealer-list > li .image-container img {
  width: 50px;
  height: 50px;
}
.dealer-search-module .tab-content .dealer-list > li .dealer-info {
  width: 100%;
}
.dealer-search-module .tab-content .dealer-list > li .dealer-info h5 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  text-transform: none;
}
.dealer-search-module .tab-content .dealer-list > li .dealer-info p {
  font-size: 12px;
  margin: 2px 0 6px;
}
.dealer-search-module .tab-content .dealer-list > li .dealer-info .view-profile-anchor {
  color: #422764;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.dealer-search-module .tab-content .dealer-list > li .dealer-info .view-profile-anchor i {
  position: relative;
  margin-left: 3px;
  top: -1px;
}
.dealer-search-module .tab-content .dealer-list > li .dealer-medal-list {
  position: absolute;
  top: 25px;
  right: 0;
  padding: 0;
}
.dealer-search-module .tab-content .dealer-list > li .dealer-medal-list img {
  display: inline-block;
  position: relative;
  margin-left: 4px;
}
.flag-reward-bucket {
  width: 100%;
  height: 285px;
  overflow: hidden;
  position: relative;
}
.flag-reward-bucket img {
  position: relative;
  margin: 20px auto 0;
  display: block;
}
.flag-reward-bucket > h4 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 18px;
}
.flag-reward-bucket > p {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 28px;
}
.flag-reward-bucket .points-flag-button {
  cursor: pointer;
  outline: none;
  width: 112px;
  height: 38px;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  display: block;
}
.flag-reward-bucket .points-flag-button:after {
  content: ' ';
  display: none;
  width: 33px;
  height: 46px;
  position: absolute;
  top: -1px;
  right: -17px;
  background-image: url(/assets/images/points-flag.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flag-reward-bucket .points-flag-button > span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #422764;
}
.flag-reward-bucket .points-flag-button > span.reward-value {
  top: 3px;
  right: -14px;
  font-weight: bold;
  font-size: 15px;
  width: 27px;
}
.flag-reward-bucket .points-flag-button > span.points-text {
  top: 20px;
  right: -7px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .wrapper .column:not(:first-child) .module .flag-reward-bucket {
    border-top: 1px solid #787878;
  }
  .flag-reward-bucket {
    height: auto;
  }
  .flag-reward-bucket img {
    margin: 30px auto 0;
  }
}
.single-blog-post-module {
  width: 100%;
  height: 170px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.single-blog-post-module .post-icon-container {
  margin: 30px;
  margin-right: 20px;
}
.single-blog-post-module .post-title {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #444;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.single-blog-post-module .post-snippet {
  padding-right: 20px;
  color: #a6a6a6;
  font-size: 12px;
  margin-bottom: 6px;
}
.single-blog-post-module .read-more-anchor {
  color: #a6a6a6;
  font-size: 12px;
  position: absolute;
  right: 30px;
}
.single-blog-post-module .drop-image {
  width: 100%;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}
.club-show-kit-request-module {
  width: 100%;
  height: 248px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.club-show-kit-request-module > img {
  margin: 0 auto;
  position: relative;
  top: 40px;
  display: block;
}
.club-show-kit-request-module > h4 {
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 63px;
  margin-bottom: 15px;
}
.club-show-kit-request-module hr {
  width: 50px;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d6d6;
}
.club-show-kit-request-module .drop-image {
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
}
.card-with-image-module {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.card-with-image-module img {
  margin: 20px auto 15px;
  position: relative;
  display: block;
}
.card-with-image-module > h4 {
  color: #444;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-transform: none;
}
.card-with-image-module hr {
  width: 50px;
  height: 1px;
  border: 0;
  border-top: 1px solid #d6d6d6;
  margin: 17px auto 18px;
}
.card-with-image-module .drop-image {
  min-width: 100%;
  height: 50px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.message-center.module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 0 !important;
  overflow: hidden;
}
.message-center.module > .header-bar {
  width: 100%;
  height: 51px;
  line-height: 51px;
  background: #422764;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 30px;
}
@media (max-width: 400px) {
  .message-center.module > .header-bar {
    padding: 0 18px;
  }
}
.message-center.module > .header-bar > a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  float: right;
  text-decoration: none;
  text-transform: none;
}
.message-center.module > .header-bar > a i {
  margin-left: 9px;
}
.message-center.module > ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}
.message-center.module > ul > li {
  width: 100%;
  /*height: 100px;*/
  padding: 0 0 10px;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.message-center.module > ul > li:last-child {
  border-bottom: none;
}
.message-center.module > ul > li .image-container {
  padding-right: 13px;
  display: inline-block;
  position: absolute;
}
.message-center.module > ul > li .image-container .message-counter {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #f3c13b;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: -4px;
  left: -8px;
  z-index: 2;
}
.message-center.module > ul > li .image-container img {
  width: 50px;
  height: 50px;
  border-radius: 9999px;
  z-index: 1;
}
.message-center.module > ul > li .message-info {
  
  display: block;
  margin:23px 0 0 68px;
   position:static  
}
.message-center.module > ul > li .message-info h4 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  text-transform: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.message-center.module > ul > li .message-info p {
  margin: 5px 0;
  color: #aeaeae;
  font-size: 12px;
  /*text-overflow: ellipsis;*/
  white-space: normal ;
  overflow: hidden;
  padding-right: 25px;
}
.message-center.module > ul > li .buttons-container {
  width: 36px;
  position: absolute;
  right: 0;
  top:2px;
  text-align: left;
  font-size: 12px;
}
.message-center.module > ul > li .buttons-container a {
  color: #a6a6a6;
  text-decoration: none;
}
.message-center.module > ul > li .buttons-container a:last-child {
  position: absolute;
  right: 0;
}
.message-center.module .message-center-footer-container {
  padding: 0 30px;
}
.message-center.module .message-center-footer-container .message-center-footer {
  width: 100%;
  height: 48px;
  border-top: 1px solid #d6d6d6;
  line-height: 48px;
}
.message-center.module .message-center-footer-container .message-center-footer a {
  color: #a6a6a6;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-decoration: none;
  float: right;
}
.message-center.module .message-center-footer-container .message-center-footer a:first-of-type {
  float: left;
}
.message-center.module.main > ul > li .message-info > p {
  font-size: 12px;
}
.message-follow {
  font-size: 12px;
  display: inline-block;
  background: #422764;
  color: white;
  padding: 6px 16px;
  border-radius: 8px;
  position: absolute;
  right: 20px;
  top: 13px;
}
.message-reply .sender-information p,
.message-create .sender-information p {
  display: inline-block;
  font-weight: bold;
  color: #422764;
  position: relative;
  top: -17px;
  left: 20px;
}
.message-reply .sender-information img,
.message-create .sender-information img {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}
.message-reply .message,
.message-create .message {
  background: white;
  border-radius: 8px;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
.message-reply .wrapper,
.message-create .wrapper {
  max-width: 600px;
}
.message-reply form label,
.message-create form label {
  font-size: 14px;
}
.message-reply form textarea,
.message-create form textarea {
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
  padding: 10px;
}
.message-reply form input[type="submit"],
.message-create form input[type="submit"] {
  color: #444444;
  border: 1px solid #444444;
  background: #ede8e2;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  display: inline;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
  float: right;
}
.message-reply form select,
.message-create form select {
  width: 165px;
  background-color: #ede8e2;
  color: #444444;
  height: 40px;
  border: 1px solid #444444;
  margin-left: 10px;
  transition: color 500ms, background-color 500ms;
  -moz-transition: color 500ms, background-color 500ms;
  -webkit-transition: color 500ms, background-color 500ms;
  -o-transition: color 500ms, background-color 500ms;
  -ie-transition: color 500ms, background-color 500ms;
}
@media (max-width: 400px) {
  .message-follow {
    display: none;
  }
}
.comments.module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  margin-top: 0 !important;
  overflow: hidden;
}
.comments.module > .header-bar {
  width: 100%;
  height: 51px;
  line-height: 51px;
  background: #422764;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 0 30px;
}
.comments.module > .header-bar > a {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  float: right;
  text-decoration: none;
}
.comments.module > .header-bar > a i {
  margin-left: 9px;
}
.comments.module > ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 30px;
}
@media all and (max-width: 400px) {
  .comments.module > ul {
    padding: 0 20px;
  }
}
.comments.module > ul > li {
  width: 100%;
  padding: 18px 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.comments.module > ul > li:last-child {
  border-bottom: none;
}
.comments.module > ul > li .image-container,
.comments.module > ul > li .message-info,
.comments.module > ul > li .buttons-container {
  display: table-cell;
  vertical-align: middle;
}
.comments.module > ul > li .image-container {
  padding-right: 13px;
}
.comments.module > ul > li .image-container .message-counter {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #f3c13b;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 12px;
  left: -8px;
  z-index: 1;
}
.comments.module > ul > li .image-container img {
  width: 50px;
  height: 50px;
}
.comments.module > ul > li .message-info {
  width: 100%;
}
.comments.module > ul > li .message-info > h4 {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  text-align: left;
  text-transform: none;
}
.comments.module > ul > li .message-info > p {
  margin: 0;
  color: #aeaeae;
  font-size: 10px;
}
.comments.module > ul > li .buttons-container {
  width: 36px;
  position: absolute;
  right: 0;
  top: 37px;
  text-align: left;
  font-size: 12px;
  color: #a6a6a6;
}
.comments.module > ul > li .buttons-container > a {
  color: #a6a6a6;
  text-decoration: none;
}
.comments.module > ul > li .buttons-container > a:last-child {
  position: absolute;
  right: 0;
}
.comments.module .message-center-footer-container {
  padding: 0 30px;
}
.comments.module .message-center-footer-container .message-center-footer {
  width: 100%;
  height: 48px;
  border-top: 1px solid #d6d6d6;
  line-height: 48px;
}
.comments.module .message-center-footer-container .message-center-footer a {
  color: #a6a6a6;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  text-decoration: none;
  float: right;
}
.comments.module .message-center-footer-container .message-center-footer a:first-of-type {
  float: left;
}
.member-module {
  overflow: auto;
  font-family: 'Lato', sans-serif;
  margin: 32px 0;
}
.member-module > img {
  width: 45%;
  border-radius: 10px;
  float: left;
}
.member-module .member-module-text-container {
  width: 45%;
  float: left;
  margin-left: 30px;
}
.member-module .member-module-text-container > span {
  display: block;
  margin: 5px 0;
}
.member-module .member-module-text-container > span.member-position {
  color: #444;
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.member-module .member-module-text-container > span.member-name {
  color: #422764;
  font-weight: 600;
  font-size: 16px;
}
.member-module .member-module-text-container > span.member-bio {
  color: #333 !important;
  font-size: 12px !important;
}
.member-module .member-module-text-container > span.member-email {
  color: #422764;
  font-size: 12px;
  font-weight: 600;
}
.member-module .member-module-text-container > span.member-office-phone {
  color: #333;
  font-size: 12px;
}
.member-module .member-module-text-container > a {
  color: #422764;
  text-transform: uppercase;
  font-size: 12px;
}
.member-module .member-module-text-container > .email {
  text-transform: lowercase;
  font-weight: bold;
}
.member-builder-module > h3 {
  margin-top: 0;
}
.member-builder-module > div {
  margin-top: 10px;
}
.member-builder-module > div.short-bio-header {
  margin-top: 20px;
}
.member-builder-module input[type="text"] {
  width: 200px;
  height: 32px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 10px;
  margin-left: 10px;
}
.member-builder-module div.editor-c-bio {
  height: 120px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 5px;
  padding: 10px;
}
.pure-text-module {
  font-family: 'Lato';
  width: 100%;
  background: none;
  color: #414141;
}
.pure-text-module h2 {
  margin: 0 0 13px;
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: lighter;
}
.pure-text-module p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.pure-text-module button {
  font-size: 14px;
  line-height: 35px;
  margin-top: 15px;
  background: none;
  border: 1px solid #414141;
  padding: 0 10px;
}
.text-area.module {
  padding: 0;
}
.text-area.module .text {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  color: #444 !important;
  line-height: 1.5;
  background: transparent !important;
}
.text-area.module .text * {
  font-family: 'Lato', sans-serif !important;
  font-size: inherit;
  color: #444 !important;
  line-height: 1.5;
  background: transparent !important;
}
.text-area.module .text h1 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 26px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text h2 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text h3 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text h4 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text h5 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text h6 {
  font-family: 'Lato', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text p {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text p * {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #444 !important;
  margin: 0.67em 0 !important;
}
.text-area.module .text p a {
  color: #422764 !important;
}
.text-area.module .text p b {
  font-weight: 600 !important;
}
.text-area.module .text img {
  margin-bottom: 14px;
}
.text-area.module .text a {
  color: #422764 !important;
}
.text-area.module .text:first-child {
  margin-top: 0 !important;
}
.admin-modal-container.text-area .admin-modal-body {
  padding-top: 10px;
}
.admin-modal-container.text-area .admin-modal-body .editor-content {
  height: 314px;
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 10px;
  overflow-y: auto;
}
.menu-list-module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  font-family: 'Lato';
}
.menu-list-module ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 22px 30px 23px;
}
.menu-list-module ul li {
  font-size: 16px;
  font-weight: bold;
  color: #422764;
  min-height: 45px;
  line-height: 45px;
}
.menu-list-module ul li a {
  color: #422764;
  text-decoration: none;
}
.menu-list-module ul li:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
.admin-modal-body.link-list-builder-module > label:first-of-type {
  position: relative;
  top: -20px;
}
.admin-modal-body.link-list-builder-module > label:first-of-type input {
  margin-right: 10px;
}
.admin-modal-body.link-list-builder-module .link-edits .link-list-header {
  font-size: 22px;
  margin-top: -10px;
}
.admin-modal-body.link-list-builder-module .link-edits > button {
  padding: 8px 14px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  background-color: #422764;
  border: 0;
  -webkit-border-radius: 3px;
  outline: none;
  margin-left: 38px;
}
.admin-modal-body.link-list-builder-module .link-edits .link-rows .link-row {
  margin: 10px;
}
.admin-modal-body.link-list-builder-module .link-edits .link-rows .link-row span[class="delete"] i {
  color: #ea6153;
  margin-right: 10px;
}
.admin-modal-body.link-list-builder-module .link-edits .link-rows .link-row .link-title,
.admin-modal-body.link-list-builder-module .link-edits .link-rows .link-row .link-url {
  min-width: 200px;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin-right: 10px;
  font-size: 12px;
}
.picture-module {
  width: 100%;
  font-family: 'Lato';
  color: #422764;
}
.picture-module img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.picture-module .picture-info {
  position: relative;
  width: 100%;
  margin-top: 9px;
}
.picture-module .picture-info h5,
.picture-module .picture-info p {
  display: inline-block;
  line-height: 20px;
  margin: 0;
  text-transform: none;
}
.picture-module .picture-info h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
.picture-module .picture-info p {
  position: absolute;
  right: 0;
  font-size: 12px;
}
.picture-module .picture-info p i {
  margin-left: 3px;
}
.picture-module .picture-info p a {
  color: #422764;
}
.picture-module .picture-info p a:hover {
  text-decoration: none;
}
.picture-caption-builder-module {
  padding-top: 10px !important;
}
.picture-caption-builder-module input[type="text"] {
  display: block;
  width: 200px;
  height: 32px;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 0;
  margin: 10px;
  padding: 0 10px;
}
.picture-caption-builder-module .image-btn {
  border-radius: 0;
  margin-left: 10px;
}
.picture-with-text-module {
  width: 100%;
  font-family: 'Lato';
  color: #422764;
}
.picture-with-text-module img {
  width: 100%;
}
.picture-with-text-module .picture-info {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.picture-with-text-module .picture-info h5,
.picture-with-text-module .picture-info p {
  display: block;
  line-height: 19px;
  margin: 0;
  text-transform: none;
}
.picture-with-text-module .picture-info h5 {
  font-size: 16px;
  font-weight: bold;
  text-transform: none;
}
.picture-with-text-module .picture-info p {
  font-size: 12px;
}
.picture-with-text-module .picture-info p i {
  margin-left: 3px;
}
.picture-with-text-module .picture-info p a {
  color: #422764;
}
.picture-with-text-module .picture-info p a:hover {
  opacity: .75;
}
.recent-blog-posts.module h4 {
  color: #422764;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  margin: 0;
  text-transform: none;
}
.recent-blog-posts.module .blog-posts {
  list-style: none;
  padding: 0;
}
.recent-blog-posts.module .blog-posts li {
  width: 25%;
  vertical-align: top;
  display: inline-block;
  margin: 15px 0;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.recent-blog-posts.module .blog-posts li .post-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.recent-blog-posts.module .blog-posts li .post-icon-container {
  margin: 15px 10px 0 0;
}
.recent-blog-posts.module .blog-posts li .post-title {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #414141;
  font-weight: lighter;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: left;
}
.recent-blog-posts.module .blog-posts li .read-more-anchor {
  color: #414141;
  font-size: 12px;
  text-transform: uppercase;
}
.recent-blog-posts.module .blog-posts li .read-more-anchor i {
  margin-left: 8px;
}
.recent-blog-posts.module .blog-posts li:first-child {
  padding: 0 23px 0 0;
}
.recent-blog-posts.module .blog-posts li:nth-child(2) {
  padding: 0 15px 0 7px;
}
.recent-blog-posts.module .blog-posts li:nth-child(3) {
  padding: 0 7px 0 15px;
}
.recent-blog-posts.module .blog-posts li:last-child {
  padding: 0 0 0 23px;
}
.recent-blog-posts.module .points-flag-button {
  cursor: pointer;
  outline: none;
  width: 113px;
  height: 37px;
  background: none;
  border: 1px solid #414141;
  color: #414141;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  display: block;
}
.recent-blog-posts.module .points-flag-button:after {
  content: ' ';
  display: block;
  width: 33px;
  height: 46px;
  position: absolute;
  top: -1px;
  right: -33px;
  background-image: url(/assets/images/points-flag-dark.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recent-blog-posts.module .points-flag-button > span {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #fff;
}
.recent-blog-posts.module .points-flag-button > span.reward-value {
  top: 3px;
  right: -30px;
  font-weight: bold;
  font-size: 15px;
}
.recent-blog-posts.module .points-flag-button > span.points-text {
  top: 20px;
  right: -23px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .recent-blog-posts.module .blog-posts li {
    width: 50%;
  }
  .recent-blog-posts.module .blog-posts li:nth-child(2n-1) {
    padding: 15px 15px 15px 0;
  }
  .recent-blog-posts.module .blog-posts li:nth-child(2n) {
    padding: 15px 0 15px 15px;
  }
}
.buy-coins-module {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12px;
  overflow: hidden;
}
.buy-coins-module .tabs {
  width: 100%;
  height: 47px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.buy-coins-module .tabs li {
  cursor: pointer;
  margin: 0;
  width: 100%;
  float: left;
  height: 47px;
  background: #422764;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
.buy-coins-module .tabs li.active {
  cursor: default;
  color: #422764;
  background: #fff;
}
.buy-coins-module .content-container .tab-content {
  padding: 1px 30px 2px;
  display: none;
}
.buy-coins-module .content-container .tab-content.active {
  display: block;
}
.buy-coins-module .content-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.buy-coins-module .content-container ul li {
  padding: 20px 0;
  width: 100%;
  height: 100px;
  padding: 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
.buy-coins-module .content-container ul li:last-child {
  border-bottom: none;
}
.buy-coins-module .content-container ul li .image-container,
.buy-coins-module .content-container ul li .coin-info,
.buy-coins-module .content-container ul li .badge-info {
  display: table-cell;
  vertical-align: middle;
}
.buy-coins-module .content-container ul li .image-container {
  padding-right: 13px;
}
.buy-coins-module .content-container ul li .image-container img {
  width: 50px;
  height: 50px;
}
.buy-coins-module .content-container ul li .coin-info,
.buy-coins-module .content-container ul li .badge-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.buy-coins-module .content-container ul li p {
  margin: 0;
}
.buy-coins-module .content-container ul li .name {
  font-size: 16px;
  font-weight: bold;
  color: #422764;
}
.buy-coins-module .content-container ul li .points {
  font-size: 14px;
  font-weight: normal;
  color: #422764;
  padding: 4px 10px 4px 9px;
  border: 1px solid #422764;
  position: absolute;
  top: 31px;
  right: 0;
}
.event-module {
  font-family: 'Lato', sans-serif;
  color: #422764;
  display: table;
}
.event-module img {
  display: table-cell;
  vertical-align: middle;
  margin-right: 19px;
  width: 72px;
  height: 72px;
}
.event-module .event-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.event-module .event-text h4 {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 0;
  text-transform: none;
}
.event-module .event-text p {
  font-size: 12px;
  line-height: 18px;
  margin: 2px 0 4px;
}
.event-module .event-text a {
  font-size: 12px;
  color: inherit;
  text-transform: uppercase;
}
.events-list-builder-module {
  padding-top: 0;
}
.events-list-builder-module .event-row {
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
}
.events-list-builder-module .event-row:first-of-type {
  margin-top: 0;
}
.events-list-builder-module .event-row .events-list-item-header {
  overflow: auto;
}
.events-list-builder-module .event-row .events-list-item-header > h3 {
  margin: 5px;
  float: left;
}
.events-list-builder-module .event-row .events-list-item-header > button {
  cursor: pointer;
  outline: none;
  float: right;
  margin: 10px;
  background: none;
  border: none;
}
.events-list-builder-module .event-row .events-list-item-header > button:first-of-type {
  margin-left: 0;
}
.events-list-builder-module .event-row .events-list-item-body {
  overflow: auto;
  height: 0;
  transition: height 0.2s;
  -moz-transition: height 0.2s;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ie-transition: height 0.2s;
}
.events-list-builder-module .event-row .events-list-item-body input[type="text"] {
  display: block;
  width: 200px;
  height: 32px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 10px;
}
.events-list-builder-module .event-row .events-list-item-body .editor-box {
  width: auto;
  margin: 10px;
}
.events-list-builder-module button.edit-new-event {
  margin: 10px;
  border-radius: 3px;
}
.ana-clubs.module > h4 {
  color: #422764;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  margin: 0;
  text-transform: none;
}
.ana-clubs.module .clubs {
  list-style: none;
  padding: 0;
}
.ana-clubs.module .clubs li {
  width: 228px;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.ana-clubs.module .clubs li .club-image {
  width: 228px;
  height: 258px;
  border-radius: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ana-clubs.module .clubs li .club-image > h5 {
  color: #0e2e3b;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 19px;
  height: 76px;
  text-transform: none;
  position: relative;
  margin: 0;
  text-align: center;
  top: 73px;
  display: block;
  line-height: 33px;
}
.ana-clubs.module .clubs li > p {
  color: #422764;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  margin: 3px auto;
}
.ana-clubs.module .clubs li:first-child {
  padding: 15px 23px 15px 0;
}
.ana-clubs.module .clubs li:nth-child(2) {
  padding: 15px 15px 15px 7px;
}
.ana-clubs.module .clubs li:nth-child(3) {
  padding: 15px 7px 15px 15px;
}
.ana-clubs.module .clubs li:last-child {
  padding: 15px 0 15px 23px;
}
.ana-clubs.module > button {
  width: 140px;
  height: 36px;
  border: 1px solid #444;
  background: none;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #444;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 767px) {
  .ana-clubs.module .clubs li {
    display: block;
    margin: 15px auto;
    padding: 0;
  }
  .ana-clubs.module .clubs li:nth-child(2n-1) {
    padding: 15px 0px 15px 0;
  }
  .ana-clubs.module .clubs li:nth-child(2n) {
    padding: 15px 0 15px 0px;
  }
}
div.recent-activity-double-module {
  width: 100%;
  background: none;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  font-family: 'Lato';
  font-size: 12px;
  overflow: hidden;
}
div.recent-activity-double-module .tabs {
  width: 305px;
  height: 47px;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.recent-activity-double-module .tabs li {
  cursor: pointer;
  margin: 0;
  width: 50%;
  float: left;
  height: 47px;
  background: #422764;
  text-align: center;
  line-height: 47px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
div.recent-activity-double-module .tabs li.active {
  cursor: default;
  color: #422764;
  background: #fff;
}
div.recent-activity-double-module .tabs li:last-child {
  border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}
div.recent-activity-double-module .content-container {
  background: #fff;
}
div.recent-activity-double-module .content-container .tab-content {
  padding: 1px 30px 2px;
  display: none;
}
div.recent-activity-double-module .content-container .tab-content.active {
  display: block;
}
div.recent-activity-double-module .content-container .tab-content.test {
  width: 284px;
  height: 400px;
  background: #999;
}
div.recent-activity-double-module .content-container ul {
  display: inline-block;
  width: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.recent-activity-double-module .content-container ul li {
  width: 100%;
  height: 100px;
  padding: 0;
  display: table;
  position: relative;
  border-bottom: 1px solid #d6d6d6;
}
div.recent-activity-double-module .content-container ul li:last-child {
  border-bottom: none;
}
div.recent-activity-double-module .content-container ul li .image-container,
div.recent-activity-double-module .content-container ul li .info,
div.recent-activity-double-module .content-container ul li .timer {
  display: table-cell;
  vertical-align: middle;
}
div.recent-activity-double-module .content-container ul li .image-container {
  padding-right: 13px;
}
div.recent-activity-double-module .content-container ul li .image-container img {
  width: 50px;
  height: 50px;
}
div.recent-activity-double-module .content-container ul li p {
  margin: 0;
}
div.recent-activity-double-module .content-container ul li .info {
  width: 100%;
}
div.recent-activity-double-module .content-container ul li .info .name {
  font-size: 16px;
  font-weight: bold;
  color: #422764;
}
div.recent-activity-double-module .content-container ul li .info .points {
  font-size: 14px;
  font-weight: normal;
  color: #a6a6a6;
  margin-top: 2px;
}
div.recent-activity-double-module .content-container ul li .info .event {
  color: #a6a6a6;
}
div.recent-activity-double-module .content-container ul li .info span[class^="stars-"] {
  display: block;
  width: 53px;
  height: 10px;
  margin-top: 5px;
  background-image: url(/assets/images/stars-sprite.png);
}
div.recent-activity-double-module .content-container ul li .info span[class^="stars-"].stars-1 {
  background-position: center 20px;
}
div.recent-activity-double-module .content-container ul li .info span[class^="stars-"].stars-2 {
  background-position: center 30px;
}
div.recent-activity-double-module .content-container ul li .info span[class^="stars-"].stars-3 {
  background-position: center 40px;
}
div.recent-activity-double-module .content-container ul li .info span[class^="stars-"].stars-4 {
  background-position: center 50px;
}
div.recent-activity-double-module .content-container ul li .timer {
  position: absolute;
  right: 0;
  top: 32px;
}
div.recent-activity-double-module .content-container ul li .timer p {
  color: #aeaeae;
  font-size: 10px;
}
div.recent-activity-double-module .content-container ul:first-child {
  padding: 0 15px 0 0;
}
div.recent-activity-double-module .content-container ul:last-child {
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  div.recent-activity-double-module .tabs {
    width: 100%;
  }
  div.recent-activity-double-module .content-container ul {
    display: block;
    width: 100%;
  }
  div.recent-activity-double-module .content-container ul:first-child li:last-child {
    border-bottom: 1px solid #d6d6d6;
  }
  div.recent-activity-double-module .content-container ul:first-child,
  div.recent-activity-double-module .content-container ul:last-child {
    padding: 0;
  }
}
@media (max-width: 400px) {
  div.recent-activity-double-module .content-container .tab-content {
    padding: 1px 20px 2px;
  }
}
.blog-post-module .blog-post-wrapper {
  font-family: 'Lato';
  width: 100%;
  display: table;
}
.blog-post-module .blog-post-wrapper > div {
  display: table-cell;
  vertical-align: top;
}
.blog-post-module .blog-post-wrapper .post-image-container {
  width: 222px;
  position: absolute;
  right: 0;
}
.blog-post-module .blog-post-wrapper .post-image-container .post-image {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.blog-post-module .blog-post-wrapper .post-image-container .post-image .share-icons {
  background: #f3c13a;
  color: #fff;
  width: 100%;
  height: 55px;
  text-align: center;
  position: absolute;
  bottom: -3px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
.blog-post-module .blog-post-wrapper .post-image-container .post-image .share-icons span {
  display: inline-block;
  width: 25%;
  font-size: 20px;
  line-height: 55px;
  border-right: 1px solid #ffdc7b;
}
.blog-post-module .blog-post-wrapper .post-image-container .post-image .share-icons span i {
  width: 100%;
}
.blog-post-module .blog-post-wrapper .post-image-container .post-image .share-icons span:last-child {
  border: none;
}
.blog-post-module .blog-post-wrapper .post-date-container .post-date {
  width: 55px;
  height: 65px;
  text-align: center;
}
.blog-post-module .blog-post-wrapper .post-date-container .post-date span {
  display: block;
  width: 100%;
}
.blog-post-module .blog-post-wrapper .post-date-container .post-date span:first-child {
  height: 43px;
  line-height: 43px;
  background: #e6e6e6;
  font-size: 34px;
  font-weight: lighter;
  color: #422764;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
}
.blog-post-module .blog-post-wrapper .post-date-container .post-date span:last-child {
  height: 22px;
  line-height: 22px;
  background: #422764;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}
.blog-post-module .blog-post-wrapper .post-content {
  color: #414141;
  padding: 0 252px 0 30px;
}
.blog-post-module .blog-post-wrapper .post-content h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}
.blog-post-module .blog-post-wrapper .post-content p {
  font-size: 14px;
  line-height: 20px;
}
.blog-post-module .blog-post-wrapper .post-content a {
  font-size: 14px;
  text-transform: uppercase;
  color: inherit;
}
.blog-post-module .blog-post-wrapper .post-content a i {
  margin-left: 10px;
}
.blog-post-module button {
  display: none;
  font-size: 14px;
  line-height: 35px;
  margin: 25px auto 0;
  background: none;
  border: 1px solid #414141;
  padding: 0 40px;
}
.lightgreyback .blog-post-module .post-date span:first-child {
  background: #fff;
}
section.module:last-child .blog-post-module button {
  display: block;
}
@media (max-width: 767px) {
  .blog-post-module .blog-post-wrapper > div {
    display: block;
  }
  .blog-post-module .blog-post-wrapper .post-image-container {
    display: block;
    position: relative;
    width: 100%;
  }
  .blog-post-module .blog-post-wrapper .post-date-container {
    float: left;
    padding: 18px 20px 0 0;
  }
  .blog-post-module .blog-post-wrapper .post-content {
    padding: 45px 0 0;
  }
}
.partner-slider-module h4 {
  color: #422764;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 34px;
  margin: 0;
  text-transform: none;
}
.partner-slider-module .slider {
  margin-top: 22px;
  width: 100%;
  height: 135px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.partner-slider-module .slider div[class^="arrow-"] {
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  top: 56px;
  z-index: 2;
}
.partner-slider-module .slider div[class^="arrow-"].arrow-left {
  left: 8px;
}
.partner-slider-module .slider div[class^="arrow-"].arrow-right {
  right: 8px;
}
.partner-slider-module .slider div[class^="arrow-"] i {
  color: #aeaeae;
}
.partner-slider-module .slider .indicators {
  position: absolute;
  bottom: 2px;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  z-index: 2;
}
.partner-slider-module .slider .indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  background: #efefef;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.partner-slider-module .slider .indicators li.active {
  background: #422764;
}
.partner-slider-module .slider .image-rack {
  height: 100%;
}
.partner-slider-module .slider .image-rack .slide {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.partner-slider-module .slider .image-rack .slide .partner-list {
  width: 100%;
  height: 135px;
  background: #fff;
  display: table;
  position: relative;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.partner-slider-module .slider .image-rack .slide .partner-list .partner-image {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .partner-slider-module .slider div[class^="arrow-"] {
    display: none;
  }
  .partner-slider-module .slider .image-rack .slide .partner-list .partner-image img {
    width: 80%;
  }
}

@media print {
.picture-module{padding-bottom:50px;}	
section.lightgreyback{padding-top:50px;}	
.lightgreyback .column.one {width: 33.333%;padding:30px 10px;float:left;}	
}

.button-to-top{
    background-image: url(/assets/images/ana-back-to-top-40x40.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    bottom: 20px;
    right: 20px;
    position: fixed;
}

@media (max-width: 800px) {
    .button-to-top{
        right:0;
    }
}

.button-to-top:hover{
    cursor: pointer;
    -webkit-animation: slideup 1s infinite ease-in-out;
    animation: slideup 1s infinite ease-in-out;
    -ms-animation: slideup 1s infinite ease-in-out;

}

@-webkit-keyframes slideup {
    from{bottom:20px;}
    50%{bottom:25px;}
    to{bottom:20px;}
}
@keyframes slideup {
    from{bottom:20px;}
    50%{bottom:25px;}
    to{bottom:20px;}
}
@-ms-keyframes slideup {
    from{bottom:20px;}
    50%{bottom:25px;}
    to{bottom:20px;}
}
.tab-content.mypagefollwer {
    max-height: 400px;
    overflow-y: auto;
}