/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/** Only mobile campaign/contributions **/
/* We can define top-left-dimple or left-top-dimple etc as necessary */
/* Turn a few into mixins so we can manipulate them to our liking. */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
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] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  line-height: 1.428571429;
  color: #2a2a2a;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.featured-promote-body-text {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.body-text {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
}
h1 {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 1px;
  margin-top: 0;
}
h2 {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  margin-top: 0;
}
h3 {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: normal;
  margin-top: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
em {
  font-style: normal;
}
a {
  color: #eb1478;
}
a:hover {
  color: #eb1478;
}
a.i-uncolored-link {
  color: inherit;
}
a.i-uncolored-link:hover {
  color: inherit;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset;
  -webkit-text-fill-color: #2a2a2a;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset;
  -webkit-text-fill-color: #2a2a2a;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */

}
input[type=number] {
  -moz-appearance: textfield;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
input[type=radio] {
  -webkit-appearance: radio;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1002px) {
  .container {
    max-width: 1002px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1002px) {
  .container {
    max-width: 1002px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.row {
  margin-left: -6px;
  margin-right: -6px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .non-col-xs {
    padding: 0;
  }
  .container-xs {
    padding: 0 10px;
  }
}
.hidden-tablecell-xs {
  display: none !important;
}
.hidden-inline-xs {
  display: none !important;
}
.visible-inline-sm {
  display: none !important;
}
.visible-inline-md {
  display: none !important;
}
.visible-inline-lg {
  display: none !important;
}
@media (min-width: 768px) {
  .hidden-inline-xs {
    display: inline-block !important;
  }
  .visible-inline-sm {
    display: inline-block !important;
  }
  .visible-inline-xs {
    display: none !important;
  }
  .visible-tablecell-xs {
    display: none !important;
  }
  .hidden-tablecell-xs {
    display: table-cell !important;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row:before,
  .row:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .row:after {
    clear: both;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nonresponsive .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nonresponsive .row:before,
  .nonresponsive .row:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .nonresponsive .row:after {
    clear: both;
  }
  .nonresponsive .row:before,
  .nonresponsive .row:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .nonresponsive .row:after {
    clear: both;
  }
  .nonresponsive .container {
    width: 1002px;
    max-width: 1002px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1002px) {
  .visible-inline-sm {
    display: none !important;
  }
  .visible-inline-md {
    display: inline-block !important;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row:before,
  .row:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .row:after {
    clear: both;
  }
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.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 {
  padding-left: 6px;
  padding-right: 6px;
}
@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,
  .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,
  .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 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nonresponsive .col-xs-1,
  .nonresponsive .col-xs-2,
  .nonresponsive .col-xs-3,
  .nonresponsive .col-xs-4,
  .nonresponsive .col-xs-5,
  .nonresponsive .col-xs-6,
  .nonresponsive .col-xs-7,
  .nonresponsive .col-xs-8,
  .nonresponsive .col-xs-9,
  .nonresponsive .col-xs-10,
  .nonresponsive .col-xs-11,
  .nonresponsive .col-xs-12,
  .nonresponsive .col-sm-1,
  .nonresponsive .col-sm-2,
  .nonresponsive .col-sm-3,
  .nonresponsive .col-sm-4,
  .nonresponsive .col-sm-5,
  .nonresponsive .col-sm-6,
  .nonresponsive .col-sm-7,
  .nonresponsive .col-sm-8,
  .nonresponsive .col-sm-9,
  .nonresponsive .col-sm-10,
  .nonresponsive .col-sm-11,
  .nonresponsive .col-sm-12,
  .nonresponsive .col-md-1,
  .nonresponsive .col-md-2,
  .nonresponsive .col-md-3,
  .nonresponsive .col-md-4,
  .nonresponsive .col-md-5,
  .nonresponsive .col-md-6,
  .nonresponsive .col-md-7,
  .nonresponsive .col-md-8,
  .nonresponsive .col-md-9,
  .nonresponsive .col-md-10,
  .nonresponsive .col-md-11,
  .nonresponsive .col-md-12,
  .nonresponsive .col-lg-1,
  .nonresponsive .col-lg-2,
  .nonresponsive .col-lg-3,
  .nonresponsive .col-lg-4,
  .nonresponsive .col-lg-5,
  .nonresponsive .col-lg-6,
  .nonresponsive .col-lg-7,
  .nonresponsive .col-lg-8,
  .nonresponsive .col-lg-9,
  .nonresponsive .col-lg-10,
  .nonresponsive .col-lg-11,
  .nonresponsive .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1002px) {
  .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,
  .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,
  .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 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.i-flex-fixed-container {
  display: table;
  width: 100%;
}
.i-flex-fixed-container > .i-flexible-width-cell {
  display: table-cell;
  min-width: 130px;
}
.i-flex-fixed-container > .i-fixed-width-cell {
  display: table-cell;
  width: 130px;
  min-width: 130px;
}
.i-newrow-until-md {
  clear: both;
}
@media (min-width: 1002px) {
  .i-newrow-until-md {
    clear: none;
  }
}
@media (max-width: 767px) {
  .i-mobile-fullwidth {
    padding: 0;
  }
  .i-mobile-fullwidth .row {
    margin: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
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: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6a6a6a;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.i-cta-1 {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
  background-color: #eb1478;
  border: none;
  padding: 12px;
  color: #fff;
}
a.i-cta-1 {
  text-decoration: none;
}
.i-cta-1.i-cta-1-50px {
  padding: 17px 12px;
}
.i-cta-1:hover {
  background-color: #fa1681;
  color: #fff;
}
.i-cta-1:active {
  background-color: #db1471;
  color: #fff;
}
.i-cta-1.i-full-width {
  display: block;
  text-align: center;
}
.i-cta-1:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.i-cta-1-grey {
  background-color: #6a6a6a;
}
.i-cta-1-grey:hover {
  background-color: #848484;
}
.i-cta-1-grey:active {
  background-color: #515151;
}
.i-cta-1-grey:disabled:hover {
  background-color: #6a6a6a;
}
.i-cta-1-aquaman {
  background-color: #0eb4b6;
}
.i-cta-1-aquaman:hover {
  background-color: #12e3e5;
}
.i-cta-1-aquaman:active {
  background-color: #0a8587;
}
.i-cta-1-facebook {
  position: relative;
  padding-left: 42px;
  background: #405d9d;
}
.i-cta-1-facebook:before {
  content: "\e658";
  font-family: 'igg-glyphs-30';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  font-size: 28px;
  position: absolute;
  padding-left: 5px;
  top: 0;
  left: 0;
}
.i-cta-1-facebook:hover {
  background-color: #5675ba;
}
.i-cta-1-facebook:active {
  background-color: #314879;
}
.i-cta-2 {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
  border: 5px solid #eb1478;
  background-color: transparent;
  padding: 8px;
  color: #eb1478;
}
a.i-cta-2 {
  text-decoration: none;
}
.i-cta-2:hover {
  background-color: #fa1681;
  border-color: #fa1681;
  color: #fff;
}
.i-cta-2:active {
  background-color: #db1471;
  border-color: #db1471;
  color: #fff;
}
.i-cta-3 {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 16px;
  display: inline-block;
  cursor: pointer;
  border: 5px solid #ffffff;
  padding: 8px;
  background-color: transparent;
  color: #ffffff;
}
a.i-cta-3 {
  text-decoration: none;
}
.i-cta-3:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2a2a2a;
}
.i-cta-3:active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #2a2a2a;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #6a6a6a;
  padding: 9px 14px;
}
.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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  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: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.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);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1001px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  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: 1002px) and (max-width: 1001px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  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: 1002px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  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 {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  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: 1001px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1002px) and (max-width: 1001px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  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: 1002px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  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 {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  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: 1001px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  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: 1002px) and (max-width: 1001px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1002px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  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 {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  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: 1001px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  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: 1002px) and (max-width: 1001px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  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: 1002px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1001px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1002px) and (max-width: 1001px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1002px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
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 {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1001px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1002px) and (max-width: 1001px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1002px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
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 {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1001px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1002px) and (max-width: 1001px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1002px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
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 {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1001px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1002px) and (max-width: 1001px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1002px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
[class^="i-glyph-icon-22-"],
[class*=" i-glyph-icon-22-"] {
  font-family: 'igg-glyphs-22';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-glyph-icon-22-transmedia:before {
  content: "\e61d";
}
.i-glyph-icon-22-timeleft:before {
  content: "\e600";
}
.i-glyph-icon-22-nonprofit:before {
  content: "\e601";
}
.i-glyph-icon-22-flexiblefunding:before {
  content: "\e602";
}
.i-glyph-icon-22-fixedfunding:before {
  content: "\e603";
}
.i-glyph-icon-22-writing:before {
  content: "\e611";
}
.i-glyph-icon-22-theatre:before {
  content: "\e605";
}
.i-glyph-icon-22-technology:before {
  content: "\e606";
}
.i-glyph-icon-22-smallbusiness:before {
  content: "\e607";
}
.i-glyph-icon-22-photography:before {
  content: "\e608";
}
.i-glyph-icon-22-music:before {
  content: "\e609";
}
.i-glyph-icon-22-health:before {
  content: "\e60a";
}
.i-glyph-icon-22-gaming:before {
  content: "\e60b";
}
.i-glyph-icon-22-food:before {
  content: "\e60c";
}
.i-glyph-icon-22-film:before {
  content: "\e60d";
}
.i-glyph-icon-22-fashion:before {
  content: "\e60e";
}
.i-glyph-icon-22-environment:before {
  content: "\e60f";
}
.i-glyph-icon-22-education:before {
  content: "\e610";
}
.i-glyph-icon-22-design:before {
  content: "\e612";
}
.i-glyph-icon-22-community:before {
  content: "\e613";
}
.i-glyph-icon-22-comic:before {
  content: "\e614";
}
.i-glyph-icon-22-charity:before {
  content: "\e604";
}
.i-glyph-icon-22-art:before {
  content: "\e615";
}
.i-glyph-icon-22-videoweb:before {
  content: "\e616";
}
.i-glyph-icon-22-sports:before {
  content: "\e617";
}
.i-glyph-icon-22-religion:before {
  content: "\e618";
}
.i-glyph-icon-22-politics:before {
  content: "\e619";
}
.i-glyph-icon-22-animals:before {
  content: "\e61a";
}
.i-glyph-icon-22-personalcause:before {
  content: "\e61b";
}
.i-glyph-icon-22-dance:before {
  content: "\e61c";
}
.i-glyph-icon-22-foreverfunding:before {
  content: "\e61e";
}
[class^="i-glyph-icon-30-"],
[class*=" i-glyph-icon-30-"] {
  font-family: 'igg-glyphs-30';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Mostly unadulterated (some mixins when needed for above) */
.i-glyph-icon-30-transmedia:before {
  content: "\e64e";
}
.i-glyph-icon-30-location:before {
  content: "\e64f";
}
.i-glyph-icon-30-embed:before {
  content: "\e650";
}
.i-glyph-icon-30-allcategories:before {
  content: "\e651";
}
.i-glyph-icon-30-uparrow:before {
  content: "\e652";
}
.i-glyph-icon-30-view:before {
  content: "\e653";
}
.i-glyph-icon-30-edit:before {
  content: "\e654";
}
.i-glyph-icon-30-dashboard:before {
  content: "\e655";
}
.i-glyph-icon-30-todo:before {
  content: "\e656";
}
.i-glyph-icon-30-outpost:before {
  content: "\e657";
}
.i-glyph-icon-30-facebook:before {
  content: "\e658";
}
.i-glyph-icon-30-twitter:before {
  content: "\e659";
}
.i-glyph-icon-30-linkedin:before {
  content: "\e65a";
}
.i-glyph-icon-30-youtube:before {
  content: "\e65b";
}
.i-glyph-icon-30-tumblr:before {
  content: "\e65c";
}
.i-glyph-icon-30-instagram:before {
  content: "\e65d";
}
.i-glyph-icon-30-gplus:before {
  content: "\e65e";
}
.i-glyph-icon-30-mail:before {
  content: "\e65f";
}
.i-glyph-icon-30-link:before {
  content: "\e660";
}
.i-glyph-icon-30-go:before {
  content: "\e661";
}
.i-glyph-icon-30-following:before {
  content: "\e662";
}
.i-glyph-icon-30-follow:before {
  content: "\e663";
}
.i-glyph-icon-30-close:before {
  content: "\e664";
  font-size: 18px;
  color: #6a6a6a;
}
.i-glyph-icon-30-close:before:hover {
  color: #eb1478;
  text-decoration: none;
}
.i-glyph-icon-30-close:before:hover:before {
  color: #eb1478;
}
.i-glyph-icon-30-close:before:focus {
  text-decoration: none;
}
.i-glyph-icon-30-close:before:focus:before {
  text-decoration: none;
}
.i-glyph-icon-30-website:before {
  content: "\e665";
}
.i-glyph-icon-30-politics:before {
  content: "\e666";
}
.i-glyph-icon-30-music:before {
  content: "\e667";
}
.i-glyph-icon-30-gaming:before {
  content: "\e668";
}
.i-glyph-icon-30-comic:before {
  content: "\e669";
}
.i-glyph-icon-30-environment:before {
  content: "\e66a";
}
.i-glyph-icon-30-health:before {
  content: "\e66b";
}
.i-glyph-icon-30-technology:before {
  content: "\e66c";
}
.i-glyph-icon-30-design:before {
  content: "\e66d";
}
.i-glyph-icon-30-fashion:before {
  content: "\e66e";
}
.i-glyph-icon-30-smallbusiness:before {
  content: "\e66f";
}
.i-glyph-icon-30-religion:before {
  content: "\e670";
}
.i-glyph-icon-30-videoweb:before {
  content: "\e671";
}
.i-glyph-icon-30-animals:before {
  content: "\e672";
}
.i-glyph-icon-30-personalcause:before {
  content: "\e673";
}
.i-glyph-icon-30-dance:before {
  content: "\e674";
}
.i-glyph-icon-30-sports:before {
  content: "\e675";
}
.i-glyph-icon-30-education:before {
  content: "\e676";
}
.i-glyph-icon-30-food:before {
  content: "\e677";
}
.i-glyph-icon-30-photography:before {
  content: "\e678";
}
.i-glyph-icon-30-film:before {
  content: "\e679";
}
.i-glyph-icon-30-community:before {
  content: "\e67a";
}
.i-glyph-icon-30-theatre:before {
  content: "\e67b";
}
.i-glyph-icon-30-charity:before {
  content: "\e67c";
}
.i-glyph-icon-30-writing:before {
  content: "\e67d";
}
.i-glyph-icon-30-art:before {
  content: "\e67e";
}
.i-glyph-icon-30-upcarrot:before {
  content: "\e67f";
}
.i-glyph-icon-30-downcarrot:before {
  content: "\e680";
}
.i-glyph-icon-30-leftcarrot:before {
  content: "\e681";
}
.i-glyph-icon-30-rightcarrot:before {
  content: "\e682";
}
.i-glyph-icon-30-downarrow:before {
  content: "\e683";
}
.i-glyph-icon-30-rightarrow:before {
  content: "\e684";
}
.i-glyph-icon-30-search:before {
  content: "\e685";
}
.i-glyph-icon-30-help:before {
  content: "\e686";
}
.i-glyph-icon-30-outlinedhelp:before {
  content: "\e687";
}
.i-glyph-icon-30-playbook:before {
  content: "\e688";
}
.i-glyph-icon-30-console:before {
  content: "\e689";
}
.i-glyph-icon-30-profile:before {
  content: "\e68a";
}
.i-glyph-icon-30-checkmark:before {
  content: "\e68b";
}
.i-glyph-icon-30-check:before {
  content: "\e68c";
}
.i-glyph-icon-30-create-category:before {
  content: "\e68d";
}
.i-glyph-icon-30-create-photo:before {
  content: "\e68e";
}
.i-glyph-icon-30-create-duration:before {
  content: "\e68f";
}
.i-glyph-icon-30-create-goal:before {
  content: "\e690";
}
.i-glyph-icon-30-create-edit:before {
  content: "\e691";
}
.i-glyph-icon-30-create-story:before {
  content: "\e692";
}
.i-glyph-icon-30-create-title:before {
  content: "\e693";
}
.i-glyph-icon-30-lock:before {
  content: "\e694";
}
.i-glyph-icon-30-dismiss-keyboard:before {
  content: "\e695";
}
.i-glyph-icon-30-donate:before {
  content: "\e600";
}
.i-glyph-icon-30-discover-icon:before {
  content: "\e696";
}
.i-glyph-icon-30-emergencies:before {
  content: "\e601";
}
.i-glyph-icon-30-memorials:before {
  content: "\e602";
}
.i-glyph-icon-30-celebrations:before {
  content: "\e606";
}
.i-glyph-icon-30-volunteer:before {
  content: "\e603";
}
/* General icon styles */
.i-category-icon {
  color: #ffffff;
  background-color: #6a6a6a;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  font-size: 25px;
}
.i-icon {
  display: inline-block;
}
.i-icon.i-glyph-icon-30-location {
  font-size: 25px;
}
.i-icon.i-icon-info-bubble {
  font-family: 'igg-glyphs-30';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  padding: 2px;
  background-color: #0eb4b6;
  color: #ffffff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  -moz-border-radius: 9px;
  vertical-align: text-bottom;
}
.i-icon.i-icon-info-bubble:before {
  content: "\e686";
}
.i-icon.i-icon-info-i {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #0eb4b6;
  text-align: center;
  color: #ffffff;
  padding-top: 1px;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.i-icon.i-icon-lock-30 {
  background: url(../../../assets/site/icon-lock-30x30-490c7df1176f8fca4492c8a19848baa8.png) center center no-repeat;
  width: 30px;
  height: 30px;
}
.i-icon.i-icon-lock-50 {
  background: url(../../../assets/site/icon-lock-50x50-e81608e9aacb1743c3de8f2b7df9f384.png) center center no-repeat;
  width: 50px;
  height: 50px;
}
.i-carousel-arrow {
  font-size: 90px;
  color: #ffffff;
  cursor: pointer;
  display: none;
}
.i-carousel-arrow.black {
  color: #000000;
}
@media (min-width: 1002px) {
  .i-carousel-arrow {
    display: block;
  }
}
/** Glyph icon notes **/
.i-glyph-icon-30-close {
  font-size: 18px;
  color: #6a6a6a;
}
.i-glyph-icon-30-close:hover {
  color: #eb1478;
  text-decoration: none;
}
.i-glyph-icon-30-close:hover:before {
  color: #eb1478;
}
.i-glyph-icon-30-close:focus {
  text-decoration: none;
}
.i-glyph-icon-30-close:focus:before {
  text-decoration: none;
}
.i-glyph-icon-30-leftarrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.i-glyph-icon-30-leftarrow:before {
  content: "\e684";
}
a .i-glyph-icon-30-rightarrow {
  font-size: 80%;
}
.i-glyph-icon-30-backarrow {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.i-glyph-icon-30-backarrow:before {
  content: "\e67f";
}
.i-glyph-icon-30-frontarrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.i-glyph-icon-30-frontarrow:before {
  content: "\e67f";
}
.i-share-icon {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  background-color: #6a6a6a;
  font-size: 30px;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
}
.i-share-icon:hover,
.i-share-icon:focus {
  color: #ffffff;
  text-decoration: none;
}
.i-share-icon.i-glyph-icon-30-facebook {
  background-color: #405d9d;
}
.i-share-icon.i-glyph-icon-30-twitter {
  background-color: #2c99d7;
}
.i-share-icon.i-glyph-icon-30-gplus {
  background-color: #e46044;
}
body.modal-open {
  margin-right: 0px;
}
.environment-header {
  background-color: #cc0000;
  text-align: center;
  color: white;
}
.environment-admin-header {
  background-color: #0eb4b6;
  text-align: center;
  color: white;
}
/* Site Logo */
.i-site-logo {
  text-indent: -1000em;
}
.visible-xs .i-site-logo {
  margin-left: 10px;
  margin-right: 2px;
  display: inline-block;
  background: url(../../../assets/site/IGG_Logo_TextOnly-362cc4b5ddf5dacc2c22c107161cb4c6.png);
  width: 148px;
  height: 21px;
  background-size: 100% 100%;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .visible-xs .i-site-logo {
    background: url(../../../assets/site/IGG_Logo_TextOnly-2x-9da5439a6f4320fa57a8d002c87a7143.jpg) center no-repeat;
    background-size: contain;
  }
}
.hidden-xs .i-site-logo {
  display: block;
  width: 174px;
}
.hidden-xs .i-site-logo img {
  width: 174px;
  height: 90px;
  display: block;
}
/* Header elements */
.i-page-header {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.i-page-header .i-search-button.i-active {
  color: #eb1478;
}
.i-page-header .i-search-close:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .i-page-header:before,
  .i-page-header:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .i-page-header:after {
    clear: both;
  }
  .i-page-header:before,
  .i-page-header:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .i-page-header:after {
    clear: both;
  }
  .i-page-header .i-header-bar {
    line-height: 53px;
  }
  .i-page-header .i-header-bar * {
    vertical-align: middle;
  }
  .i-page-header .i-search-button {
    float: right !important;
    width: 65px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    color: #2a2a2a;
  }
  .i-page-header .i-search-button .i-icon {
    font-size: 30px;
    vertical-align: middle;
  }
  .i-page-header .open .i-glyph-icon-30-downcarrot {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #eb1478;
  }
}
@media (min-width: 768px) {
  .i-page-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .i-page-header .i-search-button {
    padding-left: 15px;
    line-height: 24px;
  }
  .i-page-header .i-search-button .i-icon {
    vertical-align: middle;
    font-size: 24px;
  }
  .i-page-header .i-header-account-links {
    position: relative;
  }
  .i-page-header .i-header-account-links.open > a {
    color: #eb1478;
  }
  .i-page-header .i-header-account-links .i-linklist-dropdown {
    right: 0;
    left: auto;
    top: 38px;
    max-width: 400px;
  }
  .i-page-header .i-header-account-links .i-linklist-dropdown:after {
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background: #ffffff;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 17px;
  }
}
/* Dropdowns */
.i-search-dropdown {
  display: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  position: relative;
}
.i-search-dropdown:after {
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  background: #ffffff;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  right: 25px;
}
.i-search-dropdown.i-open {
  display: block;
}
.i-search-dropdown .i-search-cell {
  padding: 10px;
  min-width: 160px;
  width: 100%;
  vertical-align: middle;
  position: relative;
  display: table-cell;
}
.i-search-dropdown .i-search-cell .i-search-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  width: 48px;
  line-height: 48px;
  text-align: center;
}
.i-search-dropdown .i-search-cell .i-search-close .i-glyph-icon-30-close {
  vertical-align: middle;
  background-color: #dddddd;
  border-radius: 12px;
  padding: 2px;
  color: #ffffff;
}
.i-search-dropdown .i-go-cell {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #dddddd;
  text-align: center;
  width: 80px;
  min-width: 80px;
}
.i-search-dropdown .i-go-cell a {
  vertical-align: middle;
}
.i-search-dropdown input {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  width: 100%;
  border: none;
}
@media (min-width: 768px) {
  .i-search-dropdown {
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .i-search-dropdown:after {
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background: #ffffff;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 5px;
  }
}
@media (min-width: 1002px) {
  .i-search-dropdown.i-open {
    display: none;
  }
}
.i-search-go {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  background: #eb1478;
  vertical-align: top;
  line-height: 38px;
  height: 38px;
  width: 66px;
  margin: 0 auto;
  cursor: pointer;
}
.i-search-go a {
  color: #ffffff;
}
.i-search-go a:hover,
.i-search-go a:focus {
  text-decoration: none;
  outline: none;
}
/* Search bar (inline) */
.i-inline-search {
  margin-left: 18px;
  display: inline-block;
  position: relative;
}
.i-inline-search .i-glyph-icon-30-search {
  position: absolute;
  font-size: 20px;
  top: 5px;
  left: 6px;
  color: #a8a8a8;
}
.i-inline-search .i-glyph-icon-30-close {
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
  background-color: #dddddd;
  line-height: 8px;
  height: 19px;
  width: 19px;
  padding: 3px;
  border-radius: 9px;
  text-align: center;
  color: #ffffff;
}
.i-inline-search .i-glyph-icon-30-close:before {
  font-size: 12px;
}
.i-inline-search input {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  height: 30px;
  border: 1px solid #dddddd;
  width: 180px;
}
/* Header Links */
.i-header-links {
  line-height: 30px;
  text-align: right;
}
.i-header-links > a {
  vertical-align: middle;
}
.i-header-links > a.active,
.i-header-links > a:hover,
.i-header-links > a:focus {
  text-decoration: none;
  outline: none;
  color: #eb1478;
}
.i-header-links > a + a {
  padding-left: 10px;
  border-left: 1px solid #dddddd;
  margin-left: 10px;
}
.i-header-account-links > a {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #6a6a6a;
}
.i-header-account-links > a > * {
  vertical-align: middle;
}
.i-header-account-links > a .i-icon {
  margin-left: 5px;
}
.i-header-menu-links {
  margin-top: 20px;
}
.i-header-menu-links > a {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #2a2a2a;
}
/* ADMIN HEADER */
.admin-header {
  position: relative;
  border-bottom: 3px solid gray;
}
.admin-header h2 {
  color: #0eb4b6;
  margin: 0;
  padding-right: 0;
  padding-top: 5px;
  font-family: "Benton Sans Black", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
}
.admin-menu {
  color: #2a2a2a;
}
.admin-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.admin-menu li {
  padding: 0 5px 0 0;
  display: inline-block;
}
.admin-menu li + li {
  border-left: 1px solid #dddddd;
  padding-left: 5px;
}
.admin-menu a,
.admin-menu label {
  color: #2a2a2a;
}
.admin-menu input[type=checkbox] + label {
  margin-left: 2px;
}
.admin-menu a:hover,
.admin-menu label:hover {
  text-decoration: underline;
}
.i-flash {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px;
}
.i-flash.ng-leave {
  -webkit-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.i-flash.ng-leave {
  max-height: 50px;
}
.i-flash.ng-leave.ng-leave-active {
  padding-top: 0;
  max-height: 1px;
}
.i-flash > ul,
.i-flash > span {
  padding-left: 48px;
}
.i-flash > ul li,
.i-flash > span li {
  line-height: 20px;
  margin: 5px 0;
  padding-bottom: 5px;
}
.i-flash > ul li:last-child,
.i-flash > span li:last-child {
  padding-bottom: 0;
}
.i-flash > ul li:only-child,
.i-flash > span li:only-child {
  margin: 0;
}
.i-flash .i-glyph-icon-30-close {
  margin-left: 15px;
}
.i-flash.i-flash-error {
  color: #cc0000;
}
.i-flash.i-flash-error:before {
  vertical-align: top;
  background-image: url(../../../assets/site/icon-warning-0f69a379d459c79da650d76be7ea2c6e.png);
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  position: absolute;
  margin-right: 20px;
  text-indent: -1000em;
  content: ".";
}
.i-flash.i-flash-info {
  color: #0eb4b6;
}
.i-flash.i-flash-info:before {
  vertical-align: top;
  background-image: url(../../../assets/site/icon-wink-71c981f66a46ddc80e3393a1379b8fdb.png);
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  position: absolute;
  margin-right: 20px;
  text-indent: -1000em;
  content: ".";
}
@media (min-width: 768px) {
  .i-flash > span {
    max-width: 80%;
  }
}
.i-info-message {
  background-color: #6a6a6a;
  color: #ffffff;
  padding: 5px 0;
}
.i-info-message .container > span {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}
.i-info-message .i-cta-3 {
  display: none;
}
.i-info-message .i-info-link {
  display: block;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.i-info-message .i-info-link > * {
  vertical-align: middle;
}
.i-info-message .i-info-link .i-icon {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .i-info-message {
    min-height: 46px;
    line-height: 46px;
  }
  .i-info-message .container > span {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }
  .i-info-message .i-info-link {
    display: inline-block;
    margin-top: 0;
    width: 30%;
    vertical-align: middle;
    text-align: right;
  }
}
@media (min-width: 1002px) {
  .i-info-message .container > span {
    width: auto;
    margin-right: 15px;
  }
  .i-info-message .i-info-link {
    display: none;
  }
  .i-info-message .i-cta-3 {
    display: inline-block;
  }
  .i-info-message .i-cta-3:hover {
    color: #6a6a6a;
  }
  .i-info-message .i-cta-3:active {
    color: #6a6a6a;
  }
}
/** Campaign status bar **/
.i-campaign-management-section,
.i-individual-management-section {
  background: #474747;
}
.i-campaign-management-section .i-campaign-warning,
.i-individual-management-section .i-campaign-warning,
.i-campaign-management-section .i-individual-warning,
.i-individual-management-section .i-individual-warning {
  color: #e9e9e9;
}
.i-campaign-management-section .i-campaign-warning a,
.i-individual-management-section .i-campaign-warning a,
.i-campaign-management-section .i-individual-warning a,
.i-individual-management-section .i-individual-warning a {
  color: #a8a8a8;
}
.i-campaign-management-section .i-campaign-warning a:hover,
.i-individual-management-section .i-campaign-warning a:hover,
.i-campaign-management-section .i-individual-warning a:hover,
.i-individual-management-section .i-individual-warning a:hover {
  color: #ffffff;
}
.i-campaign-management-section .i-annotation-pill.i-pill-happy,
.i-individual-management-section .i-annotation-pill.i-pill-happy {
  background-color: #6a6a6a;
  color: #f5f5f5;
}
.i-campaign-management-section .i-management-bar,
.i-individual-management-section .i-management-bar {
  border-top: none;
  padding: 0;
}
.i-campaign-management-section .i-management-bar .container,
.i-individual-management-section .i-management-bar .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .i-campaign-management-section .i-management-bar .container,
  .i-individual-management-section .i-management-bar .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.i-campaign-warning,
.i-individual-warning {
  margin: 8px 0;
}
.i-campaign-warning > span,
.i-individual-warning > span {
  margin-right: 5px;
}
.i-campaign-warning .i-text,
.i-individual-warning .i-text {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
  word-wrap: break-word;
}
.i-campaign-warning .i-message,
.i-individual-warning .i-message {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
}
.i-management-bar {
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
  background: #474747;
  padding: 25px 0 15px;
}
.i-management-bar .i-separator {
  border-color: #6a6a6a;
  max-width: 1002px;
  margin: 0 auto;
}
.i-management-bar .i-item {
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}
.i-management-bar .i-item a {
  color: #a8a8a8;
}
.i-management-bar .i-item a .i-text {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.i-management-bar .i-item a:hover {
  color: #fafafa;
  text-decoration: none;
}
.i-management-bar .i-item a:focus {
  text-decoration: none;
}
.i-management-bar .i-item a > * {
  vertical-align: middle;
}
.i-management-bar .i-item.i-selected {
  color: #fafafa;
}
.i-management-bar .i-item.i-selected .i-text {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 14px;
  line-height: 20px;
}
.i-management-bar .i-item.i-selected > * {
  vertical-align: middle;
}
.i-management-bar .i-item .i-icon {
  font-size: 30px;
  margin-right: 5px;
}
.i-management-bar .i-item .i-icon.i-glyph-icon-30-downcarrot {
  font-size: 100%;
  margin-right: 0;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .i-management-bar .i-item {
    display: inline-block;
    margin-bottom: 0;
  }
  .i-management-bar .i-item + .i-item {
    margin-left: 50px;
  }
  .i-management-bar .i-item .i-text {
    max-width: 100px;
    display: inline-block;
  }
}
@media (min-width: 1002px) {
  .i-management-bar .i-item .i-text {
    max-width: inherit;
  }
  .i-management-bar .i-item .i-linklist-dropdown {
    top: 42px;
    left: 15px;
    right: -15px;
  }
  .i-management-bar .i-item .i-linklist-dropdown a {
    padding-left: 15px;
    padding-right: 15px;
    color: #2a2a2a;
    font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    letter-spacing: 0;
  }
  .i-management-bar .i-item .i-linklist-dropdown a:hover {
    color: #eb1478;
  }
  .i-management-bar .i-item .i-linklist-dropdown:after {
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    background: #ffffff;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    right: 21px;
  }
}
@media (min-width: 768px) {
  .i-management-bar {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .i-management-bar.i-many-options .i-item + .i-item {
    margin-left: 10px;
  }
}
@media (min-width: 1002px) {
  .i-management-bar.i-many-options .i-item + .i-item {
    margin-left: 10px;
  }
}
.i-linklist-dropdown.i-capitalize a {
  text-transform: capitalize;
}
.i-footer {
  background: black;
  color: white;
  padding: 0 10px;
  padding-top: 30px;
}
.i-footer .i-top-lined {
  border-top: 1px solid #2a2a2a;
}
.i-footer .i-top-lined-mobile-only {
  border-top: 1px solid #2a2a2a;
}
@media (min-width: 768px) {
  .i-footer .i-top-lined-mobile-only {
    border-top: none;
  }
}
.i-footer section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.i-footer .i-footer-header {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #a8a8a8;
  margin-bottom: 10px;
}
.i-footer .i-footer-header.i-footer-language-header {
  margin-bottom: 0;
  margin-top: 9px;
}
.i-footer .i-footer-text-field {
  border: none;
  border-radius: 0;
  padding: 10px 10px;
  height: 40px;
  background-color: #ffffff;
  width: 100%;
  vertical-align: top;
}
.i-footer .i-footer-btn {
  margin-left: 5px;
  white-space: nowrap;
  vertical-align: top;
}
.i-footer .i-footer-social-links {
  line-height: 27px;
}
.i-footer .i-footer-social-links .i-youtube {
  display: inline-block;
}
.i-footer .i-footer-social-links .i-youtube img {
  display: block;
}
.i-footer .i-footer-note {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #a8a8a8;
  font-style: italic;
  margin-top: 10px;
}
.i-footer .i-footer-icon-button {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  background-position: center;
  display: inline-block;
}
.i-footer .i-footer-icon-button .i-icon {
  padding: 10px;
  font-size: 30px;
  color: #000000;
}
.i-footer .i-footer-icon-button + .i-footer-icon-button {
  margin-left: 5px;
}
.i-footer .i-footer-about-link {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  color: #ffffff;
}
.i-footer .i-footer-about-link:hover {
  text-decoration: underline;
}
.i-footer .i-footer-about-link + .i-footer-about-link {
  margin-top: 5px;
}
.i-footer .i-footer-legal-links {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #a8a8a8;
}
.i-footer .i-footer-legal-links a {
  color: #a8a8a8;
  display: inline-block;
}
.i-footer .i-footer-legal-links a + a {
  margin-left: 10px;
}
.i-footer-dropdown {
  background: #2a2a2a;
  color: #ffffff;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 10px;
  border-radius: 2px;
}
.i-footer-dropdown a {
  color: #ffffff;
}
.i-footer-dropdown a > * {
  vertical-align: middle;
}
.i-footer-dropdown a:hover,
.i-footer-dropdown a:focus {
  text-decoration: none;
}
.i-footer-dropdown a .i-icon {
  margin-left: 10px;
}
.i-footer-dropdown.open .i-glyph-icon-30-downcarrot {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.i-footer-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  bottom: 100%;
  top: auto;
}
.i-footer-dropdown .dropdown-menu > li > a {
  padding: 10px 5px;
  border-top: 1px solid #444444;
  background: #2a2a2a;
  color: #ffffff;
}
.i-footer-dropdown .dropdown-menu > li > a:hover {
  background: #444444;
}
.i-footer-dropdown .dropdown-menu > li > a:active {
  background: #101010;
}
/** Media changes **/
.i-footer-dropdown {
  float: right;
}
.i-footer-legal-links {
  text-align: center;
}
.i-footer-copyright {
  text-align: center;
}
@media (min-width: 768px) {
  .i-footer-dropdown {
    float: left;
  }
  .i-footer-legal-links {
    text-align: left;
  }
  .i-footer-copyright {
    text-align: right;
    margin-bottom: 10px;
  }
  .i-footer-trust-bbb {
    text-align: right;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .i-footer-trust-bbb .truste {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }
  .i-footer-trust-bbb a#bbblink {
    display: inline-block;
    vertical-align: middle;
  }
}
.i-dropdown-container {
  position: relative;
}
.i-dropdown-container.open .i-glyph-icon-30-downcarrot {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.i-dropdown-handle {
  position: relative;
}
.i-linklist-dropdown {
  margin: 0;
  padding: 0;
  text-align: left;
  border-radius: 0;
  border-color: #dddddd;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.i-linklist-dropdown a {
  padding: 11px 10px;
  display: block;
  background-color: #ffffff;
  color: #2a2a2a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  text-decoration: none;
}
.i-linklist-dropdown a:hover {
  color: #eb1478;
  text-decoration: none;
}
.i-linklist-dropdown a + a {
  border-top: 1px solid #dddddd;
}
.i-linklist-dropdown-dark {
  border: none;
}
.i-linklist-dropdown-dark a {
  background: #2a2a2a;
  color: #ffffff;
}
.i-linklist-dropdown-dark a:hover {
  background: #444444;
}
.i-linklist-dropdown-dark a.i-selected {
  color: #eb1478;
  text-decoration: underline;
}
.i-linklist-dropdown-dark a + a {
  border-top: 1px solid #444444;
}
@media (max-width: 767px) {
  .i-linklist-dropdown {
    left: 0px;
    right: 0px;
  }
}
label {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
.i-block-label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.i-form-section {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.i-radio-row {
  line-height: 24px;
}
.i-radio-row > * {
  vertical-align: middle;
}
.i-radio-row input[type="radio"] {
  margin-right: 5px;
}
.i-radio-row label + input[type="radio"] {
  margin-left: 15px;
}
.i-text-field {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 35px;
  padding: 5px 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.i-text-field:-moz-placeholder {
  color: #a8a8a8;
}
.i-text-field::-moz-placeholder {
  color: #a8a8a8;
}
.i-text-field:-ms-input-placeholder {
  color: #a8a8a8;
}
.i-text-field::-webkit-input-placeholder {
  color: #a8a8a8;
}
.i-text-field:focus {
  border: 1px solid #0eb4b6;
}
.i-text-field.i-error,
.i-text-field.error {
  border: 1px solid #cc0000;
}
.i-text-field.disabled {
  background-color: #f4f4f4;
}
textarea {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 5px 15px;
}
textarea:focus {
  border: 1px solid #0eb4b6;
}
.i-text-area {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  width: 100%;
  padding: 10px 15px;
}
.i-text-area.i-error {
  border: 1px solid #cc0000;
}
label.i-error {
  color: #cc0000;
  font-style: italic;
  display: block;
  margin-bottom: 10px;
  margin-right: .5em;
}
.i-simple-select {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  background: #ffffff;
  display: inline-block;
  position: relative;
}
.i-simple-select.i-simple-select-50px select {
  height: 50px;
}
.i-simple-select.i-simple-select-50px:after {
  top: 13px;
}
.i-simple-select:after {
  font-family: "igg-glyphs-30";
  content: "\e680";
  position: absolute;
  top: 8px;
  right: 10px;
  pointer-events: none;
}
.i-simple-select select {
  height: 40px;
  min-width: 100%;
  padding: 0 0 0 15px;
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}
.i-simple-select select:focus {
  border: 1px solid #0eb4b6;
}
.select2-container {
  display: block;
}
.select2-container .select2-choice {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 0;
  background-image: none;
  background-color: #ffffff;
  height: 35px;
}
.select2-container .select2-choice > .select2-chosen {
  min-height: 20px;
  padding: 8px 15px;
  margin-right: 0;
}
.select2-container .select2-choice .select2-arrow {
  width: 40px;
  font-size: 16px;
  padding-top: 9px;
  padding-left: 14px;
  border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  font-family: 'igg-glyphs-30';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}
.select2-container .select2-choice .select2-arrow:before {
  content: "\e680";
}
.select2-container .select2-choice .select2-arrow b {
  display: none;
}
.select2-container.i-select2-aqua .select2-choice {
  background-color: #0eb4b6;
  color: #ffffff;
}
.select2-container.i-select2-aqua .select2-choice .select2-arrow {
  background-color: #0eb4b6;
  color: #ffffff;
}
.select2-container.i-select2-50px .select2-choice {
  height: 50px;
  padding: 5px 0px;
}
.select2-container.i-select2-50px .select2-choice > .select2-chosen {
  padding-top: 10px;
}
.select2-container.i-select2-50px .select2-choice .select2-arrow {
  padding-top: 16px;
}
.select2-drop {
  border-radius: 0;
}
.select2-drop-active {
  border: none;
}
.select2-drop.select2-drop-above {
  border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border: none;
}
.select2-search input {
  background: #ffffff url(../../../assets/select2/select2-dd52d2a9fb1c9fa4a36a773d90c1a549.png) no-repeat 100% -22px;
}
.select2-results .select2-highlighted {
  background-color: #0eb4b6;
  color: #ffffff;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #0eb4b6;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-dropdown-open.select2-drop-above .select2-choice {
  border: none;
  background: #ffffff;
  border-radius: 0;
}
.select2-container-multi .select2-choices {
  background: none;
  border: 1px solid #dddddd;
}
.select2-container-multi .select2-choices .select2-search-field input {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 7px 15px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 7px;
}
.select2-container.i-error,
.select2-container.error {
  border: 1px solid #cc0000;
}
.i-select {
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
.i-select .i-glyph-icon-30-downcarrot {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
}
.dropdown-menu {
  border-radius: 0;
  -moz-border-radius: 0;
  margin: 0;
  padding: 0;
}
.i-value-option {
  line-height: 30px;
}
.i-value-option label {
  margin-left: 10px;
}
.i-inline-form-row {
  line-height: 30px;
}
.i-inline-form-row .i-text-field {
  display: inline-block;
  width: 300px;
  margin-right: 5px;
}
.i-inline-form-row .i-cta-1 {
  padding-top: 9px;
  padding-bottom: 10px;
}
.i-field-row {
  margin-bottom: 10px;
}
.i-field-row .i-field-cell {
  display: inline-block;
  max-width: 200px;
  margin-right: 10px;
  vertical-align: top;
}
.i-part-width input,
.i-part-width .select2-container {
  max-width: 400px;
}
.i-state-width input,
.i-province-width input,
.i-zip-width input,
.i-state-width .select2-container,
.i-province-width .select2-container,
.i-zip-width .select2-container {
  min-width: 150px;
}
.i-checkbox-row input {
  margin-left: 5px;
}
/** Counter errors **/
.i-counter-error {
  color: #cc0000;
}
/** Stylized file inputs **/
.SI-FILES-STYLIZED label.cabinet {
  width: 186px;
  height: 40px;
  display: inline-block;
  overflow: visible;
  cursor: pointer;
}
.SI-FILES-STYLIZED label.cabinet .button-text {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.SI-FILES-STYLIZED label.cabinet input.file {
  display: inline-block;
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.hidden-file-field {
  position: absolute;
  visibility: visible;
  left: -1000px !important;
  opacity: 0;
}
.button-spin-container,
.file-spin-container {
  display: inline-block;
  position: relative;
}
.spinner-container {
  width: 40px;
  height: 40px;
  top: 0px;
  display: none;
  position: absolute;
}
.i-fine-print {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
}
.i-fine-print a {
  color: #0eb4b6;
}
.i-progress-bar {
  background-color: #f5f5f5;
}
.i-progress-bar .i-complete {
  background-color: #eb1478;
  height: 15px;
}
.i-carousel {
  overflow: hidden;
  position: relative;
}
.i-carousel ul {
  margin: 0;
  padding: 0;
  width: 1000em;
  overflow: hidden;
}
.i-carousel ul li {
  float: left;
  list-style: none;
  display: block;
}
.i-carousel .i-carousel-arrow {
  position: absolute;
  top: 50%;
  margin-top: -45px;
}
.i-musty-background {
  background-color: #f5f5f5;
  position: relative;
}
.i-padded-top-20 {
  padding: 20px 0;
}
.i-padded-bottom-20 {
  padding-bottom: 20px;
}
.i-padded-block-20 {
  padding: 20px;
}
.i-padding-bottom-50 {
  padding-bottom: 50px;
}
.i-margin-bottom-20 {
  margin-bottom: 20px;
}
.i-positioned {
  position: relative;
}
.i-leftalign {
  text-align: left;
}
.i-rightalign {
  text-align: right;
}
.i-centeralign {
  text-align: center;
}
.i-spacer-50 {
  height: 50px;
}
.i-button-row {
  text-align: right;
  margin-top: 20px;
}
.i-button-row label {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-right: 40px;
  color: #6a6a6a;
}
.i-button-row input[type=checkbox] {
  margin-right: 5px;
}
.i-button-row .i-counter {
  margin-top: 10px;
  float: left;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  font-style: italic;
  color: #6a6a6a;
}
.i-button-row .i-counter .error {
  color: #cc0000;
}
.i-float-tab-links {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.i-float-tab-links:before,
.i-float-tab-links:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-float-tab-links:after {
  clear: both;
}
.i-float-tab-links:before,
.i-float-tab-links:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-float-tab-links:after {
  clear: both;
}
.i-float-tab-links .i-tab {
  float: left;
  color: #2a2a2a;
}
.i-float-tab-links .i-tab:hover {
  color: #eb1478;
  text-decoration: none;
}
.i-float-tab-links .i-tab > span {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 9px;
  padding: 0 20px;
  margin-bottom: 9px;
  text-align: center;
  display: block;
  border-right: 1px solid #dddddd;
}
.i-float-tab-links .i-tab > span a {
  color: #2a2a2a;
}
.i-float-tab-links .i-tab > span .i-count {
  color: #6a6a6a;
  margin-left: 5px;
}
.i-float-tab-links .i-tab:last-child span {
  border-right: none;
}
.i-float-tab-links .i-tab.i-selected {
  position: relative;
  color: #eb1478;
}
.i-float-tab-links .i-tab.i-selected:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 4px;
  background-color: #eb1478;
}
.i-float-tab-links .i-tab.i-selected a {
  color: #eb1478;
}
.i-float-tab-links .i-tab .i-disabled-tab a,
.i-float-tab-links .i-tab .i-disabled-tab span {
  color: #a8a8a8;
}
.i-float-tab-links .i-tab .i-disabled-tab .i-count {
  color: #dddddd;
}
.i-lined-header {
  margin-top: 40px;
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #2a2a2a;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.i-annotation-pill {
  color: #ffffff;
  background-color: #6a6a6a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  line-height: 12px;
  text-transform: uppercase;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 20px;
}
.i-annotation-pill.i-pill-pending {
  background-color: #a8a8a8;
}
.i-annotation-pill.i-pill-happy {
  background-color: #0eb4b6;
}
.i-annotation-pill.i-pill-error {
  background-color: #cc0000;
}
.i-annotation-pill.i-pill-ended {
  background-color: #2a2a2a;
  color: #f5f5f5;
}
.i-annotation-pill.i-pill-gogogo {
  background-color: #eb1478;
}
.i-soldout-mask {
  z-index: 80;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  margin: 0;
  padding: 0;
  background-color: rgba(245, 245, 245, 0.7);
  color: #2a2a2a;
}
.i-soldout-mask .i-text {
  color: #2a2a2a;
  font-family: "Benton Sans Black", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  margin-top: -12px;
}
.i-passive-text {
  color: #a8a8a8;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.i-clip {
  border: 1px solid #dddddd;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  padding: 9px 10px 9px 65px;
  position: relative;
  color: #6a6a6a;
  margin: 20px 0;
}
.i-clip .i-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.currency em {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  font-style: normal;
  color: #6a6a6a;
  margin-left: 0.3em;
}
.currency.currency-xlarge em {
  font-size: 36%;
  margin-left: 5px;
}
.currency.currency-large em {
  font-size: 50%;
  margin-left: 5px;
}
.currency.currency-medium em {
  font-size: 80%;
  margin-left: 3px;
}
.currency.currency-input .currency-symbol {
  margin-top: 2px;
  margin-right: 5px;
  font-size: 20px;
  float: left;
}
.currency.currency-input em {
  margin-top: 5px;
  margin-left: 3px;
  font-size: 14px;
  display: inline-block;
}
.tooltip .currency em {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.i-overflow-hidden {
  overflow: hidden;
}
.i-aqua-link {
  color: #0eb4b6;
}
.i-aqua-link:hover {
  color: #0eb4b6;
  text-decoration: underline;
}
/** Handle old-style errors */
#error_explanation,
#errorExplanation {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 10px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: 16px;
  color: #cc0000;
}
#error_explanation:before,
#errorExplanation:before {
  vertical-align: top;
  background-image: url(../../../assets/site/icon-warning-0f69a379d459c79da650d76be7ea2c6e.png);
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  position: absolute;
  margin-right: 20px;
  text-indent: -1000em;
  content: ".";
}
#error_explanation h2,
#errorExplanation h2,
#error_explanation p,
#errorExplanation p {
  display: none;
}
#error_explanation ul,
#errorExplanation ul {
  margin: 0;
  padding: 0 0 0 48px;
  list-style: none;
  display: inline-block;
}
#error_explanation ul li,
#errorExplanation ul li {
  margin: 0;
  padding: 0;
}
.i-social-badges {
  line-height: 25px;
}
.i-social-badges * {
  vertical-align: middle;
}
.i-social-badges .i-icon {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  -moz-border-radius: 13px;
  background-color: #6a6a6a;
  color: #ffffff;
  font-size: 20px;
  padding: 3px;
}
.i-social-badges .i-text {
  color: #6a6a6a;
  text-transform: uppercase;
  margin-right: 20px;
}
/** Restyling external links with some old markup **/
.i-external-links {
  line-height: 60px;
}
.i-external-links a {
  vertical-align: middle;
  margin-right: 30px;
  display: inline-block;
  padding-left: 55px;
  height: 50px;
  padding-top: 15px;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  color: #6a6a6a;
  background: url(../../../assets/site/IGG_Campaign_asset_website-f3dfc34915c7d9f666bf931f6d0d1220.png) no-repeat left top;
}
.i-external-links a.facebook {
  background-image: url(../../../assets/site/IGG_Campaign_asset_facebook-8ed62096b0e78bd4560a23d1174bcc85.png);
}
.i-external-links a.twitter {
  background-image: url(../../../assets/site/IGG_Campaign_asset_twitter-0bb1dff6df2f4d555ed2ed5c96a338b6.png);
}
/** Modals **/
.i-modal {
  color: #6a6a6a;
}
.i-modal input[type="checkbox"] {
  margin-right: 5px;
}
.i-modal .modal-dialog.i-modal-wider {
  width: 800px;
}
.i-modal .modal-content {
  background-color: #f5f5f5;
  border-radius: 0;
  -moz-border-radius: 0;
  padding: 50px 20px 20px;
}
.i-modal .modal-content.auth-modal {
  max-width: 300px;
  margin: auto;
  text-align: right;
  padding: 50px 10px;
}
.i-modal .modal-content.auth-modal .i-cta-1-facebook {
  margin-bottom: 12px;
  width: 280px;
  padding: 12px;
}
.i-modal .modal-content.auth-modal .center-text {
  text-align: center;
}
.i-modal .modal-content.auth-modal .divider {
  text-align: center;
  position: relative;
}
.i-modal .modal-content.auth-modal .divider .divider-line {
  display: inline-block;
}
.i-modal .modal-content.auth-modal .divider .divider-line:before,
.i-modal .modal-content.auth-modal .divider .divider-line:after {
  border-top: 1px solid #dddddd;
  display: block;
  height: 1px;
  content: " ";
  width: 20%;
  position: absolute;
  left: 0;
  top: 10px;
}
.i-modal .modal-content.auth-modal .divider .divider-line:after {
  right: 0;
  left: auto;
}
.i-modal .modal-content.auth-modal .i-checkbox-with-label,
.i-modal .modal-content.auth-modal .auth-fields {
  margin-bottom: 0;
}
.i-modal .modal-content.auth-modal .i-field-row {
  text-align: left;
}
.i-modal .modal-content.auth-modal p.i-error {
  color: #cc0000;
  margin-bottom: 20px;
  text-align: left;
}
.i-modal .modal-content.auth-modal p.i-error:before {
  height: 16px;
  width: 16px;
  background-color: #cc0000;
  content: '!';
  display: inline-block;
  color: white;
  text-align: center;
  border-radius: 8px;
  line-height: 16px;
  margin-right: 5px;
}
.i-modal .modal-content.auth-modal .i-forgot {
  text-align: right;
  padding-right: 0;
}
.i-modal .modal-content.auth-modal .topborder {
  border-top: solid 1px #dddddd;
  padding-top: 20px;
}
.i-modal .modal-content.auth-modal .topborder .toggler {
  color: #0eb4b6;
}
.i-modal textarea {
  width: 100%;
  border: 1px solid #dddddd;
  background: #ffffff;
}
.i-modal .i-glyph-icon-30-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.i-modal .i-glyph-icon-30-close:hover {
  text-decoration: none;
}
.i-modal .i-button-row .i-cta-1 + .i-cta-1 {
  margin-left: 20px;
}
.i-modal .fb-auth {
  margin: 30px 0px;
}
.i-modal .fb-auth p {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.i-modal .auth-fields {
  margin: 20px 0px;
}
.i-modal .auth-fields .i-text-field {
  margin: 10px 0px;
}
.i-modal .auth-fields .i-cta-1 {
  margin: 20px 0px;
}
.i-modal .auth-fields .i-field-row .col-sm-6 {
  padding: 0px;
}
.i-modal .sign-up-with-email {
  color: #a8a8a8;
}
.i-table {
  width: 100%;
}
.i-table a {
  color: #eb1478;
}
.i-table th {
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  padding: 15px 10px;
}
.i-table td {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
.i-table td.i-headerlike {
  padding: 15px 10px;
  border-top: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8;
  font-weight: bold;
}
.i-table .currency em {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.i-goal-input:before,
.i-goal-input:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-goal-input:after {
  clear: both;
}
.i-goal-input:before,
.i-goal-input:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-goal-input:after {
  clear: both;
}
.i-goal-input .i-currency-label {
  color: #a8a8a8;
  position: absolute;
  margin-left: 8px;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .i-goal-input .i-currency-label {
    margin-top: 12px;
  }
}
.i-goal-input .i-text-field {
  padding-left: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .i-goal-input .i-text-field {
    width: 370px;
    float: left;
  }
}
@media (min-width: 1002px) {
  .i-goal-input .i-text-field {
    width: 265px;
    float: left;
  }
}
.i-goal-input ul.i-currency-select {
  float: left;
  margin-left: 5px;
  border-left: 1px solid #dddddd;
}
.i-goal-input ul.i-currency-select li {
  cursor: pointer;
  float: left;
  display: block;
  text-align: center;
  width: 70px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #dddddd;
  border-left: none;
  background-color: #ffffff;
  color: #6a6a6a;
}
.i-goal-input ul.i-currency-select li.i-selected {
  background-color: #0eb4b6;
  color: #ffffff;
}
.i-goal-input ul.i-currency-select li.i-selected:hover {
  background-color: #0eb4b6;
  color: #ffffff;
}
.i-goal-input ul.i-currency-select li.i-disabled {
  background-color: #dddddd;
  color: #a8a8a8;
  border-right: 1px solid #ffffff;
}
.i-goal-input ul.i-currency-select li.i-disabled:hover {
  background-color: #dddddd;
  color: #a8a8a8;
}
.i-goal-input ul.i-currency-select li span {
  vertical-align: middle;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
}
.i-goal-input ul.i-currency-select li:hover {
  background-color: #fafafa;
  color: #0eb4b6;
}
.i-checklist-modal {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
}
.i-checklist-modal .modal-dialog {
  width: 978px;
}
.i-checklist-modal h2 {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 1px;
}
.i-checklist-modal .sub-title {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  color: #2a2a2a;
}
.i-checklist-modal .checklist-row {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.i-checklist-modal .checklist-row:before,
.i-checklist-modal .checklist-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-checklist-modal .checklist-row:after {
  clear: both;
}
.i-checklist-modal .checklist-row:before,
.i-checklist-modal .checklist-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-checklist-modal .checklist-row:after {
  clear: both;
}
.i-checklist-modal .checklist-row .first {
  float: left;
  width: 30%;
}
.i-checklist-modal .checklist-row .middle {
  float: left;
  width: 60%;
}
.i-checklist-modal .checklist-row .last {
  float: left;
  width: 10%;
}
.i-checklist-modal .i-checklist-description {
  margin-right: 50px;
}
.i-checklist-modal .i-checklist-description p {
  margin-top: 15px;
}
.i-checklist-modal .i-checklist-description a {
  color: #0eb4b6;
}
.i-checklist-modal .i-warning {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}
.i-checklist-modal .i-warning ul {
  padding-left: 20px;
}
.i-checklist-modal .i-warning li {
  margin-top: 10px;
}
.i-checklist-modal .i-warning ul,
.i-checklist-modal .i-warning li {
  list-style: disc outside none;
}
.i-checklist-modal .i-warning ul {
  margin-left: 10px;
}
.i-checklist-modal .i-checkbox-row {
  position: relative;
}
.i-checklist-modal .i-checkbox-row label {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
  margin-left: 5px;
}
.i-checklist-modal .i-checkbox-row a {
  color: #0eb4b6;
}
.i-checklist-modal .i-checkbox-row span.i-error {
  position: absolute;
  left: 27px;
  top: 25px;
  color: #cc0000;
  font-weight: bold;
}
.i-card-row-header {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  font-weight: normal;
  color: #6a6a6a;
  margin-bottom: 10px;
}
.i-pagination-links {
  text-align: right;
  padding: 5px 0;
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}
.i-pagination-links em {
  color: #eb1478;
}
.i-pagination-links > * {
  margin-left: 5px;
}
.i-pagination-links span {
  color: #a8a8a8;
}
.i-pagination-links a {
  color: #2a2a2a;
}
@media (min-width: 768px) {
  .i-project-cards {
    margin-top: 15px;
    margin-right: -25px;
  }
  .i-project-cards:before,
  .i-project-cards:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .i-project-cards:after {
    clear: both;
  }
  .i-project-cards:before,
  .i-project-cards:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .i-project-cards:after {
    clear: both;
  }
}
@media (min-width: 1002px) {
  .i-project-cards {
    margin-right: -30px;
  }
}
.i-project-cards .project-card-with-friend-list {
  background-color: #ffffff;
  border-bottom: 10px solid #000000;
}
@media (min-width: 768px) {
  .i-project-cards .project-card-with-friend-list {
    border-bottom: none;
    margin-right: 30px;
    float: left;
    background-color: #f5f5f5;
    margin-bottom: 20px;
  }
}
@media (min-width: 1002px) {
  .i-project-cards .project-card-with-friend-list {
    margin-right: 30px;
  }
}
.project-card-friend-list {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  width: 222px;
}
.project-card-friend-list img {
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  margin: 10px 0 10px 10px;
}
.project-card-friend-list a {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  padding-left: 5px;
  color: #0eb4b6;
}
@media (min-width: 768px) {
  .project-card-friend-list {
    margin-top: 6px;
    padding-bottom: 0;
  }
  .project-card-friend-list img {
    margin: 0;
  }
}
.i-campaign-page,
.i-campaign-edit {
  margin-top: 30px;
}
.i-campaign-page h1,
.i-campaign-edit h1 {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 40px;
  letter-spacing: 1px;
  line-height: 48px;
}
.i-campaign-page-title {
  text-align: center;
}
.i-campaign-page-title h1 {
  font-family: "Antenna Cond Black", "Helvetica", "sans-serif";
  font-size: 50px;
  line-height: 58px;
  letter-spacing: 1px;
}
.i-perks .i-perk {
  background-color: #ffffff;
  position: relative;
  padding: 15px 10px 20px;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
}
.i-perks .i-perk .i-top-perk {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  color: #eb1478;
}
.i-perks .i-perk .i-perk-amount {
  display: inline;
  font-family: "Benton Sans Black", "Helvetica", "sans-serif";
  font-size: 24px;
  line-height: 34px;
  color: #2a2a2a;
}
.i-perks .i-perk .i-your-contribution {
  display: inline;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #6a6a6a;
}
.i-perks .i-perk .i-match-total {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #6a6a6a;
}
.i-perks .i-perk .i-match-total .currency {
  font-family: "Benton Sans Black", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  color: #2a2a2a;
}
.i-perks .i-perk .i-perk-title {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 20px;
}
.i-perks .i-perk .i-perk-description {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #6a6a6a;
  margin-bottom: 20px;
  white-space: pre-line;
  word-wrap: break-word;
}
.i-perks .i-perk .i-claim-item {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #6a6a6a;
  padding: 10px 0 0;
  margin: 0;
}
.i-perks .i-perk .i-claim-item.i-delivery-date {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.i-perks .i-perk .i-claim-item .i-value {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #2a2a2a;
}
.i-perks a:hover {
  text-decoration: none;
}
.i-perks a:hover .i-perk {
  border: 1px solid #a8a8a8;
}
.i-perks a:hover .i-perk-amount {
  color: #eb1478;
}
.i-rounded-cubepeep {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  -moz-border-radius: 25px;
}
.i-fa-centered {
  position: absolute;
  top: 50%;
  left: 50%;
}
.i-fa-centered.fa-4x {
  margin-top: -25px;
  margin-left: -25px;
}
.i-fa-gogenta {
  color: #eb1478;
}
.i-hide-offscreen {
  position: absolute;
  left: -9000em;
}
.i-no-searchResults {
  display: table;
  width: 100%;
  height: 350px;
  border-bottom: 1px solid #dddddd;
}
.i-no-searchResults-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.i-no-searchResults-content .i-icon {
  font-size: 80px;
  color: #a8a8a8;
  display: block;
  margin-bottom: 20px;
}
.i-no-searchResults-content div {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0;
}
.i-ringfence-promo {
  text-align: center;
}
@media (min-width: 768px) {
  .i-ringfence-promo {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .i-ringfence-logo {
    display: block;
    float: left;
    width: 110px;
    height: 60px;
    padding-right: 25px;
    border-right: 1px solid #dddddd;
    margin-right: 25px;
    background-image: url(../../../assets/personal/logos/life-logo-black-60-b231e9f63307ff09284c7b2b558d829e.png);
    background-size: 85px 60px;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
@media (min-width: 768px) and only screen and (-webkit-min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min--moz-device-pixel-ratio: 2), (min-width: 768px) and only screen and (-o-min-device-pixel-ratio: 2/1), (min-width: 768px) and only screen and (min-device-pixel-ratio: 2), (min-width: 768px) and only screen and (min-resolution: 192dpi), (min-width: 768px) and only screen and (min-resolution: 2dppx) {
  .i-ringfence-logo {
    background-image: url(../../../assets/personal/logos/life-logo-black-60-2x-3b48e90c437c5fddd9cfb1928b075742.jpg);
    background-size: 85px 60px;
  }
}
@media (min-width: 768px) {
  .i-ringfence-text {
    margin-left: 136px;
  }
}
.i-ringfence-promoText {
  color: #2a2a2a;
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 22px;
}
@media (min-width: 768px) {
  .i-ringfence-promoText {
    display: block;
    font-family: "Benton Sans", "Helvetica", "sans-serif";
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
}
@media (min-width: 1002px) {
  .i-ringfence-promoText {
    letter-spacing: 0.2px;
    font-family: "Antenna Cond", "Helvetica", "sans-serif";
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
  }
}
.i-ringfence-cta {
  font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: 0;
}
@media (min-width: 1002px) {
  .i-ringfence-cta {
    font-family: "Benton Sans Medium", "Helvetica", "sans-serif";
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
.i-project-card .i-project {
  display: block;
  padding: 10px 10px 0px;
  background-color: #ffffff;
}
.i-project-card .i-project:hover,
.i-project-card .i-project:active {
  text-decoration: none;
}
.i-project-card .i-project:hover .i-title,
.i-project-card .i-project:active .i-title {
  text-decoration: underline;
}
.i-project-card .i-category-header {
  display: block;
  background-color: #f5f5f5;
  color: #6a6a6a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0 10px;
}
.i-project-card .i-category-header:hover {
  text-decoration: none;
}
.i-project-card .i-category-header:hover > span {
  text-decoration: underline;
}
.i-project-card .i-category-header:hover > .i-category-icon {
  text-decoration: none;
}
.i-project-card .i-category-header > * {
  vertical-align: middle;
}
.i-project-card .i-category-header .i-category-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
  margin-right: 2px;
}
.i-project-card .i-img,
.i-project-card img {
  width: 100px;
  height: 100px;
  background: #a8a8a8;
  float: left;
}
.i-project-card .i-content {
  margin-top: -2px;
  margin-left: 110px;
  height: 100px;
}
.i-project-card .i-content .i-title {
  color: #2a2a2a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.i-project-card .i-content .i-tagline {
  color: #6a6a6a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.i-project-card .currency {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  color: #2a2a2a;
}
.i-project-card .i-partner-name {
  display: none;
}
.i-project-card .i-stats {
  clear: both;
  padding-top: 20px;
}
.i-project-card .i-progress-bar {
  margin-top: 0;
  margin-bottom: 5px;
}
.i-project-card .i-bottom-row:before,
.i-project-card .i-bottom-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-project-card .i-bottom-row:after {
  clear: both;
}
.i-project-card .i-bottom-row:before,
.i-project-card .i-bottom-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.i-project-card .i-bottom-row:after {
  clear: both;
}
.i-project-card .i-bottom-row .i-percent {
  float: left;
  width: 19%;
}
.i-project-card .i-bottom-row .i-time-left {
  float: right;
  width: 80%;
}
.i-project-card .i-card-contribute-cta {
  color: #6a6a6a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
.i-project-card .i-percent {
  color: #2a2a2a;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.i-project-card .i-time-left {
  color: #6a6a6a;
  text-align: right;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
@media (min-width: 768px) {
  .i-project-card {
    position: relative;
    width: 222px;
  }
  .i-project-card .i-category-header {
    background: none;
    padding: 0;
  }
  .i-project-card .i-category-header .i-icon {
    display: none;
  }
  .i-project-card .i-project {
    border: 1px solid #dddddd;
    height: 445px;
    padding: 0;
    background-color: #ffffff;
  }
  .i-project-card .i-project:hover,
  .i-project-card .i-project:active {
    border: 1px solid #c4c4c4;
  }
  .i-project-card .i-img,
  .i-project-card img {
    width: 220px;
    height: 220px;
    float: none;
  }
  .i-project-card .i-content {
    margin-left: 0;
    padding: 10px;
    padding-bottom: 85px;
    height: 225px;
  }
  .i-project-card .i-partner-name {
    display: block;
    margin-top: 15px;
    color: #6a6a6a;
  }
  .i-project-card .i-stats {
    position: absolute;
    padding-top: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
@media (min-width: 1002px) {
  .i-project-card .i-project:hover img {
    opacity: 1;
  }
  .i-project-card img {
    opacity: .9;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-backface-visibility: hidden;
  }
}
.i-project-card.i-embedded {
  position: relative;
  width: 222px;
}
.i-project-card.i-embedded .i-category-header {
  background: none;
  padding: 0;
}
.i-project-card.i-embedded .i-category-header .i-icon {
  display: none;
}
.i-project-card.i-embedded .i-project {
  border: 1px solid #dddddd;
  height: 445px;
  padding: 0;
  background-color: #ffffff;
}
.i-project-card.i-embedded .i-project:hover,
.i-project-card.i-embedded .i-project:active {
  border: 1px solid #c4c4c4;
}
.i-project-card.i-embedded .i-img,
.i-project-card.i-embedded img {
  width: 220px;
  height: 220px;
  float: none;
}
.i-project-card.i-embedded .i-content {
  margin-left: 0;
  padding: 10px;
  padding-bottom: 85px;
  height: 225px;
}
.i-project-card.i-embedded .i-partner-name {
  display: block;
  margin-top: 15px;
  color: #6a6a6a;
}
.i-project-card.i-embedded .i-stats {
  position: absolute;
  padding-top: 0;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
.i-project-card.i-embedded .i-project:hover img {
  opacity: 1;
}
.i-project-card.i-embedded img {
  opacity: .9;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-backface-visibility: hidden;
}
.pc-card {
  display: block;
  padding: 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  min-height: 120px;
}
.pc-card img {
  width: 100px;
  height: 100px;
  background: #a8a8a8;
  float: left;
  margin-right: 10px;
}
.pc-card:hover,
.pc-card:active {
  text-decoration: none;
}
.pc-card:hover .pc-card-title,
.pc-card:active .pc-card-title {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .pc-card {
    width: 222px;
    border: 1px solid #dddddd;
    padding: 0;
  }
  .pc-card img {
    width: 220px;
    height: 200px;
    float: none;
  }
  .pc-card:hover,
  .pc-card:active {
    border: 1px solid #c4c4c4;
  }
}
@media (min-width: 1002px) {
  .pc-card:hover img {
    opacity: 1;
  }
  .pc-card img {
    opacity: .9;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-backface-visibility: hidden;
  }
}
.pc-card-content {
  display: block;
  background-color: #ffffff;
  padding-left: 110px;
}
@media (min-width: 768px) {
  .pc-card-content {
    padding: 5px 10px 8px 10px;
  }
}
.pc-card-title {
  display: block;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  line-height: 18px;
  color: #2a2a2a;
  padding-bottom: 5px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .pc-card-title {
    margin-bottom: 15px;
    height: 36px;
  }
}
.pc-card-tagline {
  display: block;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #6a6a6a;
  height: 80px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.pc-card-tagline-server {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-card-progressBar {
  margin-top: 20px;
  display: block;
  background-color: #f5f5f5;
}
.pc-card-progressBar-filled {
  display: block;
  background-color: #0eb4b6;
  height: 10px;
}
.pc-card-btm {
  margin-top: 5px;
  display: block;
  position: relative;
}
.pc-card-btm-balance {
  display: block;
}
.pc-card-btm-balance .currency {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  color: #2a2a2a;
}
.pc-card-btm-balance .currency em {
  font-size: 12px;
}
.pc-card-btm-timeLeft {
  display: block;
  position: absolute;
  bottom: 4px;
  right: 0;
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #6a6a6a;
}
.pc-card-category {
  font-family: "Benton Sans", "Helvetica", "sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0;
  background-color: #ffffff;
  padding: 10px;
  color: #6a6a6a;
  text-transform: uppercase;
  display: block;
}
.pc-card-category:hover {
  text-decoration: none;
  color: #6a6a6a;
}
.pc-card-category:hover span:last-child {
  text-decoration: underline;
}
.pc-card-category > * {
  vertical-align: middle;
}
.pc-card-category .i-icon {
  font-size: 22px;
}
@media (min-width: 768px) {
  .pc-card-category {
    font-family: "Benton Sans", "Helvetica", "sans-serif";
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    background: none;
    padding: 0 0 5px;
  }
  .pc-card-category .i-icon {
    display: none;
  }
}
.pc-card-row:before,
.pc-card-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pc-card-row:after {
  clear: both;
}
.pc-card-row:before,
.pc-card-row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pc-card-row:after {
  clear: both;
}
@media (min-width: 768px) {
  .pc-card-row {
    margin-right: -40px;
  }
  .pc-card-row .pc-card-area {
    float: left;
    margin-right: 30px;
  }
  .pc-card-row .pc-card-area:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1002px) {
  .pc-card-row .pc-card-area:nth-child(4) {
    display: block;
  }
}
.pc-card-condensed .pc-card-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .pc-card-expanded .pc-card-content {
    padding-left: 0;
  }
  .pc-card-expanded .pc-card-title {
    padding-left: 110px;
  }
  .pc-card-expanded .pc-card-tagline {
    padding-left: 110px;
  }
  .pc-card-expanded .pc-card-tagline-server {
    padding-left: 0;
  }
}
.pc-card-expanded .pc-card-progressBar {
  clear: both;
}