.initiative-wrapper {
  overflow: hidden;
  background-color: #EFEFEF;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px; }

.member-login-panel-wrapper .login-logo-wrapper {
  width: 190px;
  height: 260px;
  display: block;
  margin: 20px auto;
  position: relative; }

.member-login-panel-wrapper .login-logo-wrapper .logo-bg {
  width: 100%; }

.member-login-panel-wrapper .login-logo-wrapper .logo {
  position: absolute;
  width: 110px;
  top: 40px;
  left: 40px; }

.time-remaining p {
  display: inline-block;
  font-weight: 700; }
.time-remaining #time-remaining {
  display: inline-block; }

.time-limit {
  font-size: 14px;
  margin-top: 10px; }

label {
  font-size: 15px; }

input[type=checkbox] + label {
  margin-left: 10px; }

.results-svg-graph > svg {
  padding: 20px; }

.member-login-panel-wrapper .member-login-panel {
  width: 350px;
  margin: 0 auto;
  background-color: white;
  padding: 20px 20px 5px;
  border-radius: 5px;
  overflow: hidden; }

.member-login-panel.admin {
  padding: 20px; }

.btn-primary {
  background-color: white;
  border-color: #CCCCCC;
  color: black;
  box-shadow: none;
  transition: all .5s; }

button.btn {
  width: auto;
  padding: 0px 30px; }

.login-button {
  margin: 0 auto;
  display: block; }

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #C62443;
  border-color: #C62443;
  transition: all .5s; }

body {
  min-height: 100%;
  min-width: 100%;
  /*background-color: #E4DED3;*/ }

p {
  font-size: 15px;
  line-height: 25px; }

.panel-body hr {
  margin-top: 10px;
  margin-bottom: 15px;
  border-width: 7px;
  width: 80px;
  margin-left: 0; }

.home-intro-wrapper {
  padding-bottom: 30px;
  min-height: 300px;
  background-color: white;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 0; }
  @media (max-width: 767px) {
    .home-intro-wrapper {
      box-sizing: border-box;
      max-width: calc(100% - 60px);
      margin: 0 30px 20px;
      overflow: hidden;
      padding-bottom: 20px; } }
  .home-intro-wrapper .logo-wrapper {
    position: relative;
    min-height: 300px; }
    @media (max-width: 767px) {
      .home-intro-wrapper .logo-wrapper {
        margin: 20px 0;
        min-height: 200px; } }
    @media (max-width: 499px) {
      .home-intro-wrapper .logo-wrapper {
        min-height: 100px; } }
    .home-intro-wrapper .logo-wrapper .logo {
      max-width: 80%;
      margin: 0 auto;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .home-intro-wrapper .logo-wrapper .logo {
          max-height: 100%;
          max-width: 80%;
          position: inherit;
          top: auto;
          left: auto;
          transform: none; } }

textarea {
  resize: none; }

.btn-add,
.btn-remove {
  height: 40px; }

.entry.input-group {
  margin: 20px 0; }
  .entry.input-group input[type=text] {
    max-width: 100%; }

.home-description-wrapper {
  height: 300px;
  position: relative; }
  @media (max-width: 767px) {
    .home-description-wrapper {
      height: auto; } }
  .home-description-wrapper .home-description-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .home-description-wrapper .home-description-inner {
        position: inherit;
        top: auto;
        left: auto;
        transform: none; }
        .home-description-wrapper .home-description-inner h1 {
          font-size: 25px;
          line-height: 30px; }
        .home-description-wrapper .home-description-inner p {
          font-size: 12px;
          line-height: 22px; } }
  .home-description-wrapper hr {
    border-width: 5px;
    width: 80px;
    margin-left: 0; }

.panel-body a.btn {
  margin-right: 10px; }

.form-group.auto-center input {
  width: auto;
  margin: 0 auto;
  display: block; }

.form-group.auto-center input[type='submit'] {
  padding: 0 20px; }

input[type='submit'] {
  border-radius: 5px !important; }

input.form-control {
  height: 40px;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0; }

.site-name {
  position: absolute;
  top: 10px;
  left: 10px; }

.or {
  font-size: 20px;
  text-align: center;
  width: 100%;
  position: relative;
  height: 50px;
  margin-bottom: 10px; }

.or .or-inner {
  z-index: 100;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 0 10px; }

.or hr.or-hr {
  content: '';
  width: 200px;
  border-bottom: 1px solid #C62443;
  display: block;
  position: absolute;
  top: -7px;
  left: -75px;
  z-index: 0;
  top: 9%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.navbar {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25); }

.navbar-default {
  border-radius: 0; }

@media (min-width: 768px) {
  .nav.navbar-nav:not(.navbar-right) {
    left: 30px;
    position: relative; } }
.navbar {
  height: 60px;
  min-height: 40px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom-width: 1px; }

.navbar .nav.navbar-nav a {
  padding-top: 10px;
  padding-bottom: 10px; }

.pull-right button {
  position: relative;
  top: 0; }

.panel {
  border: 0;
  border-radius: 5px; }

.panel .panel-heading {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.panel-body form .form-group:last-child {
  margin-bottom: 0; }

.vote-calendar {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #C62443;
  color: white; }
  @media (max-width: 767px) {
    .vote-calendar {
      right: auto;
      left: 10px; } }
  .vote-calendar .month {
    text-align: center;
    margin: 5px 0;
    height: 20px; }
  .vote-calendar .day {
    height: 50px;
    padding: 5px;
    background-color: white;
    background-clip: content-box;
    color: #C62443;
    text-align: center;
    padding-top: 0;
    font-size: 35px;
    line-height: 45px; }

.table-condensed {
  font-size: 12px;
  font-weight: 500; }

.ballot-wrapper {
  padding: 10px;
  background-color: #EFEFEF;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .ballot-wrapper.closed h4 {
    display: inline-block; }
  .ballot-wrapper.closed .vote-date {
    float: right; }

.ballot-wrapper:not(:only-of-type):not(:last-of-type) {
  margin-bottom: 20px; }

a, a:hover, a:focus, a:active {
  text-decoration: none; }

.roster-wrapper {
  padding: 10px;
  background-color: #EFEFEF;
  border-radius: 5px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.roster-wrapper:not(:only-of-type):not(:last-of-type) {
  margin-bottom: 10px; }

.site-logo {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block; }
  @media (max-width 499px) {
    .site-logo {
      left: 15px; } }

.site-logo img {
  max-width: 95%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.collapse.navbar-collapse {
  padding-top: 10px; }

.navbar-header {
  height: 60px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

footer {
  height: 100px; }

.ballot-wrapper p {
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  margin-top: 20px; }

.ballot-wrapper h4 {
  font-size: 22px; }

@media (max-width: 767px) {
  .ballot-wrapper:not(.closed) h4 {
    margin-top: 100px; } }

.panel {
  /*background-clip: content-box;*/ }

.vote-date {
  color: white;
  background-color: #C62443;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  margin-bottom: 10px;
  max-width: calc(100% - 90px); }
  @media (max-width: 767px) {
    .vote-date {
      max-width: 100%; } }

.ballot-wrapper .ballot-heading {
  /*border-bottom: 5px solid $red;*/
  padding-bottom: 20px; }

.btn i {
  margin-right: 10px; }

.panel .panel-body {
  border: 1px solid white;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }

.panel-heading {
  color: white !important;
  background-color: #C62443 !important;
  border-color: #C62443 !important;
  font-size: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }

.panel-heading a {
  position: relative;
  top: -2px; }

.voting-btn-dark, .pull-right button, .panel-heading a {
  color: #85182d;
  background-color: white;
  border: 0;
  border-radius: 10px;
  padding: 5px 20px;
  font-size: 12px;
  height: 28px;
  display: inline-block; }

.ballot-wrapper .btn.btn-primary {
  text-transform: uppercase;
  padding: 10px 30px;
  margin-top: 20px;
  display: block;
  margin-right: 0;
  font-size: 15px; }

.voting-btn-dark:hover, .pull-right button:hover, .panel-heading a:hover {
  background-color: #85182d;
  text-decoration: none;
  color: white; }

ul.pagination {
  padding-left: 15px; }

.color-headings {
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 15px; }
  .color-headings .heading {
    font-size: 18px;
    font-weight: 500; }

.img-preview {
  width: 200px;
  max-width: 100%;
  margin-bottom: 20px; }

.customize-row {
  padding: 20px 0;
  overflow: hidden; }

.customize-row select#font {
  float: right; }

.customize-row:not(:last-child) {
  border-bottom: 1px solid lightgray; }

.customize-row textarea {
  width: 100%;
  min-height: 200px;
  resize: none;
  border-color: #CCCCCC;
  padding: 15px; }

.no-left-padding {
  padding-left: 0; }
  .no-left-padding textarea {
    margin-top: 10px; }

.sp-replacer {
  float: right; }

.navbar-toggle {
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (max-width 499px) {
    .navbar-toggle {
      position: absolute;
      top: 10px;
      right: 0; } }

@media (max-width: 768px) {
  .navbar-collapse {
    position: relative;
    z-index: 99;
    overflow-x: hidden;
    border-bottom: 1px solid gray;
    background-color: white; } }
.note {
  font-size: 13px;
  max-width: 360px;
  margin-top: 10px;
  color: gray; }

.sp-dd {
  font-family: "Arial", sans-serif !important; }

.open-sans {
  font-family: 'Open Sans', sans-serif; }

.roboto {
  font-family: 'Roboto', sans-serif; }

.lato {
  font-family: 'Lato', sans-serif; }

.font-examples-wrapper {
  margin-top: 10px;
  font-size: 15px;
  padding-left: 0;
  padding-right: 0; }
  .font-examples-wrapper div {
    margin: 10px 0; }

.panel {
  background-clip: content-box;
  background-color: transparent; }
  .panel .panel-body {
    background-color: white; }

.admin-ballot-wrapper {
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .admin-ballot-wrapper h5 {
    color: black;
    transition: all .5s; }
  .admin-ballot-wrapper h4 {
    transition: all .5s; }
  .admin-ballot-wrapper:not(:last-child) {
    margin-bottom: 10px; }

.admin-sidebar .panel-body .admin-sidebar-link:not(:last-child) a {
  margin-bottom: 10px; }
.admin-sidebar .panel-body .admin-sidebar-link a {
  color: black;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  border: 1px solid lightgray;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: all .5s;
  display: block; }
  .admin-sidebar .panel-body .admin-sidebar-link a:not(:last-child) {
    margin-bottom: 10px; }
  .admin-sidebar .panel-body .admin-sidebar-link a i {
    margin-right: 10px; }
  .admin-sidebar .panel-body .admin-sidebar-link a:hover {
    background-color: #C62443;
    transition: all .5s;
    color: white;
    border-color: #C62443; }

a i {
  margin-right: 5px; }

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