/*!
Theme Name: TheIHS.org
Author: IHS
Author URI: https://theihs.org/
Description: Template for TheIHS.org
Version: 1.0.15
Text Domain: theihs
*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #58743a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #314121;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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: 100%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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"] {
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 31px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 66px;
  }
}
.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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.4em;
}
.input-lg {
  height: 66px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.8em;
  border-radius: 6px;
}
select.input-lg {
  height: 66px;
  line-height: 66px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 66px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.8em;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 66px;
  line-height: 66px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 66px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 24px;
  line-height: 1.8em;
}
.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-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 66px;
  height: 66px;
  line-height: 66px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 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;
}
@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: 19px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  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;
  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);
  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 > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #58743a;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #314121;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.8em;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.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;
  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.42857143;
  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: #337ab7;
}
.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: 14px;
  line-height: 1.42857143;
  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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .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 .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .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 > .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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.8em;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 66px;
  line-height: 66px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.4em;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 24px;
  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;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.site-inner:before,
.site-inner:after,
main#main .the-content .libertarian-row:before,
main#main .the-content .libertarian-row:after,
main#main section.card-grid:before,
main#main section.card-grid:after,
main#main .card.card-size-double article:before,
main#main .card.card-size-double article:after,
section.section-landing-feature:before,
section.section-landing-feature:after,
body.archive main#main .loop:before,
body.archive main#main .loop:after,
body.search main#main .loop:before,
body.search main#main .loop:after,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container:before,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container:after,
.topics-row:before,
.topics-row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.panel-body:after,
.modal-footer:after,
.site-inner:after,
main#main .the-content .libertarian-row:after,
main#main section.card-grid:after,
main#main .card.card-size-double article:after,
section.section-landing-feature:after,
body.archive main#main .loop:after,
body.search main#main .loop:after,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container:after,
.topics-row: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;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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: 1023px) {
  .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: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) 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: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) 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: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) 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;
  }
}
/*! jQuery UI - v1.11.4 - 2015-08-17
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee url("less/lib/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("less/lib/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("less/lib/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("less/lib/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("less/lib/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("less/lib/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("less/lib/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("less/lib/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("less/lib/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("less/lib/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("less/lib/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("less/lib/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("less/lib/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("less/lib/images/ui-icons_ffd27a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url("less/lib/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("less/lib/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.entry-featured-video,
.embedded-video {
  position: relative;
}
.entry-featured-video iframe,
.embedded-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.entry-featured-video img,
.embedded-video img {
  width: 100%;
  height: auto;
}
body {
  font-family: "myriad-pro";
  font-size: 17px;
  font-weight: regular;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  background-color: #474747;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 0 0 20px;
  font-weight: bold;
}
h1 {
  font-size: 36px;
}
h2,
h3 {
  font-size: 24px;
}
h4,
h5,
h6 {
  font-size: 17px;
}
p {
  margin: 0 0 20px;
}
a {
  color: #58743a;
}
a:hover,
a:active {
  color: #869e6a;
  text-decoration: none;
}
main#main :not(.btn) a {
  font-weight: bold;
}
button,
input[type=button],
input[type=submit],
.btn {
  color: #ffffff;
  background-color: #b64926;
  border: none;
  padding: 4px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 35px;
  line-height: 27px;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
}
button.donate,
input[type=button].donate,
input[type=submit].donate,
.btn.donate {
  padding: 0;
}
button.donate a,
input[type=button].donate a,
input[type=submit].donate a,
.btn.donate a {
  padding: 4px 15px;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.btn:hover,
button:active,
input[type=button]:active,
input[type=submit]:active,
.btn:active {
  color: #c9dbb2;
  text-decoration: none;
}
button a,
input[type=button] a,
input[type=submit] a,
.btn a {
  height: 35px;
  line-height: 27px;
  color: #ffffff;
  width: 100%;
  display: block;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
}
button a:hover,
input[type=button] a:hover,
input[type=submit] a:hover,
.btn a:hover,
button a:active,
input[type=button] a:active,
input[type=submit] a:active,
.btn a:active {
  color: #c9dbb2;
  text-decoration: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  color: #474747;
  background-color: #f2f2f2;
  border: none;
  padding: 4px 15px;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=number],
  textarea {
    padding: 4px 35px 4px 15px;
  }
}
input[type=text].valid,
input[type=email].valid,
input[type=password].valid,
input[type=number].valid,
textarea.valid {
  background-color: #E0F8E0;
}
input[type=text].invalid,
input[type=email].invalid,
input[type=password].invalid,
input[type=number].invalid,
textarea.invalid,
input[type=text].invalid + .select2-container--default .select2-selection--single,
input[type=email].invalid + .select2-container--default .select2-selection--single,
input[type=password].invalid + .select2-container--default .select2-selection--single,
input[type=number].invalid + .select2-container--default .select2-selection--single,
textarea.invalid + .select2-container--default .select2-selection--single {
  background-color: #F8E0E0;
}
.select2.select2-container--default.valid .select2-selection--single {
  background-color: #E0F8E0!important;
}
.select2.select2-container--default.invalid .select2-selection--single {
  background-color: #F8E0E0!important;
}
textarea:focus,
input:focus,
button:focus {
  outline: 0;
}
.site-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1024px;
  margin: 0 auto;
}
.wp-post-image,
.post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  .wp-post-image,
  .post-thumbnail img {
    margin: 0 auto;
  }
}
.wp-post-image.attachment-medium,
.post-thumbnail img.attachment-medium {
  width: auto!important;
  height: auto!important;
}
.post-thumbnail {
  margin-bottom: 20px;
  width: 100%;
}
.hide-text {
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
}
.dropdown {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
.dropdown li {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .dropdown {
    z-index: 100;
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
  .dropdown.menu-visible {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media only screen and (max-width: 1023px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important;
  }
}
.hide-menu-toggle-button > .menu-toggle-button {
  display: none;
}
.show-menu-toggle-button > .menu-toggle-button {
  display: block;
}
main#main .the-content {
  margin-bottom: 30px;
}
main#main .the-content:before,
main#main .the-content:after {
  content: " ";
  display: table;
}
main#main .the-content:after {
  clear: both;
}
main#main .the-content:before,
main#main .the-content:after {
  content: " ";
  display: table;
}
main#main .the-content:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  main#main .the-content {
    padding: 0 15px;
  }
  main#main .the-content img,
  main#main .the-content figure.wp-caption {
    max-width: 100%;
    height: auto;
  }
}
main#main .the-content h1,
main#main .the-content h2,
main#main .the-content h3,
main#main .the-content h4,
main#main .the-content h5,
main#main .the-content h6 {
  background-color: transparent;
  color: #474747;
  padding: 0;
  height: auto;
  display: block;
  margin: 0 0 20px;
  float: none;
}
main#main .the-content h1::before,
main#main .the-content h2::before,
main#main .the-content h3::before,
main#main .the-content h4::before,
main#main .the-content h5::before,
main#main .the-content h6::before {
  content: none;
}
main#main .the-content h1 a,
main#main .the-content h2 a,
main#main .the-content h3 a,
main#main .the-content h4 a,
main#main .the-content h5 a,
main#main .the-content h6 a {
  color: #474747;
}
main#main .the-content .wp-caption-text {
  text-align: center;
  color: #808080;
  font-size: 14px;
}
main#main .the-content .alignright,
main#main .the-content .alignleft {
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1024px) {
  main#main .the-content .alignright {
    float: right;
    margin-left: 20px;
    margin-right: -98px;
  }
  main#main .the-content .alignleft {
    float: left;
    margin-right: 20px;
    margin-left: -98px;
  }
}
main#main .the-content .scalable-iframe {
  overflow: hidden;
  position: relative;
}
main#main .the-content .scalable-iframe .scalable-16-9 {
  height: 0;
  margin-bottom: 56.25%;
}
main#main .the-content .scalable-iframe .scalable-4-3 {
  height: 0;
  margin-bottom: 75%;
}
main#main .the-content .scalable-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
main#main .the-content iframe {
  display: block;
  margin: 0 auto 70px;
}
main#main .the-content blockquote.libertarian {
  font-style: italic;
  border-color: white;
  margin-left: 30px;
}
main#main .the-content div.big-padding {
  padding: 15px 0;
  font-size: 1.1em;
}
main#main .the-content h1.entry-title {
  color: #6a8747;
  margin-top: 40px;
  font-size: 28px;
}
main#main .the-content div.video-container {
  margin: 0 0 20px;
}
main#main .the-content .libertarian-row {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
}
main#main .the-content .libertarian-row + h4 {
  margin: 20px 0 0;
}
main#main .the-content .libertarian-row .libertarian-column {
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0!important;
  padding: 0!important;
  position: relative;
}
@media (min-width: 768px) {
  main#main .the-content .libertarian-row .libertarian-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1024px) {
  main#main .the-content .libertarian-row .libertarian-column {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  main#main .the-content .libertarian-row .libertarian-column {
    float: left;
    width: 16.66666667%;
  }
}
main#main .the-content .libertarian-row .libertarian-column img {
  width: 100%;
  height: auto;
}
main#main .the-content .libertarian-row .libertarian-column:hover {
  cursor: pointer;
}
main#main .the-content .libertarian-row .libertarian-column:hover .libertarian-hover {
  display: block;
}
main#main .the-content .libertarian-row .libertarian-column .libertarian-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  main#main .the-content .libertarian-row .libertarian-column .libertarian-hover {
    font-size: 1em;
  }
}
main#main .the-content .libertarian-row .libertarian-column .libertarian-hover span {
  position: absolute;
  bottom: 2px;
  left: 4px;
}
.navigation a[rel=next] {
  position: Absolute;
  top: 900px;
  right: 30px;
  line-height: 14px;
  color: #231f20;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  width: 100px;
  text-align: left;
}
@media (max-width: 1466px) {
  .navigation a[rel=next] {
    display: none !important;
  }
}
.navigation a[rel=next]::before {
  content: '';
  position: absolute;
  top: -115px;
  left: 0px;
  display: block;
  width: 0px;
  height: 0px;
  border-left: 70px solid #f2f2f2;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.navigation a[rel=prev] {
  position: Absolute;
  top: 900px;
  left: 30px;
  line-height: 14px;
  color: #231f20;
  text-transform: uppercase;
  font-size: 14px;
  text-align: right;
  display: block;
  width: 100px;
}
@media (max-width: 1466px) {
  .navigation a[rel=prev] {
    display: none !important;
  }
}
.navigation a[rel=prev]::before {
  content: '';
  position: absolute;
  top: -115px;
  right: 0px;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 70px solid #f2f2f2;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
}
.show-on-login {
  display: none!important;
}
.hide-on-login {
  display: block!important;
}
body.gigya-logged-in .show-on-login {
  display: block!important;
}
body.gigya-logged-in .hide-on-login {
  display: none!important;
}
body.home #sthoverbuttons,
body.page-template-page-section-landing #sthoverbuttons,
body.page-template-page-profile #sthoverbuttons,
body.page-template-page-what-we-offer #sthoverbuttons,
body.archive #sthoverbuttons,
body.error404 #sthoverbuttons,
body.search #sthoverbuttons {
  display: none !important;
}
.st_email_large {
  width: 35px!important;
  height: 35px!important;
}
.st_email_large .stLarge {
  width: 35px!important;
  height: 35px!important;
  background-size: 35px;
  background-image: url(images/icons/gray-email.png) !important;
}
.st_print_large {
  width: 35px!important;
  height: 35px!important;
  margin-right: 20px;
}
.st_print_large .stLarge {
  width: 35px!important;
  height: 35px!important;
  background-size: 35px;
  background-image: url(images/icons/gray-print.png) !important;
}
.st_facebook_large {
  width: 35px!important;
  height: 35px!important;
}
.st_facebook_large .stLarge {
  width: 35px!important;
  height: 35px!important;
  background-size: 35px;
  background-image: url(images/icons/gray-facebook.png) !important;
}
.st_twitter_large {
  width: 35px!important;
  height: 35px!important;
}
.st_twitter_large .stLarge {
  width: 35px!important;
  height: 35px!important;
  background-size: 35px;
  background-image: url(images/icons/gray-twitter.png) !important;
}
.st_pinterest_large {
  width: 35px!important;
  height: 35px!important;
}
.st_pinterest_large .stLarge {
  width: 35px!important;
  height: 35px!important;
  background-size: 35px;
  background-image: url(images/icons/gray-pinterest.png) !important;
}
.st_linkedin_large {
  width: 35px!important;
  height: 35px!important;
}
.st_linkedin_large .stLarge {
  width: 35px!important;
  height: 35px!important;
  background-size: 35px;
  background-image: url(images/icons/gray-linkedin.png) !important;
}
.stButton {
  margin: 0!important;
  width: 35px!important;
  height: 35px!important;
}
.stButton .stLarge:hover {
  background-position: center!important;
}
#sthoverbuttons {
  position: fixed!important;
  top: 458px!important;
  left: 50%!important;
  margin-left: -580px !important;
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transition: transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  #sthoverbuttons {
    display: none !important;
  }
}
#sthoverbuttons #sthoverbuttons-background,
#sthoverbuttons .sthoverbuttons-label {
  display: none !important;
}
#sthoverbuttons.hide-shareThis {
  opacity: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}
#sthoverbuttons #sthoverbuttonsMain {
  width: 40px!important;
  padding: 0 5px 0 0!important;
  border-right: 3px solid #ccc;
}
#sthoverbuttons .st_print_large {
  margin-right: 0;
  margin-bottom: 20px;
}
.bottom-sharing-icons {
  text-align: center;
  clear: both;
}
body.admin-bar #sthoverbuttons {
  top: 488px!important;
}
#wpadminbar {
  z-index: 999999!important;
}
.modal form .modal-body input,
.modal form .modal-body select {
  float: right;
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .modal form .modal-body input,
  .modal form .modal-body select {
    width: 50%;
  }
}
.modal form .modal-body select {
  margin-top: 7px;
}
.modal form .modal-body .modal-form-wrap {
  clear: both;
  margin-bottom: 5px;
}
.shortcode-btn {
  position: relative;
  display: block;
  margin: 30px 0 !important;
  width: 200px;
  /*
	transition: transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;

	&:hover {
	  transform:         scale(1.05,1.05);
	  -webkit-transform: scale(1.05,1.05);
	}
	*/
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.select2-container--default .select2-selection--single {
  height: 35px!important;
  border: none!important;
  border-radius: 0!important;
  background-color: #f2f2f2 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 35px!important;
  line-height: 35px!important;
  font-size: 14px !important;
  text-indent: 5px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px!important;
}
body .ui-widget {
  font-size: 14px;
  font-family: "myriad-pro";
}
.gigya-container input {
  color: black !important;
}
header#header {
  position: relative;
  background-color: #ffffff;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 100;
}
header#header:before,
header#header:after {
  content: " ";
  display: table;
}
header#header:after {
  clear: both;
}
header#header:before,
header#header:after {
  content: " ";
  display: table;
}
header#header:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  header#header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header#header .site-inner {
    height: 65px;
  }
}
header#header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header#header .header-branding {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  header#header .header-branding {
    float: left;
    width: 25%;
  }
}
header#header .header-branding .site-title {
  background-color: transparent;
}
header#header .header-branding .site-title a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url(images/logos/theihs-color.png);
  background-repeat: no-repeat;
  background-size: 226px;
  width: 226px;
  height: 71px;
}
header#header .header-navigation {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  header#header .header-navigation {
    float: left;
    width: 75%;
  }
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation > .menu-toggle-button {
    display: none;
  }
}
header#header .header-navigation .upper-menus > * a,
header#header .header-navigation .lower-menus > * a {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation .upper-menus > * a,
  header#header .header-navigation .lower-menus > * a {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation .upper-menus > *,
  header#header .header-navigation .lower-menus > * {
    float: left;
  }
}
header#header .header-navigation .upper-menus:before,
header#header .header-navigation .lower-menus:before,
header#header .header-navigation .upper-menus:after,
header#header .header-navigation .lower-menus:after {
  content: " ";
  display: table;
}
header#header .header-navigation .upper-menus:after,
header#header .header-navigation .lower-menus:after {
  clear: both;
}
header#header .header-navigation .upper-menus:before,
header#header .header-navigation .lower-menus:before,
header#header .header-navigation .upper-menus:after,
header#header .header-navigation .lower-menus:after {
  content: " ";
  display: table;
}
header#header .header-navigation .upper-menus:after,
header#header .header-navigation .lower-menus:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation .upper-menus,
  header#header .header-navigation .lower-menus {
    float: right;
  }
}
header#header .header-navigation .header-menus {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation .header-menus {
    z-index: 100;
    right: 19px;
    top: 95px;
    width: 280px;
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    background-color: #474747;
  }
  header#header .header-navigation .header-menus.menu-visible {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
header#header .header-navigation .upper-menus .social-media-links {
  padding-right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation .upper-menus .social-media-links {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation .upper-menus {
    padding-bottom: 30px;
  }
}
header#header .header-navigation .lower-menus .search-form {
  background-color: #eee;
  padding: 6px 20px;
}
header#header .header-navigation .lower-menus .search-form input[type=search] {
  border: none;
  margin-right: 0;
  margin-left: auto;
  display: inline-block;
  width: 240px;
  padding: 0;
  background-color: #eee;
}
header#header .header-navigation .lower-menus .search-form input[type=submit] {
  background-color: white;
  display: inline-block;
  width: 100px;
  padding: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
header#header .header-navigation .lower-menus .search-form .fa {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation .lower-menus .social-media-links {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation .site-navigation-button {
    background-color: transparent;
    padding: 0;
    color: #6a8747;
    font-size: 40px;
    line-height: 60px;
    height: 60px;
    margin-top: 12px;
  }
  header#header .header-navigation .site-navigation-button .text {
    display: none !important;
  }
}
header#header .header-navigation nav.site-navigation-menu {
  position: relative;
  background-color: #6a8747;
}
header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li {
  position: relative;
  padding: 10px 15px;
}
header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li:hover {
  color: #c9dbb2;
}
header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li:hover a {
  color: #c9dbb2;
}
header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li:hover ul li a {
  color: #ffffff;
}
header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul {
  position: relative;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul li {
  display: block;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul {
    z-index: 100;
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul.menu-visible {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul {
    background-color: #6a8747;
    top: 35px;
    width: auto;
    left: -35px;
    right: -35px;
    text-align: center;
    padding-top: 20px;
  }
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul::before {
    content: "";
    height: 20px;
    background-color: #6a8747;
    position: absolute;
    display: block;
    left: 0;
    right: 20px;
    bottom: -20px;
  }
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #6a8747;
    position: absolute;
    display: block;
    right: 0;
    bottom: -20px;
  }
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li ul li {
    padding: 6px 13px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li.is-hovered ul {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation nav.site-navigation-menu ul.sub-menu {
    padding-top: 10px;
    padding-left: 10px;
  }
  header#header .header-navigation nav.site-navigation-menu ul.sub-menu a {
    color: #c9dbb2;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.site-navigation-menu {
    padding-right: 35px;
  }
  header#header .header-navigation nav.site-navigation-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #6a8747;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
  header#header .header-navigation nav.site-navigation-menu ul.site-navigation > li {
    padding: 4px 15px;
    float: left;
  }
}
header#header .header-navigation nav.login-menu {
  position: relative;
  background-color: #58743a;
}
header#header .header-navigation nav.login-menu form {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  background-color: #58743a;
  right: 0;
  z-index: 100;
  padding: 10px;
  color: #ffffff;
}
header#header .header-navigation nav.login-menu form li {
  display: block;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.login-menu form {
    z-index: 100;
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
  header#header .header-navigation nav.login-menu form.menu-visible {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.login-menu form {
    width: 260px;
  }
}
header#header .header-navigation nav.login-menu form .login-menu-error {
  background-color: #869e6a;
  color: #b64926;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 5px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
header#header .header-navigation nav.login-menu form .login-menu-error.show-error {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
header#header .header-navigation nav.login-menu form label {
  width: 27%;
}
header#header .header-navigation nav.login-menu form input {
  float: right;
}
header#header .header-navigation nav.login-menu form input[type=email],
header#header .header-navigation nav.login-menu form input[type=text],
header#header .header-navigation nav.login-menu form input[type=password] {
  width: 70%;
}
header#header .header-navigation nav.login-menu form .login-menu-username-wrap,
header#header .header-navigation nav.login-menu form .login-menu-password-wrap {
  margin-bottom: 5px;
}
header#header .header-navigation nav.login-menu form .login-menu-username-wrap:before,
header#header .header-navigation nav.login-menu form .login-menu-password-wrap:before,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap:before,
header#header .header-navigation nav.login-menu form .login-menu-username-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-password-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap:after {
  content: " ";
  display: table;
}
header#header .header-navigation nav.login-menu form .login-menu-username-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-password-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap:after {
  clear: both;
}
header#header .header-navigation nav.login-menu form .login-menu-username-wrap:before,
header#header .header-navigation nav.login-menu form .login-menu-password-wrap:before,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap:before,
header#header .header-navigation nav.login-menu form .login-menu-username-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-password-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap:after {
  content: " ";
  display: table;
}
header#header .header-navigation nav.login-menu form .login-menu-username-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-password-wrap:after,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap:after {
  clear: both;
}
header#header .header-navigation nav.login-menu form #login-menu-password-reset {
  display: block;
  padding-top: 4px;
  font-size: 12px;
  text-align: center;
  clear: both;
}
header#header .header-navigation nav.login-menu form #login-menu-register {
  margin-right: 5px;
  background-color: #58743a;
}
header#header .header-navigation nav.login-menu form #login-menu-facebook {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  width: 35px;
  background-image: url(images/icons/gray-facebook.png);
  background-size: 35px;
  padding: 0;
  display: block;
}
header#header .header-navigation nav.login-menu form #login-menu-gplus {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  width: 35px;
  background-image: url(images/icons/gray-gplus.png);
  background-size: 35px;
  padding: 0;
  display: block;
}
header#header .header-navigation nav.login-menu form #login-menu-linkedin {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  width: 35px;
  background-image: url(images/icons/gray-linkedin.png);
  background-size: 35px;
  padding: 0;
  display: block;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-submit-buttons {
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-submit-buttons:before,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-submit-buttons:after {
  content: " ";
  display: table;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-submit-buttons:after {
  clear: both;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-submit-buttons:before,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-submit-buttons:after {
  content: " ";
  display: table;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-submit-buttons:after {
  clear: both;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-social-buttons {
  clear: both;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-social-buttons:before,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-social-buttons:after {
  content: " ";
  display: table;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-social-buttons:after {
  clear: both;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-social-buttons:before,
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-social-buttons:after {
  content: " ";
  display: table;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap > .login-menu-social-buttons:after {
  clear: both;
}
header#header .header-navigation nav.login-menu form .login-menu-submit-wrap label {
  width: 50%;
}
header#header .header-navigation nav.login-menu .login-button {
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.login-menu .login-button {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    text-indent: -300%;
    white-space: nowrap;
    overflow: hidden;
    width: 35px;
    background-image: url(images/icons/login.png);
    background-size: 35px;
    padding: 0;
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation nav.login-menu .login-button {
    border: none!important;
    background-image: none!important;
  }
}
header#header .header-navigation nav.login-menu .login-button-tooltip {
  position: absolute;
  bottom: -23px;
  right: 40px;
  background-color: #58743a;
  padding: 0px 5px;
  font-size: 10px;
  line-height: 17px;
  color: #ffffff;
  white-space: nowrap;
}
header#header .header-navigation nav.login-menu .login-button-tooltip::before {
  content: '';
  position: absolute;
  top: -4px;
  right: 0;
  width: 0;
  height: 0;
  border-right: 4px solid #58743a;
  border-top: 4px solid transparent;
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation nav.login-menu .login-button-tooltip {
    display: none !important;
  }
}
header#header .header-navigation nav.login-menu .logged-in-panel {
  display: none;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  position: relative;
  background-color: #58743a;
  right: 0;
  z-index: 100;
  padding: 10px;
  color: #ffffff;
}
header#header .header-navigation nav.login-menu .logged-in-panel li {
  display: block;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.login-menu .logged-in-panel {
    z-index: 100;
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
  header#header .header-navigation nav.login-menu .logged-in-panel.menu-visible {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.login-menu .logged-in-panel {
    width: 260px;
  }
}
header#header .header-navigation nav.login-menu .logged-in-panel #user-info-name {
  display: block;
}
header#header .header-navigation nav.login-menu .logged-in-panel #user-info-photo {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-image: url(images/icons/login.png);
  background-repeat: no-repeat;
  border: 1px solid #ffffff;
  display: block;
  margin-right: 20px;
  float: left;
}
header#header .header-navigation nav.login-menu .logged-in-panel #user-info-profile-link {
  display: block;
}
header#header .header-navigation nav.login-menu.logged-in form {
  display: none;
}
header#header .header-navigation nav.login-menu.logged-in .logged-in-panel {
  display: block;
}
header#header .header-navigation nav.login-menu.logged-in .login-button-tooltip {
  display: none;
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation nav.login-menu .login-button {
    font-size: 17px;
    padding: 10px 15px;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.login-menu {
    padding-right: 35px;
  }
  header#header .header-navigation nav.login-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #58743a;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
}
header#header .header-navigation nav.secondary-navigation-menu {
  position: relative;
  background-color: #3f582a;
}
header#header .header-navigation nav.secondary-navigation-menu > .menu-toggle-button {
  display: none;
}
header#header .header-navigation nav.secondary-navigation-menu .secondary-navigation-button {
  background-color: transparent;
}
header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container {
  position: relative;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  background-color: #3f582a;
  right: 0;
  white-space: nowrap;
}
header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container li {
  display: block;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container {
    z-index: 100;
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
  }
  header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container.menu-visible {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container {
    width: 113px;
  }
}
header#header .header-navigation nav.secondary-navigation-menu ul.secondary-navigation > li {
  padding: 10px 15px;
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation nav.secondary-navigation-menu > .menu-toggle-button {
    display: block;
  }
  header#header .header-navigation nav.secondary-navigation-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #3f582a;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
  header#header .header-navigation nav.secondary-navigation-menu:hover .menu-secondary-navigation-container {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  header#header .header-navigation nav.secondary-navigation-menu ul.secondary-navigation > li {
    padding: 6px 13px;
    line-height: 18px;
  }
  header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container {
    text-align: right;
  }
  header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container::before {
    content: "";
    width: 77px;
    height: 36px;
    background-color: #3f582a;
    position: absolute;
    display: block;
    left: 0;
    bottom: -36px;
  }
  header#header .header-navigation nav.secondary-navigation-menu .menu-secondary-navigation-container::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 36px solid transparent;
    border-left: 36px solid #3f582a;
    position: absolute;
    display: block;
    right: 0;
    bottom: -36px;
  }
}
header#header .header-navigation .social-media-links a {
  color: #231f20;
  display: block;
  padding: 8px 15px;
  width: 36px;
  height: 36px;
}
header#header .header-navigation .social-media-links li {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background-size: 36px;
}
header#header .header-navigation .social-media-links li.social-media-link-youtube {
  background-image: url('images/icons/social-youtube.png');
}
header#header .header-navigation .social-media-links li.social-media-link-facebook {
  background-image: url('images/icons/social-facebook.png');
}
header#header .header-navigation .social-media-links li.social-media-link-twitter {
  background-image: url('images/icons/social-twitter.png');
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation .social-media-links li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation .social-media-links {
    text-align: center;
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  header#header .header-navigation .social-media-links {
    padding-right: 35px;
  }
  header#header .header-navigation .social-media-links li {
    float: left;
  }
}
@media only screen and (max-width: 1023px) {
  header#header .header-navigation .newsletter-signup .newsletter-signup-email-wrap {
    width: 177px;
  }
}
#breadcrumb {
  background-color: #ffffff;
  margin: 0;
  padding-bottom: 20px;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  #breadcrumb {
    margin-top: -5px;
    padding-top: 0;
  }
}
#breadcrumb a {
  color: #474747;
}
#breadcrumb span a {
  color: #808080;
}
#breadcrumb span {
  color: #cccccc;
}
@media only screen and (max-width: 1023px) {
  #breadcrumb {
    display: none !important;
  }
}
section#hero {
  height: 30px;
  z-index: 0;
}
section#hero .wp-post-hero {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 440px) {
  section#hero .wp-post-hero {
    max-width: 120%;
  }
}
section#hero .hero-image-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  section#hero .hero-image-wrap {
    height: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  section#hero .hero-image-wrap {
    height: 590px;
  }
}
section#hero .hero-image-wrap::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 440px) {
  section#hero .hero-image-wrap::after {
    height: 20%;
  }
}
@media only screen and (max-width: 1023px) {
  section#hero.post-hero-short {
    height: 200px;
  }
  section#hero.post-hero-short + main#main article.hentry h1.entry-title {
    margin-bottom: 30px;
  }
}
section#hero.post-hero-short .hero-image-wrap {
  max-height: 200px;
}
main#main {
  background-color: #ffffff;
  padding-bottom: 60px;
}
main#main:before,
main#main:after {
  content: " ";
  display: table;
}
main#main:after {
  clear: both;
}
main#main:before,
main#main:after {
  content: " ";
  display: table;
}
main#main:after {
  clear: both;
}
main#main .site-inner {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  main#main .site-inner {
    padding: 0;
  }
}
main#main h1,
main#main h2,
main#main h3,
main#main h4,
main#main h5,
main#main h6 {
  color: #ffffff;
  background-color: #6a8747;
  padding: 4px 15px 7px;
  min-height: 35px;
  display: block;
}
main#main h1:before,
main#main h2:before,
main#main h3:before,
main#main h4:before,
main#main h5:before,
main#main h6:before,
main#main h1:after,
main#main h2:after,
main#main h3:after,
main#main h4:after,
main#main h5:after,
main#main h6:after {
  content: " ";
  display: table;
}
main#main h1:after,
main#main h2:after,
main#main h3:after,
main#main h4:after,
main#main h5:after,
main#main h6:after {
  clear: both;
}
main#main h1:before,
main#main h2:before,
main#main h3:before,
main#main h4:before,
main#main h5:before,
main#main h6:before,
main#main h1:after,
main#main h2:after,
main#main h3:after,
main#main h4:after,
main#main h5:after,
main#main h6:after {
  content: " ";
  display: table;
}
main#main h1:after,
main#main h2:after,
main#main h3:after,
main#main h4:after,
main#main h5:after,
main#main h6:after {
  clear: both;
}
main#main h1 a,
main#main h2 a,
main#main h3 a,
main#main h4 a,
main#main h5 a,
main#main h6 a {
  color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  main#main h1,
  main#main h2,
  main#main h3,
  main#main h4,
  main#main h5,
  main#main h6 {
    margin-right: 35px;
    height: 35px;
  }
  main#main h1::before,
  main#main h2::before,
  main#main h3::before,
  main#main h4::before,
  main#main h5::before,
  main#main h6::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #6a8747;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
}
main#main h1 {
  height: 50px;
}
@media only screen and (max-width: 1023px) {
  main#main h1 {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  main#main h1 {
    margin-right: 50px;
  }
  main#main h1::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #6a8747;
    position: absolute;
    display: block;
    right: -50px;
    top: 0;
  }
}
main#main > .site-inner > article > .entry-header > .entry-title {
  display: inline-block;
}
article.hentry h1.entry-title {
  margin-bottom: 150px;
}
@media only screen and (min-width: 1024px) {
  article.hentry h1.entry-title {
    display: inline-block;
  }
}
article.hentry .entry-header:before,
article.hentry .entry-header:after {
  content: " ";
  display: table;
}
article.hentry .entry-header:after {
  clear: both;
}
article.hentry .entry-header:before,
article.hentry .entry-header:after {
  content: " ";
  display: table;
}
article.hentry .entry-header:after {
  clear: both;
}
article.hentry .entry-content:before,
article.hentry .entry-content:after {
  content: " ";
  display: table;
}
article.hentry .entry-content:after {
  clear: both;
}
article.hentry .entry-content:before,
article.hentry .entry-content:after {
  content: " ";
  display: table;
}
article.hentry .entry-content:after {
  clear: both;
}
@media only screen and (max-width: 1023px) {
  article.hentry .entry-content p.no-break:last-child {
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) {
  article.hentry .entry-content img {
    max-width: 100%;
    height: auto;
  }
}
div.summer-seminar-buttons a {
  width: 48%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
div.summer-seminar-buttons a:first-child {
  margin-right: 10px;
}
@media only screen and (max-width: 1023px) {
  div.summer-seminar-buttons a:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
div.summer-seminar-buttons a:last-child {
  margin-left: 10px;
}
@media only screen and (max-width: 1023px) {
  div.summer-seminar-buttons a:last-child {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  div.summer-seminar-buttons a {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
div.summer-seminar-buttons img {
  width: 100%!important;
  height: auto!important;
}
#footer-sign-up {
  color: white;
  background-color: black;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer-sign-up .label-col {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}
#footer-sign-up > .container {
  max-width: 1024px;
}
@media only screen and (min-width: 1024px) {
  #footer-sign-up {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer-sign-up .label-col {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
footer#footer {
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 60px 0;
  border-top: 7px solid #aaaaaa;
}
footer#footer:before,
footer#footer:after {
  content: " ";
  display: table;
}
footer#footer:after {
  clear: both;
}
footer#footer:before,
footer#footer:after {
  content: " ";
  display: table;
}
footer#footer:after {
  clear: both;
}
footer#footer h1,
footer#footer h2,
footer#footer h3,
footer#footer h4,
footer#footer h5,
footer#footer h6 {
  background-color: transparent;
  color: #c9dbb2;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  footer#footer h3 {
    font-size: 17px;
  }
}
footer#footer a {
  color: #c9dbb2;
}
@media only screen and (max-width: 1023px) {
  footer#footer .footer-donation-link {
    display: none !important;
  }
}
footer#footer nav ul {
  list-style: none;
  padding: 0;
}
footer#footer nav ul li {
  display: block;
}
@media only screen and (min-width: 1024px) {
  footer#footer nav ul li {
    display: inline-block;
  }
  footer#footer nav ul li::before {
    content: '•';
    display: inline-block;
    margin: 0 8px;
  }
}
footer#footer nav ul li:first-child::before {
  content: none;
}
footer#footer nav ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  footer#footer section {
    padding: 0 15px;
  }
}
footer#footer section.footer-description {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  footer#footer section.footer-description {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  footer#footer section.footer-description {
    float: left;
    width: 25%;
  }
}
footer#footer section.footer-navigation {
  position: relative;
  display: inline-block;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  footer#footer section.footer-navigation {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  footer#footer section.footer-navigation {
    float: left;
    width: 50%;
  }
}
footer#footer section.footer-navigation nav.what-we-offer-menu {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer#footer section.footer-navigation nav.what-we-offer-menu {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer#footer section.footer-navigation nav.what-we-offer-menu {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  footer#footer section.footer-navigation nav.what-we-offer-menu {
    float: left !important;
  }
}
footer#footer section.footer-navigation nav.about-ihs-menu {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer#footer section.footer-navigation nav.about-ihs-menu {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer#footer section.footer-navigation nav.about-ihs-menu {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  footer#footer section.footer-navigation nav.about-ihs-menu {
    float: left !important;
  }
}
footer#footer section.footer-email {
  position: relative;
  display: inline-block;
  text-align: right;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  footer#footer section.footer-email {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  footer#footer section.footer-email {
    float: left;
    width: 25%;
  }
}
footer#footer section.footer-branding {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  footer#footer section.footer-branding {
    float: left;
    width: 100%;
  }
}
footer#footer section.footer-branding img {
  margin: 0 60px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 858px) {
  footer#footer section.footer-branding img {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  footer#footer section.footer-branding img {
    margin: 0 auto;
    display: block;
  }
}
footer#footer section.footer-branding img.theihs-logo {
  width: 267px;
}
@media (max-width: 767px) {
  footer#footer section.footer-branding img.theihs-logo {
    margin-bottom: 30px;
  }
}
footer#footer section.footer-branding img.learn-liberty-logo {
  width: 318px;
}
footer#footer section.copyright-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  footer#footer section.copyright-info {
    float: left;
    width: 100%;
  }
}
footer#footer section.copyright-info p {
  margin-bottom: 0;
}
footer#footer section.contact-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  text-align: center;
}
@media (min-width: 1024px) {
  footer#footer section.contact-info {
    float: left;
    width: 100%;
  }
}
footer#footer section.contact-info h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  footer#footer .search-form {
    width: 100%;
    clear: both;
    text-align: center;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  footer#footer .search-form {
    position: absolute;
    bottom: 15px;
    right: 65px;
  }
}
footer#footer .search-form input[type=search] {
  border: none;
  height: 35px;
  padding: 5px 15px;
  color: #231f20;
}
footer#footer .home-hero-btn {
  display: none;
}
main#main section.card-grid {
  margin-left: -15px;
  margin-right: -15px;
}
main#main section.card-grid .card-size-single {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  main#main section.card-grid .card-size-single {
    float: left;
    width: 50%;
  }
}
main#main section.card-grid .card-size-double {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  main#main section.card-grid .card-size-double {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  main#main section.card-grid {
    margin-left: 0;
    margin-right: 0;
  }
  main#main section.card-grid .card {
    padding-left: 0;
    padding-right: 0;
  }
}
main#main section.people-grid > h3 {
  margin-left: 15px;
  display: block;
  float: none;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  main#main section.people-grid > h3 {
    margin-left: 0;
  }
}
main#main .card {
  margin-bottom: 30px;
  color: #474747;
}
main#main .card:before,
main#main .card:after {
  content: " ";
  display: table;
}
main#main .card:after {
  clear: both;
}
main#main .card:before,
main#main .card:after {
  content: " ";
  display: table;
}
main#main .card:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  main#main .card {
    height: 482px;
  }
}
main#main .card.card-size-double article {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-size-double article {
    margin-left: 0;
    margin-right: 0;
  }
}
main#main .card.card-size-double .post-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  main#main .card.card-size-double .post-thumbnail {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-size-double .post-thumbnail {
    padding-left: 0;
    padding-right: 0;
  }
}
main#main .card.card-size-double .card-entry-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  main#main .card.card-size-double .card-entry-content {
    float: left;
    width: 50%;
  }
}
main#main .card .card-entry-nav {
  background-color: #58743a;
}
main#main .card .card-entry-nav ul {
  padding: 0;
  list-style: none;
}
main#main .card .card-wrap {
  position: relative;
  background-color: #f2f2f2;
  height: 100%;
}
main#main .card .card-banner {
  position: absolute;
  top: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  main#main .card .card-banner {
    height: auto;
  }
}
main#main .card .post-thumbnail {
  margin: 0;
}
main#main .card .card-entry-content {
  padding: 20px;
  width: 100%;
}
main#main .card .card-entry-content h2.entry-title {
  background-color: transparent;
  padding: 0;
  margin: 0 0 10px;
  color: #3f582a;
}
main#main .card .card-entry-content h2.entry-title::before {
  content: none;
}
main#main .card .card-entry-content h2.entry-title a {
  color: #3f582a;
}
main#main .card .card-entry-content .entry-content p:last-child {
  margin-bottom: 0;
}
main#main .card .card-buttons {
  width: 100%;
  position: absolute;
  bottom: 0;
}
main#main .card .card-buttons .card-button {
  position: relative;
  background-color: #869e6a;
}
main#main .card .card-buttons.card-buttons-single .card-button {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  main#main .card .card-buttons.card-buttons-single .card-button {
    margin-right: 35px;
  }
}
main#main .card .card-buttons.card-buttons-double .card-button {
  width: 53%;
  float: left;
}
main#main .card .card-buttons.card-buttons-double .card-button + .card-button {
  width: 47%;
  background-color: #58743a;
}
main#main .card .card-buttons.card-buttons-double .card-button + .card-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 35px solid #58743a;
  position: absolute;
  display: block;
  left: -35px;
  top: 0;
}
main#main .card .entry-content p.no-break:last-child {
  display: none !important;
}
section.section-landing-feature {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  section.section-landing-feature {
    margin-left: 0;
    margin-right: 0;
  }
}
section.section-landing-feature .post-thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  section.section-landing-feature .post-thumbnail {
    float: left;
    width: 75%;
  }
}
@media only screen and (max-width: 1023px) {
  section.section-landing-feature .post-thumbnail {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
section.section-landing-feature .post-thumbnail img {
  margin-bottom: 0;
}
section.section-landing-feature nav {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  section.section-landing-feature nav {
    float: left;
    width: 25%;
  }
}
@media only screen and (max-width: 1023px) {
  section.section-landing-feature nav {
    padding-left: 0;
    padding-right: 0;
  }
}
section.section-landing-feature nav a {
  display: block;
  color: #474747;
  padding: 0 15px;
  white-space: nowrap;
  transition: background-color 0.3s ease, color 0.3s ease, padding 1s ease;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, padding 1s ease;
}
section.section-landing-feature nav a:hover {
  color: #231f20;
  padding-left: 60px;
}
section.section-landing-feature nav ul {
  list-style: none;
  padding: 0;
}
section.section-landing-feature nav li {
  border-top: 1px solid #474747;
}
section.section-landing-feature nav li:first-child {
  border: none;
}
@media only screen and (max-width: 1023px) {
  section.section-landing-feature nav li {
    height: 36px!important;
    line-height: 36px!important;
  }
}
body.archive main#main > .site-inner > .entry-header > .entry-title,
body.search main#main > .site-inner > .entry-header > .entry-title {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  body.archive main#main > .site-inner > .entry-header > .entry-title,
  body.search main#main > .site-inner > .entry-header > .entry-title {
    margin-bottom: 150px;
  }
}
body.archive main#main .loop,
body.search main#main .loop {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 1023px) {
  body.archive main#main .loop,
  body.search main#main .loop {
    margin-left: 0;
    margin-right: 0;
  }
}
body.archive main#main .loop article,
body.search main#main .loop article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  body.archive main#main .loop article,
  body.search main#main .loop article {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  body.archive main#main .loop article,
  body.search main#main .loop article {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body.archive main#main .loop article .post-thumbnail,
  body.search main#main .loop article .post-thumbnail {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  body.archive main#main .loop article .post-thumbnail img,
  body.search main#main .loop article .post-thumbnail img {
    float: left;
    margin-right: 20px;
  }
}
body.archive main#main .loop article h2.entry-title,
body.search main#main .loop article h2.entry-title {
  background-color: transparent;
  padding: 0;
  color: #3f582a;
  height: auto;
  margin-bottom: 5px;
}
body.archive main#main .loop article h2.entry-title a,
body.search main#main .loop article h2.entry-title a {
  color: #3f582a;
}
@media only screen and (min-width: 1024px) {
  body.archive main#main .loop article h2.entry-title,
  body.search main#main .loop article h2.entry-title {
    margin-top: 0;
  }
}
body.archive main#main .loop article h2.entry-title::before,
body.search main#main .loop article h2.entry-title::before {
  content: none;
}
body.archive main#main .loop article h3,
body.search main#main .loop article h3 {
  background-color: transparent;
  color: #231f20;
  padding: 0;
  font-size: 17px;
  height: auto;
}
body.archive main#main .loop article h3::before,
body.search main#main .loop article h3::before {
  content: none;
}
body.archive main#main .loop article .entry-header::before,
body.search main#main .loop article .entry-header::before,
body.archive main#main .loop article .entry-content::before,
body.search main#main .loop article .entry-content::before,
body.archive main#main .loop article h2.entry-title::before,
body.search main#main .loop article h2.entry-title::before,
body.archive main#main .loop article .entry-header::after,
body.search main#main .loop article .entry-header::after,
body.archive main#main .loop article .entry-content::after,
body.search main#main .loop article .entry-content::after,
body.archive main#main .loop article h2.entry-title::after,
body.search main#main .loop article h2.entry-title::after {
  content: none;
}
#registration-modal .registration-fields {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 1;
  position: relative;
  z-index: 1;
}
#registration-modal .registration-loader {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url(images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
}
#registration-modal .registration-complete {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
  text-align: center;
}
#registration-modal .registration-complete .checkmark {
  font-size: 70px;
  line-height: 70px;
  color: #6a8747;
  margin-bottom: 20px;
  margin-top: 120px;
}
#registration-modal #registration-menu-close {
  display: none;
}
#registration-modal.loading .registration-fields {
  opacity: 0;
}
#registration-modal.loading .registration-loader {
  opacity: 1;
  z-index: 2;
}
#registration-modal.loading .registration-complete {
  opacity: 0;
}
#registration-modal.complete .registration-fields {
  opacity: 0;
}
#registration-modal.complete .registration-loader {
  opacity: 0;
}
#registration-modal.complete .registration-complete {
  opacity: 1;
  z-index: 2;
}
#registration-modal.complete #registration-menu-close {
  display: block;
}
#registration-modal.complete #registration-menu-cancel,
#registration-modal.complete #registration-menu-submit {
  display: none;
}
#registration-modal .registration-menu-error {
  background-color: #f2f2f2;
  color: #b64926;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 5px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
#registration-modal .registration-menu-error.show-error {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
#reset-password-modal .reset-password-fields {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 1;
  position: relative;
  z-index: 1;
}
#reset-password-modal .reset-password-loader {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url(images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
}
#reset-password-modal .reset-password-complete {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  opacity: 0;
  text-align: center;
}
#reset-password-modal .reset-password-complete .checkmark {
  font-size: 70px;
  line-height: 70px;
  color: #6a8747;
  margin-bottom: 20px;
  margin-top: 120px;
}
#reset-password-modal .reset-password-complete h3 {
  margin-top: 50px;
}
#reset-password-modal #reset-password-close {
  display: none;
}
#reset-password-modal.loading .reset-password-fields {
  opacity: 0;
}
#reset-password-modal.loading .reset-password-loader {
  opacity: 1;
  z-index: 2;
}
#reset-password-modal.loading .reset-password-complete {
  opacity: 0;
}
#reset-password-modal.complete .reset-password-fields {
  opacity: 0;
}
#reset-password-modal.complete .reset-password-loader {
  opacity: 0;
}
#reset-password-modal.complete .reset-password-complete {
  opacity: 1;
  z-index: 2;
}
#reset-password-modal.complete #reset-password-close {
  display: block;
}
#reset-password-modal.complete #reset-password-cancel,
#reset-password-modal.complete #reset-password-submit {
  display: none;
}
#reset-password-modal .reset-password-error {
  background-color: #f2f2f2;
  color: #b64926;
  border-radius: 3px;
  padding: 8px;
  margin-bottom: 5px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: top center;
  -webkit-transform-origin: top center;
  transition: transform         0.3s ease, opacity 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
}
#reset-password-modal .reset-password-error.show-error {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
.newsletter-signup:before,
.newsletter-signup:after {
  content: " ";
  display: table;
}
.newsletter-signup:after {
  clear: both;
}
.newsletter-signup:before,
.newsletter-signup:after {
  content: " ";
  display: table;
}
.newsletter-signup:after {
  clear: both;
}
.newsletter-signup .newsletter-signup-email-wrap,
.newsletter-signup .newsletter-signup-submit-wrap {
  position: relative;
  float: left;
}
.newsletter-signup .newsletter-signup-email-wrap {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .newsletter-signup {
    padding-left: 35px;
  }
  .newsletter-signup .newsletter-signup-email-wrap {
    padding-right: 35px;
    margin-right: -35px;
  }
  .newsletter-signup .newsletter-signup-submit-wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #b64926;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
}
.application-signup {
  position: relative;
  display: block;
  margin: 30px 0 !important;
  width: 200px;
  /*
	transition: transform 0.3s ease;
	-webkit-transition: -webkit-transform 0.3s ease;

	&:hover {
	  transform:         scale(1.05,1.05);
	  -webkit-transform: scale(1.05,1.05);
	}
	*/
}
@media only screen and (max-width: 1023px) {
  .application-signup {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1024px) {
  .application-signup {
    margin-right: 35px;
  }
  .application-signup::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #b64926;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
}
div.the-content div.event_listing {
  margin-bottom: 15px;
}
div.the-content div.event_listing div.upcoming-event {
  display: inline-block;
  padding: 10px;
  background-color: white;
  border: 1px solid #bbb;
  margin: 5px;
  width: 235px;
  min-height: 340px;
  vertical-align: top;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
div.the-content div.event_listing div.upcoming-event a .event-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
div.the-content div.event_listing div.upcoming-event a .event-date {
  color: gray;
  margin-bottom: 0;
  font-size: 16px;
}
div.the-content div.event_listing div.upcoming-event a:hover {
  text-decoration: none;
}
div.the-content div.event_listing div.upcoming-event div.event-image {
  margin-bottom: 10px;
}
div.the-content div.event_listing div.upcoming-event:hover {
  text-decoration: none;
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
@media only screen and (max-width: 1023px) {
  div.the-content div.event_listing div.upcoming-event {
    width: 100%;
    margin: 10px auto;
    display: block;
  }
}
body.error404 main#main .h2-style {
  font-weight: bold;
  font-size: 1.2em;
}
body.error404 main#main img {
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
body.error404 main#main .btn-p {
  text-align: center;
}
body.error404 main#main .btn-p .btn {
  font-size: 42px;
  height: auto;
  padding: 20px 40px;
}
body.error404 main#main ul {
  margin-bottom: 20px;
}
body.home main#main .site-description {
  color: #ffffff;
  width: 50%;
  font-size: 24px;
}
body.home main#main .site-description h3 {
  display: none;
}
@media only screen and (max-width: 1023px) {
  body.home main#main .site-description {
    height: 200px;
    padding-left: 15px;
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  body.home main#main .site-description {
    font-size: 16px;
    width: 60%;
  }
}
@media (min-width: 768px) {
  body.home main#main .site-description {
    height: 320px;
  }
}
@media only screen and (min-width: 1024px) {
  body.home main#main .site-description {
    width: 40%;
    margin-bottom: 200px;
  }
  body.home main#main .site-description h3 {
    display: block;
  }
}
body.home main#main .what-we-offer-menu {
  margin-bottom: 30px;
}
body.home main#main .what-we-offer-menu ul {
  list-style: none;
  padding: 0;
}
body.home main#main .what-we-offer-menu ul li a {
  color: #231f20;
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  body.home main#main .what-we-offer-menu ul.what-we-offer {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body.home main#main .what-we-offer-menu {
    color: white;
    margin-bottom: 60px;
  }
  body.home main#main .what-we-offer-menu h3 {
    width: 40%;
  }
  body.home main#main .what-we-offer-menu ul li {
    display: inline-block;
    margin-right: 30px;
  }
}
body.home main#main .newsletter-signup {
  margin-bottom: 30px;
}
body.home main#main .newsletter-signup .newsletter-signup-email-wrap {
  width: 70%;
}
body.home main#main .newsletter-signup .newsletter-signup-email-wrap input {
  width: 90%;
}
body.home main#main .newsletter-signup .newsletter-signup-submit-wrap {
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  body.home main#main .newsletter-signup .newsletter-signup-submit-wrap::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #b64926;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
}
body.home main#main .newsletter-signup .newsletter-signup-submit {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  body.home main#main .newsletter-signup {
    display: none !important;
  }
}
body.page-template-page-what-we-offer main#main a {
  font-weight: normal;
}
body.page-template-page-what-we-offer main#main .site-inner > article > .entry-content > .the-content {
  background-color: #f2f2f2;
  padding: 20px;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  color: #58743a;
  font-size: 14px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu {
    padding-left: 0;
  }
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-job-level,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-search-field,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-job-profession,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-seminars-filter,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-resources-filter,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-majors-filter {
  display: none;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-job-level > div,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-search-field > div,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-job-profession > div,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-seminars-filter > div,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-resources-filter > div,
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-majors-filter > div {
  display: none;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-search-field input[type="text"] {
  width: 100%;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-search-field select {
  width: 100%;
  margin: 5px 0 10px;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu #opportunities-search-field select[name="country"] {
  margin-top: 10px!important;
  margin-bottom: 5px!important;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu hr {
  border-top-color: #58743a;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu label {
  font-weight: normal;
  margin: 5px;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu h4 {
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #231f20;
  height: auto;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu h4::before {
  content: none;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu input[type="button"] {
  margin: 10px 0;
  width: 175px;
  display: block;
  background-color: #6a8747;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu input[name="clear-all"] {
  background-color: #b64926;
  margin-bottom: 20px;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu ul {
  padding: 0;
  list-style: none;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu ul ul {
  padding-left: 20px;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu ul.opportunities-navigation > li {
  position: relative;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu ul.opportunities-navigation > li > a {
  display: inline-block;
  margin-left: 20px;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu ul.opportunities-navigation > li::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #58743a;
  position: absolute;
  top: 8px;
  left: 0;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu ul.opportunities-navigation > li.menu-arrow-down::before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #58743a;
}
body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu a {
  color: #58743a;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-what-we-offer main#main nav.opportunities-navigation-menu p:last-child {
    margin-bottom: 0;
  }
}
body.page-template-page-what-we-offer main#main .entry-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.page-template-page-what-we-offer main#main .entry-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main .entry-content {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-what-we-offer main#main .entry-content {
    float: left;
    width: 75%;
  }
}
body.page-template-page-what-we-offer main#main .sub-menu {
  display: none;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view {
    float: left;
    width: 75%;
  }
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity {
  border: 2px solid #cccccc;
  padding: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity {
    padding: 15px;
  }
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .row {
  margin: 0;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
}
@media (min-width: 768px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col {
    padding-right: 0;
  }
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col .ihs-opportunity-category {
  font-size: 14px;
  color: #808080;
  font-style: italic;
  margin-bottom: 10px;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col .the-content {
  overflow: hidden;
  position: relative;
  max-height: 130px;
  padding: 0;
  transition: height 0.3s ease, max-height 0.3s ease;
  -webkit-transition: height 0.3s ease, max-height 0.3s ease;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col .the-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.01) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-main-col .the-content p {
  margin: 0 0 10px;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 768px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col {
    height: auto;
    margin-bottom: 20px;
  }
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col .tags-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col .main-tags {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-tags-col .sub-tags {
  color: #808080;
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col {
    float: left;
    width: 50%;
  }
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .application-signup,
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .register-button {
  background-color: #b64926 !important;
  margin: 0!important;
  display: inline-block !important;
  width: auto!important;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .application-signup::before,
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .register-button::before {
  content: none!important;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .notify-me-button,
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .learn-more-button,
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .watch-videos-button,
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-buttons-col .keep-reading-button {
  background-color: #6a8747;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-location {
  font-style: italic;
  margin: 0 0 10px;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-extras-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  height: 35px;
  position: relative;
  padding-right: 0;
}
@media (min-width: 768px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-extras-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-extras-col {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-extras-col {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-extras-col .ihs-opportunity-only {
  position: absolute;
  top: -23px;
  right: 0;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-title {
  background-color: transparent;
  display: inline-block;
  padding: 0;
  margin: 0 0 10px;
  color: #231f20;
  height: auto;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-title::before {
  content: none;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-sponsor {
  margin: 0 0 10px;
  font-weight: bold;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-save {
  cursor: pointer;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-save .save-opportunity-button {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-image: url(images/icons/gray-star.png);
  background-size: 25px;
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-save .save-opportunity-button.saved-opportunity {
  background-image: url(images/icons/green-star.png);
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-save label {
  position: absolute;
  bottom: -3px;
  right: 35px;
  margin: 0;
  font-weight: normal;
  color: #808080;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity .ihs-opportunity-only {
  color: #58743a;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity.show-all .ihs-opportunity-main-col .the-content {
  max-height: 10000px;
}
body.page-template-page-what-we-offer main#main #what-we-offer-json-view .ihs-opportunity.show-all .ihs-opportunity-main-col .the-content::after {
  content: none;
}
body.page-template-page-community main#main section.happening-in-social-media {
  margin-top: 30px;
}
body.page-template-page-community main#main section.happening-in-social-media img.ajax-loader {
  display: block;
  margin: 0 auto 20px;
}
body.page-template-page-community main#main section.happening-in-social-media h3 {
  padding: 0;
  display: block;
  margin: 0;
  background-color: transparent;
  color: #231f20;
  float: none;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-community main#main section.happening-in-social-media h3 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
body.page-template-page-community main#main section.happening-in-social-media h3::before {
  content: none;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container {
  margin-left: -15px;
  margin-right: -15px;
  opacity: 0.0;
  transition: opacity 2s ease;
  -webkit-transition: opacity 2s ease;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 {
    position: absolute!important;
    top: 0;
    left: -999999999px;
  }
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3,
  body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 {
    float: left;
    width: 25%;
  }
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column {
  max-width: 226px;
  margin: 0 auto;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column a,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column a,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column a,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column a {
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column a:hover,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column a:hover,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column a:hover,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column a:hover {
  border-bottom: 1px solid #ffffff;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .color1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .color1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .color1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .color1 {
  background-color: #3f582a;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .color2,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .color2,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .color2,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .color2 {
  background-color: #6a8747;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .color3,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .color3,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .color3,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .color3 {
  background-color: #84a357;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .fb_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .fb_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .fb_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .fb_container {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .fb_container .fb_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .fb_container .fb_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .fb_container .fb_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .fb_container .fb_inner {
  padding: 20px;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .fb_container .fb_inner h1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .fb_container .fb_inner h1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .fb_container .fb_inner h1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .fb_container .fb_inner h1 {
  font-size: 1.5em;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .fb_container .fb_inner h1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .fb_container .fb_inner h1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .fb_container .fb_inner h1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .fb_container .fb_inner h1,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .fb_container .fb_inner p,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .fb_container .fb_inner p,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .fb_container .fb_inner p,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .fb_container .fb_inner p {
  margin: 0;
  padding: 0;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .fb_container .fb_inner img,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .fb_container .fb_inner img,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .fb_container .fb_inner img,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .fb_container .fb_inner img {
  width: 226px;
  height: auto;
  padding: 3px auto;
  margin: -20px -20px 6px;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .tw_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .tw_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .tw_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .tw_container {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .tw_container .tw_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .tw_container .tw_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .tw_container .tw_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .tw_container .tw_inner {
  padding: 20px;
  color: #ffffff;
  font-weight: 300;
  word-break: break-word;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .tw_container .tw_inner .profile,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .tw_container .tw_inner .profile,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .tw_container .tw_inner .profile,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .tw_container .tw_inner .profile {
  text-align: right;
  font-weight: 400;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .ig_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .ig_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .ig_container,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .ig_container {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .ig_container .ig_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .ig_container .ig_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .ig_container .ig_inner,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .ig_container .ig_inner {
  position: relative;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .ig_container .ig_inner img,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .ig_container .ig_inner img,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .ig_container .ig_inner img,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .ig_container .ig_inner img {
  width: 100%;
  height: auto;
}
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-1 .inner-column .ig_container .ig_inner a.userlink,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-2 .inner-column .ig_container .ig_inner a.userlink,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-3 .inner-column .ig_container .ig_inner a.userlink,
body.page-template-page-community main#main section.happening-in-social-media #social-media-container #column-4 .inner-column .ig_container .ig_inner a.userlink {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  margin: 20px;
}
body.page-template-page-supporters .supporters-button {
  height: 55px;
  width: 100%;
  font-size: 24px;
  display: block;
}
body.page-template-page-supporters .supporters-button a {
  line-height: 47px;
}
body.page-template-page-supporters .supporters-button.supporters-contact-button {
  background-color: #6a8747;
}
@media only screen and (min-width: 1024px) {
  body.page-template-page-supporters .supporters-buttons {
    position: absolute;
    width: 678px;
    top: 595px;
    left: 45px;
  }
  body.page-template-page-supporters .supporters-button {
    height: 55px;
    width: 40%;
    position: absolute;
    bottom: 0px;
    font-size: 24px;
  }
  body.page-template-page-supporters .supporters-button a {
    line-height: 47px;
  }
  body.page-template-page-supporters .supporters-button.supporters-donate-button {
    left: 0px;
  }
  body.page-template-page-supporters .supporters-button.supporters-contact-button {
    right: 0px;
    background-color: #6a8747;
  }
}
body.page-template-page-profile main#main .row {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-profile main#main .row {
    margin-left: 0;
    margin-right: 0;
  }
}
body.page-template-page-profile main#main .row > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  body.page-template-page-profile main#main .row > div {
    float: left;
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-profile main#main .row > div {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-page-profile main#main h2,
body.page-template-page-profile main#main h3,
body.page-template-page-profile main#main h4,
body.page-template-page-profile main#main h5,
body.page-template-page-profile main#main h6 {
  background-color: transparent;
  padding: 0;
  color: #231f20;
  text-align: left;
  display: block;
  margin: 0 0 20px;
  float: none;
}
body.page-template-page-profile main#main h2::before,
body.page-template-page-profile main#main h3::before,
body.page-template-page-profile main#main h4::before,
body.page-template-page-profile main#main h5::before,
body.page-template-page-profile main#main h6::before {
  content: none;
}
body.page-template-page-profile main#main h2 a,
body.page-template-page-profile main#main h3 a,
body.page-template-page-profile main#main h4 a,
body.page-template-page-profile main#main h5 a,
body.page-template-page-profile main#main h6 a {
  color: #58743a;
}
body.page-template-page-profile main#main input[type=text],
body.page-template-page-profile main#main input[type=email],
body.page-template-page-profile main#main input[type=password],
body.page-template-page-profile main#main input[type=number],
body.page-template-page-profile main#main select,
body.page-template-page-profile main#main textarea,
body.page-template-page-profile main#main .select2 {
  display: block;
  width: 90%;
  margin: 0 5% 30px;
  height: 35px;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-profile main#main input[type=text],
  body.page-template-page-profile main#main input[type=email],
  body.page-template-page-profile main#main input[type=password],
  body.page-template-page-profile main#main input[type=number],
  body.page-template-page-profile main#main select,
  body.page-template-page-profile main#main textarea,
  body.page-template-page-profile main#main .select2 {
    width: 100%;
    margin: 0 0 20px;
  }
}
body.page-template-page-profile main#main .select2 {
  width: 90%!important;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-profile main#main .select2 {
    width: 100%!important;
  }
}
body.page-template-page-profile main#main .select-wrap {
  height: 35px;
  margin-bottom: 30px;
}
body.page-template-page-profile main#main .select-wrap select {
  margin: 5px auto 0;
}
body.page-template-page-profile main#main #profile-menu-education-further-specs,
body.page-template-page-profile main#main #profile-menu-career-further-specs {
  margin-bottom: 30px;
}
body.page-template-page-profile h2.profile-form-welcome-headline,
body.page-template-page-profile main#main .row > h3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  body.page-template-page-profile h2.profile-form-welcome-headline,
  body.page-template-page-profile main#main .row > h3 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-template-page-profile h2.profile-form-welcome-headline,
  body.page-template-page-profile main#main .row > h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-template-page-profile h2.profile-form-welcome-headline {
  text-align: center!important;
  font-size: 40px!important;
}
body.page-template-page-profile h2.profile-form-signup-headline {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center!important;
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  body.page-template-page-profile h2.profile-form-signup-headline {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-template-page-profile h2.profile-form-signup-headline {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.page-template-page-profile .tiny-note {
  font-size: 12px;
  color: #474747;
}
body.page-template-page-profile .profile-menu-photo-wrap {
  margin-left: 5%;
}
body.page-template-page-profile #profile-menu-photo {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(images/photo-placeholder.jpg);
  float: left;
  margin-right: 20px;
}
body.page-template-page-profile #profile-menu-photo-button {
  display: block;
  background-color: #6a8747;
  font-size: 17px;
}
body.page-template-page-profile #profile-menu-photo-label {
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
body.page-template-page-profile #profile-menu-photo-instructions {
  display: block;
  font-weight: normal;
}
body.page-template-page-profile .profile-menu-social-wrap {
  margin-left: 5%;
}
body.page-template-page-profile #profile-menu-education-add-further-spec,
body.page-template-page-profile #profile-menu-career-add-further-spec {
  width: 200px;
  margin: 0 auto 30px;
  display: block;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-profile .education-header {
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
}
body.page-template-page-profile #profile-menu-submit {
  width: 200px;
  margin: 0 auto 30px;
  display: block;
}
body.page-template-page-profile .social-connection {
  position: relative;
  margin-bottom: 20px;
  height: 39px;
  border: 2px solid white;
  display: inline-block;
}
body.page-template-page-profile .social-connection .connection-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  margin-right: 0;
  float: left;
}
body.page-template-page-profile .social-connection .connected-label {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #b64926;
  border: none;
  padding: 4px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 35px;
  line-height: 27px;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  display: none;
  float: left;
  width: 220px;
}
body.page-template-page-profile .social-connection .connected-label:focus,
body.page-template-page-profile .social-connection .connected-label:active:focus,
body.page-template-page-profile .social-connection .connected-label.active:focus,
body.page-template-page-profile .social-connection .connected-label.focus,
body.page-template-page-profile .social-connection .connected-label:active.focus,
body.page-template-page-profile .social-connection .connected-label.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
body.page-template-page-profile .social-connection .connected-label:hover,
body.page-template-page-profile .social-connection .connected-label:focus,
body.page-template-page-profile .social-connection .connected-label.focus {
  color: #333;
  text-decoration: none;
}
body.page-template-page-profile .social-connection .connected-label:active,
body.page-template-page-profile .social-connection .connected-label.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
body.page-template-page-profile .social-connection .connected-label.disabled,
body.page-template-page-profile .social-connection .connected-label[disabled],
fieldset[disabled] body.page-template-page-profile .social-connection .connected-label {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
abody.page-template-page-profile .social-connection .connected-label.disabled,
fieldset[disabled] abody.page-template-page-profile .social-connection .connected-label {
  pointer-events: none;
}
body.page-template-page-profile .social-connection .connected-label.donate {
  padding: 0;
}
body.page-template-page-profile .social-connection .connected-label.donate a {
  padding: 4px 15px;
}
body.page-template-page-profile .social-connection .connected-label:hover,
body.page-template-page-profile .social-connection .connected-label:active {
  color: #c9dbb2;
  text-decoration: none;
}
body.page-template-page-profile .social-connection .connected-label a {
  height: 35px;
  line-height: 27px;
  color: #ffffff;
  width: 100%;
  display: block;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
}
body.page-template-page-profile .social-connection .connected-label a:hover,
body.page-template-page-profile .social-connection .connected-label a:active {
  color: #c9dbb2;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-profile .social-connection .connected-label {
    width: 40px;
  }
  body.page-template-page-profile .social-connection .connected-label span {
    display: none;
  }
  body.page-template-page-profile .social-connection .connected-label span.checkmark {
    display: block;
  }
}
body.page-template-page-profile .social-connection input[type=button] {
  display: block;
  width: 220px;
  float: left;
}
body.page-template-page-profile .social-connection .login-menu-remove-connection {
  display: none!important;
  float: left;
  width: auto!important;
  border-left: 2px solid #ffffff;
}
body.page-template-page-profile .social-connection.facebook-connection {
  border: 2px solid #3b5998;
}
body.page-template-page-profile .social-connection.facebook-connection .connection-icon {
  background-color: #3b5998;
  background-image: url(images/icons/white-facebook.png);
}
body.page-template-page-profile .social-connection.facebook-connection label,
body.page-template-page-profile .social-connection.facebook-connection input[type=button] {
  background-color: #3b5998;
}
body.page-template-page-profile .social-connection.gplus-connection {
  border: 2px solid #dd4b39;
}
body.page-template-page-profile .social-connection.gplus-connection .connection-icon {
  background-color: #dd4b39;
  background-image: url(images/icons/white-gplus.png);
}
body.page-template-page-profile .social-connection.gplus-connection label,
body.page-template-page-profile .social-connection.gplus-connection input[type=button] {
  background-color: #dd4b39;
}
body.page-template-page-profile .social-connection.linkedin-connection {
  border: 2px solid #0077b5;
}
body.page-template-page-profile .social-connection.linkedin-connection .connection-icon {
  background-color: #0077b5;
  background-image: url(images/icons/white-linkedin.png);
}
body.page-template-page-profile .social-connection.linkedin-connection label,
body.page-template-page-profile .social-connection.linkedin-connection input[type=button] {
  background-color: #0077b5;
}
body.page-template-page-profile .social-connection.is-connected input[type=button] {
  display: none;
}
body.page-template-page-profile .social-connection.is-connected .connected-label {
  display: block;
}
body.page-template-page-profile .social-connection.is-connected .login-menu-remove-connection {
  display: block!important;
}
body.page-template-page-profile .profile-update-message {
  text-align: center;
  color: #6a8747;
  font-weight: bold;
  height: 20px;
  position: relative;
  top: -20px;
}
body.page-template-page-profile .profile-incomplete {
  display: none;
  text-align: center;
  color: #b64926;
}
body.page-template-page-profile .application-signup {
  margin: 30px auto !important;
}
body.page-template-page-profile .application-signup::before {
  content: none!important;
}
body.page-template-page-who-we-are .who-we-are-menu {
  margin-bottom: 30px;
}
body.page-template-page-who-we-are .who-we-are-menu ul {
  list-style: none;
  padding: 0;
}
body.page-template-page-who-we-are .who-we-are-menu ul li a {
  font-weight: bold;
}
@media only screen and (max-width: 1023px) {
  body.page-template-page-who-we-are .who-we-are-menu ul.who-we-are {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body.page-template-page-who-we-are .who-we-are-menu {
    color: white;
    margin-bottom: 30px;
  }
  body.page-template-page-who-we-are .who-we-are-menu h3 {
    width: 40%;
  }
  body.page-template-page-who-we-are .who-we-are-menu ul li {
    display: inline-block;
    margin-right: 30px;
  }
}
body.page-template-page-who-we-are main#main .board-card {
  margin: 30px 0;
}
body.page-template-page-who-we-are main#main .board-card h3.faculty_board {
  background-color: #474747;
}
body.page-template-page-who-we-are main#main .board-card h3.faculty_board::before {
  border-left-color: #474747;
}
body.page-template-page-who-we-are main#main .board-card .board_of_directors .board_member,
body.page-template-page-who-we-are main#main .board-card .faculty_board .board_member {
  font-size: 24px;
  line-height: 135%;
  padding-bottom: 14px;
}
body.page-template-page-who-we-are main#main .board-card .board_of_directors .board_member .board_name,
body.page-template-page-who-we-are main#main .board-card .faculty_board .board_member .board_name {
  font-weight: bold;
}
body.page-template-page-who-we-are main#main .board-card .board_of_directors .board_member .board_title,
body.page-template-page-who-we-are main#main .board-card .faculty_board .board_member .board_title {
  font-size: 16px;
  line-height: 135%;
  color: #666;
}
/* Nav below */
.topics-row {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 0 10px;
}
.topics-row .topics-list {
  margin-bottom: 20px;
}
.topics-row .topics-list .topics-list-entry {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .topics-row .topics-list .topics-list-entry {
    float: left;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .topics-row .topics-list .topics-list-entry {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .topics-row .topics-list .topics-list-entry {
    float: left;
    width: 16.66666667%;
  }
}
@media only screen and (min-width: 1024px) {
  .topics-row .topics-list .topics-list-entry {
    width: initial;
    padding: 0 40px 0 0;
  }
}
.topics-row .topics-list .topics-list-entry .custom-dropdown {
  position: relative;
  line-height: 18px;
}
.topics-row .topics-list .topics-list-entry .custom-dropdown .custom-dropdown-menu {
  display: none;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 1000;
  padding: 20px;
  min-width: 300px;
}
@media only screen and (max-width: 767px) {
  .topics-row .topics-list .topics-list-entry .custom-dropdown .custom-dropdown-menu {
    min-width: 1px;
    width: 100%;
  }
}
.topics-row .topics-list .topics-list-entry .custom-dropdown .custom-dropdown-menu.active {
  display: block;
}
.topics-row .topics-list .topics-list-entry .custom-dropdown .custom-dropdown-menu a {
  display: block;
  font-weight: normal!important;
  padding: 6px 0;
}
.topics-row .topics-list .topics-list-entry .custom-dropdown .custom-dropdown-menu a:first-child {
  padding-top: 0;
}
.topics-row .topics-list .topics-list-entry .custom-dropdown .custom-dropdown-menu a:last-child {
  padding-bottom: 0;
}
.topics-row .topics-list .topics-list-entry .custom-dropdown .custom-dropdown-menu a:hover {
  color: #b64926 !important;
}
.topics-row .topics-list .topics-list-entry a {
  text-decoration: none;
}
.topics-row .topics-list .topics-list-entry h6 {
  margin: 10px 0!important;
  padding: 0!important;
  color: #6a8747 !important;
  background-color: transparent!important;
  height: initial!important;
  min-height: initial!important;
  font-size: 18px;
  font-weight: normal;
}
.topics-row .topics-list .topics-list-entry h6.current-blog-category {
  color: #3f582a !important;
  font-weight: bold;
}
.topics-row .topics-list .topics-list-entry h6.blog-categories-title {
  color: #3f582a !important;
  font-weight: bold;
}
.topics-row .topics-list .topics-list-entry h6:hover {
  color: #b64926 !important;
}
.topics-row .topics-list .topics-list-entry h6::before {
  display: none!important;
}
/* Entry below */
h1.blog-title {
  margin-bottom: 10px;
}
hr.blog-seperator {
  margin-top: 0;
  margin-bottom: 20px;
  height: 10px;
  background-color: #6a8747;
}
body.blog main#main article.hentry {
  clear: both;
  width: 100%;
}
body.blog main#main article.hentry div.blog-entry-thumbnail a .post-thumbnail {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  body.blog main#main article.hentry div.blog-entry-thumbnail a .post-thumbnail {
    margin-bottom: 10px;
  }
}
body.blog main#main article.hentry div.blog-entry-details {
  float: left;
}
body.blog main#main article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title {
  color: #3f582a;
  background-color: white;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: 0;
}
body.blog main#main article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title a {
  color: #3f582a;
}
body.blog main#main article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title::before,
body.blog main#main article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title::after {
  display: none;
}
body.blog main#main nav.pagination h2 {
  display: none;
}
body.blog main#main nav.pagination .nav-links {
  text-align: center;
  font-size: 24px;
  padding-top: 30px;
}
body.blog main#main nav.pagination .nav-links .page-numbers {
  padding: 0 10px;
}
body.blog main#main nav.pagination .nav-links .page-numbers.current {
  font-weight: 900;
}
@media only screen and (max-width: 1023px) {
  body.blog main#main nav.pagination .nav-links .page-numbers {
    padding: 0 5px;
  }
}
body.page-template-custom-campus-event main#main {
  padding-top: 30px;
}
body.page-template-custom-campus-event section#hero {
  position: relative;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  min-height: 380px;
  color: white;
}
body.page-template-custom-campus-event section#hero > div {
  position: relative;
  z-index: 10;
}
body.page-template-custom-campus-event section#hero .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.35;
  z-index: 5;
}
body.page-template-custom-campus-event section#hero #event_top_meta {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
body.page-template-custom-campus-event section#hero #event_title {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 36px;
  margin-bottom: 5px;
  text-shadow: 1px 1px 2px #000000;
}
body.page-template-custom-campus-event section#hero #event_start_time {
  font-style: italic;
  font-size: 22px;
  text-shadow: 1px 1px 2px #000000;
  margin-bottom: 15px;
}
body.page-template-custom-campus-event section#hero #event_address {
  margin-bottom: 15px;
}
body.page-template-custom-campus-event section#hero #event_address a {
  color: white;
  text-shadow: 1px 1px 2px #000000;
}
body.page-template-custom-campus-event section#hero #event_address a:hover {
  text-decoration: underline;
}
body.page-template-custom-campus-event section#hero .bottom-sharing-icons {
  margin-top: 30px;
}
body.page-template-custom-campus-event #event_nav {
  background: #3f582a;
  padding-top: 4px;
  padding-bottom: 4px;
  /*
		border-top: 3px solid @darkest-olive;
		border-bottom: 3px solid @darkest-olive;
		*/
}
@media only screen and (max-width: 1023px) {
  body.page-template-custom-campus-event #event_nav {
    padding: 0 15px 15px;
  }
}
body.page-template-custom-campus-event #event_nav #event_nav_inner {
  max-width: 994px;
  margin: 0 auto;
}
body.page-template-custom-campus-event #event_nav #event_nav_inner a {
  margin-right: 20px;
  color: white;
}
body.page-template-custom-campus-event #event_writeup + div {
  margin-right: 5%;
}
@media only screen and (max-width: 1023px) {
  body.page-template-custom-campus-event #event_writeup + div {
    margin-right: 0;
  }
}
body.page-template-custom-campus-event .container {
  font-size: 20px;
  width: 100%;
  padding: 0;
}
body.page-template-custom-campus-event #event_agenda {
  width: 47.5%;
  float: left;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  body.page-template-custom-campus-event #event_agenda {
    width: 100%;
    float: none;
  }
}
body.page-template-custom-campus-event #event_agenda .container {
  font-size: 20px;
  width: 100%;
  padding: 0 0 15px;
}
body.page-template-custom-campus-event #event_agenda .agenda_time {
  text-align: right;
  font-weight: bold;
}
body.page-template-custom-campus-event #event_agenda .agenda_header {
  font-weight: bold;
}
body.page-template-custom-campus-event #event_agenda .row {
  margin: 0;
  padding: 0 15px 15px;
}
body.page-template-custom-campus-event #event_agenda .agenda_details .agenda_speaker {
  color: #aaaaaa;
  font-style: italic;
  padding-top: 5px;
}
body.page-template-custom-campus-event #event_speakers .event_speaker {
  margin-bottom: 20px;
}
body.page-template-custom-campus-event #event_speakers .event_speaker .speaker_name {
  font-weight: bold;
  padding-top: 5px;
}
body.page-template-custom-campus-event .register_link {
  text-align: center;
  margin: 0 auto;
}
body.page-template-custom-campus-event .btn-register {
  position: relative;
  display: block;
  margin-right: 35px;
  max-width: 145px;
  height: 35px;
  line-height: 35px;
  background-color: #b64926;
  color: #fff;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
body.page-template-custom-campus-event .btn-register:hover,
body.page-template-custom-campus-event .btn-register:focus {
  color: #c9dbb2;
  text-decoration: none;
}
body.page-template-custom-campus-event .btn-register:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #b64926;
  position: absolute;
  display: block;
  right: -35px;
  top: 0;
}
body.page-template-page-donate-challenge .site-inner {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
body.page-template-page-donate-challenge .site-inner .btn-donate {
  position: relative;
  display: block;
  margin-right: 35px;
  max-width: 145px;
  height: 35px;
  line-height: 35px;
  background-color: #b64926;
  color: #fff;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
}
body.page-template-page-donate-challenge .site-inner .btn-donate:hover,
body.page-template-page-donate-challenge .site-inner .btn-donate:focus {
  color: #c9dbb2;
  text-decoration: none;
}
body.page-template-page-donate-challenge .site-inner .btn-donate:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 35px solid transparent;
  border-left: 35px solid #b64926;
  position: absolute;
  display: block;
  right: -35px;
  top: 0;
}
body.page-template-page-donate-challenge .entry-content {
  padding-top: 50px;
}
body.page-template-page-donate-challenge .donate-sidebar-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.page-template-page-donate-challenge .donate-challenge-sidebar {
  padding-right: 80px;
  padding-top: 50px;
}
@media screen and (max-width: 899px) {
  body.page-template-page-donate-challenge .donate-challenge-sidebar {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-donate-challenge .donate-challenge-sidebar {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-donate-challenge .donate-challenge-sidebar .btn-donate {
    transform: translateX(-17px);
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-page-donate-challenge .donation-progress-bar {
  margin-bottom: 50px;
}
body.page-template-page-donate-challenge .donation-progress-bar .progressbar-text {
  top: 30px!important;
  font-family: "myriad-pro";
  font-size: 34px;
  font-weight: 700;
}
body.page-template-page-donate-challenge .donation-progress-bar .progressbar-text span {
  display: block;
  margin-top: 7px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
body.page-template-page-donate-challenge .donation-progress-bar .goal {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
body.page-template-page-donate-challenge .countdown-clock {
  margin-bottom: 50px;
}
body.page-template-page-donate-challenge .countdown-clock .countdown-label {
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
}
body.page-template-page-donate-challenge .countdown-clock .countdown-display {
  overflow: hidden;
  margin-bottom: 0;
  background-color: #e6e7e8;
}
body.page-template-page-donate-challenge .countdown-clock .countdown-display .countdown-unit {
  float: left;
  width: 25%;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  text-align: center;
}
body.page-template-page-donate-challenge .countdown-clock .countdown-display .countdown-unit .value {
  font-family: "myriad-pro";
  font-size: 34px;
  font-weight: 700;
  color: #6a8747;
}
body.page-template-page-donate-challenge .countdown-clock .countdown-display .countdown-unit .unit-label {
  display: block;
  font-size: 12px;
}
body.single article.hentry .has-post-thumbnail .post-thumbnail,
body.page.page-template-default article.hentry .has-post-thumbnail .post-thumbnail {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 1024px) {
  body.single article.hentry .has-post-thumbnail .post-thumbnail,
  body.page.page-template-default article.hentry .has-post-thumbnail .post-thumbnail {
    float: left;
    margin-right: 30px;
  }
}
body.single article.hentry .the-content,
body.page.page-template-default article.hentry .the-content {
  max-width: 800px;
  margin: 0 auto;
}
body.single article.hentry .entry-footer .read-more,
body.page.page-template-default article.hentry .entry-footer .read-more {
  display: none !important;
}
body.single-post main#main article.hentry {
  clear: both;
}
body.single-post main#main article.hentry div.blog-entry-thumbnail {
  max-width: 100%;
  clear: both;
}
body.single-post main#main article.hentry header.blog-entry-header h1.blog-entry-title {
  color: #3f582a;
  background-color: white;
  padding: 0;
  height: auto;
}
body.single-post main#main article.hentry header.blog-entry-header h1.blog-entry-title a {
  color: #3f582a;
}
body.single-post main#main article.hentry header.blog-entry-header h1.blog-entry-title::before,
body.single-post main#main article.hentry header.blog-entry-header h1.blog-entry-title::after {
  display: none;
}
body.single-post main#main article.hentry header.blog-entry-header div.blog-entry-meta-top {
  margin-bottom: 1em;
}
body.single-post main#main article.hentry div.entry-content {
  color: #474747;
}
body.single-post main#main article.hentry div.entry-content img {
  max-width: 100%;
  height: auto;
}
body.single-post main#main article.hentry div.entry-content img.alignright,
body.single-post main#main article.hentry div.entry-content img.alignleft,
body.single-post main#main article.hentry div.entry-content figure.alignright,
body.single-post main#main article.hentry div.entry-content figure.alignleft {
  max-width: 383px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  body.single-post main#main article.hentry div.entry-content img.alignright,
  body.single-post main#main article.hentry div.entry-content img.alignleft,
  body.single-post main#main article.hentry div.entry-content figure.alignright,
  body.single-post main#main article.hentry div.entry-content figure.alignleft {
    margin: 0 auto;
    max-width: 100%;
  }
}
body.single-post main#main article.hentry div.entry-content img.aligncenter,
body.single-post main#main article.hentry div.entry-content figure.aligncenter {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
body.single-post main#main article.hentry div.entry-content img.alignnone,
body.single-post main#main article.hentry div.entry-content figure.alignnone {
  max-width: 100%;
}
body.single-post main#main article.hentry div.entry-content .wp-caption-text {
  text-align: left;
  line-height: 1.3em;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  body.single-post main#main article.hentry div.entry-content .wp-caption-text {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  body.single-post main#main article.hentry div.entry-content div.the-content {
    margin-bottom: 0;
  }
}
body.single-post main#main article.hentry section.card-entry-content div.entry-content p {
  color: white;
}
@media only screen and (max-width: 1023px) {
  body.single-post main#main article.hentry {
    padding: 20px 15px;
  }
}
body.single-post main#main div.category-list {
  font-style: italic;
}
body.single-post main#main div.bottom-sharing-icons {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  body.single-post main#main div.bottom-sharing-icons {
    margin-top: 0;
  }
}
body.single-post main#main div#blog-may-also-like article.hentry {
  clear: both;
}
body.single-post main#main div#blog-may-also-like article.hentry div.blog-entry-thumbnail a .post-thumbnail {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  body.single-post main#main div#blog-may-also-like article.hentry div.blog-entry-thumbnail a .post-thumbnail {
    margin-bottom: 10px;
  }
}
body.single-post main#main div#blog-may-also-like article.hentry div.blog-entry-details {
  float: left;
}
body.single-post main#main div#blog-may-also-like article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title {
  color: #3f582a;
  background-color: white;
  padding: 0;
  margin: 0;
  height: auto;
  min-height: 0;
}
body.single-post main#main div#blog-may-also-like article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title a {
  color: #3f582a;
}
body.single-post main#main div#blog-may-also-like article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title::before,
body.single-post main#main div#blog-may-also-like article.hentry div.blog-entry-details header.blog-entry-header h2.blog-entry-title::after {
  display: none;
}
main#main .card.card-custom .card-entry-content h2.entry-title {
  height: auto;
}
main#main .card.card-custom.card-size-single .card-entry-content {
  position: relative;
  padding-bottom: 55px;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-custom.card-size-single .card-entry-content {
    position: absolute;
    bottom: 0px;
  }
}
main#main .card.card-custom.card-size-double {
  color: #ffffff;
}
main#main .card.card-custom.card-size-double .card-wrap {
  background-color: #474747;
}
main#main .card.card-custom.card-size-double .card-entry-content {
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-custom.card-size-double .card-entry-content {
    padding: 90px 15px 55px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-custom.card-size-double .card-entry-content {
    position: absolute;
    top: 120px;
    left: 70px;
    width: auto;
    right: 70px;
  }
}
main#main .card.card-custom.card-size-double .card-entry-content.has-post-thumbnail {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  right: auto;
}
main#main .card.card-custom.card-size-double .card-entry-content h2.entry-title {
  color: #ffffff;
}
main#main .card.card-custom.card-size-double .card-entry-content h2.entry-title a {
  color: #ffffff;
}
main#main .card.card-custom.card-size-double .card-entry-content a {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-custom.card-size-double article.has-post-thumbnail .card-entry-content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-custom.card-size-double article.has-post-thumbnail .card-entry-content {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-custom.card-size-double .card-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
  }
  main#main .card.card-custom.card-size-double .card-buttons .card-button {
    width: auto;
  }
  main#main .card.card-custom.card-size-double .card-buttons-single .card-button {
    background-color: #b64926;
  }
  main#main .card.card-custom.card-size-double .card-buttons-single .card-button::before {
    left: auto!important;
    border-top: none!important;
    border-right: none!important;
  }
  main#main .card.card-custom.card-size-double .card-buttons-single .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #b64926;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
  main#main .card.card-custom.card-size-double .card-buttons-double .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #869e6a;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
  main#main .card.card-custom.card-size-double .card-buttons-double .card-button + .card-button {
    margin-right: 35px;
  }
  main#main .card.card-custom.card-size-double .card-buttons-double .card-button + .card-button::before {
    left: auto!important;
    border-top: none!important;
    border-right: none!important;
  }
  main#main .card.card-custom.card-size-double .card-buttons-double .card-button + .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #58743a;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
}
main#main .card.card-connected-post.card-size-single .card-entry-content {
  position: relative;
  padding-bottom: 55px;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-size-single .card-entry-content {
    position: absolute;
    bottom: 0px;
  }
}
main#main .card.card-connected-post.card-size-single .card-entry-content h2.entry-title {
  height: auto;
}
main#main .card.card-connected-post.card-size-double {
  color: #ffffff;
}
main#main .card.card-connected-post.card-size-double .card-wrap {
  background-color: #474747;
}
main#main .card.card-connected-post.card-size-double .card-entry-content {
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-connected-post.card-size-double .card-entry-content {
    padding: 90px 15px 55px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-size-double .card-entry-content {
    position: absolute;
    top: 120px;
    left: 70px;
    width: auto;
    right: 70px;
  }
}
main#main .card.card-connected-post.card-size-double .card-entry-content h2.entry-title {
  color: #ffffff;
  height: auto;
}
main#main .card.card-connected-post.card-size-double .card-entry-content h2.entry-title a {
  color: #ffffff;
}
main#main .card.card-connected-post.card-size-double .card-entry-content a {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-connected-post.card-size-double article.has-post-thumbnail .card-entry-content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-size-double article.has-post-thumbnail .card-entry-content {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-size-double .card-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons .card-button {
    width: auto;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons-single .card-button {
    background-color: #b64926;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons-single .card-button::before {
    left: auto!important;
    border-top: none!important;
    border-right: none!important;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons-single .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #b64926;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons-double .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #869e6a;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons-double .card-button + .card-button {
    margin-right: 35px;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons-double .card-button + .card-button::before {
    left: auto!important;
    border-top: none!important;
    border-right: none!important;
  }
  main#main .card.card-connected-post.card-size-double .card-buttons-double .card-button + .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #58743a;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
}
main#main .card.card-connected-post.card-post-type-seminar {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-connected-post.card-post-type-seminar {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-post-type-seminar {
    height: 600px;
  }
}
main#main .card.card-connected-post.card-post-type-seminar h2,
main#main .card.card-connected-post.card-post-type-seminar h3,
main#main .card.card-connected-post.card-post-type-seminar h4,
main#main .card.card-connected-post.card-post-type-seminar h5,
main#main .card.card-connected-post.card-post-type-seminar h6 {
  background-color: transparent;
  padding: 0;
  color: #3f582a;
  height: auto;
}
main#main .card.card-connected-post.card-post-type-seminar h2::before,
main#main .card.card-connected-post.card-post-type-seminar h3::before,
main#main .card.card-connected-post.card-post-type-seminar h4::before,
main#main .card.card-connected-post.card-post-type-seminar h5::before,
main#main .card.card-connected-post.card-post-type-seminar h6::before {
  content: none;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-connected-post.card-post-type-seminar .card-wrap {
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-post-type-seminar article,
  main#main .card.card-connected-post.card-post-type-seminar .seminar-section-wrap {
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-post-type-seminar .post-thumbnail {
    margin-bottom: 20px;
  }
}
main#main .card.card-connected-post.card-post-type-seminar .overview-content {
  background-color: #f2f2f2;
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-post-type-seminar .overview-content {
    position: absolute;
    bottom: 0px;
  }
}
main#main .card.card-connected-post.card-post-type-seminar .overview-content .overview-title {
  margin-bottom: 10px;
}
main#main .card.card-connected-post.card-post-type-seminar .overview-content .overview-blurb p {
  margin-bottom: 10px;
}
main#main .card.card-connected-post.card-post-type-seminar .overview-content .overview-blurb > *:last-child {
  margin-bottom: 0;
}
main#main .card.card-connected-post.card-post-type-seminar .seminar-section-wrap {
  position: relative!important;
}
main#main .card.card-connected-post.card-post-type-seminar .seminar-section-typical-day,
main#main .card.card-connected-post.card-post-type-seminar .seminar-section-location,
main#main .card.card-connected-post.card-post-type-seminar .seminar-section-faculty,
main#main .card.card-connected-post.card-post-type-seminar .seminar-section-readings {
  padding: 55px 20px 20px;
  overflow: auto;
}
main#main .card.card-connected-post.card-post-type-seminar .location-address {
  margin-bottom: 20px;
  font-size: 24px;
}
main#main .card.card-connected-post.card-post-type-seminar .card-banner {
  display: none !important;
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry > h3.overview-title {
  display: none;
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px;
  margin: 0;
  color: #3f582a;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-connected-post.card-post-type-seminar .card-entry > h3.overview-title {
    display: block;
  }
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav {
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 35px;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav {
    display: none !important;
  }
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav ul {
  margin: 0;
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav ul:before,
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav ul:after {
  content: " ";
  display: table;
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav ul:after {
  clear: both;
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav ul:before,
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav ul:after {
  content: " ";
  display: table;
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav ul:after {
  clear: both;
}
main#main .card.card-connected-post.card-post-type-seminar .card-entry-nav li {
  display: block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  float: left;
  width: 20%;
  font-size: 12px;
  padding: 10px 0;
  line-height: 15px;
}
main#main .card.card-connected-post.card-post-type-seminar .seminar-accordion-header {
  display: block;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ffffff;
  background-color: #58743a;
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-post-type-seminar .seminar-accordion-header {
    display: none !important;
  }
}
main#main .card.card-connected-post.card-post-type-seminar .seminar-section-wrap {
  padding: 0;
}
main#main .card.card-connected-post.card-post-type-seminar .seminar-section {
  display: none;
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-connected-post.card-post-type-seminar .seminar-section {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
}
main#main .card.card-connected-post.card-post-type-seminar .selected-tab {
  background-color: #6a8747;
}
main#main .card.card-connected-post.card-post-type-seminar .selected-section {
  display: block;
}
main#main .card.card-connected-post.card-post-type-seminar .card-buttons {
  display: none !important;
}
main#main .card.card-learn-liberty article {
  padding: 20px;
}
main#main .card.card-learn-liberty h3 {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  border: 0;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  width: 284px;
  height: 49px;
  background-image: url(images/logos/learn-liberty-color.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  float: none;
}
main#main .card.card-learn-liberty h3::before {
  content: none;
}
main#main .card.card-learn-liberty .embedded-video {
  margin-bottom: 10px;
}
main#main .card.card-learn-liberty .card-learn-liberty-video-caption {
  color: #808080;
  font-style: italic;
}
main#main .card.card-learn-liberty .card-button {
  background-color: #b64926;
}
main#main .card.card-header {
  height: auto!important;
}
main#main .card.card-header .card-wrap {
  background-color: transparent;
}
main#main .card.card-header .card-entry-content {
  padding: 0;
}
main#main .card.card-header .card-entry-content h2.entry-title {
  color: #474747;
  margin-bottom: 0;
  height: auto;
}
@media only screen and (max-width: 1023px) {
}
main#main .card.card-header.card-size-double .card-entry-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  main#main .card.card-header.card-size-double .card-entry-content {
    float: left;
    width: 100%;
  }
}
main#main .card.card-listing .card-wrap {
  background-color: transparent;
}
main#main .card.card-listing article {
  position: relative;
  background-color: #f2f2f2;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-listing article {
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-listing article {
    height: 154.333333333333px;
  }
}
main#main .card.card-listing article:first-child {
  margin-top: 0;
}
main#main .card.card-listing .card-entry-content h2.entry-title {
  margin-bottom: 0px;
  float: none;
}
main#main .card.card-listing .card-button {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #3f582a;
  color: #ffffff;
}
main#main .card.card-listing .card-button::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 35px solid #3f582a;
  position: absolute;
  display: block;
  left: -35px;
  top: 0;
}
main#main .card.card-listing .card-button a {
  background-color: #3f582a;
  color: #ffffff;
}
.person-image-wrapper {
  text-align: center;
  width: 100%;
}
.person-image-wrapper .person-image-main-ihs {
  width: 100%;
  height: auto;
  max-width: 201px;
  margin: 0 auto;
  padding-bottom: 20px;
}
main#main .card.card-person {
  height: auto!important;
}
main#main .card.card-person article {
  text-align: center;
}
main#main .card.card-person .card-entry-profile-image-header {
  display: inline-block;
  transition: margin 250ms;
}
main#main .card.card-person .card-entry-profile-image-header + section {
  margin-top: 15px;
  transition: margin 250ms, padding 250ms;
}
main#main .card.card-person .card-entry-profile-image-header + section:hover {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 35px;
}
main#main .card.card-person .card-entry-profile-image-header img {
  max-width: 201px;
  width: 100%;
  height: auto;
  border: 4px solid #6a8747;
  border-radius: 4px;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-person .card-entry-profile-image-header img {
    min-width: 1px;
  }
}
main#main .card.card-person .card-entry-profile-image-header a {
  display: inline-block;
}
main#main .card.card-person .card-entry-profile-image-header:hover + section {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 35px;
}
main#main .card.card-person h1,
main#main .card.card-person h2,
main#main .card.card-person h3,
main#main .card.card-person h4,
main#main .card.card-person h5,
main#main .card.card-person h6 {
  background-color: transparent;
  padding: 0;
  color: #231f20;
  text-align: center;
  display: block;
  margin: 0;
  float: none;
}
main#main .card.card-person h1::before,
main#main .card.card-person h2::before,
main#main .card.card-person h3::before,
main#main .card.card-person h4::before,
main#main .card.card-person h5::before,
main#main .card.card-person h6::before {
  content: none;
}
main#main .card.card-person h1 a,
main#main .card.card-person h2 a,
main#main .card.card-person h3 a,
main#main .card.card-person h4 a,
main#main .card.card-person h5 a,
main#main .card.card-person h6 a {
  color: #231f20;
}
main#main .card.card-person h2.entry-title {
  font-size: 36px;
  height: auto;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-person h2.entry-title {
    margin-bottom: 10px!important;
  }
}
main#main .card.card-person h3.entry-person-official-title {
  height: auto;
  margin-bottom: 15px;
}
.card-person.card-size-single:first-child,
.card-person.card-size-single:nth-child(2n+1) {
  clear: both;
}
main#main .card.card-wysiwyg {
  height: auto!important;
  margin-top: 10px;
}
main#main .card.card-wysiwyg .card-wrap {
  background-color: transparent!important;
}
main#main .card.card-wysiwyg .card-wrap .the-content {
  margin: 0;
}
main#main .card.card-upcoming-events .card-entry-content h2.entry-title {
  height: auto;
}
main#main .card.card-upcoming-events .card-upcoming-events-section {
  text-align: center;
  margin-top: 10px;
}
main#main .card.card-upcoming-events .upcoming-event {
  display: inline-block;
  padding: 10px;
  background-color: white;
  border: 1px solid #bbb;
  margin: 5px;
  width: 180px;
  min-height: 85px;
  vertical-align: top;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
main#main .card.card-upcoming-events .upcoming-event a .event-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
main#main .card.card-upcoming-events .upcoming-event a .event-date {
  color: gray;
  font-style: italic;
  margin-bottom: 0;
  font-size: 11px;
}
main#main .card.card-upcoming-events .upcoming-event a:hover {
  text-decoration: none;
}
main#main .card.card-upcoming-events .upcoming-event:hover {
  text-decoration: none;
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
}
main#main .card.card-upcoming-events.card-size-single .card-entry-content {
  position: relative;
  padding-bottom: 55px;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-upcoming-events.card-size-single .card-entry-content {
    position: absolute;
    bottom: 0px;
  }
}
main#main .card.card-upcoming-events.card-size-double {
  color: #ffffff;
}
main#main .card.card-upcoming-events.card-size-double .card-wrap {
  background-color: #474747;
}
main#main .card.card-upcoming-events.card-size-double .card-entry-content {
  padding-right: 30px;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-upcoming-events.card-size-double .card-entry-content {
    padding: 90px 15px 55px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-upcoming-events.card-size-double .card-entry-content {
    position: absolute;
    top: 120px;
    left: 70px;
    width: auto;
    right: 70px;
  }
}
main#main .card.card-upcoming-events.card-size-double .card-entry-content.has-post-thumbnail {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  right: auto;
}
main#main .card.card-upcoming-events.card-size-double .card-entry-content h2.entry-title {
  color: #ffffff;
}
main#main .card.card-upcoming-events.card-size-double .card-entry-content h2.entry-title a {
  color: #ffffff;
}
main#main .card.card-upcoming-events.card-size-double .card-entry-content a {
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  main#main .card.card-upcoming-events.card-size-double article.has-post-thumbnail .card-entry-content {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-upcoming-events.card-size-double article.has-post-thumbnail .card-entry-content {
    position: relative;
    top: auto;
    left: auto;
    width: 50%;
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  main#main .card.card-upcoming-events.card-size-double .card-buttons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: auto;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons .card-button {
    width: auto;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons-single .card-button {
    background-color: #b64926;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons-single .card-button::before {
    left: auto!important;
    border-top: none!important;
    border-right: none!important;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons-single .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #b64926;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons-double .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 35px solid #869e6a;
    position: absolute;
    display: block;
    left: -35px;
    top: 0;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons-double .card-button + .card-button {
    margin-right: 35px;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons-double .card-button + .card-button::before {
    left: auto!important;
    border-top: none!important;
    border-right: none!important;
  }
  main#main .card.card-upcoming-events.card-size-double .card-buttons-double .card-button + .card-button::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 35px solid transparent;
    border-left: 35px solid #58743a;
    position: absolute;
    display: block;
    right: -35px;
    top: 0;
  }
}
/*# sourceMappingURL=style.css.map */