@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic);/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*
*
*
* Normalize Info
*
*
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
*
*
* Mixins
*
*
*/
.box-shadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.box-shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
.box-shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
.box-shadow-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}
.box-shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
@-webkit-keyframes right-move-box {
  0% {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
  10% {
    transform: translateX(-50px);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateX(150px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes right-move-box {
  0% {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
  10% {
    transform: translateX(-50px);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateX(150px);
    opacity: 0;
    visibility: hidden;
  }
}
.move-away-right {
  animation: right-move-box 0.5s forwards;
}
@-webkit-keyframes left-move-box {
  0% {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
  10% {
    transform: translateX(50px);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateX(-150px);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes left-move-box {
  0% {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
  10% {
    transform: translateX(50px);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: translateX(-150px);
    opacity: 0;
    visibility: hidden;
  }
}
.move-away-left {
  animation: left-move-box 0.5s forwards;
}
.slide img,
.fade img,
.pop img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .pop-scroll {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .pop-scroll {
    height: 160px;
    text-align: center;
  }
}
.pop-scroll img {
  top: 0;
  max-height: 100%;
  opacity: 1;
  width: auto;
}
@media (min-width: 768px) {
  .unpop-scroll {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .unpop-scroll {
    height: 160px;
    text-align: center;
  }
}
.unpop-scroll img {
  top: 50%;
  max-height: 1%;
  opacity: 0;
  width: auto;
}
.hidden-scroll img {
  opacity: 0;
  margin-left: -100px;
}
.visible-scroll img {
  opacity: 1;
  margin-left: 0px;
}
::-webkit-input-placeholder {
  color: #939393;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #939393;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #939393;
}
:-ms-input-placeholder {
  color: #939393;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
body {
  font-family: "Droid Sans", "Helvetica Neue", georgia, times, serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4c49;
  background-color: #f9f9f9;
  height: 100%;
  overflow-x: hidden;
}
.outer-wrapper {
  overflow: hidden;
}
a {
  cursor: pointer;
}
input,
button,
select,
textarea {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #e76229;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover,
a:focus {
  color: #ef946e;
  text-decoration: none;
}
a:focus {
  outline: none !important;
}
img {
  image-orientation: from-image;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.user-portrait {
  width: 32px;
  height: 32px;
  border-radius: 15px;
  border: 1px solid #e4e4e3;
  background-color: #fff;
  webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
@media (min-width: 768px) {
  img.user-portrait {
    width: 40px;
    height: 40px;
    border-radius: 20px;
  }
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e4e4e3;
}
.outer-wrapper {
  position: relative;
  overflow-x: hidden;
}
.outer-wrapper:before,
.outer-wrapper:after {
  content: " ";
  display: table;
}
.outer-wrapper:after {
  clear: both;
}
.main-wrapper {
  margin: 0 15px 0 15px;
  position: relative;
}
.main-wrapper:before,
.main-wrapper:after {
  content: " ";
  display: table;
}
.main-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .main-wrapper {
    margin: 0 18.75px 0 18.75px;
  }
}
@media (min-width: 992px) {
  .main-wrapper {
    margin: 0 37.5px 0 37.5px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper {
    margin: 0 75px 0 75px;
  }
}
.story-wrapper {
  margin: 0 15px 0 15px;
  position: relative;
}
.story-wrapper:before,
.story-wrapper:after {
  content: " ";
  display: table;
}
.story-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .story-wrapper {
    margin: 0 37.5px 0 37.5px;
  }
}
@media (min-width: 992px) {
  .story-wrapper {
    margin: 0 225px 0 225px;
  }
}
@media (min-width: 1200px) {
  .story-wrapper {
    margin: 0 300px 0 300px;
  }
}
.editor-wrapper {
  margin: 0 15px 0 65px;
  position: relative;
}
.editor-wrapper:before,
.editor-wrapper:after {
  content: " ";
  display: table;
}
.editor-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .editor-wrapper {
    margin: 0 37.5px 0 37.5px;
  }
}
@media (min-width: 992px) {
  .editor-wrapper {
    margin: 0 75px 0 75px;
  }
}
@media (min-width: 1200px) {
  .editor-wrapper {
    margin: 0 150px 0 150px;
  }
}
.sidebar {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .sidebar {
    padding: 0 16px 0 0;
  }
}
.wrapper {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .wrapper {
    margin-bottom: 16px;
  }
}
.reco-box {
  margin-top: 16px;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .reco-box {
    margin-top: 32px;
    padding: 32px 0;
  }
}
.tab-component .storyitem hr {
  margin: 32px 0;
}
#editor-content {
  min-height: 200px;
}
#editor-content img {
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  user-drag: none;
  pointer-events: none;
}
#flag-text {
  min-height: 80px;
}
#ad-bottom {
  margin: 16px 0;
}
.margin.top {
  margin-top: 16px;
}
.margin.right {
  margin-right: 16px;
}
.margin.bottom {
  margin-bottom: 16px;
}
.margin.left {
  margin-left: 16px;
}
.margin.all {
  padding: 16px;
}
.padding.top {
  padding-top: 16px;
}
.padding.right {
  padding-right: 16px;
}
.padding.bottom {
  padding-bottom: 16px;
}
.padding.left {
  padding-left: 16px;
}
.padding.all {
  padding: 16px;
}
.circle {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e3;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  text-align: center !important;
  display: table;
}
.circle * {
  display: table-cell;
  vertical-align: middle;
  text-align: center !important;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  font-size: 16px;
}
.tile {
  position: relative;
}
.tile:before,
.tile:after {
  content: " ";
  display: table;
}
.tile:after {
  clear: both;
}
.tile > .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
}
.tile > .background > img {
  width: 100%;
  max-width: none!important;
}
.tile > .title {
  padding: 30px 0;
  background-color: rgba(71, 87, 100, 0.75);
}
@media (min-width: 768px) {
  .tile > .title {
    padding: 60px 6px;
  }
}
.tile > .title.half-padding {
  padding: 30px 6px;
}
/* Flex Video from Zurb */
.flex-video {
  position: relative;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
  display: block !important;
}
.flex-video > img {
  width: 100%;
  max-width: auto;
}
.flex-video.widescreen {
  padding-bottom: 56%;
}
.flex-video.profile-header {
  padding-bottom: 40%;
}
@media (min-width: 768px) {
  .flex-video.profile-header {
    padding-bottom: 30%;
  }
}
.flex-video.square {
  padding-bottom: 100%;
}
.flex-video.square img {
  width: 180%;
  max-width: none;
  margin-left: -40%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer {
  display: table;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-attachment: scroll !important;
}
@media (min-width: 768px) {
  footer {
    height: 200px;
  }
}
footer > .links {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
footer > .links > ul {
  padding: 32px;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  footer > .links > ul {
    margin: 0;
    padding: 0;
  }
}
footer > .links > ul > li {
  padding: 16px;
  display: block;
}
@media (min-width: 768px) {
  footer > .links > ul > li {
    padding: 30px 15px;
    display: inline-block;
  }
}
footer > .links > ul > li a {
  color: #ffffff;
}
.profile-header {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .profile-header {
    margin-bottom: 32px;
  }
  .profile-header :before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
}
.profile-header > img {
  width: 100%;
  height: auto;
}
.profile-title-container {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .profile-title-container {
    position: absolute;
    bottom: 32px;
    display: table;
  }
}
.profile-title * {
  color: #333332;
  text-align: center;
}
@media (min-width: 992px) {
  .profile-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
  }
  .profile-title * {
    color: #fff;
    text-align: left;
  }
}
.profile-portrait {
  text-align: center;
  margin-top: -40px;
}
.profile-portrait > img {
  height: 80px;
  width: 80px;
  border: 1px solid #e4e4e3;
  border-radius: 40px;
}
@media (min-width: 992px) {
  .profile-portrait {
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
    width: 80px;
  }
}
.inline-list {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
}
.inline-list > li {
  display: inline-block;
}
.inline-list > li > * {
  margin: 0 4px 0 0;
}
.inline-list > li:last-child {
  margin: 0;
}
.inline-list > li:last-child > * {
  margin: 0;
}
.float-list {
  list-style-type: none;
  margin: 0px !important;
  padding: 0px !important;
  height: 24px;
}
.float-list > li:first-child {
  float: left;
}
.float-list > li:last-child {
  float: right;
}
.nowrap {
  white-space: nowrap;
}
.form-border {
  border-bottom: 3px solid #e4e4e3;
  border-top: 1px solid #e4e4e3;
  border-right: 1px solid #e4e4e3;
  border-left: 1px solid #e4e4e3;
  padding: 0 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.form-border:focus {
  border-bottom: 3px solid #e76229;
}
.form-inline {
  display: table !important;
  position: relative;
}
.form-inline .form-addon {
  vertical-align: middle;
  width: auto;
  display: table-cell !important;
}
.form-inline .form-addon input {
  display: inline;
}
.form-inline .form-portrait {
  vertical-align: middle;
  display: table-cell !important;
  width: 50px;
}
@media (min-width: 768px) {
  .form-inline .form-input {
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell !important;
  }
  .form-inline .form-button {
    vertical-align: middle;
    width: auto;
    display: table-cell !important;
  }
  .form-inline .form-addon {
    vertical-align: middle;
    width: auto;
    display: table-cell !important;
  }
  .form-inline .form-addon input {
    display: inline;
  }
  .form-inline .form-portrait {
    vertical-align: middle;
    width: auto;
    display: table-cell !important;
    width: 60px;
  }
}
.form-inline {
  display: table !important;
  position: relative;
}
.form-inline .form-addon {
  vertical-align: middle;
  width: auto;
  display: table-cell !important;
}
.form-inline .form-addon input {
  display: inline;
}
@media (min-width: 768px) {
  .form-inline .form-input {
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell !important;
  }
  .form-inline .form-button {
    vertical-align: middle;
    width: auto;
    display: table-cell !important;
  }
  .form-inline .form-addon {
    vertical-align: middle;
    width: auto;
    display: table-cell !important;
  }
  .form-inline .form-addon input {
    display: inline;
  }
}
.form-block {
  display: block;
}
.form-block .form-addon {
  display: block;
  margin: 8px 0;
}
.form-block .form-input {
  display: block;
  margin: 8px 0;
}
.form-block .form-button {
  display: block;
  margin: 8px 0;
}
@media (min-width: 768px) {
  .form-block {
    display: table !important;
    position: relative;
  }
  .form-block .form-addon {
    vertical-align: middle;
    width: auto;
    display: table-cell !important;
  }
  .form-block .form-addon input {
    display: inline;
  }
  .form-block .form-input {
    width: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    display: table-cell !important;
  }
  .form-block .form-button {
    vertical-align: middle;
    width: auto;
    display: table-cell !important;
  }
}
button,
.button {
  display: inline-block;
  font-weight: 400;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 32px;
  background-clip: padding-box;
  background-image: none;
  border: none;
  white-space: nowrap;
  padding: 4px 8px;
  margin: 0;
}
button:focus,
.button:focus {
  outline: none !important;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
  text-decoration: none;
}
button:active,
.button:active,
button.active,
.button.active {
  outline: 0;
  background-image: none;
  color: #ffffff;
  background-color: #e76229;
}
button.disabled,
.button.disabled,
button[disabled],
.button[disabled],
fieldset[disabled] button,
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  box-shadow: none!important;
}
button.block,
.button.block {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border-radius: 32px;
}
button.small,
.button.small {
  padding: 4px 8px;
  font-size: 12px;
}
button.medium-insert-buttons-show,
.button.medium-insert-buttons-show,
button .medium-insert-action,
.button .medium-insert-action {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  text-align: center;
}
@media (min-width: 768px) {
  button,
  .button {
    padding: 8px 16px;
  }
}
.best-matches .flex-grid {
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  justify-content: center !important;
}
.flex-grid {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-grid.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-grid.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-grid.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grid.justify-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-grid.justify-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-grid.sponsor {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 8px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .flex-grid.sponsor {
    min-height: 200px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
.flex-grid.sponsor.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 0px;
}
.flex-grid .flex-child.col-4 {
  width: 100%;
}
.flex-grid .flex-child.col-8 {
  width: 100%;
}
.flex-grid .flex-child.col-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-grid .flex-child.col-4 {
    width: 33.3%;
  }
  .flex-grid .flex-child.col-8 {
    width: 66.6%;
  }
  .flex-grid .flex-child.col-6 {
    width: 50%;
  }
}
.flex-block {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .flex-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-block.space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .flex-block.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .flex-block.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-block.justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .flex-block.justify-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .flex-block.sponsor {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 8px;
    margin-top: 8px;
  }
  .flex-block.sponsor.center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .flex-block.sponsor {
    min-height: 200px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
.flex-block .flex-child.col-4 {
  width: 100%;
}
.flex-block .flex-child.col-8 {
  width: 100%;
}
.flex-block .flex-child.col-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-block .flex-child.col-4 {
    width: 33.3%;
  }
  .flex-block .flex-child.col-8 {
    width: 66.6%;
  }
  .flex-block .flex-child.col-6 {
    width: 50%;
  }
}
input {
  width: 100%;
  display: block;
  height: 42px;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4c49;
  vertical-align: middle;
  border-bottom: 3px solid #e4e4e3;
  border-top: 1px solid #e4e4e3;
  border-right: 1px solid #e4e4e3;
  border-left: 1px solid #e4e4e3;
  padding: 0 8px;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  input {
    height: 42px;
  }
}
input:focus {
  border-bottom: 3px solid #e76229;
}
input[disabled],
input[readonly],
fieldset[disabled] input {
  cursor: not-allowed;
}
input textarea {
  height: auto;
}
.dashboard-parent input {
  border: 1px solid #e4e4e3 !important;
}
.editing-wrapper input {
  height: auto!important;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
  width: auto;
}
.x-radio {
  margin-top: 12px;
}
.x-radio input[type="radio"] {
  display: none;
}
.x-radio input[type="radio"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 14px;
  border: 1px solid #e76229;
  vertical-align: middle;
  cursor: pointer;
}
.x-radio input[type="radio"]:checked + label span {
  font-family: fontello;
  text-align: center;
  color: #e76229;
  font-size: 16px !important;
}
.x-radio input[type="radio"]:checked + label span:before {
  content: '\E812';
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
select {
  width: 100%;
  background-color: white;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  letter-spacing: 0px;
  display: block;
  height: 42px;
  font-size: 16px;
  line-height: 1.5;
  color: #4c4c49;
  vertical-align: middle;
}
@media (min-width: 768px) {
  select {
    height: 42px;
  }
}
textarea {
  width: 100%;
  display: block;
  height: 42px;
  line-height: 1.5;
  color: #4c4c49;
  vertical-align: middle;
  border-bottom: 3px solid #e4e4e3;
  border-top: 1px solid #e4e4e3;
  border-right: 1px solid #e4e4e3;
  border-left: 1px solid #e4e4e3;
  padding: 0 8px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 4px 8px !important;
  resize: none;
  height: auto!important;
  font-size: 16px;
}
@media (min-width: 768px) {
  textarea {
    height: 42px;
  }
}
textarea:focus {
  border-bottom: 3px solid #e76229;
}
.border-separator {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .border-separator {
    margin-bottom: 48px;
  }
}
.material-card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
}
.material-card-1:before,
.material-card-1:after {
  content: " ";
  display: table;
}
.material-card-1:after {
  clear: both;
}
@media (min-width: 768px) {
  .material-card-1 {
    padding: 16px;
  }
}
.material-card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
}
.material-card-2:before,
.material-card-2:after {
  content: " ";
  display: table;
}
.material-card-2:after {
  clear: both;
}
@media (min-width: 768px) {
  .material-card-2 {
    padding: 16px;
  }
}
.material-card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
}
.material-card-3:before,
.material-card-3:after {
  content: " ";
  display: table;
}
.material-card-3:after {
  clear: both;
}
@media (min-width: 768px) {
  .material-card-3 {
    padding: 16px;
  }
}
.material-card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
}
.material-card-4:before,
.material-card-4:after {
  content: " ";
  display: table;
}
.material-card-4:after {
  clear: both;
}
@media (min-width: 768px) {
  .material-card-4 {
    padding: 16px;
  }
}
.material-card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px;
}
.material-card-5:before,
.material-card-5:after {
  content: " ";
  display: table;
}
.material-card-5:after {
  clear: both;
}
@media (min-width: 768px) {
  .material-card-5 {
    padding: 16px;
  }
}
.no-padding {
  padding: 0;
}
.no-image {
  display: none;
}
.is-disabled {
  opacity: .5;
  pointer-events: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  line-height: 1.5;
  text-decoration: none;
  color: #4c4c49;
  background-color: #f9f9f9;
  border: 1px solid #e4e4e3;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #e76229;
  border-color: #c74b16;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #e76229;
  border-color: #c74b16;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cbcbc9;
  background-color: #f9f9f9;
  border-color: #e4e4e3;
  cursor: not-allowed;
}
.uppercase {
  text-transform: uppercase;
}
.no-margin {
  margin: 0!important;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.25;
  color: #333332;
  margin: 12px 0;
  text-align: left;
}
h1 a,
h2 a,
h3 a,
.h1 a,
.h2 a,
.h3 a {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.25;
  color: #333332;
  margin: 12px 0;
  text-align: left;
}
@media (min-width: 992px) {
  h1,
  h2,
  h3,
  .h1,
  .h2,
  .h3 {
    line-height: 1.125;
    margin: 12px 0;
    text-align: left;
  }
  h1 a,
  h2 a,
  h3 a,
  .h1 a,
  .h2 a,
  .h3 a {
    line-height: 1.125;
    margin: 12px 0;
  }
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.25;
  color: #333332;
  margin: 12px 0px 12px 0px;
}
h4 a,
h5 a,
h6 a,
.h4 a,
.h5 a,
.h6 a {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.25;
  color: #333332;
  margin: 12px 0px 12px 0px;
}
@media (max-width: 768px) {
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    line-height: 1.5625;
    margin: 16px 0px 16px 0px;
  }
  h4 a,
  h5 a,
  h6 a,
  .h4 a,
  .h5 a,
  .h6 a {
    line-height: 1.5625;
    margin: 16px 0px 16px 0px;
  }
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 19.2px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 48px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
}
.story-area .title > p {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  color: #333332 !important;
}
@media (min-width: 992px) {
  .story-area .title > p {
    text-align: left;
    margin-bottom: 8px;
  }
}
.story-area figcaption {
  font-size: 16px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  margin: 16px 0;
}
.story-area .summary {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #4c4c49;
  margin: 0 0 24px 0;
}
@media (min-width: 992px) {
  .story-area .summary {
    text-align: left;
  }
}
.story-area .summary p {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #4c4c49;
}
@media (min-width: 992px) {
  .story-area .summary p {
    text-align: left;
  }
}
.story-area .paragraph {
  font-family: 'Droid Serif';
  font-weight: 400;
  font-size: 19px;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #4c4c49;
  margin: 0 0 24px 0;
}
@media (min-width: 992px) {
  .story-area .paragraph {
    text-align: left;
  }
}
.story-area .paragraph p {
  font-family: "Droid Sans", "Helvetica Neue", georgia, times, serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  color: #4c4c49;
  margin: 0 0 36px 0 !important;
}
@media (min-width: 992px) {
  .story-area .paragraph p {
    text-align: left;
  }
}
.story-area h1 p,
.story-area .h1 p {
  font-size: 28.8px !important;
}
.story-area h2 p,
.story-area .h2 p {
  font-size: 20.8px !important;
}
.story-area h3 p,
.story-area .h3 p {
  font-size: 16.8px !important;
}
.story-area h4 p,
.story-area .h4 p {
  font-size: 16px !important;
}
.story-area h5 p,
.story-area .h5 p {
  font-size: 13.6px !important;
}
.story-area h6 p,
.story-area .h6 p {
  font-size: 15px !important;
}
@media only screen and (min-width: 992px) {
  .story-area h1 p,
  .story-area .h1 p {
    font-size: 48px !important;
  }
  .story-area h2 p,
  .story-area .h2 p {
    font-size: 32px !important;
  }
  .story-area h3 p,
  .story-area .h3 p {
    font-size: 24px !important;
  }
  .story-area h4 p,
  .story-area .h4 p {
    font-size: 20px !important;
  }
  .story-area h5 p,
  .story-area .h5 p {
    font-size: 16px !important;
  }
  .story-area h6 p,
  .story-area .h6 p {
    font-size: 15px !important;
  }
}
p {
  margin: 0 0 24px 0;
  font-size: 16px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  color: #666662;
}
p.caption {
  margin: 6px 0 12px 0;
}
.caption {
  font-size: 14px;
  font-family: "Droid Sans", "Helvetica Neue", georgia, times, serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
}
.light {
  color: #FFFFFF !important;
}
.label,
label,
small {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.25;
}
.label.block,
label.block,
small.block {
  display: block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
blockquote {
  padding: 8px 0 8px 16px;
  margin: 0 0 24px 0;
  border-left: 5px solid #e76229;
  font-size: 23.75px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 992px) {
  blockquote {
    padding: 16px 0 16px 16px;
    margin: 0 0 24px 0;
  }
}
blockquote small,
blockquote .small {
  display: block;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.25;
  font-size: 14px;
  margin: 12px 0;
  text-transform: uppercase;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
blockquote:before,
blockquote:after {
  content: "";
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .nav-grid {
    width: 20%;
    float: left;
    position: fixed;
  }
}
@media (min-width: 992px) {
  .content-grid {
    width: 80%;
    margin-left: 20%;
    float: left;
  }
}
table {
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
}
table th {
  vertical-align: bottom;
  border-bottom: 1px solid #e4e4e3;
  padding: 4px 2px;
  color: #333332;
  font-family: #4c4c49;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
@media (min-width: 768px) {
  table th {
    padding: 8px 2px;
  }
}
table td {
  padding: 4px 2px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #e4e4e3;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  table td {
    padding: 8px 2px;
  }
}
table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.table-condensed td {
  padding: 4px 2px;
}
.dataTable {
  font-size: 12px;
}
.dataTable tr th:nth-child(1) {
  width: 2%;
}
.dataTable tr th:nth-child(2) {
  width: 5%;
}
.dataTable tr th:nth-child(3) {
  width: 40%;
}
.dataTable tr th:nth-child(4) {
  width: 10%;
}
.dataTable tr th:nth-child(5) {
  width: 10%;
}
.dataTable tr th:nth-child(6) {
  width: 15%;
}
.dataTable tr th:nth-child(7) {
  width: 4%;
}
.dataTable tr th:nth-child(8) {
  width: 4%;
}
.dataTable tr td:nth-child(3) {
  font-size: 14px !important;
}
.dataTable tr td {
  vertical-align: middle !important;
}
.batch-active {
  background-color: #e76229 !important;
  color: #ffffff !important;
}
.disabled {
  color: #999995;
  background-color: #dfdfdf;
  cursor: not-allowed;
  border: 1px solid #f9f9f9;
}
.button-drop-down-container li * {
  cursor: pointer;
  font-size: 14px;
}
.select2-container {
  width: 100% !important;
  height: 42px !important;
}
.select2-selection {
  height: 42px !important;
}
.select2-selection ul input {
  height: auto !important;
}
.case-history-line {
  position: absolute;
  border-left: 5px solid #e76229;
  top: 0;
  bottom: 0;
  left: 40px;
}
.case-history-timeline {
  border-left: 5px solid #e76229;
  padding: 0;
  margin-left: 20px;
  list-style-type: none;
}
.case-history-timeline > li {
  margin-left: -18px;
}
.case-history-timeline > li .history-icon-container {
  width: 30px;
  height: 30px;
  background-color: #e76229;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  border-radius: 20px;
  text-align: center;
}
.case-history-timeline > li .history-item {
  padding: 8px;
  width: 100%;
}
.case-history-timeline > li .history-pointer {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -10px;
}
.case-history-timeline > li .history-pointer.dark-gray {
  border-right: 10px solid #475764;
}
.case-history-timeline > li .history-pointer.orange {
  border-right: 10px solid #e76229;
}
.case-history-timeline > li .history-pointer.light-gray {
  border-right: 10px solid #f9f9f9;
}
.case-history-timeline > li .history-pointer.red {
  border-right: 10px solid #b70002;
}
.case-history-timeline > li .history-pointer.white {
  border-right: 10px solid #ffffff;
}
.case-history-timeline > li .history-pointer.border {
  border-right: 10px solid #e4e4e3;
}
.happy {
  color: #ACD759;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.happy.bg {
  background-color: #ACD759;
  color: #ffffff;
}
.happy.link {
  color: #ACD759;
}
.happy.link:hover,
.happy.link:focus {
  color: #79a327;
}
.happy.outline {
  border: 1px solid #ACD759;
  background-color: transparent !important;
  color: #ACD759 !important;
}
.happy.outline i,
.happy.outline span {
  color: #ACD759 !important;
}
.happy.outline:hover {
  background-color: #ACD759 !important;
  color: #ffffff !important;
}
.happy.outline:hover i,
.happy.outline:hover span {
  color: #ffffff !important;
}
.sad {
  color: #4C6676;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sad.bg {
  background-color: #4C6676;
  color: #ffffff;
}
.sad.link {
  color: #4C6676;
}
.sad.link:hover,
.sad.link:focus {
  color: #243038;
}
.sad.outline {
  border: 1px solid #4C6676;
  background-color: transparent !important;
  color: #4C6676 !important;
}
.sad.outline i,
.sad.outline span {
  color: #4C6676 !important;
}
.sad.outline:hover {
  background-color: #4C6676 !important;
  color: #ffffff !important;
}
.sad.outline:hover i,
.sad.outline:hover span {
  color: #ffffff !important;
}
.angry {
  color: #B70002;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.angry.bg {
  background-color: #B70002;
  color: #ffffff;
}
.angry.link {
  color: #B70002;
}
.angry.link:hover,
.angry.link:focus {
  color: #510001;
}
.angry.outline {
  border: 1px solid #B70002;
  background-color: transparent !important;
  color: #B70002 !important;
}
.angry.outline i,
.angry.outline span {
  color: #B70002 !important;
}
.angry.outline:hover {
  background-color: #B70002 !important;
  color: #ffffff !important;
}
.angry.outline:hover i,
.angry.outline:hover span {
  color: #ffffff !important;
}
.dontcare {
  color: #9A9A9A;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dontcare.bg {
  background-color: #9A9A9A;
  color: #ffffff;
}
.dontcare.link {
  color: #9A9A9A;
}
.dontcare.link:hover,
.dontcare.link:focus {
  color: #676767;
}
.dontcare.outline {
  border: 1px solid #9A9A9A;
  background-color: transparent !important;
  color: #9A9A9A !important;
}
.dontcare.outline i,
.dontcare.outline span {
  color: #9A9A9A !important;
}
.dontcare.outline:hover {
  background-color: #9A9A9A !important;
  color: #ffffff !important;
}
.dontcare.outline:hover i,
.dontcare.outline:hover span {
  color: #ffffff !important;
}
.inspired {
  color: #5FCC5C;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.inspired.bg {
  background-color: #5FCC5C;
  color: #ffffff;
}
.inspired.link {
  color: #5FCC5C;
}
.inspired.link:hover,
.inspired.link:focus {
  color: #31942e;
}
.inspired.outline {
  border: 1px solid #5FCC5C;
  background-color: transparent !important;
  color: #5FCC5C !important;
}
.inspired.outline i,
.inspired.outline span {
  color: #5FCC5C !important;
}
.inspired.outline:hover {
  background-color: #5FCC5C !important;
  color: #ffffff !important;
}
.inspired.outline:hover i,
.inspired.outline:hover span {
  color: #ffffff !important;
}
.afraid {
  color: #E1CA4C;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.afraid.bg {
  background-color: #E1CA4C;
  color: #333332;
}
.afraid.link {
  color: #E1CA4C;
}
.afraid.link:hover,
.afraid.link:focus {
  color: #aa951d;
}
.afraid.outline {
  border: 1px solid #E1CA4C;
  background-color: transparent !important;
  color: #E1CA4C !important;
}
.afraid.outline i,
.afraid.outline span {
  color: #E1CA4C !important;
}
.afraid.outline:hover {
  background-color: #E1CA4C !important;
  color: #333332 !important;
}
.afraid.outline:hover i,
.afraid.outline:hover span {
  color: #333332 !important;
}
.amused {
  color: #74D2E3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.amused.bg {
  background-color: #74D2E3;
  color: #ffffff;
}
.amused.link {
  color: #74D2E3;
}
.amused.link:hover,
.amused.link:focus {
  color: #28b0c9;
}
.amused.outline {
  border: 1px solid #74D2E3;
  background-color: transparent !important;
  color: #74D2E3 !important;
}
.amused.outline i,
.amused.outline span {
  color: #74D2E3 !important;
}
.amused.outline:hover {
  background-color: #74D2E3 !important;
  color: #ffffff !important;
}
.amused.outline:hover i,
.amused.outline:hover span {
  color: #ffffff !important;
}
.annoyed {
  color: #987989;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.annoyed.bg {
  background-color: #987989;
  color: #ffffff;
}
.annoyed.link {
  color: #987989;
}
.annoyed.link:hover,
.annoyed.link:focus {
  color: #614a56;
}
.annoyed.outline {
  border: 1px solid #987989;
  background-color: transparent !important;
  color: #987989 !important;
}
.annoyed.outline i,
.annoyed.outline span {
  color: #987989 !important;
}
.annoyed.outline:hover {
  background-color: #987989 !important;
  color: #ffffff !important;
}
.annoyed.outline:hover i,
.annoyed.outline:hover span {
  color: #ffffff !important;
}
.orange {
  color: #e76229;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orange.bg {
  background-color: #e76229;
  color: #ffffff;
}
.orange.link {
  color: #e76229;
}
.orange.link:hover,
.orange.link:focus {
  color: #993a11;
}
.orange.outline {
  border: 1px solid #e76229;
  background-color: transparent !important;
  color: #e76229 !important;
}
.orange.outline i,
.orange.outline span {
  color: #e76229 !important;
}
.orange.outline:hover {
  background-color: #e76229 !important;
  color: #ffffff !important;
}
.orange.outline:hover i,
.orange.outline:hover span {
  color: #ffffff !important;
}
.dark-gray {
  color: #475764;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dark-gray.bg {
  background-color: #475764;
  color: #ffffff;
}
.dark-gray.link {
  color: #475764;
}
.dark-gray.link:hover,
.dark-gray.link:focus {
  color: #1d2328;
}
.dark-gray.outline {
  border: 1px solid #475764;
  background-color: transparent !important;
  color: #475764 !important;
}
.dark-gray.outline i,
.dark-gray.outline span {
  color: #475764 !important;
}
.dark-gray.outline:hover {
  background-color: #475764 !important;
  color: #ffffff !important;
}
.dark-gray.outline:hover i,
.dark-gray.outline:hover span {
  color: #ffffff !important;
}
.red {
  color: #b70002;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.red.bg {
  background-color: #b70002;
  color: #ffffff;
}
.red.link {
  color: #b70002;
}
.red.link:hover,
.red.link:focus {
  color: #510001;
}
.red.outline {
  border: 1px solid #b70002;
  background-color: transparent !important;
  color: #b70002 !important;
}
.red.outline i,
.red.outline span {
  color: #b70002 !important;
}
.red.outline:hover {
  background-color: #b70002 !important;
  color: #ffffff !important;
}
.red.outline:hover i,
.red.outline:hover span {
  color: #ffffff !important;
}
.headline {
  color: #333332;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.headline.bg {
  background-color: #333332;
  color: #ffffff;
}
.headline.link {
  color: #333332;
}
.headline.link:hover,
.headline.link:focus {
  color: #000000;
}
.headline.outline {
  border: 1px solid #333332;
  background-color: transparent !important;
  color: #333332 !important;
}
.headline.outline i,
.headline.outline span {
  color: #333332 !important;
}
.headline.outline:hover {
  background-color: #333332 !important;
  color: #ffffff !important;
}
.headline.outline:hover i,
.headline.outline:hover span {
  color: #ffffff !important;
}
.paragraph {
  color: #4c4c49;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.paragraph.bg {
  background-color: #4c4c49;
  color: #ffffff;
}
.paragraph.link {
  color: #4c4c49;
}
.paragraph.link:hover,
.paragraph.link:focus {
  color: #181817;
}
.paragraph.outline {
  border: 1px solid #4c4c49;
  background-color: transparent !important;
  color: #4c4c49 !important;
}
.paragraph.outline i,
.paragraph.outline span {
  color: #4c4c49 !important;
}
.paragraph.outline:hover {
  background-color: #4c4c49 !important;
  color: #ffffff !important;
}
.paragraph.outline:hover i,
.paragraph.outline:hover span {
  color: #ffffff !important;
}
.light-gray {
  color: #f9f9f9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.light-gray.bg {
  background-color: #f9f9f9;
  color: #333332;
}
.light-gray.link {
  color: #f9f9f9;
}
.light-gray.link:hover,
.light-gray.link:focus {
  color: #c6c6c6;
}
.light-gray.outline {
  border: 1px solid #f9f9f9;
  background-color: transparent !important;
  color: #f9f9f9 !important;
}
.light-gray.outline i,
.light-gray.outline span {
  color: #f9f9f9 !important;
}
.light-gray.outline:hover {
  background-color: #f9f9f9 !important;
  color: #333332 !important;
}
.light-gray.outline:hover i,
.light-gray.outline:hover span {
  color: #333332 !important;
}
.border {
  color: #e4e4e3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.border.bg {
  background-color: #e4e4e3;
  color: #333332;
}
.border.link {
  color: #e4e4e3;
}
.border.link:hover,
.border.link:focus {
  color: #b2b2af;
}
.border.outline {
  border: 1px solid #e4e4e3;
  background-color: transparent !important;
  color: #e4e4e3 !important;
}
.border.outline i,
.border.outline span {
  color: #e4e4e3 !important;
}
.border.outline:hover {
  background-color: #e4e4e3 !important;
  color: #333332 !important;
}
.border.outline:hover i,
.border.outline:hover span {
  color: #333332 !important;
}
.white {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.white.bg {
  background-color: #ffffff;
  color: #333332;
}
.white.link {
  color: #ffffff;
}
.white.link:hover,
.white.link:focus {
  color: #cccccc;
}
.white.outline {
  border: 1px solid #ffffff;
  background-color: transparent !important;
  color: #ffffff !important;
}
.white.outline i,
.white.outline span {
  color: #ffffff !important;
}
.white.outline:hover {
  background-color: #ffffff !important;
  color: #333332 !important;
}
.white.outline:hover i,
.white.outline:hover span {
  color: #333332 !important;
}
.facebook {
  color: #3b5998;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.facebook.bg {
  background-color: #3b5998;
  color: #ffffff;
}
.facebook.link {
  color: #3b5998;
}
.facebook.link:hover,
.facebook.link:focus {
  color: #1e2e4f;
}
.facebook.outline {
  border: 1px solid #3b5998;
  background-color: transparent !important;
  color: #3b5998 !important;
}
.facebook.outline i,
.facebook.outline span {
  color: #3b5998 !important;
}
.facebook.outline:hover {
  background-color: #3b5998 !important;
  color: #ffffff !important;
}
.facebook.outline:hover i,
.facebook.outline:hover span {
  color: #ffffff !important;
}
.facebook.override * {
  color: #3b5998 !important;
}
.twitter {
  color: #00aced;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.twitter.bg {
  background-color: #00aced;
  color: #ffffff;
}
.twitter.link {
  color: #00aced;
}
.twitter.link:hover,
.twitter.link:focus {
  color: #006287;
}
.twitter.outline {
  border: 1px solid #00aced;
  background-color: transparent !important;
  color: #00aced !important;
}
.twitter.outline i,
.twitter.outline span {
  color: #00aced !important;
}
.twitter.outline:hover {
  background-color: #00aced !important;
  color: #ffffff !important;
}
.twitter.outline:hover i,
.twitter.outline:hover span {
  color: #ffffff !important;
}
.twitter.override * {
  color: #00aced !important;
}
.messenger {
  color: #0084ff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.messenger.bg {
  background-color: #0084ff;
  color: #ffffff;
}
.messenger.link {
  color: #0084ff;
}
.messenger.link:hover,
.messenger.link:focus {
  color: #004f99;
}
.messenger.outline {
  border: 1px solid #0084ff;
  background-color: transparent !important;
  color: #0084ff !important;
}
.messenger.outline i,
.messenger.outline span {
  color: #0084ff !important;
}
.messenger.outline:hover {
  background-color: #0084ff !important;
  color: #ffffff !important;
}
.messenger.outline:hover i,
.messenger.outline:hover span {
  color: #ffffff !important;
}
.messenger.override * {
  color: #0084ff !important;
}
.share {
  color: #666666;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.share.bg {
  background-color: #666666;
  color: #ffffff;
}
.share.link {
  color: #666666;
}
.share.link:hover,
.share.link:focus {
  color: #333333;
}
.share.outline {
  border: 1px solid #666666;
  background-color: transparent !important;
  color: #666666 !important;
}
.share.outline i,
.share.outline span {
  color: #666666 !important;
}
.share.outline:hover {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.share.outline:hover i,
.share.outline:hover span {
  color: #ffffff !important;
}
/*
*
*
* Responsive Utility Classes
*
*
*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.rappler-tab {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e4e3;
}
.rappler-tab * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rappler-tab ul {
  display: table;
  background-color: transparent;
  list-style-type: none;
  padding: 0;
  margin: 0 0 -1px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rappler-tab ul > li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 16px;
}
.rappler-tab ul > li.active > a {
  border-bottom: 1px solid #e76229;
  color: #e76229;
}
.rappler-tab ul > li > a {
  color: #cbcbc9;
  padding: 8px 0;
  display: inline-block;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.rappler-tab ul > li * {
  vertical-align: middle;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.header-tab {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e4e3;
}
.header-tab > * {
  padding: 8px 0;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.header-tab.large > * {
  font-size: 16px;
}
.portrait-tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 16px;
}
.portrait-tab .text {
  order: 2;
  padding: 8px 0;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  border-bottom: 1px solid #e4e4e3;
  width: auto;
  flex-grow: 10;
}
.portrait-tab .icon {
  order: 1;
  width: 45px;
  min-width: 45px;
}
.portrait-tab .icon.large {
  width: 100px;
}
.portrait-tab .portrait {
  min-width: 45px;
}
.mood-meter {
  position: fixed;
  bottom: 120px;
  right: 0;
  width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .mood-meter {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .mood-meter.force-mobile {
    width: 320px;
    right: 8px;
    bottom: 90px;
    position: fixed;
  }
}
.mood-meter .mood {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 65px;
  height: 65px;
  margin: 3px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mood-meter .mood:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
}
.mood-meter .mood .mood-percent {
  font-size: 14px;
  font-weight: 700;
}
.mood-meter .mood .mood-label {
  color: #ffffff;
}
@media (min-width: 768px) {
  .mood-meter .mood {
    width: 70px;
    height: 70px;
    margin: 3px;
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .mood-meter .mood {
    width: 75px;
    height: 75px;
    margin: 2px;
  }
}
.mobile-mood-meter .mood-button {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 10061;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.mobile-mood-meter .mood-button * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.mobile-mood-meter .mood-meter {
  z-index: 10061;
}
.mobile-mood-meter .mood {
  display: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(0);
}
.mobile-mood-meter .mood.visible {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mobile-mood-meter .mood.fade {
  transform: scale(1);
  opacity: 1;
}
.mm-overlay {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10060;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mm-overlay.visible {
  display: block;
}
.mm-overlay.fade {
  opacity: 1;
}
.mm-open {
  overflow: hidden;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-dialog {
  padding-top: 76px;
  position: relative;
  width: auto;
  z-index: 10035;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    padding-top: 0;
  }
}
.modal-content {
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10025;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-backdrop.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.modal-header {
  padding: 16px 32px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 16px 32px;
}
.modal-footer {
  padding: 32px;
  text-align: right;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 70%;
    margin: 75px auto;
  }
  .modal-dialog.full {
    width: 100%!important;
    margin: 0!important;
  }
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 60%;
    margin: 75px auto;
  }
  .modal-dialog.full {
    width: 100%!important;
    margin: 0!important;
  }
}
.navbar {
  z-index: 10025;
}
.navbar .mobile-logo {
  display: table;
  height: 60px;
  width: 100%;
}
.navbar .mobile-logo a {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .navbar .mobile-logo {
    display: none;
  }
}
.navbar .menu {
  z-index: 10050;
  position: relative;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  height: 60px;
  background-color: #e76229;
  border-spacing: 0px;
  padding: 0 8px;
  width: 100%;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.navbar .menu:before,
.navbar .menu:after {
  content: " ";
  display: table;
}
.navbar .menu:after {
  clear: both;
}
@media (min-width: 992px) {
  .navbar .menu {
    background-color: #e76229;
    padding: 0 16px;
    position: relative;
    height: 60px;
    border-top: 0px solid #e4e4e3;
  }
}
.navbar .menu .menu-button {
  min-width: 90px;
  z-index: 10051;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  width: 30%;
  text-align: right;
  border-spacing: 0px;
}
@media (min-width: 992px) {
  .navbar .menu .menu-button {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    text-align: left;
    width: 33%;
  }
}
.navbar .menu .menu-button button {
  min-width: 75px;
}
.navbar .menu .menu-button button .toggle-container {
  display: inline-block;
  width: 16px;
  padding-right: 8px;
}
.navbar .menu .menu-button button .toggle-container .toggle-button {
  position: relative;
  display: block;
  height: 8px;
}
.navbar .menu .menu-button button .toggle-container .toggle-button .icon-bar {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  position: relative;
  height: 1px;
  right: 0;
  background-color: #ffffff;
}
.navbar .menu .menu-button button .toggle-container .toggle-button .bar-1 {
  position: absolute;
  top: 0px;
  width: 10px;
}
.navbar .menu .menu-button button .toggle-container .toggle-button .bar-1.open {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
}
.navbar .menu .menu-button button .toggle-container .toggle-button .bar-2 {
  top: 3px;
  position: absolute;
  opacity: 1;
  width: 10px;
}
.navbar .menu .menu-button button .toggle-container .toggle-button .bar-2.open {
  opacity: 0;
}
.navbar .menu .menu-button button .toggle-container .toggle-button .bar-3 {
  position: absolute;
  top: 6px;
  width: 10px;
}
.navbar .menu .menu-button button .toggle-container .toggle-button .bar-3.open {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  width: 10px;
  right: 0px;
}
.navbar .menu .menu-button button:hover .icon-bar {
  background-color: #fff!important;
}
.navbar .menu > .logo {
  border-spacing: 0px;
  vertical-align: middle;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  width: 35%;
  text-align: left;
}
@media (min-width: 992px) {
  .navbar .menu > .logo {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    order: 2;
    width: 33%;
    text-align: center;
  }
}
.navbar .menu > .logo img {
  height: 35px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar .menu > .logo img {
    height: 35px;
  }
}
.navbar .menu > .logo.preload img {
  margin-top: -50px;
  opacity: 0;
}
.navbar .menu > .menu-items {
  height: auto;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
  width: 50%;
  text-align: right;
  position: relative;
}
@media (min-width: 992px) {
  .navbar .menu > .menu-items {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    order: 3;
    width: 33%;
  }
}
.navbar .menu > .menu-items > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px!important;
}
.navbar .menu > .menu-items > ul .phvote-home {
  display: none;
}
@media (min-width: 768px) {
  .navbar .menu > .menu-items > ul .phvote-home {
    display: inline-block;
  }
}
.navbar .menu > .menu-items > ul > li {
  display: inline-block;
}
.navbar .menu > .menu-items > ul > li > * {
  margin: 0 0 0 8px;
}
.navbar .menu > .menu-items > ul > li:last-child {
  margin: 0;
}
.navbar .menu > .menu-items > ul > li button span {
  display: none;
}
@media (min-width: 992px) {
  .navbar .menu > .menu-items > ul > li button span {
    display: inline-block;
  }
}
.navbar .menu > .menu-items > ul > li > a {
  display: inline-block;
  border-bottom: none;
}
.navbar .menu > .menu-items > ul > li * {
  vertical-align: middle;
}
.navbar .menu > .menu-items > ul > li > .login-container {
  padding: 32px;
  border-bottom: none;
}
.navbar .menu > .menu-items > ul > li > .login-container > .login-portrait {
  display: inline-block;
}
.navbar .menu > .menu-items > ul > li > .login-container > .login {
  display: inline-block;
  margin-right: 32px;
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
  .side-nav-menu {
    border-right: 1px solid #e4e4e3;
    padding-top: 60px;
    height: 100vh;
    width: 100%;
    font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
    font-size: 14px;
  }
  .side-nav-menu > ul {
    list-style-type: none;
    padding: 0px;
  }
  .side-nav-menu > ul > li {
    padding: 16px;
    border-bottom: 1px solid #e4e4e3;
  }
}
@-webkit-keyframes x-loading-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes x-loading-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes x-loading-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes x-loading-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.x-loader-container {
  background: none;
  position: relative;
  height: 600;
}
.x-loader-container .x-loader-icon-small {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  box-shadow: 0 1px 0 0 #e76229;
  -ms-animation: x-loading-anim 0.5s linear infinite;
  -moz-animation: x-loading-anim 0.5s linear infinite;
  -webkit-animation: x-loading-anim 0.5s linear infinite;
  -o-animation: x-loading-anim 0.5s linear infinite;
  animation: x-loading-anim 0.5s linear infinite;
}
.x-loader-container .x-loader-icon-large {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 2px 0 0 #e76229;
  -ms-animation: x-loading-anim 0.5s linear infinite;
  -moz-animation: x-loading-anim 0.5s linear infinite;
  -webkit-animation: x-loading-anim 0.5s linear infinite;
  -o-animation: x-loading-anim 0.5s linear infinite;
  animation: x-loading-anim 0.5s linear infinite;
}
#global-preloader-container {
  width: 100%;
}
#global-preloader-container .preloader-container-box {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: -100px;
  width: 300px;
  height: 50px;
  right: 50%;
  margin-right: -150px;
  background-color: #fff;
  position: fixed;
  z-index: 10090;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #global-preloader-container .preloader-container-box {
    bottom: auto;
    top: -100px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}
#global-preloader-container .preloader-container-box p {
  margin: 0!important;
}
#global-preloader-container .preloader-container-box p .text-indicator {
  display: inline-block;
  padding-right: 8px;
}
#global-preloader-container .preloader-container-box p .x-loader-container {
  display: inline-block;
  width: 15px;
  height: 15px;
}
#global-preloader-container .preloader-circle {
  display: inline-block;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  max-width: 250px;
  min-width: 150px;
  padding: 8px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e4e4e3;
  text-transform: none!important;
  font-size: 18px;
  font-family: "Droid Sans", "Helvetica Neue", georgia, times, serif;
  letter-spacing: 0px;
  box-shadow: 0 30px 58px rgba(0, 0, 0, 0.35), 0 30px 24px rgba(0, 0, 0, 0.2) !important;
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover.content {
  font-size: 18px;
}
.popover.navigation {
  padding: 64px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #e4e4e3;
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #e4e4e3;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #e4e4e3;
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #e4e4e3;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.abs-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
.embed-text {
  padding: 4px;
  background-color: #d2d2d2;
  border: 1px solid #e4e4e3;
}
.embed-text * {
  font-size: 12px;
}
#final-poll {
  height: 500px;
}
svg {
  width: 100%;
}
/*
	.spec-exec-margin {
		p {
			line-height: @line-height-base;
			font-family: 'Droid serif' !important;
			font-size: @font-size-xlarge;
		}
	}
	*/
.nvtooltip {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  border-radius: 4px;
}
.nvtooltip table {
  margin-bottom: 0!important;
}
.legend-color-guide {
  width: 15px;
  height: 24px;
}
.legend-color-guide div {
  height: 100%;
  width: 15px;
}
.nv-controlsWrap {
  display: none;
}
g text {
  font-size: 14px;
  fill: #666665;
}
/*
	#past-performance-card {
		.nv-chart {
			.nv-group {
				g {
					&:first-child {
						fill: @orange;
						stroke: @orange;
					}
				}
			}
		}
		.nv-group {
			fill-opacity: 1 !important;
		}
	}
	*/
/*
	#past-pres-card {
		.nv-chart {
			.nv-group {
				g {
					&:first-child {
						fill: @orange;
						stroke: @orange;
					}
				}
			}
		}
		.nv-group {
			fill-opacity: 1 !important;
		}
	}
	*/
#GOVERNOR .nv-chart .nv-group g:first-child,
#Governor .nv-chart .nv-group g:first-child,
#VICE-GOVERNOR .nv-chart .nv-group g:first-child,
#Vice-Governor .nv-chart .nv-group g:first-child,
#MAYOR .nv-chart .nv-group g:first-child,
#Mayor .nv-chart .nv-group g:first-child,
#VICE-MAYOR .nv-chart .nv-group g:first-child,
#Vice-Mayor .nv-chart .nv-group g:first-child,
#PRESIDENT .nv-chart .nv-group g:first-child,
#President .nv-chart .nv-group g:first-child,
#VICE-PRESIDENT .nv-chart .nv-group g:first-child,
#Vice-President .nv-chart .nv-group g:first-child,
#REPRESENTATIVE .nv-chart .nv-group g:first-child,
#Representative .nv-chart .nv-group g:first-child {
  fill: #e76229;
  stroke: #e76229;
}
#GOVERNOR .nv-group,
#Governor .nv-group,
#VICE-GOVERNOR .nv-group,
#Vice-Governor .nv-group,
#MAYOR .nv-group,
#Mayor .nv-group,
#VICE-MAYOR .nv-group,
#Vice-Mayor .nv-group,
#PRESIDENT .nv-group,
#President .nv-group,
#VICE-PRESIDENT .nv-group,
#Vice-President .nv-group,
#REPRESENTATIVE .nv-group,
#Representative .nv-group {
  fill-opacity: 1 !important;
}
#BOARD-MEMBER .nv-chart .nv-group g,
#Board-Member .nv-chart .nv-group g,
#COUNCILOR .nv-chart .nv-group g,
#Councilor .nv-chart .nv-group g,
#SENATOR .nv-chart .nv-group g,
#Senator .nv-chart .nv-group g {
  fill: #475764;
  stroke: #475764;
}
#BOARD-MEMBER .nv-group,
#Board-Member .nv-group,
#COUNCILOR .nv-group,
#Councilor .nv-group,
#SENATOR .nv-group,
#Senator .nv-group {
  fill-opacity: 1 !important;
}
.nv-axisMax-y {
  display: none;
}
#issue-card-component .nv-chart .nv-group g:nth-child(1) {
  fill: #B70002;
  stroke: #B70002;
}
#issue-card-component .nv-chart .nv-group g:nth-child(2) {
  fill: #E1CA4C;
  stroke: #E1CA4C;
}
#issue-card-component .nv-chart .nv-group g:nth-child(3) {
  fill: #987989;
  stroke: #987989;
}
#issue-card-component .nv-chart .nv-group g:nth-child(4) {
  fill: #9A9A9A;
  stroke: #9A9A9A;
}
#issue-card-component .nv-chart .nv-group g:nth-child(5) {
  fill: #5FCC5C;
  stroke: #5FCC5C;
}
#issue-card-component .nv-chart .nv-group g:nth-child(6) {
  fill: #74D2E3;
  stroke: #74D2E3;
}
#issue-card-component .nv-x .nv-wrap g:nth-child(1) > text {
  fill: #B70002;
}
#issue-card-component .nv-x .nv-wrap g:nth-child(2) > text {
  fill: #E1CA4C;
}
#issue-card-component .nv-x .nv-wrap g:nth-child(3) > text {
  fill: #987989;
}
#issue-card-component .nv-x .nv-wrap g:nth-child(4) > text {
  fill: #9A9A9A;
}
#issue-card-component .nv-x .nv-wrap g:nth-child(5) > text {
  fill: #5FCC5C;
}
#issue-card-component .nv-x .nv-wrap g:nth-child(6) > text {
  fill: #74D2E3;
}
#issue-card-component .nv-group {
  fill-opacity: 1 !important;
}
.nv-lineChart .nv-background {
  display: none;
}
.nv-lineChart .nv-group {
  fill: transparent !important;
}
.nv-lineChart .nv-area {
  display: none;
}
.nv-lineChart .nv-line {
  fill: transparent !important;
  stroke-width: 2px;
}
.FbLineChart .nv-brushBackground {
  opacity: 0;
}
.FbLineChart .nv-brush {
  -webkit-tap-highlight-color: #e76229;
}
.FbLineChart .nv-brush > .extent {
  background-color: #e76229;
  opacity: .5;
}
.FbLineChart .nv-point {
  opacity: 0.25;
}
.FbLineChart .nvtooltip {
  display: none;
}
.bordered {
  border: 1px solid #eee;
}
#map-component-container {
  /* Creates a small triangle extender for the tooltip */
  /* Style northward tooltips differently */
}
#map-component-container .hidden {
  display: none;
}
#map-component-container #ncr {
  top: 0;
  z-index: 99;
  position: absolute;
}
#map-component-container .mapLegend {
  top: 0;
  right: 0;
  z-index: 99;
  position: absolute;
}
#map-component-container #phl {
  left: 0;
  top: 0;
}
#map-component-container .subunit {
  stroke: #eee;
  stroke-weight: 1;
}
#map-component-container .symbol {
  fill: orangered;
  fill-opacity: .5;
  stroke: #fff;
}
#map-component-container div.tooltip {
  background-color: #fff;
  padding: .5em;
  text-shadow: #f5f5f5 0 1px 0;
  border-radius: 2px;
  position: absolute;
  z-index: 999;
}
#map-component-container .d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: #c8c8c8;
  color: #000;
  border-radius: 2px;
}
#map-component-container .d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: #c8c8c8;
  content: "\25BC";
  position: absolute;
  text-align: center;
}
#map-component-container .d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}
#map-component-container tooltip.hidden {
  visibility: none;
}
.simple-results {
  margin: 2px 0px;
  border-radius: 4px;
  overflow: hidden;
  /*
		tbody {
			tr {
				&:nth-child(2) {
					background-color: transparent !important;
				}
				&:not(:nth-child(2)) {
					background-color: #fff !important;
				}
			}
		}
		*/
}
.simple-results.senator:nth-child(1) {
  color: #333332;
}
.simple-results.senator:nth-child(1) h1,
.simple-results.senator:nth-child(1) h2,
.simple-results.senator:nth-child(1) h3,
.simple-results.senator:nth-child(1) h4,
.simple-results.senator:nth-child(1) h5,
.simple-results.senator:nth-child(1) h6 {
  color: #333332;
}
.simple-results h1,
.simple-results h2,
.simple-results h3,
.simple-results h4,
.simple-results h5,
.simple-results h6 {
  line-height: 1.5 !important;
}
.simple-results td {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px;
  position: relative;
  border: none;
}
.simple-results td .simple-results-background {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: -1;
  border-radius: 2px;
}
.simple-results td .simple-results-check {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 2px;
}
.simple-results:not(:nth-child(1)) {
  background-color: #f9f9f9 !important;
}
.simple-results:not(:nth-child(1)) i {
  display: none;
}
.simple-results:nth-child(1) {
  color: #ffffff;
}
.simple-results:nth-child(1) h1,
.simple-results:nth-child(1) h2,
.simple-results:nth-child(1) h3,
.simple-results:nth-child(1) h4,
.simple-results:nth-child(1) h5,
.simple-results:nth-child(1) h6 {
  color: #ffffff;
}
.flip-line .axis path,
.flip-line .axis line {
  fill: none;
  stroke: #eee;
  shape-rendering: crispEdges;
}
.flip-line .line {
  fill: none;
  stroke-width: 1.5px;
}
.flip-line g text {
  font-size: 12px;
}
.transmission-chart g.tick text {
  opacity: 1 !important;
}
.transmission-chart .axis path,
.transmission-chart .axis line {
  fill: #eee;
  shape-rendering: crispEdges;
}
.transmission-chart .line {
  fill: none;
  stroke-width: 2px;
}
.tiles .tile {
  display: inline-block;
  width: 120px;
  height: 150px;
  margin-right: 16px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.tiles .tile > * {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: bottom;
  padding: 8px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  white-space: normal;
  text-transform: capitalize;
}
.tiles .tile > *:hover {
  background-color: rgba(0, 0, 0, 0);
  color: transparent;
}
.cards {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cards .story-card-2 {
  width: 49%;
  overflow: hidden;
}
.cards .story-card-2 .card-text {
  min-height: 90px;
}
@media screen and (min-width: 768px) {
  .cards .story-card-2 .card-text {
    min-height: 90px;
  }
}
.cards .story-card-2 h6 {
  height: 120px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cards .story-card-2 h6 {
    height: 50px;
  }
}
.cards .story-card-2:nth-child(odd) {
  margin-right: 2%;
}
.cards .story-card-3 {
  width: 32%;
  overflow: hidden;
}
.cards .story-card-3 .card-text {
  min-height: 90px;
}
@media screen and (min-width: 768px) {
  .cards .story-card-3 .card-text {
    min-height: 70px;
  }
}
.cards .story-card-3 h6 {
  height: 120px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .cards .story-card-3 h6 {
    height: 50px;
  }
}
.cards .story-card-3:nth-child(1) {
  margin-right: 2%;
}
.cards .story-card-3:nth-child(2) {
  margin-right: 2%;
}
.match-card .gig-share-bar-container {
  width: 100%;
}
.match-card .gig-share-bar-container > table {
  margin: 0 auto;
}
.candidate-card {
  width: 48%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.candidate-card .card-text {
  min-height: 50px;
  overflow-x: hidden;
}
.candidate-card a {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333332;
  display: block;
  font-weight: 700;
  margin-top: 8px;
  height: 40px;
}
.candidate-card:nth-child(2) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .candidate-card {
    width: 30.33333333%;
  }
  .candidate-card:nth-child(3) {
    margin-right: 0;
  }
}
.candidate-card .check {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
.candidate-card .check i {
  font-size: 50px;
}
.stack > div {
  padding-bottom: 2px !important;
  margin-left: -2px !important;
}
.stack:nth-child(odd) > div {
  padding-bottom: -2px !important;
  margin-left: 2px !important;
}
.stack:nth-child(even) > div {
  padding-bottom: 5px !important;
  margin-left: -5px !important;
}
.stack:nth-child(4) > div {
  padding-bottom: 1px !important;
  margin-left: -3px !important;
}
.stack:nth-child(6) > div {
  padding-bottom: 2px !important;
  margin-left: -6px !important;
}
.stack:nth-child(7) > div {
  padding-bottom: 2px !important;
  margin-left: 4px !important;
}
.candidate-province-name-with-photo {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4) !important;
  margin-bottom: -32px;
}
.candidate-province-name-with-photo .expand-container {
  min-height: 180px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding-top: 16px;
  padding-bottom: 48px;
}
.candidate-province-name-with-photo .expand-container.smallMastHead {
  min-height: 0 !important;
}
.candidate-province-name-with-photo .expand-container .portrait {
  order: 2;
  margin: 0 0 0 16px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 75px;
  border: 1px solid #e4e4e3;
  overflow: hidden;
  background-color: #ffffff;
}
.candidate-province-name-with-photo .expand-container .portrait.no-image {
  min-height: auto !important;
  padding: 32px 0;
  display: none !important;
}
.candidate-province-name-with-photo .expand-container .name {
  order: 1;
}
.candidate-province-name-with-photo .expand-container .name h1 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.candidate-province-name-with-photo .expand-container .name p {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.candidate-province-name-with-photo .expand-container .logo {
  max-width: 100px;
  margin-right: 16px;
  display: none;
}
@media (min-width: 768px) {
  .candidate-province-name-with-photo .expand-container .expand-container {
    min-height: 250px;
    padding-bottom: 32px;
  }
  .candidate-province-name-with-photo .expand-container .expand-container.smallMastHead {
    min-height: 0 !important;
  }
  .candidate-province-name-with-photo .expand-container .portrait {
    order: 1;
    width: 100px;
    height: 100px;
    min-width: 100px;
    margin: 0 16px 0 0;
  }
  .candidate-province-name-with-photo .expand-container .name {
    order: 2;
  }
}
.candidate-province-name-with-photo .expand-container.no-height {
  min-height: auto;
}
@media (min-width: 768px) {
  .candidate-province-name-with-photo .expand-container.no-height {
    min-height: 250px;
  }
}
.candidate-province-name-with-photo .image-container {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media (min-width: 768px) {
  .candidate-province-name-with-photo .image-container {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.gig-bar-container * {
  font-size: 14px !important;
  margin-bottom: 0px!important;
}
.gig-bar-container button {
  padding: 4px 8px !important;
  border-radius: 32px !important;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif !important;
}
@media (min-width: 768px) {
  .gig-bar-container button {
    padding: 8px 16px !important;
    border-radius: 32px !important;
  }
}
.share-center table {
  margin: 0 auto !important;
}
.block {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border-radius: 2px;
}
.circle-share-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.circle-share-box {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.circle-share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  margin-right: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.circle-share * {
  line-height: 1.25;
  font-size: 16px;
  cursor: pointer;
}
.floating-fb {
  position: fixed;
  bottom: 8px;
  left: 16px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3b5998;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-fb * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.floating-tw {
  position: fixed;
  bottom: 8px;
  left: 72px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #00aced;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-tw * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.floating-me {
  position: fixed;
  bottom: 8px;
  left: 128px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #0084ff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-me * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.floating-comments {
  position: fixed;
  bottom: 8px;
  left: 184px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #e76229;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-comments * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.floating-fb-desktop {
  position: fixed;
  bottom: 152px;
  right: 16px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #3b5998;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-fb-desktop * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.floating-tw-desktop {
  position: fixed;
  bottom: 96px;
  right: 16px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #00aced;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-tw-desktop * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.floating-me-desktop {
  position: fixed;
  bottom: 172px;
  right: 16px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #0084ff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-me-desktop * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.floating-comments-desktop {
  position: fixed;
  bottom: 116px;
  right: 16px;
  z-index: 10041;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #e76229;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.floating-comments-desktop * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.hide {
  bottom: -50px;
  left: -50px;
}
@media (min-width: 992px) {
  .hide {
    right: -50px;
    left: auto;
  }
}
.breadcrumb {
  overflow-x: scroll;
  white-space: nowrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.breadcrumb ::-webkit-scrollbar {
  display: none;
}
.breadcrumb > li {
  padding: 0;
  margin: 0;
  float: left;
  list-style-type: none;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.breadcrumb > li a {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.breadcrumb > li i {
  padding: 0 4px;
}
.breadcrumb > li:last-child {
  font-weight: 700;
}
.issue-title-container {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .issue-title-container {
    text-align: left;
    margin-bottom: 32px;
  }
}
.portrait {
  display: inline-block;
  order: 2;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 8px;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  border: 1px solid #e4e4e3;
  overflow: hidden;
}
.portrait.large {
  width: 90px;
  height: 90px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .portrait {
    order: 1;
    margin: 0 8px -16px 0;
  }
}
.issue-title-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.issue-title-header > .first-name {
  order: 1;
}
.issue-title-header > .first-name * {
  text-align: right;
}
@media (min-width: 768px) {
  .issue-title-header > .first-name {
    order: 2;
    margin-right: 8px;
  }
  .issue-title-header > .first-name * {
    text-align: left;
  }
}
.issue-title-header > .last-name {
  order: 3;
  margin-right: 0;
}
.issue-title-header > .last-name * {
  text-align: left;
}
@media (min-width: 768px) {
  .issue-title-header > .last-name {
    order: 3;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  .issue-title-header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .issue-title-header .portrait {
    margin-bottom: -16px;
  }
}
.issue-block-container {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .issue-block-container {
    margin-bottom: 16px;
  }
}
.issues-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #f9f9f9;
  margin-bottom: 8px;
}
.issues-row .issue-stand {
  font-size: 30px;
  width: 40px;
  min-width: 40px;
}
.issues-row .issue-text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .issues-row .issue-text {
    font-size: 16px;
  }
}
.issues-row.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.issues-row.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.issues-row.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.compare-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.compare-row .candidate-head {
  width: 110px;
  min-width: 110px;
}
@media (min-width: 768px) {
  .compare-row .candidate-head {
    width: 200px;
    min-width: 200px;
  }
}
.compare-row .candidate-head.wide {
  width: 50%;
}
.compare-row.space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.compare-row.justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.compare-row.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.compare-row .candidate-text {
  font-size: 18px;
  color: #333332;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .compare-row .candidate-text {
    font-size: 21.85px;
    line-height: 1;
  }
}
.issue-block-responses .header-tab {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .subhead-label {
    margin: 0 0 0 60px;
  }
}
.compare-stand {
  text-align: center;
}
.compare-stand > * {
  font-size: 30px;
}
.close {
  font-size: 40px;
  cursor: pointer;
}
.icon-help-circled {
  color: #4c4c49 !important;
  font-size: 12px;
  padding-left: 4px !important;
}
.icon-forward {
  color: #4c4c49 !important;
  font-size: 12px;
  padding-left: 4px !important;
}
span.twitter-typeahead {
  width: 100%;
}
span.twitter-typeahead .tt-suggestion {
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #4c4c49;
  padding: 8px;
  cursor: pointer;
  border-bottom: 1px solid #e4e4e3;
}
span.twitter-typeahead .tt-suggestion:last-child {
  border-bottom: none;
}
span.twitter-typeahead .tt-dataset {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #ffffff;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 42px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 42px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 42px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 42px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 42px !important;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  padding: 4px;
  margin-bottom: 32px;
  background-color: #f9f9f9;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  background-color: #e76229;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.masthead-wrap {
  min-height: 190px;
  margin-bottom: -50px;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.masthead-wrap .main-wrapper {
  width: 100%;
}
.masthead-wrap .text {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .masthead-wrap {
    min-height: 250px;
  }
  .masthead-wrap .text {
    margin-top: 50px;
  }
}
.candidate-contest-page {
  margin-bottom: 32px;
}
.candidate-contest-page .profile-wrap {
  min-width: 20%;
  max-width: 130px;
  display: inline-block;
  text-align: center;
  margin: 0 16px;
}
.candidate-contest-page .profile-wrap p {
  font-size: 14px;
  margin-top: 5px;
}
.candidate-contest-page .profile-wrap .avatar {
  transition: all 0.3s;
}
.candidate-contest-page .profile-wrap .avatar:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.candidate-contest-page .avatar-list-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.candidate-contest-page .avatar-list-wrap .profile-wrap {
  flex: 1;
}
.candidate-contest-page .card {
  margin-bottom: 16px;
}
.candidate-contest-page .position-wrap hr {
  margin-top: 0;
}
.candidate-contest-page .material-card-1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .candidate-contest-page .wrapper {
    margin-bottom: 16px;
  }
}
.viz-login {
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  border-radius: 4px;
  min-height: 150px;
  display: flex;
  background-size: cover;
  align-items: center;
}
.viz-login.small {
  height: 150px;
}
@media (min-width: 768px) {
  .viz-login.small {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .viz-login {
    height: 250px;
  }
}
.viz-login .viz-login-content {
  padding: 8px;
  margin: 16px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
@media (min-width: 768px) {
  .viz-login .viz-login-content {
    padding: 16px;
    margin: auto;
  }
}
.position-cards-container {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .position-cards-container {
    position: relative,;
    margin: 0 auto;
    width: 300px;
  }
}
/* the loader */
.load {
  margin: 150px auto;
  width: 100px;
  height: 100px;
  /** height is required as absolute value **/
  background-color: #F08080;
  border-radius: 100px;
  position: relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}
.load img {
  position: absolute;
  top: 0;
  left: 0;
}
.load:after,
.load:before {
  display: inline-block;
  margin: auto;
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #CD5C5C;
}
.load:after {
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.load:before {
  z-index: -200;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes pulse {
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1.1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(0.9);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.portrait {
  display: inline-block;
  order: 2;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 8px;
  width: 45px;
  height: 45px;
  border-radius: 40px;
  border: 1px solid #e4e4e3;
  overflow: hidden;
}
.portrait.large {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .portrait {
    order: 1;
  }
  .portrait.large {
    width: 90px;
    height: 90px;
    border-radius: 50px;
  }
}
.avatar-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.avatar-container .avatar {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 33%;
  margin-bottom: 32px;
  padding: 0 4px;
}
.avatar-container .avatar .avatar-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  border: 1px solid #e4e4e3;
  overflow: hidden;
  margin: 0 auto;
  transition: all 0.3s;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 36px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #475764;
  background-color: #eee;
}
.avatar-container .avatar .avatar-image:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
}
@media (min-width: 768px) {
  .avatar-container .avatar {
    width: 25%;
  }
  .avatar-container .avatar .avatar-image {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 992px) {
  .avatar-container .avatar {
    width: 20%;
  }
  .avatar-container .avatar .avatar-image {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .avatar-container .avatar {
    width: 16.5%;
  }
  .avatar-container .avatar .avatar-image {
    width: 50px;
    height: 50px;
  }
}
.content-sidebar-outer-container {
  z-index: 10070;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  width: 85%;
  margin-right: -100%;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .content-sidebar-outer-container {
    width: 75%;
    margin-right: -60%;
  }
}
@media (min-width: 992px) {
  .content-sidebar-outer-container {
    width: 55%;
    margin-right: -60%;
  }
}
@media (min-width: 1200px) {
  .content-sidebar-outer-container {
    width: 35%;
    margin-right: -60%;
  }
}
.content-sidebar-outer-container.open {
  margin-right: 0;
}
.content-sidebar-close {
  position: fixed;
  width: 30px;
  height: 30px;
  background-color: #b70002;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  z-index: 10062;
  top: 2px;
  right: 26%;
  padding: 4px;
}
.content-sidebar-trigger {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 10061;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.content-sidebar-trigger * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
/* the loader */
.cc-pulse {
  width: 20px;
  height: 20px;
  /** height is required as absolute value **/
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}
.cc-pulse img {
  position: absolute;
  top: 0;
  left: 0;
}
.cc-pulse:after,
.cc-pulse:before {
  display: inline-block;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #fff;
}
.cc-pulse:after {
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.cc-pulse:before {
  z-index: -200;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes cc-pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-moz-keyframes cc-pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-webkit-keyframes cc-pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
.pulse {
  margin: 150px auto;
  width: 40px;
  height: 40px;
  /** height is required as absolute value **/
  background-color: #475764;
  border-radius: 100px;
  position: relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}
.pulse img {
  position: absolute;
  top: 0;
  left: 0;
}
.pulse:after,
.pulse:before {
  display: inline-block;
  margin-top: -5px;
  margin-left: -25px;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #475764;
}
.pulse:after {
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.pulse:before {
  z-index: -200;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=25);
    opacity: 0.5;
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=25);
    opacity: 0.5;
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=25);
    opacity: 0.5;
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=25);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=25);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=25);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}
.content-sidebar-overlay {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10060;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.content-sidebar-overlay.visible {
  display: block;
}
.content-sidebar-overlay.fade {
  opacity: 1;
}
.cc-pulse {
  width: 10px;
  height: 10px;
  /** height is required as absolute value **/
  background-color: #e76229;
  border-radius: 20px;
  position: relative;
  animation: pulse 2000ms linear infinite;
  -webkit-animation: pulse 2000ms linear infinite;
  -moz-animation: pulse 2000ms linear infinite;
}
.cc-pulse img {
  position: absolute;
  top: 0;
  left: 0;
}
.cc-pulse:after,
.cc-pulse:before {
  display: inline-block;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #e76229;
}
.cc-pulse:after {
  z-index: -100;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}
.cc-pulse:before {
  z-index: -200;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes cc-pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-moz-keyframes cc-pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
@-webkit-keyframes cc-pulse {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  10% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  20% {
    transform: scale(1);
    filter: alpha(opacity=1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
.omnisearch .search-box {
  position: relative;
}
.omnisearch .search-box .icon-search {
  position: absolute;
  right: 0;
  top: 12px;
}
.omnisearch .flex-grid .flex-child {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .omnisearch .flex-grid .flex-child {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .omnisearch .flex-grid .flex-child.hidden-mobile {
    display: none;
  }
}
.flip-container {
  perspective: 1000;
  -webkit-perspective: 1000px;
}
.flip-container:before,
.flip-container:after {
  content: " ";
  display: table;
}
.flip-container:after {
  clear: both;
}
.flip-container.hover > .flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.flip-container .front {
  z-index: 2;
  /* for firefox 31 */
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  top: 0;
  left: 0;
}
.flip-container .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  position: absolute;
  top: 0;
  right: 0;
}
.flip-container .flipper {
  transition: 0.55s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
.map-page-outer-container {
  z-index: 10070;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .map-page-outer-container {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    overflow-y: scroll;
    height: 400px;
    margin-bottom: -150%;
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .map-page-outer-container {
    z-index: 1;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.map-page-outer-container.open {
  margin-right: 0;
  margin-bottom: 0;
}
.map-page-close {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #b70002;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  z-index: 10111;
  bottom: 400px;
  margin-bottom: -20px;
  left: 16px;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 8px;
}
.map-page-close.visible {
  display: block;
}
.map-page-close.fade {
  opacity: 1;
}
.map-page-trigger {
  position: fixed;
  bottom: 8px;
  left: 8px;
  z-index: 10061;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: transparent;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif;
  text-align: center;
}
.map-page-trigger * {
  line-height: 1.25;
  font-size: font-size-xsmall;
  cursor: pointer;
}
.map-page-overlay {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  -ms-filter: none;
  filter: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10060;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.map-page-overlay.visible {
  display: block;
}
.map-page-overlay.fade {
  opacity: 1;
}
.map-parent-container {
  height: 100vh;
}
.nomy-map-sidebar {
  height: 100vh;
  padding: 16px 16px 120px 16px;
  overflow-y: scroll;
  background-color: #fff;
  border-left: 1px solid #eee;
}
@media (min-width: 768px) {
  .nomy-map-sidebar {
    padding: 16px 72px 120px 16px;
  }
}
.good-report {
  border-left: 5px solid #5FCC5C;
}
.bad-report {
  border-left: 5px solid #B70002;
}
/*

This is some goddamn technical debt.

*/
.campaigns-override {
  text-align: left;
}
.campaigns-override .campaigns-h1 {
  line-height: 1;
  font-size: 38.4px;
}
@media only screen and (min-width: 768px) {
  .campaigns-override .campaigns-h1 {
    font-size: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .campaigns-override .campaigns-h1 {
    font-size: 96px;
  }
}
.campaigns-override h1 {
  font-size: 43.2px;
}
.campaigns-override h2 {
  font-size: 32px;
}
.campaigns-override h3 {
  font-size: 24px;
}
.campaigns-override h4 {
  font-size: 20px;
}
.campaigns-override h5 {
  font-size: 16px;
}
.campaigns-override h6 {
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .campaigns-override h1 {
    font-size: 48px;
  }
  .campaigns-override h2 {
    font-size: 35.2px;
  }
  .campaigns-override h3 {
    font-size: 26.4px;
  }
  .campaigns-override h4 {
    font-size: 22px;
  }
  .campaigns-override h5 {
    font-size: 17.6px;
  }
  .campaigns-override h6 {
    font-size: 16.5px;
  }
}
@media only screen and (min-width: 992px) {
  .campaigns-override h1 {
    font-size: 57.6px;
  }
  .campaigns-override h2 {
    font-size: 38.4px;
  }
  .campaigns-override h3 {
    font-size: 28.8px;
  }
  .campaigns-override h4 {
    font-size: 24px;
  }
  .campaigns-override h5 {
    font-size: 19.2px;
  }
  .campaigns-override h6 {
    font-size: 18px;
  }
}
.campaigns-override h1,
.campaigns-override h2,
.campaigns-override h3,
.campaigns-override h4,
.campaigns-override h5,
.campaigns-override h6 {
  font-family: Bebas Neue !important;
  letter-spacing: 1px;
}
.campaigns-override .section-bg-content {
  text-align: left;
}
.campaigns-override section {
  display: block;
}
.campaigns-override p {
  font-size: 14px;
}
.campaigns-override a * {
  text-decoration: none;
  border-bottom: 5px solid rgba(231, 98, 41, 0.7);
}
.campaigns-override a .no-underline * {
  border-bottom: none !important;
}
.campaigns-override a.light * {
  color: #fff;
  border-bottom: 5px solid rgba(231, 98, 41, 0.7);
}
.campaigns-override a h1,
.campaigns-override a h2,
.campaigns-override a h3,
.campaigns-override a h4,
.campaigns-override a h5,
.campaigns-override a h6 {
  text-decoration: none;
  border-bottom: none !important;
}
.campaigns-override a img,
.campaigns-override a div,
.campaigns-override a button,
.campaigns-override a .button,
.campaigns-override a label,
.campaigns-override a span,
.campaigns-override a i {
  border-bottom: none !important;
}
.campaigns-override .messenger-container {
  text-align: center;
}
.campaigns-override .messenger-container img {
  max-width: 110px;
}
@media only screen and (min-width: 768px) {
  .campaigns-override .messenger-container {
    text-align: center;
  }
  .campaigns-override .messenger-container img {
    max-width: 170px;
  }
}
.campaigns-override #twitterStream {
  display: none;
}
.campaigns-override button,
.campaigns-override .button {
  padding: 8px 4px;
  font-family: Bebas Neue !important;
  line-height: 1;
  font-size: 16px;
  border-radius: 0px !important;
  border-bottom: none !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
.campaigns-override button.small,
.campaigns-override .button.small {
  padding: 4px;
  font-size: 14px;
}
.campaigns-override button.hero,
.campaigns-override .button.hero {
  width: 100%;
  padding: 16px;
  font-size: 21.85px;
}
.campaigns-override button.ctr,
.campaigns-override .button.ctr {
  padding: 16px;
  font-size: 21.85px;
}
@media (min-width: 768px) {
  .campaigns-override section {
    min-height: 750px !important;
    height: 90vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .campaigns-override section.map {
    min-height: 100vh !important;
    height: auto;
    padding: 40px 0;
  }
  .campaigns-override p {
    font-size: 18px;
  }
  .campaigns-override #twitterStream {
    display: block;
  }
}
#secondary-menu {
  z-index: 10050;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#secondary-menu a {
  font-family: Bebas Neue !important;
  font-size: 18px;
  border-bottom: none !important;
  color: #ffffff;
}
#secondary-menu .flex-child {
  padding-right: 32px;
}
#secondary-menu .flex-child:last-child {
  padding-right: 0px;
}
#secondary-menu img {
  display: none;
}
@media (min-width: 768px) {
  #secondary-menu a {
    font-size: 23.75px;
  }
  #secondary-menu img {
    display: inline-block;
  }
}
.secondary-menu-activated {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  background-color: #ffffff;
  left: 0;
  right: 0;
}
.secondary-menu-activated a {
  font-size: 16px;
  color: #e76229 !important;
}
@media (min-width: 768px) {
  .secondary-menu-activated a {
    font-size: 19px !important;
  }
}
section {
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  section {
    min-height: 900px;
  }
  section.half {
    min-height: 450px;
  }
}
section.width-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}
section button {
  border-right: none;
  padding: 8px 16px;
}
.less-dark {
  background-color: rgba(0, 0, 0, 0.35);
}
.dark {
  background-color: rgba(0, 0, 0, 0.45);
}
.darker {
  background-color: rgba(0, 0, 0, 0.55);
}
.darkest {
  background-color: rgba(0, 0, 0, 0.75);
}
.section-bg-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-attachment: scroll !important;
  z-index: -1;
}
.section-bg-container > video {
  position: absolute;
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-bg-content {
  padding: 16px;
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .section-bg-content {
    width: 90%;
    margin: 0 auto;
    background-color: transparent;
  }
  .section-bg-content.top {
    position: absolute;
    top: 10%;
  }
  .section-bg-content.right {
    right: 5%;
    position: absolute;
  }
  .section-bg-content.bottom {
    bottom: 10%;
    position: absolute;
  }
  .section-bg-content.bottom-x {
    bottom: 5%;
    position: absolute;
  }
  .section-bg-content.left {
    left: 5%;
    position: absolute;
  }
}
.section-bg-content.full {
  width: 100%;
}
@media (min-width: 992px) {
  .section-bg-content.half {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .section-bg-content.half-alt {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .section-bg-content.half-more {
    width: 65%;
  }
}
.section-bg-content.full-margin {
  width: 100%;
}
@media (min-width: 992px) {
  .section-bg-content.full-margin {
    width: 70%;
    margin: 0 auto;
  }
}
.section-bg-content.paragraph {
  color: #4c4c49;
}
.section-bg-content.light h1,
.section-bg-content.light h2,
.section-bg-content.light h3,
.section-bg-content.light h4,
.section-bg-content.light h5,
.section-bg-content.light h6,
.section-bg-content.light p,
.section-bg-content.light label,
.section-bg-content.light blockquote {
  color: #4c4c49;
}
@media (min-width: 992px) {
  .section-bg-content.light h1,
  .section-bg-content.light h2,
  .section-bg-content.light h3,
  .section-bg-content.light h4,
  .section-bg-content.light h5,
  .section-bg-content.light h6,
  .section-bg-content.light p,
  .section-bg-content.light label,
  .section-bg-content.light blockquote {
    color: #fff;
  }
}
.section-side-content {
  padding: 16px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .section-side-content {
    width: 100%;
    background-color: transparent;
  }
  .section-side-content.top {
    top: 0;
  }
  .section-side-content.right {
    right: 0;
  }
  .section-side-content.bottom {
    bottom: 0;
  }
  .section-side-content.left {
    left: 0;
  }
}
.section-side-content.full {
  width: 100%;
}
@media (min-width: 992px) {
  .section-side-content.half {
    width: 50%;
  }
}
.section-side-content.half-alt {
  background-color: #f9f9f9;
}
@media (min-width: 992px) {
  .section-side-content.half-alt {
    width: 40%;
    padding: 32px;
  }
}
.section-side-content.full-margin {
  width: 100%;
}
@media (min-width: 992px) {
  .section-side-content.full-margin {
    width: 70%;
    margin: 0 auto;
  }
}
.section-side-content.paragraph {
  color: #4c4c49;
}
.section-side-content.light h1,
.section-side-content.light h2,
.section-side-content.light h3,
.section-side-content.light h4,
.section-side-content.light h5,
.section-side-content.light h6,
.section-side-content.light p,
.section-side-content.light label,
.section-side-content.light blockquote {
  color: #4c4c49;
}
@media (min-width: 992px) {
  .section-side-content.light h1,
  .section-side-content.light h2,
  .section-side-content.light h3,
  .section-side-content.light h4,
  .section-side-content.light h5,
  .section-side-content.light h6,
  .section-side-content.light p,
  .section-side-content.light label,
  .section-side-content.light blockquote {
    color: #fff;
  }
}
.embed-container {
  display: table;
  width: 100%;
}
.embed-container .embed-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.embed-container .embed-content > div {
  display: inline-block;
}
.report-wrapper {
  background-color: #ececec;
  padding: 10px;
  border-radius: 4px;
}
.report-wrapper input {
  background-color: #ffffff;
  padding-left: 10px;
}
.report-wrapper input[type="radio"] {
  margin-right: 5px;
  margin-top: -4px;
}
.report-wrapper input[type="file"] {
  padding-top: 9px;
}
.report-wrapper input.invalid {
  border: 1px solid #f29f97;
  border-bottom: 3px solid #e74c3c;
}
.report-wrapper label sup {
  color: #e74c3c;
}
.report-wrapper textarea {
  background-color: #ffffff;
  padding-left: 10px !important;
}
.report-wrapper textarea.invalid {
  border: 1px solid #f29f97;
  border-bottom: 3px solid #e74c3c;
}
.report-wrapper .radio-inline {
  margin-right: 10px;
  font-size: 16px;
  display: inline-block;
}
.report-wrapper .form-group {
  margin-bottom: 10px;
}
.report-wrapper .form-group > .inline {
  display: inline-block;
  margin-right: 20px;
}
.report-wrapper .err-container {
  border-left: 4px solid #e74c3c;
  padding: 8px 0 8px 15px;
  color: red;
}
.button-radio-wrap {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}
.button-radio-wrap input[type="radio"] {
  display: inline-block;
  margin-top: -4px;
  margin-right: 10px;
}
.button-radio-wrap .radio-label {
  line-height: 1;
}
blockquote {
  border-left: 5px solid #e74c3c;
  margin-top: 15px;
}
blockquote p {
  font-weight: 500;
  margin-bottom: 0;
  color: #ea6153;
}
blockquote.anonymous-explainer {
  border-left: 5px solid #e76229;
  margin-top: 0;
}
blockquote.anonymous-explainer p {
  color: #ea7340;
}
.toggle-buttons-wrapper > label {
  display: block;
}
.toggle-buttons-wrapper .toggle-button {
  background-color: transparent;
  padding: 2px 15px;
  margin: 5px 0;
  margin-right: 10px;
}
.toggle-buttons-wrapper .toggle-button.good {
  border: 1px solid rgba(46, 204, 113, 0.3);
  color: rgba(46, 204, 113, 0.3);
  transition: all 0.3s;
}
.toggle-buttons-wrapper .toggle-button.good.active,
.toggle-buttons-wrapper .toggle-button.good:hover {
  border: 1px solid #2ecc71;
  color: #2ecc71;
}
.toggle-buttons-wrapper .toggle-button.good.active {
  background-color: rgba(46, 204, 113, 0.2);
}
.toggle-buttons-wrapper .toggle-button.bad {
  border: 1px solid rgba(231, 76, 60, 0.3);
  color: rgba(231, 76, 60, 0.3);
  transition: all 0.3s;
}
.toggle-buttons-wrapper .toggle-button.bad.active,
.toggle-buttons-wrapper .toggle-button.bad:hover {
  border: 1px solid #e74c3c;
  color: #e74c3c;
}
.toggle-buttons-wrapper .toggle-button.bad.active {
  background-color: rgba(231, 76, 60, 0.2);
}
.toggle-buttons-wrapper > .description {
  display: inline-block;
}
.toggle-buttons-wrapper > .description.bad {
  color: rgba(231, 76, 60, 0.8);
  border-left: 2px solid #e74c3c;
  padding-left: 8px;
}
.toggle-buttons-wrapper > .description.good {
  color: rgba(46, 204, 113, 0.95);
  border-left: 2px solid #2ecc71;
  padding-left: 8px;
}
.nomy-section section {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .nomy-section section {
    min-height: auto;
  }
}
.landing-section .heading-container {
  background-position: top center;
  background-size: cover;
  padding: 50px 25px 100px;
  position: relative;
}
.landing-section .heading-container:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .landing-section .heading-container {
    max-height: 480px;
    padding: 40px 50px 90px;
  }
}
.landing-section .heading-container .content-wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .landing-section .heading-container .content-wrap {
    max-width: 60%;
    display: table;
  }
}
.landing-section .heading-container .content-wrap > .logo-wrap,
.landing-section .heading-container .content-wrap > .text-wrap {
  vertical-align: middle;
}
@media screen and (min-width: 992px) {
  .landing-section .heading-container .content-wrap > .logo-wrap,
  .landing-section .heading-container .content-wrap > .text-wrap {
    display: table-cell;
  }
}
.landing-section .heading-container .content-wrap > .logo-wrap img,
.landing-section .heading-container .content-wrap > .text-wrap img {
  max-width: 75px;
}
@media screen and (min-width: 768px) {
  .landing-section .heading-container .content-wrap > .logo-wrap img,
  .landing-section .heading-container .content-wrap > .text-wrap img {
    max-width: 65%;
  }
}
@media screen and (min-width: 992px) {
  .landing-section .heading-container .content-wrap > .logo-wrap img,
  .landing-section .heading-container .content-wrap > .text-wrap img {
    max-width: 100%;
  }
}
.landing-section .heading-container .content-wrap > .text-wrap h3,
.landing-section .heading-container .content-wrap > .text-wrap h1 {
  color: #ffffff;
}
.landing-section .heading-container .content-wrap > .text-wrap h3 {
  font-weight: 500;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .landing-section .heading-container .content-wrap > .text-wrap h3 {
    font-size: 30px;
  }
}
.landing-section .heading-container .content-wrap > .text-wrap h1 {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .landing-section .heading-container .content-wrap > .text-wrap h1 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .landing-section .heading-container .content-wrap > .text-wrap {
    width: 70%;
  }
}
.landing-section .call-to-action-container {
  padding: 50px 0;
}
.landing-section .call-to-action-container .action-wrapper {
  text-align: center;
  padding: 0 15px;
}
.landing-section .call-to-action-container .action-wrapper img {
  max-width: 50%;
}
@media screen and (min-width: 992px) {
  .landing-section .call-to-action-container .action-wrapper img {
    max-width: 150px;
  }
}
.landing-section .call-to-action-container .action-wrapper h4 a {
  color: #e76229;
}
.explainer-slider {
  background-size: cover;
  background-position: bottom center;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .explainer-slider {
    background-size: cover;
    height: 100vh;
    min-height: 750px;
    max-height: 770px;
  }
}
.explainer-slider div:not(.owl-controls) {
  height: 100%;
}
.explainer-slider .item .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .explainer-slider .item .wrapper {
    flex-direction: row;
    margin-left: 20%;
    text-align: left;
  }
}
.explainer-slider .item .wrapper .img-wrap img,
.explainer-slider .item .wrapper .text-wrap img {
  width: 45vh;
}
.explainer-slider .item .wrapper .img-wrap p,
.explainer-slider .item .wrapper .text-wrap p {
  color: #ffffff;
}
.explainer-slider .item .wrapper .img-wrap p.title,
.explainer-slider .item .wrapper .text-wrap p.title {
  color: #d6d6d6;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .explainer-slider .item .wrapper .img-wrap p,
  .explainer-slider .item .wrapper .text-wrap p {
    margin-right: 50%;
    min-width: 450px;
    max-width: 460px;
  }
}
.explainer-slider .item .wrapper .img-wrap p > a,
.explainer-slider .item .wrapper .text-wrap p > a {
  color: #d6d6d6;
  text-transform: uppercase;
}
.explainer-slider .item .wrapper .img-wrap p > a:hover,
.explainer-slider .item .wrapper .text-wrap p > a:hover {
  text-decoration: underline;
}
.explainer-slider .item .wrapper .img-wrap p > a .fa-lg,
.explainer-slider .item .wrapper .text-wrap p > a .fa-lg {
  vertical-align: -12%;
}
.explainer-slider .item .wrapper .img-wrap {
  order: 2;
}
@media screen and (min-width: 992px) {
  .explainer-slider .item .wrapper .img-wrap {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.explainer-slider .item .wrapper .text-wrap {
  order: 1;
  text-align: left;
  padding: 0 50px;
}
@media screen and (min-width: 992px) {
  .explainer-slider .item .wrapper .text-wrap {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.explainer-slider .owl-controls {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
}
.explainer-slider .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.explainer-slider .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .explainer-slider .owl-controls .owl-buttons div.owl-prev {
    left: 15px;
  }
}
.explainer-slider .owl-controls .owl-buttons div.owl-next {
  right: 0;
  background: transparent;
}
@media screen and (min-width: 992px) {
  .explainer-slider .owl-controls .owl-buttons div.owl-next {
    right: 15px;
  }
}
.explainer-slider .owl-controls .owl-buttons div i {
  font-size: 4em;
}
@media screen and (min-width: 992px) {
  .explainer-slider .owl-controls .owl-buttons div i {
    font-size: 7em;
  }
}
@media screen and (max-width: 767px) {
  #info-area p.text-left {
    text-align: center;
  }
}
.bar-graph-container > p {
  margin-bottom: 10px;
}
.bar-graph-container > hr {
  margin-top: 0;
}
.bar-graph-container .chart .legend {
  fill: black;
  font: 14px sans-serif;
  text-anchor: start;
  font-size: 12px;
}
.bar-graph-container .chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}
.bar-graph-container .chart .label {
  fill: black;
  font: 14px sans-serif;
  text-anchor: end;
}
.bar-graph-container .bar:hover {
  fill: brown;
}
.bar-graph-container .axis path,
.bar-graph-container .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}
.total-box-slider.owl-carousel .owl-wrapper-outer {
  overflow: visible;
}
@media screen and (min-width: 992px) {
  .total-box-slider .owl-wrapper .owl-item:first-of-type .item {
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .total-box-slider .owl-wrapper .owl-item:last-of-type .item {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .total-box-slider .item .total-box {
    margin-bottom: 0;
  }
}
.total-box-slider .item .total-box .card-footer {
  background-color: #ececec;
}
.total-box-slider .item .total-box .card-footer p {
  color: #4c4c49;
}
@media screen and (min-width: 992px) {
  .total-box-slider .item {
    padding: 0 10px;
  }
}
.with-actionbar {
  padding: 25px 0 75px;
  margin-bottom: 25px;
  position: relative;
  background-size: cover;
  background-position: top center;
}
.with-actionbar:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  z-index: 0;
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .with-actionbar {
    padding: 75px 0 125px;
  }
}
.with-actionbar h1 {
  color: #ffffff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.actionbar {
  min-height: 50px;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #fff;
}
.actionbar .form-group {
  width: 100%;
  float: left;
  display: table;
}
@media screen and (max-width: 767px) {
  .actionbar .form-group {
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .actionbar .form-group {
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .actionbar .form-group {
    margin-left: -11px;
  }
}
.actionbar .form-group input {
  background-color: #ffffff;
  height: 41px;
  display: table-cell;
  padding-left: 10px;
}
.actionbar .form-group .input-group-btn {
  display: table-cell;
  margin-bottom: 0;
  padding: 0;
  vertical-align: middle;
  width: 1%;
}
.actionbar .form-group .input-group-btn button {
  border-radius: 0;
  height: 41px;
}
.actionbar .mobile-navicon {
  padding: 9px 10px 0;
  float: right;
}
.actionbar .mobile-navicon a {
  color: #e76229;
}
.actionbar .mobile-navicon a:hover,
.actionbar .mobile-navicon a:focus,
.actionbar .mobile-navicon a:visited,
.actionbar .mobile-navicon a:active {
  color: #e76229;
}
.actionbar .nav-wrap {
  background-color: #ffffff;
  margin-top: 50px;
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .actionbar .nav-wrap {
    width: 30%;
    right: 0;
    left: auto;
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .actionbar .nav-wrap {
    background-color: #f5f5f5;
    float: right;
    margin: 0;
    width: auto;
    position: relative;
  }
}
.actionbar .nav-wrap > li {
  border-bottom: 1px solid #f3f3f3;
  padding: 9px 10px 0;
  font-size: 14px;
  text-transform: uppercase;
  height: 41px;
  cursor: pointer;
}
.actionbar .nav-wrap > li i {
  margin-right: 10px;
}
@media screen and (min-width: 992px) {
  .actionbar .nav-wrap > li i {
    margin-right: 0;
  }
}
.actionbar .nav-wrap > li a {
  font-family: Bebas Neue !important;
  font-size: 18px;
  border-bottom: none !important;
  color: #e76229;
}
@media screen and (min-width: 992px) {
  .actionbar .nav-wrap > li {
    border-bottom: 0;
    float: left;
    margin-right: 10px;
  }
  .actionbar .nav-wrap > li a {
    font-family: Bebas Neue !important;
    font-size: 18px;
    border-bottom: none !important;
  }
}
@media screen and (max-width: 991px) {
  .actionbar .adjust-padding {
    padding: 0 4px;
  }
}
.fixedactionbar {
  position: relative;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .pledge-reports-total-box {
    position: relative;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .pledge-reports-total-box {
    position: absolute;
    right: 0;
    top: 50px;
    padding: 20px 15px;
    text-align: right;
  }
}
.pledge-reports-total-box .pledge-box,
.pledge-reports-total-box .reports-box {
  vertical-align: middle;
  padding: 40px 10px 30px;
  float: left;
  margin-right: 15px;
  border: 1px solid White;
  border-radius: 15px;
  min-width: 210px;
  background-color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 767px) {
  .pledge-reports-total-box .pledge-box,
  .pledge-reports-total-box .reports-box {
    padding: 10px 0;
    min-width: auto;
    width: 43%;
  }
}
.pledge-reports-total-box h1 {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .pledge-reports-total-box h1 {
    font-size: 50px;
  }
}
.pledge-reports-total-box p {
  color: #ffffff;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.nomy-snackbar {
  z-index: 10065 !important;
}
.nomy-snackbar > div {
  background-color: #e76229 !important;
  max-width: 800px !important;
  width: 60% !important;
  min-height: 72px !important;
  line-height: 72px !important;
  text-align: center;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22) !important;
}
.nomy-snackbar > div > div {
  font-size: 16px !important;
  font-family: "Droid Sans", Lucida Sans Unicode, Helvetica, Arial, sans-serif !important;
}
@media screen and (min-width: 992px) {
  .nomy-snackbar > div > div {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 992px) {
  .sidebar {
    margin-top: 70px;
  }
}
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #f6d0b3;
  background-image: -moz-linear-gradient(to bottom, #f6c7b3, #f6deb3);
  background-image: -ms-linear-gradient(to bottom, #f6c7b3, #f6deb3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6c7b3), to(#f6deb3));
  background-image: -webkit-linear-gradient(to bottom, #f6c7b3, #f6deb3);
  background-image: -o-linear-gradient(to bottom, #f6c7b3, #f6deb3);
  background-image: linear-gradient(to bottom, #f6c7b3, #f6deb3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c7b3', endColorstr='#f6deb3', GradientType=0);
  border-color: #f6deb3 #f6deb3 #efbf6e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #f6deb3;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #f1c985 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #ebb58c;
  background-image: -moz-linear-gradient(to bottom, #eba88c, #ebc88c);
  background-image: -ms-linear-gradient(to bottom, #eba88c, #ebc88c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eba88c), to(#ebc88c));
  background-image: -webkit-linear-gradient(to bottom, #eba88c, #ebc88c);
  background-image: -o-linear-gradient(to bottom, #eba88c, #ebc88c);
  background-image: linear-gradient(to bottom, #eba88c, #ebc88c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba88c', endColorstr='#ebc88c', GradientType=0);
  border-color: #ebc88c #ebc88c #dfa94b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #ebc88c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #e3b360 \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
.total-box {
  position: relative;
  padding: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.total-box h1 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
}
.total-box p {
  text-align: center;
  margin-bottom: 0;
}
.total-box.green {
  border: 1px solid #2ecc71;
}
.total-box.green .card-footer {
  background-color: #2ecc71;
}
.total-box.green .card-footer > p {
  color: #ffffff;
}
.total-box.red {
  border: 1px solid #e74c3c;
}
.total-box.red .card-footer {
  background-color: #e74c3c;
}
.total-box.red .card-footer > p {
  color: #ffffff;
}
.total-box.orange {
  border: 1px solid #e67e22;
}
.total-box.orange .card-footer {
  background-color: #e67e22;
}
.total-box.orange .card-footer > p {
  color: #ffffff;
}
.total-box .card-footer {
  padding: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#line-graph-1 .axis path {
  fill: none;
  stroke: #777;
  shape-rendering: crispEdges;
}
#line-graph-1 .axis text {
  font-family: Lato;
  font-size: 13px;
}
.candidate-province-name-with-photo .expand-container .name h1 {
  line-height: 1.5;
}
.clocktimer {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin: 10px 0;
}
.clocktimer .ct-container {
  padding: 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 5px;
}
.clocktimer .ct-container > .ct-number-wrap {
  padding: 0 5px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.25);
  display: inline-block;
}
.clocktimer .ct-smalltext {
  padding-top: 5px;
  font-size: 12px;
}
.alert {
  padding: 16px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert.fixed-margin {
  margin-bottom: 16px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 400;
}
.alert a.alert-link {
  font-weight: 700;
  text-decoration: underline;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 36px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.hidden {
  display: none !important;
}
@media (min-width: 768px) {
  .submit-button {
    margin-right: 16px;
  }
}
.progress-bar {
  width: 100%;
  position: relative;
  height: 8px;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 4px 0;
}
.progress-bar .progress-inside {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e76229;
  height: 8px;
}
.crowdfund-tile {
  width: 100%;
  height: 410px;
}
@media (min-width: 480px) {
  .crowdfund-tile {
    height: 510px;
  }
}
@media (min-width: 768px) {
  .crowdfund-tile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    height: 180px;
  }
  .crowdfund-tile.space-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .crowdfund-tile.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .crowdfund-tile.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .crowdfund-tile.justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .crowdfund-tile.justify-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .crowdfund-tile.sponsor {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 8px;
    margin-top: 8px;
  }
  .crowdfund-tile.sponsor.center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 0px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .crowdfund-tile.sponsor {
    min-height: 200px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
}
@media (min-width: 992px) {
  .crowdfund-tile {
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .crowdfund-tile {
    height: 180px;
  }
}
.crowdfund-tile .photo-tile {
  width: 100%;
  max-height: 160px;
  overflow: hidden;
}
@media (min-width: 480px) {
  .crowdfund-tile .photo-tile {
    max-height: 280px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .crowdfund-tile .photo-tile {
    width: 200px;
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .crowdfund-tile .photo-tile {
    width: 250px;
    min-width: 250px;
  }
}
@media (min-width: 1200px) {
  .crowdfund-tile .photo-tile {
    width: 300px;
    min-idth: 300px;
  }
}
.crowdfund-tile .form-tile {
  width: 100%;
}
@media (min-width: 768px) {
  .crowdfund-tile .form-tile {
    padding-left: 16px;
  }
}
/*--------------- Radio style ---------------*/
/*
@-webkit-keyframes cardEnter {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes cardEnter {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.card {
    -webkit-animation: cardEnter 0.75s ease-in-out 0.5s;
    animation: cardEnter 0.75s ease-in-out 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    max-width: 250px;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    margin: 20px auto;
    opacity: 0;
}

*/
.radio {
  display: inline-block;
  padding-right: 16px;
  font-size: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .radio {
    padding-right: 32px;
  }
}
.radio:hover .inner {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: .5;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio input:checked + .outer {
  border: 3px solid #e76229;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background-color: #e76229;
}
.radio .outer {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 8px;
  border: 3px solid #e76229;
  border-radius: 50%;
  background-color: #fff;
}
.radio .inner {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  display: block;
  margin: -1px;
  border-radius: 50%;
  background-color: #e76229;
  opacity: 0;
}
