@charset "UTF-8";
/*!
 *   ___ _ __   __ _  __ _  __ _  ___
 *  / _ \ '_ \ / _` |/ _` |/ _` |/ _ |
 * |  __/ | | | (_| | (_| | (_| |  __/
 *  \___|_| |_|\__, |\__,_|\__, |\___|
 *              __/ |       __/ |
 *             |___/       |___/
 *
 * Developed by Engage LLC (http://enga.ge)
 */
.wp-caption-dd {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #24423F;
}

@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Italic.woff2") format("woff2"), url("../font/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../font/OpenSans-Regular.woff2") format("woff2"), url("../font/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Miller Text";
  src: url("../font/MillerText-Roman.woff2") format("woff2"), url("../font/MillerText-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Miller Text";
  src: url("../font/MillerText-Bold.woff2") format("woff2"), url("../font/MillerText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Regular.woff2") format("woff2"), url("../font/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Bold.woff2") format("woff2"), url("../font/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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,
  .dropup > .btn > .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #213843;
  text-decoration: none;
}
a:hover, a:focus {
  color: #080d10;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .main-feed .post.single-post img, .main-feed .post > img, .latest-news .post.single-post img, .latest-news .home-post > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.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: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
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: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

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

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

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: #213843;
}

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

.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: #213843;
}

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

.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
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: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

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: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.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.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.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: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #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, .split-section .right-section, .split-section .left-section, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .cmte-member, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .sidebar, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .split-section .center-section, .email-signup .signup-input, .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, .cmte-member, .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, .cmte-member {
  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, .split-section .right-section, .split-section .left-section, .col-sm-4, .cmte-member, .col-sm-5, .col-sm-6, .split-section .center-section, .email-signup .signup-input, .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, .split-section .right-section, .split-section .left-section {
    width: 25%;
  }
  .col-sm-4, .cmte-member {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6, .split-section .center-section, .email-signup .signup-input {
    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, .split-section .right-section, .split-section .left-section, .col-md-3, .cmte-member, .col-md-4, .sidebar, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .split-section .center-section, .email-signup .signup-input, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2, .split-section .right-section, .split-section .left-section {
    width: 16.6666666667%;
  }
  .col-md-3, .cmte-member {
    width: 25%;
  }
  .col-md-4, .sidebar {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8, .split-section .center-section, .email-signup .signup-input {
    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: 20px;
}
.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.428571429;
  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: 15px;
    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: 20px;
  font-size: 21px;
  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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #f2f5f8;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #f2f5f8;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

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

.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: 34px;
}
.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, .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 {
  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 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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 {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
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 {
  height: auto;
}

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

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  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 {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
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 {
  height: auto;
}

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

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@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: 27px;
}
.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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  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: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  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:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #213843;
  border-color: #192a32;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #101b21;
  border-color: black;
}
.btn-primary:hover {
  color: #fff;
  background-color: #101b21;
  border-color: #040709;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #101b21;
  border-color: #040709;
}
.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: #040709;
  border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #213843;
  border-color: #192a32;
}
.btn-primary .badge {
  color: #213843;
  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:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  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:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  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:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  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:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #213843;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #080d10;
  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, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #213843;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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 .form-control:focus {
  z-index: 3;
}

.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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #f2f5f8;
  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 {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  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,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.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: #213843;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 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.428571429;
  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: #f2f5f8;
  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: #213843;
}

.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: 20px;
  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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    -webkit-box-shadow: none;
    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: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@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;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #213843;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #080d10;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #213843;
  border-color: #213843;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

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

.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 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;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

.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 {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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;
  }
}
html {
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #24423F;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 80%;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

address, blockquote, dt, dd, figcaption, li, th, td {
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1 {
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-style: normal;
}

h2 {
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
}

h3 {
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
}

h4 {
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 10px;
}

h5 {
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 10px;
}

h6 {
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 10px;
}

p {
  margin-bottom: 35px;
}

a {
  color: #24423F;
}
a:hover {
  color: #3f746e;
  text-decoration: none;
}
a:focus, a:active {
  color: #3f746e;
}

th {
  background-color: #24423F;
  color: #fff;
}

tbody > tr:nth-of-type(even) {
  background-color: #f2f5f8;
}

tbody > tr {
  border-left: 1px solid #c9cbcc;
  border-right: 1px solid #c9cbcc;
}

tbody > tr:last-of-type {
  border-bottom: 1px solid #c9cbcc;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

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.42857;
  vertical-align: top;
}

table > thead > tr > th {
  vertical-align: bottom;
}

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 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 > 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 > 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 > 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 > 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 {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  table > table {
    margin-bottom: 0;
  }
  table > table > thead > tr > th,
  table > table > thead > tr > td,
  table > table > tbody > tr > th,
  table > table > tbody > tr > td,
  table > table > tfoot > tr > th,
  table > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
.center {
  text-align: center;
}

.inline {
  display: inline-block;
}

.hidden {
  display: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
}

.btn {
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "SF Pro Display", sans-serif;
}

.btn-default {
  background-color: #24423F;
  border-color: #24423F;
  color: #fff;
}
.btn-default:focus, .btn-default:active, .btn-default:hover {
  background-color: #cea282;
  border-color: #cea282;
  color: #fff;
}

.btn-light {
  background-color: #24423F;
  border-color: #24423F;
  color: #fff;
}
.btn-light:focus, .btn-light:active, .btn-light:hover {
  background-color: #122120;
  border-color: #122120;
  color: #fff;
}

.btn-accent {
  background-color: #C0875D;
  border-color: #C0875D;
  color: #000;
}
.btn-accent:focus, .btn-accent:active, .btn-accent:hover {
  background-color: #cea282;
  border-color: #cea282;
  color: #fff;
}

.btn-alert {
  background-color: #e52d27;
  border-color: #e52d27;
  color: #fff;
}
.btn-alert:focus, .btn-alert:active, .btn-alert:hover {
  background-color: #c21d17;
  border-color: #c21d17;
  color: #fff;
}

.btn-share {
  background-color: #f2f5f8;
  border-color: #f2f5f8;
  color: #C0875D;
}
.btn-share.email {
  position: relative;
}
.btn-share.email .addthis_sharing_toolbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-share:focus, .btn-share:active, .btn-share:hover {
  color: #fff;
}
.btn-share:focus.print-button, .btn-share:active.print-button, .btn-share:hover.print-button {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-share:focus.twitter, .btn-share:active.twitter, .btn-share:hover.twitter {
  background-color: #00aced;
  border-color: #00aced;
}
.btn-share:focus.facebook, .btn-share:active.facebook, .btn-share:hover.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-share:focus.g-plus, .btn-share:active.g-plus, .btn-share:hover.g-plus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-share:focus.email, .btn-share:active.email, .btn-share:hover.email {
  position: relative;
  background-color: #3c9ce6;
  border-color: #3c9ce6;
}

.btn-secondary {
  background-color: #f2f5f8;
  border-color: #f2f5f8;
  color: #C0875D;
  text-transform: none;
}
.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
  background-color: #f2f5f8;
  border-color: #f2f5f8;
  box-shadow: none;
  color: #C0875D;
}
.btn-secondary.filter-by {
  max-width: 22.8125rem;
  font-size: 1rem;
  color: #C0875D;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .btn-secondary.filter-by {
    font-size: 0.875rem;
  }
}

.filter-by + .dropdown-menu {
  background-color: #C0875D;
}
.filter-by + .dropdown-menu li {
  text-transform: uppercase;
}
.filter-by + .dropdown-menu li a {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.filter-by + .dropdown-menu li a:hover {
  color: #fff;
  background-color: #24423F;
}

.btn-group.open .btn-secondary.dropdown-toggle {
  box-shadow: none;
}

.btn-group > .btn:hover {
  z-index: auto;
}

.btn-group.share > .btn {
  width: 2.8125rem;
}

.input-group .form-control {
  height: 2.1875rem;
  background-color: #f2f5f8;
  border-color: #f2f5f8;
  box-shadow: none;
  color: #C0875D;
}

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

.meta .date,
.meta .type {
  font-family: "SF Pro Display", sans-serif;
  font-family: 1rem;
  font-family: 400;
  color: #C0875D;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-transform: uppercase;
}
.meta i {
  font-size: 0.6em;
}
.meta .type:before {
  content: "—";
  margin: 0 0.3125rem 0 0.1875rem;
  font-size: 0.6em;
}

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

ul.pagination {
  display: inline-block !important;
}

.hearing-alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1035;
  overflow: hidden;
  width: 100%;
  height: 5.3125rem;
  background-color: #C0875D;
  line-height: 5.3125rem;
  font-family: "Open Sans", sans-serif;
  color: #24423F;
}
@media only screen and (max-width: 767px) {
  .hearing-alert .container, .hearing-alert .row {
    position: relative;
  }
  .hearing-alert .play-logo {
    display: none;
  }
  .hearing-alert .heading-text {
    position: relative;
    height: 5.3125rem;
  }
  .hearing-alert h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.25rem !important;
    font-size: 0.9375rem;
  }
  .hearing-alert .watch-link {
    font-size: 0.9375rem;
  }
  .hearing-alert .fa-play-circle {
    display: none;
  }
}
.hearing-alert .play-logo {
  position: relative;
  font-size: 3em;
}
.hearing-alert .play-logo i {
  position: relative;
  z-index: 3;
}
.hearing-alert .play-background {
  position: absolute;
  top: 50%;
  transform: translate(50%, -40%);
  z-index: 2;
  background-color: #fff;
  width: 1.75rem;
  height: 1.75rem;
}
.hearing-alert h1 {
  font-family: "Open Sans", sans-serif;
  line-height: inherit;
  margin: 0;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 61.875rem) {
  .hearing-alert h1 {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 61.875rem) {
  .hearing-alert h1 {
    margin-top: 1.9375rem;
  }
}
.hearing-alert .heading-emphasis {
  font-weight: 800;
}
.hearing-alert .watch-button {
  position: relative;
  height: inherit;
}
.hearing-alert .watch-link {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  line-height: 1.4375rem;
  display: block;
  border: 0.125rem solid #fff;
  border-radius: 0.375rem;
  background-color: #C0875D;
  text-transform: uppercase;
  color: #24423F;
  padding: 0.7em 1em;
  transition: background-color 300ms;
}
.hearing-alert .watch-link:hover {
  background-color: #fff;
}

.navbar-custom {
  border-radius: 0;
  border: none;
  background-color: #24423F;
  box-shadow: 0.1875rem -0.3125rem 0.625rem 0.3125rem rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .navbar-custom {
    max-width: 100%;
    width: 100vw;
  }
  .navbar-custom .container, .navbar-custom .navbar-header, .navbar-custom .navbar-collapse {
    max-width: 100%;
  }
}
.navbar-custom .home-link {
  line-height: 9.375rem;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .home-link {
    line-height: 5.625rem;
  }
}
.navbar-custom .nav a {
  color: #fff;
}
.navbar-custom .nav a:hover, .navbar-custom .nav a:focus {
  background-color: transparent;
}
.navbar-custom .main-links {
  position: relative;
  top: 4.25rem;
  margin-right: 1rem !important;
  margin-top: -0.5rem !important;
}
.navbar-custom .main-links li {
  font-weight: bold;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .navbar-custom .main-links li {
    font-size: 0.75rem;
  }
}
.navbar-custom .main-links a:after {
  width: 0%;
  border-bottom: 0.1875rem solid #C0875D;
  transition: width 400ms ease-in-out;
}
.navbar-custom .main-links a.active:after, .navbar-custom .main-links a:hover:after {
  width: 100%;
}
.navbar-custom .social-links li {
  font-size: 1.375rem;
}
.navbar-custom .social-links li a {
  color: #fff;
}
.navbar-custom .social-links li a.twitter:hover {
  color: #00aced;
}
.navbar-custom .social-links li a.facebook:hover {
  color: #3b5998;
}
.navbar-custom .social-links li a.instagram:hover {
  color: #517fa4;
}
.navbar-custom .social-links li a.youtube:hover {
  color: #bb0000;
}
.navbar-custom .social-links li a.google-plus:hover {
  color: #dd4b39;
}
.navbar-custom .social-links li a.tumblr:hover {
  color: #32506d;
}
.navbar-custom .social-links li a.linkedin:hover {
  color: #007bb6;
}
.navbar-custom .social-links li a.rss:hover {
  color: #ff6600;
}
.navbar-custom .social-links li a.envelope:hover {
  color: #3c9ce6;
}
.navbar-custom .social-links li:hover a {
  color: #C0875D;
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .navbar-custom .social-links li {
    font-size: 1rem;
  }
}
.navbar-custom .nav-search {
  display: inline-block;
  height: 9.375rem;
}
.navbar-custom .nav-search form, .navbar-custom .nav-search .input-group {
  position: relative;
  height: 9.375rem;
  width: 15.625rem;
}
.navbar-custom .nav-search .search-form {
  max-width: 15.625rem;
}
.navbar-custom .nav-search .form-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  max-width: 12.75rem;
  border-radius: 0.1875rem;
  padding-left: 0.5em;
  margin: 0 0.25em;
  color: #24423F;
}
.navbar-custom .nav-search #search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 50%;
  border: 0.125rem solid #24423F;
  background-color: #C0875D;
  border-color: #C0875D;
  text-align: center;
  color: #fff;
  transition: border 300ms, color 300ms;
}
.navbar-custom .nav-search #search-btn:focus, .navbar-custom .nav-search #search-btn:hover {
  border: 0.125rem solid #fff;
  background-color: #24423F;
}
.navbar-custom .nav-search #search-btn .fa {
  display: block;
  line-height: 1.6875rem;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-custom .navbar-toggle:hover .icon-bar,
.navbar-custom .navbar-toggle:focus .icon-bar {
  background-color: #24423F;
}
.navbar-custom .nav-main-item {
  display: inline-block;
  margin: 0 0.3125rem;
}
.navbar-custom .nav-main-link {
  color: #fff;
  font-family: "SF Pro Display", sans-serif;
  font-weight: bold;
}
.navbar-custom .nav-main-link:hover .nav-underline {
  top: -2.125rem;
  height: 0.375rem;
}
.navbar-custom .nav-main-link:hover ~ .nav-drop {
  display: block;
}
.navbar-custom .single-nav-item {
  position: relative;
  margin: 0 0.3125rem;
  padding: 0.1875rem 0.3125rem;
  list-style-type: none;
  border-radius: 0.25rem;
  transition: background-color 300ms;
}
.navbar-custom .single-nav-item.has-sub-menu {
  z-index: 1040;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar-custom .single-nav-item:hover, .navbar-custom .single-nav-item:focus, .navbar-custom .single-nav-item:focus-within {
  background-color: #24423F;
  border-bottom: 0.125rem solid #36635f;
}
.navbar-custom .single-nav-item:hover .nav-drop, .navbar-custom .single-nav-item:focus .nav-drop, .navbar-custom .single-nav-item:focus-within .nav-drop {
  max-height: 25rem;
}
.navbar-custom .sub-nav-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.navbar-custom .sub-nav-menu .nav-main-item {
  width: 100%;
}
.navbar-custom .sub-nav-menu .nav-main-link {
  font-weight: 400 !important;
  font-size: 1rem;
  text-transform: uppercase;
}
.navbar-custom .nav-drop {
  position: absolute;
  left: 0;
  top: 2.0625rem;
  z-index: 1039;
  min-width: 15.625rem;
  overflow: hidden;
  background-color: #24423F;
  height: auto;
  max-height: 0;
  border-radius: 0.25rem;
  border-top-left-radius: 0rem;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 16px;
  transition: max-height 500ms;
}
.navbar-custom .nav-drop .nav-main-item {
  margin-left: 0;
  margin-right: 0;
}
.navbar-custom .nav-drop .nav-main-item:first-of-type {
  border-top-right-radius: 0.25rem;
}
.navbar-custom .nav-drop .nav-main-item:first-of-type:after {
  top: 0.25rem;
  height: 90%;
}
.navbar-custom .nav-drop .nav-main-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.navbar-custom .nav-drop .nav-main-item:last-of-type:after, .navbar-custom .nav-drop .nav-main-item:last-of-type:before {
  height: 90%;
}
.navbar-custom .nav-drop .nav-main-item:hover {
  background-color: #fff !important;
}
.navbar-custom .nav-drop .nav-main-item:hover a {
  color: #24423F;
}
.navbar-custom .nav-drop .nav-main-link {
  position: relative;
  z-index: 5001;
  display: block;
  padding: 0.625rem 0.9375rem !important;
  font-weight: 600;
  background-color: #24423F;
  transition: background-color 300ms, color 300ms;
}
.navbar-custom .nav-drop .nav-main-link:after, .navbar-custom .nav-drop .nav-main-link:before {
  position: absolute;
  top: 0;
  z-index: -1;
  content: " ";
  height: 100%;
  width: 0.3125rem;
  border: none;
}
.navbar-custom .nav-drop .nav-main-link:after {
  right: -0.3125rem;
}
.navbar-custom .nav-drop .nav-main-link:before {
  left: -0.3125rem;
}
.navbar-custom .nav-drop .nav-main-link:hover:after, .navbar-custom .nav-drop .nav-main-link:hover:before {
  width: 0.3125rem !important;
}
.navbar-custom .nav-drop .nav-main-link:hover:after {
  box-shadow: 0.3125rem 0 0.375rem -0.3125rem rgba(0, 0, 0, 0.3) inset;
}
.navbar-custom .nav-drop .nav-main-link:hover:before {
  box-shadow: -0.3125rem 0 0.375rem -0.3125rem rgba(0, 0, 0, 0.3) inset;
}

@media only screen and (max-width: 1200px) {
  .navbar-collapse {
    display: none;
  }
}

.show-mobile {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .show-mobile {
    display: block;
  }
}
.show-mobile button {
  background: none;
  border: none;
  color: #fff;
  font-size: 2em;
}

.nav-modal {
  background-color: #24423f;
}
.nav-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  z-index: 10010 !important;
  background-color: #24423F;
  padding: 1em;
}
@media only screen and (max-width: 34.375rem) {
  .nav-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
  }
}
.nav-modal .modal-header, .nav-modal .container, .nav-modal .modal-content {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.nav-modal .close {
  font-size: 2em;
  color: #fff !important;
}
.nav-modal .search-form {
  width: 100%;
  margin-bottom: 1.25rem;
}
.nav-modal .search-form .input-group {
  display: block;
}
.nav-modal .search-form input {
  width: 100%;
  border-radius: 0;
  font-size: 1.8em;
  height: auto;
  margin-bottom: 0.625rem;
}
.nav-modal .search-form #search-btn-mobile, .nav-modal .search-form #search-btn-mobile-search {
  width: 100%;
  display: block;
  margin-top: 0.3125rem;
  padding: 0.75rem 0;
  border: 0.125rem solid #fff;
  background-color: #24423F;
  font-size: 1.8em;
  color: #fff;
  transition: all 300ms;
}
.nav-modal .search-form #search-btn-mobile:hover, .nav-modal .search-form #search-btn-mobile-search:hover {
  background-color: #fff;
  color: #24423F;
}
.nav-modal .navbar-container {
  margin-top: 4.375rem;
}
.nav-modal .navbar-nav {
  float: none;
  display: inline-block;
  width: 100%;
  padding-left: 0.625rem;
}
.nav-modal .navbar-nav li {
  float: none;
}
.nav-modal .navbar-nav:last-child {
  padding-bottom: 1.875rem;
}
.nav-modal .social-nav {
  padding: 1.25rem 0;
}
.nav-modal .social-nav li {
  display: inline-block;
  margin: 0 0.3125rem;
  text-align: center;
}
.nav-modal .social-nav li a {
  border-radius: 50%;
  background-color: #2d534f;
  width: 3.5625rem;
  height: 3.5625rem;
  font-size: 1.875rem;
  line-height: 1;
  transition: background-color 500ms, color 500ms;
}
.nav-modal .social-nav li a:hover {
  color: #C0875D;
  background-color: #1b322f;
}
.nav-modal .home-link {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  transform: translateX(-50%);
}
.nav-modal .home-link img {
  max-width: 6.875rem;
}
.nav-modal .single-nav-item {
  display: block;
  font-family: "Open Sans", sans-serif;
}
.nav-modal .single-nav-item .nav-main-link {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 700;
}
.nav-modal .nav-drop ul {
  padding-left: 1.25rem;
}
.nav-modal .nav-drop li {
  display: block;
}
.nav-modal .nav-drop .nav-main-link {
  display: inline-block;
}
.nav-modal .nav-drop .nav-main-link {
  font-size: 1.2em;
  font-weight: 300;
}

.popular-searches p {
  margin-top: 1em;
  font-size: 2em;
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.popular-searches ul {
  padding: 0 0 0 0.625rem;
}
.popular-searches li {
  display: block;
  margin-bottom: 0.6em;
  font-size: 1.5em;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: color 300ms;
}
.popular-searches li:hover {
  color: #24423F;
}
.popular-searches li a {
  color: inherit;
}

.page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}
.page-header .btn-accent {
  display: block;
  margin: 0 auto 3.125rem;
  max-width: 10.9375rem;
  padding: 0.875rem 2.5rem;
}

.homepage-banner {
  background-color: #C0875D;
  background-image: url("../../img/bg-title.jpg");
  background-size: cover;
  background-position: center;
}
.homepage-banner .content {
  width: max-content;
  max-width: 100%;
}
.homepage-banner h1 {
  margin: 2.8125rem 0;
  color: #24423F;
  font-family: "Miller Text", sans-serif;
  text-align: center;
  font-size: 3.5rem;
}
.homepage-banner h1 span {
  display: block;
}
.homepage-banner h1 span:nth-child(1), .homepage-banner h1 span:nth-child(3) {
  font-family: "SF Pro Display", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.homepage-banner h1 span:nth-child(3) {
  color: #fff;
}
.homepage-banner h1 span:nth-child(2) {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 43.75rem) {
  .homepage-banner h1 {
    margin: 2.5rem auto;
  }
  .homepage-banner h1 span:nth-child(1), .homepage-banner h1 span:nth-child(3) {
    font-family: "SF Pro Display", sans-serif;
    font-weight: 700;
    font-size: 0.625rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
  }
  .homepage-banner h1 span:nth-child(2) {
    font-size: 1.75rem;
  }
}

.hero-slider {
  margin: 0 !important;
  width: 100%;
  height: 12.5rem;
  border: none !important;
  background: #FFF;
}

.slider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  outline: none;
  border: none;
  background: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 2.6em;
  transform: translateY(-50%);
  transition: color, 300ms;
}
.slider .slick-arrow:hover {
  color: #c0875d;
}
@media only screen and (max-width: 767px) {
  .slider .slick-arrow.slide-next {
    right: 0;
  }
  .slider .slick-arrow.slide-prev {
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .slider .slick-arrow.slide-next {
    right: 0.4375rem;
  }
  .slider .slick-arrow.slide-prev {
    left: 0.4375rem;
  }
}
.slider .slick-list {
  height: inherit;
}
.slider .slick-list .slick-track {
  height: inherit;
}
.slider .slick-list .slick-track article .cell-overlay {
  background: none;
  height: inherit;
}
.slider .slick-list .slick-track article {
  height: inherit;
}
.slider .slick-list .slick-track .slick-slide {
  height: inherit;
}
.slider .slick-dots {
  z-index: 100;
  position: relative;
  top: -14%;
  overflow: visible;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slider .slick-dots {
    top: -8%;
  }
}
.slider .slick-dots li {
  display: inline-block;
  color: rgba(0, 0, 0, 0);
  height: 0.75rem;
  width: 0.75rem;
  margin: 0.3125rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-radius: 6.25rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.3);
  border-radius: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .slider .slick-dots li {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.3125rem 0.625rem;
  }
}
.slider .slick-dots li button {
  display: none;
}
.slider .slick-dots li.slick-active {
  background: #fff;
}
.slider .slick-dots li:hover {
  border: 0.125rem solid rgba(255, 255, 255, 0.5);
}

.featured-post {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.featured-post.post {
  cursor: pointer;
}
.featured-post .slider-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.featured-post .icon-wrapper {
  text-align: center;
  margin: 5em 0;
  color: #C0875D;
}
@media only screen and (max-width: 767px) {
  .featured-post .icon-wrapper {
    margin: 2em 0;
  }
}
.featured-post .icon-wrapper img {
  margin: 0 auto;
  max-height: 5.625rem;
  max-width: 5.625rem;
}
.featured-post .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .featured-post .content {
    width: 90%;
  }
}
.featured-post .featured-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .featured-post .featured-title {
    font-size: 2em;
  }
}
.featured-post .button-wrapper {
  position: absolute;
  bottom: 1.25rem;
  width: 100%;
  text-align: center;
}
.featured-post .button-wrapper .btn {
  margin: 0 auto;
  background-color: #C0875D;
  border: none;
  padding: 0.75rem 1.625rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #24423F;
}
.featured-post .button-wrapper .btn:hover {
  background-color: #cea282;
}

.homepage-buttons {
  margin: 3.125rem auto;
  max-width: 81.25rem;
  width: 100%;
}
.homepage-buttons .homepage-buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0rem 0.9375rem;
}
.homepage-buttons .homepage-buttons-wrapper .homepage-button {
  padding: 1.125rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #24423F;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1rem;
  color: white;
  min-width: 15.625rem;
  margin: 0.625rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}
.homepage-buttons .homepage-buttons-wrapper .homepage-button:hover {
  cursor: pointer;
  background-color: #000000;
}

@media only screen and (min-width: 48rem) {
  .section-title-wrapper {
    padding-left: 0;
  }
}

.section-title {
  color: #C0875D;
  font-size: 3em;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 2.5em;
  }
}

.home-news {
  margin-bottom: 3.125rem;
}
.home-news .row {
  margin: 0;
}
.home-news .post h3 {
  font-size: 1.6875rem;
  font-weight: 500;
}
.home-news .post h3 {
  margin-bottom: 0;
}
.home-news .post p {
  margin-bottom: 0rem;
}
.home-news .post .post-footer {
  clear: both;
  margin-bottom: 5.625rem;
}

.see-more-wrapper .btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hearings-section {
  padding: 2.5rem 0;
  background-color: #C0875D;
  background-image: url("../../img/bg-events.png");
  background-size: cover;
}
.hearings-section .section-title {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .recent-hearings {
    padding: 0 2em;
  }
}

.hearing {
  overflow: hidden;
  margin-bottom: 1.2em;
  min-height: 8.375rem;
  border-radius: 0.25rem;
  height: auto;
  box-shadow: 0 0 0 #000;
  transform: scale(1);
  transition: all 400ms;
}
.hearing:hover, .hearing:focus {
  transform: scale(1.05);
  box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.6);
}
.hearing .event-time-type {
  color: #656565;
}

.event-date {
  position: relative;
  background-color: #24423F;
  color: #fff;
  padding: 1.5em;
  min-height: inherit;
  height: 100%;
}

.event-month,
.event-day {
  display: block;
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.5;
}

.event-day {
  font-weight: 600;
}

.event-subcommittee {
  color: #24423F;
}
.event-subcommittee .fa-gavel {
  display: inline-block;
  margin: 0 0.5em;
  color: #8fa9c2;
}

.event-details {
  padding: 0.7em 1.5em 0.7em 1.5em;
  min-height: inherit;
  background-color: #fff;
}

.event-date,
.event-details {
  margin-bottom: -6249.9375rem;
  padding-bottom: 6249.9375rem;
}

.event-time-type {
  color: #C0875D;
  font-weight: bold;
  font-family: "SF Pro Display", sans-serif;
  text-transform: uppercase;
  margin: 0.8em 0;
  font-size: 1rem;
}
.event-time-type i {
  color: #8fa9c2;
  font-size: 0.7em;
}

.event-title {
  font-family: "Miller Text", sans-serif;
  color: #C0875D;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
}

.event-past {
  line-height: 0.5;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 1.25rem;
}

.event-past span {
  display: inline-block;
  position: relative;
}

.event-past span:before,
.event-past span:after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  border-bottom: 0.0625rem solid white;
  top: 0;
  width: 100%;
}

.event-past span:before {
  right: 100%;
  margin-right: 0.9375rem;
}

.event-past span:after {
  left: 100%;
  margin-left: 0.9375rem;
}

.hearings-link {
  display: inline-block;
  background-color: #24423F;
  border: 0.125rem solid #24423F;
  border-radius: 0.3125rem;
  padding: 0.1875rem 1.25rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color 300ms, color 300ms;
}
.hearings-link:hover, .hearings-link:focus {
  background-color: #fff;
  color: #24423F;
}

.custom-select {
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-bottom: 0.625rem;
  transform: translateZ(0);
}
.custom-select:before {
  position: absolute;
  padding: 0 !important;
  width: 3.125rem;
  top: 0;
  right: 0.125rem;
  content: "\f078";
  text-align: center;
  height: 100%;
  cursor: pointer;
  font-size: 1.375rem;
  color: #ad1e2a;
  background: none;
  font: normal normal normal 0.875rem/1 FontAwesome !important;
  font-size: inherit !important;
  text-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 3.0625rem !important;
  line-height: 3.0625rem !important;
  background: none;
  color: #ad1e2a;
  width: 2rem;
  font-size: 0.9375rem !important;
}
.custom-select select {
  display: block;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
  color: #8fa9c2;
  background-color: #f2f5f8 !important;
  border-radius: 0.1875rem !important;
  border: none !important;
  box-shadow: none;
  letter-spacing: 0.01em;
  font-size: 1.125rem;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  margin-bottom: 0.625rem;
  height: 3.125rem;
  line-height: 2.8125rem;
  padding: 0 0.9375rem;
  cursor: pointer;
  font-weight: 400;
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
  background: transparent;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0;
}
.custom-select:hover, .custom-select:focus {
  background: #f3f3f3;
}
.custom-select:hover:before, .custom-select:focus:before {
  color: rgb(130, 22, 31) !important;
}

.custom-calendar-wrapper #full-clndr .calendar-nav span, .custom-select, .custom-select:before, .custom-select select {
  transition: all 600ms;
}

@media only screen and (max-width: 991px) {
  .calendar-widget {
    padding-bottom: 1.875rem;
  }
}
.custom-calendar-wrapper .addtocalendar {
  position: relative;
  top: 0;
  right: 0;
  font-size: 0.875rem;
  padding: 0.3125rem;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.625rem;
}
.custom-calendar-wrapper .addtocalendar .atcb-list {
  box-shadow: 0 0 0.1875rem 0rem #BDBDBD;
  z-index: 99999999999;
  transform: translateZ(0);
}
.custom-calendar-wrapper .addtocalendar .atcb-link {
  background: #AD1E2A;
  border-radius: 0.125rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
.custom-calendar-wrapper .addtocalendar .atcb-link:hover {
  background: #82161f;
}
.custom-calendar-wrapper .atcb-item-link {
  text-decoration: none;
  outline: none;
  display: block;
  padding: 0.125rem 0.3125rem;
  background: #fff;
  text-align: left;
  color: #AD1E2A;
}
.custom-calendar-wrapper h3.title {
  position: relative;
  padding-top: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.75556em;
  font-style: normal;
  letter-spacing: -0.0625rem;
  color: #465767;
  text-align: left;
  margin-bottom: 1.25rem;
  text-align: left;
  padding: 0.5rem 0 0 1.875rem;
}
.custom-calendar-wrapper .calendar-feed {
  padding: 1.5625rem;
  max-width: 50rem;
  margin: 4.0625rem auto 0;
  background: none;
  padding: 1.5625rem 0 0 2.1875rem;
  max-width: 50rem;
  margin: 4.0625rem 0 0;
  background: none;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide {
  margin-bottom: 1.5625rem;
  background: #eaeaec;
  padding: 1.5625rem;
  height: auto;
  animation-duration: 400ms;
  animation-fill-mode: both;
  animation-name: growIn;
  overflow: visible;
  position: relative;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(1) {
  z-index: 350;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(2) {
  z-index: 345;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(3) {
  z-index: 340;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(4) {
  z-index: 335;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(5) {
  z-index: 330;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(6) {
  z-index: 325;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(7) {
  z-index: 320;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(8) {
  z-index: 315;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(9) {
  z-index: 310;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(10) {
  z-index: 305;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(11) {
  z-index: 300;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(12) {
  z-index: 295;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:nth-child(13) {
  z-index: 290;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide p {
  margin: 0;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide .event-information {
  height: auto;
  overflow: visible;
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide .event-information h3 {
  padding-right: 1.125rem;
}
.custom-calendar-wrapper .calendar-feed .calendar-slide:last-child {
  margin-bottom: 0;
}
.custom-calendar-wrapper label {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  margin: 0;
}
.custom-calendar-wrapper .calendar-dropdowns select {
  margin: 0 auto;
}
.custom-calendar-wrapper .calendar-dropdowns select::-ms-expand {
  display: none !important;
}
.custom-calendar-wrapper .calendar-dropdowns button {
  height: 3.125rem;
  display: block;
  width: 100%;
  padding: 0;
  margin-top: 0.625rem;
  line-height: 3.125rem;
  font-size: 1.125rem !important;
}
.custom-calendar-wrapper .loading-calendar-events {
  display: none;
  text-align: center;
  padding: 1.25rem 0;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  animation-duration: 200ms;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.custom-calendar-wrapper .loading-calendar-events.active {
  display: block;
}
@media only screen and (max-width: 991px) {
  .custom-calendar-wrapper .loading-calendar-events {
    padding: 0.625rem 0;
  }
}
.custom-calendar-wrapper #full-clndr {
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
  padding-top: 1.8125rem;
  -webkit-font-smoothing: antialiased;
}
.custom-calendar-wrapper #full-clndr .calendar-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.custom-calendar-wrapper #full-clndr .calendar-nav span {
  margin-top: 1.25rem;
  font-size: 2.8125rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  color: #ccc;
}
.custom-calendar-wrapper #full-clndr .calendar-nav span:hover {
  color: #495766;
}
.custom-calendar-wrapper #full-clndr .clndr-grid {
  position: relative;
  z-index: 333;
  overflow: hidden;
  margin: 0 auto;
}
.custom-calendar-wrapper #full-clndr .clndr-grid .clndr-header {
  position: relative;
  width: 100%;
  font-weight: 700;
  background-color: #24423F;
  color: #fff;
  height: 3.125rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
.custom-calendar-wrapper #full-clndr .clndr-grid .current-calendar h4 {
  line-height: 3.125rem;
  margin: 0;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-calendar-wrapper #full-clndr .clndr-grid .clndr-previous-button, .custom-calendar-wrapper #full-clndr .clndr-grid .clndr-next-button {
  position: absolute;
  top: 0;
  width: 1.25rem;
  height: inherit;
  text-align: center;
  font-size: 1.875rem;
  color: #fff;
  transition: color 500ms;
}
.custom-calendar-wrapper #full-clndr .clndr-grid .clndr-previous-button:hover, .custom-calendar-wrapper #full-clndr .clndr-grid .clndr-next-button:hover {
  color: #24423F;
}
.custom-calendar-wrapper #full-clndr .clndr-grid .clndr-previous-button .fa, .custom-calendar-wrapper #full-clndr .clndr-grid .clndr-next-button .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-calendar-wrapper #full-clndr .clndr-grid .clndr-previous-button {
  left: 0;
}
.custom-calendar-wrapper #full-clndr .clndr-grid .clndr-next-button {
  right: 0.625rem;
}
.custom-calendar-wrapper #full-clndr .days {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 0 0 0.1875rem 0.1875rem;
}
.custom-calendar-wrapper #full-clndr .days .day-number {
  line-height: 1.875rem;
}
.custom-calendar-wrapper #full-clndr .days .day,
.custom-calendar-wrapper #full-clndr .days .empty {
  float: left;
  width: 14.2857%;
  height: 2.625rem;
  padding: 0.3125rem 0;
  text-align: center;
  color: #4f4f4f;
  border: 0.125rem solid transparent;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  transition: all 225ms ease;
}
.custom-calendar-wrapper #full-clndr .days .day.event,
.custom-calendar-wrapper #full-clndr .days .empty.event {
  cursor: pointer;
}
.custom-calendar-wrapper #full-clndr .days .day.event .day-number,
.custom-calendar-wrapper #full-clndr .days .empty.event .day-number {
  position: relative;
  display: inline-block;
  color: #24423F;
  font-weight: 600;
}
.custom-calendar-wrapper #full-clndr .days .day.event:hover,
.custom-calendar-wrapper #full-clndr .days .empty.event:hover {
  background-color: #24423F;
  border-radius: 0.1875rem;
}
.custom-calendar-wrapper #full-clndr .days .day.event:hover .day-number,
.custom-calendar-wrapper #full-clndr .days .empty.event:hover .day-number {
  color: #fff;
}
.custom-calendar-wrapper #full-clndr .days .day.adjacent-month .day-number,
.custom-calendar-wrapper #full-clndr .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
.custom-calendar-wrapper #full-clndr .days .today {
  border: 0.125rem solid #6d8fb1;
  border-radius: 0.1875rem;
}
.custom-calendar-wrapper #full-clndr .calendar-details {
  padding-top: 2.0625rem;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap {
  background: #fff;
  display: block;
  height: 28rem;
  box-shadow: 0 0 0.0625rem 0.0625rem #253978;
  padding: 1.5625rem 1.25rem;
  position: relative;
  overflow: scroll;
  overflow: touch;
  max-width: 42.5rem;
  margin: 0 auto;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .select-a-day {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.25rem;
  width: 70%;
  color: #B7B7B7;
  padding: 1.5625rem;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group {
  display: none;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .addtocalendar {
  position: relative;
  padding: 0;
  margin-top: 0.9375rem;
  margin-left: 0;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group h3 {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
  margin-top: 0.625rem;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group h3 a {
  color: #253978;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group h3 a:hover {
  opacity: 0.8;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .tags {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 0.625rem;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item {
  display: none;
  animation-duration: 400ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  position: relative;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(1) {
  animation-delay: 0ms;
  z-index: 350;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(2) {
  animation-delay: 100ms;
  z-index: 345;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(3) {
  animation-delay: 200ms;
  z-index: 340;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(4) {
  animation-delay: 300ms;
  z-index: 335;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(5) {
  animation-delay: 400ms;
  z-index: 330;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(6) {
  animation-delay: 500ms;
  z-index: 325;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(7) {
  animation-delay: 500ms;
  z-index: 320;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(8) {
  animation-delay: 500ms;
  z-index: 315;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(9) {
  animation-delay: 500ms;
  z-index: 310;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(10) {
  animation-delay: 500ms;
  z-index: 305;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(11) {
  animation-delay: 500ms;
  z-index: 300;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(12) {
  animation-delay: 500ms;
  z-index: 295;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:nth-child(13) {
  animation-delay: 500ms;
  z-index: 290;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .item:last-child hr {
  margin-bottom: 0;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group.active {
  display: block;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group.active .item {
  display: block;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .date {
  border: none;
  color: #475767;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .date span {
  display: block;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .date span.time {
  float: left;
  color: #475767;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .date span.type {
  float: right;
  text-transform: capitalize;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .date span.type a {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-family: "proxima-nova", sans-serif;
}
.custom-calendar-wrapper #full-clndr .calendar-details .wrap .calendar-group .date span.type a:hover {
  opacity: 0.8;
}

.alert-bar {
  background-color: #f2f5f8;
}
.alert-bar a .fa {
  color: #e52d27;
}
.alert-bar h2 {
  margin: 0rem;
  font-size: 2.25rem;
  text-align: center;
  line-height: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .alert-bar h2 {
    margin-bottom: 1.5625rem;
    line-height: 1.2em;
  }
}
.alert-bar h2 a {
  color: #6c7a8c;
}

.latest-news .container {
  border-top: 0.125rem solid rgba(242, 245, 248, 0.6);
  padding-top: 1.5625rem;
}
.latest-news .col-md-4, .latest-news .sidebar {
  padding-left: 0;
  padding-right: 1.875rem;
}
@media only screen and (max-width: 991px) {
  .latest-news .col-md-4, .latest-news .sidebar {
    padding: 0;
  }
}
.latest-news .col-md-4:last-of-type, .latest-news .sidebar:last-of-type {
  padding-right: 0;
}
.latest-news .home-post {
  position: relative;
  height: 28.125rem;
  margin-bottom: 4.375rem;
  padding: 0 0.5em;
  width: 100%;
  background-size: cover;
  background-color: #24423F;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .latest-news .home-post {
    height: 25rem;
    margin-bottom: 0.625rem;
  }
}
.latest-news .home-post .screen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: #24423f;
  transition: all 400ms;
}
.latest-news .home-post .content {
  position: relative;
  z-index: 11;
  height: 100%;
}
.latest-news .home-post .post-excerpt {
  margin-top: 2.5rem;
  padding: 0 1em;
  color: rgba(255, 255, 255, 0);
  font-family: "Open Sans", sans-serif;
  text-align: left;
  font-weight: 300;
  transition: color 300ms;
}
.latest-news .home-post:hover .screen {
  background-color: rgba(36, 66, 63, 0.6);
}
.latest-news .home-post:hover .post-type {
  color: rgba(255, 255, 255, 0);
  height: 0;
  padding: 1.5625rem 0;
}
.latest-news .home-post:hover .post-excerpt {
  color: white;
}
.latest-news .home-post:hover .post-footer {
  bottom: -6.25rem;
  color: rgba(255, 255, 255, 0);
}
.latest-news .home-post .post-type {
  overflow: hidden;
  height: 7.5rem;
  padding: 2.5rem 0;
  color: #fff;
  text-transform: uppercase;
  transition: all 400ms;
}
.latest-news .home-post .post-type:after {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 0.1875rem;
  margin: 0.625rem auto;
  background-color: #24423F;
}
.latest-news .home-post .post-content {
  padding: 0;
  transition: all 400ms;
}
.latest-news .home-post h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 2.125rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  color: #fff;
}
.latest-news .home-post .meta {
  margin-bottom: 1.5625rem;
}
.latest-news .home-post > img {
  margin-bottom: 1.5625rem;
}
.latest-news .home-post .embed-responsive {
  margin-bottom: 1.5625rem;
}
.latest-news .home-post .post-footer {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 2.1875rem;
  color: #fff;
  text-align: center;
  transition: all 400ms;
}
.latest-news .post.single-post .post-header {
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #cacfd4;
}
.latest-news .post.single-post .post-footer {
  overflow: hidden;
  padding-top: 2.8125rem;
  border-top: 0.0625rem solid #cacfd4;
  border-bottom: none;
}

.main-feed .article-body a {
  text-decoration: underline;
}
.main-feed .post {
  margin-bottom: 1.25rem;
}
.main-feed .post h3 {
  font-family: "Miller Text", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.main-feed .post h3 a {
  color: #24423F;
}
.main-feed .post .subheading {
  margin-bottom: 1.5625rem;
  font-family: "Miller Text", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  color: #24423F;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  line-height: 1.1em;
}
.main-feed .post .meta {
  margin-bottom: 1.5625rem;
}
.main-feed .post p {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.main-feed .post > img {
  margin-bottom: 1.5625rem;
}
.main-feed .post .embed-responsive {
  margin-bottom: 1.5625rem;
}
.main-feed .post .post-footer {
  overflow: hidden;
  padding-bottom: 2.1875rem;
  border-bottom: 0.0625rem solid #cacfd4;
}
.main-feed .post .post-footer h4 {
  margin-bottom: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-style: normal;
  color: #24423F;
  text-transform: uppercase;
}
.main-feed .post .post-footer .btn {
  float: left;
}
.main-feed .post .post-footer .social-links {
  float: right;
  list-style-type: none;
}
.main-feed .post .post-footer .social-links li {
  float: left;
  margin-left: 0.9375rem;
  font-size: 1.375rem;
}
.main-feed .post .post-footer .social-links li a {
  color: #b4bbc2;
}
.main-feed .post .post-footer .social-links li a.twitter:hover {
  color: #00aced;
}
.main-feed .post .post-footer .social-links li a.facebook:hover {
  color: #3b5998;
}
.main-feed .post .post-footer .social-links li a.instagram:hover {
  color: #517fa4;
}
.main-feed .post .post-footer .social-links li a.youtube:hover {
  color: #bb0000;
}
.main-feed .post .post-footer .social-links li a.google-plus:hover {
  color: #dd4b39;
}
.main-feed .post .post-footer .social-links li a.tumblr:hover {
  color: #32506d;
}
.main-feed .post .post-footer .social-links li a.linkedin:hover {
  color: #007bb6;
}
.main-feed .post .post-footer .social-links li a.rss:hover {
  color: #ff6600;
}
.main-feed .post .post-footer .social-links li a.envelope:hover {
  color: #3c9ce6;
}
.main-feed .post .post-footer .tags,
.main-feed .post .post-footer .files {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-feed .post .post-footer .tags li,
.main-feed .post .post-footer .files li {
  float: left;
  margin: 0 0.9375rem 0.9375rem 0;
}
.main-feed .post .post-footer .files li {
  overflow: hidden;
  width: 6.875rem;
  height: 10.9375rem;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1em;
  word-wrap: break-word;
}
.main-feed .post .post-footer .files li img {
  display: block;
  margin: 0 auto 0.625rem;
}
.main-feed .post.single-post .post-header {
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #cacfd4;
}
.main-feed .post.single-post .post-header h3 {
  font-family: "Miller Text", sans-serif;
  font-size: 2.75rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.main-feed .post.single-post .post-header h3 a {
  color: #24423F;
}
@media only screen and (max-width: 991px) {
  .main-feed .post.single-post .post-header h3 {
    font-size: 1.875rem;
  }
}
.main-feed .post.single-post .post-header .subheading {
  margin-bottom: 1.5625rem;
  font-family: "Miller Text", sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  color: #24423F;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.main-feed .post.single-post .post-footer {
  overflow: hidden;
  padding-top: 2.8125rem;
  border-top: 0.0625rem solid #cacfd4;
  border-bottom: none;
}

.category-search {
  position: relative;
  top: 0.375rem;
}
.category-search input, .category-search button {
  height: 2.8125rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.category-search input {
  position: relative;
  top: 0.125rem;
  border: none;
  background: none;
  outline: none;
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
  background-color: #fff;
  padding-left: 1.25rem;
}
.category-search button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.category-search button:not(.dropdown-toggle) {
  padding-top: 0;
  padding-bottom: 0;
}

.category-filters {
  padding: 1.8em 0;
  border-bottom: 0.0625rem solid #24423F;
}
.category-filters h3 {
  text-transform: uppercase;
  color: #24423F;
}
@media only screen and (max-width: 767px) {
  .category-filters .filter-form .col-xs-12 {
    float: none;
  }
}
@media only screen and (max-width: 61.9375rem) {
  .category-filters .filter-form > div {
    margin-bottom: 0.625rem;
  }
}
@media only screen and (min-width: 61.9375rem) {
  .category-filters .filter-form > div {
    padding-left: 0;
  }
}
@media only screen and (min-width: 61.9375rem) {
  .category-filters .filter-form > div:nth-child(1) {
    padding-left: 0.9375rem;
  }
}
.category-filters .filter-form > div .btn {
  width: 100%;
  height: 3.4375rem;
}

.select2-container {
  z-index: 335;
  width: 100% !important;
  font-family: "SF Pro Display", sans-serif;
}
@media only screen and (max-width: 991px) {
  .select2-container {
    margin-bottom: 0.625rem;
  }
}
.select2-container .select2-selection__rendered {
  text-overflow: clip !important;
  font-size: 1.125rem;
  line-height: 2.25rem !important;
}
.select2-container .select2-selection {
  border: none;
  border-radius: 0.1875rem;
  background-color: #f2f5f8;
  outline: none !important;
  padding: 0.625rem 0;
  height: 3.4375rem;
  color: #6d8fb1 !important;
}
.select2-container .select2-selection:hover, .select2-container .select2-selection:focus {
  outline: none !important;
  border-bottom-left-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
  border: 0.0625rem solid #24423F !important;
}
.select2-container .select2-results__option {
  font-size: 1.25rem;
  padding: 0.125rem 0.5rem;
}
.select2-container .select2-selection__rendered {
  color: #24423F !important;
}
.select2-container .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.select2-container .select2-dropdown {
  position: relative;
  top: 0.4375rem;
  border: none !important;
  border-radius: 0.1875rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0rem 0rem 0.9375rem;
}

.subcommittee-select .select2-selection {
  border: 0.125rem solid #fff;
  border-radius: 0.1875rem;
  background-color: #fff;
  outline: none !important;
  padding: 0.625rem 0;
  height: 3.4375rem;
  color: #24423F !important;
  transition: border 300ms;
}
.subcommittee-select .select2-selection .select2-selection__rendered, .subcommittee-select .select2-selection .select2-selection__arrow {
  color: #24423F !important;
}
.subcommittee-select .select2-selection:hover, .subcommittee-select .select2-selection:focus {
  outline: none !important;
  border-bottom-left-radius: 0.1875rem !important;
  border-bottom-right-radius: 0.1875rem !important;
  border: 0.125rem solid #24423F !important;
}

.selectpicker,
.selectpicker .bootstrap-select {
  width: 100% !important;
}
.selectpicker .dropdown-menu .glyphicon-ok.check-mark,
.selectpicker .bootstrap-select .dropdown-menu .glyphicon-ok.check-mark {
  color: #24423F;
}

.filter-option.pull-left {
  font-size: 0.875rem;
  padding: 0.5em;
  text-transform: capitalize;
}

.bootstrap-select > .dropdown-toggle {
  padding-right: 1.125rem;
}

.dropdown-toggle {
  border: none;
  background-color: #f2f5f8;
  font-family: "Open Sans", sans-serif;
  color: #24423F !important;
  transition: all 400ms;
}
.dropdown-toggle:hover {
  color: #fff;
}
.dropdown-toggle:hover.bs-placeholder {
  color: #fff !important;
}

.facebook-slider .slider-btn,
.twitter-slider .slider-btn,
.instagram-slider .slider-btn {
  position: absolute;
  top: 5rem;
  z-index: 200;
  border: none;
  background: none;
  padding: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #fff;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  color: #24423F;
  text-align: center;
  transition: background-color 300ms, color 300ms, right 300ms, left 300ms;
}
.facebook-slider .slider-btn:hover,
.twitter-slider .slider-btn:hover,
.instagram-slider .slider-btn:hover {
  background-color: #24423F;
  color: #fff;
}
.facebook-slider .slider-btn.slide-prev,
.twitter-slider .slider-btn.slide-prev,
.instagram-slider .slider-btn.slide-prev {
  left: 1.25rem;
}
.facebook-slider .slider-btn.slide-prev .fa,
.twitter-slider .slider-btn.slide-prev .fa,
.instagram-slider .slider-btn.slide-prev .fa {
  position: relative;
  left: -0.125rem;
}
.facebook-slider .slider-btn.slide-next,
.twitter-slider .slider-btn.slide-next,
.instagram-slider .slider-btn.slide-next {
  right: 1.25rem;
}
.facebook-slider .slider-btn.slide-next .fa,
.twitter-slider .slider-btn.slide-next .fa,
.instagram-slider .slider-btn.slide-next .fa {
  position: relative;
  right: -0.125rem;
}

.twitter-slider:hover .slide-prev {
  left: 1.875rem;
}
.twitter-slider:hover .slide-next {
  right: 1.875rem;
}

.instagram-slider .slider-btn {
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(242, 245, 248, 0);
  font-size: 3.75rem;
  transition: all 500ms ease;
}
.instagram-slider .slider-btn.slide-prev {
  left: -1.25rem;
}
.instagram-slider .slider-btn.slide-next {
  right: -1.25rem;
}
@media only screen and (max-width: 768px) {
  .instagram-slider .slider-btn {
    color: rgba(242, 245, 248, 0.9);
  }
  .instagram-slider .slider-btn.slide-prev {
    left: 1.25rem;
  }
  .instagram-slider .slider-btn.slide-next {
    right: 1.25rem;
  }
}
.instagram-slider:hover .slider-btn {
  color: rgba(242, 245, 248, 0.7);
}
.instagram-slider:hover .slider-btn:hover {
  background: none;
  color: rgba(242, 245, 248, 0.9);
}
.instagram-slider:hover .slider-btn:focus, .instagram-slider:hover .slider-btn:active {
  outline: none;
}
.instagram-slider:hover .slider-btn.slide-prev {
  left: 1.25rem;
}
.instagram-slider:hover .slider-btn.slide-next {
  right: 1.25rem;
}

@media only screen and (max-width: 991px) {
  .social-col {
    margin-bottom: 0.625rem;
    padding: 0;
  }
}

.social-post {
  position: relative;
  min-height: 25rem;
  height: auto;
  background-color: #24423F;
  border-radius: 0.25rem;
  border-right: 0.0625rem solid #fff;
}
.social-post.instagram-post {
  background-color: #24423f;
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.social-post header {
  position: absolute;
  width: 100%;
  top: 1.25rem;
  text-align: center;
  font-size: 0.7em;
}
.social-post header a {
  color: #fff;
}
.social-post .instagram-header {
  text-align: left;
  padding-left: 1.25rem;
}
.social-post .instagram-header .instagram-name {
  position: relative;
  top: -0.6875rem;
  display: inline-block;
}
.social-post .instagram-header .fa-instagram {
  display: inline-block;
  padding-right: 0.75rem;
  font-size: 2.5rem;
}
.social-post .twitter-icon {
  position: absolute;
  top: 3.125rem;
  width: 100%;
  text-align: center;
  font-size: 3em;
}
.social-post .twitter-icon a {
  color: #fff;
}
.social-post .content {
  position: relative;
  top: 8.75rem;
  padding: 0 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 1.5;
  color: #fff;
}
.social-post .content a {
  color: #c29371;
}
.social-post .content a:hover, .social-post .content a:focus {
  color: #cea282;
}
.social-post .tweet-actions, .social-post .instagram-caption {
  position: absolute;
  bottom: 2.0625rem;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
}
.social-post .tweet-actions a, .social-post .instagram-caption a {
  display: inline-block;
  margin: 0 0.3125rem;
  color: #fff;
}
.social-post .tweet-actions a:hover, .social-post .instagram-caption a:hover {
  color: #e6e6e6;
}
.social-post .instagram-caption {
  padding: 0.625rem 1.25rem 0;
  text-align: left;
  background-color: rgba(36, 66, 63, 0.6);
}

.sidebar > div {
  margin-bottom: 3.75rem;
}
.sidebar h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-style: normal;
  color: #24423F;
  text-transform: uppercase;
}

.sidebar .chairman .profile-img {
  margin-bottom: 1.25rem;
  width: 10.625rem;
  height: 10.625rem;
  border-radius: 50%;
}
.sidebar .chairman h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-style: normal;
}

.sidebar .calendar {
  height: 15.625rem;
}

.sidebar .tags .tag-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebar .tags .tag-list li {
  font-weight: 600;
}
.sidebar .tags .tag-list li a {
  color: #24423F;
}
.sidebar .tags .tag-list li a:hover {
  text-decoration: underline;
}

.sidebar .related .related-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebar .related .related-list li {
  margin-bottom: 1.5625rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
.sidebar .related .related-list li a {
  display: block;
  line-height: 1.2em;
  color: #24423F;
}
.sidebar .related .related-list li a:hover {
  text-decoration: underline;
}
.sidebar .related .related-list li .date,
.sidebar .related .related-list li .type {
  font-size: 0.75rem;
}

.sidebar .browse {
  width: 100%;
  max-width: 18.3125rem;
}
.sidebar .browse .wrapper {
  margin-bottom: 0.9375rem;
}
.sidebar .browse .btn.year {
  margin-right: 0.625rem;
}
.sidebar .browse .btn.month {
  width: 8.8125rem;
}
.sidebar .browse .btn.issue-sel {
  width: 15.25rem;
}

.home-social-feed {
  margin-top: 2em;
}
.home-social-feed .col-sm-4, .home-social-feed .cmte-member {
  padding-left: 0;
  padding-right: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .home-social-feed .col-sm-4, .home-social-feed .cmte-member {
    padding: 0;
  }
}
.home-social-feed .col-sm-4:last-of-type, .home-social-feed .cmte-member:last-of-type {
  padding-right: 0;
}
.home-social-feed .row.videos p {
  margin: 0.5rem 0 0.9375rem;
  color: #24423F;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 600;
}
.home-social-feed .row .social-col:nth-child(n+4) {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-social-feed .row {
    margin: 0;
  }
}

.social-feed .nav-tabs {
  border-bottom: none;
  padding-bottom: 1.875rem;
}
.social-feed .nav-tabs > li {
  width: 50%;
  background-color: #f2f5f8;
  text-align: center;
}
.social-feed .nav-tabs > li.twitter.active a {
  background-color: #00aced;
}
.social-feed .nav-tabs > li.facebook.active a {
  background-color: #3b5998;
}
.social-feed .nav-tabs > li a {
  background-color: #f2f5f8;
  border: none;
  border-radius: 0.25rem 0.25rem 0 0;
  color: #6c7a8c;
}
.social-feed .nav-tabs > li a:hover {
  border: none;
}
.social-feed .nav-tabs > li.twitter.active a {
  background-color: #00aced;
  color: #fff;
}
.social-feed .nav-tabs > li.facebook.active a {
  background-color: #3b5998;
  color: #fff;
}
.social-feed .nav-tabs > li.active > a,
.social-feed .nav-tabs > li.active > a:hover,
.social-feed .nav-tabs > li.active > a:focus {
  border: none;
}
.social-feed .twitter-feed {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .social-feed .twitter-feed {
    margin-bottom: 3.125rem;
  }
}
.social-feed .twitter-feed .tweet {
  margin-bottom: 2.8125rem;
}
@media only screen and (max-width: 991px) {
  .social-feed .twitter-feed .tweet {
    margin-bottom: 1.25rem;
  }
}
.social-feed .twitter-feed .tweet header {
  overflow: hidden;
  margin-bottom: 0.9375rem;
  line-height: 0.8em;
}
.social-feed .twitter-feed .tweet header .avatar {
  float: left;
  margin-right: 0.625rem;
}
.social-feed .twitter-feed .tweet header h4 {
  margin: 0;
  font-size: 1.0625rem;
  font-style: normal;
  text-transform: initial;
}
.social-feed .twitter-feed .tweet header .usr-name {
  font-size: 0.75rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.social-feed .twitter-feed .tweet header .usr-name a {
  color: #a8a8a8;
}
.social-feed .twitter-feed .tweet .body {
  overflow: hidden;
}
.social-feed .twitter-feed .tweet .body p {
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 1.0625rem;
  font-style: normal;
  line-height: 1.3em;
}
.social-feed .twitter-feed .tweet .body p a {
  color: #00aced;
}
.social-feed .twitter-feed .tweet .body p a:hover {
  color: #0087ba;
}
.social-feed .twitter-feed .tweet footer {
  overflow: hidden;
}
.social-feed .twitter-feed .tweet footer .timestamp {
  font-size: 0.8125rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.social-feed .twitter-feed .tweet footer .timestamp a {
  color: #c9c9c9;
}
.social-feed .twitter-feed .tweet footer .timestamp a:hover {
  color: #b0b0b0;
}
.social-feed .twitter-feed .tweet footer .tweet-actions {
  float: right;
  margin-bottom: 0rem;
  overflow: hidden;
  padding-left: 0rem;
  list-style-type: none;
}
.social-feed .twitter-feed .tweet footer .tweet-actions li {
  float: left;
  margin-left: 0.625rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  font-style: normal;
}
.social-feed .twitter-feed .tweet footer .tweet-actions li a {
  color: #c9c9c9;
}
.social-feed .twitter-feed .tweet footer .tweet-actions li a:hover {
  color: #b0b0b0;
}
.social-feed .twitter-feed .tweet footer .tweet-actions li .fa {
  margin-right: 0.1875rem;
}
.social-feed .facebook-feed {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .social-feed .facebook-feed {
    margin-bottom: 3.125rem;
  }
}
.social-feed .facebook-feed .post {
  margin-bottom: 2.8125rem;
}
@media only screen and (max-width: 991px) {
  .social-feed .facebook-feed .post {
    margin-bottom: 1.25rem;
  }
}
.social-feed .facebook-feed .post h4 {
  display: inline;
  font-size: 1.0625rem;
  font-style: normal;
  text-transform: initial;
}
.social-feed .facebook-feed .post .fa {
  margin-right: 0.625rem;
}
.social-feed .facebook-feed .post .fa.fa-rss {
  color: #ff6600;
}
.social-feed .facebook-feed .post .fa.fa-facebook {
  color: #3b5998;
}
.social-feed .facebook-feed .post p {
  margin-bottom: 0rem;
  font-weight: 600;
  font-size: 1.0625rem;
  font-style: normal;
  line-height: 1.3em;
}

.homepage-issues {
  padding: 3.75rem 0;
  background-color: #C0875D;
}

.issue {
  position: relative;
  margin: 1.25rem auto;
  height: 13.125rem;
  width: 13.125rem;
}
.issue a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  height: 13.125rem;
  line-height: 13.125rem;
  width: 13.125rem;
  border-radius: 50%;
  font-family: "Open Sans", sans-serif;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.issue a span {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 2.375rem;
  transform: translate(-50%, -50%);
}
.issue a:hover {
  background-color: rgba(255, 214, 0, 0.7);
  color: #fff;
}
.issue img {
  position: absolute;
  top: 0;
  left: 0;
  height: 13.125rem;
  width: 13.125rem;
  border-radius: 50%;
  opacity: 0.5;
}

.latest-news h2 {
  margin-bottom: 4.375rem;
  font-size: 2.75rem;
  color: #C0875D;
  text-transform: uppercase;
  text-align: center;
}
.latest-news .post {
  background-color: #fff;
  border-color: #cacfd4;
}
.latest-news .post img {
  opacity: 0;
  transition: opacity 400ms;
}
.latest-news .post .overlay {
  opacity: 0;
  background-color: rgba(60, 157, 231, 0.75);
  transition: opacity 400ms;
}
.latest-news .post .content h3 {
  font-size: 1.375rem;
  color: #24423F;
  text-align: center;
  line-height: 1.4em;
  transition: color 400ms;
  transition: opacity 400ms, margin-top 400ms;
}
.latest-news .post .content .type {
  margin-top: 1.5625rem;
  opacity: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #C0875D;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 400ms;
}
.latest-news .post .content .type:after {
  border-bottom: 0.125rem solid #24423F;
}
.latest-news .post .content p {
  opacity: 0;
  font-size: 1rem;
  color: #fff;
  transition: opacity 400ms, margin-top 400ms;
}
.latest-news .post .content .date {
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #C0875D;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 400ms;
}
.latest-news .post:hover img,
.latest-news .post:hover .overlay,
.latest-news .post:hover p {
  opacity: 1;
}
.latest-news .post:hover .content h3 {
  opacity: 0;
}
.latest-news .post:hover .type,
.latest-news .post:hover .date {
  opacity: 0;
}
.latest-news .post:hover p {
  margin-top: 0;
}

.ie-old .issue a span {
  left: 0;
  top: 31%;
  padding: 0 0.9375rem;
  width: 100%;
}

.search-term {
  color: #24423F;
}

.updates-filter {
  padding: 3.125rem 0;
  background-color: #C6A86C;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .updates-filter {
    padding: 1.5625rem 0;
  }
}
.updates-filter .label {
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.5rem;
  color: #b4bbc2;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-transform: uppercase;
}
.updates-filter h2 {
  float: left;
  margin: 0;
  font-family: "Miller Text", sans-serif;
  font-size: 3.3125rem;
  font-weight: normal;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .updates-filter h2 {
    float: none;
    margin-bottom: 1.5625rem;
  }
}
.updates-filter .subcommittee-select {
  font-family: "SF Pro Display", sans-serif;
  font-size: 1.4rem;
}

.subcommittee {
  position: relative;
  margin-bottom: 5rem;
  min-height: 10rem;
  padding-left: 13.125rem;
}
.subcommittee img {
  position: absolute;
  left: 0;
  top: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
}
.subcommittee h3 a {
  color: #C0875D;
  font-size: 1.5rem;
}
.subcommittee h3 a:hover {
  color: #cea282;
  text-decoration: underline;
}

.members {
  padding: 2.8125rem 0 1.5625rem;
  border-top: 0.0625rem solid #cacfd4;
  border-bottom: 0.0625rem solid #cacfd4;
}
.members h4 {
  margin-bottom: 1.5rem;
  font-family: "Miller Text", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: normal;
  color: #24423F;
  text-transform: uppercase;
}
.members .cmte-member .member-img {
  display: block;
  margin: auto;
  border-radius: 50%;
}
.members .cmte-member .member-name {
  margin-top: 0.625rem;
  font-family: "Miller Text", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-align: center;
}

.email-signup {
  background-color: #C0875D;
  background-image: url("../../img/bg-events.png");
  background-size: cover;
  background-position: 50% 25%;
  color: white;
  margin-bottom: 0 !important;
  padding: 1.25rem 0 0.625rem;
  height: auto !important;
}
.email-signup.home-email {
  background: none;
  color: #24423F;
}
.email-signup.home-email .row {
  padding-top: 0.9375rem;
  border-top: 0.125rem solid #d2d6d9;
  border-bottom: 0.125rem solid #d2d6d9;
}
.email-signup.home-email .form-control {
  color: #C0875D !important;
}
.email-signup.home-email .form-control::placeholder {
  color: #C0875D !important;
}
.email-signup .signup-input {
  font-family: "Miller Text", sans-serif;
  line-height: 7.5rem;
}
@media only screen and (max-width: 991px) {
  .email-signup .signup-input {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .email-signup .signup-input {
    line-height: 1em;
    padding: 0.9375rem;
  }
}
.email-signup .signup-input .form-control {
  background-color: transparent;
  border-radius: 0rem;
  border: none;
  box-shadow: none;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .email-signup .signup-input .form-control {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .email-signup .signup-input .form-control {
    font-size: 0.9375rem;
  }
}
.email-signup .signup-input .form-control::placeholder {
  color: #fff;
}

#footer {
  margin-top: 3em;
}
@media only screen and (max-width: 768px) {
  #footer {
    margin-bottom: 0.625rem;
    text-align: center;
  }
}

.page-footer {
  padding: 2em 0;
  background-color: #24423F;
}
.page-footer .contact-details {
  padding: 0;
  margin: 0;
  color: #fff;
}
.page-footer .contact-details a {
  color: #fff;
}
.page-footer .contact-details li {
  display: block;
}
@media only screen and (max-width: 991px) {
  .page-footer .contact-details {
    margin-bottom: 1.25rem;
  }
}
.page-footer .footer-link {
  display: inline-block;
  font-family: "SF Pro Display", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-link {
    margin-bottom: 0.625rem;
  }
}
.page-footer .footer-link:hover:after {
  width: 0;
}
.page-footer .footer-link:after {
  content: "";
  display: block;
  height: 0.125rem;
  width: 100%;
  margin-top: 0.625rem;
  background-color: #C0875D;
  transition: width 500ms;
}
@media only screen and (max-width: 991px) {
  .page-footer .footer-social {
    text-align: center;
    margin-top: 5.3125rem;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-footer .footer-social {
    margin-top: 13.125rem;
  }
}
.page-footer .footer-social li {
  display: inline-block;
  margin: 0 0.3125rem;
}
.page-footer .footer-social a {
  color: #fff;
  font-size: 1.5em;
  transition: color 400ms;
}
.page-footer .footer-social a:hover {
  color: #C0875D;
}
@media only screen and (max-width: 36.4375rem) {
  .page-footer .footer-link-col {
    width: 100%;
  }
}
@media only screen and (min-width: 62rem) {
  .page-footer .skew-down {
    position: relative;
    top: 1.6875rem;
  }
}
.page-footer .col-md-3:last-of-type, .page-footer .cmte-member:last-of-type {
  padding-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .page-footer .col-md-3:last-of-type, .page-footer .cmte-member:last-of-type {
    text-align: center;
    font-size: 1.5em;
  }
}
.page-footer .col-md-3:last-of-type li, .page-footer .cmte-member:last-of-type li {
  margin: 0 0.625rem 0.625rem;
}

.addthis_32x32_style .at4-icon, .addthis_32x32_white_style .at4-icon, .at-32x32 {
  height: 0.9375rem !important;
  width: 0.9375rem !important;
  line-height: 0.9375rem !important;
}

.at4-icon.aticon-email {
  background: transparent !important;
  background-image: none !important;
}

a.at-svc-email {
  background: transparent !important;
}

.hearings-filter {
  position: relative;
  max-width: 31.25rem;
}
.hearings-filter:before, .hearings-filter:after {
  content: " ";
  display: table;
}
.hearings-filter:after {
  clear: both;
}
.hearings-filter select, .hearings-filter button {
  width: 30%;
  display: block;
  margin-right: 2%;
  float: left;
}
.hearings-filter select {
  display: block;
  background-color: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
  border: solid 0.0625rem #C0C0C0;
  cursor: pointer;
}
.hearings-filter button {
  height: 2.5rem;
  line-height: 2.1875rem;
  padding: 0;
}

.main-feed .hearings-filter {
  margin-bottom: 1.5625rem;
}

@media only screen and (max-width: 30rem) {
  .hearings-filter select, .hearings-filter button {
    width: 100%;
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .main-wrapper {
    width: 100%;
  }
  .main-wrapper .container, .main-wrapper .row, .main-wrapper .main-feed, .main-wrapper article {
    width: 100%;
  }
  .main-wrapper .main-feed iframe {
    max-width: 100%;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 57.1875rem) {
  .single-post-content {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media only screen and (min-width: 62.0625rem) and (max-width: 67.5625rem) {
  .single-post-content {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: 78.4375rem) {
  .single-post-content {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}

/* Related Posts
****************************/
.related {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 0.0625rem solid #24423F;
}
.related > h3 {
  color: #24423F;
  font-weight: bold;
}
.related .related-post {
  padding: 1em 0 1em 0;
  border-bottom: 0.0625rem solid #cea282;
}
.related .related-post:first-of-type {
  padding-top: 1em;
}
.related .related-post h4 {
  font-family: "Miller Text", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
}
.related .related-post h4 a {
  color: #24423F;
}
.related .related-post h4 a:hover {
  color: #3f746e;
}

/* Video Modal
****************************/
.modal-backdrop {
  background: #24423F;
  opacity: 0.8 !important;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 10000 !important;
  width: 90%;
}
.modal-dialog .modal-header, .modal-dialog .container, .modal-dialog .modal-content {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.modal-dialog .modal-header .close {
  float: right;
  border: none;
  background: none;
  font-size: 2em;
  color: #fff;
  transform: rotate(0deg);
  transition: transform 300ms;
}
.modal-dialog .modal-header .close:hover {
  transform: rotate(90deg);
}

/* Pagination
****************************/
.pagination-wrapper {
  margin: 2em;
  font-size: 0;
}

.pagination {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}

.search-pagination {
  padding: 1.875rem 0;
}

.pagination li {
  display: inline-block;
  border: 0.0625rem solid #24423F;
  border-right: none;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .pagination li {
    font-size: 1.5em;
    width: auto;
    height: 1.75rem;
  }
}
.pagination li:first-of-type {
  border-top-left-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.pagination li:first-of-type a {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.pagination li:last-of-type {
  border-right: 0.0625rem solid #24423F;
  border-top-right-radius: 0.1875rem;
  border-bottom-right-radius: 0.1875rem;
}
.pagination li:last-of-type a {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.pagination li a {
  background-color: transparent;
  color: #C0875D;
  border: 0;
  width: 2.5rem;
  height: 100%;
}
.pagination li a:hover {
  background-color: transparent;
  color: #fff;
}

li.pagination-arrow a {
  color: #24423F;
}

.pagination-link,
.pagination-real-link {
  display: inline-block;
  margin: 0;
  width: 2.4375rem;
  height: 2.8125rem;
  text-align: center;
  line-height: 2.5rem;
  background-color: #fff;
  color: #24423F;
  font-size: 1.25rem;
  transition: color 300ms, background-color 300ms;
}
@media only screen and (max-width: 767px) {
  .pagination-link,
  .pagination-real-link {
    width: auto;
    padding: 0;
    height: 1.75rem;
    line-height: 1.4375rem;
  }
}
.pagination-link a,
.pagination-real-link a {
  color: #24423F;
}
.pagination-link a:hover,
.pagination-real-link a:hover {
  color: #3f746e;
}
.pagination-link.current a,
.pagination-real-link.current a {
  font-weight: 700;
  background-color: #24423F;
  color: #fff;
}
.pagination-link:hover, .pagination-link:focus,
.pagination-real-link:hover,
.pagination-real-link:focus {
  background-color: #24423F;
  color: #fff;
}

.pagination-arrow {
  color: #24423F;
}

.search-pagination {
  text-align: center;
  font-size: 0;
}

.pagination-real-link {
  display: inline-block;
  font-size: 1.25rem;
  overflow: hidden;
}
.pagination-real-link .current {
  display: block;
  background-color: #24423F;
  color: #fff;
  height: inherit;
  width: inherit;
}
.pagination-real-link a {
  color: #24423F;
  display: block;
}
.pagination-real-link a:hover {
  color: #24423F;
}

@media print {
  @page {
    margin: 0.5in;
  }
  body {
    font-size: 60%;
    line-height: 1.7em;
  }
  p {
    font-size: 12pt;
  }
  .navbar {
    position: static;
    display: block;
    min-height: 0;
  }
  .navbar .navbar-logo {
    position: static;
    display: block;
    margin: auto;
    width: 100px !important;
    height: 100px !important;
  }
  .navbar .navbar-toggle {
    display: none;
  }
  .navbar .navbar-collapse {
    display: none !important;
  }
  .page-header {
    height: auto;
    padding: 30px 0;
    text-align: center;
  }
  .page-header:before {
    content: "The Committee on Ways and Means";
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 55px;
    font-style: normal;
    color: #000;
  }
  .page-header .header-logo {
    display: none;
  }
  .main-feed a:after {
    content: " (" attr(href) ") ";
  }
  .split-section,
  .homepage-slider,
  .sidebar,
  .latest-news,
  .page-footer,
  .post-footer {
    display: none;
  }
}
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  padding-top: 9.375rem;
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: stretch;
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 5.625rem;
  }
}
body.have-alert {
  padding-top: 15.625rem;
}
@media only screen and (max-width: 767px) {
  body.have-alert {
    padding-top: 11.875rem;
  }
}
body #main {
  flex: 1;
}

.navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0rem;
  height: 9.375rem;
}
.navbar-custom.hearing-notification {
  top: 5.3125rem;
}
@media only screen and (max-width: 767px) {
  .navbar-custom {
    min-height: 3.125rem;
    height: 5.625rem;
  }
}
.navbar-custom .container {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .navbar-custom .container {
    width: 100%;
    height: 100%;
  }
}
.navbar-custom .navbar-logo {
  height: 6.75rem;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-logo {
    position: static;
    margin-top: 0;
    margin-left: 0.9375rem;
    height: 5rem;
  }
}
.navbar-custom .navbar-nav {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-nav {
    margin-top: 0 !important;
    padding: 0 0.9375rem;
  }
}
.navbar-custom .navbar-nav > li {
  line-height: 9.375rem;
  margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-nav > li {
    padding: 0.625rem 0;
  }
}
.navbar-custom .navbar-nav a {
  padding: 0;
  line-height: inherit;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-nav a {
    display: inline-block;
  }
}
.navbar-custom .navbar-nav.main-links li:first-of-type {
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .navbar-custom .navbar-nav.main-links li {
    margin-left: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-nav.main-links li {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .navbar-custom .navbar-nav.social-links {
    margin-left: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-nav.social-links {
    margin: 0.4688rem -0.9375rem;
  }
}
.navbar-custom .navbar-nav.social-links li {
  margin: 0 0.5em;
}
@media only screen and (max-width: 767px) {
  .navbar-custom .navbar-nav.social-links li {
    float: left;
    margin-left: 0;
    margin-right: 0.9375rem;
  }
}
.navbar-custom .navbar-nav.social-links li:first-of-type {
  margin-left: 0;
}

.page-header {
  overflow: hidden;
  width: 100%;
  max-height: 25.625rem;
}
.page-header.homepage {
  height: 40.625rem;
}
@media only screen and (max-width: 767px) {
  .page-header.homepage {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    height: auto;
    min-height: 12.5rem;
  }
}
.page-header > .container {
  height: 100%;
  min-height: 12.5rem;
}
.page-header > .container .header-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  min-height: 12.5rem;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.page-header .header-logo {
  display: inline;
  width: 100%;
}
@media only screen and (max-width: 43.75rem) {
  .page-header .header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.split-section {
  height: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .split-section {
    height: auto;
    padding: 1.25rem 0;
  }
}
.split-section .left-section {
  line-height: 8.4375rem;
}
@media only screen and (max-width: 767px) {
  .split-section .left-section {
    text-align: center;
    line-height: 2.5rem;
  }
}
.split-section .left-section .fa {
  font-size: 3.625rem;
}
@media only screen and (max-width: 767px) {
  .split-section .left-section .fa {
    font-size: 2.5rem;
  }
}
.split-section .right-section {
  line-height: 7.5rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .split-section .right-section {
    line-height: 1em;
    text-align: center;
  }
}
.split-section .right-section .btn {
  height: 2.8125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media only screen and (max-width: 767px) {
  .split-section .right-section .btn {
    width: 100%;
    max-width: 18.75rem;
  }
}
.split-section .center-section {
  line-height: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .split-section .center-section {
    line-height: 1em;
  }
}
.split-section .center-section .form-control {
  display: inline-block;
  width: 100%;
  height: 2.8125rem;
}

.main-wrapper {
  padding-top: 3.125rem;
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}

.latest-news {
  padding: 2.5rem 0;
}
.latest-news .feed-wrapper {
  overflow: hidden;
  margin: auto;
}
@media only screen and (min-width: 610px) and (max-width: 1199px) {
  .latest-news .feed-wrapper {
    width: 35.625rem;
  }
}
.latest-news .post {
  float: left;
}
@media only screen and (min-width: 1200px) {
  .latest-news .post:nth-child(-n+4) {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
  }
  .latest-news .post:nth-child(-n+3) {
    border-right-style: solid;
    border-right-width: 0.0625rem;
  }
  .latest-news .post:nth-child(n+5) {
    border-right-style: solid;
    border-right-width: 0.0625rem;
  }
  .latest-news .post:last-child {
    border-right: none;
  }
}
@media only screen and (min-width: 610px) and (max-width: 1199px) {
  .latest-news .post {
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
  }
  .latest-news .post:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .latest-news .post:nth-child(odd) {
    border-right-style: solid;
    border-right-width: 0.0625rem;
  }
}
@media only screen and (max-width: 609px) {
  .latest-news .post {
    float: none;
    margin: auto;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
  }
  .latest-news .post:last-child {
    border-bottom: none;
  }
}

.latest-news .post {
  position: relative;
  width: 17.8125rem;
  height: 20.3125rem;
}
.latest-news .post a {
  display: block;
  width: 100%;
  height: 100%;
}
.latest-news .post img {
  position: absolute;
  width: 17.8125rem;
  height: 20.3125rem;
}
.latest-news .post .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.latest-news .post .content {
  position: absolute;
  display: block;
  z-index: 101;
  width: 100%;
  height: 100%;
}
.latest-news .post .content h3 {
  margin-bottom: 0;
  height: 7.8125rem;
  padding: 1.5625rem 1.25rem 0;
}
.latest-news .post .content .type {
  position: relative;
  display: block;
}
.latest-news .post .content .type:after {
  position: absolute;
  bottom: -0.3125rem;
  left: 50%;
  margin-left: -0.7813rem;
  content: "";
  width: 1.5625rem;
}
.latest-news .post .content .content-fade {
  position: absolute;
  display: block;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.latest-news .post .content p {
  position: absolute;
  top: 1.25rem;
  margin-top: 11.25rem;
  padding: 0 1.25rem;
}
.latest-news .post .content .date {
  position: absolute;
  bottom: 3.125rem;
  display: block;
  width: 100%;
}
.latest-news .post .content .date .fa {
  margin-right: 0.625rem;
}

.cmte-member {
  height: 12.5rem;
}

.alignleft {
  float: left;
  margin: 0 5px 5px 0;
}

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

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

.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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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: 5px auto -webkit-focus-ring-color;
  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;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.gform_button.disabled, .gform_button[disabled], fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 74, 72, 0.6);
  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;
}

.ginput_container li[class^=gchoice] {
  position: relative;
}
.ginput_container li[class^=gchoice] input[type=checkbox] {
  position: absolute;
  top: -2px;
  display: inline-block;
  margin: 0 5px 0 0;
  width: auto;
  line-height: 1em;
  box-shadow: none;
  transition: none;
}
.ginput_container li[class^=gchoice] label {
  margin: 0 0 0 20px;
  line-height: 1em;
}

.ginput_complex {
  overflow: hidden;
}
.ginput_complex .ginput_left {
  float: left;
  width: 50%;
  padding-right: 7.5px;
}
@media only screen and (max-width: 767px) {
  .ginput_complex .ginput_left {
    float: none;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
  }
}
.ginput_complex .ginput_right {
  float: left;
  width: 50%;
  padding-left: 7.5px;
}
@media only screen and (max-width: 767px) {
  .ginput_complex .ginput_right {
    float: none;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    padding: 0;
  }
}
.ginput_complex span:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ginput_complex .ginput_right + .ginput_left {
    margin-top: 15px;
  }
  .ginput_complex .ginput_right + .ginput_left + .ginput_right {
    margin-top: 15px;
  }
}
.ginput_complex .ginput_full {
  display: block;
  margin-bottom: 15px;
}

.gform_validation_container {
  display: none;
}

.gform_footer {
  text-align: center;
}/*# sourceMappingURL=styles.css.map */