@charset "UTF-8";
.close, .btn-search .search-icon,
.btn-search .close-icon, a {
  transition: color 400ms;
}

.grid-cell.featured-social .overlay, .grid-cell .inner-wrap.overlay, .navbar-toggle .icon-bar {
  transition: background-color 400ms;
}

.wp-caption-dd {
  font-family: "Fira Sans", sans-serif;
  font-size: 1em;
  color: #424242;
}

.contact-form label, .timeline-mark .date, .floor-feed .feed-item header, .page-header .header-content .subheading, .post-single-header .subheading, .subpage-header .subheading, .vote-summary .status, .vote-summary .date, .vote-summary .title, .vote-summary .bill,
.vote-summary .heading, .grid-cell.social .copy, .grid-cell .date, .grid-cell .subheading, .search-input, .btn, .contact-form .gform_button, h1, h2, h3, h4, h5, h6, p, li, address, blockquote, dt, dd, figcaption, th, td {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]: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;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .contact-form .gform_button > .caret,
.dropup > .btn > .caret,
.contact-form .dropup > .gform_button > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Fira Sans", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #424242;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #edb41d;
  text-decoration: none;
}
a:hover, a:focus {
  color: #c79510;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

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.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 33px;
  margin-bottom: 33px;
  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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #002069;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 33px;
  margin-bottom: 16.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 2.1818181818em;
}

h2, .h2 {
  font-size: 1.6363636364em;
}

h3, .h3 {
  font-size: 1.3636363636em;
}

h4, .h4 {
  font-size: 1.0909090909em;
}

h5, .h5 {
  font-size: 0.8181818182em;
}

h6, .h6 {
  font-size: 0.7272727273em;
}

p {
  margin: 0 0 16.5px;
}

.lead {
  margin-bottom: 33px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 33px;
  }
}

small,
.small {
  font-size: 86%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 15.5px;
  margin: 66px 0 33px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 16.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 33px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 16.5px 33px;
  margin: 0 0 33px;
  font-size: 27.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\A0\2014";
}

address {
  margin-bottom: 33px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 16px;
  margin: 0 0 16.5px;
  font-size: 21px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 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: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 33px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 24.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.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 > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 33px;
  font-size: 33px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 22px;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 47px;
  padding: 6px 12px;
  font-size: 22px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 47px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn,
.contact-form .input-group-sm > .input-group-btn > input[type=date].gform_button, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.contact-form .input-group-sm > .input-group-btn > input[type=time].gform_button,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.contact-form .input-group-sm > .input-group-btn > input[type=datetime-local].gform_button,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.contact-form .input-group-sm > .input-group-btn > input[type=month].gform_button,
.input-group-sm input[type=month] {
    line-height: 40px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn,
.contact-form .input-group-lg > .input-group-btn > input[type=date].gform_button, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.contact-form .input-group-lg > .input-group-btn > input[type=time].gform_button,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.contact-form .input-group-lg > .input-group-btn > input[type=datetime-local].gform_button,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.contact-form .input-group-lg > .input-group-btn > input[type=month].gform_button,
.input-group-lg input[type=month] {
    line-height: 60px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 33px;
  padding-left: 20px;
  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] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \	;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 55px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.contact-form .input-group-lg > .input-group-btn > .form-control-static.gform_button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.contact-form .input-group-sm > .input-group-btn > .form-control-static.gform_button {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.contact-form .input-group-sm > .input-group-btn > .gform_button {
  height: 40px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.contact-form .input-group-sm > .input-group-btn > select.gform_button {
  height: 40px;
  line-height: 40px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.contact-form .input-group-sm > .input-group-btn > textarea.gform_button,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.contact-form .input-group-sm > .input-group-btn > select[multiple].gform_button {
  height: auto;
}

.form-group-sm .form-control {
  height: 40px;
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 40px;
  line-height: 40px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 40px;
  min-height: 52px;
  padding: 6px 10px;
  font-size: 19px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.contact-form .input-group-lg > .input-group-btn > .gform_button {
  height: 60px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.contact-form .input-group-lg > .input-group-btn > select.gform_button {
  height: 60px;
  line-height: 60px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.contact-form .input-group-lg > .input-group-btn > textarea.gform_button,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.contact-form .input-group-lg > .input-group-btn > select[multiple].gform_button {
  height: auto;
}

.form-group-lg .form-control {
  height: 60px;
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 60px;
  line-height: 60px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 60px;
  min-height: 61px;
  padding: 11px 16px;
  font-size: 28px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 58.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.contact-form .input-group-lg > .input-group-btn > .gform_button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.contact-form .input-group-sm > .input-group-btn > .gform_button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 38px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #828282;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.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 .radio,
.form-horizontal .checkbox {
  min-height: 40px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 19px;
  }
}

.btn, .contact-form .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 22px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .contact-form .gform_button:focus, .btn.focus, .contact-form .focus.gform_button, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline-offset: -2px;
}
.btn:hover, .contact-form .gform_button:hover, .btn:focus, .contact-form .gform_button:focus, .btn.focus, .contact-form .focus.gform_button {
  color: #333;
  text-decoration: none;
}
.btn:active, .contact-form .gform_button:active, .btn.active, .contact-form .active.gform_button {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .contact-form .disabled.gform_button, .btn[disabled], .contact-form [disabled].gform_button, fieldset[disabled] .btn, fieldset[disabled] .contact-form .gform_button, .contact-form fieldset[disabled] .gform_button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, .contact-form a.disabled.gform_button, fieldset[disabled] a.btn, fieldset[disabled] .contact-form a.gform_button, .contact-form fieldset[disabled] a.gform_button {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #edb41d;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #c79510;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 19px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.contact-form .input-group-sm > .input-group-btn > .input-group-addon.gform_button {
  padding: 5px 10px;
  font-size: 19px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.contact-form .input-group-lg > .input-group-btn > .input-group-addon.gform_button {
  padding: 10px 16px;
  font-size: 28px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.contact-form .input-group-btn:first-child > .gform_button,
.input-group-btn:first-child > .btn-group > .btn,
.contact-form .input-group-btn:first-child > .btn-group > .gform_button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.contact-form .input-group-btn:last-child > .gform_button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.contact-form .input-group-btn:last-child > .btn-group:not(:last-child) > .gform_button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.contact-form .input-group-btn:last-child > .gform_button,
.input-group-btn:last-child > .btn-group > .btn,
.contact-form .input-group-btn:last-child > .btn-group > .gform_button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.contact-form .input-group-btn:first-child > .gform_button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.contact-form .input-group-btn:first-child > .btn-group:not(:first-child) > .gform_button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn, .contact-form .input-group-btn > .gform_button {
  position: relative;
}
.input-group-btn > .btn + .btn, .contact-form .input-group-btn > .gform_button + .btn, .contact-form .input-group-btn > .btn + .gform_button, .contact-form .input-group-btn > .gform_button + .gform_button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .contact-form .input-group-btn > .gform_button:hover, .input-group-btn > .btn:focus, .contact-form .input-group-btn > .gform_button:focus, .input-group-btn > .btn:active, .contact-form .input-group-btn > .gform_button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .contact-form .input-group-btn:first-child > .gform_button,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .contact-form .input-group-btn:last-child > .gform_button,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #edb41d;
}
.nav .nav-divider {
  height: 1px;
  margin: 15.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 33px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 8.5px 15px;
  font-size: 28px;
  line-height: 33px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 4.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 33px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 33px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 8.5px;
    padding-bottom: 8.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 33px;
  margin-bottom: 33px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 19px;
  line-height: 33px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .contact-form .gform_button + .btn, .contact-form .modal-footer .gform_button + .btn, .modal-footer .contact-form .btn + .gform_button, .contact-form .modal-footer .btn + .gform_button, .modal-footer .contact-form .gform_button + .gform_button, .contact-form .modal-footer .gform_button + .gform_button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .contact-form .gform_button + .btn, .contact-form .modal-footer .btn-group .gform_button + .btn, .modal-footer .btn-group .contact-form .btn + .gform_button, .contact-form .modal-footer .btn-group .btn + .gform_button, .modal-footer .btn-group .contact-form .gform_button + .gform_button, .contact-form .modal-footer .btn-group .gform_button + .gform_button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.gform_wrapper ul {
  padding-left: 0;
  list-style: none;
}

.gform_wrapper li {
  margin-bottom: 15px;
}

.gform_wrapper form {
  margin-bottom: 0;
}

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48;
}

.ginput_container input, .ginput_container select, .ginput_container textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ginput_container input:-moz-placeholder, .ginput_container select:-moz-placeholder, .ginput_container textarea:-moz-placeholder {
  color: #999;
}

.ginput_container input::-moz-placeholder, .ginput_container select::-moz-placeholder, .ginput_container textarea::-moz-placeholder {
  color: #999;
}

.ginput_container input:-ms-input-placeholder, .ginput_container select:-ms-input-placeholder, .ginput_container textarea:-ms-input-placeholder {
  color: #999;
}

.ginput_container input::-webkit-input-placeholder, .ginput_container select::-webkit-input-placeholder, .ginput_container textarea::-webkit-input-placeholder {
  color: #999;
}

.ginput_container input:focus, .ginput_container select:focus, .ginput_container textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ginput_container input[disabled], .ginput_container select[disabled], .ginput_container textarea[disabled], .ginput_container input[readonly], .ginput_container select[readonly], .ginput_container textarea[readonly], fieldset[disabled] .ginput_container input, fieldset[disabled] .ginput_container select, fieldset[disabled] .ginput_container textarea {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.ginput_container input, textarea.ginput_container select, textarea.ginput_container textarea {
  height: auto;
}

.ginput_container textarea {
  height: auto;
}

.gform_button {
  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;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.gform_button:focus {
  outline: thin dotted #333;
  outline-offset: -2px;
}

.gform_button:hover, .gform_button:focus {
  color: #333;
  text-decoration: none;
}

.gform_button:active, .gform_button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.gform_button:hover, .gform_button:focus, .gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.gform_button:active, .gform_button.active, .open .dropdown-toggle.gform_button {
  background-image: none;
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button, .gform_button.disabled:hover, .gform_button[disabled]:hover, fieldset[disabled] .gform_button:hover, .gform_button.disabled:focus, .gform_button[disabled]:focus, fieldset[disabled] .gform_button:focus, .gform_button.disabled:active, .gform_button[disabled]:active, fieldset[disabled] .gform_button:active, .gform_button.disabled.active, .gform_button[disabled].active, fieldset[disabled] .gform_button.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #b94a48;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea {
  border-color: #eed3d7;
  background-color: #f2dede;
  color: #b94a48;
}

.gform_wrapper .gfield_error input:focus, .gform_wrapper .gfield_error select:focus, .gform_wrapper .gfield_error textarea:focus {
  border-color: #b94a48;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
}

.validation_error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.validation_error h4 {
  margin-top: 0;
  color: inherit;
}

.validation_error .alert-link {
  font-weight: bold;
}

.validation_error > p, .validation_error > ul {
  margin-bottom: 0;
}

.validation_error > p + p {
  margin-top: 5px;
}

.validation_error hr {
  border-top-color: #e6c1c7;
}

.validation_error .alert-link {
  color: #953b39;
}

#gforms_confirmation_message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#gforms_confirmation_message h4 {
  margin-top: 0;
  color: inherit;
}

#gforms_confirmation_message .alert-link {
  font-weight: bold;
}

#gforms_confirmation_message > p, #gforms_confirmation_message > ul {
  margin-bottom: 0;
}

#gforms_confirmation_message > p + p {
  margin-top: 5px;
}

.gallery-row {
  padding: 15px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}

html {
  font-size: 22px;
}

body {
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 80%;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 33px;
}

h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16.5px;
}

p + h1,
p + h2,
p + h3 {
  margin-top: 50px;
}

ul + h1,
ul + h2,
ul + h3 {
  margin-top: 50px;
}

ul + h4,
ul + h5,
ul + h6 {
  margin-top: 30px;
}

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

blockquote {
  padding: 25px 0 25px 45px;
  border: none;
  font-size: inherit;
  font-style: italic;
}
blockquote small,
blockquote footer {
  font-size: inherit;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.alignleft {
  float: left;
  margin: 0 40px 5px 0;
}

.alignright {
  float: right;
  margin: 0 0 5px 40px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto;
}

.wp-caption {
  overflow: hidden;
  padding: 5px 0;
  background-color: #ccc;
}
.wp-caption img {
  display: block;
  margin: auto;
}

p.wp-caption-text {
  margin: 0;
  text-align: center;
}

.post-content img {
  max-width: 860px;
  width: auto;
  height: auto;
}
@media (max-width: 600px) {
  .post-content img {
    width: 100%;
  }
}

.timeline-builder {
  margin-top: 100px;
}
@media (max-width: 970px) {
  .timeline-builder {
    width: 85%;
    margin: 100px auto 0;
  }
}
@media (max-width: 650px) {
  .timeline-builder {
    width: 70%;
  }
}
.timeline-builder .timeline-item {
  padding: 40px 0px 23.5px;
  position: relative;
}
.timeline-builder .timeline-item:first-child {
  padding-top: 0;
  margin-top: 40px;
}
.timeline-builder .timeline-item:first-child:after {
  top: 0;
}
.timeline-builder .timeline-item:last-child:before {
  height: 43px;
}
.timeline-builder .timeline-item:before {
  position: absolute;
  left: -50px;
  top: 0;
  content: "";
  width: 3px;
  height: 100%;
  background-color: #EEEEEE;
}
@media (max-width: 970px) {
  .timeline-builder .timeline-item:before {
    left: -35px;
  }
}
.timeline-builder .timeline-item:after {
  position: absolute;
  left: -61px;
  top: 43px;
  content: url("/wp-content/themes/whip/images/whip.timeline.indicator.svg");
}
@media (max-width: 970px) {
  .timeline-builder .timeline-item:after {
    left: -46px;
  }
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (min-width: 1800px) {
  .container {
    max-width: 2000px;
  }
}

.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

.page-wrapper {
  position: relative;
  min-height: 100%;
  padding-bottom: 360px;
}

.content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-content {
  padding-top: 60px;
  padding-bottom: 100px;
}
.post-content table {
  border: none !important;
}
.post-content table thead > tr {
  background-color: #edb41d;
}
.post-content table thead > tr > th {
  border-bottom: none !important;
  color: #fff;
}
.post-content table tbody > tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
.post-content table tbody > tr > td {
  border: none !important;
}
.post-content blockquote {
  position: relative;
}
.post-content blockquote:before {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  width: 200px;
  height: 5px;
  background-color: #edb41d;
}

p.fourohfour {
  text-align: center;
}

.btn:active:focus, .contact-form .gform_button:active:focus {
  box-shadow: none;
}

a.btn:hover, .contact-form a.gform_button:hover {
  text-decoration: none;
}

.btn, .contact-form .gform_button {
  padding: 6px 60px;
  border: 2px solid;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  transition-property: color, background-color, border-color;
  transition-duration: 400ms;
}

.btn-primary {
  color: #fff;
  background-color: #002069;
  border-color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background-color: #003fcf;
  border-color: #003fcf;
}
.btn-primary.inverse {
  color: #002069;
  background-color: transparent;
  border-color: #002069;
}
.btn-primary.inverse:hover, .btn-primary.inverse:focus {
  color: #fff;
  background-color: #002069;
  border-color: #002069;
}
.btn-primary.inverse.active {
  color: #edb41d;
  background-color: #fff;
  border-color: #edb41d;
  box-shadow: none;
  cursor: default;
}

.btn-accent {
  color: #fff;
  background-color: #edb41d;
  border-color: #fff;
}
.btn-accent:hover, .btn-accent:focus {
  color: #fff;
  background-color: #c79510;
  border-color: #c79510;
}
.btn-accent.inverse {
  color: #edb41d;
  background-color: transparent;
  border-color: #edb41d;
}
.btn-accent.inverse:hover, .btn-accent.inverse:focus {
  color: #fff;
  background-color: #edb41d;
  border-color: #edb41d;
}

.btn-search {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
}
.btn-search:focus {
  color: #fff;
}
.btn-search:hover .search-icon, .btn-search:focus .search-icon {
  color: #edb41d;
}
.btn-search:hover .close-icon, .btn-search:focus .close-icon {
  color: #d52b12;
}

.navbar-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  float: right;
  margin: 0 15px 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
  background-color: #edb41d;
}

.navbar-logo-section {
  float: left;
}

.fleur-de-lis > path {
  fill: #edb41d;
}

.search-input {
  width: 100%;
  height: auto;
  padding: 0;
  padding-left: 5px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.search-input::-webkit-input-placeholder {
  color: #fff;
}
.search-input:-moz-placeholder {
  color: #fff;
}
.search-input::-moz-placeholder {
  color: #fff;
}
.search-input:-ms-input-placeholder {
  color: #fff;
}
.search-input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.search-input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.search-input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.search-input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0);
}
.search-input:focus {
  border: none;
  border-bottom: 1px solid #fff;
  box-shadow: none;
}

.close {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.close:before {
  content: "\2715";
}
.close:hover, .close:focus {
  color: #b7b7b7;
}

.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(16, 31, 65, 0);
  height: 100px;
  transition: background-color 2s;
}
.site-navbar.has-alert-bar {
  top: 2.5rem;
}
@media only screen and (max-width: 700px) {
  .site-navbar {
    position: relative;
    background-color: #101f41;
  }
}
.site-navbar.navbar-primary {
  background-color: #101f41;
}
.site-navbar > .container {
  position: relative;
  height: 100%;
}
.site-navbar .whip-logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 15px;
}
.site-navbar .navbar-search {
  position: relative;
  float: right;
  margin-right: 60px;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .site-navbar .navbar-search {
    display: none;
  }
}
.site-navbar .navbar-search .form-group {
  position: relative;
  overflow: hidden;
  margin: 0 25px 0 0;
  width: 0;
  height: 100%;
  transition: width 400ms;
}
.site-navbar .navbar-search .form-group.extended {
  width: 300px;
}
.site-navbar .navbar-search .form-group .form-control {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-navbar .navbar-search .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-navbar .navbar-search .btn-search .search-icon {
  display: inline;
}
.site-navbar .navbar-search .btn-search .close-icon {
  display: none;
}
.site-navbar .navbar-search .btn-search.close-btn .search-icon {
  display: none;
}
.site-navbar .navbar-search .btn-search.close-btn .close-icon {
  display: inline;
}

.home .site-navbar {
  height: 160px;
  transition: height 500ms, background-color 500ms;
}
.home .site-navbar.navbar-primary {
  height: 100px;
}
@media only screen and (max-width: 700px) {
  .home .site-navbar {
    height: 100px;
  }
}

.nav-modal {
  background-color: rgba(16, 31, 65, 0.9);
}
.nav-modal .modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.nav-modal .modal-content .modal-header {
  border: none;
}
.nav-modal .modal-content .modal-header .fleur-de-lis {
  height: 50px;
}
.nav-modal .modal-content .modal-header .fleur-de-lis path {
  transition: fill 400ms;
}
.nav-modal .modal-content .modal-header .fleur-de-lis:hover > path {
  fill: #fff;
}
.nav-modal .modal-content .modal-footer {
  border: none;
  text-align: left;
}
.nav-modal .modal-content .modal-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav-modal .modal-content .modal-footer ul li {
  float: left;
  margin-right: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
}
.nav-modal .modal-content .modal-footer ul li a {
  color: #fff;
}
.nav-modal .modal-content .modal-footer ul li a:hover, .nav-modal .modal-content .modal-footer ul li a:focus {
  color: #edb41d;
}

.modal-search {
  display: none;
  max-width: 300px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  .modal-search {
    display: block;
  }
}

.site-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav > li {
  overflow: hidden;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.3636363636em;
  font-style: normal;
  text-transform: uppercase;
}
.site-nav > li a {
  color: #fff;
}
.site-nav > li a:hover, .site-nav > li a:focus {
  color: #edb41d;
}
.site-nav > li > ul {
  float: right;
  overflow: hidden;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  list-style-type: none;
}
.site-nav > li > ul > li {
  float: left;
  margin-left: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 300;
  text-transform: uppercase;
}
.site-nav > li > ul > li a {
  color: #fff;
}
@media screen and (max-width: 500px) {
  .site-nav > li > ul.sub-links {
    float: none;
  }
}
@media screen and (max-width: 500px) {
  .site-nav > li > ul.sub-links > li {
    float: none;
  }
}
.site-nav > li > ul.social-links {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-nav > li > ul.social-links > li {
  margin-left: 0;
  margin-right: 20px;
}

.video-modal {
  background-color: rgba(0, 0, 0, 0.75);
}
.video-modal .modal-dialog {
  width: 100%;
  max-width: 800px;
  margin: 100px auto;
}
.video-modal .modal-header {
  border-bottom: none;
  min-height: 55px;
}
.video-modal .modal-content {
  background-color: transparent;
}

.section-header {
  background-color: #101f41;
  padding-left: 2em;
}
.section-header.votes-header {
  background-color: #edb41d;
}
.section-header.votes-header .section-icon {
  color: #101f41;
}
.section-header.social-header {
  background: #101f41;
}

.section-title {
  margin: 0;
  padding: 0;
  line-height: 106px;
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 2.1818181818em;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 1.6363636364em;
    line-height: 1;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 460px) {
  .section-title {
    padding: 1em 0;
    float: left;
  }
}
.section-title .section-icon {
  position: relative;
  top: -7px;
  display: inline-block;
  margin-right: 1em;
  font-size: 0.8em;
  color: #edb41d;
}

.grid.full-page-grid {
  overflow: hidden;
}
.grid.full-page-grid .grid-wrapper {
  overflow: hidden;
}
.grid.full-page-grid .grid-wrapper > p {
  text-align: center;
}
.grid.full-page-grid .grid-cell {
  float: left;
  width: 25%;
  padding-top: 25%;
}
@media (max-width: 1499px) and (min-width: 768px) {
  .grid.full-page-grid .grid-cell {
    padding-top: 20%;
    padding-bottom: 15%;
  }
  .grid.full-page-grid .grid-cell h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid.full-page-grid .grid-cell {
    width: 33.3333333333%;
    padding-top: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .grid.full-page-grid .grid-cell {
    width: 50%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid.full-page-grid .grid-cell {
    width: 100%;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .grid.full-page-grid .grid-cell .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .grid.full-page-grid .grid-cell.video-cell {
    width: 50%;
    min-height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid.full-page-grid .grid-cell.video-cell {
    width: 33.3333333333%;
    min-height: 300px;
  }
}

.partial-page-grid {
  margin-bottom: 100px;
}
.partial-page-grid h2 {
  text-align: center;
}
.partial-page-grid .grid-cell {
  float: left;
  width: 25%;
  padding-top: 25%;
}
@media (max-width: 1499px) and (min-width: 992px) {
  .partial-page-grid .grid-cell {
    padding-top: 20%;
    padding-bottom: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .partial-page-grid .grid-cell {
    width: 50%;
    padding-top: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .partial-page-grid .grid-cell .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 500px) {
  .partial-page-grid .grid-cell {
    width: 100%;
    padding-top: 100%;
  }
}

.grid.featured-grid {
  overflow: hidden;
  height: 600px;
}
.grid.featured-grid .grid-cell {
  float: left;
  width: 20%;
  height: 50%;
}
.grid.featured-grid .grid-cell.featured-cell {
  width: 40%;
  height: 100%;
}
.grid.featured-grid .grid-cell.half-section {
  width: 30%;
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .grid.featured-grid.social-feed {
    height: 800px;
  }
  .grid.featured-grid.social-feed .grid-cell {
    width: 33.3333333333%;
    height: 40%;
  }
  .grid.featured-grid.social-feed .grid-cell.featured-cell {
    width: 60%;
    height: 60%;
  }
  .grid.featured-grid.social-feed .grid-cell.half-section {
    width: 40%;
    height: 30%;
  }
}
@media only screen and (min-width: 616px) and (max-width: 900px) {
  .grid.featured-grid.social-feed {
    height: 900px;
  }
  .grid.featured-grid.social-feed .grid-cell {
    width: 33.3333333333%;
    height: 35%;
  }
  .grid.featured-grid.social-feed .grid-cell.featured-cell {
    width: 100%;
    height: 40%;
  }
  .grid.featured-grid.social-feed .grid-cell.half-section {
    width: 50%;
    height: 25%;
  }
}
@media only screen and (max-width: 615px) {
  .grid.featured-grid.social-feed {
    height: 1400px;
  }
  .grid.featured-grid.social-feed .grid-cell {
    width: 100%;
    height: 15%;
  }
  .grid.featured-grid.social-feed .grid-cell.featured-cell {
    width: 100%;
    height: 25%;
  }
  .grid.featured-grid.social-feed .grid-cell.half-section {
    width: 100%;
    height: 15%;
  }
}
.grid.featured-grid.social-feed .video-cell {
  background-size: 150%;
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .grid.featured-grid.social-feed .video-cell {
    background-size: 130%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1200px) {
  .grid.featured-grid.social-feed .video-cell {
    background-size: 130%;
  }
}
@media only screen and (max-width: 615px) {
  .grid.featured-grid.social-feed .video-cell {
    background-size: 100%;
  }
}

.grid.featured-grid.newsfeed {
  height: auto;
}
.grid.featured-grid.newsfeed .grid-cell {
  width: 25%;
  height: 400px;
}
@media only screen and (min-width: 851px) and (max-width: 1150px) {
  .grid.featured-grid.newsfeed {
    height: auto;
  }
  .grid.featured-grid.newsfeed .grid-cell {
    width: 33.3333333333%;
    height: 400px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 850px) {
  .grid.featured-grid.newsfeed .grid-cell {
    width: 50%;
    height: 400px;
  }
  .grid.featured-grid.newsfeed .grid-cell:nth-last-child(-n+2) {
    display: none;
    border: 1px solid red;
  }
}
@media only screen and (max-width: 500px) {
  .grid.featured-grid.newsfeed {
    height: auto;
  }
  .grid.featured-grid.newsfeed .grid-cell {
    width: 100%;
    height: auto;
    min-height: 225px;
  }
  .grid.featured-grid.newsfeed .grid-cell:nth-last-child(-n+3) {
    display: none;
    border: 1px solid red;
  }
}

.grid-cell {
  position: relative;
  background-size: cover;
  background-position: center top;
}
.grid-cell .inner-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.grid-cell .inner-wrap.overlay {
  background-color: rgba(16, 31, 65, 0.5);
  transition: background-color 500ms;
}
@media only screen and (max-width: 767px) {
  .grid-cell .inner-wrap.overlay {
    display: block;
  }
}
.grid-cell .inner-wrap.overlay:hover, .grid-cell .inner-wrap.overlay:focus {
  background-color: rgba(16, 31, 65, 0.7);
}
.grid-cell .copy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .grid-cell .copy {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    margin: 0;
    padding: 50px 15px;
  }
}
.grid-cell .copy.content-top {
  position: static;
  -webkit-transform: none;
          transform: none;
  padding: 15px;
}
.grid-cell h3 {
  margin-bottom: 5px;
  font-size: 1.3636363636em;
  color: #fff;
  text-align: left;
  line-height: 1.35;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
}
.grid-cell h3.featured-heading {
  font-size: 1.3636363636em;
}
.grid-cell .subheading {
  margin-bottom: 15px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 21px;
  font-style: normal;
  color: #edb41d;
  text-align: center;
  text-transform: uppercase;
}
.grid-cell .handle {
  font-size: 14px;
}
.grid-cell .title {
  padding-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.grid-cell .date {
  width: 100%;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  color: #edb41d;
  text-align: left;
  text-transform: uppercase;
}
.grid-cell .fleur-de-lis {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 30px;
}

.grid-cell.featured-social .inner-wrap {
  color: #fff;
}
.grid-cell.featured-social .inner-wrap .fa {
  font-size: 55px;
}
.grid-cell.featured-social .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.grid-cell.featured-social .overlay:hover, .grid-cell.featured-social .overlay:focus {
  background-color: rgba(0, 0, 0, 0);
}

.grid-cell.social {
  display: inline-block;
  vertical-align: top;
  height: 390px;
  width: 33.3333333%;
  font-size: 22px;
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
  border-right: 2px solid rgba(153, 153, 153, 0.2);
}
.grid-cell.social:nth-child(3n+1) {
  border-left: 2px solid rgba(153, 153, 153, 0.2);
}
@media only screen and (max-width: 991px) {
  .grid-cell.social {
    width: 50%;
  }
  .grid-cell.social:nth-child(3n+1) {
    border-left: none;
  }
}
@media only screen and (max-width: 450px) {
  .grid-cell.social {
    width: 100%;
    border-right: none;
  }
}
.grid-cell.social .inner-wrap {
  position: relative;
  height: 100%;
  padding: 20px 25px 30px 25px;
}
.grid-cell.social .social-top {
  padding: 15px;
  line-height: 1;
  text-align: center;
}
.grid-cell.social .social-top .logo {
  font-size: 30px;
}
.grid-cell.social .social-top .logo a {
  display: inline-block;
  padding: 7px;
  color: #edb41d;
}
.grid-cell.social .social-top .logo a:hover {
  color: #101f41;
}
.grid-cell.social .social-top .handle {
  margin-top: 5px;
  font-family: "Fira Sans", sans-serif;
}
.grid-cell.social .social-top .handle a {
  color: #b9bac0;
}
.grid-cell.social .social-top .handle a:hover {
  color: #9ea0a8;
}
.grid-cell.social .social-top .handle a span {
  font-weight: 600;
}
.grid-cell.social .copy {
  position: relative;
  top: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  margin-top: 1em;
  overflow: hidden;
  padding: 0 10px;
  line-height: 30px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 0.9545454545em;
  font-style: normal;
}
.grid-cell.social .copy.instagram {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  color: #fff;
}
.grid-cell.social .copy.instagram .insta-logo {
  font-size: 2em;
}
.grid-cell.social .copy.instagram a {
  color: #fff;
}
.grid-cell.social .social-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  line-height: 1;
}
.grid-cell.social .social-bottom .social-actions {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.grid-cell.social .social-bottom .social-actions li {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .grid-cell.social .social-bottom .social-actions li {
    margin-left: 0;
    margin-right: 10px;
    font-size: 0.9090909091em;
  }
}
.grid-cell.social .social-bottom .social-actions li a {
  display: inline-block;
  color: #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .grid-cell.social .social-bottom .social-actions li a {
    padding: 7px;
  }
}
.grid-cell.social .social-bottom .social-actions li a:hover {
  color: #7d7d7d;
}
.grid-cell.social .social-bottom .social-actions li a .fa {
  margin-right: 2px;
}
@media only screen and (max-width: 767px) {
  .grid-cell.social .social-bottom .social-actions li span {
    display: none;
  }
}
.grid-cell.social.video-cell .copy {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.25em;
}
.grid-cell.social.video-cell .youtube-logo {
  font-size: 2em;
}
.grid-cell.social.video-cell .youtube-description {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.grid-cell.highlighted {
  background-color: #d52b12;
}
.grid-cell.highlighted .cell-top {
  padding: 30px 15px;
}
.grid-cell.highlighted .cell-top h3 {
  text-align: left;
}
.grid-cell.highlighted .cell-top .date {
  position: static;
  margin-bottom: 0;
  text-align: left;
}
.grid-cell.highlighted .copy {
  overflow: hidden;
  text-align: left;
}
.grid-cell.highlighted .copy p {
  margin: 0;
  font-size: 15px;
  color: #fff;
}

.grid-cell.video-cell {
  background-size: 205%;
  background-position: center center;
  background-repeat: no-repeat;
}
.grid-cell.video-cell .date {
  padding: 15px;
}
.grid-cell.video-cell .fa {
  color: #fff;
}
.grid-cell.video-cell .fa-spinner {
  font-size: 55px;
}

.grid-cell.highlighted-overlay .inner-wrap.overlay:hover, .grid-cell.highlighted-overlay .inner-wrap.overlay:focus {
  background-color: #d52b12;
}

.grid-cell.image-overlay .inner-wrap.overlay:hover, .grid-cell.image-overlay .inner-wrap.overlay:focus {
  background-color: rgba(0, 0, 0, 0);
}

.vote-summary {
  padding: 50px 0;
}
@media only screen and (max-width: 800px) {
  .vote-summary {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 450px) {
  .vote-summary {
    padding: 25px 0;
  }
}
.vote-summary .bill,
.vote-summary .heading {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.8181818182em;
  font-style: normal;
  color: #101f41;
  text-transform: uppercase;
}
.vote-summary .title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.0909090909em;
  font-style: normal;
  text-transform: uppercase;
}
.vote-summary .description {
  font-size: 0.6818181818em;
}
.vote-summary .date {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.6363636364em;
  font-style: normal;
  text-transform: uppercase;
}
.vote-summary .status {
  width: 150px;
  padding: 10px 0;
  margin-top: 30px;
  border-radius: 4px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.vote-summary .status.passed {
  background-color: #3cb878;
}
.vote-summary .status.not-passed {
  background-color: #d52b12;
}

.subpage-header {
  padding-top: 100px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .subpage-header {
    padding-top: 30px;
  }
}
.subpage-header .container {
  padding-top: 25px;
  padding-bottom: 25px;
}
.subpage-header .fleur-de-lis {
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .subpage-header .fleur-de-lis {
    height: 40px;
  }
}
.subpage-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 3.4090909091em;
  font-style: normal;
  color: #002069;
  text-transform: uppercase;
  max-width: 830px;
  font-weight: 600;
  font-size: 68px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .subpage-header h1 {
    font-size: 38px;
  }
}
.subpage-header .subheading {
  margin: auto;
  width: 100%;
  max-width: 700px;
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 0.8636363636em;
  font-style: normal;
  color: #424242;
  text-transform: uppercase;
}

.social-feed {
  position: relative;
  font-size: 0;
}
.social-feed .section-header {
  font-size: 22px;
}
.social-feed .section-title {
  display: inline-block;
}

.social-list {
  float: right;
}
@media only screen and (max-width: 767px) {
  .social-list {
    font-size: 0.6818181818em;
    line-height: 1;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 460px) {
  .social-list {
    display: block;
    margin: 0 auto;
    float: left;
    padding: 0;
    font-size: 0.6818181818em;
  }
}
.social-list ul {
  padding: 0;
  margin: 0;
  padding-right: 2em;
}
.social-list .social-item {
  display: inline-block;
  line-height: 90px;
  font-size: 2em;
  margin-right: 3px;
}
.social-list .social-item a {
  display: inline-block;
  color: #fff;
  padding: 7px;
}
.social-list .social-item a:hover, .social-list .social-item a:focus {
  color: #edb41d;
}

.post-single-header {
  position: relative;
  margin-top: 100px;
  height: 780px;
  background-size: cover;
  background-position: center top;
}
@media only screen and (max-width: 700px) {
  .post-single-header {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .post-single-header {
    height: auto;
  }
}
.post-single-header .header-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 32, 105, 0.6);
}
@media only screen and (max-width: 767px) {
  .post-single-header .header-overlay {
    padding: 25px 0 65px;
  }
}
@media only screen and (min-width: 768px) {
  .post-single-header .content-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.post-single-header h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.1818181818em;
  font-style: normal;
  color: #fff;
  text-align: center;
  max-width: 830px;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .post-single-header h1 {
    font-size: 38px;
  }
}
.post-single-header .subheading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 1em;
  font-style: normal;
  color: #edb41d;
  text-align: center;
}
.post-single-header .fleur-de-lis {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .post-single-header .fleur-de-lis {
    bottom: 15px;
  }
}

.site-footer {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 360px;
  text-align: center;
  background-color: #101f41;
  display: flex;
  flex-direction: column;
}
.site-footer .footer-logo {
  margin-top: 40px;
  display: block;
}
.site-footer .footer-nav {
  display: flex;
  align-items: center;
  max-width: 75%;
  width: 100%;
  margin: 30px auto;
  justify-content: space-between;
}
@media only screen and (max-width: 885px) {
  .site-footer .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
}
.site-footer .footer-nav li {
  font-size: 18px;
}
@media only screen and (max-width: 885px) {
  .site-footer .footer-nav li {
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.site-footer .social-links {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.site-footer .social-links li a {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.site-footer .social-links li a:hover {
  color: #c79510;
}
.site-footer .copyright {
  color: #fff;
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-top: auto;
  margin-bottom: 15px;
}

.page-header {
  height: 800px;
  padding-top: 100px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .page-header {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header {
    height: 600px;
  }
}
.page-header > .container {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .page-header > .container {
    height: auto;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .page-header .header-content {
    position: absolute;
    top: 65%;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .page-header .header-content {
    position: absolute;
    top: 65%;
    left: 2%;
  }
}
@media only screen and (max-width: 450px) {
  .page-header .header-content {
    position: absolute;
    bottom: 5px;
    left: 5px;
  }
}
.page-header .header-content h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.7272727273em;
  font-style: normal;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .page-header .header-content h1 {
    font-size: 4em;
  }
}
@media only screen and (max-width: 450px) {
  .page-header .header-content h1 {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
.page-header .header-content .subheading {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.0909090909em;
  font-style: normal;
  color: #edb41d;
  text-align: left;
  text-transform: uppercase;
}
.page-header .header-content .btn, .page-header .header-content .contact-form .gform_button, .contact-form .page-header .header-content .gform_button {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9090909091em;
  font-style: normal;
  padding: 13px 30px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .page-header .header-content .btn, .page-header .header-content .contact-form .gform_button, .contact-form .page-header .header-content .gform_button {
    padding: 12px 24px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 1800px) {
  .home .page-header {
    background-position: center 35%;
  }
}
@media only screen and (max-width: 700px) {
  .home .page-header {
    background-position: right 60px;
  }
}
@media only screen and (max-width: 375px) {
  .home .page-header {
    background-position: 50% 60px;
  }
}

.floor-feed {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .floor-feed {
    height: auto;
  }
}
.floor-feed .title {
  font-size: 1em;
}
@media only screen and (max-width: 1199px) {
  .floor-feed .container {
    padding: 0 12px;
  }
}
.floor-feed .feed-item {
  float: left;
  overflow: hidden;
  width: 33.3333333333%;
  height: 400px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 2px solid rgba(153, 153, 153, 0.2);
  border-bottom: 2px solid rgba(153, 153, 153, 0.2);
}
.floor-feed .feed-item:nth-child(3n+1) {
  border-left: 2px solid rgba(153, 153, 153, 0.2);
}
@media screen and (max-width: 800px) {
  .floor-feed .feed-item:nth-child(3n+1) {
    border-left: none;
  }
}
@media only screen and (max-width: 950px) {
  .floor-feed .feed-item {
    padding-top: 15px;
  }
}
@media screen and (max-width: 800px) {
  .floor-feed .feed-item {
    float: none;
    overflow: visible;
    margin-bottom: 35px;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 450px) {
  .floor-feed .feed-item {
    height: auto;
    margin-bottom: 10px;
  }
}
.floor-feed .feed-item.schedule {
  width: 540px;
}
@media screen and (max-width: 800px) {
  .floor-feed .feed-item.schedule {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.floor-feed .feed-item header {
  height: 45px;
  line-height: 45px;
  background-color: #edb41d;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.0909090909em;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
}
.floor-feed .feed-item .copy {
  padding-top: 10px 0;
}
@media screen and (max-width: 800px) {
  .floor-feed .feed-item .copy {
    padding-bottom: 0;
  }
}
.floor-feed .feed-item .vote-question {
  font-size: 0.9545454545em;
  color: #c9c9c9;
  text-transform: capitalize;
}

.ui-slider {
  position: relative;
  margin: 50px auto 40px;
  width: 500px;
  height: 10px;
  background-color: #fff;
  border: none;
  border-radius: 0px;
}
.ui-slider:before {
  content: "";
  position: absolute;
  left: -50px;
  width: 55px;
  height: 10px;
  background-color: #fff;
  border-top-left-radius: 50% 30px;
  border-bottom-left-radius: 50% 30px;
}
.ui-slider:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 55px;
  height: 10px;
  background-color: #fff;
  border-top-right-radius: 50% 30px;
  border-bottom-right-radius: 50% 30px;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 10px;
  background-color: #edb41d;
  top: 0;
  margin-left: -50px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.homepage-bio {
  padding: 115px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .homepage-bio {
    padding: 25px 0;
  }
}
.homepage-bio h2 {
  margin-bottom: 25px;
  font-size: 1.3636363636em;
}
.homepage-bio p {
  display: block;
  margin: 0 auto 45px;
  max-width: 800px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-size: 0.8636363636em;
  font-style: normal;
}

.category-filter {
  margin: 0;
  padding: 30px 0;
  list-style-type: none;
  text-align: center;
}
.category-filter li {
  display: inline-block;
  padding: 0 10px;
}
@media screen and (max-width: 650px) {
  .category-filter li {
    display: block;
    margin-bottom: 20px;
  }
}
.category-filter li .btn, .category-filter li .contact-form .gform_button, .contact-form .category-filter li .gform_button {
  width: 160px;
  padding-left: 0;
  padding-right: 0;
}

.timeline-filter {
  position: relative;
  padding: 50px 0;
}

.slider-btn {
  border: none;
  background: none;
  font-size: 30px;
  color: rgba(0, 32, 105, 0.6);
}
.slider-btn:focus, .slider-btn:hover {
  color: #002069;
}

.slide-prev {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -8px;
  margin-left: -50px;
}

.slide-next {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -8px;
  margin-right: -50px;
}

.timeline {
  margin: auto;
  width: 1026px;
}
@media screen and (max-width: 1150px) {
  .timeline {
    width: 684px;
  }
}
@media screen and (max-width: 799px) {
  .timeline {
    width: 100%;
    text-align: center;
  }
}

.timeline-mark {
  position: relative;
  float: left;
  width: 114px;
  height: 75px;
  color: #ccd2e1;
  line-height: 0;
}
@media screen and (max-width: 799px) {
  .timeline-mark {
    float: none;
    display: inline-block;
  }
}
.timeline-mark:before {
  content: "\25CF\25CF\25CF\25CF";
  display: inline-block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  font-size: 15px;
}
.timeline-mark:after {
  content: "\25CF\25CF\25CF\25CF";
  display: inline-block;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  font-size: 15px;
}
.timeline-mark a {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 12px;
}
.timeline-mark a:hover .timeline-point circle {
  fill: #edb41d;
}
.timeline-mark a:hover .date {
  color: #edb41d;
}
.timeline-mark .date {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-style: normal;
  color: #002069;
  text-transform: uppercase;
  transition: color 400ms;
}
.timeline-mark .timeline-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.timeline-mark .timeline-point circle {
  fill: #ccd2e1;
  transition: fill 400ms;
}
.timeline-mark .timeline-point-selected {
  display: none;
  height: 50px;
  fill: #edb41d;
}

.timeline-mark.active .timeline-point {
  display: none;
}
.timeline-mark.active .timeline-point-selected {
  display: block;
}
.timeline-mark.active a {
  cursor: default;
}
.timeline-mark.active a .date {
  color: #002069;
}

.floor-video-feed object {
  display: block;
  margin: auto;
}
.floor-video-feed .house-live-start {
  padding: 6px 40px;
}

.daily-schedule {
  padding: 50px 0;
  text-align: center;
}
.daily-schedule h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.3636363636em;
  font-style: normal;
  color: #d52b12;
  text-align: center;
}
.daily-schedule table {
  margin: 30px auto 10px;
  min-height: 70px;
  border-spacing: 10px;
  border-collapse: separate;
}
.daily-schedule table td {
  width: 140px;
  font-size: 18px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  color: #002069;
}
.daily-schedule table td b,
.daily-schedule table td strong {
  font-weight: normal;
}
.daily-schedule table td + td {
  width: 90px;
  border: 1px solid #adadad;
  text-align: center;
  color: #3cb878;
  font-weight: bold;
}
.daily-schedule table td + td + td {
  color: #d52b12;
}

.scheduled-votes {
  padding: 50px 0;
}

a.bill_anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  a.bill_anchor {
    top: -15px;
  }
}

.floor-vote {
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.floor-vote .copy {
  float: left;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .floor-vote .copy {
    float: none;
    width: 100%;
  }
}
.floor-vote .copy .title {
  margin-bottom: 5px;
  font-size: 0.8181818182em;
}
.floor-vote .copy .description {
  font-size: 0.7272727273em;
  line-height: 1.3;
}
.floor-vote .summary {
  float: left;
  width: 50%;
  padding-top: 50px;
  padding-left: 60px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .floor-vote .summary {
    float: none;
    width: 100%;
    max-width: 350px;
    padding-left: 0;
  }
}
.floor-vote .summary .status {
  display: inline-block;
}
.floor-vote .summary .progress {
  margin-bottom: 0;
  margin-top: 30px;
  height: 8px;
  box-shadow: none;
}
.floor-vote .summary .progress .progress-bar {
  box-shadow: none;
  transition: none;
}
.floor-vote .summary .progress .progress-bar-yea {
  background-color: #3cb878;
}
.floor-vote .summary .progress .progress-bar-nay {
  background-color: #d52b12;
}
.floor-vote .summary .progress .progress-bar-pres {
  background-color: #edb41d;
}
.floor-vote .summary .progress-caption {
  font-size: 0.6818181818em;
}
.floor-vote .summary .progress-caption .yea-votes {
  float: left;
}
.floor-vote .summary .progress-caption .nay-votes {
  float: right;
}

.contact-form_wrapper {
  margin: 50px auto;
  width: 100%;
  max-width: 700px;
}

.contact-form .ginput_container input,
.contact-form .ginput_container select,
.contact-form .ginput_container textarea {
  height: 40px;
  box-shadow: none;
  font-size: 22px;
}
.contact-form .ginput_container textarea {
  height: auto;
  resize: vertical;
}
.contact-form .gform_fields {
  overflow: hidden;
}
.contact-form label {
  font-weight: 400;
}
.contact-form .first-name {
  float: left;
  width: 40%;
  padding-right: 10px;
}
@media screen and (max-width: 700px) {
  .contact-form .first-name {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .contact-form .first-name {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contact-form .last-name {
  float: left;
  width: 60%;
  padding-left: 10px;
}
@media screen and (max-width: 700px) {
  .contact-form .last-name {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .contact-form .last-name {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contact-form .email {
  float: left;
  width: 50%;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .contact-form .email {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contact-form .zip {
  float: left;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .contact-form .zip {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contact-form .phone {
  float: left;
  width: 30%;
  padding-left: 10px;
}
@media screen and (max-width: 600px) {
  .contact-form .phone {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contact-form .comments {
  float: left;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .contact-form .comments {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contact-form .gform_button {
  color: #fff;
  background-color: #edb41d;
  border-color: #edb41d;
}
.contact-form .gform_button:hover, .contact-form .gform_button:focus {
  color: #fff;
  background-color: #c79510;
  border-color: #c79510;
}

@media print {
  @page {
    margin: 0.5in;
  }
  a[href]:after {
    font-size: 14px;
  }
  a[href].btn, .contact-form a[href].gform_button {
    border: none;
    font-size: 14px;
  }

  span.btn, .contact-form span.gform_button {
    display: none;
  }

  .site-navbar {
    position: static;
  }
  .site-navbar a[href]:after {
    display: none;
  }
  .site-navbar .whip-logo {
    position: static;
    margin: 50px auto;
    width: 300px;
    height: auto;
  }
  .site-navbar .whip-logo path {
    fill: #000 !important;
  }
  .site-navbar .navbar-search,
.site-navbar .navbar-toggle {
    display: none;
  }

  .page-header {
    margin-bottom: 50px;
    height: auto;
    padding-top: 50px;
  }
  .page-header .header-content {
    position: static;
  }

  .subpage-header {
    padding-top: 0;
  }
  .subpage-header .fleur-de-lis path {
    fill: #000;
  }

  .content-wrapper {
    max-width: 100%;
  }

  .site-footer .fleur-de-lis {
    display: none;
  }

  .grid.featured-grid.social-feed {
    display: none;
  }

  .floor-feed .feed-top {
    display: none;
  }
  .floor-feed .scroll-pane {
    width: 100% !important;
    padding-left: 0;
  }
  .floor-feed .scroll-item {
    float: none;
    margin-bottom: 30px;
  }
  .floor-feed .scroll-item .copy {
    padding: 0;
  }
  .floor-feed .scroll-item .vote-result {
    position: static;
  }
  .floor-feed .scroll-item .vote-result a:after {
    display: none;
  }

  .featured-grid {
    height: auto !important;
  }
  .featured-grid .grid-cell {
    float: none !important;
    margin-bottom: 30px;
    width: 100% !important;
    height: auto !important;
    padding: 15px;
  }
  .featured-grid .grid-cell .inner-wrap,
.featured-grid .grid-cell .date,
.featured-grid .grid-cell .copy {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .featured-grid .grid-cell .copy {
    padding: 0;
  }
  .featured-grid .grid-cell h3,
.featured-grid .grid-cell .date {
    margin-bottom: 10px;
    text-align: left;
  }
  .featured-grid .grid-cell .fleur-de-lis {
    display: none;
  }

  .floor-video-feed {
    display: none;
  }

  .floor-vote .copy {
    float: none;
  }
  .floor-vote .summary {
    float: none;
    padding: 0;
    text-align: left;
  }
  .floor-vote .summary .status {
    width: 100%;
    padding: 0;
    border-radius: 0;
    text-align: left;
  }
  .floor-vote .summary .progress {
    display: none;
  }
  .floor-vote .summary .progress-caption .yea-votes,
.floor-vote .summary .progress-caption .nay-votes {
    float: none;
    display: block;
  }

  .category-filter {
    display: none;
  }

  .grid.full-page-grid .grid-cell {
    float: none;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .grid.full-page-grid .grid-cell .inner-wrap {
    position: static;
  }
  .grid.full-page-grid .grid-cell .date,
.grid.full-page-grid .grid-cell .copy {
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: left;
  }
  .grid.full-page-grid .grid-cell .copy {
    padding: 0;
  }
  .grid.full-page-grid .grid-cell h3 {
    text-align: left;
  }
  .grid.full-page-grid .grid-cell .fleur-de-lis {
    display: none;
  }
  .grid.full-page-grid .grid-cell.video-cell p {
    display: none;
  }

  .timeline-filter {
    display: none;
  }
}