@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (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, .comment-form input[type="submit"] > .caret, .search-form .search-submit > .caret, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a > .caret, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a > .caret,
  .dropup > .btn > .caret, .comment-form
  .dropup > input[type="submit"] > .caret, .search-form
  .dropup > .search-submit > .caret, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
  li.dropup > a > .caret, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
  li.dropup > a > .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: transparent; }

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

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

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

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

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

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

h1, .h1 {
  font-size: 36px; }

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="search"] {
  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.428571429;
  color: #555555; }

.form-control, .comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea, .search-form .search-field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .comment-form input[type="text"]:focus,
  .comment-form input[type="email"]:focus,
  .comment-form input[type="url"]:focus,
  .comment-form textarea:focus, .search-form .search-field:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .comment-form input[type="text"]::-moz-placeholder,
  .comment-form input[type="email"]::-moz-placeholder,
  .comment-form input[type="url"]::-moz-placeholder,
  .comment-form textarea::-moz-placeholder, .search-form .search-field::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .comment-form input[type="text"]:-ms-input-placeholder,
  .comment-form input[type="email"]:-ms-input-placeholder,
  .comment-form input[type="url"]:-ms-input-placeholder,
  .comment-form textarea:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .comment-form input[type="text"]::-webkit-input-placeholder,
  .comment-form input[type="email"]::-webkit-input-placeholder,
  .comment-form input[type="url"]::-webkit-input-placeholder,
  .comment-form textarea::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .comment-form input[type="text"]::-ms-expand,
  .comment-form input[type="email"]::-ms-expand,
  .comment-form input[type="url"]::-ms-expand,
  .comment-form textarea::-ms-expand, .search-form .search-field::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .comment-form input[disabled][type="text"],
  .comment-form input[disabled][type="email"],
  .comment-form input[disabled][type="url"],
  .comment-form textarea[disabled], .search-form [disabled].search-field, .form-control[readonly], .comment-form input[readonly][type="text"],
  .comment-form input[readonly][type="email"],
  .comment-form input[readonly][type="url"],
  .comment-form textarea[readonly], .search-form [readonly].search-field,
  fieldset[disabled] .form-control,
  fieldset[disabled] .comment-form input[type="text"], .comment-form
  fieldset[disabled] input[type="text"],
  fieldset[disabled]
  .comment-form input[type="email"],
  .comment-form
  fieldset[disabled] input[type="email"],
  fieldset[disabled]
  .comment-form input[type="url"],
  .comment-form
  fieldset[disabled] input[type="url"],
  fieldset[disabled]
  .comment-form textarea,
  .comment-form
  fieldset[disabled] textarea,
  fieldset[disabled] .search-form .search-field, .search-form
  fieldset[disabled] .search-field {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .comment-form input[disabled][type="text"],
  .comment-form input[disabled][type="email"],
  .comment-form input[disabled][type="url"],
  .comment-form textarea[disabled], .search-form [disabled].search-field,
  fieldset[disabled] .form-control,
  fieldset[disabled] .comment-form input[type="text"], .comment-form
  fieldset[disabled] input[type="text"],
  fieldset[disabled]
  .comment-form input[type="email"],
  .comment-form
  fieldset[disabled] input[type="email"],
  fieldset[disabled]
  .comment-form input[type="url"],
  .comment-form
  fieldset[disabled] input[type="url"],
  fieldset[disabled]
  .comment-form textarea,
  .comment-form
  fieldset[disabled] textarea,
  fieldset[disabled] .search-form .search-field, .search-form
  fieldset[disabled] .search-field {
    cursor: not-allowed; }

textarea.form-control,
.comment-form textarea, .search-form textarea.search-field {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .comment-form input[type="date"][type="text"],
  .comment-form input[type="date"][type="email"],
  .comment-form input[type="date"][type="url"], .search-form input[type="date"].search-field,
  input[type="time"].form-control,
  .comment-form input[type="time"][type="text"],
  .comment-form input[type="time"][type="email"],
  .comment-form input[type="time"][type="url"],
  .search-form input[type="time"].search-field,
  input[type="datetime-local"].form-control,
  .comment-form input[type="datetime-local"][type="text"],
  .comment-form input[type="datetime-local"][type="email"],
  .comment-form input[type="datetime-local"][type="url"],
  .search-form input[type="datetime-local"].search-field,
  input[type="month"].form-control,
  .comment-form input[type="month"][type="text"],
  .comment-form input[type="month"][type="email"],
  .comment-form input[type="month"][type="url"],
  .search-form input[type="month"].search-field {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .comment-form .input-group-sm > input[type="date"][type="text"],
  .comment-form .input-group-sm > input[type="date"][type="email"],
  .comment-form .input-group-sm > input[type="date"][type="url"], .search-form .input-group-sm > input[type="date"].search-field,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .comment-form
  .input-group-sm > .input-group-btn > input[type="date"][type="submit"], .search-form
  .input-group-sm > .input-group-btn > input[type="date"].search-submit,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .comment-form .input-group-sm > input[type="time"][type="text"],
  .comment-form .input-group-sm > input[type="time"][type="email"],
  .comment-form .input-group-sm > input[type="time"][type="url"],
  .search-form .input-group-sm > input[type="time"].search-field,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .comment-form
  .input-group-sm > .input-group-btn > input[type="time"][type="submit"],
  .search-form
  .input-group-sm > .input-group-btn > input[type="time"].search-submit,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .comment-form .input-group-sm > input[type="datetime-local"][type="text"],
  .comment-form .input-group-sm > input[type="datetime-local"][type="email"],
  .comment-form .input-group-sm > input[type="datetime-local"][type="url"],
  .search-form .input-group-sm > input[type="datetime-local"].search-field,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .comment-form
  .input-group-sm > .input-group-btn > input[type="datetime-local"][type="submit"],
  .search-form
  .input-group-sm > .input-group-btn > input[type="datetime-local"].search-submit,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .comment-form .input-group-sm > input[type="month"][type="text"],
  .comment-form .input-group-sm > input[type="month"][type="email"],
  .comment-form .input-group-sm > input[type="month"][type="url"],
  .search-form .input-group-sm > input[type="month"].search-field,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .comment-form
  .input-group-sm > .input-group-btn > input[type="month"][type="submit"],
  .search-form
  .input-group-sm > .input-group-btn > input[type="month"].search-submit,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .comment-form .input-group-lg > input[type="date"][type="text"],
  .comment-form .input-group-lg > input[type="date"][type="email"],
  .comment-form .input-group-lg > input[type="date"][type="url"], .search-form .input-group-lg > input[type="date"].search-field,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .comment-form
  .input-group-lg > .input-group-btn > input[type="date"][type="submit"], .search-form
  .input-group-lg > .input-group-btn > input[type="date"].search-submit,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .comment-form .input-group-lg > input[type="time"][type="text"],
  .comment-form .input-group-lg > input[type="time"][type="email"],
  .comment-form .input-group-lg > input[type="time"][type="url"],
  .search-form .input-group-lg > input[type="time"].search-field,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .comment-form
  .input-group-lg > .input-group-btn > input[type="time"][type="submit"],
  .search-form
  .input-group-lg > .input-group-btn > input[type="time"].search-submit,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .comment-form .input-group-lg > input[type="datetime-local"][type="text"],
  .comment-form .input-group-lg > input[type="datetime-local"][type="email"],
  .comment-form .input-group-lg > input[type="datetime-local"][type="url"],
  .search-form .input-group-lg > input[type="datetime-local"].search-field,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .comment-form
  .input-group-lg > .input-group-btn > input[type="datetime-local"][type="submit"],
  .search-form
  .input-group-lg > .input-group-btn > input[type="datetime-local"].search-submit,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .comment-form .input-group-lg > input[type="month"][type="text"],
  .comment-form .input-group-lg > input[type="month"][type="email"],
  .comment-form .input-group-lg > input[type="month"][type="url"],
  .search-form .input-group-lg > input[type="month"].search-field,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .comment-form
  .input-group-lg > .input-group-btn > input[type="month"][type="submit"],
  .search-form
  .input-group-lg > .input-group-btn > input[type="month"].search-submit,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group, .comment-form p, .search-form label {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .comment-form .input-group-lg > input.form-control-static[type="text"],
  .comment-form .input-group-lg > input.form-control-static[type="email"],
  .comment-form .input-group-lg > input.form-control-static[type="url"],
  .comment-form .input-group-lg > textarea.form-control-static, .search-form .input-group-lg > .form-control-static.search-field,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .comment-form
  .input-group-lg > .input-group-btn > input.form-control-static[type="submit"], .search-form
  .input-group-lg > .input-group-btn > .form-control-static.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
  ul.input-group-lg > li.input-group-btn > a.form-control-static, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
  ul.input-group-lg > li.input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .comment-form .input-group-sm > input.form-control-static[type="text"],
  .comment-form .input-group-sm > input.form-control-static[type="email"],
  .comment-form .input-group-sm > input.form-control-static[type="url"],
  .comment-form .input-group-sm > textarea.form-control-static, .search-form .input-group-sm > .form-control-static.search-field,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .comment-form
  .input-group-sm > .input-group-btn > input.form-control-static[type="submit"], .search-form
  .input-group-sm > .input-group-btn > .form-control-static.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
  ul.input-group-sm > li.input-group-btn > a.form-control-static, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
  ul.input-group-sm > li.input-group-btn > a.form-control-static {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .comment-form
.input-group-sm > .input-group-btn > input[type="submit"], .search-form
.input-group-sm > .input-group-btn > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-sm > li.input-group-btn > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-sm > li.input-group-btn > a {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .search-form .input-group-sm > select.search-field,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .search-form
.input-group-sm > .input-group-btn > select.search-submit {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.comment-form .input-group-sm > textarea, .search-form .input-group-sm > textarea.search-field,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .search-form
.input-group-sm > .input-group-btn > textarea.search-submit,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.search-form .input-group-sm > select[multiple].search-field,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.search-form
.input-group-sm > .input-group-btn > select[multiple].search-submit {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .comment-form input[type="text"], .comment-form .form-group-sm input[type="text"], .form-group-sm
.comment-form input[type="email"],
.comment-form .form-group-sm input[type="email"], .form-group-sm
.comment-form input[type="url"],
.comment-form .form-group-sm input[type="url"], .form-group-sm
.comment-form textarea,
.comment-form .form-group-sm textarea, .form-group-sm .search-form .search-field, .search-form .form-group-sm .search-field {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm .search-form select.search-field, .search-form .form-group-sm select.search-field {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm
.comment-form textarea,
.comment-form .form-group-sm textarea, .form-group-sm .search-form textarea.search-field, .search-form .form-group-sm textarea.search-field,
.form-group-sm select[multiple].form-control,
.form-group-sm .search-form select[multiple].search-field, .search-form
.form-group-sm select[multiple].search-field {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .comment-form
.input-group-lg > .input-group-btn > input[type="submit"], .search-form
.input-group-lg > .input-group-btn > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-lg > li.input-group-btn > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-lg > li.input-group-btn > a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .search-form .input-group-lg > select.search-field,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .search-form
.input-group-lg > .input-group-btn > select.search-submit {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.comment-form .input-group-lg > textarea, .search-form .input-group-lg > textarea.search-field,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .search-form
.input-group-lg > .input-group-btn > textarea.search-submit,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.search-form .input-group-lg > select[multiple].search-field,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.search-form
.input-group-lg > .input-group-btn > select[multiple].search-submit {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .comment-form input[type="text"], .comment-form .form-group-lg input[type="text"], .form-group-lg
.comment-form input[type="email"],
.comment-form .form-group-lg input[type="email"], .form-group-lg
.comment-form input[type="url"],
.comment-form .form-group-lg input[type="url"], .form-group-lg
.comment-form textarea,
.comment-form .form-group-lg textarea, .form-group-lg .search-form .search-field, .search-form .form-group-lg .search-field {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg .search-form select.search-field, .search-form .form-group-lg select.search-field {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg
.comment-form textarea,
.comment-form .form-group-lg textarea, .form-group-lg .search-form textarea.search-field, .search-form .form-group-lg textarea.search-field,
.form-group-lg select[multiple].form-control,
.form-group-lg .search-form select[multiple].search-field, .search-form
.form-group-lg select[multiple].search-field {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .comment-form input[type="text"], .comment-form .has-feedback input[type="text"], .has-feedback
  .comment-form input[type="email"],
  .comment-form .has-feedback input[type="email"], .has-feedback
  .comment-form input[type="url"],
  .comment-form .has-feedback input[type="url"], .has-feedback
  .comment-form textarea,
  .comment-form .has-feedback textarea, .has-feedback .search-form .search-field, .search-form .has-feedback .search-field {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .comment-form .input-group-lg > input[type="text"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="email"] + .form-control-feedback,
.comment-form .input-group-lg > input[type="url"] + .form-control-feedback,
.comment-form .input-group-lg > textarea + .form-control-feedback, .search-form .input-group-lg > .search-field + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .comment-form
.input-group-lg > .input-group-btn > input[type="submit"] + .form-control-feedback, .search-form
.input-group-lg > .input-group-btn > .search-submit + .form-control-feedback, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-lg > li.input-group-btn > a + .form-control-feedback, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-lg > li.input-group-btn > a + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .comment-form input[type="text"] + .form-control-feedback, .comment-form
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg
.comment-form input[type="email"] + .form-control-feedback,
.comment-form
.form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg
.comment-form input[type="url"] + .form-control-feedback,
.comment-form
.form-group-lg input[type="url"] + .form-control-feedback,
.form-group-lg
.comment-form textarea + .form-control-feedback,
.comment-form
.form-group-lg textarea + .form-control-feedback,
.form-group-lg .search-form .search-field + .form-control-feedback, .search-form
.form-group-lg .search-field + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .comment-form .input-group-sm > input[type="text"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="email"] + .form-control-feedback,
.comment-form .input-group-sm > input[type="url"] + .form-control-feedback,
.comment-form .input-group-sm > textarea + .form-control-feedback, .search-form .input-group-sm > .search-field + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .comment-form
.input-group-sm > .input-group-btn > input[type="submit"] + .form-control-feedback, .search-form
.input-group-sm > .input-group-btn > .search-submit + .form-control-feedback, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-sm > li.input-group-btn > a + .form-control-feedback, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-sm > li.input-group-btn > a + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .comment-form input[type="text"] + .form-control-feedback, .comment-form
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm
.comment-form input[type="email"] + .form-control-feedback,
.comment-form
.form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm
.comment-form input[type="url"] + .form-control-feedback,
.comment-form
.form-group-sm input[type="url"] + .form-control-feedback,
.form-group-sm
.comment-form textarea + .form-control-feedback,
.comment-form
.form-group-sm textarea + .form-control-feedback,
.form-group-sm .search-form .search-field + .form-control-feedback, .search-form
.form-group-sm .search-field + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control, .has-success .comment-form input[type="text"], .comment-form .has-success input[type="text"], .has-success
.comment-form input[type="email"],
.comment-form .has-success input[type="email"], .has-success
.comment-form input[type="url"],
.comment-form .has-success input[type="url"], .has-success
.comment-form textarea,
.comment-form .has-success textarea, .has-success .search-form .search-field, .search-form .has-success .search-field {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus, .has-success .comment-form input[type="text"]:focus, .comment-form .has-success input[type="text"]:focus, .has-success
  .comment-form input[type="email"]:focus,
  .comment-form .has-success input[type="email"]:focus, .has-success
  .comment-form input[type="url"]:focus,
  .comment-form .has-success input[type="url"]:focus, .has-success
  .comment-form textarea:focus,
  .comment-form .has-success textarea:focus, .has-success .search-form .search-field:focus, .search-form .has-success .search-field: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, .has-warning .comment-form input[type="text"], .comment-form .has-warning input[type="text"], .has-warning
.comment-form input[type="email"],
.comment-form .has-warning input[type="email"], .has-warning
.comment-form input[type="url"],
.comment-form .has-warning input[type="url"], .has-warning
.comment-form textarea,
.comment-form .has-warning textarea, .has-warning .search-form .search-field, .search-form .has-warning .search-field {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus, .has-warning .comment-form input[type="text"]:focus, .comment-form .has-warning input[type="text"]:focus, .has-warning
  .comment-form input[type="email"]:focus,
  .comment-form .has-warning input[type="email"]:focus, .has-warning
  .comment-form input[type="url"]:focus,
  .comment-form .has-warning input[type="url"]:focus, .has-warning
  .comment-form textarea:focus,
  .comment-form .has-warning textarea:focus, .has-warning .search-form .search-field:focus, .search-form .has-warning .search-field: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, .has-error .comment-form input[type="text"], .comment-form .has-error input[type="text"], .has-error
.comment-form input[type="email"],
.comment-form .has-error input[type="email"], .has-error
.comment-form input[type="url"],
.comment-form .has-error input[type="url"], .has-error
.comment-form textarea,
.comment-form .has-error textarea, .has-error .search-form .search-field, .search-form .has-error .search-field {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus, .has-error .comment-form input[type="text"]:focus, .comment-form .has-error input[type="text"]:focus, .has-error
  .comment-form input[type="email"]:focus,
  .comment-form .has-error input[type="email"]:focus, .has-error
  .comment-form input[type="url"]:focus,
  .comment-form .has-error input[type="url"]:focus, .has-error
  .comment-form textarea:focus,
  .comment-form .has-error textarea:focus, .has-error .search-form .search-field:focus, .search-form .has-error .search-field: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, .has-feedback label.screen-reader-text ~ .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, .search-form .form-group, .form-inline .comment-form p, .comment-form .form-inline p, .search-form .comment-form p, .comment-form .search-form p, .form-inline .search-form label, .search-form .form-inline label, .search-form label {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .search-form .form-control, .form-inline .comment-form input[type="text"], .comment-form .form-inline input[type="text"], .search-form .comment-form input[type="text"], .comment-form .search-form input[type="text"], .form-inline
  .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"], .search-form
  .comment-form input[type="email"],
  .comment-form .search-form input[type="email"], .form-inline
  .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"], .search-form
  .comment-form input[type="url"],
  .comment-form .search-form input[type="url"], .form-inline
  .comment-form textarea,
  .comment-form .form-inline textarea, .search-form
  .comment-form textarea,
  .comment-form .search-form textarea, .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static, .search-form .form-control-static {
    display: inline-block; }
  .form-inline .input-group, .search-form .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon, .search-form .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn, .search-form .input-group .input-group-btn,
    .form-inline .input-group .form-control, .search-form .input-group .form-control,
    .form-inline .input-group .comment-form input[type="text"], .comment-form
    .form-inline .input-group input[type="text"], .search-form .input-group .comment-form input[type="text"], .comment-form .search-form .input-group input[type="text"],
    .form-inline .input-group
    .comment-form input[type="email"],
    .comment-form
    .form-inline .input-group input[type="email"], .search-form .input-group
    .comment-form input[type="email"],
    .comment-form .search-form .input-group input[type="email"],
    .form-inline .input-group
    .comment-form input[type="url"],
    .comment-form
    .form-inline .input-group input[type="url"], .search-form .input-group
    .comment-form input[type="url"],
    .comment-form .search-form .input-group input[type="url"],
    .form-inline .input-group
    .comment-form textarea,
    .comment-form
    .form-inline .input-group textarea, .search-form .input-group
    .comment-form textarea,
    .comment-form .search-form .input-group textarea,
    .form-inline .input-group .search-form .search-field, .search-form .input-group .search-field {
      width: auto; }
  .form-inline .input-group > .form-control, .search-form .input-group > .form-control, .form-inline .comment-form .input-group > input[type="text"], .comment-form .form-inline .input-group > input[type="text"], .search-form .comment-form .input-group > input[type="text"], .comment-form .search-form .input-group > input[type="text"], .form-inline
  .comment-form .input-group > input[type="email"],
  .comment-form .form-inline .input-group > input[type="email"], .search-form
  .comment-form .input-group > input[type="email"],
  .comment-form .search-form .input-group > input[type="email"], .form-inline
  .comment-form .input-group > input[type="url"],
  .comment-form .form-inline .input-group > input[type="url"], .search-form
  .comment-form .input-group > input[type="url"],
  .comment-form .search-form .input-group > input[type="url"], .form-inline
  .comment-form .input-group > textarea,
  .comment-form .form-inline .input-group > textarea, .search-form
  .comment-form .input-group > textarea,
  .comment-form .search-form .input-group > textarea, .search-form .form-inline .input-group > .search-field, .search-form .input-group > .search-field {
    width: 100%; }
  .form-inline .control-label, .search-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .search-form .radio,
  .form-inline .checkbox, .search-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label, .search-form .radio label,
    .form-inline .checkbox label, .search-form .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"], .search-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .search-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .search-form .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, .form-horizontal .comment-form p, .comment-form .form-horizontal p, .form-horizontal .search-form label, .search-form .form-horizontal label {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .comment-form p:before, .comment-form .form-horizontal p:before, .form-horizontal .search-form label:before, .search-form .form-horizontal label:before, .form-horizontal .form-group:after, .form-horizontal .comment-form p:after, .comment-form .form-horizontal p:after, .form-horizontal .search-form label:after, .search-form .form-horizontal label:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .comment-form p:after, .comment-form .form-horizontal p:after, .form-horizontal .search-form label:after, .search-form .form-horizontal label:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn, .comment-form input[type="submit"], .search-form .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a {
  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.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.focus, .btn:active:focus, .comment-form input[type="submit"]:active:focus, .search-form .search-submit:active:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active:focus, .btn:active.focus, .comment-form input[type="submit"]:active.focus, .search-form .search-submit:active.focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active.focus, .btn.active:focus, .comment-form input.active[type="submit"]:focus, .search-form .active.search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active:focus, .btn.active.focus, .comment-form input.active.focus[type="submit"], .search-form .active.focus.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .comment-form input[type="submit"]:hover, .search-form .search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:hover, .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:focus, .btn.focus, .comment-form input.focus[type="submit"], .search-form .focus.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .comment-form input[type="submit"]:active, .search-form .search-submit:active, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active, .btn.active, .comment-form input.active[type="submit"], .search-form .active.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .comment-form input.disabled[type="submit"], .search-form .disabled.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.disabled, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.disabled, .btn[disabled], .comment-form input[disabled][type="submit"], .search-form [disabled].search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a[disabled], body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .comment-form input[type="submit"], .comment-form
  fieldset[disabled] input[type="submit"],
  fieldset[disabled] .search-form .search-submit, .search-form
  fieldset[disabled] .search-submit,
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_categories > ul > li > a,
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_nav_menu > div > ul > li > a {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled, .search-form a.disabled.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.disabled, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .search-form a.search-submit, .search-form
fieldset[disabled] a.search-submit,
fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar
fieldset[disabled] .widget.widget_categories > ul > li > a,
fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar
fieldset[disabled] .widget.widget_nav_menu > div > ul > li > a {
  pointer-events: none; }

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

.btn-primary, .comment-form input[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .comment-form input[type="submit"]:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:focus, .btn-primary.focus, .comment-form input.focus[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover, .comment-form input[type="submit"]:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .comment-form input[type="submit"]:active, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active, .btn-primary.active, .comment-form input.active[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active,
  .open > .btn-primary.dropdown-toggle, .comment-form
  .open > input.dropdown-toggle[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
  li.open > a.dropdown-toggle, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
  li.open > a.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .comment-form input[type="submit"]:active:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active:hover, .btn-primary:active:focus, .comment-form input[type="submit"]:active:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active:focus, .btn-primary:active.focus, .comment-form input[type="submit"]:active.focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active.focus, .btn-primary.active:hover, .comment-form input.active[type="submit"]:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active:hover, .btn-primary.active:focus, .comment-form input.active[type="submit"]:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active:focus, .btn-primary.active.focus, .comment-form input.active.focus[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active.focus,
    .open > .btn-primary.dropdown-toggle:hover, .comment-form
    .open > input.dropdown-toggle[type="submit"]:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
    li.open > a.dropdown-toggle:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
    li.open > a.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus, .comment-form
    .open > input.dropdown-toggle[type="submit"]:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
    li.open > a.dropdown-toggle:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
    li.open > a.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus, .comment-form
    .open > input.dropdown-toggle.focus[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
    li.open > a.dropdown-toggle.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
    li.open > a.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .comment-form input[type="submit"]:active, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:active, .btn-primary.active, .comment-form input.active[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.active,
  .open > .btn-primary.dropdown-toggle, .comment-form
  .open > input.dropdown-toggle[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
  li.open > a.dropdown-toggle, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
  li.open > a.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .comment-form input.disabled[type="submit"]:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.disabled:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.disabled:hover, .btn-primary.disabled:focus, .comment-form input.disabled[type="submit"]:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.disabled:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.disabled:focus, .btn-primary.disabled.focus, .comment-form input.disabled.focus[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.disabled.focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.disabled.focus, .btn-primary[disabled]:hover, .comment-form input[disabled][type="submit"]:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a[disabled]:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a[disabled]:hover, .btn-primary[disabled]:focus, .comment-form input[disabled][type="submit"]:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a[disabled]:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a[disabled]:focus, .btn-primary[disabled].focus, .comment-form input[disabled].focus[type="submit"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a[disabled].focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .comment-form input[type="submit"]:hover, .comment-form
  fieldset[disabled] input[type="submit"]:hover,
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:hover, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_categories > ul > li > a:hover,
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:hover, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_nav_menu > div > ul > li > a:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .comment-form input[type="submit"]:focus, .comment-form
  fieldset[disabled] input[type="submit"]:focus,
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:focus, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_categories > ul > li > a:focus,
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:focus, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_nav_menu > div > ul > li > a:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .comment-form input.focus[type="submit"], .comment-form
  fieldset[disabled] input.focus[type="submit"],
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.focus, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_categories > ul > li > a.focus,
  fieldset[disabled] body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.focus, body:not(.fl-builder) aside.sidebar
  fieldset[disabled] .widget.widget_nav_menu > div > ul > li > a.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge, .comment-form input[type="submit"] .badge, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a .badge, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a .badge {
    color: #337ab7;
    background-color: #fff; }

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

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

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

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

.btn-link {
  color: #337ab7;
  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: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .comment-form .btn-group-lg > input[type="submit"], .search-form .btn-group-lg > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-lg > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-lg > a {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input[type="submit"], .search-form .btn-group-sm > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-sm > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-sm > a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .comment-form .btn-group-xs > input[type="submit"], .search-form .btn-group-xs > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-xs > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-xs > a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a {
  display: block;
  width: 100%; }

.btn-block + .btn-block, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .btn-block, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .btn-block, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .btn-block + a, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .btn-block + a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + a {
  margin-top: 5px; }

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn, .comment-form .btn-group > input[type="submit"], .search-form .btn-group > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a,
  .btn-group-vertical > .btn, .comment-form
  .btn-group-vertical > input[type="submit"], .search-form
  .btn-group-vertical > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
  li.btn-group-vertical > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
  li.btn-group-vertical > a {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .comment-form .btn-group > input[type="submit"]:hover, .search-form .btn-group > .search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a:hover, .btn-group > .btn:focus, .comment-form .btn-group > input[type="submit"]:focus, .search-form .btn-group > .search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a:focus, .btn-group > .btn:active, .comment-form .btn-group > input[type="submit"]:active, .search-form .btn-group > .search-submit:active, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a:active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a:active, .btn-group > .btn.active, .comment-form .btn-group > input.active[type="submit"], .search-form .btn-group > .active.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a.active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a.active,
    .btn-group-vertical > .btn:hover, .comment-form
    .btn-group-vertical > input[type="submit"]:hover, .search-form
    .btn-group-vertical > .search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
    li.btn-group-vertical > a:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
    li.btn-group-vertical > a:hover,
    .btn-group-vertical > .btn:focus, .comment-form
    .btn-group-vertical > input[type="submit"]:focus, .search-form
    .btn-group-vertical > .search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
    li.btn-group-vertical > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
    li.btn-group-vertical > a:focus,
    .btn-group-vertical > .btn:active, .comment-form
    .btn-group-vertical > input[type="submit"]:active, .search-form
    .btn-group-vertical > .search-submit:active, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
    li.btn-group-vertical > a:active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
    li.btn-group-vertical > a:active,
    .btn-group-vertical > .btn.active, .comment-form
    .btn-group-vertical > input.active[type="submit"], .search-form
    .btn-group-vertical > .active.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
    li.btn-group-vertical > a.active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
    li.btn-group-vertical > a.active {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .comment-form input[type="submit"] + .btn, .comment-form .btn-group input[type="submit"] + .btn, .btn-group .search-form .search-submit + .btn, .search-form .btn-group .search-submit + .btn, .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .btn, body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_categories > ul > li > a + .btn, .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .btn, body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_nav_menu > div > ul > li > a + .btn, .btn-group .comment-form .btn + input[type="submit"], .comment-form .btn-group .btn + input[type="submit"], .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .btn-group input[type="submit"] + input[type="submit"], .btn-group .search-form .comment-form .search-submit + input[type="submit"], .comment-form .btn-group .search-form .search-submit + input[type="submit"], .search-form .btn-group .comment-form .search-submit + input[type="submit"], .comment-form .search-form .btn-group .search-submit + input[type="submit"], .btn-group body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_categories > ul > li > a + input[type="submit"], .comment-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .btn-group .comment-form .widget.widget_categories > ul > li > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_categories > ul > li > a + input[type="submit"], .btn-group body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .comment-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .btn-group .comment-form .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .btn-group .search-form .btn + .search-submit, .search-form .btn-group .btn + .search-submit, .btn-group .comment-form .search-form input[type="submit"] + .search-submit, .search-form .btn-group .comment-form input[type="submit"] + .search-submit, .comment-form .btn-group .search-form input[type="submit"] + .search-submit, .search-form .comment-form .btn-group input[type="submit"] + .search-submit, .btn-group .search-form .search-submit + .search-submit, .search-form .btn-group .search-submit + .search-submit, .btn-group body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a + .search-submit, .search-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .search-submit, body:not(.fl-builder) aside.sidebar .btn-group .search-form .widget.widget_categories > ul > li > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_categories > ul > li > a + .search-submit, .btn-group body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a + .search-submit, .search-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .search-submit, body:not(.fl-builder) aside.sidebar .btn-group .search-form .widget.widget_nav_menu > div > ul > li > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_nav_menu > div > ul > li > a + .search-submit, .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .btn + a, body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_categories > ul > li > .btn + a, .btn-group .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .btn-group .comment-form .widget.widget_categories > ul > li > input[type="submit"] + a, .comment-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .btn-group .widget.widget_categories > ul > li > input[type="submit"] + a, .btn-group .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .btn-group .search-form .widget.widget_categories > ul > li > .search-submit + a, .search-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .btn-group .widget.widget_categories > ul > li > .search-submit + a, .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + a, body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_categories > ul > li > a + a, .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .btn + a, body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_nav_menu > div > ul > li > .btn + a, .btn-group .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .btn-group .comment-form .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, .comment-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .btn-group .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, .btn-group .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .btn-group .search-form .widget.widget_nav_menu > div > ul > li > .search-submit + a, .search-form .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .btn-group .widget.widget_nav_menu > div > ul > li > .search-submit + a, .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + a, body:not(.fl-builder) aside.sidebar .btn-group .widget.widget_nav_menu > div > ul > li > a + a,
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group, .comment-form
.btn-group input[type="submit"] + .btn-group,
.btn-group .search-form .search-submit + .btn-group, .search-form
.btn-group .search-submit + .btn-group,
.btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .btn-group, body:not(.fl-builder) aside.sidebar
.btn-group .widget.widget_categories > ul > li > a + .btn-group,
.btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .btn-group, body:not(.fl-builder) aside.sidebar
.btn-group .widget.widget_nav_menu > div > ul > li > a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"], .comment-form
.btn-group .btn-group + input[type="submit"],
.btn-group .search-form .btn-group + .search-submit, .search-form
.btn-group .btn-group + .search-submit,
.btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .btn-group + a, body:not(.fl-builder) aside.sidebar
.btn-group .widget.widget_categories > ul > li > .btn-group + a,
.btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .btn-group + a, body:not(.fl-builder) aside.sidebar
.btn-group .widget.widget_nav_menu > div > ul > li > .btn-group + a,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn, .btn-toolbar .comment-form input[type="submit"], .comment-form .btn-toolbar input[type="submit"], .btn-toolbar .search-form .search-submit, .search-form .btn-toolbar .search-submit, .btn-toolbar body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .btn-toolbar .widget.widget_categories > ul > li > a, .btn-toolbar body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar .btn-toolbar .widget.widget_nav_menu > div > ul > li > a,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn, .comment-form .btn-toolbar > input[type="submit"], .search-form .btn-toolbar > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-toolbar > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-toolbar > a,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child, .comment-form .btn-group > input[type="submit"]:first-child, .search-form .btn-group > .search-submit:first-child, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a:first-child, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:first-child:not(:last-child):not(.dropdown-toggle), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a: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), .comment-form .btn-group > input[type="submit"]:last-child:not(:first-child), .search-form .btn-group > .search-submit:last-child:not(:first-child), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a:last-child:not(:first-child), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a: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, .comment-form .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .search-form .btn-group > .btn-group:not(:first-child):not(:last-child) > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul.btn-group > li.btn-group:not(:first-child):not(:last-child) > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul.btn-group > li.btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .comment-form .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .search-form .btn-group > .btn-group:first-child:not(:last-child) > .search-submit:last-child, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul.btn-group > li.btn-group:first-child:not(:last-child) > a:last-child, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul.btn-group > li.btn-group:first-child:not(:last-child) > a: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, .comment-form .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .search-form .btn-group > .btn-group:last-child:not(:first-child) > .search-submit:first-child, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul.btn-group > li.btn-group:last-child:not(:first-child) > a:first-child, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul.btn-group > li.btn-group:last-child:not(:first-child) > a: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, .comment-form .btn-group > input[type="submit"] + .dropdown-toggle, .search-form .btn-group > .search-submit + .dropdown-toggle, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group > a + .dropdown-toggle, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .comment-form .btn-group-lg.btn-group > input[type="submit"] + .dropdown-toggle, .search-form .btn-group-lg.btn-group > .search-submit + .dropdown-toggle, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-lg.btn-group > a + .dropdown-toggle, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-lg.btn-group > a + .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, .comment-form input[type="submit"] .caret, .search-form .search-submit .caret, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a .caret, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .comment-form .btn-group-lg > input[type="submit"] .caret, .search-form .btn-group-lg > .search-submit .caret, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-lg > a .caret, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-lg > a .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .comment-form .btn-group-lg > input[type="submit"] .caret, .comment-form .dropup .btn-group-lg > input[type="submit"] .caret, .dropup .search-form .btn-group-lg > .search-submit .caret, .search-form .dropup .btn-group-lg > .search-submit .caret, .dropup body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-lg > a .caret, body:not(.fl-builder) aside.sidebar .dropup .widget.widget_categories > ul > li.btn-group-lg > a .caret, .dropup body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-lg > a .caret, body:not(.fl-builder) aside.sidebar .dropup .widget.widget_nav_menu > div > ul > li.btn-group-lg > a .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .comment-form .btn-group-vertical > input[type="submit"], .search-form .btn-group-vertical > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .comment-form
.btn-group-vertical > .btn-group > input[type="submit"], .search-form
.btn-group-vertical > .btn-group > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.btn-group-vertical > li.btn-group > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.btn-group-vertical > li.btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn, .comment-form .btn-group-vertical > .btn-group > input[type="submit"], .search-form .btn-group-vertical > .btn-group > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul.btn-group-vertical > li.btn-group > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul.btn-group-vertical > li.btn-group > a {
  float: none; }

.btn-group-vertical > .btn + .btn, .comment-form .btn-group-vertical > input[type="submit"] + .btn, .search-form .btn-group-vertical > .search-submit + .btn, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a + .btn, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a + .btn, .comment-form .btn-group-vertical > .btn + input[type="submit"], .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"], .search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"], .comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"], body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_categories > ul > li.btn-group-vertical > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a + input[type="submit"], .search-form .btn-group-vertical > .btn + .search-submit, .comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit, .search-form .btn-group-vertical > .search-submit + .search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li.btn-group-vertical > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a + .search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a + .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > .btn + a, .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_categories > ul > li.btn-group-vertical > input[type="submit"] + a, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li.btn-group-vertical > .search-submit + a, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a + a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > .btn + a, .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_nav_menu > div > ul > li.btn-group-vertical > input[type="submit"] + a, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li.btn-group-vertical > .search-submit + a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group, .comment-form
.btn-group-vertical > input[type="submit"] + .btn-group, .search-form
.btn-group-vertical > .search-submit + .btn-group, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
li.btn-group-vertical > a + .btn-group, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
li.btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn, .comment-form
.btn-group-vertical > .btn-group + input[type="submit"], .search-form
.btn-group-vertical > .btn-group + .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
li.btn-group-vertical > .btn-group + a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
li.btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child), .search-form .btn-group-vertical > .search-submit:not(:first-child):not(:last-child), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a:not(:first-child):not(:last-child), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child), .comment-form .btn-group-vertical > input[type="submit"]:first-child:not(:last-child), .search-form .btn-group-vertical > .search-submit:first-child:not(:last-child), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a:first-child:not(:last-child), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child), .comment-form .btn-group-vertical > input[type="submit"]:last-child:not(:first-child), .search-form .btn-group-vertical > .search-submit:last-child:not(:first-child), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-vertical > a:last-child:not(:first-child), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-vertical > a:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .comment-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .search-form .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul.btn-group-vertical > li.btn-group:not(:first-child):not(:last-child) > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul.btn-group-vertical > li.btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .comment-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .search-form .btn-group-vertical > .btn-group:first-child:not(:last-child) > .search-submit:last-child, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul.btn-group-vertical > li.btn-group:first-child:not(:last-child) > a:last-child, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul.btn-group-vertical > li.btn-group:first-child:not(:last-child) > a: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, .comment-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .search-form .btn-group-vertical > .btn-group:last-child:not(:first-child) > .search-submit:first-child, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul.btn-group-vertical > li.btn-group:last-child:not(:first-child) > a:first-child, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul.btn-group-vertical > li.btn-group:last-child:not(:first-child) > a: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, .comment-form .btn-group-justified > input[type="submit"], .search-form .btn-group-justified > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-justified > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-justified > a,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .comment-form input[type="submit"], .comment-form .btn-group-justified > .btn-group input[type="submit"], .btn-group-justified > .btn-group .search-form .search-submit, .search-form .btn-group-justified > .btn-group .search-submit, .btn-group-justified > .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .btn-group-justified > .btn-group .widget.widget_categories > ul > li > a, .btn-group-justified > .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar .btn-group-justified > .btn-group .widget.widget_nav_menu > div > ul > li > a {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], .comment-form [data-toggle="buttons"] > input[type="submit"] input[type="radio"], .search-form [data-toggle="buttons"] > .search-submit input[type="radio"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li[data-toggle="buttons"] > a input[type="radio"], body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li[data-toggle="buttons"] > a input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"], .comment-form
[data-toggle="buttons"] > input[type="submit"] input[type="checkbox"], .search-form
[data-toggle="buttons"] > .search-submit input[type="checkbox"], body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
li[data-toggle="buttons"] > a input[type="checkbox"], body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
li[data-toggle="buttons"] > a input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"], .comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="radio"], .search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="radio"], body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul[data-toggle="buttons"] > li.btn-group > a input[type="radio"], body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul[data-toggle="buttons"] > li.btn-group > a input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], .comment-form
[data-toggle="buttons"] > .btn-group > input[type="submit"] input[type="checkbox"], .search-form
[data-toggle="buttons"] > .btn-group > .search-submit input[type="checkbox"], body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul[data-toggle="buttons"] > li.btn-group > a input[type="checkbox"], body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul[data-toggle="buttons"] > li.btn-group > a 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, .input-group .comment-form input[type="text"], .comment-form .input-group input[type="text"], .input-group
  .comment-form input[type="email"],
  .comment-form .input-group input[type="email"], .input-group
  .comment-form input[type="url"],
  .comment-form .input-group input[type="url"], .input-group
  .comment-form textarea,
  .comment-form .input-group textarea, .input-group .search-form .search-field, .search-form .input-group .search-field {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .comment-form input[type="text"]:focus, .comment-form .input-group input[type="text"]:focus, .input-group
    .comment-form input[type="email"]:focus,
    .comment-form .input-group input[type="email"]:focus, .input-group
    .comment-form input[type="url"]:focus,
    .comment-form .input-group input[type="url"]:focus, .input-group
    .comment-form textarea:focus,
    .comment-form .input-group textarea:focus, .input-group .search-form .search-field:focus, .search-form .input-group .search-field:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .comment-form input[type="text"], .comment-form
.input-group input[type="text"],
.input-group
.comment-form input[type="email"],
.comment-form
.input-group input[type="email"],
.input-group
.comment-form input[type="url"],
.comment-form
.input-group input[type="url"],
.input-group
.comment-form textarea,
.comment-form
.input-group textarea,
.input-group .search-form .search-field, .search-form
.input-group .search-field {
  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),
  .input-group .comment-form input[type="text"]:not(:first-child):not(:last-child), .comment-form
  .input-group input[type="text"]:not(:first-child):not(:last-child),
  .input-group
  .comment-form input[type="email"]:not(:first-child):not(:last-child),
  .comment-form
  .input-group input[type="email"]:not(:first-child):not(:last-child),
  .input-group
  .comment-form input[type="url"]:not(:first-child):not(:last-child),
  .comment-form
  .input-group input[type="url"]:not(:first-child):not(:last-child),
  .input-group
  .comment-form textarea:not(:first-child):not(:last-child),
  .comment-form
  .input-group textarea:not(:first-child):not(:last-child),
  .input-group .search-form .search-field:not(:first-child):not(:last-child), .search-form
  .input-group .search-field: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, .comment-form .input-group-sm > input.input-group-addon[type="text"],
  .comment-form .input-group-sm > input.input-group-addon[type="email"],
  .comment-form .input-group-sm > input.input-group-addon[type="url"],
  .comment-form .input-group-sm > textarea.input-group-addon, .search-form .input-group-sm > .input-group-addon.search-field,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .comment-form
  .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"], .search-form
  .input-group-sm > .input-group-btn > .input-group-addon.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
  ul.input-group-sm > li.input-group-btn > a.input-group-addon, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
  ul.input-group-sm > li.input-group-btn > a.input-group-addon {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .comment-form .input-group-lg > input.input-group-addon[type="text"],
  .comment-form .input-group-lg > input.input-group-addon[type="email"],
  .comment-form .input-group-lg > input.input-group-addon[type="url"],
  .comment-form .input-group-lg > textarea.input-group-addon, .search-form .input-group-lg > .input-group-addon.search-field,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .comment-form
  .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"], .search-form
  .input-group-lg > .input-group-btn > .input-group-addon.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
  ul.input-group-lg > li.input-group-btn > a.input-group-addon, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
  ul.input-group-lg > li.input-group-btn > a.input-group-addon {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group .comment-form input[type="text"]:first-child, .comment-form .input-group input[type="text"]:first-child, .input-group
.comment-form input[type="email"]:first-child,
.comment-form .input-group input[type="email"]:first-child, .input-group
.comment-form input[type="url"]:first-child,
.comment-form .input-group input[type="url"]:first-child, .input-group
.comment-form textarea:first-child,
.comment-form .input-group textarea:first-child, .input-group .search-form .search-field:first-child, .search-form .input-group .search-field:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn, .comment-form
.input-group-btn:first-child > input[type="submit"], .search-form
.input-group-btn:first-child > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
li.input-group-btn:first-child > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
li.input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn, .comment-form
.input-group-btn:first-child > .btn-group > input[type="submit"], .search-form
.input-group-btn:first-child > .btn-group > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-btn:first-child > li.btn-group > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-btn:first-child > li.btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .comment-form
.input-group-btn:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .search-form
.input-group-btn:last-child > .search-submit:not(:last-child):not(.dropdown-toggle), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
li.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
li.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .comment-form
.input-group-btn:last-child > .btn-group:not(:last-child) > input[type="submit"], .search-form
.input-group-btn:last-child > .btn-group:not(:last-child) > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-btn:last-child > li.btn-group:not(:last-child) > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-btn:last-child > li.btn-group:not(:last-child) > a {
  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 .comment-form input[type="text"]:last-child, .comment-form .input-group input[type="text"]:last-child, .input-group
.comment-form input[type="email"]:last-child,
.comment-form .input-group input[type="email"]:last-child, .input-group
.comment-form input[type="url"]:last-child,
.comment-form .input-group input[type="url"]:last-child, .input-group
.comment-form textarea:last-child,
.comment-form .input-group textarea:last-child, .input-group .search-form .search-field:last-child, .search-form .input-group .search-field:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .comment-form
.input-group-btn:last-child > input[type="submit"], .search-form
.input-group-btn:last-child > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
li.input-group-btn:last-child > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
li.input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn, .comment-form
.input-group-btn:last-child > .btn-group > input[type="submit"], .search-form
.input-group-btn:last-child > .btn-group > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-btn:last-child > li.btn-group > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-btn:last-child > li.btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .comment-form
.input-group-btn:first-child > input[type="submit"]:not(:first-child), .search-form
.input-group-btn:first-child > .search-submit:not(:first-child), body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
li.input-group-btn:first-child > a:not(:first-child), body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
li.input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .comment-form
.input-group-btn:first-child > .btn-group:not(:first-child) > input[type="submit"], .search-form
.input-group-btn:first-child > .btn-group:not(:first-child) > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories >
ul.input-group-btn:first-child > li.btn-group:not(:first-child) > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div >
ul.input-group-btn:first-child > li.btn-group:not(:first-child) > a {
  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, .comment-form .input-group-btn > input[type="submit"], .search-form .input-group-btn > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a {
    position: relative; }
    .input-group-btn > .btn + .btn, .comment-form .input-group-btn > input[type="submit"] + .btn, .search-form .input-group-btn > .search-submit + .btn, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a + .btn, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a + .btn, .comment-form .input-group-btn > .btn + input[type="submit"], .comment-form .input-group-btn > input[type="submit"] + input[type="submit"], .search-form .comment-form .input-group-btn > .search-submit + input[type="submit"], .comment-form .search-form .input-group-btn > .search-submit + input[type="submit"], body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_categories > ul > li.input-group-btn > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_nav_menu > div > ul > li.input-group-btn > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a + input[type="submit"], .search-form .input-group-btn > .btn + .search-submit, .comment-form .search-form .input-group-btn > input[type="submit"] + .search-submit, .search-form .comment-form .input-group-btn > input[type="submit"] + .search-submit, .search-form .input-group-btn > .search-submit + .search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li.input-group-btn > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a + .search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li.input-group-btn > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a + .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > .btn + a, .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_categories > ul > li.input-group-btn > input[type="submit"] + a, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li.input-group-btn > .search-submit + a, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a + a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > .btn + a, .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_nav_menu > div > ul > li.input-group-btn > input[type="submit"] + a, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li.input-group-btn > .search-submit + a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a + a {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .comment-form .input-group-btn > input[type="submit"]:hover, .search-form .input-group-btn > .search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a:hover, .input-group-btn > .btn:focus, .comment-form .input-group-btn > input[type="submit"]:focus, .search-form .input-group-btn > .search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a:focus, .input-group-btn > .btn:active, .comment-form .input-group-btn > input[type="submit"]:active, .search-form .input-group-btn > .search-submit:active, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn > a:active, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn > a:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn, .comment-form .input-group-btn:first-child > input[type="submit"], .search-form .input-group-btn:first-child > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn:first-child > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn:first-child > a,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn, .comment-form .input-group-btn:last-child > input[type="submit"], .search-form .input-group-btn:last-child > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.input-group-btn:last-child > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.input-group-btn:last-child > a,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

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

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

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

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

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

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

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

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

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

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

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.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; }
  .label:empty {
    display: none; }
  .btn .label, .comment-form input[type="submit"] .label, .search-form .search-submit .label, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a .label, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .comment-form input[type="submit"] .badge, .search-form .search-submit .badge, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a .badge, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .comment-form .btn-group-xs > input[type="submit"] .badge, .search-form .btn-group-xs > .search-submit .badge, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-xs > a .badge, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-xs > a .badge,
  .btn-group-xs > .btn .badge, .comment-form
  .btn-group-xs > input[type="submit"] .badge, .search-form
  .btn-group-xs > .search-submit .badge, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul >
  li.btn-group-xs > a .badge, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul >
  li.btn-group-xs > a .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail, .wp-caption {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img, .wp-caption > img,
  .thumbnail a > img, .wp-caption a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption, .wp-caption .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover, a.wp-caption:hover,
a.thumbnail:focus,
a.wp-caption:focus,
a.thumbnail.active,
a.active.wp-caption {
  border-color: #337ab7; }

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

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

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

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

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

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

.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, a.list-group-item:focus,
  button.list-group-item:hover,
  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 .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .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, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  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, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  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, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  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, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.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:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead: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:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child,
    .panel > .table-responsive:first-child > .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 th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .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 th:last-child,
    .panel > .table-responsive:first-child > .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 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:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody: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:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child,
    .panel > .table-responsive:last-child > .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 th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .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 th:last-child,
    .panel > .table-responsive:last-child > .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 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-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .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 {
    -webkit-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .comment-form input[type="submit"] + .btn, .comment-form .modal-footer input[type="submit"] + .btn, .modal-footer .search-form .search-submit + .btn, .search-form .modal-footer .search-submit + .btn, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .btn, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > a + .btn, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .btn, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > a + .btn, .modal-footer .comment-form .btn + input[type="submit"], .comment-form .modal-footer .btn + input[type="submit"], .modal-footer .comment-form input[type="submit"] + input[type="submit"], .comment-form .modal-footer input[type="submit"] + input[type="submit"], .modal-footer .search-form .comment-form .search-submit + input[type="submit"], .comment-form .modal-footer .search-form .search-submit + input[type="submit"], .search-form .modal-footer .comment-form .search-submit + input[type="submit"], .comment-form .search-form .modal-footer .search-submit + input[type="submit"], .modal-footer body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_categories > ul > li > a + input[type="submit"], .comment-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .modal-footer .comment-form .widget.widget_categories > ul > li > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > a + input[type="submit"], .modal-footer body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .comment-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .modal-footer .comment-form .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .modal-footer .search-form .btn + .search-submit, .search-form .modal-footer .btn + .search-submit, .modal-footer .comment-form .search-form input[type="submit"] + .search-submit, .search-form .modal-footer .comment-form input[type="submit"] + .search-submit, .comment-form .modal-footer .search-form input[type="submit"] + .search-submit, .search-form .comment-form .modal-footer input[type="submit"] + .search-submit, .modal-footer .search-form .search-submit + .search-submit, .search-form .modal-footer .search-submit + .search-submit, .modal-footer body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a + .search-submit, .search-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .search-submit, body:not(.fl-builder) aside.sidebar .modal-footer .search-form .widget.widget_categories > ul > li > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > a + .search-submit, .modal-footer body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a + .search-submit, .search-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .search-submit, body:not(.fl-builder) aside.sidebar .modal-footer .search-form .widget.widget_nav_menu > div > ul > li > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > a + .search-submit, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .btn + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > .btn + a, .modal-footer .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .modal-footer .comment-form .widget.widget_categories > ul > li > input[type="submit"] + a, .comment-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .modal-footer .widget.widget_categories > ul > li > input[type="submit"] + a, .modal-footer .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .modal-footer .search-form .widget.widget_categories > ul > li > .search-submit + a, .search-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .modal-footer .widget.widget_categories > ul > li > .search-submit + a, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > a + a, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .btn + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > .btn + a, .modal-footer .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .modal-footer .comment-form .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, .comment-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .modal-footer .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, .modal-footer .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .modal-footer .search-form .widget.widget_nav_menu > div > ul > li > .search-submit + a, .search-form .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .modal-footer .widget.widget_nav_menu > div > ul > li > .search-submit + a, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > a + a {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .comment-form input[type="submit"] + .btn, .comment-form .modal-footer .btn-group input[type="submit"] + .btn, .modal-footer .btn-group .search-form .search-submit + .btn, .search-form .modal-footer .btn-group .search-submit + .btn, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .btn, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_categories > ul > li > a + .btn, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .btn, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_nav_menu > div > ul > li > a + .btn, .modal-footer .btn-group .comment-form .btn + input[type="submit"], .comment-form .modal-footer .btn-group .btn + input[type="submit"], .modal-footer .btn-group .comment-form input[type="submit"] + input[type="submit"], .comment-form .modal-footer .btn-group input[type="submit"] + input[type="submit"], .modal-footer .btn-group .search-form .comment-form .search-submit + input[type="submit"], .comment-form .modal-footer .btn-group .search-form .search-submit + input[type="submit"], .search-form .modal-footer .btn-group .comment-form .search-submit + input[type="submit"], .comment-form .search-form .modal-footer .btn-group .search-submit + input[type="submit"], .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_categories > ul > li > a + input[type="submit"], .comment-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .comment-form .widget.widget_categories > ul > li > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_categories > ul > li > a + input[type="submit"], .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .comment-form .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .comment-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .comment-form .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .comment-form body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_nav_menu > div > ul > li > a + input[type="submit"], .modal-footer .btn-group .search-form .btn + .search-submit, .search-form .modal-footer .btn-group .btn + .search-submit, .modal-footer .btn-group .comment-form .search-form input[type="submit"] + .search-submit, .search-form .modal-footer .btn-group .comment-form input[type="submit"] + .search-submit, .comment-form .modal-footer .btn-group .search-form input[type="submit"] + .search-submit, .search-form .comment-form .modal-footer .btn-group input[type="submit"] + .search-submit, .modal-footer .btn-group .search-form .search-submit + .search-submit, .search-form .modal-footer .btn-group .search-submit + .search-submit, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a + .search-submit, .search-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .search-submit, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .search-form .widget.widget_categories > ul > li > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_categories > ul > li > a + .search-submit, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a + .search-submit, .search-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .search-submit, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .search-form .widget.widget_nav_menu > div > ul > li > a + .search-submit, .search-form body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_nav_menu > div > ul > li > a + .search-submit, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .btn + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_categories > ul > li > .btn + a, .modal-footer .btn-group .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .comment-form .widget.widget_categories > ul > li > input[type="submit"] + a, .comment-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .modal-footer .btn-group .widget.widget_categories > ul > li > input[type="submit"] + a, .modal-footer .btn-group .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .search-form .widget.widget_categories > ul > li > .search-submit + a, .search-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .modal-footer .btn-group .widget.widget_categories > ul > li > .search-submit + a, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_categories > ul > li > a + a, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .btn + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_nav_menu > div > ul > li > .btn + a, .modal-footer .btn-group .comment-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .comment-form .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, .comment-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, body:not(.fl-builder) aside.sidebar .comment-form .modal-footer .btn-group .widget.widget_nav_menu > div > ul > li > input[type="submit"] + a, .modal-footer .btn-group .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .search-form .widget.widget_nav_menu > div > ul > li > .search-submit + a, .search-form .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .search-submit + a, body:not(.fl-builder) aside.sidebar .search-form .modal-footer .btn-group .widget.widget_nav_menu > div > ul > li > .search-submit + a, .modal-footer .btn-group body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + a, body:not(.fl-builder) aside.sidebar .modal-footer .btn-group .widget.widget_nav_menu > div > ul > li > a + a {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + .btn-block, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > a + .btn-block, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + .btn-block, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > a + .btn-block, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > .btn-block + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > .btn-block + a, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_categories > ul > li > a + a, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > .btn-block + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > .btn-block + a, .modal-footer body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a + a, body:not(.fl-builder) aside.sidebar .modal-footer .widget.widget_nav_menu > div > ul > li > a + a {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

::-moz-selection {
  background: #0f3a68;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

::selection {
  background: #0f3a68;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

img {
  max-width: 100%;
  height: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

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

blockquote.alignleft, img.alignleft {
  margin: 7px 24px 24px 0; }

.wp-caption.alignleft {
  margin: 7px 14px 7px 0; }

blockquote.alignright, img.alignright {
  margin: 7px 0 24px 24px; }

.wp-caption.alignright {
  margin: 7px 0 7px 14px; }

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px; }

.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
    padding-right: 10px; }

hr {
  background-color: #2f547e;
  border: 0;
  height: 2px;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

.sticky {
  position: inherit; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.bypostauthor {
  position: inherit; }

body {
  font-family: "Roboto Slab", serif;
  color: #1a1919; }

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase; }
  .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6 {
    visibility: hidden; }

body main.main {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    body main.main {
      padding-top: 100px;
      padding-bottom: 100px; } }
  body main.main h1 {
    font-size: 48px; }
    @media screen and (min-width: 768px) {
      body main.main h1 {
        font-size: 60px; } }
  body main.main h2 {
    font-size: 36px; }
    @media screen and (min-width: 768px) {
      body main.main h2 {
        font-size: 48px; } }
  body main.main h3 {
    font-size: 24px;
    font-weight: normal; }
    @media screen and (min-width: 768px) {
      body main.main h3 {
        font-size: 40px; } }
  body main.main h4 {
    font-size: 21px; }
    @media screen and (min-width: 768px) {
      body main.main h4 {
        font-size: 30px; } }
  body main.main h5 {
    font-size: 18px; }
    @media screen and (min-width: 768px) {
      body main.main h5 {
        font-size: 24px; } }
  body main.main h6 {
    font-size: 16px; }
    @media screen and (min-width: 768px) {
      body main.main h6 {
        font-size: 21px; } }
  body main.main p {
    margin-bottom: 1em;
    line-height: 1.5; }
    body main.main p.asterisk {
      font-size: 14px;
      color: #7f8995;
      font-style: italic; }
  body main.main hr {
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      body main.main hr {
        margin-top: 3em;
        margin-bottom: 3em; } }
    @media screen and (min-width: 992px) {
      body main.main hr {
        margin-top: 4em;
        margin-bottom: 4em; } }
  body main.main blockquote, body main.main q {
    position: relative;
    max-width: 600px;
    margin: 2em auto 4.5em;
    padding: 0;
    border: 0;
    border-bottom: 4px solid #ffde00; }
    body main.main blockquote p, body main.main q p {
      margin-bottom: 0.5em;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 1.6em;
      font-weight: 300;
      line-height: 1.3;
      text-transform: uppercase; }
      body main.main blockquote p.cite, body main.main q p.cite {
        display: inline-block;
        position: absolute;
        top: 100%;
        right: 0;
        padding: 0.7em 1em 0.5em;
        font-size: 16px;
        background: #ffde00; }
        body main.main blockquote p.cite:before, body main.main q p.cite:before {
          content: "- "; }

.wp-pagenavi {
  margin: 3em 0 0;
  text-align: center; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    vertical-align: top;
    min-width: 16px;
    margin: 0 3px;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px !important; }
    @media screen and (min-width: 768px) {
      .wp-pagenavi a,
      .wp-pagenavi span {
        height: 40px;
        min-width: 40px;
        color: white;
        background: #0f3a68; } }
    @media screen and (min-width: 992px) {
      .wp-pagenavi a,
      .wp-pagenavi span {
        font-size: 18px; } }
    .wp-pagenavi a:hover,
    .wp-pagenavi span:hover {
      color: #00132b;
      text-decoration: none; }
      @media screen and (min-width: 768px) {
        .wp-pagenavi a:hover,
        .wp-pagenavi span:hover {
          background: #ffde00; } }
    .wf-loading .wp-pagenavi a, .wf-loading
    .wp-pagenavi span {
      visibility: hidden; }
  @media screen and (min-width: 768px) {
    .wp-pagenavi span {
      min-width: 30px;
      color: #7f8995;
      background: 0; } }
  .wp-pagenavi span:hover {
    cursor: default; }
    @media screen and (min-width: 768px) {
      .wp-pagenavi span:hover {
        background: 0;
        color: #7f8995; } }
  .wp-pagenavi .first,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .last {
    font-family: Fontawesome;
    line-height: 38px !important; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current {
    color: #0f3a68; }
    @media screen and (min-width: 768px) {
      .wp-pagenavi .current {
        min-width: 40px;
        background: #ffde00; } }
    @media screen and (min-width: 768px) {
      .wp-pagenavi .current:hover {
        color: #0f3a68;
        background: #ffde00; } }

#contact.contact-section {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e9e9e8; }
  @media screen and (min-width: 768px) {
    #contact.contact-section {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media screen and (min-width: 992px) {
    #contact.contact-section {
      margin-top: 100px; } }
  @media screen and (min-width: 992px) {
    #contact.contact-section .contact-container {
      display: table;
      table-layout: fixed;
      width: 100%; } }
  @media screen and (min-width: 992px) {
    #contact.contact-section .contact-container .contact-info-container {
      display: table-cell;
      vertical-align: middle;
      padding-right: 5%; } }
  @media screen and (min-width: 1200px) {
    #contact.contact-section .contact-container .contact-info-container {
      padding-right: 10%; } }
  #contact.contact-section .contact-container .contact-info-container h3 {
    margin-bottom: 1.6em; }
  @media screen and (min-width: 992px) {
    #contact.contact-section .contact-container .salesforce_w2l_lead {
      display: table-cell;
      vertical-align: middle;
      padding-left: 5%; } }
  #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field {
    clear: none;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field {
        width: 49%;
        float: left; } }
    @media screen and (min-width: 992px) {
      #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field {
        width: 48%;
        float: left; } }
    @media screen and (min-width: 768px) {
      #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field.sf_field_last_name, #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field.sf_field_email, #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field.sf_field_state, #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field.sf_field_00N5000000AIjGh {
        float: right; } }
    #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field.sf_field_mobile, #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field.sf_field_city, #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field.sf_field_zip {
      clear: left; }
    #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_field input {
      width: 100%;
      margin: 0; }
  #contact.contact-section .contact-container .salesforce_w2l_lead form .html_block {
    margin: 1.5em 0 2em;
    font-size: 15px;
    font-weight: 400; }
  #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_type_html {
    clear: both;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1em; }
    #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_type_html.sf_field_Consent {
      margin: 1.5em 0 2em;
      font-size: 15px; }
    #contact.contact-section .contact-container .salesforce_w2l_lead form .sf_type_html br {
      display: none; }
  #contact.contact-section .contact-container .salesforce_w2l_lead form .w2lsubmit {
    margin: 0;
    padding: 0; }
    #contact.contact-section .contact-container .salesforce_w2l_lead form .w2lsubmit input[type=submit] {
      width: 100%;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 18px;
      line-height: 1;
      font-weight: bold;
      color: #1a1919;
      text-transform: uppercase;
      background: #ffde00;
      border: 0 !important;
      -webkit-transition: color 0.2s, background 0.2s;
           -o-transition: color 0.2s, background 0.2s;
              transition: color 0.2s, background 0.2s; }
      @media screen and (min-width: 992px) {
        #contact.contact-section .contact-container .salesforce_w2l_lead form .w2lsubmit input[type=submit] {
          font-size: 21px; } }
      @media screen and (min-width: 1200px) {
        #contact.contact-section .contact-container .salesforce_w2l_lead form .w2lsubmit input[type=submit] {
          height: 60px;
          font-size: 24px; } }
      #contact.contact-section .contact-container .salesforce_w2l_lead form .w2lsubmit input[type=submit]:hover {
        color: white;
        background: #2f547e; }
  #contact.contact-section .contact-container .salesforce_w2l_lead #requiredfieldsmsg {
    display: none; }
  #contact.contact-section .gform_wrapper form .address_state {
    position: relative; }
    @media screen and (min-width: 640px) {
      #contact.contact-section .gform_wrapper form .address_state select {
        margin-top: 12px; } }

article.hentry > *:first-child {
  margin-top: 0; }

article.hentry > *:last-child {
  margin-bottom: 0; }

article.hentry h2 {
  margin: 1.6em 0 0.5em; }

article.hentry h3 {
  margin: 1em 0 0.75em; }

article.hentry h2 + h3 {
  margin-top: -0.5em; }

article.hentry p.intro {
  font-size: 21px;
  line-height: 1.8; }
  @media screen and (min-width: 1200px) {
    article.hentry p.intro {
      font-size: 24px;
      line-height: 2; } }

article.hentry a {
  text-decoration: underline; }
  article.hentry a:not([class]) {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }

article.hentry a.btn, article.hentry .search-form a.search-submit, .search-form article.hentry a.search-submit, article.hentry body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar article.hentry .widget.widget_categories > ul > li > a, article.hentry body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar article.hentry .widget.widget_nav_menu > div > ul > li > a {
  text-decoration: none; }

article.hentry .entry-content > *:first-child {
  margin-top: 0; }

article.hentry .entry-content > *:last-child {
  margin-bottom: 0; }

.stories .story {
  height: 90vw;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .stories .story {
      height: 345px; } }
  @media screen and (min-width: 992px) {
    .stories .story {
      height: 293px; } }
  @media screen and (min-width: 1200px) {
    .stories .story {
      height: 263px; } }
  .stories .story a:hover {
    text-decoration: none;
    cursor: pointer; }
  .stories .story .featured-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover; }
    .stories .story .featured-image.video:before {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      background: rgba(0, 0, 0, 0.5); }
    .stories .story .featured-image.video:after {
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      content: "";
      font-family: Fontawesome;
      font-size: 72px;
      line-height: 0;
      color: white;
      text-align: center; }
  .stories .story h2 {
    position: relative;
    z-index: 1;
    float: right;
    margin: 0 0 1em;
    padding: 0.6em 1.2em 0.4em;
    font-size: 18px;
    color: white;
    text-align: right;
    background: #0f3a68; }
  .stories .story .front {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px; }
  .stories .story .back {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    box-shadow: inset 0 6px 0 0 #0f3a68;
    overflow: hidden; }
    .stories .story .back .featured-image {
      z-index: -1;
      filter: grayscale(100%); }
      .stories .story .back .featured-image:after {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #f4f4f3;
        content: "";
        opacity: 0.9; }
    .stories .story .back .excerpt {
      clear: both;
      padding: 0 15px;
      font-size: 15px;
      line-height: 1.3;
      color: #00132b;
      max-height: calc(100vw - 100px);
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .stories .story .back .excerpt {
          max-height: 240px; } }
      @media screen and (min-width: 992px) {
        .stories .story .back .excerpt {
          max-height: 220px;
          font-size: 15px; } }
      @media screen and (min-width: 1200px) {
        .stories .story .back .excerpt {
          max-height: 194px; } }
    .stories .story .back .actions {
      position: absolute;
      right: 15px;
      bottom: 15px;
      left: 15px; }
      .stories .story .back .actions .btn, .stories .story .back .actions .comment-form input[type="submit"], .comment-form .stories .story .back .actions input[type="submit"], .stories .story .back .actions .search-form .search-submit, .search-form .stories .story .back .actions .search-submit, .stories .story .back .actions body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .stories .story .back .actions .widget.widget_categories > ul > li > a, .stories .story .back .actions body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar .stories .story .back .actions .widget.widget_nav_menu > div > ul > li > a {
        margin-bottom: 0; }
  .stories .story:hover .back {
    z-index: 3; }
  .stories .story.yearbook-story {
    cursor: pointer; }

.beautiful-taxonomy-filters form {
  margin: 0 0 2em;
  padding: 0;
  text-align: right;
  background: 0;
  border: 0; }
  .beautiful-taxonomy-filters form label[for=select-stories-category] {
    margin-right: 1em;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .beautiful-taxonomy-filters form label[for=select-stories-category] {
        font-size: 24px; } }
    .wf-loading .beautiful-taxonomy-filters form label[for=select-stories-category] {
      visibility: hidden; }
  .beautiful-taxonomy-filters form button[type=submit] {
    display: none; }

.search-form .input-group {
  width: 100%; }

.search-form button {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2; }
  @media screen and (min-width: 992px) {
    .search-form button {
      height: 50px; } }

.search-results main.main {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .search-results main.main {
      padding-top: 60px; } }

.search-results article.hentry {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 3px solid #2f547e; }
  @media screen and (min-width: 992px) {
    .search-results article.hentry {
      margin-bottom: 3em;
      padding-bottom: 3em; } }
  .search-results article.hentry:first-of-type {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 3px solid #2f547e; }
    @media screen and (min-width: 992px) {
      .search-results article.hentry:first-of-type {
        margin-top: 3em;
        padding-top: 3em; } }
  .search-results article.hentry h2 {
    margin-top: 0;
    font-size: 24px; }
    @media screen and (min-width: 768px) {
      .search-results article.hentry h2 {
        font-size: 30px; } }
    @media screen and (min-width: 992px) {
      .search-results article.hentry h2 {
        font-size: 36px; } }
    .search-results article.hentry h2 .attachment-thumb {
      float: right;
      margin: 0 0 1em 1em; }
  .search-results article.hentry .entry-summary {
    font-size: 16px; }
    @media screen and (min-width: 992px) {
      .search-results article.hentry .entry-summary {
        font-size: 18px; } }
  .search-results article.hentry p {
    margin-bottom: 0; }

.su-tabs {
  padding: 0 !important;
  background: 0 !important;
  border: 0 !important;
  border-radius: 0 !important; }
  .su-tabs .su-tabs-nav {
    border-bottom: 2px solid #e9e9e8; }
    .su-tabs .su-tabs-nav span {
      margin: 0;
      padding: 0.5em 0.75em;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 21px;
      line-height: 1;
      font-weight: bold;
      color: #8c8c8c;
      text-transform: uppercase; }
      @media screen and (min-width: 1200px) {
        .su-tabs .su-tabs-nav span {
          font-size: 24px; } }
      .wf-loading .su-tabs .su-tabs-nav span {
        visibility: hidden; }
      .su-tabs .su-tabs-nav span:hover, .su-tabs .su-tabs-nav span.su-tabs-current {
        color: #00132b;
        background: 0; }
      .su-tabs .su-tabs-nav span.su-tabs-current {
        box-shadow: 0 2px 0 0 #00132b; }
  .su-tabs .su-tabs-panes {
    padding-top: 2em; }
    @media screen and (min-width: 1200px) {
      .su-tabs .su-tabs-panes {
        padding-top: 3em; } }
    .su-tabs .su-tabs-panes .su-tabs-pane {
      padding: 0;
      font-size: 1em; }
      .su-tabs .su-tabs-panes .su-tabs-pane > .job_listings {
        margin-top: 2em; }
        @media screen and (min-width: 1200px) {
          .su-tabs .su-tabs-panes .su-tabs-pane > .job_listings {
            margin-top: 3em; } }
      .su-tabs .su-tabs-panes .su-tabs-pane > *:first-child {
        margin-top: 0; }
      .su-tabs .su-tabs-panes .su-tabs-pane > *:last-child {
        margin-bottom: 0; }

/* Vue Pagination
-------------------------------------------------- */
.pagination-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 991px) {
    .pagination-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 991px) {
    .pagination-info span.pagination-count {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .pagination-info ul.paginate-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 991px) {
      .pagination-info ul.paginate-links {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        margin-left: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .pagination-info ul.paginate-links li {
      margin: 0 1px 1px;
      padding: 0;
      color: white !important;
      background: #2f547e;
      border: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      text-align: center; }
      .pagination-info ul.paginate-links li a {
        display: inline-block;
        vertical-align: top;
        min-width: 15px;
        font-family: "proxima-nova-extra-condensed", sans-serif;
        font-size: 15px;
        font-weight: bold;
        line-height: 42px !important;
        text-decoration: none;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        height: 40px;
        min-width: 32px;
        color: white;
        background: #0f3a68; }
        @media screen and (min-width: 992px) {
          .pagination-info ul.paginate-links li a {
            font-size: 18px; } }
        .pagination-info ul.paginate-links li a:hover {
          color: #00132b;
          text-decoration: none;
          background: #ffde00; }
      .pagination-info ul.paginate-links li.disabled a {
        background-color: #6f8daa;
        cursor: default; }
        .pagination-info ul.paginate-links li.disabled a:hover {
          color: white; }
      .pagination-info ul.paginate-links li.active a {
        color: #00132b;
        background: #ffde00;
        cursor: default; }
      .pagination-info ul.paginate-links li.left-arrow a, .pagination-info ul.paginate-links li.right-arrow a {
        background-color: #f4f4f3;
        color: #2f547e; }
        .pagination-info ul.paginate-links li.left-arrow a:hover, .pagination-info ul.paginate-links li.right-arrow a:hover {
          color: #ffde00; }
      .pagination-info ul.paginate-links li.left-arrow.disabled a, .pagination-info ul.paginate-links li.right-arrow.disabled a {
        color: #ccd0d5; }
        .pagination-info ul.paginate-links li.left-arrow.disabled a:hover, .pagination-info ul.paginate-links li.right-arrow.disabled a:hover {
          color: #ccd0d5; }

/* AddToAny
-------------------------------------------------- */
.addtoany_shortcode {
  margin-top: 3em;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .addtoany_shortcode {
      display: none; } }

.a2a_floating_style {
  top: 50% !important;
  margin-top: -84px;
  border-radius: 0 !important; }

/* Back to Top
-------------------------------------------------- */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #0f3a68;
  border-radius: 3px;
  z-index: 11; }
  .back-to-top:after {
    display: block;
    content: '';
    font-family: Fontawesome;
    font-size: 21px;
    color: white;
    text-align: center;
    line-height: 36px; }

.classy-form {
  background: #f4f4f3; }
  .classy-form h4 {
    margin-bottom: 1em;
    font-size: 24px;
    color: #2f547e; }
    @media screen and (min-width: 768px) {
      .classy-form h4 {
        margin-bottom: 0.75em; } }
  .classy-form .btn-primary:hover, .classy-form .comment-form input[type="submit"]:hover, .comment-form .classy-form input[type="submit"]:hover, .classy-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:hover, body:not(.fl-builder) aside.sidebar .classy-form .widget.widget_categories > ul > li > a:hover, .classy-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:hover, body:not(.fl-builder) aside.sidebar .classy-form .widget.widget_nav_menu > div > ul > li > a:hover {
    color: #1a1919;
    background: #ffde00; }
  .classy-form input.other {
    display: none; }
  @media screen and (min-width: 992px) {
    .classy-form .inputs {
      display: table;
      width: 100%; } }
  .classy-form .inputs .buttons {
    margin-bottom: 1em; }
    @media screen and (min-width: 992px) {
      .classy-form .inputs .buttons {
        display: table-cell;
        vertical-align: middle;
        width: 440px; } }
    .classy-form .inputs .buttons input {
      height: 47px;
      width: 80px;
      padding-right: 0.7em;
      padding-left: 0.7em;
      font-size: 18px;
      border: 2px solid #d1d1d1; }
  .classy-form .inputs .checkbox {
    margin-bottom: 1em;
    font-size: 0.9em; }
    @media screen and (min-width: 992px) {
      .classy-form .inputs .checkbox {
        display: table-cell;
        vertical-align: middle;
        padding-left: 1em;
        text-align: left; } }
  .classy-form .inputs .submit {
    margin-bottom: 0.5em; }
    @media screen and (min-width: 992px) {
      .classy-form .inputs .submit {
        display: table-cell;
        vertical-align: middle;
        text-align: right; } }

.modal {
  text-align: center; }
  .modal .modal-dialog .modal-content {
    border-radius: 0; }
    .modal .modal-dialog .modal-content .modal-body {
      position: relative;
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        .modal .modal-dialog .modal-content .modal-body {
          font-size: 18px; } }
      .modal .modal-dialog .modal-content .modal-body > button.modal-main-close {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translateY(-15%) translateX(20%);
             -o-transform: translateY(-15%) translateX(20%);
                transform: translateY(-15%) translateX(20%);
        height: 40px;
        width: 40px;
        padding-right: 0;
        padding-left: 0;
        font-size: 21px;
        color: white;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        background: #0f3a68;
        border: 0;
        border-radius: 3px; }
        @media screen and (min-width: 768px) {
          .modal .modal-dialog .modal-content .modal-body > button.modal-main-close {
            -webkit-transform: translateY(-50%) translateX(50%);
                 -o-transform: translateY(-50%) translateX(50%);
                    transform: translateY(-50%) translateX(50%); } }
      .modal .modal-dialog .modal-content .modal-body > *:first-child {
        margin-top: 0; }
      .modal .modal-dialog .modal-content .modal-body > *:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .modal:before {
      display: inline-block;
      vertical-align: middle;
      content: " ";
      height: 100%; } }
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .modal .modal-dialog {
        width: 95%; } }
  @media screen and (min-width: 992px) {
    .modal#page-modal .modal-dialog {
      width: 900px; } }
  @media screen and (min-width: 1200px) {
    .modal#page-modal .modal-dialog {
      width: 1032px; } }

ul.states-list {
  -webkit-column-count: 2;
          column-count: 2;
  list-style: none; }
  @media screen and (min-width: 768px) {
    ul.states-list {
      -webkit-column-count: 3;
              column-count: 3; } }
  @media screen and (min-width: 992px) {
    ul.states-list {
      -webkit-column-count: 4;
              column-count: 4; } }

.locations-section > form {
  border: 0;
  padding: 0;
  max-width: 500px;
  margin: 0 auto;
  background-color: transparent; }
  .locations-section > form .form-group, .locations-section > form .comment-form p, .comment-form .locations-section > form p, .locations-section > form .search-form label, .search-form .locations-section > form label {
    position: relative; }
    .locations-section > form .form-group input[type=text], .locations-section > form .comment-form p input[type=text], .comment-form .locations-section > form p input[type=text], .locations-section > form .search-form label input[type=text], .search-form .locations-section > form label input[type=text] {
      border-radius: 0; }
    .locations-section > form .form-group.map-address, .locations-section > form .comment-form p.map-address, .comment-form .locations-section > form p.map-address, .locations-section > form .search-form label.map-address, .search-form .locations-section > form label.map-address {
      position: relative; }
      .locations-section > form .form-group.map-address input[type=text], .locations-section > form .comment-form p.map-address input[type=text], .comment-form .locations-section > form p.map-address input[type=text], .locations-section > form .search-form label.map-address input[type=text], .search-form .locations-section > form label.map-address input[type=text] {
        padding-right: 50px; }
      .locations-section > form .form-group.map-address button.find-my-location, .locations-section > form .comment-form p.map-address button.find-my-location, .comment-form .locations-section > form p.map-address button.find-my-location, .locations-section > form .search-form label.map-address button.find-my-location, .search-form .locations-section > form label.map-address button.find-my-location {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        border: 0;
        background: 0;
        padding: 0.5em;
        cursor: pointer;
        font-size: 21px;
        line-height: 1;
        color: #7f8995;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .locations-section > form .form-group.map-address button.find-my-location:hover, .locations-section > form .comment-form p.map-address button.find-my-location:hover, .comment-form .locations-section > form p.map-address button.find-my-location:hover, .locations-section > form .search-form label.map-address button.find-my-location:hover, .search-form .locations-section > form label.map-address button.find-my-location:hover {
          color: #2f547e; }
        @media screen and (min-width: 992px) {
          .locations-section > form .form-group.map-address button.find-my-location, .locations-section > form .comment-form p.map-address button.find-my-location, .comment-form .locations-section > form p.map-address button.find-my-location, .locations-section > form .search-form label.map-address button.find-my-location, .search-form .locations-section > form label.map-address button.find-my-location {
            font-size: 24px; } }
        .locations-section > form .form-group.map-address button.find-my-location i.fa, .locations-section > form .comment-form p.map-address button.find-my-location i.fa, .comment-form .locations-section > form p.map-address button.find-my-location i.fa, .locations-section > form .search-form label.map-address button.find-my-location i.fa, .search-form .locations-section > form label.map-address button.find-my-location i.fa {
          -webkit-transform: translateY(-2px);
               -o-transform: translateY(-2px);
                  transform: translateY(-2px); }
          @media screen and (min-width: 992px) {
            .locations-section > form .form-group.map-address button.find-my-location i.fa, .locations-section > form .comment-form p.map-address button.find-my-location i.fa, .comment-form .locations-section > form p.map-address button.find-my-location i.fa, .locations-section > form .search-form label.map-address button.find-my-location i.fa, .search-form .locations-section > form label.map-address button.find-my-location i.fa {
              -webkit-transform: translateY(0px);
                   -o-transform: translateY(0px);
                      transform: translateY(0px); } }
  .locations-section > form button[type=submit] {
    width: 100%; }
  .locations-section > form .reset-and-search-radius {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.5em; }
    .locations-section > form .reset-and-search-radius .search-radius {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .locations-section > form .reset-and-search-radius .search-radius label {
        font-size: 16px;
        margin: 0 1em 0 0; }
      .locations-section > form .reset-and-search-radius .search-radius select {
        font-size: 16px;
        height: auto;
        cursor: pointer; }
    .locations-section > form .reset-and-search-radius button {
      border: 0;
      background: 0;
      padding: 0;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: underline;
      color: #0f3a68;
      -webkit-transition: color 0.2s;
           -o-transition: color 0.2s;
              transition: color 0.2s; }
      .locations-section > form .reset-and-search-radius button:hover {
        color: #7f8995; }
  .locations-section > form ::-webkit-input-placeholder {
    line-height: 1.7; }
  .locations-section > form ::-moz-placeholder {
    line-height: 1.7; }
  .locations-section > form :-ms-input-placeholder {
    line-height: 1.7; }
  .locations-section > form :-moz-placeholder {
    line-height: 1.7; }

.locations-section .no-results {
  max-width: 460px;
  margin: 2em auto 0;
  text-align: center; }

.locations-section .map-view .mapping {
  height: calc(100vw - 30px);
  max-height: 45vh; }

@media screen and (min-width: 992px) {
  .locations-section .map-view button[title="Close"] {
    top: 5px !important;
    right: 5px !important; } }

.locations-section .map-view .info_content {
  text-align: left; }
  @media screen and (min-width: 992px) {
    .locations-section .map-view .info_content {
      padding: 15px; } }
  .locations-section .map-view .info_content > *:first-child {
    margin-top: 0; }
  .locations-section .map-view .info_content > *:last-child {
    margin-bottom: 0; }
  .locations-section .map-view .info_content h4 {
    font-family: "Roboto Slab", serif;
    color: #1a1919;
    font-weight: bold;
    font-size: 16px; }
  .locations-section .map-view .info_content span.county + span.county:before {
    content: ", "; }
  .locations-section .map-view .info_content .btn, .locations-section .map-view .info_content .comment-form input[type="submit"], .comment-form .locations-section .map-view .info_content input[type="submit"], .locations-section .map-view .info_content .search-form .search-submit, .search-form .locations-section .map-view .info_content .search-submit, .locations-section .map-view .info_content body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .locations-section .map-view .info_content .widget.widget_categories > ul > li > a, .locations-section .map-view .info_content body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar .locations-section .map-view .info_content .widget.widget_nav_menu > div > ul > li > a {
    margin-bottom: 0; }

.locations-section > .pagination-info {
  margin-top: 1.5em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.locations-section .map-view {
  margin-top: 1.5em; }

.locations-section > .locations {
  margin: 1.5em -15px 0; }
  .locations-section > .locations > ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .locations-section > .locations > ul > .location {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 15px; }
      @media screen and (min-width: 600px) {
        .locations-section > .locations > ul > .location {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; } }
      @media screen and (min-width: 992px) {
        .locations-section > .locations > ul > .location {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 calc(100% / 3);
                  flex: 0 0 calc(100% / 3); } }
      .locations-section > .locations > ul > .location .location-inner {
        height: 100%;
        padding: 15px;
        background-color: white;
        border: 2px solid #ccd0d5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-size: 15px;
        text-align: left; }
        @media screen and (min-width: 992px) {
          .locations-section > .locations > ul > .location .location-inner {
            padding: 25px; } }
        .locations-section > .locations > ul > .location .location-inner > *:first-child {
          margin-top: 0; }
        .locations-section > .locations > ul > .location .location-inner > *:last-child {
          margin-bottom: 0; }
        .locations-section > .locations > ul > .location .location-inner h3 {
          margin: 0 0 1em;
          padding-right: 20px;
          position: relative;
          font-family: "Roboto Slab", serif;
          color: #1a1919;
          font-weight: bold;
          font-size: 16px; }
          @media screen and (min-width: 1200px) {
            .locations-section > .locations > ul > .location .location-inner h3 {
              padding-right: 30px;
              font-size: 18px; } }
          .locations-section > .locations > ul > .location .location-inner h3:before {
            content: "";
            position: absolute;
            top: -5px;
            right: -5px;
            height: 30px;
            width: 24px;
            background: url("../images/icon-map-marker-yellow.png") center no-repeat;
            background-size: contain; }
            @media screen and (min-width: 1200px) {
              .locations-section > .locations > ul > .location .location-inner h3:before {
                top: -10px;
                right: -10px;
                height: 40px;
                width: 34px; } }
        @media screen and (min-width: 1200px) {
          .locations-section > .locations > ul > .location .location-inner dl {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start; } }
        .locations-section > .locations > ul > .location .location-inner dl dt {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 25%;
                  flex: 0 0 25%; }
          @media screen and (min-width: 1200px) {
            .locations-section > .locations > ul > .location .location-inner dl dt {
              padding: 2px 10px 0 0;
              line-height: 1.1; } }
          .locations-section > .locations > ul > .location .location-inner dl dt.counties + dd span + span:before {
            content: ", "; }
        .locations-section > .locations > ul > .location .location-inner dl dd {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 75%;
                  flex: 0 0 75%; }
          .locations-section > .locations > ul > .location .location-inner dl dd + dt {
            margin-top: 1em; }
            @media screen and (min-width: 1200px) {
              .locations-section > .locations > ul > .location .location-inner dl dd + dt + dd {
                margin-top: 1em; } }
          .locations-section > .locations > ul > .location .location-inner dl dd.email a {
            display: block;
            font-size: 14px;
            overflow-wrap: anywhere; }
        .locations-section > .locations > ul > .location .location-inner .location-website {
          margin-top: auto;
          padding-top: 1em; }

.btn, .comment-form input[type="submit"], .search-form .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a,
#comments input[type=submit] {
  margin-bottom: 0.2em;
  padding: 0.6em 1.2em 0.4em;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: white;
  background: #2f547e;
  border: 0;
  border-radius: 0;
  -webkit-transition: color 0.2s, background 0.2s;
       -o-transition: color 0.2s, background 0.2s;
          transition: color 0.2s, background 0.2s; }
  .btn:hover, .comment-form input[type="submit"]:hover, .search-form .search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:hover, .btn:focus, .comment-form input[type="submit"]:focus, .search-form .search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:focus,
  #comments input[type=submit]:hover,
  #comments input[type=submit]:focus {
    color: white;
    background: #213b59; }
  .wf-loading .btn, .wf-loading .comment-form input[type="submit"], .comment-form .wf-loading input[type="submit"], .wf-loading .search-form .search-submit, .search-form .wf-loading .search-submit, .wf-loading body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .wf-loading .widget.widget_categories > ul > li > a, .wf-loading body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar .wf-loading .widget.widget_nav_menu > div > ul > li > a, .wf-loading
  #comments input[type=submit] {
    visibility: hidden; }
  .btn.btn-default, .comment-form input.btn-default[type="submit"], .comment-form .search-form input[type="submit"].search-submit, .search-form .comment-form input[type="submit"].search-submit, .search-form .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-default, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a.search-submit, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-default, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a.search-submit, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.search-submit,
  #comments input[type=submit].btn-default,
  #comments .search-form input[type=submit].search-submit, .search-form
  #comments input[type=submit].search-submit {
    background: #2f547e; }
    .btn.btn-default:hover, .comment-form input.btn-default[type="submit"]:hover, .search-form .search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-default:hover, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a.search-submit:hover, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-default:hover, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a.search-submit:hover, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.search-submit:hover, .btn.btn-default:focus, .comment-form input.btn-default[type="submit"]:focus, .search-form .search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-default:focus, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a.search-submit:focus, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-default:focus, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a.search-submit:focus, .search-form body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.search-submit:focus,
    #comments input[type=submit].btn-default:hover,
    #comments .search-form input[type=submit].search-submit:hover, .search-form
    #comments input[type=submit].search-submit:hover,
    #comments input[type=submit].btn-default:focus,
    #comments .search-form input[type=submit].search-submit:focus, .search-form
    #comments input[type=submit].search-submit:focus {
      background: #213b59; }
  .btn.btn-primary, .comment-form input[type="submit"], .search-form .btn-primary.search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a.search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a,
  #comments input[type=submit].btn-primary,
  #comments .comment-form input[type=submit][type="submit"], .comment-form
  #comments input[type=submit][type="submit"] {
    color: #1a1919;
    background: #ffde00; }
    .btn.btn-primary:hover, .comment-form input[type="submit"]:hover, .search-form .btn-primary.search-submit:hover, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a.search-submit:hover, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a.search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:hover, .btn.btn-primary:focus, .comment-form input[type="submit"]:focus, .search-form .btn-primary.search-submit:focus, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a.search-submit:focus, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a.search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a:focus,
    #comments input[type=submit].btn-primary:hover,
    #comments .comment-form input[type=submit][type="submit"]:hover, .comment-form
    #comments input[type=submit][type="submit"]:hover,
    #comments input[type=submit].btn-primary:focus,
    #comments .comment-form input[type=submit][type="submit"]:focus, .comment-form
    #comments input[type=submit][type="submit"]:focus {
      color: white;
      background: #2f547e; }
  .btn.btn-blue, .comment-form input.btn-blue[type="submit"], .search-form .btn-blue.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-blue, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-blue,
  #comments input[type=submit].btn-blue {
    color: white;
    background: #0f3a68; }
    .btn.btn-blue:hover, .comment-form input.btn-blue[type="submit"]:hover, .search-form .btn-blue.search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-blue:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-blue:hover, .btn.btn-blue:focus, .comment-form input.btn-blue[type="submit"]:focus, .search-form .btn-blue.search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-blue:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-blue:focus,
    #comments input[type=submit].btn-blue:hover,
    #comments input[type=submit].btn-blue:focus {
      color: white;
      background: #2f547e; }
  .btn.btn-warning, .comment-form input.btn-warning[type="submit"], .search-form .btn-warning.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-warning, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-warning,
  #comments input[type=submit].btn-warning {
    color: white;
    background: #e53935; }
    .btn.btn-warning:hover, .comment-form input.btn-warning[type="submit"]:hover, .search-form .btn-warning.search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-warning:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-warning:hover, .btn.btn-warning:focus, .comment-form input.btn-warning[type="submit"]:focus, .search-form .btn-warning.search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-warning:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-warning:focus,
    #comments input[type=submit].btn-warning:hover,
    #comments input[type=submit].btn-warning:focus {
      color: white;
      background: #2f547e; }
  .btn.btn-sm, .btn-group-sm > .btn, .comment-form .btn-group-sm > input[type="submit"], .search-form .btn-group-sm > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-sm > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-sm > a, .comment-form input.btn-sm[type="submit"], .search-form .btn-sm.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-sm, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-sm,
  #comments input[type=submit].btn-sm,
  #comments .btn-group-sm > input[type=submit].btn,
  #comments .comment-form .btn-group-sm > input[type=submit][type="submit"], .comment-form
  #comments .btn-group-sm > input[type=submit][type="submit"],
  #comments .search-form .btn-group-sm > input[type=submit].search-submit, .search-form
  #comments .btn-group-sm > input[type=submit].search-submit {
    padding: 0.4em 1em 0.2em;
    font-size: 18px; }
  .btn.btn-xs, .btn-group-xs > .btn, .comment-form .btn-group-xs > input[type="submit"], .search-form .btn-group-xs > .search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.btn-group-xs > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.btn-group-xs > a, .comment-form input.btn-xs[type="submit"], .search-form .btn-xs.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-xs, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-xs,
  #comments input[type=submit].btn-xs,
  #comments .btn-group-xs > input[type=submit].btn,
  #comments .comment-form .btn-group-xs > input[type=submit][type="submit"], .comment-form
  #comments .btn-group-xs > input[type=submit][type="submit"],
  #comments .search-form .btn-group-xs > input[type=submit].search-submit, .search-form
  #comments .btn-group-xs > input[type=submit].search-submit {
    padding: 0.3em 1em 0.2em;
    font-size: 16px; }
  .btn.btn-link, .comment-form input.btn-link[type="submit"], .search-form .btn-link.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-link, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-link,
  #comments input[type=submit].btn-link {
    background: 0;
    color: #0f3a68;
    text-decoration: underline; }
    .btn.btn-link:hover, .comment-form input.btn-link[type="submit"]:hover, .search-form .btn-link.search-submit:hover, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-link:hover, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-link:hover, .btn.btn-link:focus, .comment-form input.btn-link[type="submit"]:focus, .search-form .btn-link.search-submit:focus, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a.btn-link:focus, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a.btn-link:focus,
    #comments input[type=submit].btn-link:hover,
    #comments input[type=submit].btn-link:focus {
      background: 0;
      color: #0f3a68;
      text-decoration: none; }
  .btn.btn-block, .comment-form input.btn-block[type="submit"], .search-form .btn-block.search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_categories > ul > li > a.search-submit, body:not(.fl-builder) aside.sidebar .search-form .widget.widget_nav_menu > div > ul > li > a.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a,
  #comments input[type=submit].btn-block {
    white-space: normal; }

#comments input[type=submit] {
  border: 0 !important; }

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

.comment-list ol {
  list-style: none; }

.search-form label {
  font-weight: normal; }

form {
  padding: 15px;
  background: #fbfbfa;
  border: 2px solid #d1d1d1; }
  @media screen and (min-width: 1200px) {
    form {
      padding: 20px; } }
  form input[type=file] {
    font-size: 16px;
    line-height: 1; }
  form select {
    position: relative;
    height: 40px;
    padding: 6px 30px 0 10px !important;
    font-size: 18px;
    background: #fbfbfa url(../images/bg-select-arrow.png) right center no-repeat;
    border: 2px solid #d1d1d1 !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    font-family: "proxima-nova-extra-condensed", sans-serif !important;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      form select {
        height: 50px;
        font-size: 21px; } }
    @media screen and (min-width: 1200px) {
      form select {
        font-size: 24px; } }
    .wf-loading form select {
      visibility: hidden; }
  form ::-webkit-input-placeholder {
    color: #6f8daa;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    text-transform: uppercase; }
    .wf-loading form ::-webkit-input-placeholder {
      color: white; }
  form :-moz-placeholder {
    color: #6f8daa;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    text-transform: uppercase; }
    .wf-loading form :-moz-placeholder {
      color: white; }
  form ::-moz-placeholder {
    color: #6f8daa;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    text-transform: uppercase;
    opacity: 1; }
    .wf-loading form ::-moz-placeholder {
      color: white; }
  form :-ms-input-placeholder {
    color: #6f8daa;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    text-transform: uppercase; }
    .wf-loading form :-ms-input-placeholder {
      color: white; }

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]) {
  height: 40px;
  padding-right: 0.7em;
  padding-left: 0.7em;
  font-size: 18px;
  background: #fbfbfa;
  border: 2px solid #d1d1d1 !important; }
  @media screen and (min-width: 992px) {
    input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]) {
      height: 50px;
      font-size: 21px; } }
  @media screen and (min-width: 1200px) {
    input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=button]) {
      font-size: 24px; } }

.gform_wrapper form {
  padding-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    .gform_wrapper form {
      padding: 20px 30px 40px; } }
  .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper form textarea {
    padding-right: 0.7em;
    padding-left: 0.7em;
    font-size: 18px;
    border: 2px solid #d1d1d1; }
    @media screen and (min-width: 992px) {
      .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
      .gform_wrapper form textarea {
        font-size: 21px; } }
    @media screen and (min-width: 1200px) {
      .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
      .gform_wrapper form textarea {
        font-size: 24px; } }
  .gform_wrapper form textarea {
    line-height: 1.2; }
  .gform_wrapper form select {
    font-size: 18px; }
    @media screen and (min-width: 992px) {
      .gform_wrapper form select {
        font-size: 21px; } }
    @media screen and (min-width: 1200px) {
      .gform_wrapper form select {
        font-size: 24px; } }
  .gform_wrapper form li.gfield.field_description_below + li.gsection {
    margin-top: 3em !important; }
    @media screen and (min-width: 1200px) {
      .gform_wrapper form li.gfield.field_description_below + li.gsection {
        margin-top: 4em !important; } }
  .gform_wrapper form .gfield_checkbox input,
  .gform_wrapper form .gfield_radio input {
    margin-top: 0 !important; }
  .gform_wrapper form .gfield_checkbox label,
  .gform_wrapper form .gfield_radio label {
    font-weight: 400; }
  .gform_wrapper form .ginput_container_radio {
    margin: 0 0 1.5em !important; }
  .gform_wrapper form .gfield_html.gf_small_text {
    margin-top: 1em;
    font-size: 14px; }
    @media screen and (min-width: 1200px) {
      .gform_wrapper form .gfield_html.gf_small_text {
        margin-top: 1.5em; } }
  .gform_wrapper form .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .hentry .salesforce_w2l_lead.sf_one_column form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .hentry .salesforce_w2l_lead.sf_one_column form > * {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .hentry .salesforce_w2l_lead.sf_one_column form > *.sf_type_text, .hentry .salesforce_w2l_lead.sf_one_column form > *.sf_type_email {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 8px);
                flex: 0 0 calc(50% - 8px); }
        .hentry .salesforce_w2l_lead.sf_one_column form > *.sf_type_text input, .hentry .salesforce_w2l_lead.sf_one_column form > *.sf_type_email input {
          width: 100%; } }

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto; }

.aligncenter {
  display: block;
  margin: 10px auto;
  height: auto; }

.alignleft,
.alignright {
  margin-bottom: 10px;
  height: auto; }

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 10px; }
  .alignright {
    float: right;
    margin-left: 10px; } }

.wp-caption-text {
  padding: 9px; }

header.banner {
  position: relative;
  z-index: 11;
  max-height: 600px;
  padding-bottom: 30px;
  background: #6f8daa; }
  @media screen and (min-width: 768px) {
    header.banner {
      padding-bottom: 50px; } }
  header.banner .menu-and-toggle {
    position: fixed;
    z-index: 6;
    width: 100%;
    pointer-events: none; }
    header.banner .menu-and-toggle .megamenu-container {
      display: none;
      background: #ffde00;
      pointer-events: auto; }
      header.banner .menu-and-toggle .megamenu-container .megamenu-logo {
        display: none; }
        @media screen and (min-width: 992px) {
          header.banner .menu-and-toggle .megamenu-container .megamenu-logo {
            display: block;
            width: 297px;
            position: absolute;
            z-index: 6;
            top: 35px;
            left: 15px; } }
      header.banner .menu-and-toggle .megamenu-container #menu-main-menu {
        position: relative;
        z-index: 5;
        margin: 0;
        padding: 1em; }
        @media screen and (min-width: 992px) {
          header.banner .menu-and-toggle .megamenu-container #menu-main-menu {
            left: 35%;
            width: 65%; } }
        @media screen and (min-width: 1200px) {
          header.banner .menu-and-toggle .megamenu-container #menu-main-menu {
            left: 30%;
            width: 70%; } }
        header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li {
          display: block;
          margin: 0;
          padding: 0;
          box-shadow: inset 0 4px 0 0 #ffde00; }
          @media screen and (min-width: 768px) {
            header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li {
              position: static;
              width: 33%;
              border-right: 1px solid #0f3a68; } }
          header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > a {
            display: inline-block;
            min-width: 200px;
            font-family: "proxima-nova-extra-condensed", sans-serif;
            font-size: 18px;
            font-weight: bold;
            color: #0f3a68;
            text-transform: uppercase; }
            .wf-loading header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > a {
              visibility: hidden; }
          header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu {
            display: none;
            margin: 1em 0 0 1em;
            padding: 0;
            list-style: none; }
            @media screen and (min-width: 768px) {
              header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu {
                position: absolute;
                top: 50%;
                left: 33%;
                width: 500px;
                margin: 0 0 0 2em;
                -webkit-transform: translateY(-50%);
                     -o-transform: translateY(-50%);
                        transform: translateY(-50%); } }
            header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu li {
              position: relative;
              margin: 0 0 0.5em;
              padding: 0 0 0 20px; }
              header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu li:before {
                display: inline-block;
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                font-family: Fontawesome;
                color: #0f3a68; }
              header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu li a {
                color: #0f3a68; }
              header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu li ul.sub-menu {
                list-style: none;
                margin: 0.5em 0 0 0;
                padding: 0; }
              header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu li.active > a, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu li.current-menu-item > a, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li > ul.sub-menu li.current-page-ancestor:not(.current-custom-parent) > a {
                font-weight: bold; }
          header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.active, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current_page_ancestor, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current-page-ancestor, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current-menu-item {
            box-shadow: inset 0 4px 0 0 #0f3a68; }
            header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.active > a, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current_page_ancestor > a, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current-page-ancestor > a, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current-menu-item > a {
              color: white;
              background: #0f3a68; }
            header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.active > ul, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current_page_ancestor > ul, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current-page-ancestor > ul, header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li.current-menu-item > ul {
              display: block; }
          @media screen and (min-width: 768px) {
            header.banner .menu-and-toggle .megamenu-container #menu-main-menu > li#menu-item-22 ul.sub-menu {
              -webkit-column-count: 2;
                      column-count: 2; } }
    header.banner .menu-and-toggle #megamenu-toggle {
      margin: 0;
      padding: 0;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center;
      pointer-events: none; }
      @media screen and (min-width: 768px) {
        header.banner .menu-and-toggle #megamenu-toggle {
          text-align: right; } }
      header.banner .menu-and-toggle #megamenu-toggle:before {
        content: "";
        display: block;
        height: 5px;
        background: #ffde00; }
      .wf-loading header.banner .menu-and-toggle #megamenu-toggle {
        visibility: hidden; }
      header.banner .menu-and-toggle #megamenu-toggle li, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 3px;
        padding: 0;
        line-height: 1;
        pointer-events: auto; }
        @media screen and (min-width: 480px) {
          header.banner .menu-and-toggle #megamenu-toggle li, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container {
            margin: 0 0 0 10px; } }
        header.banner .menu-and-toggle #megamenu-toggle li a, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container a {
          display: inline-block;
          padding: 0.3em 0.3em 0.25em;
          color: white;
          text-decoration: none;
          background: #2f547e; }
          @media screen and (min-width: 400px) {
            header.banner .menu-and-toggle #megamenu-toggle li a, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container a {
              padding: 0.5em 0.7em 0.25em; } }
          @media screen and (min-width: 480px) {
            header.banner .menu-and-toggle #megamenu-toggle li a, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container a {
              padding: 0.5em 1em 0.25em; } }
          @media screen and (min-width: 768px) {
            header.banner .menu-and-toggle #megamenu-toggle li a, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container a {
              padding: 0.5em 1.5em 0.25em; } }
        header.banner .menu-and-toggle #megamenu-toggle li:hover > a,
        header.banner .menu-and-toggle #megamenu-toggle li.menu > a, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container:hover > a,
        header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container.menu > a {
          color: #00132b;
          background: #ffde00; }
        header.banner .menu-and-toggle #megamenu-toggle li.donate > a, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container.donate > a {
          background: #008E35;
          color: white; }
          header.banner .menu-and-toggle #megamenu-toggle li.donate > a:hover, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container.donate > a:hover {
            background: #ffde00; }
        header.banner .menu-and-toggle #megamenu-toggle li.search-item i, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container.search-item i {
          position: relative;
          top: -3px; }
        header.banner .menu-and-toggle #megamenu-toggle li .sub-menu, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container .sub-menu {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          margin: 0;
          padding: 0; }
          header.banner .menu-and-toggle #megamenu-toggle li .sub-menu li, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container .sub-menu li {
            display: block;
            width: auto;
            margin: 0;
            padding: 0; }
        header.banner .menu-and-toggle #megamenu-toggle li:hover .sub-menu, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container:hover .sub-menu {
          display: block; }
        header.banner .menu-and-toggle #megamenu-toggle li .wgcurrent, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container .wgcurrent {
          display: none; }
        header.banner .menu-and-toggle #megamenu-toggle li .weglot-shortcode a, header.banner .menu-and-toggle #megamenu-toggle div.menu-language-switcher-menu-container .weglot-shortcode a {
          font-weight: bold; }
  header.banner #logo {
    position: relative;
    z-index: 5;
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      header.banner #logo {
        padding-top: 35px;
        padding-bottom: 50px;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      header.banner #logo:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background: url(../images/hero-lines.png) 0 -10px;
        z-index: 0; } }
    header.banner #logo a {
      position: relative;
      z-index: 1; }
    header.banner #logo img {
      width: 297px; }
      @media screen and (max-width: 767px) {
        header.banner #logo img {
          width: 260px; } }
  header.banner .featured-image {
    position: absolute;
    z-index: -1;
    top: 172px;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover; }
    @media screen and (min-width: 768px) {
      header.banner .featured-image {
        top: 0; } }
    @media screen and (min-width: 992px) {
      header.banner .featured-image.vignette:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(61%, transparent), color-stop(100%, transparent));
        background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, transparent 61%, transparent 100%);
        background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, transparent 61%, transparent 100%);
        background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.5) 0%, transparent 61%, transparent 100%);
        background: -o-linear-gradient(315deg, rgba(0, 0, 0, 0.5) 0%, transparent 61%, transparent 100%);
        background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 61%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 ); } }
    header.banner .featured-image:after {
      content: "";
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url(../images/hero-lines.png); }
      .first-time-moms header.banner .featured-image:after {
        display: none; }
    header.banner .featured-image .inner {
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-position: center center;
      background-size: cover; }
  header.banner h1 {
    position: relative;
    z-index: 1;
    font-size: 48px;
    line-height: 0.8;
    color: white; }
    @media screen and (min-width: 768px) {
      header.banner h1 {
        font-size: 72px; } }
    @media screen and (min-width: 1200px) {
      header.banner h1 {
        font-size: 116px; } }
    .first-time-moms header.banner h1 {
      text-transform: none; }
    .wf-loading header.banner h1 {
      visibility: hidden; }
    @media screen and (min-width: 768px) {
      .single-stories header.banner h1,
      .single-press_releases header.banner h1 {
        padding-right: 200px; } }
    @media screen and (min-width: 992px) {
      .single-stories header.banner h1,
      .single-press_releases header.banner h1 {
        padding-right: 270px; } }
    @media screen and (min-width: 1200px) {
      .single-stories header.banner h1,
      .single-press_releases header.banner h1 {
        padding-right: 350px; } }
    header.banner h1 .subtitle {
      display: block;
      font-size: 0.6em;
      font-weight: 400; }
    header.banner h1 .featured-image-thumb {
      display: block;
      float: right;
      height: 60px;
      width: 100px;
      margin: 0 0 0 1em;
      background-position: center center;
      background-size: cover;
      border: 3px solid white; }
      @media screen and (min-width: 768px) {
        header.banner h1 .featured-image-thumb {
          position: absolute;
          top: -50%;
          right: 0;
          height: 110px;
          width: 180px; } }
      @media screen and (min-width: 992px) {
        header.banner h1 .featured-image-thumb {
          top: -60px;
          height: 150px;
          width: 250px; } }
      @media screen and (min-width: 1200px) {
        header.banner h1 .featured-image-thumb {
          top: 50%;
          height: 196px;
          width: 320px;
          margin-top: -98px; } }
  header.banner .breadcrumbs {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: normal;
    color: white; }
    @media screen and (min-width: 768px) {
      header.banner .breadcrumbs {
        font-size: 18px; } }
    header.banner .breadcrumbs a {
      font-weight: bold;
      color: white; }
  header.banner.has-featured-image:not(.size-compact):not(.homepage-banner), header.banner.size-normal:not(.has-featured-image):not(.homepage-banner) {
    height: 500px; }
    @media screen and (min-width: 1200px) {
      header.banner.has-featured-image:not(.size-compact):not(.homepage-banner), header.banner.size-normal:not(.has-featured-image):not(.homepage-banner) {
        height: 600px; } }
    header.banner.has-featured-image:not(.size-compact):not(.homepage-banner) > .container, header.banner.size-normal:not(.has-featured-image):not(.homepage-banner) > .container {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0; }
    header.banner.has-featured-image:not(.size-compact):not(.homepage-banner) .breadcrumbs, header.banner.size-normal:not(.has-featured-image):not(.homepage-banner) .breadcrumbs {
      padding-bottom: 2em; }
      @media screen and (min-width: 1200px) {
        header.banner.has-featured-image:not(.size-compact):not(.homepage-banner) .breadcrumbs, header.banner.size-normal:not(.has-featured-image):not(.homepage-banner) .breadcrumbs {
          padding-bottom: 50px; } }
  body.compact-banner-with-no-image header.banner {
    background: #021d49; }

body:not(.fl-builder) aside.sidebar {
  margin-top: 80px; }
  @media screen and (min-width: 992px) {
    body:not(.fl-builder) aside.sidebar {
      margin-top: 0; } }
  body:not(.fl-builder) aside.sidebar .widget {
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      body:not(.fl-builder) aside.sidebar .widget {
        margin-bottom: 50px; } }
    body:not(.fl-builder) aside.sidebar .widget:last-of-type {
      margin-bottom: 0; }
    body:not(.fl-builder) aside.sidebar .widget h2,
    body:not(.fl-builder) aside.sidebar .widget h3 {
      margin-top: 0;
      font-size: 21px;
      font-weight: bold;
      color: #00132b; }
      @media screen and (min-width: 992px) {
        body:not(.fl-builder) aside.sidebar .widget h2,
        body:not(.fl-builder) aside.sidebar .widget h3 {
          font-size: 24px; } }
    body:not(.fl-builder) aside.sidebar .widget a.btn, body:not(.fl-builder) aside.sidebar .widget .search-form a.search-submit, .search-form body:not(.fl-builder) aside.sidebar .widget a.search-submit, body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a {
      white-space: normal; }
    body:not(.fl-builder) aside.sidebar .widget blockquote p {
      font-size: 1.3em; }
      body:not(.fl-builder) aside.sidebar .widget blockquote p.cite {
        font-size: 15px; }
    body:not(.fl-builder) aside.sidebar .widget.widget_search form.search-form {
      padding: 0;
      background: 0;
      border: 0; }
    body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none; }
        body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul ul li {
          margin: 0;
          padding: 0; }
          body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul ul li a {
            display: block;
            margin-bottom: 0.2em;
            padding: 0.4em 1em 0.2em;
            font-family: "proxima-nova-extra-condensed", sans-serif;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.2;
            text-transform: uppercase;
            color: white;
            white-space: normal;
            background: #2f547e;
            border: 0;
            border-radius: 0;
            -webkit-transition: color 0.2s, background 0.2s;
                 -o-transition: color 0.2s, background 0.2s;
                    transition: color 0.2s, background 0.2s; }
            .wf-loading body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul ul li a {
              visibility: hidden; }
            body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul ul li a:hover {
              text-decoration: none;
              background: #6f8daa; }
          body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul ul li.current_page_item a {
            background: #6f8daa; }
      body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li {
        margin-bottom: 10px; }
        body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.cat-item-1 {
          display: none; }
        body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.current-cat > a {
          color: white;
          background: #6f8daa; }
        body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.current-cat ul {
          display: block; }
        body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li.current_page_ancestor.menu-item-has-children ul {
          display: block; }
    body:not(.fl-builder) aside.sidebar .widget.widget_button_widget + .widget_button_widget {
      margin-top: -20px; }
      @media screen and (min-width: 992px) {
        body:not(.fl-builder) aside.sidebar .widget.widget_button_widget + .widget_button_widget {
          margin-top: -40px; } }
    body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu {
      margin-top: -25px;
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu {
          margin-top: -45px; } }
      body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul ul {
          display: none;
          margin: 0;
          padding: 0;
          list-style: none; }
          body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul ul li {
            margin: 0;
            padding: 0; }
            body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul ul li a {
              display: block;
              margin-bottom: 0.2em;
              padding: 0.4em 1em 0.2em;
              font-family: "proxima-nova-extra-condensed", sans-serif;
              font-size: 18px;
              font-weight: bold;
              line-height: 1.2;
              text-transform: uppercase;
              color: white;
              white-space: normal;
              background: #2f547e;
              border: 0;
              border-radius: 0;
              -webkit-transition: color 0.2s, background 0.2s;
                   -o-transition: color 0.2s, background 0.2s;
                      transition: color 0.2s, background 0.2s; }
              .wf-loading body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul ul li a {
                visibility: hidden; }
              body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul ul li a:hover {
                text-decoration: none;
                background: #6f8daa; }
            body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul ul li.current_page_item a {
              background: #6f8daa; }
        body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li {
          margin-bottom: 10px; }
          body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.current_page_item > a {
            color: white;
            background: #6f8daa; }
          body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.current_page_item ul {
            display: block; }
          body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li.current_page_ancestor.menu-item-has-children ul {
            display: block; }
    body:not(.fl-builder) aside.sidebar .widget.gform_widget {
      padding: 15px;
      background: #e9e9e8; }
      @media screen and (min-width: 992px) {
        body:not(.fl-builder) aside.sidebar .widget.gform_widget {
          padding: 30px 20px; } }
      body:not(.fl-builder) aside.sidebar .widget.gform_widget form {
        background: 0;
        border: 0;
        padding: 0; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form li.gfield {
          margin-top: 0;
          padding-right: 0; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
          height: 42px;
          margin-top: 0.25em;
          font-size: 18px; }
          @media screen and (min-width: 992px) {
            body:not(.fl-builder) aside.sidebar .widget.gform_widget form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
              font-size: 21px; } }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form ul.gfield_checkbox input {
          vertical-align: top; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form ul.gfield_checkbox label {
          font-weight: 400; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form .ginput_complex > span {
          width: 100%;
          margin-top: 8px; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
          padding-top: 0;
          padding-bottom: 0; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form .gfield_html {
          margin-top: 1em !important; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form .gform_footer {
          margin: 0;
          padding: 0; }
          body:not(.fl-builder) aside.sidebar .widget.gform_widget form .gform_footer button {
            margin-top: 1.5em; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form#gform_2 ul.gfield_checkbox {
          font-size: 14px; }
          body:not(.fl-builder) aside.sidebar .widget.gform_widget form#gform_2 ul.gfield_checkbox label {
            padding-left: 8px; }
        body:not(.fl-builder) aside.sidebar .widget.gform_widget form#gform_2 li.gfield_html {
          margin-top: 1em;
          font-size: 14px; }
    body:not(.fl-builder) aside.sidebar .widget.salesforce {
      margin-top: 30px;
      padding: 15px;
      background: #e9e9e8; }
      @media screen and (min-width: 992px) {
        body:not(.fl-builder) aside.sidebar .widget.salesforce {
          padding: 30px 20px; } }
      body:not(.fl-builder) aside.sidebar .widget.salesforce form {
        background: 0;
        border: 0;
        padding: 0;
        font-size: 16px; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form .ninja-forms-required-items {
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 1em; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form input[type=text] {
          width: 100%;
          margin-bottom: 0.75em; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form .html_block {
          margin: 1.5em 0 2em;
          font-size: 15px;
          font-weight: 400; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form input[type=submit] {
          background: #ffde00;
          border: 0 !important; }
          @media screen and (min-width: 1200px) {
            body:not(.fl-builder) aside.sidebar .widget.salesforce form input[type=submit] {
              height: 60px; } }
          body:not(.fl-builder) aside.sidebar .widget.salesforce form input[type=submit]:hover {
            background: #2f547e; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form .sf_type_html:first-of-type {
          margin-bottom: 1em; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form .sf_type_html br {
          display: none; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form .sf_field {
          width: 100%; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form input {
          margin-bottom: 0.5em; }
          body:not(.fl-builder) aside.sidebar .widget.salesforce form input[type=text], body:not(.fl-builder) aside.sidebar .widget.salesforce form input[type=email] {
            font-size: 16px; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form input#sf_email {
          width: 100%; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form .sf_field_Consent {
          margin: 1.5em 0 0.5em;
          font-size: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          body:not(.fl-builder) aside.sidebar .widget.salesforce form .sf_field_Consent label {
            padding-left: 10px; }
        body:not(.fl-builder) aside.sidebar .widget.salesforce form .w2lsubmit {
          padding: 0; }
          body:not(.fl-builder) aside.sidebar .widget.salesforce form .w2lsubmit input.w2linput.submit {
            width: 100%;
            margin: 0;
            font-family: "proxima-nova-extra-condensed", sans-serif;
            font-size: 21px;
            font-weight: bold;
            text-transform: uppercase;
            height: auto;
            line-height: 1;
            padding-top: 0.7em;
            padding-bottom: 0.7em; }
            @media screen and (min-width: 992px) {
              body:not(.fl-builder) aside.sidebar .widget.salesforce form .w2lsubmit input.w2linput.submit {
                font-size: 24px; } }
            body:not(.fl-builder) aside.sidebar .widget.salesforce form .w2lsubmit input.w2linput.submit:hover {
              color: white; }
      body:not(.fl-builder) aside.sidebar .widget.salesforce p#requiredfieldsmsg {
        display: none; }
    body:not(.fl-builder) aside.sidebar .widget.widget_recent_entries > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body:not(.fl-builder) aside.sidebar .widget.widget_recent_entries > ul > li {
        margin: 0 0 1em;
        padding: 0; }
        body:not(.fl-builder) aside.sidebar .widget.widget_recent_entries > ul > li:last-of-type {
          margin-bottom: 0; }
        body:not(.fl-builder) aside.sidebar .widget.widget_recent_entries > ul > li a {
          font-family: "proxima-nova-extra-condensed", sans-serif;
          font-size: 21px;
          font-weight: bold;
          line-height: 1.2;
          text-transform: uppercase;
          text-decoration: underline; }
          @media screen and (min-width: 1200px) {
            body:not(.fl-builder) aside.sidebar .widget.widget_recent_entries > ul > li a {
              font-size: 24px; } }
        body:not(.fl-builder) aside.sidebar .widget.widget_recent_entries > ul > li .post-date {
          display: block;
          font-size: 0.9em;
          font-style: italic; }

body > aside.country-selector.weglot-inline {
  display: none; }

footer.content-info {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2f547e;
  border-top: 6px solid #ffde00; }
  footer.content-info #menu-main-menu-1 {
    margin: 0 0 2em;
    padding: 0;
    list-style: none;
    font-size: 16px; }
    @media screen and (min-width: 992px) {
      footer.content-info #menu-main-menu-1 {
        display: table;
        width: 100%;
        margin-bottom: 3.5em; } }
    footer.content-info #menu-main-menu-1 li {
      margin: 0 0 0.75em;
      padding: 0; }
    footer.content-info #menu-main-menu-1 a {
      display: inline;
      padding: 0;
      color: white; }
    footer.content-info #menu-main-menu-1 > li {
      margin-bottom: 2em; }
      @media screen and (min-width: 768px) {
        footer.content-info #menu-main-menu-1 > li {
          display: inline-block;
          vertical-align: top;
          width: 49%;
          margin-bottom: 3em; } }
      @media screen and (min-width: 1200px) {
        footer.content-info #menu-main-menu-1 > li {
          display: table-cell;
          width: auto;
          max-width: 220px;
          padding-right: 45px; } }
      @media screen and (min-width: 992px) {
        footer.content-info #menu-main-menu-1 > li:last-of-type {
          padding-right: 0; } }
      footer.content-info #menu-main-menu-1 > li > a {
        font-family: "proxima-nova-extra-condensed", sans-serif;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase; }
        footer.content-info #menu-main-menu-1 > li > a:hover {
          color: #ffde00;
          background: 0; }
    footer.content-info #menu-main-menu-1 ul.sub-menu {
      margin: 1em 0 0;
      padding: 0;
      list-style: none;
      line-height: 1; }
      footer.content-info #menu-main-menu-1 ul.sub-menu a {
        color: rgba(255, 255, 255, 0.7); }
        footer.content-info #menu-main-menu-1 ul.sub-menu a:hover {
          color: white; }
  footer.content-info .footer-awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3em; }
    @media screen and (min-width: 768px) {
      footer.content-info .footer-awards {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-bottom: 2em; } }
    @media screen and (min-width: 992px) {
      footer.content-info .footer-awards {
        margin-top: -3em;
        margin-bottom: 1em; } }
    @media screen and (min-width: 1200px) {
      footer.content-info .footer-awards {
        margin-bottom: 0; } }
    footer.content-info .footer-awards > img {
      margin: 0 15px;
      height: 75px;
      width: 75px;
      -o-object-fit: contain;
         object-fit: contain; }
      @media screen and (min-width: 768px) {
        footer.content-info .footer-awards > img {
          margin: 0 0 0 20px; } }
  @media screen and (min-width: 992px) {
    footer.content-info .footer-bottom {
      display: table;
      width: 100%; } }
  footer.content-info .logo {
    text-align: center; }
    @media screen and (min-width: 768px) {
      footer.content-info .logo {
        float: left;
        width: 39%;
        text-align: left; } }
    @media screen and (min-width: 992px) {
      footer.content-info .logo {
        display: table-cell;
        vertical-align: bottom;
        float: none;
        width: auto; } }
    footer.content-info .logo img {
      max-width: 200px; }
      @media screen and (min-width: 768px) {
        footer.content-info .logo img {
          max-width: 297px; } }
  footer.content-info .footer-social {
    margin-top: 2em;
    text-align: center; }
    @media screen and (min-width: 768px) {
      footer.content-info .footer-social {
        float: right;
        width: 59%;
        margin-top: 0em;
        text-align: right; } }
    @media screen and (min-width: 992px) {
      footer.content-info .footer-social {
        display: table-cell;
        vertical-align: bottom;
        float: none;
        width: auto;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      footer.content-info .footer-social {
        min-width: 530px;
        text-align: center; } }
    footer.content-info .footer-social a {
      display: inline-block;
      margin: 0 0.5em;
      font-size: 28px;
      color: rgba(255, 255, 255, 0.7); }
  footer.content-info .footer-copyright {
    margin-top: 2em;
    color: rgba(255, 255, 255, 0.7);
    text-align: center; }
    @media screen and (min-width: 768px) {
      footer.content-info .footer-copyright {
        float: right;
        width: 48%;
        margin-top: 1.3em;
        text-align: right; } }
    @media screen and (min-width: 992px) {
      footer.content-info .footer-copyright {
        display: table-cell;
        vertical-align: bottom;
        float: none;
        width: 240px;
        margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      footer.content-info .footer-copyright {
        width: auto; } }

/* Homepage
-------------------------------------------------- */
.page-template-template-homepage header.banner {
  height: auto;
  max-height: 1000px;
  padding-bottom: 0;
  color: white; }
  @media screen and (min-width: 768px) {
    .page-template-template-homepage header.banner {
      height: 95vh; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-homepage header.banner .container {
      width: 85%; } }
  .page-template-template-homepage header.banner .slides {
    position: relative;
    z-index: 4; }
    @media screen and (min-width: 768px) {
      .page-template-template-homepage header.banner .slides {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 128px;
        left: 0; } }
    .page-template-template-homepage header.banner .slides .slide {
      display: none;
      padding-top: 90px;
      padding-bottom: 60px; }
      @media screen and (min-width: 768px) and (max-height: 680px) {
        .page-template-template-homepage header.banner .slides .slide {
          padding-bottom: 0; } }
      @media screen and (min-width: 768px) {
        .page-template-template-homepage header.banner .slides .slide {
          padding-top: 180px; } }
      @media screen and (min-width: 992px) and (min-height: 900px) {
        .page-template-template-homepage header.banner .slides .slide {
          padding-top: 200px; } }
      @media screen and (min-width: 1200px) and (min-height: 900px) {
        .page-template-template-homepage header.banner .slides .slide {
          padding-top: 220px; } }
      @media screen and (min-width: 1200px) and (min-height: 1000px) {
        .page-template-template-homepage header.banner .slides .slide {
          padding-top: 250px; } }
      .page-template-template-homepage header.banner .slides .slide.active {
        display: block; }
      .page-template-template-homepage header.banner .slides .slide .featured-image {
        top: 0; }
      .page-template-template-homepage header.banner .slides .slide .slide-contents {
        position: relative;
        left: -60px;
        opacity: 0;
        -webkit-transition: all 1.5s;
             -o-transition: all 1.5s;
                transition: all 1.5s; }
      .page-template-template-homepage header.banner .slides .slide.viewed .slide-contents {
        left: 0;
        opacity: 1; }
      .page-template-template-homepage header.banner .slides .slide h2 {
        display: inline-block;
        max-width: 250px;
        margin: 0 0 0.5em;
        font-size: 36px;
        line-height: 0.8; }
        @media screen and (min-width: 768px) and (max-height: 680px) {
          .page-template-template-homepage header.banner .slides .slide h2 {
            position: absolute;
            top: 0;
            left: 15px; } }
        @media screen and (min-width: 768px) and (min-height: 900px) {
          .page-template-template-homepage header.banner .slides .slide h2 {
            max-width: 430px;
            font-size: 72px; } }
        @media screen and (min-width: 1200px) and (min-height: 900px) {
          .page-template-template-homepage header.banner .slides .slide h2 {
            max-width: 600px;
            font-size: 96px; } }
        @media screen and (min-width: 1200px) and (min-height: 1000px) {
          .page-template-template-homepage header.banner .slides .slide h2 {
            max-width: 750px;
            font-size: 116px; } }
        .page-template-template-homepage header.banner .slides .slide h2 span {
          display: block;
          max-width: 550px;
          margin-bottom: 0.25em;
          font-size: 24px; }
          @media screen and (min-width: 768px) {
            .page-template-template-homepage header.banner .slides .slide h2 span {
              font-size: 36px; } }
          @media screen and (min-width: 1200px) and (min-height: 900px) {
            .page-template-template-homepage header.banner .slides .slide h2 span {
              font-size: 48px; } }
          @media screen and (min-width: 1200px) and (min-height: 1000px) {
            .page-template-template-homepage header.banner .slides .slide h2 span {
              font-size: 60px; } }
      .page-template-template-homepage header.banner .slides .slide .button {
        margin-top: 1em; }
        @media screen and (min-width: 768px) and (max-height: 680px) {
          .page-template-template-homepage header.banner .slides .slide .button {
            margin-left: 50%; } }
        @media screen and (max-height: 900px) {
          .page-template-template-homepage header.banner .slides .slide .button {
            margin-top: 0.25em; } }
        @media screen and (min-width: 1200px) and (min-height: 900px) {
          .page-template-template-homepage header.banner .slides .slide .button {
            margin-top: 1.8em; } }
        @media screen and (max-height: 900px) {
          .page-template-template-homepage header.banner .slides .slide .button .btn, .page-template-template-homepage header.banner .slides .slide .button .comment-form input[type="submit"], .comment-form .page-template-template-homepage header.banner .slides .slide .button input[type="submit"], .page-template-template-homepage header.banner .slides .slide .button .search-form .search-submit, .search-form .page-template-template-homepage header.banner .slides .slide .button .search-submit, .page-template-template-homepage header.banner .slides .slide .button body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .page-template-template-homepage header.banner .slides .slide .button .widget.widget_categories > ul > li > a, .page-template-template-homepage header.banner .slides .slide .button body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar .page-template-template-homepage header.banner .slides .slide .button .widget.widget_nav_menu > div > ul > li > a {
            padding: 0.3em 1em 0.1em;
            font-size: 18px; } }
        @media screen and (max-width: 767px) {
          .page-template-template-homepage header.banner .slides .slide .button .btn, .page-template-template-homepage header.banner .slides .slide .button .comment-form input[type="submit"], .comment-form .page-template-template-homepage header.banner .slides .slide .button input[type="submit"], .page-template-template-homepage header.banner .slides .slide .button .search-form .search-submit, .search-form .page-template-template-homepage header.banner .slides .slide .button .search-submit, .page-template-template-homepage header.banner .slides .slide .button body:not(.fl-builder) aside.sidebar .widget.widget_categories > ul > li > a, body:not(.fl-builder) aside.sidebar .page-template-template-homepage header.banner .slides .slide .button .widget.widget_categories > ul > li > a, .page-template-template-homepage header.banner .slides .slide .button body:not(.fl-builder) aside.sidebar .widget.widget_nav_menu > div > ul > li > a, body:not(.fl-builder) aside.sidebar .page-template-template-homepage header.banner .slides .slide .button .widget.widget_nav_menu > div > ul > li > a {
            padding: 0.4em 1em 0.2em;
            font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .page-template-template-homepage header.banner .slide-nav {
      position: absolute;
      bottom: 0;
      display: table;
      table-layout: fixed;
      width: 100%;
      margin: 0;
      padding: 4px 0; } }
  .page-template-template-homepage header.banner .slide-nav a {
    display: block;
    width: 100%;
    padding: 0.7em 1em 0.8em;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    text-align: center;
    background: #0f3a68;
    border-top: 1px solid #e9e9e8; }
    @media screen and (min-width: 768px) {
      .page-template-template-homepage header.banner .slide-nav a {
        display: table-cell;
        vertical-align: middle;
        height: 120px;
        padding: 0.6em 0.5em 0.5em;
        font-size: 28px;
        color: #1a1919;
        background: #fbfbfa;
        border-top: 0;
        border-right: 1px solid #6f8daa;
        border-left: 1px solid #6f8daa;
        -webkit-transition: color 0.3s, background 0.3s;
             -o-transition: color 0.3s, background 0.3s;
                transition: color 0.3s, background 0.3s; } }
    .wf-loading .page-template-template-homepage header.banner .slide-nav a {
      visibility: hidden; }
    .page-template-template-homepage header.banner .slide-nav a:hover {
      color: #1a1919;
      text-decoration: none;
      background: #ffde00; }
    @media screen and (min-width: 768px) {
      .page-template-template-homepage header.banner .slide-nav a.active, .page-template-template-homepage header.banner .slide-nav a:hover, .page-template-template-homepage header.banner .slide-nav a:focus {
        background: #ffde00; } }
    .page-template-template-homepage header.banner .slide-nav a:first-of-type {
      border-left: 0; }
    .page-template-template-homepage header.banner .slide-nav a:last-of-type {
      border-right: 0; }

.page-template-template-homepage main.main {
  padding: 0; }

.page-template-template-homepage #locations {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background: #e9e9e8;
  overflow-x: hidden; }
  @media screen and (min-width: 768px) {
    .page-template-template-homepage #locations {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .page-template-template-homepage #locations .locations-help-text {
    margin-bottom: 2em; }
  .page-template-template-homepage #locations .view-all-locations {
    display: none;
    clear: both;
    margin-top: 2em; }
    @media screen and (min-width: 768px) {
      .page-template-template-homepage #locations .view-all-locations {
        width: 330px; } }
    @media screen and (min-width: 992px) {
      .page-template-template-homepage #locations .view-all-locations {
        width: 395px; } }
    @media screen and (min-width: 1200px) {
      .page-template-template-homepage #locations .view-all-locations {
        width: 100%;
        text-align: right; } }
  .page-template-template-homepage #locations.locations-shown .view-all-locations {
    display: block; }

.page-template-template-homepage #announcements {
  padding-top: 30px; }
  @media screen and (min-width: 768px) {
    .page-template-template-homepage #announcements {
      padding-top: 40px; } }
  .page-template-template-homepage #announcements div[class*="col-"] > *:last-child {
    margin-bottom: 0; }

.page-template-template-homepage #news {
  padding-top: 20px;
  padding-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .page-template-template-homepage #news {
      padding-top: 40px;
      padding-bottom: 70px; } }
  .page-template-template-homepage #news .actions {
    margin-top: 2em; }

.page-template-template-homepage #contact {
  margin-top: 0; }

.page-template-template-homepage #donate {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .page-template-template-homepage #donate {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-homepage #donate img.alignright {
      margin-bottom: 40px;
      margin-left: 40px; } }
  .page-template-template-homepage #donate h3 {
    margin-bottom: 1.6em; }
    @media screen and (min-width: 1200px) {
      .page-template-template-homepage #donate h3 {
        max-width: 400px; } }

/* First-Time Moms
-------------------------------------------------- */
.page-template-template-first-time-moms main.main {
  padding-bottom: 0; }

.page-template-template-first-time-moms .top-content {
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .page-template-template-first-time-moms .top-content {
      padding-bottom: 100px; } }

.page-template-template-first-time-moms #locations {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e9e9e8; }
  @media screen and (min-width: 768px) {
    .page-template-template-first-time-moms #locations {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .page-template-template-first-time-moms #locations .locations-help-text {
    margin-bottom: 2em; }
  .page-template-template-first-time-moms #locations .view-all-locations {
    display: none;
    clear: both;
    margin-top: 2em; }
    @media screen and (min-width: 768px) {
      .page-template-template-first-time-moms #locations .view-all-locations {
        width: 330px; } }
    @media screen and (min-width: 992px) {
      .page-template-template-first-time-moms #locations .view-all-locations {
        width: 395px; } }
    @media screen and (min-width: 1200px) {
      .page-template-template-first-time-moms #locations .view-all-locations {
        width: 100%;
        text-align: right; } }
  .page-template-template-first-time-moms #locations.locations-shown .view-all-locations {
    display: block; }

.page-template-template-first-time-moms #resources {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .page-template-template-first-time-moms #resources {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .page-template-template-first-time-moms #resources .resources {
    margin-top: 2em; }
    .page-template-template-first-time-moms #resources .resources .resource {
      display: table;
      width: 100%;
      margin-bottom: 2em;
      color: #0f3a68; }
      @media screen and (min-width: 992px) {
        .page-template-template-first-time-moms #resources .resources .resource {
          height: 160px; } }
      .page-template-template-first-time-moms #resources .resources .resource:hover {
        text-decoration: none; }
      .page-template-template-first-time-moms #resources .resources .resource .image {
        display: table-cell;
        vertical-align: top;
        width: 60px; }
        @media screen and (min-width: 768px) {
          .page-template-template-first-time-moms #resources .resources .resource .image {
            width: 100px; } }
        @media screen and (min-width: 992px) {
          .page-template-template-first-time-moms #resources .resources .resource .image {
            width: 160px;
            background: #f4f4f3; } }
        .page-template-template-first-time-moms #resources .resources .resource .image .inner {
          display: block;
          height: 60px;
          background-position: center center;
          background-size: cover; }
          @media screen and (min-width: 768px) {
            .page-template-template-first-time-moms #resources .resources .resource .image .inner {
              height: 100px; } }
          @media screen and (min-width: 992px) {
            .page-template-template-first-time-moms #resources .resources .resource .image .inner {
              height: 100%; } }
      .page-template-template-first-time-moms #resources .resources .resource .info {
        display: table-cell;
        vertical-align: top;
        padding-left: 20px; }
        @media screen and (min-width: 768px) {
          .page-template-template-first-time-moms #resources .resources .resource .info {
            padding-left: 30px; } }
        @media screen and (min-width: 992px) {
          .page-template-template-first-time-moms #resources .resources .resource .info {
            vertical-align: middle;
            padding-bottom: 0;
            padding-left: 40px;
            background: #f4f4f3;
            box-shadow: inset 0 0 0 2px #e9e9e8; } }
        @media screen and (min-width: 992px) {
          .page-template-template-first-time-moms #resources .resources .resource .info .text {
            display: inline-block;
            vertical-align: middle;
            width: 70%; } }
        .page-template-template-first-time-moms #resources .resources .resource .info .text h3 {
          margin: 0 0 0.25em;
          font-weight: bold;
          color: #0f3a68; }
          @media screen and (min-width: 768px) {
            .page-template-template-first-time-moms #resources .resources .resource .info .text h3 {
              font-size: 30px; } }
        .page-template-template-first-time-moms #resources .resources .resource .info .text .resource-description p {
          font-size: 16px; }
          @media screen and (min-width: 992px) {
            .page-template-template-first-time-moms #resources .resources .resource .info .text .resource-description p {
              margin-bottom: 0; } }
        .page-template-template-first-time-moms #resources .resources .resource .info .actions {
          padding-bottom: 2em;
          border-bottom: 2px solid #2f547e; }
          @media screen and (min-width: 992px) {
            .page-template-template-first-time-moms #resources .resources .resource .info .actions {
              display: inline-block;
              vertical-align: middle;
              width: 29%;
              text-align: right;
              padding-right: 50px;
              padding-bottom: 0;
              border-bottom: 0; } }
      .page-template-template-first-time-moms #resources .resources .resource:last-of-type .actions {
        padding-bottom: 0;
        border-bottom: 0; }

.page-template-template-first-time-moms #stories {
  padding-top: 60px;
  padding-bottom: 60px;
  background: white; }
  @media screen and (min-width: 768px) {
    .page-template-template-first-time-moms #stories {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .page-template-template-first-time-moms #stories.has-background {
    background: #e9e9e8; }

/* Expectant Fathers
-------------------------------------------------- */
.page-template-template-expectant-fathers main.main {
  padding-bottom: 0; }

.page-template-template-expectant-fathers #contact {
  margin-top: 60px; }
  @media screen and (min-width: 992px) {
    .page-template-template-expectant-fathers #contact {
      margin-top: 100px; } }

.page-template-template-expectant-fathers #stories {
  margin-top: 60px;
  padding-top: 60px; }
  @media screen and (min-width: 768px) {
    .page-template-template-expectant-fathers #stories {
      margin-top: 100px;
      padding-top: 100px;
      padding-bottom: 150px; } }

/* Nurses
-------------------------------------------------- */
.page-template-template-nurses main.main {
  padding-bottom: 0; }

.page-template-template-nurses #stories {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e9e9e8; }
  @media screen and (min-width: 768px) {
    .page-template-template-nurses #stories {
      margin-top: 100px;
      padding-top: 100px;
      padding-bottom: 100px; } }

/* News Center
-------------------------------------------------- */
.page-template-template-news-center main.main {
  padding-bottom: 0; }

/* Our People
-------------------------------------------------- */
.page.our-people h3.directors-title {
  margin-top: 2em; }

.page.our-people .board-members .board-member {
  display: table;
  width: 100%;
  margin-bottom: 2.5em; }
  @media screen and (max-width: 767px) {
    .page.our-people .board-members .board-member {
      padding-bottom: 2em;
      border-bottom: 2px solid #2f547e; } }
  @media screen and (min-width: 1200px) {
    .page.our-people .board-members .board-member {
      margin-bottom: 3em; } }
  .page.our-people .board-members .board-member .image {
    display: table-cell;
    vertical-align: top;
    width: 60px; }
    @media screen and (min-width: 768px) {
      .page.our-people .board-members .board-member .image {
        width: 100px; } }
    @media screen and (min-width: 992px) {
      .page.our-people .board-members .board-member .image {
        width: 160px; } }
    .page.our-people .board-members .board-member .image .inner {
      display: block;
      height: 60px;
      background: #e9e9e8;
      background-position: center center;
      background-size: cover; }
      @media screen and (min-width: 768px) {
        .page.our-people .board-members .board-member .image .inner {
          height: 100px; } }
      @media screen and (min-width: 992px) {
        .page.our-people .board-members .board-member .image .inner {
          height: 160px; } }
  .page.our-people .board-members .board-member .info {
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .page.our-people .board-members .board-member .info h4 {
        margin-top: 0; } }
    .page.our-people .board-members .board-member .info .additional-info p {
      margin-bottom: 0; }

/* Locations page
-------------------------------------------------- */
/* State pages
-------------------------------------------------- */
.single-states .locations-table {
  margin-top: 4em; }
  @media screen and (min-width: 992px) {
    .single-states .locations-table {
      margin-top: 3em; } }

/* With Donation Form
-------------------------------------------------- */
.page-template-template-donation-form main.main {
  padding-bottom: 0; }

.page-template-template-donation-form #donate {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e9e9e8; }
  @media screen and (min-width: 768px) {
    .page-template-template-donation-form #donate {
      margin-top: 80px;
      padding-top: 80px;
      padding-bottom: 80px; } }

/* Take Action
-------------------------------------------------- */
body.take-action main.main {
  padding-bottom: 0; }

body.take-action iframe {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    body.take-action iframe {
      width: 750px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 992px) {
    body.take-action iframe {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    body.take-action iframe {
      width: 1170px; } }

/* Newsletter
-------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .page-template-template-newsletter .newsletter-embed {
    padding-right: 45px; } }

.page-template-template-newsletter .newsletter-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .page-template-template-newsletter .newsletter-links {
      margin-top: 2em; } }
  .page-template-template-newsletter .newsletter-links .newsletter-link {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (min-width: 600px) {
      .page-template-template-newsletter .newsletter-links .newsletter-link {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%; } }
    @media screen and (min-width: 1200px) {
      .page-template-template-newsletter .newsletter-links .newsletter-link {
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%; } }

.page.program-history main.main {
  padding-bottom: 0; }

.page.about main.main {
  padding-bottom: 0; }

.page.page-template-template-timeline header.banner {
  height: 0;
  padding-bottom: 0; }
  .page.page-template-template-timeline header.banner .featured-image {
    display: none; }
  .page.page-template-template-timeline header.banner > .container {
    display: none; }

.page.page-template-template-timeline main.main {
  padding: 0;
  background: #2f547e; }
  .page.page-template-template-timeline main.main > article {
    position: relative; }
    .page.page-template-template-timeline main.main > article .section-images {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
      .page.page-template-template-timeline main.main > article .section-images .image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
             -o-transition: opacity 0.3s;
                transition: opacity 0.3s; }
        .page.page-template-template-timeline main.main > article .section-images .image.active {
          opacity: 1; }
    .page.page-template-template-timeline main.main > article .timeline-sections {
      position: relative;
      z-index: 1; }
      .page.page-template-template-timeline main.main > article .timeline-sections .section-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 50vh 0; }
        @media screen and (max-width: 767px) {
          .page.page-template-template-timeline main.main > article .timeline-sections .section-content {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
        @media screen and (min-width: 768px) {
          .page.page-template-template-timeline main.main > article .timeline-sections .section-content {
            min-height: 100vh; } }
        .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner {
          padding: 15px;
          background: rgba(255, 255, 255, 0.85); }
          @media screen and (min-width: 360px) {
            .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner {
              padding: 20px; } }
          @media screen and (min-width: 992px) {
            .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner {
              padding: 30px;
              box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); } }
          @media screen and (min-width: 1200px) {
            .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner {
              padding: 45px;
              box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); } }
          .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner > *:first-child {
            margin-top: 0; }
          .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner > *:last-child {
            margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner h2 {
              font-size: 30px; } }
          @media screen and (max-width: 767px) {
            .page.page-template-template-timeline main.main > article .timeline-sections .section-content .inner p {
              font-size: 16px; } }
    .page.page-template-template-timeline main.main > article .timeline-indicators {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      width: 10px;
      z-index: 2; }
      @media screen and (min-width: 768px) {
        .page.page-template-template-timeline main.main > article .timeline-indicators {
          width: 12px; } }
      .page.page-template-template-timeline main.main > article .timeline-indicators .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .page.page-template-template-timeline main.main > article .timeline-indicators .inner .section-indicator {
          margin: 5px 0;
          height: 4px;
          width: 4px;
          background: black;
          border-radius: 100%;
          opacity: 0.2;
          -webkit-transition: opacity 0.3s;
               -o-transition: opacity 0.3s;
                  transition: opacity 0.3s; }
          .page.page-template-template-timeline main.main > article .timeline-indicators .inner .section-indicator.active {
            border: 1px solid black;
            opacity: 0.5; }

.page.page-template-template-timeline footer.content-info {
  position: relative;
  z-index: 3; }

.page-template-template-thank-a-nurse .main {
  padding: 0; }

@media screen and (min-width: 992px) {
  .page-template-template-thank-a-nurse .top-row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.page-template-template-thank-a-nurse .top-row .row .callout, .page-template-template-thank-a-nurse .top-row .row .main-page-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .page-template-template-thank-a-nurse .top-row .row .callout, .page-template-template-thank-a-nurse .top-row .row .main-page-content {
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-thank-a-nurse .top-row .row .callout, .page-template-template-thank-a-nurse .top-row .row .main-page-content {
      padding: 80px 5vw; } }
  @media screen and (min-width: 1600px) {
    .page-template-template-thank-a-nurse .top-row .row .callout, .page-template-template-thank-a-nurse .top-row .row .main-page-content {
      padding: 110px 5vw; } }
  .page-template-template-thank-a-nurse .top-row .row .callout > *:first-child, .page-template-template-thank-a-nurse .top-row .row .main-page-content > *:first-child {
    margin-top: 0; }
  .page-template-template-thank-a-nurse .top-row .row .callout > *:last-child, .page-template-template-thank-a-nurse .top-row .row .main-page-content > *:last-child {
    margin-bottom: 0; }

.page-template-template-thank-a-nurse .top-row .row .callout {
  background: #ffde00; }

.page-template-template-thank-a-nurse .videos {
  padding-top: 30px;
  background: #f4f4f3; }
  @media screen and (min-width: 992px) {
    .page-template-template-thank-a-nurse .videos {
      padding-top: 60px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-thank-a-nurse .videos {
      padding-top: 90px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1600px) {
    .page-template-template-thank-a-nurse .videos {
      padding-top: 120px;
      padding-bottom: 90px; } }
  .page-template-template-thank-a-nurse .videos .container .video {
    margin-bottom: 30px; }
    .page-template-template-thank-a-nurse .videos .container .video .inner {
      line-height: 0;
      background: black; }
      .page-template-template-thank-a-nurse .videos .container .video .inner iframe, .page-template-template-thank-a-nurse .videos .container .video .inner video {
        height: calc(((100vw - 60px) / 2) * (480 / 270)); }
        @media screen and (min-width: 768px) {
          .page-template-template-thank-a-nurse .videos .container .video .inner iframe, .page-template-template-thank-a-nurse .videos .container .video .inner video {
            height: calc(((720px - 60px) / 3) * (480 / 270)); } }
        @media screen and (min-width: 992px) {
          .page-template-template-thank-a-nurse .videos .container .video .inner iframe, .page-template-template-thank-a-nurse .videos .container .video .inner video {
            height: calc(((940px - 60px) / 3) * (480 / 270)); } }
        @media screen and (min-width: 1200px) {
          .page-template-template-thank-a-nurse .videos .container .video .inner iframe, .page-template-template-thank-a-nurse .videos .container .video .inner video {
            height: calc(((1140px - 90px) / 4) * (480 / 270)); } }

.page-template-template-thank-a-nurse .second-content-section {
  background: #f4f4f3;
  border-top: 1px solid white;
  padding: 30px 0; }
  @media screen and (min-width: 992px) {
    .page-template-template-thank-a-nurse .second-content-section {
      padding: 60px 0; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-thank-a-nurse .second-content-section {
      padding: 80px 0; } }
  .page-template-template-thank-a-nurse .second-content-section > *:first-child {
    margin-top: 0; }
  .page-template-template-thank-a-nurse .second-content-section > *:last-child {
    margin-bottom: 0; }

.page-template-template-yearbook-php main.main {
  padding: 0; }

@media screen and (min-width: 992px) {
  .page-template-template-yearbook-php .top-row .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }

.page-template-template-yearbook-php .top-row .row .callout, .page-template-template-yearbook-php .top-row .row .main-page-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .page-template-template-yearbook-php .top-row .row .callout, .page-template-template-yearbook-php .top-row .row .main-page-content {
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-yearbook-php .top-row .row .callout, .page-template-template-yearbook-php .top-row .row .main-page-content {
      padding: 80px 5vw; } }
  @media screen and (min-width: 1600px) {
    .page-template-template-yearbook-php .top-row .row .callout, .page-template-template-yearbook-php .top-row .row .main-page-content {
      padding: 110px 5vw; } }
  .page-template-template-yearbook-php .top-row .row .callout > *:first-child, .page-template-template-yearbook-php .top-row .row .main-page-content > *:first-child {
    margin-top: 0; }
  .page-template-template-yearbook-php .top-row .row .callout > *:last-child, .page-template-template-yearbook-php .top-row .row .main-page-content > *:last-child {
    margin-bottom: 0; }

.page-template-template-yearbook-php .top-row .row .callout {
  background: #ffde00; }

.page-template-template-yearbook-php #app {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f4f4f3; }
  @media screen and (min-width: 992px) {
    .page-template-template-yearbook-php #app {
      padding-top: 60px;
      padding-bottom: 30px; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-yearbook-php #app {
      padding-top: 90px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 1600px) {
    .page-template-template-yearbook-php #app {
      padding-top: 120px;
      padding-bottom: 90px; } }
  .page-template-template-yearbook-php #app .yearbook-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2em; }
    @media screen and (max-width: 991px) {
      .page-template-template-yearbook-php #app .yearbook-list-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .page-template-template-yearbook-php #app .yearbook-list-header .filter-search-state {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 991px) {
        .page-template-template-yearbook-php #app .yearbook-list-header .filter-search-state {
          -webkit-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; } }
      @media screen and (min-width: 992px) {
        .page-template-template-yearbook-php #app .yearbook-list-header .filter-search-state {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .page-template-template-yearbook-php #app .yearbook-list-header .filter-search {
      margin: 0 0 1em; }
      @media screen and (min-width: 992px) {
        .page-template-template-yearbook-php #app .yearbook-list-header .filter-search {
          margin: 0 15px 0 0;
          width: 200px; } }
      @media screen and (min-width: 1200px) {
        .page-template-template-yearbook-php #app .yearbook-list-header .filter-search {
          width: 250px; } }
      @media screen and (min-width: 992px) {
        .page-template-template-yearbook-php #app .yearbook-list-header .filter-search input {
          width: 100%; } }
    .page-template-template-yearbook-php #app .yearbook-list-header .filter-state select, .page-template-template-yearbook-php #app .yearbook-list-header .filter-language select {
      position: relative;
      width: 100%;
      height: 40px;
      margin: 0 0 15px;
      padding: 6px 30px 0 10px !important;
      font-size: 18px;
      background: #fbfbfa url(../images/bg-select-arrow.png) right center no-repeat;
      border: 2px solid #d1d1d1 !important;
      border-radius: 0 !important;
      -webkit-appearance: none;
      font-family: "proxima-nova-extra-condensed", sans-serif !important;
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        .page-template-template-yearbook-php #app .yearbook-list-header .filter-state select, .page-template-template-yearbook-php #app .yearbook-list-header .filter-language select {
          width: auto;
          height: 50px;
          margin: 0 15px 0 0;
          font-size: 21px; } }
      @media screen and (min-width: 1200px) {
        .page-template-template-yearbook-php #app .yearbook-list-header .filter-state select, .page-template-template-yearbook-php #app .yearbook-list-header .filter-language select {
          font-size: 24px; } }
    .page-template-template-yearbook-php #app .yearbook-list-header button.clear-filters {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: 0;
      border: 0;
      color: #2f547e;
      padding: 0;
      font-family: "proxima-nova-extra-condensed", sans-serif !important;
      font-size: 18px;
      text-transform: uppercase; }
      @media screen and (max-width: 991px) {
        .page-template-template-yearbook-php #app .yearbook-list-header button.clear-filters {
          margin-bottom: 15px; } }
  .page-template-template-yearbook-php #app .yearbook-stories > ul {
    margin: 0;
    padding: 0; }
  .page-template-template-yearbook-php #app .yearbook-stories .yearbook-story .front .featured-image span, .page-template-template-yearbook-php #app .yearbook-stories .yearbook-story .back .featured-image span {
    display: block;
    height: 100%;
    width: 100%; }
    .page-template-template-yearbook-php #app .yearbook-stories .yearbook-story .front .featured-image span img, .page-template-template-yearbook-php #app .yearbook-stories .yearbook-story .back .featured-image span img {
      height: 100% !important;
      width: 100% !important;
      -o-object-fit: cover;
         object-fit: cover; }
  @media screen and (min-width: 992px) {
    .page-template-template-yearbook-php #app .yearbook-stories + .pagination-info {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media screen and (min-width: 992px) {
  .page-template-template-yearbook-php #yearbook-modal .modal-dialog {
    width: 800px; } }

@media screen and (min-width: 1200px) {
  .page-template-template-yearbook-php #yearbook-modal .modal-dialog {
    width: 1000px; } }

@media screen and (min-width: 992px) {
  .page-template-template-yearbook-php #yearbook-modal .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0;
    border: 0;
    position: relative;
    z-index: 2; } }

@media screen and (min-width: 992px) {
  .page-template-template-yearbook-php #yearbook-modal .modal-header button.close {
    position: absolute;
    top: 0.6em;
    right: 15px;
    font-size: 2em; } }

@media screen and (min-width: 992px) {
  .page-template-template-yearbook-php #yearbook-modal .modal-header h4.modal-yearbook-title {
    display: none; } }

.page-template-template-yearbook-php #yearbook-modal .modal-header h5.modal-yearbook-city-state {
  color: #6f8daa;
  font-weight: normal; }
  @media screen and (min-width: 992px) {
    .page-template-template-yearbook-php #yearbook-modal .modal-header h5.modal-yearbook-city-state {
      display: none;
      -webkit-transform: translateY(-2px);
           -o-transform: translateY(-2px);
              transform: translateY(-2px);
      padding-left: 0.5em; } }

@media screen and (min-width: 992px) {
  .page-template-template-yearbook-php #yearbook-modal .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1; } }

.page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image {
  max-height: 200px;
  overflow: hidden;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }
  .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image.slick-initialized {
    max-height: 75vh;
    opacity: 1; }
  .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-prev, .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-next {
    z-index: 2; }
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-prev:before, .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-next:before {
      font-size: 26px;
      opacity: 0.5; }
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-prev:hover:before, .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-next:hover:before {
      opacity: 0.9; }
  .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-prev {
    left: 10px; }
  .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-next {
    right: 17px; }
  .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-dots {
    bottom: 10px; }
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-dots li {
      margin: 0; }
      .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-dots li button:before {
        color: white;
        font-size: 10px;
        opacity: 0.5; }
      .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-dots li:hover button:before, .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-dots li.slick-active button:before {
        opacity: 1; }
      .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-image .slick-dots li:only-child {
        display: none; }

.page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info {
  padding: 15px 0; }
  @media screen and (max-width: 991px) {
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info {
      margin-top: 1em; } }
  @media screen and (min-width: 992px) {
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      padding-left: 20px; } }
  @media screen and (min-width: 1200px) {
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 992px) {
    .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info h4, .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info h5 {
      display: none; } }
  .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info h4 {
    margin-bottom: 0.2em;
    padding-right: 30px; }
  .page-template-template-yearbook-php #yearbook-modal .modal-body .modal-yearbook-info h5 {
    margin: 0 0 0.75em;
    color: #6f8daa;
    font-weight: normal; }

.page-template-template-yearbook-php #yearbook-modal .modal-footer {
  clear: both; }
  .page-template-template-yearbook-php #yearbook-modal .modal-footer .modal-yearbook-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 992px) {
      .page-template-template-yearbook-php #yearbook-modal .modal-footer .modal-yearbook-social-links {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .page-template-template-yearbook-php #yearbook-modal .modal-footer .modal-yearbook-social-links a {
      margin: 0 0.25em;
      font-size: 30px;
      line-height: 1; }
      @media screen and (min-width: 992px) {
        .page-template-template-yearbook-php #yearbook-modal .modal-footer .modal-yearbook-social-links a {
          font-size: 36px; } }
      .page-template-template-yearbook-php #yearbook-modal .modal-footer .modal-yearbook-social-links a.modal-yearbook-facebook {
        color: #1877F2; }
      .page-template-template-yearbook-php #yearbook-modal .modal-footer .modal-yearbook-social-links a.modal-yearbook-twitter {
        color: #1DA1F2; }
      .page-template-template-yearbook-php #yearbook-modal .modal-footer .modal-yearbook-social-links a:hover {
        filter: brightness(1.3); }

body.fl-builder main.main {
  padding-top: 0;
  padding-bottom: 0; }

.blog article.hentry,
.archive.author article.hentry,
.archive.category article.hentry,
.archive.date article.hentry,
.archive.tag article.hentry,
.post-type-archive-texas_post article.hentry,
.tax-texas-posts-category article.hentry {
  display: table;
  margin-bottom: 2em;
  border-bottom: 2px solid #6f8daa; }
  @media screen and (min-width: 1200px) {
    .blog article.hentry,
    .archive.author article.hentry,
    .archive.category article.hentry,
    .archive.date article.hentry,
    .archive.tag article.hentry,
    .post-type-archive-texas_post article.hentry,
    .tax-texas-posts-category article.hentry {
      margin-bottom: 3em;
      border-bottom-width: 3px; } }
  .blog article.hentry:last-of-type,
  .archive.author article.hentry:last-of-type,
  .archive.category article.hentry:last-of-type,
  .archive.date article.hentry:last-of-type,
  .archive.tag article.hentry:last-of-type,
  .post-type-archive-texas_post article.hentry:last-of-type,
  .tax-texas-posts-category article.hentry:last-of-type {
    margin-bottom: 0;
    border: 0; }
  .blog article.hentry .image,
  .archive.author article.hentry .image,
  .archive.category article.hentry .image,
  .archive.date article.hentry .image,
  .archive.tag article.hentry .image,
  .post-type-archive-texas_post article.hentry .image,
  .tax-texas-posts-category article.hentry .image {
    display: table-cell;
    vertical-align: top;
    width: 80px; }
    @media screen and (min-width: 768px) {
      .blog article.hentry .image,
      .archive.author article.hentry .image,
      .archive.category article.hentry .image,
      .archive.date article.hentry .image,
      .archive.tag article.hentry .image,
      .post-type-archive-texas_post article.hentry .image,
      .tax-texas-posts-category article.hentry .image {
        width: 120px; } }
    @media screen and (min-width: 992px) {
      .blog article.hentry .image,
      .archive.author article.hentry .image,
      .archive.category article.hentry .image,
      .archive.date article.hentry .image,
      .archive.tag article.hentry .image,
      .post-type-archive-texas_post article.hentry .image,
      .tax-texas-posts-category article.hentry .image {
        width: 130px; } }
    @media screen and (min-width: 1200px) {
      .blog article.hentry .image,
      .archive.author article.hentry .image,
      .archive.category article.hentry .image,
      .archive.date article.hentry .image,
      .archive.tag article.hentry .image,
      .post-type-archive-texas_post article.hentry .image,
      .tax-texas-posts-category article.hentry .image {
        width: 170px; } }
    .blog article.hentry .image .thumb,
    .archive.author article.hentry .image .thumb,
    .archive.category article.hentry .image .thumb,
    .archive.date article.hentry .image .thumb,
    .archive.tag article.hentry .image .thumb,
    .post-type-archive-texas_post article.hentry .image .thumb,
    .tax-texas-posts-category article.hentry .image .thumb {
      display: block;
      width: 60px;
      height: 60px;
      background-position: left top;
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (min-width: 768px) {
        .blog article.hentry .image .thumb,
        .archive.author article.hentry .image .thumb,
        .archive.category article.hentry .image .thumb,
        .archive.date article.hentry .image .thumb,
        .archive.tag article.hentry .image .thumb,
        .post-type-archive-texas_post article.hentry .image .thumb,
        .tax-texas-posts-category article.hentry .image .thumb {
          width: 100px;
          height: 100px; } }
      @media screen and (min-width: 1200px) {
        .blog article.hentry .image .thumb,
        .archive.author article.hentry .image .thumb,
        .archive.category article.hentry .image .thumb,
        .archive.date article.hentry .image .thumb,
        .archive.tag article.hentry .image .thumb,
        .post-type-archive-texas_post article.hentry .image .thumb,
        .tax-texas-posts-category article.hentry .image .thumb {
          width: 140px;
          height: 140px; } }
  .blog article.hentry .info,
  .archive.author article.hentry .info,
  .archive.category article.hentry .info,
  .archive.date article.hentry .info,
  .archive.tag article.hentry .info,
  .post-type-archive-texas_post article.hentry .info,
  .tax-texas-posts-category article.hentry .info {
    display: table-cell;
    vertical-align: top; }
    .blog article.hentry .info header h2,
    .archive.author article.hentry .info header h2,
    .archive.category article.hentry .info header h2,
    .archive.date article.hentry .info header h2,
    .archive.tag article.hentry .info header h2,
    .post-type-archive-texas_post article.hentry .info header h2,
    .tax-texas-posts-category article.hentry .info header h2 {
      margin: 0 0 0.2em;
      font-size: 24px; }
      @media screen and (min-width: 992px) {
        .blog article.hentry .info header h2,
        .archive.author article.hentry .info header h2,
        .archive.category article.hentry .info header h2,
        .archive.date article.hentry .info header h2,
        .archive.tag article.hentry .info header h2,
        .post-type-archive-texas_post article.hentry .info header h2,
        .tax-texas-posts-category article.hentry .info header h2 {
          font-size: 30px; } }
    .blog article.hentry .info header .meta,
    .archive.author article.hentry .info header .meta,
    .archive.category article.hentry .info header .meta,
    .archive.date article.hentry .info header .meta,
    .archive.tag article.hentry .info header .meta,
    .post-type-archive-texas_post article.hentry .info header .meta,
    .tax-texas-posts-category article.hentry .info header .meta {
      font-style: italic;
      font-size: 0.9em; }
    .blog article.hentry .info header .byline,
    .archive.author article.hentry .info header .byline,
    .archive.category article.hentry .info header .byline,
    .archive.date article.hentry .info header .byline,
    .archive.tag article.hentry .info header .byline,
    .post-type-archive-texas_post article.hentry .info header .byline,
    .tax-texas-posts-category article.hentry .info header .byline {
      display: inline; }
    .blog article.hentry .info .entry-summary,
    .archive.author article.hentry .info .entry-summary,
    .archive.category article.hentry .info .entry-summary,
    .archive.date article.hentry .info .entry-summary,
    .archive.tag article.hentry .info .entry-summary,
    .post-type-archive-texas_post article.hentry .info .entry-summary,
    .tax-texas-posts-category article.hentry .info .entry-summary {
      padding: 1em 0 2em; }
      @media screen and (min-width: 1200px) {
        .blog article.hentry .info .entry-summary,
        .archive.author article.hentry .info .entry-summary,
        .archive.category article.hentry .info .entry-summary,
        .archive.date article.hentry .info .entry-summary,
        .archive.tag article.hentry .info .entry-summary,
        .post-type-archive-texas_post article.hentry .info .entry-summary,
        .tax-texas-posts-category article.hentry .info .entry-summary {
          padding-bottom: 3em; } }
      .blog article.hentry .info .entry-summary p:last-of-type,
      .archive.author article.hentry .info .entry-summary p:last-of-type,
      .archive.category article.hentry .info .entry-summary p:last-of-type,
      .archive.date article.hentry .info .entry-summary p:last-of-type,
      .archive.tag article.hentry .info .entry-summary p:last-of-type,
      .post-type-archive-texas_post article.hentry .info .entry-summary p:last-of-type,
      .tax-texas-posts-category article.hentry .info .entry-summary p:last-of-type {
        margin-bottom: 0; }

.single-post .meta,
.single-texas_post .meta {
  margin-bottom: 2em;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #2f547e;
  font-style: italic; }
  @media screen and (min-width: 1200px) {
    .single-post .meta,
    .single-texas_post .meta {
      margin-bottom: 3em;
      border-bottom-width: 3px; } }
  .single-post .meta .byline,
  .single-texas_post .meta .byline {
    display: inline; }

.single-post .tags,
.single-texas_post .tags {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 2px solid #2f547e; }
  @media screen and (min-width: 1200px) {
    .single-post .tags,
    .single-texas_post .tags {
      margin-top: 3em;
      padding-top: 3em;
      border-top-width: 3px; } }

.single-post #comments,
.single-texas_post #comments {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 2px solid #2f547e; }
  @media screen and (min-width: 1200px) {
    .single-post #comments,
    .single-texas_post #comments {
      margin-top: 4em;
      padding-top: 4em;
      border-top-width: 3px; } }
  .single-post #comments h2,
  .single-texas_post #comments h2 {
    margin-top: 0; }
  .single-post #comments .comment-author img,
  .single-texas_post #comments .comment-author img {
    margin-right: 6px; }
  .single-post #comments .comment,
  .single-texas_post #comments .comment {
    margin-top: 2.2em; }
  .single-post #comments .comment-meta,
  .single-texas_post #comments .comment-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .single-post #comments .comment-meta .comment-metadata,
    .single-texas_post #comments .comment-meta .comment-metadata {
      font-size: 0.9em;
      font-style: italic; }
  .single-post #comments .comment-content,
  .single-texas_post #comments .comment-content {
    margin-left: 41px; }

.single-stories main.main {
  padding-bottom: 0; }

.single-stories header.banner {
  background: black; }
  .single-stories header.banner .featured-image {
    overflow: hidden;
    opacity: 0.8; }
    .single-stories header.banner .featured-image .inner {
      top: -7px;
      right: -7px;
      bottom: -7px;
      left: -7px;
      filter: blur(7px); }

.single-stories .actions {
  margin: 2em 0 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .single-stories .actions {
      margin-top: 3em; } }
  @media screen and (min-width: 1200px) {
    .single-stories .actions {
      margin-top: 4em; } }

.single-stories .video-container {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.single-stories .video-container iframe,
.single-stories .video-container object,
.single-stories .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.single-press_releases header.banner {
  max-height: none; }
  .single-press_releases header.banner h1 {
    margin: 1em 0 0;
    font-size: 36px; }
    @media screen and (min-width: 768px) {
      .single-press_releases header.banner h1 {
        margin-top: 0;
        font-size: 44px; } }
    @media screen and (min-width: 992px) {
      .single-press_releases header.banner h1 {
        font-size: 48px; } }
    @media screen and (min-width: 1200px) {
      .single-press_releases header.banner h1 {
        font-size: 64px; } }
    @media screen and (min-width: 1400px) {
      .single-press_releases header.banner h1 {
        font-size: 72px; } }
  .single-press_releases header.banner .breadcrumbs {
    display: none; }

.single-press_releases main.main {
  padding-bottom: 0; }

.single-press_releases article.hentry .vcard {
  margin-bottom: 2.5em;
  font-size: 0.9em; }

.single-press_releases article.hentry h3.subtitle {
  margin: 0 0 1em; }

.single-press_releases article.hentry .actions {
  margin-top: 2em;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .single-press_releases article.hentry .actions {
      margin-top: 3em; } }

.single-press_releases article.hentry footer {
  margin-top: 2em;
  font-size: 0.9em; }
  @media screen and (min-width: 992px) {
    .single-press_releases article.hentry footer {
      margin-top: 3em; } }
  .single-press_releases article.hentry footer .container .boilerplate {
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: 3px solid #2f547e; }
  .single-press_releases article.hentry footer p:last-of-type {
    margin-bottom: 0; }

.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .news-items .news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    text-decoration: none;
    background: #f4f4f3;
    box-shadow: inset 0 0 0 2px #e9e9e8; }
    @media screen and (min-width: 600px) {
      .news-items .news-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 15px);
                flex: 0 0 calc(50% - 15px);
        margin-bottom: 30px; } }
    @media screen and (min-width: 992px) {
      .news-items .news-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.3% - 20px);
                flex: 0 0 calc(33.3% - 20px); } }
    @media screen and (min-width: 1200px) {
      .news-items .news-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 22.5px);
                flex: 0 0 calc(25% - 22.5px); } }
    .news-items .news-item .news-item-image {
      overflow: hidden; }
      .news-items .news-item .news-item-image img {
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        height: 200px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: -webkit-transform 0.3s;
             -o-transition: -o-transform 0.3s;
                transition: transform 0.3s; }
    .news-items .news-item .news-item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 15px;
      font-family: "proxima-nova-extra-condensed", sans-serif;
      font-size: 16px;
      line-height: 1;
      color: #6f8daa; }
      @media screen and (min-width: 992px) {
        .news-items .news-item .news-item-content {
          padding: 30px 30px 20px; } }
      @media screen and (min-width: 1200px) {
        .news-items .news-item .news-item-content {
          padding: 40px 30px 20px; } }
      .news-items .news-item .news-item-content h3 {
        margin: 0 0 15px;
        font-size: 21px;
        line-height: 1.142857143;
        color: #0f3a68;
        font-weight: bold;
        -webkit-transition: color 0.2s;
             -o-transition: color 0.2s;
                transition: color 0.2s; }
      .news-items .news-item .news-item-content .news-item-date {
        text-transform: uppercase;
        font-style: italic; }
      .news-items .news-item .news-item-content .news-item-url {
        margin-top: auto;
        padding-top: 50px; }
    .news-items .news-item:hover img {
      -webkit-transform: scale(1.05);
           -o-transform: scale(1.05);
              transform: scale(1.05); }
    .news-items .news-item:hover .news-item-content {
      color: #6f8daa; }
      .news-items .news-item:hover .news-item-content h3 {
        color: #6f8daa; }

form.job_filters {
  margin-bottom: 1em; }
  @media screen and (min-width: 992px) {
    form.job_filters {
      max-width: 600px;
      margin: 0 auto 2em; } }
  form.job_filters .search_jobs {
    padding: 0; }
    form.job_filters .search_jobs input {
      border: 2px solid #d1d1d1; }
  form.job_filters .chosen-container {
    border: 2px solid #d1d1d1;
    margin-bottom: 1em; }
    form.job_filters .chosen-container input.default {
      margin: 0 !important;
      padding-bottom: 1px !important;
      font-family: "proxima-nova-extra-condensed", sans-serif !important;
      font-size: 18px !important;
      color: #6f8daa !important;
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        form.job_filters .chosen-container input.default {
          font-size: 21px !important; } }
      @media screen and (min-width: 1200px) {
        form.job_filters .chosen-container input.default {
          font-size: 24px !important; } }
      .wf-loading form.job_filters .chosen-container input.default {
        color: white; }
    form.job_filters .chosen-container .chosen-choices {
      padding: 0.5em;
      border: 0; }
      form.job_filters .chosen-container .chosen-choices .search-choice {
        background: #e9e9e8;
        border: 1px solid #d1d1d1; }
  form.job_filters .job_types {
    background: 0;
    border: 0; }
    form.job_filters .job_types li {
      padding-left: 0; }
      form.job_filters .job_types li label {
        font-weight: 400; }

.job_listings .job_listing > a {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.job_listings .job_listing img {
  left: 0 !important;
  height: auto !important; }

@media screen and (min-width: 768px) {
  .job_listings .job_listing .position {
    padding-left: 60px !important; } }

.job_listings .job_listing .position h3 {
  font-size: 21px !important;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .job_listings .job_listing .position h3 {
      font-size: 24px !important; } }

.job_listings .job_listing .position .company {
  font-size: 13px; }
  @media screen and (min-width: 768px) {
    .job_listings .job_listing .position .company {
      font-size: 15px; } }

.job_listings .job_listing .location {
  margin: 0.4em 0 0.4em;
  line-height: 1.2 !important; }
  @media screen and (min-width: 768px) {
    .job_listings .job_listing .location {
      margin-top: 0.1em; } }

.job_listings .job_listing .meta .date {
  margin-top: 0.5em;
  font-size: 12px;
  line-height: 1;
  font-style: italic; }

.job_listings .job_filters .search_jobs .search_keywords {
  display: none; }

.job_listings .job_filters .search_jobs .search_location {
  float: none;
  width: 100%;
  padding-left: 0; }

.single-job_listing .company {
  min-height: 5em;
  background: #f4f4f3;
  border: 0; }
  .single-job_listing .company .tagline {
    margin-left: 3em; }

.single-job_listing .job_description {
  margin: 1.5em 0;
  padding: 1.5em 0;
  border-top: 2px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1; }
  @media screen and (min-width: 768px) {
    .single-job_listing .job_description {
      margin: 2em 0;
      padding: 2em 0; } }
  @media screen and (min-width: 1200px) {
    .single-job_listing .job_description {
      margin: 3em 0;
      padding: 3em 0; } }

.single-job_listing * + .job-application-link {
  margin-top: 2em; }

.single-job_listing .application_details.has-form {
  padding: 0;
  border: 0;
  box-shadow: none; }
  .single-job_listing .application_details.has-form .gform_wrapper {
    margin: 0 0 2em; }

body#tinymce {
  margin: 12px !important; }
  body#tinymce h3 {
    font-weight: 400; }
  body#tinymce p {
    margin-bottom: 1em;
    font-size: 18px;
    line-height: 1.5; }
    body#tinymce p.intro {
      font-size: 21px;
      line-height: 1.8; }
      @media screen and (min-width: 1200px) {
        body#tinymce p.intro {
          font-size: 24px;
          line-height: 2; } }
    body#tinymce p.asterisk {
      font-size: 14px;
      color: #7f8995;
      font-style: italic; }
  body#tinymce a {
    text-decoration: underline; }
  body#tinymce hr {
    background-color: #2f547e;
    border: 0;
    height: 3px;
    margin-top: 2em;
    margin-bottom: 2em; }
    @media screen and (min-width: 768px) {
      body#tinymce hr {
        margin-top: 3em;
        margin-bottom: 3em; } }
    @media screen and (min-width: 992px) {
      body#tinymce hr {
        margin-top: 4em;
        margin-bottom: 4em; } }

.single-product .byline.author.vcard {
  display: none; }

.posted_in {
  display: none; }
