@charset "UTF-8";
/* Utilities
------------------------------------------------------------------------------ */
/*! 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: none;
  text-decoration: underline;
  text-decoration: underline 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: 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: 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;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    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 {
  padding: .2em;
  background-color: #fcf8e3; }

.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-right: 5px;
    padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " "; }

.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; }

.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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0; }
  .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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.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-right: 15px;
  padding-left: 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; }
  table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none; }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none; }

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 > 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 {
  min-height: .01%;
  overflow-x: auto; }
  @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 {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  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; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  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);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    display: table;
    content: " "; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    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.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;
    background-image: none;
    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.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;
    background-image: none;
    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.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;
    background-image: none;
    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.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 {
  font-weight: 400;
  color: #337ab7;
  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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .nav:before, .nav:after {
    display: table;
    content: " "; }
  .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;
        cursor: not-allowed;
        background-color: transparent; }
  .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;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.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 {
      margin-bottom: 5px;
      text-align: center; }
  .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-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  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);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0; }
  .modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    display: table;
    content: " "; }
  .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 {
    display: table;
    content: " "; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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; } }

/* Easing Animations */
/* Base css
------------------------------------------------------------------------------ */
html, body {
  background-color: #1664B0; }

html {
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", sans-serif;
  color: #444444; }

h1, .h1 {
  font-size: 32px;
  line-height: 34px;
  color: #444444;
  margin: 0 0 10px 0;
  font-weight: 700;
  letter-spacing: 0; }

h2, .h2 {
  font-size: 28px;
  line-height: 32px;
  color: #444444;
  font-weight: 700;
  margin: 0 0 15px 0;
  letter-spacing: 0; }

h2.title {
  margin-bottom: 25px; }

h2.thin {
  font-weight: 100; }

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
  color: #444444;
  font-weight: 300;
  margin: 0 0 10px 0; }

h3.title {
  margin-bottom: 20px; }

.home h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px; }

h4 {
  font-size: 20px;
  line-height: 26px;
  color: #444444;
  font-weight: 700;
  margin: 0 0 10px 0; }

h5 {
  font-size: 18px;
  line-height: 22px;
  color: #444444;
  font-weight: 400;
  margin: 0 0 5px 0; }

h6 {
  font-size: 15px;
  line-height: 22px;
  color: #444444;
  font-weight: 700;
  margin: 0 0 5px 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  display: block; }

p {
  font-size: 16px;
  line-height: 26px;
  color: #444444;
  margin-bottom: 30px;
  font-weight: 400; }

a {
  color: #0277bd;
  outline: 0; }

a:focus {
  color: #0277bd;
  outline: none; }

a:hover {
  color: #0277bd; }

a img {
  border: none; }

ul, ol {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0 0 0 20px; }

sup {
  vertical-align: super;
  font-size: .6em; }

table {
  border-collapse: collapse;
  width: 100%; }

table th {
  display: table-cell; }

table td {
  display: table-cell; }

::selection {
  background: #d9d9d8;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #858585;
  margin: 15px 0;
  padding: 0; }

.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 2px solid #858585; }

time {
  line-height: 18px;
  display: inline-block;
  padding: 0 0 5px 0; }

.nowrap {
  white-space: nowrap; }

.txt-col-2 {
  column-count: 1;
  margin-bottom: 25px;
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-gap: 30px; }

.uix-intro-text {
  font-size: 16px;
  text-align: center;
  margin: 0 0 30px 0; }

.uix-note, p.uix-note {
  font-size: 14px;
  line-height: 18px; }

.uix-text-emergency {
  color: #ee4169; }

.uix-callout {
  color: #263238;
  border-width: 7px;
  padding: 15px 0 15px 15px; }

.uix-callout-success {
  border-left: 7px solid #8bc34a; }

.uix-callout-info {
  border-left: 7px solid #00acc1; }

.uix-callout-warning {
  border-left: 7px solid #f8a80c; }

.uix-callout-danger {
  border-left: 7px solid #ff3d00; }

/* Text Colors */
.text-blue {
  color: #1664B0; }

.text-white {
  color: #ffffff; }

/* Text Weights */
.text-light {
  font-weight: 300; }

.text-bold {
  font-weight: bold; }

/* text decorations */
.text-underline {
  text-decoration: underline; }

/* Helper classes
------------------------------------------------------------------------------ */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.image-left {
  float: left;
  margin: 0 20px 20px 0; }

.image-right {
  float: right;
  margin: 0 0 20px 20px; }

.has-overflow-hidden {
  overflow: hidden; }

.mt-1 {
  margin-top: 1em !important; }

.mt-2 {
  margin-top: 2em !important; }

.mt-3 {
  margin-top: 3em !important; }

.mt-4 {
  margin-top: 4em !important; }

.mt-5 {
  margin-top: 5em !important; }

.mb-1 {
  margin-bottom: 1em !important; }

.mb-2 {
  margin-bottom: 2em !important; }

.mb-3 {
  margin-bottom: 3em !important; }

.mb-4 {
  margin-bottom: 4em !important; }

.mb-5 {
  margin-bottom: 5em !important; }

.mr-1 {
  margin-right: 1em !important; }

.mr-2 {
  margin-right: 2em !important; }

.mr-3 {
  margin-right: 3em !important; }

.mr-4 {
  margin-right: 4em !important; }

.mr-5 {
  margin-right: 5em !important; }

.ml-1 {
  margin-left: 1em !important; }

.ml-2 {
  margin-left: 2em !important; }

.ml-3 {
  margin-left: 3em !important; }

.ml-4 {
  margin-left: 4em !important; }

.ml-5 {
  margin-left: 5em !important; }

.pt-1 {
  padding-top: 1em !important; }

.pt-2 {
  padding-top: 2em !important; }

.pt-3 {
  padding-top: 3em !important; }

.pt-4 {
  padding-top: 4em !important; }

.pt-5 {
  padding-top: 5em !important; }

.pb-1 {
  padding-bottom: 1em !important; }

.pb-2 {
  padding-bottom: 2em !important; }

.pb-3 {
  padding-bottom: 3em !important; }

.pb-4 {
  padding-bottom: 4em !important; }

.pb-5 {
  padding-bottom: 5em !important; }

.pr-0 {
  padding-right: 0 !important; }

.pr-1 {
  padding-right: 1em !important; }

.pr-2 {
  padding-right: 2em !important; }

.pr-3 {
  padding-right: 3em !important; }

.pr-4 {
  padding-right: 4em !important; }

.pr-5 {
  padding-right: 5em !important; }

.pl-0 {
  padding-left: 0 !important; }

.pl-1 {
  padding-left: 1em !important; }

.pl-2 {
  padding-left: 2em !important; }

.pl-3 {
  padding-left: 3em !important; }

.pl-4 {
  padding-left: 4em !important; }

.pl-5 {
  padding-left: 5em !important; }

@media (min-width: 320px) {
  /* Small devices ( old iphones, 320px and up) */
  .mt-xs-1 {
    margin-top: 1em !important; }
  .mt-xs-2 {
    margin-top: 2em !important; }
  .mt-xs-3 {
    margin-top: 3em !important; }
  .mt-xs-4 {
    margin-top: 4em !important; }
  .mt-xs-5 {
    margin-top: 5em !important; }
  .mb-xs-1 {
    margin-bottom: 1em !important; }
  .mb-xs-2 {
    margin-bottom: 2em !important; }
  .mb-xs-3 {
    margin-bottom: 3em !important; }
  .mb-xs-4 {
    margin-bottom: 4em !important; }
  .mb-xs-5 {
    margin-bottom: 5em !important; }
  .mr-xs-1 {
    margin-right: 1em !important; }
  .mr-xs-2 {
    margin-right: 2em !important; }
  .mr-xs-3 {
    margin-right: 3em !important; }
  .mr-xs-4 {
    margin-right: 4em !important; }
  .mr-xs-5 {
    margin-right: 5em !important; }
  .ml-xs-1 {
    margin-left: 1em !important; }
  .ml-xs-2 {
    margin-left: 2em !important; }
  .ml-xs-3 {
    margin-left: 3em !important; }
  .ml-xs-4 {
    margin-left: 4em !important; }
  .ml-xs-5 {
    margin-left: 5em !important; }
  .pt-xs-1 {
    padding-top: 1em !important; }
  .pt-xs-2 {
    padding-top: 2em !important; }
  .pt-xs-3 {
    padding-top: 3em !important; }
  .pt-xs-4 {
    padding-top: 4em !important; }
  .pt-xs-5 {
    padding-top: 5em !important; }
  .pb-xs-1 {
    padding-bottom: 1em !important; }
  .pb-xs-2 {
    padding-bottom: 2em !important; }
  .pb-xs-3 {
    padding-bottom: 3em !important; }
  .pb-xs-4 {
    padding-bottom: 4em !important; }
  .pb-xs-5 {
    padding-bottom: 5em !important; }
  .pr-xs-1 {
    padding-right: 1em !important; }
  .pr-xs-2 {
    padding-right: 2em !important; }
  .pr-xs-3 {
    padding-right: 3em !important; }
  .pr-xs-4 {
    padding-right: 4em !important; }
  .pr-xs-5 {
    padding-right: 5em !important; }
  .pl-xs-1 {
    padding-left: 1em !important; }
  .pl-xs-2 {
    padding-left: 2em !important; }
  .pl-xs-3 {
    padding-left: 3em !important; }
  .pl-xs-4 {
    padding-left: 4em !important; }
  .pl-xs-5 {
    padding-left: 5em !important; } }

@media (min-width: 480px) {
  /* Small devices (iphones 5, 480px and up) */
  .mt-sm-1 {
    margin-top: 1em !important; }
  .mt-sm-2 {
    margin-top: 2em !important; }
  .mt-sm-3 {
    margin-top: 3em !important; }
  .mt-sm-4 {
    margin-top: 4em !important; }
  .mt-sm-5 {
    margin-top: 5em !important; }
  .mb-sm-1 {
    margin-bottom: 1em !important; }
  .mb-sm-2 {
    margin-bottom: 2em !important; }
  .mb-sm-3 {
    margin-bottom: 3em !important; }
  .mb-sm-4 {
    margin-bottom: 4em !important; }
  .mb-sm-5 {
    margin-bottom: 5em !important; }
  .mr-sm-1 {
    margin-right: 1em !important; }
  .mr-sm-2 {
    margin-right: 2em !important; }
  .mr-sm-3 {
    margin-right: 3em !important; }
  .mr-sm-4 {
    margin-right: 4em !important; }
  .mr-sm-5 {
    margin-right: 5em !important; }
  .ml-sm-1 {
    margin-left: 1em !important; }
  .ml-sm-2 {
    margin-left: 2em !important; }
  .ml-sm-3 {
    margin-left: 3em !important; }
  .ml-sm-4 {
    margin-left: 4em !important; }
  .ml-sm-5 {
    margin-left: 5em !important; }
  .pt-sm-1 {
    padding-top: 1em !important; }
  .pt-sm-2 {
    padding-top: 2em !important; }
  .pt-sm-3 {
    padding-top: 3em !important; }
  .pt-sm-4 {
    padding-top: 4em !important; }
  .pt-sm-5 {
    padding-top: 5em !important; }
  .pb-sm-1 {
    padding-bottom: 1em !important; }
  .pb-sm-2 {
    padding-bottom: 2em !important; }
  .pb-sm-3 {
    padding-bottom: 3em !important; }
  .pb-sm-4 {
    padding-bottom: 4em !important; }
  .pb-sm-5 {
    padding-bottom: 5em !important; }
  .pr-sm-1 {
    padding-right: 1em !important; }
  .pr-sm-2 {
    padding-right: 2em !important; }
  .pr-sm-3 {
    padding-right: 3em !important; }
  .pr-sm-4 {
    padding-right: 4em !important; }
  .pr-sm-5 {
    padding-right: 5em !important; }
  .pl-sm-1 {
    padding-left: 1em !important; }
  .pl-sm-2 {
    padding-left: 2em !important; }
  .pl-sm-3 {
    padding-left: 3em !important; }
  .pl-sm-4 {
    padding-left: 4em !important; }
  .pl-sm-5 {
    padding-left: 5em !important; } }

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
  .mt-md-1 {
    margin-top: 1em !important; }
  .mt-md-2 {
    margin-top: 2em !important; }
  .mt-md-3 {
    margin-top: 3em !important; }
  .mt-md-4 {
    margin-top: 4em !important; }
  .mt-md-5 {
    margin-top: 5em !important; }
  .mb-md-1 {
    margin-bottom: 1em !important; }
  .mb-md-2 {
    margin-bottom: 2em !important; }
  .mb-md-3 {
    margin-bottom: 3em !important; }
  .mb-md-4 {
    margin-bottom: 4em !important; }
  .mb-md-5 {
    margin-bottom: 5em !important; }
  .mr-md-1 {
    margin-right: 1em !important; }
  .mr-md-2 {
    margin-right: 2em !important; }
  .mr-md-3 {
    margin-right: 3em !important; }
  .mr-md-4 {
    margin-right: 4em !important; }
  .mr-md-5 {
    margin-right: 5em !important; }
  .ml-md-1 {
    margin-left: 1em !important; }
  .ml-md-2 {
    margin-left: 2em !important; }
  .ml-md-3 {
    margin-left: 3em !important; }
  .ml-md-4 {
    margin-left: 4em !important; }
  .ml-md-5 {
    margin-left: 5em !important; }
  .pt-md-1 {
    padding-top: 1em !important; }
  .pt-md-2 {
    padding-top: 2em !important; }
  .pt-md-3 {
    padding-top: 3em !important; }
  .pt-md-4 {
    padding-top: 4em !important; }
  .pt-md-5 {
    padding-top: 5em !important; }
  .pb-md-1 {
    padding-bottom: 1em !important; }
  .pb-md-2 {
    padding-bottom: 2em !important; }
  .pb-md-3 {
    padding-bottom: 3em !important; }
  .pb-md-4 {
    padding-bottom: 4em !important; }
  .pb-md-5 {
    padding-bottom: 5em !important; }
  .pr-md-1 {
    padding-right: 1em !important; }
  .pr-md-2 {
    padding-right: 2em !important; }
  .pr-md-3 {
    padding-right: 3em !important; }
  .pr-md-4 {
    padding-right: 4em !important; }
  .pr-md-5 {
    padding-right: 5em !important; }
  .pl-md-1 {
    padding-left: 1em !important; }
  .pl-md-2 {
    padding-left: 2em !important; }
  .pl-md-3 {
    padding-left: 3em !important; }
  .pl-md-4 {
    padding-left: 4em !important; }
  .pl-md-5 {
    padding-left: 5em !important; } }

@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
  .mt-lg-1 {
    margin-top: 1em !important; }
  .mt-lg-2 {
    margin-top: 2em !important; }
  .mt-lg-3 {
    margin-top: 3em !important; }
  .mt-lg-4 {
    margin-top: 4em !important; }
  .mt-lg-5 {
    margin-top: 5em !important; }
  .mb-lg-1 {
    margin-bottom: 1em !important; }
  .mb-lg-2 {
    margin-bottom: 2em !important; }
  .mb-lg-3 {
    margin-bottom: 3em !important; }
  .mb-lg-4 {
    margin-bottom: 4em !important; }
  .mb-lg-5 {
    margin-bottom: 5em !important; }
  .mr-lg-1 {
    margin-right: 1em !important; }
  .mr-lg-2 {
    margin-right: 2em !important; }
  .mr-lg-3 {
    margin-right: 3em !important; }
  .mr-lg-4 {
    margin-right: 4em !important; }
  .mr-lg-5 {
    margin-right: 5em !important; }
  .ml-lg-1 {
    margin-left: 1em !important; }
  .ml-lg-2 {
    margin-left: 2em !important; }
  .ml-lg-3 {
    margin-left: 3em !important; }
  .ml-lg-4 {
    margin-left: 4em !important; }
  .ml-lg-5 {
    margin-left: 5em !important; }
  .pt-lg-1 {
    padding-top: 1em !important; }
  .pt-lg-2 {
    padding-top: 2em !important; }
  .pt-lg-3 {
    padding-top: 3em !important; }
  .pt-lg-4 {
    padding-top: 4em !important; }
  .pt-lg-5 {
    padding-top: 5em !important; }
  .pb-lg-1 {
    padding-bottom: 1em !important; }
  .pb-lg-2 {
    padding-bottom: 2em !important; }
  .pb-lg-3 {
    padding-bottom: 3em !important; }
  .pb-lg-4 {
    padding-bottom: 4em !important; }
  .pb-lg-5 {
    padding-bottom: 5em !important; }
  .pr-lg-1 {
    padding-right: 1em !important; }
  .pr-lg-2 {
    padding-right: 2em !important; }
  .pr-lg-3 {
    padding-right: 3em !important; }
  .pr-lg-4 {
    padding-right: 4em !important; }
  .pr-lg-5 {
    padding-right: 5em !important; }
  .pl-lg-1 {
    padding-left: 1em !important; }
  .pl-lg-2 {
    padding-left: 2em !important; }
  .pl-lg-3 {
    padding-left: 3em !important; }
  .pl-lg-4 {
    padding-left: 4em !important; }
  .pl-lg-5 {
    padding-left: 5em !important; } }

@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
  .mt-xl-1 {
    margin-top: 1em !important; }
  .mt-xl-2 {
    margin-top: 2em !important; }
  .mt-xl-3 {
    margin-top: 3em !important; }
  .mt-xl-4 {
    margin-top: 4em !important; }
  .mt-xl-5 {
    margin-top: 5em !important; }
  .mb-xl-1 {
    margin-bottom: 1em !important; }
  .mb-xl-2 {
    margin-bottom: 2em !important; }
  .mb-xl-3 {
    margin-bottom: 3em !important; }
  .mb-xl-4 {
    margin-bottom: 4em !important; }
  .mb-xl-5 {
    margin-bottom: 5em !important; }
  .mr-xl-1 {
    margin-right: 1em !important; }
  .mr-xl-2 {
    margin-right: 2em !important; }
  .mr-xl-3 {
    margin-right: 3em !important; }
  .mr-xl-4 {
    margin-right: 4em !important; }
  .mr-xl-5 {
    margin-right: 5em !important; }
  .ml-xl-1 {
    margin-left: 1em !important; }
  .ml-xl-2 {
    margin-left: 2em !important; }
  .ml-xl-3 {
    margin-left: 3em !important; }
  .ml-xl-4 {
    margin-left: 4em !important; }
  .ml-xl-5 {
    margin-left: 5em !important; }
  .pt-xl-1 {
    padding-top: 1em !important; }
  .pt-xl-2 {
    padding-top: 2em !important; }
  .pt-xl-3 {
    padding-top: 3em !important; }
  .pt-xl-4 {
    padding-top: 4em !important; }
  .pt-xl-5 {
    padding-top: 5em !important; }
  .pb-xl-1 {
    padding-bottom: 1em !important; }
  .pb-xl-2 {
    padding-bottom: 2em !important; }
  .pb-xl-3 {
    padding-bottom: 3em !important; }
  .pb-xl-4 {
    padding-bottom: 4em !important; }
  .pb-xl-5 {
    padding-bottom: 5em !important; }
  .pr-xl-1 {
    padding-right: 1em !important; }
  .pr-xl-2 {
    padding-right: 2em !important; }
  .pr-xl-3 {
    padding-right: 3em !important; }
  .pr-xl-4 {
    padding-right: 4em !important; }
  .pr-xl-5 {
    padding-right: 5em !important; }
  .pl-xl-1 {
    padding-left: 1em !important; }
  .pl-xl-2 {
    padding-left: 2em !important; }
  .pl-xl-3 {
    padding-left: 3em !important; }
  .pl-xl-4 {
    padding-left: 4em !important; }
  .pl-xl-5 {
    padding-left: 5em !important; } }

/* Layout for main sections
------------------------------------------------------------------------------ */
/* Utility Navigation */
.nav-utility {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  display: none; }

.nav-utility a, .nav-utility a:focus {
  color: #666;
  padding: 5px 15px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
  text-decoration: none;
  transition: all 150ms ease-out; }

.nav-utility a:hover, .nav-utility a.active {
  color: #666;
  background-color: #e5e5e5; }

.utility-left,
.utility-left a {
  float: left; }

.utility-left a:last-child {
  border-right: 1px solid #e5e5e5; }

.utility-right {
  float: right;
  min-height: 30px; }

.utility-right a {
  float: left; }

.utility-right a:last-child {
  border-right: 1px solid #e5e5e5; }

.utility-right > a.btn-sales {
  color: #fff;
  background-color: #1664B0; }

.utility-right > a.btn-sales:hover {
  color: #fff;
  background-color: #135799; }

.utility-right > a.btn-careers {
  color: #f06000; }

.utility-right > a.btn-careers:hover {
  color: #fff; }

.utility-right > a.btn-login {
  color: #fff;
  background-color: #f06000; }

.utility-right > a.btn-login:hover {
  color: #fff;
  background-color: #d75600; }

.utility-right > a.btn-realworld {
  color: #fff;
  background-color: #01579b; }

.utility-right > a.btn-realworld:hover {
  color: #fff;
  background-color: #013b68; }

.nav-utility-mobile {
  padding: 12px 0 12px 0; }

.utility-mobile-right {
  padding-top: 5px; }

.nav-utility-mobile .utility-mobile-links {
  padding-top: 5px; }

.nav-utility-mobile .utility-mobile-links a, .nav-utility-mobile .utility-mobile-links a:focus {
  color: #1664B0;
  padding: 12px 0 12px 0;
  display: inline-block;
  text-decoration: none;
  width: 50%;
  float: left;
  transition: all 150ms ease-out; }

.nav-utility-mobile .utility-mobile-links a:hover, .nav-utility-mobile .utility-mobile-links a.active {
  color: #fff;
  background-color: #1664B0; }

.nav-utility-mobile .btn-primary {
  color: #fff;
  padding: 8px 25px; }

.nav-utility-mobile .btn {
  padding: 8px 10px; }

.navbar-realpage a.btn-free-trial {
  position: relative;
  z-index: 10;
  display: inline-block;
  float: right;
  background-color: #f06000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  transition: all 150ms ease-out;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  min-width: 140px;
  margin: 18px 70px 0;
  text-decoration: none;
  padding: 8px 10px;
  display: none; }

.navbar-realpage a.btn-free-trial.btn-info {
  background-color: #00acc1;
  border-color: #00acc1; }

.navbar-realpage a.btn-free-trial.btn-info:focus, .navbar-realpage a.btn-free-trial.btn-info:hover {
  background-color: #007f8e;
  border-color: #007584; }

/* Logo */
.navbar-brand {
  width: 240px;
  padding: 0;
  height: 75px;
  transition: all 150ms ease-out; }

.navbar-brand img {
  transition: all 150ms ease-out; }

/* Main Navigation */
.uix-navigation {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #fff;
  top: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

#wrap {
  padding-top: 75px; }

#wrap.active {
  padding-top: 106px; }

#wrap.active .navbar-brand {
  transition: all 150ms ease-out; }

#wrap.active .uix-navigation {
  position: fixed;
  top: -30px;
  width: 100%;
  z-index: 100; }

body.page.admin-bar #wrap .uix-navigation,
body.blog.admin-bar #wrap .uix-navigation,
body.tax-series.admin-bar #wrap .uix-navigation,
body.single.admin-bar #wrap .uix-navigation,
body.search.admin-bar #wrap .uix-navigation {
  top: 32px; }

/* Navigation */
.navbar-header {
  float: none;
  position: relative;
  z-index: 200; }

.navbar-realpage {
  position: fixed;
  top: 75px;
  bottom: 0;
  left: 0;
  background-color: #eeeeee;
  transition: all, 500ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  width: 100%;
  left: 100%; }

.navbar-realpage.nav-show {
  left: 0; }

.navbar-realpage.nav-mobile {
  margin-right: 0; }

.nav-realpage {
  position: relative; }

.nav-realpage li {
  position: static; }

.nav-realpage ul {
  padding: 0;
  padding: 0; }

.nav-realpage ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0; }

.nav-realpage > li > a {
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  color: #444444;
  text-transform: uppercase;
  border-bottom: 3px solid #eeeeee;
  padding: 20px 15px 20px 15px;
  text-align: left;
  transition: all 150ms ease-out;
  margin-bottom: 0; }

.nav-realpage > li > a > i {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 15px; }

.nav-realpage > li.active > a {
  background-color: #e0e0e0;
  border-bottom: 3px solid #1664B0; }

.nav-realpage li.nav-active:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #fff; }

.nav-realpage > li > ul {
  margin: 0;
  padding: 0 70px 0 0;
  position: fixed;
  top: 75px;
  bottom: 0;
  width: 100%;
  left: 100%;
  transition: all, 350ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  background-color: #eeeeee;
  z-index: 20;
  overflow-y: scroll;
  border-left: 1px solid #bdbdbd; }

.nav-realpage > li.active > ul {
  z-index: 30;
  left: 70px;
  transition: all, 350ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */ }

.nav-realpage > li > ul > li {
  display: block; }

.nav-realpage > li > ul > li ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  display: block;
  padding: 10px 10px 10px 20px;
  text-decoration: none;
  transition: all 150ms ease-out; }

.nav-realpage > li > ul > li ul li a:hover {
  color: #fff;
  background-color: #f06000;
  /* Experimenting Only */ }

/* Level 3 */
.nav-realpage > li > ul > li > ul > li > a {
  font-weight: bold;
  padding: 10px 10px 10px 20px; }

.nav-realpage > li > ul > li > ul > li > a:focus, .nav-realpage > li > ul > li > ul > li > a:hover {
  padding-left: 25px; }

/* Product */
.nav-realpage a.nav-product {
  text-decoration: none;
  padding-top: 25px;
  display: block;
  padding: 25px 15px 0 15px; }

.nav-realpage .nav-product {
  text-align: center;
  padding-top: 15px; }

.nav-realpage .nav-product p {
  font-size: 15px;
  padding: 0 10px;
  color: #757575;
  line-height: 20px; }

.btn-navbar {
  float: right;
  padding: 15px 15px 10px 10px;
  font-size: 42px;
  line-height: 42px;
  color: #222;
  display: block;
  text-decoration: none;
  z-index: 101; }

.btn-navbar:focus, .btn-navbar:hover {
  font-size: 42px;
  color: #222;
  text-decoration: none; }

/* Site Search */
.nav-utility-mobile .site-search {
  display: block; }

.site-search {
  padding: 0 0 0 0;
  overflow: hidden;
  float: right;
  display: block;
  margin: 20px 0 20px;
  border-radius: 30px;
  width: 0px;
  height: 38px;
  border: 1px solid #fff;
  transition: width .2s ease-out;
  display: none;
  overflow: hidden; }

.site-search.expanded {
  width: 200px;
  height: 38px;
  border: 1px solid #444444;
  margin: 20px 0 20px 20px;
  background: #ffffff; }

.nav-utility-mobile .site-search.expanded {
  margin: 8px 0 20px 8px;
  position: relative; }

.site-search .search-input {
  float: left; }

.site-search.expanded .search-input {
  display: block; }

.site-search .search-input:before {
  font-family: "propertyware" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
  font-size: 12px;
  position: absolute;
  top: 14px;
  left: 6px;
  color: #999;
  display: none; }

.site-search .search-input input,
.site-search .search-input input:focus,
.site-search .search-input input:active {
  box-shadow: none;
  margin: 0;
  padding: 6px 0px 5px 0px;
  height: 40px;
  font-size: 12px;
  outline: 0;
  color: #666;
  position: relative;
  float: left;
  border: none;
  top: -3px;
  left: 20px; }

.site-search .search-submit {
  position: absolute;
  color: #666;
  top: 23px;
  margin-left: 160px;
  display: none; }

.nav-utility-mobile .search-submit {
  top: 2px;
  display: block;
  margin-left: 0;
  left: 80%; }

.nav-utility-mobile .search-expander {
  display: block; }

.search-expander {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 20px;
  line-height: 40px;
  margin: 18px 10px 18px 20px;
  border: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  outline: 0;
  background: #444444;
  border-radius: 40px;
  float: right;
  text-align: center;
  cursor: pointer;
  transition: all .5s linear;
  display: none; }

.search-expander.closed {
  display: none; }

.nav-utility-mobile .search-expander {
  margin: 8px 0 8px 0; }

.site-search .search-submit button {
  font-size: 20px;
  line-height: 18px;
  margin: 0;
  border: 0;
  color: #444444 !important;
  width: 36px !important;
  height: 30px;
  outline: 0;
  background: transparent !important;
  border: none !important; }

.btn-search-cancel {
  float: left;
  color: #444;
  text-align: center;
  padding: 12px 0 12px 0;
  cursor: pointer;
  position: relative;
  left: 10px;
  top: -3px; }

.nav-utility-mobile .site-search {
  width: 100%; }

/* Navigation Extra */
.navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.navbar-toggle {
  margin-bottom: 5px;
  font-size: 32px;
  color: #222;
  display: block;
  text-decoration: none; }

.nav-justified > li, .nav-tabs.nav-justified > li {
  display: block;
  width: 100%; }

/* Share */
.uix-share {
  position: relative;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  height: 0;
  background-color: #01273d; }

.uix-share-content {
  overflow: hidden;
  height: 120px;
  position: relative; }

.uix-share-header {
  padding: 15px 15px 10px 15px; }

.uix-share-header .h4 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase; }

.uix-share-body {
  position: relative;
  padding: 5px 15px; }

.uix-share-body a {
  margin: 0 15px 0 0 !important; }

.uix-share-close {
  position: absolute;
  display: block;
  padding: 5px;
  right: 0;
  z-index: 10;
  text-decoration: none; }

.uix-share-close:hover {
  text-decoration: none; }

.uix-share-close i {
  font-size: 44px;
  color: #fff; }

.nav-product .smaller-text {
  font-size: 14px;
  margin-bottom: 0; }

.nav-product .smaller-name {
  font-size: 12px; }

.gtm-frame {
  display: none;
  visibility: hidden; }

.ads-pixel-div {
  display: none; }

.ads-pixel {
  border-style: none; }

/* Custom Media Queries
------------------------------------------------------------------------------ */
@media (min-width: 320px) {
  /* Small devices ( old iphones, 320px and up) */
  .navbar-realpage {
    overflow-y: scroll; }
  .nav-utility-mobile .search-submit {
    left: 70%; } }

@media (min-width: 480px) {
  /* Small devices (iphones 5, 480px and up) */
  .navbar-realpage {
    overflow-y: visible; }
  .nav-utility-mobile .search-submit {
    left: 70%; } }

@media (min-width: 500px) {
  .nav-utility-mobile .search-submit {
    left: 80%; } }

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
  /* Layout Navigation */
  .navbar-realpage {
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 100%;
    background-color: #eeeeee;
    transition: all, 500ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
    width: 460px;
    left: 100%; }
  .navbar-realpage.nav-show {
    margin-left: -460px;
    left: 100%; }
  .nav-realpage > li > ul {
    position: fixed;
    top: 75px;
    width: 460px; }
  .nav-realpage > li.active > ul.active-mobile {
    margin-left: -390px;
    left: 100%; }
  /* Product */
  .nav-realpage a.nav-product {
    padding: 25px 5px 0 5px; }
  .nav-utility-mobile .search-submit {
    left: 82%; } }

@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
  #wrap {
    padding-top: 106px; }
  .uix-navigation {
    position: fixed; }
  /* Layout Navigation */
  .nav-utility {
    display: block; }
  .navbar-realpage,
  .nav-realpage > li > ul {
    top: 106px; }
  #wrap.active .navbar-realpage,
  #wrap.active .nav-realpage > li > ul {
    top: 75px; } }

@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
  /* Layout Navigation */
  .navbar-brand {
    width: 240px;
    padding: 0; }
  .nav-realpage > li > ul {
    top: 0; } }

@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */ }

/* Custom Navigation Break Points */
@media (min-width: 1210px) {
  #wrap {
    padding-top: 106px; }
  .uix-navigation {
    position: fixed; }
  .navbar-header {
    float: left; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .navbar-realpage {
    position: relative;
    width: auto;
    left: 0;
    top: 0;
    background-color: transparent; }
  #wrap.active .navbar-realpage {
    top: 0; }
  .nav-realpage {
    width: 70%; }
  .nav-realpage > li > a {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    color: #444444;
    text-transform: uppercase;
    border-bottom: none;
    padding: 25px 5px 24px 5px;
    text-align: center;
    transition: all 150ms ease-out; }
  .nav-realpage > li > a > i {
    display: none; }
  .nav-realpage > li > a:focus,
  .nav-realpage > li > a:hover,
  .nav-realpage > li.active > a {
    background-color: #eeeeee;
    border-bottom: none; }
  .nav-realpage > li ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative; }
  .nav-realpage > li > ul > li ul li a {
    font-size: 15px;
    line-height: 18px;
    color: #666666;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    transition: all 150ms ease-out; }
  .nav-realpage > li > ul > li ul li a:hover {
    color: #fff;
    background-color: #1664B0;
    /* Experimenting Only */ }
  .nav-realpage > li > ul > li ul li a span {
    font-size: 10px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    display: block;
    transition: all 150ms ease-out; }
  .nav-realpage > li > ul > li ul li a:hover span {
    color: #fff; }
  .nav-realpage > li > ul > li ul li a span.nc {
    display: inline;
    color: #666; }
  .nav-realpage > li > ul > li ul li a:hover span.nc {
    color: #fff; }
  /* Level 2 */
  .nav-realpage > li {
    position: relative; }
  .nav-realpage > li > ul {
    display: none;
    position: absolute;
    top: 78px;
    z-index: 10;
    background-color: #eeeeee;
    padding: 20px 0 10px 0;
    border-bottom: 5px solid #1664B0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    left: 50%;
    bottom: auto;
    border-left: none; }
  .nav-realpage > li.active ul {
    display: block;
    left: 50%; }
  .nav-realpage > li > ul > li {
    display: block;
    width: 255px;
    float: left;
    min-height: 200px;
    border-left: 1px solid #d3cecb; }
  .nav-realpage > li > ul > li:last-child {
    border-right: none; }
  .nav-realpage > li > ul > li hr {
    border-top: 1px solid #d3cecb; }
  /* Level 3 */
  .nav-realpage > li > ul > li > ul > li > a {
    font-weight: bold;
    padding: 10px 10px 10px 20px; }
  .nav-realpage > li > ul > li > ul > li > a:focus, .nav-realpage > li > ul > li > ul > li > a:hover {
    padding-left: 25px; }
  /* Level 4 */
  .nav-realpage > li > ul > li > ul > li > ul {
    padding-bottom: 0; }
  .nav-realpage > li > ul > li > ul > li > ul > li > a {
    padding: 10px 0 10px 35px; }
  .nav-realpage > li > ul > li > ul > li > ul > li:before {
    font-family: "propertyware" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: " ";
    color: #1664B0;
    position: absolute;
    top: 11px;
    left: 15px; }
  .nav-realpage > li > ul > li > ul > li > ul > li > a:hover:before,
  .nav-realpage > li > ul > li > ul > li > ul > li:hover:before {
    color: #fff; }
  .nav-realpage > li > ul > li > ul > li > ul > li > a:focus,
  .nav-realpage > li > ul > li > ul > li > ul > li > a:hover {
    padding-left: 40px; }
  /* Product */
  .nav-realpage .nav-col-1 {
    width: 250px;
    margin-left: -125px; }
  .nav-realpage .nav-col-2 {
    width: 512px;
    /* 2px over */
    margin-left: -256px; }
  .nav-realpage .nav-col-3 {
    width: 767px;
    /* 2px over */
    margin-left: -384px; }
  .nav-realpage .nav-col-4 {
    width: 1022px;
    /* 2px over */
    margin-left: -384px; }
  .nav-realpage .nav-col-3.first {
    margin-left: 0;
    left: 0; }
  .nav-realpage .nav-col-2.last,
  .nav-realpage .nav-col-3.last {
    margin-left: 0;
    right: 0;
    left: inherit; }
  .nav-realpage a.nav-product {
    text-decoration: none;
    padding-top: 25px;
    display: block;
    padding: 25px 5px 0 15px; }
  .nav-realpage .nav-product {
    text-align: center;
    padding-top: 15px; }
  .nav-realpage .nav-product h6 {
    text-transform: none; }
  .btn-navbar {
    display: none; }
  .site-search {
    display: block; }
  .site-search.expanded {
    display: block; }
  .search-expander {
    display: block; }
  .navbar-realpage a.btn-free-trial {
    display: block; }
  .nav-utility-mobile {
    display: none; } }

@media (min-width: 1400px) {
  .uix-navigation .container-fluid {
    max-width: 1400px; } }

.sub-header-nav {
  background-color: #263238; }

.uix-sub-nav {
  margin: 0;
  padding: 0; }

.uix-sub-nav li {
  display: inline-block;
  color: #b0b0b0 !important; }

.uix-sub-nav li a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #b0b0b0;
  padding: 15px 12px;
  display: inline-block;
  text-decoration: none;
  transition: all 150ms ease-out; }

.uix-sub-nav li a:hover {
  color: #fff;
  background-color: #1664B0; }

.uix-sub-nav li.current-cat a {
  color: #fff; }

.uix-sub-nav li.current-cat a:after,
.uix-sub-nav li.current-cat-parent a:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border: 2px solid #1664B0; }

#wrap {
  background: #fff;
  overflow: hidden; }

.section {
  padding-top: 20px;
  padding-bottom: 20px; }

.wrapper > .container:first-child .section:first-child {
  padding-top: 5px; }
  @media (min-width: 768px) {
    .wrapper > .container:first-child .section:first-child {
      padding-top: 10px; } }
  @media (min-width: 992px) {
    .wrapper > .container:first-child .section:first-child {
      padding-top: 20px; } }

.page-content img {
  margin-bottom: 15px; }

.page-content .img-flex {
  display: block;
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px; }

.diviter {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585; }

.diviter-top {
  border-top: 1px solid #858585; }

.diviter-bottom {
  border-bottom: 1px solid #858585; }

.section p:last-child {
  margin-bottom: 0; }

.section .section-title {
  text-align: center;
  margin-bottom: 15px; }

.section .section-title + h3 {
  margin-bottom: 30px;
  margin-top: -25px; }

.section .section-title + p {
  margin-bottom: 60px;
  text-align: center; }

.section .section-title + p.text-left, .text-left {
  text-align: left; }

.section .section-title + p.text-right, .text-right {
  text-align: right; }

.section .section-title + p.text-center, .text-center {
  text-align: center; }

.text-left.no-margin {
  margin-bottom: 0; }

.text-right.no-margin {
  margin-bottom: 0; }

.text-center.no-margin {
  margin-bottom: 0; }

.section .section-title + p.no-margin {
  margin-bottom: 30px; }

.bc_cover {
  margin-bottom: 25px; }

.uix-container {
  max-width: 1400px;
  margin: 0 auto; }

.uix-text-quote {
  color: #263238;
  border-left: 7px solid #213648;
  padding-left: 15px; }

.uix-case-study-nopadding {
  padding-top: 0 !important; }

.gray-back {
  background: #f4f4f4;
  padding: 2.1em;
  padding-left: 2.1em !important;
  padding-left: 2.1em !important; }

/* Checked Bullets with Circle */
.uix-checked-list {
  margin: 0 0 20px 0;
  padding: 0; }

.uix-checked-list > li {
  list-style: none;
  position: relative;
  padding: 0 0 10px 45px; }

.uix-checked-list > li {
  list-style: none;
  position: relative;
  padding: 0 0 10px 45px; }

.whats-new-item .uix-checked-list > li {
  padding: 0 0 0 45px; }

.uix-checked-list > li::before {
  font-family: "propertyware" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  color: #1664B0;
  position: absolute;
  top: -2px;
  left: 2px;
  font-size: 30px; }

.uix-checked-list > li.no::before {
  content: ""; }

/* Flex Box Equal Height */
.uix-grid-bottom div[class^="col-"], .uix-grid-bottom div[class*=" col-"] {
  border-bottom: 1px solid #858585;
  margin-bottom: 15px; }

.uix-contact-sales {
  position: fixed;
  top: 50%;
  right: -44px;
  margin-top: -70px;
  z-index: 50;
  transition: all, 400ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */ }

.uix-contact-sales.active {
  right: -5px; }

.uix-contact-sales:hover.active {
  right: 0px; }

.uix-contact-sales img {
  width: 40px; }

/* Roles */
.uix-roles .tab-links a {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
  height: 270px;
  text-decoration: none; }

.uix-roles .tab-links a h6 {
  margin-bottom: 25px;
  text-transform: uppercase; }

.uix-roles .uix-roles-media {
  display: block; }

.uix-roles .uix-roles-media img {
  display: block;
  max-width: 100%; }

.uix-roles .tab-content {
  text-align: center; }

.uix-roles .tab-content p {
  font-size: 18px;
  font-weight: bold; }

/* CTA */
.cta-text {
  font-size: 22px;
  line-height: 24px;
  text-align: center; }

.cta-page {
  border-top: 2px solid #1664B0;
  border-bottom: 2px solid #1664B0;
  padding: 30px 0 15px 15px; }

.cta-page p.cta-headline {
  font-size: 24px;
  line-height: 34px; }

.cta-page .uix-btn {
  text-align: center; }

.cta-h3-sm-margin {
  margin-bottom: 10px; }

/*********** ebook cta  ********/
.ebook-cta .cta-content {
  background: #eeeeee;
  border-top: 4px solid #1664B0; }

.ebook-cta .cta-image {
  min-height: 360px;
  background: no-repeat;
  background-size: cover; }

.ebook-cta .cta-header {
  font-weight: bold; }

.ebook-cta .cta-content {
  min-height: 360px;
  padding: 30px 30px 0; }

.ebook-cta .cta-text {
  font-size: 16px;
  text-align: left; }

.ebook-cta .cta-actions a {
  font-weight: bold;
  font-size: 16px; }

/* Page Wide Product Diviter */
.page-product {
  position: relative;
  background-size: cover;
  background-position: top right; }

.page-product-text {
  position: relative;
  background-size: cover;
  background-position: top right; }

.page-product:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(27, 71, 104, 0.7); }

.page-product img {
  max-width: 100%;
  display: inline-block;
  margin: 0 0 -70px 0; }

.page-product-text {
  text-align: center;
  padding: 15px 0 30px 0; }

.item-product {
  position: relative;
  text-align: center;
  display: block;
  padding-top: 60px;
  margin: 0 15px 120px 15px; }

.item-product-no {
  padding-top: 0; }

.item-product-1 {
  background-image: url(../images/uix-video-bg-1.jpg); }

.item-product-3 {
  background-image: url(../images/uix-video-bg-3.jpg); }

.item-product-lead-tracking {
  background-image: url(../images/header_marketing_lead-tracking_spacer.jpg); }

.item-product-text {
  padding: 150px 0; }

.item-product-text h2,
.item-product-text p {
  color: #fff;
  text-align: center; }

.heading-demo-link {
  position: relative;
  top: -25px; }

/* Even Columns */
.col-md-even h3 {
  margin-bottom: 15px; }

/* */
/* Page Box Section */
.uix-box .btn-link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 0;
  color: #1664B0; }

.uix-box .box-icon {
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  padding-top: 32px;
  border: 1px solid #f06000; }

.uix-box .box-title {
  font-size: 18px;
  line-height: 24px;
  padding: 15px 15px 5px 15px; }

.uix-box .uix-box-media {
  overflow: hidden; }

.uix-box .uix-box-media .uix-box-image {
  display: block;
  width: 100px; }

.uix-box .uix-box-media .uix-box-icon {
  display: inline-block;
  width: 68px;
  height: 68px;
  text-align: center;
  overflow: hidden; }

.uix-box .uix-box-media .uix-box-icon i {
  font-size: 42px;
  line-height: 65px; }

.uix-box .uix-box-media .uix-box-mark {
  display: inline-block;
  border: 1px solid #eeeeee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center; }

.uix-box .uix-box-media .uix-box-mark i {
  font-size: 30px;
  line-height: 36px; }

.uix-box.uix-box1 .uix-box-media {
  margin: 0 0 15px 0; }

.uix-box, .uix-box-body {
  overflow: hidden;
  zoom: 1;
  padding-bottom: 15px; }

.uix-box-body h6 {
  text-transform: uppercase; }

.uix-box {
  margin-bottom: 30px; }

.uix-box-body p {
  margin-bottom: 5px; }

.uix-box-title-only .uix-box {
  margin-bottom: 10px; }

.uix-box.uix-box2 .uix-box-media {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px; }

.uix-box.uix-box2 .uix-box-body,
.uix-box.uix-box3 .uix-box-body {
  display: table-cell;
  vertical-align: top;
  width: 10000px; }

.brightcove-container {
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

/* Videos */
.video-cta > .row > div {
  padding-left: 0;
  padding-right: 0; }

.uix-video {
  background-color: #e0e0e0;
  background-size: cover; }

.uix-video .brightcove-container {
  margin-bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.uix-video-default {
  background-image: url(../images/uix-video-bg-2.jpg);
  background-position: center center; }

.uix-video-default h2,
.uix-video-default h3,
.uix-video-default h4,
.uix-video-default p {
  color: #fff; }

/* Success Story*/
/* Component Section 4 */
.cs-4 {
  border-bottom: 2px solid #858585;
  position: relative; }

.cs-4 .uix-box-col-bc-img img {
  margin-bottom: 0;
  max-width: 100%;
  height: auto; }

.cs-4 .uix-box-col-bc-img.uix-case-study-logo {
  vertical-align: top; }

.cs-4 .uix-box-col-bc-img {
  text-align: center; }

.cs-4 .uix-btn {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -45px; }

/* Component Section 4 with Quote */
.cs-4 .uix-quote {
  padding-top: 60px; }

.cs-4 .uix-quote h6 {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase; }

.cs-4 .uix-quote .uix-quote-text {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 20px; }

.cs-4 .uix-quote .uix-quote-name {
  color: #666; }

.cs-4b {
  margin-bottom: 40px; }

.cs-4b .row {
  margin-right: 0;
  margin-left: 0; }

.cs-4b div[class^="col-"], .cs-4b div[class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.cs-4b .btn-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px; }

.cs-4b .uix-quote-small {
  padding: 15px 15px 15px 15px;
  min-height: 340px; }

.cs-4b .uix-quote-small h6 {
  font-size: 15px;
  margin-bottom: 0; }

.cs-4b .uix-quote-small .uix-quote-small-text {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 20px; }

.cs-4b .uix-quote-small .uix-quote-small-name {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #666; }

.cs-4b .uix-box-col-bc-img {
  text-align: center; }

.cs-4b .uix-box-col-bc-img img {
  margin-bottom: 0; }

/* Component 5 */
.cs-5 [class*="col-"] {
  height: 300px;
  overflow-y: hidden; }

.cs-5 .uix-box-bg {
  background: #eae3de;
  padding-left: 25px; }

.cs-5 .uix-box-full-img {
  margin-left: -15px; }

.cs-5 .uix-box1 {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

/* Component 6 */
.cs-6 {
  border-bottom: 1px solid #f0f0f0; }

.cs-6 .uix-box-col-bc-img {
  text-align: center; }

.cs-6 .uix-box-col-bc-img img {
  margin-bottom: -30px; }

/* Swiper Reset */
.swiper-container {
  width: 100%; }

/* UIX Quotes */
.uix-swiper-quotes {
  height: 460px; }

.uix-quotes.uix-swiper-quotes .uix-quote-text {
  font-size: 18px; }

.uix-quote-wide {
  background-color: #eeeeee; }

.uix-quote-default {
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585; }

.uix-quotes {
  background-color: #eeeeee; }

.uix-quotes .swiper-slide {
  text-align: left;
  /* Center slide text vertically */ }

.uix-quotes .uix-quote-text {
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  text-align: left;
  padding: 30px 30px 30px 90px;
  margin-bottom: 0;
  background: url(../images/uix-quotes.png) 0 40px no-repeat; }

.uix-quotes .uix-quote-name {
  color: #666;
  padding-left: 90px; }

.uix-quotes .uix-quote-title {
  color: #444; }

.uix-js-product-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px; }

.uix-js-product-slider .uix-cq-buttons {
  margin: -40px auto 0 !important; }

.uix-quotes.uix-js-product-slider .swiper-wrapper {
  margin-bottom: 60px; }

.uix-quotes.swiper-container-vertical > .swiper-pagination-bullets {
  right: 8%; }

.uix-quotes.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px 0; }

/* Blog */
.entry-author {
  margin-bottom: 0; }

.entry-image {
  margin-bottom: 15px; }

.entry-video {
  position: relative;
  padding-top: 1.5625rem;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 57.25%; }

.entry-share {
  padding: 15px 0 30px 0; }

/* Article List */
.list-article {
  clear: both;
  margin: 0; }

.list-article .list-media {
  float: none;
  margin: 0 0 15px 0;
  width: 100%;
  overflow: hidden;
  height: 160px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.list-article .list-media a {
  display: block; }

.list-article .list-media a img {
  display: block;
  width: 100%; }

.list-article .media-body p {
  padding-bottom: 15px; }

.list-article .list-heading {
  text-transform: none; }

/* Category List Article */
.list-category {
  clear: both;
  overflow: hidden;
  margin: 0;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 15px 5px; }

.list-category .list-media {
  width: 260px;
  height: 145px; }

.list-category .list-media {
  float: none;
  margin: 0 15px 15px 0;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.list-category .list-media .img-responsive {
  width: 100%; }

/* Related Articles */
.related-articles {
  margin-bottom: 20px; }

.related-articles .media-left,
.related-articles .media-left a {
  min-width: 90px;
  max-width: 90px; }

.related-articles .media-left img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  float: left;
  margin-right: 1em; }

.related-articles h4 {
  padding: 20px 0; }

.related-articles .media-body h5 {
  font-size: 17px;
  line-height: 18px;
  font-weight: bold; }

.related-articles .media-body p {
  font-size: 12px;
  line-height: 18px; }

.media-left, .media > .pull-left {
  padding-right: 22px; }

.related-articles .featured {
  min-height: 340px; }

.related-articles .featured .media {
  height: 210px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); }

.related-articles .featured .media img {
  width: 100%; }

.related-articles .featured h6 {
  margin-bottom: 15px;
  text-transform: none; }

article.thumbnails {
  margin-bottom: 25px; }

/* Main Featured */
.main-featured {
  position: relative; }

.main-featured .media {
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 4px 4px 0 0; }

.main-featured .media a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(27, 71, 104, 0.7); }

.main-featured h2 {
  color: #fff;
  text-align: center;
  padding: 0 15px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%); }

.main-featured h2 a:before {
  font-family: "propertyware" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 30px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
  display: none; }

.main-featured h2 a {
  color: #fff; }
  .main-featured h2 a button {
    margin-top: 20px; }

/* Misc */
.image-left,
.alignleft {
  float: none;
  margin: 0 0 15px 0;
  max-width: 100%;
  display: block; }

.image-right,
.alignright {
  float: none;
  margin: 0 0 15px 0;
  max-width: 100%;
  display: block; }

.image-border {
  border: 1px solid #858585; }

.image-rounded {
  border-radius: 3px; }

iframe[name="google_conversion_frame"] {
  display: none; }

.size-full {
  max-width: 100%;
  display: block;
  height: auto; }

.uix-webcast-callout {
  background: #000 url(/lp/think-propertyware/images/990_webcast.png) 50% 100% no-repeat;
  background-size: 100%;
  position: relative;
  bottom: -40px;
  height: 600px;
  padding-top: 40px; }

.uix-webcast-callout h3, .uix-webcast-callout p {
  color: #ffffff; }

@media (min-width: 768px) {
  .uix-js-thinkpwquotes-slider .uix-box-col-bc-img img.client {
    margin: 0;
    border-bottom: none;
    width: 100% !important; } }

@media all and (min-width: 992px) {
  .gray-back {
    background: #f4f4f4;
    padding: 2.1em;
    padding-left: 0 !important;
    padding-left: 0 !important;
    min-height: 273px; }
  .uix-webcast-callout {
    background: #000 url(/lp/think-propertyware/images/webcast-background.jpg) bottom right no-repeat;
    height: 350px; } }

@media all and (min-width: 1200px) {
  .gray-back {
    padding: 4.1em;
    padding-left: 0 !important;
    padding-left: 0 !important;
    min-height: 330px; } }

.realpage-sidebar h4 {
  text-transform: none;
  margin-bottom: 15px; }

.realpage-sidebar h4:after {
  content: "";
  display: block;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #1664B0; }

.uix-side-nav ul {
  margin: 0 0 20px 0;
  padding: 0; }

.uix-side-nav ul li {
  display: block;
  list-style: none;
  position: relative; }

.uix-side-nav ul li a {
  display: block;
  padding: 10px 0 10px 30px;
  text-decoration: none;
  color: #3c4349;
  border-bottom: 1px solid #e0e0e0;
  transition: all 150ms ease-out; }

.uix-side-nav ul li a:hover,
.uix-side-nav ul li.current-cat a {
  color: #1664B0;
  background-color: #eeeeee; }

.uix-side-nav ul li.current_page_item > a {
  background-color: #eeeeee; }

.uix-side-nav ul li:before {
  font-family: "propertyware" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  color: #1664B0;
  position: absolute;
  top: 10px;
  left: 2px;
  font-size: 24px; }

.uix-side-nav ul li.current_page_parent > a {
  font-weight: bold; }

.uix-side-nav ul li.current_page_parent:before {
  content: " "; }

.uix-side-nav ul li.current_page_item ul.children {
  display: block; }

.uix-side-nav ul li ul.children {
  display: none; }

.uix-side-nav ul li ul.children li:before {
  content: ''; }

.uix-side-nav ul li ul.children li a {
  padding-left: 40px; }

.realpage-sidebar .tab-content {
  background-color: #d9d9d8;
  padding: 20px 15px 0 15px;
  min-height: 80px; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #d9d9d8; }

/* Search Box */
.widget-search {
  margin-bottom: 30px; }

.widget-search .icon-search {
  position: absolute;
  padding: 10px 10px 10px 8px;
  pointer-events: none;
  z-index: 5;
  top: 4px;
  color: #d9d9d8; }

.widget-search input {
  padding-left: 25px; }

.widget-search .btn {
  box-shadow: none;
  padding: 10px 25px; }

/* Asset Nav */
.uix-asset-nav ul {
  margin: 0;
  padding: 0; }

.uix-asset-nav ul li {
  display: block;
  list-style: none;
  position: relative; }

.uix-asset-nav ul li a {
  display: block;
  padding: 10px 0 10px 25px;
  text-decoration: none;
  color: #fff;
  background-color: #bdbdbd;
  border-bottom: 1px solid #858585;
  transition: all 150ms ease-out; }

.uix-asset-nav ul li a:hover {
  color: #fff;
  background-color: #f06000; }

.uix-asset-nav ul li.current_page_item > a {
  color: #fff;
  background-color: #f06000; }

.uix-asset-nav ul li:before {
  font-family: "propertyware" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  position: absolute;
  top: 14px;
  right: 10px; }

.uix-asset-nav ul li.current_page_item:before {
  content: ""; }

.uix-asset-nav ul li ul.children li a {
  color: #bdbdbd;
  background-color: #f0f0f0; }

.uix-asset-nav ul li ul.children li a:hover {
  color: #f06000;
  padding-left: 30px; }

.uix-asset-nav ul li ul.children li:before {
  content: " ";
  color: #f06000; }

.uix-widget {
  position: relative;
  z-index: 0;
  margin-bottom: 30px; }

.uix-widget h6 {
  text-align: center; }

.uix-widget-promote {
  text-align: center;
  padding: 20px 15px 0 15px; }

.uix-widget-promote:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 190px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #e0e0e0; }

.uix-widget-promote p {
  font-size: 14px;
  line-height: 20px; }

.social-media {
  text-align: center; }

.social-media a {
  font-size: 24px;
  color: #666666;
  display: inline-block;
  padding: 12px;
  text-decoration: none; }

.social-media a:hover {
  color: #8c8c8c; }

.showform {
  width: 100%;
  margin-bottom: 0px !important; }

.blogform .mktoForm {
  height: 0px;
  display: none;
  transition: all 0.5s ease; }

.blogform .uix-form-footer {
  display: none; }

.blogform .mktoForm.expanded {
  height: 100%;
  display: block; }

.footer {
  font-size: 14px;
  background: #f5f5f5;
  padding: 60px 0 40px 0; }

.footer h4 {
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 10px 0; }

.footer ul {
  margin: 0;
  padding: 0 0 15px 0; }

.footer ul li {
  list-style: none;
  display: block;
  padding: 5px 0; }

.footer ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #444444; }

.footer ul li a.phone {
  font-size: 20px; }

.btn-footer-up {
  display: inline-block;
  font-size: 12px;
  color: #1664B0;
  margin: 0 auto -65px auto;
  overflow: hidden; }

.btn-footer-up:hover, .btn-footer-up:focus {
  text-decoration: none; }

.btn-footer-up span {
  color: #1664B0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  background: #f5f5f5; }

.btn-footer-up i {
  font-size: 60px;
  line-height: 60px; }

span.up {
  position: relative;
  top: -47px;
  left: -57px; }

.footer .btn-card {
  width: 100%;
  display: block; }

.btn.btn-card {
  font-size: 13px;
  margin: 0 0 15px 0;
  padding: 12px 5px;
  border-radius: 0; }

.btn.btn-card i {
  font-size: 35px;
  line-height: 40px;
  display: block; }

.footer .uix-social-media {
  margin: 0;
  padding: 0; }

.footer .uix-social-media li {
  display: table-cell;
  width: 1%;
  text-align: center; }

.footer .uix-social-media li a {
  color: #515154;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: none;
  transition: all 150ms ease-out; }

.uix-logo-pmi {
  width: 166px;
  margin-bottom: 15px; }

.uix-logo-pmi img {
  max-width: 100%;
  display: block; }

.subfooter {
  color: #444444;
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  background: #f5f5f5;
  border-top: 1px solid #d2d2d7; }

.subfooter a {
  color: #444444; }

.cta-footer {
  background-color: #263238;
  padding: 40px 0 40px 0;
  margin-bottom: -42px; }

.cta-footer.uix-home-cta-footer {
  background-color: #01273d;
  padding: 40px 0 40px 0;
  margin-bottom: -42px; }

.cta-footer.uix-home-cta-footer .container:first-of-type {
  overflow: hidden; }

.cta-footer h2, .cta-footer h3, .cta-footer h4 {
  color: #fff; }

.cta-footer p {
  color: #fff;
  margin-bottom: 10px; }

.cta-footer .col-sm-3 {
  text-align: center; }

/* Components
------------------------------------------------------------------------------ */
.breadcrumbs {
  margin: 0;
  padding: 0; }

.breadcrumbs li {
  display: inline-block;
  list-style: none;
  float: left; }

.breadcrumbs li.separator {
  padding: 0 5px; }

.breadcrumbs li a {
  text-decoration: none; }

.btn {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 20px;
  transition: all 150ms ease-out;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 10em; }

.btn-primary {
  color: white;
  background-color: #f06000;
  border-color: #f06000;
  text-shadow: 1px 1px 3px #000; }
  .btn-primary:focus, .btn-primary.focus {
    color: white;
    background-color: #bd4c00;
    border-color: #712d00; }
  .btn-primary:hover {
    color: white;
    background-color: #bd4c00;
    border-color: #b34800; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #bd4c00;
    background-image: none;
    border-color: #b34800; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: white;
      background-color: #993d00;
      border-color: #712d00; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #f06000;
    border-color: #f06000; }
  .btn-primary .badge {
    color: #f06000;
    background-color: white; }

.btn-primary-blue {
  color: white;
  background-color: #1664B0;
  border-color: #1664B0; }
  .btn-primary-blue:focus, .btn-primary-blue.focus {
    color: white;
    background-color: #104a83;
    border-color: #08243f; }
  .btn-primary-blue:hover {
    color: white;
    background-color: #104a83;
    border-color: #0f457a; }
  .btn-primary-blue:active, .btn-primary-blue.active,
  .open > .btn-primary-blue.dropdown-toggle {
    color: white;
    background-color: #104a83;
    background-image: none;
    border-color: #0f457a; }
    .btn-primary-blue:active:hover, .btn-primary-blue:active:focus, .btn-primary-blue:active.focus, .btn-primary-blue.active:hover, .btn-primary-blue.active:focus, .btn-primary-blue.active.focus,
    .open > .btn-primary-blue.dropdown-toggle:hover,
    .open > .btn-primary-blue.dropdown-toggle:focus,
    .open > .btn-primary-blue.dropdown-toggle.focus {
      color: white;
      background-color: #0c3863;
      border-color: #08243f; }
  .btn-primary-blue.disabled:hover, .btn-primary-blue.disabled:focus, .btn-primary-blue.disabled.focus, .btn-primary-blue[disabled]:hover, .btn-primary-blue[disabled]:focus, .btn-primary-blue[disabled].focus,
  fieldset[disabled] .btn-primary-blue:hover,
  fieldset[disabled] .btn-primary-blue:focus,
  fieldset[disabled] .btn-primary-blue.focus {
    background-color: #1664B0;
    border-color: #1664B0; }
  .btn-primary-blue .badge {
    color: #1664B0;
    background-color: white; }

.btn-tertiary-blue {
  color: white;
  background-color: #1b4766;
  border-color: #1b4766; }
  .btn-tertiary-blue:focus, .btn-tertiary-blue.focus {
    color: white;
    background-color: #102b3e;
    border-color: #000101; }
  .btn-tertiary-blue:hover {
    color: white;
    background-color: #102b3e;
    border-color: #0e2536; }
  .btn-tertiary-blue:active, .btn-tertiary-blue.active,
  .open > .btn-tertiary-blue.dropdown-toggle {
    color: white;
    background-color: #102b3e;
    background-image: none;
    border-color: #0e2536; }
    .btn-tertiary-blue:active:hover, .btn-tertiary-blue:active:focus, .btn-tertiary-blue:active.focus, .btn-tertiary-blue.active:hover, .btn-tertiary-blue.active:focus, .btn-tertiary-blue.active.focus,
    .open > .btn-tertiary-blue.dropdown-toggle:hover,
    .open > .btn-tertiary-blue.dropdown-toggle:focus,
    .open > .btn-tertiary-blue.dropdown-toggle.focus {
      color: white;
      background-color: #091721;
      border-color: #000101; }
  .btn-tertiary-blue.disabled:hover, .btn-tertiary-blue.disabled:focus, .btn-tertiary-blue.disabled.focus, .btn-tertiary-blue[disabled]:hover, .btn-tertiary-blue[disabled]:focus, .btn-tertiary-blue[disabled].focus,
  fieldset[disabled] .btn-tertiary-blue:hover,
  fieldset[disabled] .btn-tertiary-blue:focus,
  fieldset[disabled] .btn-tertiary-blue.focus {
    background-color: #1b4766;
    border-color: #1b4766; }
  .btn-tertiary-blue .badge {
    color: #1b4766;
    background-color: white; }

.btn-primary-pink {
  color: white;
  background-color: #ee4169;
  border-color: #ee4169; }
  .btn-primary-pink:focus, .btn-primary-pink.focus {
    color: white;
    background-color: #e71545;
    border-color: #a10e30; }
  .btn-primary-pink:hover {
    color: white;
    background-color: #e71545;
    border-color: #de1443; }
  .btn-primary-pink:active, .btn-primary-pink.active,
  .open > .btn-primary-pink.dropdown-toggle {
    color: white;
    background-color: #e71545;
    background-image: none;
    border-color: #de1443; }
    .btn-primary-pink:active:hover, .btn-primary-pink:active:focus, .btn-primary-pink:active.focus, .btn-primary-pink.active:hover, .btn-primary-pink.active:focus, .btn-primary-pink.active.focus,
    .open > .btn-primary-pink.dropdown-toggle:hover,
    .open > .btn-primary-pink.dropdown-toggle:focus,
    .open > .btn-primary-pink.dropdown-toggle.focus {
      color: white;
      background-color: #c7123c;
      border-color: #a10e30; }
  .btn-primary-pink.disabled:hover, .btn-primary-pink.disabled:focus, .btn-primary-pink.disabled.focus, .btn-primary-pink[disabled]:hover, .btn-primary-pink[disabled]:focus, .btn-primary-pink[disabled].focus,
  fieldset[disabled] .btn-primary-pink:hover,
  fieldset[disabled] .btn-primary-pink:focus,
  fieldset[disabled] .btn-primary-pink.focus {
    background-color: #ee4169;
    border-color: #ee4169; }
  .btn-primary-pink .badge {
    color: #ee4169;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #8bc34a;
  border-color: #8bc34a; }
  .btn-success:focus, .btn-success.focus {
    color: white;
    background-color: #71a436;
    border-color: #496a23; }
  .btn-success:hover {
    color: white;
    background-color: #71a436;
    border-color: #6c9c34; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: white;
    background-color: #71a436;
    background-image: none;
    border-color: #6c9c34; }
    .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: white;
      background-color: #5f892d;
      border-color: #496a23; }
  .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: #8bc34a;
    border-color: #8bc34a; }
  .btn-success .badge {
    color: #8bc34a;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #00acc1;
  border-color: #00acc1; }
  .btn-info:focus, .btn-info.focus {
    color: white;
    background-color: #007f8e;
    border-color: #003a42; }
  .btn-info:hover {
    color: white;
    background-color: #007f8e;
    border-color: #007584; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: white;
    background-color: #007f8e;
    background-image: none;
    border-color: #007584; }
    .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: white;
      background-color: #005f6a;
      border-color: #003a42; }
  .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: #00acc1;
    border-color: #00acc1; }
  .btn-info .badge {
    color: #00acc1;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #f8a80c;
  border-color: #f8a80c; }
  .btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #cb8806;
    border-color: #815604; }
  .btn-warning:hover {
    color: white;
    background-color: #cb8806;
    border-color: #c18206; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #cb8806;
    background-image: none;
    border-color: #c18206; }
    .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: white;
      background-color: #a87105;
      border-color: #815604; }
  .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: #f8a80c;
    border-color: #f8a80c; }
  .btn-warning .badge {
    color: #f8a80c;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #ff3d00;
  border-color: #ff3d00; }
  .btn-danger:focus, .btn-danger.focus {
    color: white;
    background-color: #cc3100;
    border-color: #801f00; }
  .btn-danger:hover {
    color: white;
    background-color: #cc3100;
    border-color: #c22e00; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: white;
    background-color: #cc3100;
    background-image: none;
    border-color: #c22e00; }
    .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: white;
      background-color: #a82800;
      border-color: #801f00; }
  .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: #ff3d00;
    border-color: #ff3d00; }
  .btn-danger .badge {
    color: #ff3d00;
    background-color: white; }

.btn-white {
  color: #1664B0;
  background-color: white;
  border-color: white; }
  .btn-white:focus, .btn-white.focus {
    color: #1664B0;
    background-color: #e6e6e6;
    border-color: #bfbfbf; }
  .btn-white:hover {
    color: #1664B0;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-white:active, .btn-white.active,
  .open > .btn-white.dropdown-toggle {
    color: #1664B0;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0; }
    .btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
    .open > .btn-white.dropdown-toggle:hover,
    .open > .btn-white.dropdown-toggle:focus,
    .open > .btn-white.dropdown-toggle.focus {
      color: #1664B0;
      background-color: #d4d4d4;
      border-color: #bfbfbf; }
  .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus,
  fieldset[disabled] .btn-white:hover,
  fieldset[disabled] .btn-white:focus,
  fieldset[disabled] .btn-white.focus {
    background-color: white;
    border-color: white; }
  .btn-white .badge {
    color: white;
    background-color: #1664B0; }

.btn-grey {
  color: #444444;
  background-color: #d2d2d7;
  border-color: #d2d2d7; }
  .btn-grey:focus, .btn-grey.focus {
    color: #444444;
    background-color: #b7b7bf;
    border-color: #8f8f9b; }
  .btn-grey:hover {
    color: #444444;
    background-color: #b7b7bf;
    border-color: #b2b2ba; }
  .btn-grey:active, .btn-grey.active,
  .open > .btn-grey.dropdown-toggle {
    color: #444444;
    background-color: #b7b7bf;
    background-image: none;
    border-color: #b2b2ba; }
    .btn-grey:active:hover, .btn-grey:active:focus, .btn-grey:active.focus, .btn-grey.active:hover, .btn-grey.active:focus, .btn-grey.active.focus,
    .open > .btn-grey.dropdown-toggle:hover,
    .open > .btn-grey.dropdown-toggle:focus,
    .open > .btn-grey.dropdown-toggle.focus {
      color: #444444;
      background-color: #a4a4ae;
      border-color: #8f8f9b; }
  .btn-grey.disabled:hover, .btn-grey.disabled:focus, .btn-grey.disabled.focus, .btn-grey[disabled]:hover, .btn-grey[disabled]:focus, .btn-grey[disabled].focus,
  fieldset[disabled] .btn-grey:hover,
  fieldset[disabled] .btn-grey:focus,
  fieldset[disabled] .btn-grey.focus {
    background-color: #d2d2d7;
    border-color: #d2d2d7; }
  .btn-grey .badge {
    color: #d2d2d7;
    background-color: #444444; }

.btn-outline, .btn-outline:focus {
  color: white;
  background-color: transparent;
  border-color: white; }

.btn-outline:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #e0e0e0; }

.btn-outline-success, .btn-outline-success:focus {
  color: black;
  background-color: transparent;
  border-color: #8bc34a; }

.btn-outline-success:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #8bc34a; }

/* Subscribe Form Button */
.btn.btn-subscribe {
  border-radius: 0; }

.btn-subscribe {
  color: white;
  background-color: #263238;
  border-color: #263238; }
  .btn-subscribe:focus, .btn-subscribe.focus {
    color: white;
    background-color: #11171a;
    border-color: black; }
  .btn-subscribe:hover {
    color: white;
    background-color: #11171a;
    border-color: #0d1114; }
  .btn-subscribe:active, .btn-subscribe.active,
  .open > .btn-subscribe.dropdown-toggle {
    color: white;
    background-color: #11171a;
    background-image: none;
    border-color: #0d1114; }
    .btn-subscribe:active:hover, .btn-subscribe:active:focus, .btn-subscribe:active.focus, .btn-subscribe.active:hover, .btn-subscribe.active:focus, .btn-subscribe.active.focus,
    .open > .btn-subscribe.dropdown-toggle:hover,
    .open > .btn-subscribe.dropdown-toggle:focus,
    .open > .btn-subscribe.dropdown-toggle.focus {
      color: white;
      background-color: #030404;
      border-color: black; }
  .btn-subscribe.disabled:hover, .btn-subscribe.disabled:focus, .btn-subscribe.disabled.focus, .btn-subscribe[disabled]:hover, .btn-subscribe[disabled]:focus, .btn-subscribe[disabled].focus,
  fieldset[disabled] .btn-subscribe:hover,
  fieldset[disabled] .btn-subscribe:focus,
  fieldset[disabled] .btn-subscribe.focus {
    background-color: #263238;
    border-color: #263238; }
  .btn-subscribe .badge {
    color: #263238;
    background-color: white; }

.uix-widget-subscribe .btn-subscribe {
  position: absolute;
  z-index: 0; }

.subpage-header .btn {
  min-width: 250px;
  margin: 0 10px 15px 10px; }

.subpage-header .btn.btn-narrow {
  min-width: auto;
  padding: 5px 20px; }

.btn-block {
  display: block; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.6; }

.btn-group-lg > .btn, .btn-lg {
  padding: 15px 15px;
  font-size: 18px;
  line-height: 1.3333333;
  min-width: 160px; }

.btn-group-xlg > .btn, .btn-xlg {
  padding: 15px 15px;
  font-size: 16px;
  line-height: 1.3333333; }

.btn-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px; }

.webcast-search .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.searchform .btn {
  border: 0;
  height: 40px;
  margin-top: 1px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px; }

.form-control {
  height: 42px;
  padding: 8px 12px;
  border-radius: 2px; }

.form-control:focus {
  border-color: #7accc8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(122, 204, 200, 0.6); }

/* Marketo */
.uix-form {
  margin-bottom: 30px; }

.uix-form-wrap {
  opacity: 0;
  overflow: hidden; }

.uix-form .uix-form-content {
  padding: 20px; }

.uix-form .uix-form-message {
  display: none; }

.mktoForm {
  width: 100% !important; }

.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm .mktoLabel {
  width: 100% !important;
  padding: 0 0 5px 0 !important; }

.marketo-hide {
  float: right;
  overflow: hidden; }

.marketo-hide .uix-form {
  margin-right: 15px; }

.uix-form-primary {
  color: #fff;
  background-color: #263238; }

.uix-form-footer {
  padding: 15px 0 0 27px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  position: relative; }

.uix-form-smaller {
  font-size: 14px;
  line-height: 18px; }

.uix-form-footer:before {
  font-family: "propertyware" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 24px;
  position: absolute;
  top: 20px;
  left: -1px;
  color: #fff; }

.uix-form-primary p,
.uix-form-primary h3,
.uix-form-primary h4 {
  color: #fff;
  margin-bottom: 10px;
  text-align: center; }

.mktoForm .mktoOffset {
  display: none; }

.mktoForm input[type=text],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  display: block !important;
  box-shadow: none !important;
  padding: 10px 10px !important;
  width: 100% !important;
  border: 1px solid #ccc !important;
  border-radius: 2px !important;
  height: 42px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  background-color: #fff !important;
  color: #333 !important; }

.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 5px !important;
  padding-right: 5px; }

.mktoForm .mktoRequiredField .mktoAsterix {
  position: absolute;
  top: 20px;
  left: 0; }

.mktoForm .mktoGutter {
  display: none !important; }

.mktoForm .mktoFieldWrap {
  float: none !important; }

.mktoForm .mktoFormCol {
  float: none !important; }

.mktoForm .mktoFormRow {
  clear: none !important; }

/* Submit */
.mktoForm .mktoButtonRow {
  display: block !important;
  width: 100% !important; }

.mktoForm .mktoButtonWrap.mktoRound,
.mktoForm .mktoButtonWrap.mktoGlow,
.mktoForm .mktoButtonWrap.mktoSimple {
  margin: 0 !important;
  display: block !important;
  width: 100% !important;
  text-align: right;
  padding-top: 4px; }

.uix-home-cta-footer .mktoForm .mktoButtonWrap.mktoRound, .uix-home-cta-footer .mktoForm .mktoButtonWrap.mktoGlow, .uix-home-cta-footer .mktoForm .mktoButtonWrap.mktoSimple {
  margin: 0 auto !important;
  display: block !important;
  width: 50% !important;
  text-align: right;
  padding-top: 4px; }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.mktoForm .mktoButtonWrap.mktoRound .mktoButton,
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  background-color: #8bc34a !important;
  border: 1px solid #8bc34a !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 2px !important;
  text-transform: uppercase;
  padding: 12px 10px !important;
  background: #8bc34a;
  /* Old browsers */
  background-image: linear-gradient(to bottom, #8bc34a, #8bc34a) !important;
  box-shadow: none !important; }

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
  color: #fff;
  background: #7eb73d;
  /* Old browsers */
  background-image: linear-gradient(to bottom, #7eb73d, #7eb73d) !important; }

.uix-home-cta-footer .mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.uix-home-cta-footer .mktoForm .mktoButtonWrap.mktoRound .mktoButton,
.uix-home-cta-footer .mktoForm .mktoButtonWrap.mktoGlow .mktoButton {
  background-color: #f06000 !important;
  border: 1px solid #f06000 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 30px !important;
  text-transform: none;
  padding: 12px 10px !important;
  background: #f06000;
  /* Old browsers */
  background-image: linear-gradient(to bottom, #f06000, #f06000) !important;
  box-shadow: none !important;
  width: 100%; }

.uix-home-cta-footer [data-form-step-forward] button {
  background-color: #f06000 !important;
  border: 1px solid #f06000 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 30px !important;
  text-transform: none;
  padding: 12px 10px !important;
  background: #f06000;
  /* Old browsers */
  background-image: linear-gradient(to bottom, #f06000, #f06000) !important;
  box-shadow: none !important; }

.uix-home-cta-footer .uix-form-wide .mktoForm .mktoButtonWrap.mktoGlow .mktoButton, .uix-home-cta-footer .uix-form-wide .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  margin: 0px auto; }

.uix-home-cta-footer .uix-form-footer:before {
  font-family: "propertyware" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: " ";
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fff; }

.uix-home-cta-footer .uix-form-footer p {
  font-size: 14px;
  text-align: center !important; }

.uix-home-cta-footer .uix-form-footer {
  float: left;
  width: 100%;
  margin-top: 0px;
  font-size: 14px;
  color: #fff;
  padding: 10px 0px 30px;
  text-align: center; }

.uix-home-cta-footer .uix-form-footer a {
  color: #fff; }

.mkto-amoeba {
  display: none; }

.uix-form-wide .mktoForm .mktoButtonWrap.mktoGlow .mktoButton,
.uix-form-wide .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  width: 100%;
  display: block !important; }

.uix-form-default-50 .uix-form-primary p {
  text-align: left; }

.uix-form-default-50 .uix-form-footer {
  float: none;
  width: 100%;
  margin-top: 0; }

.uix-form-default-50 .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  width: 100%; }

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
  .uix-form-default-50 .row_0,
  .uix-form-default-50 .row_2,
  .uix-form-default-50 .row_4,
  .uix-form-default-50 .row_6 {
    width: 48% !important;
    float: left !important; }
  .uix-form-default-50 .row_1,
  .uix-form-default-50 .row_3,
  .uix-form-default-50 .row_5,
  .uix-form-default-50 .row_7 {
    width: 48% !important;
    float: right !important; } }

#uix-widget-subscribe {
  overflow: hidden;
  height: 52px; }

#uix-widget-subscribe .uix-form {
  transform: translateY(40px);
  margin-bottom: 0; }

#thankyou {
  display: none; }

.table thead {
  color: #fff;
  background-color: #1664B0; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 25px; }

.table > thead > tr > th {
  font-size: 18px;
  line-height: 28px;
  padding: 10px 25px; }

.table > tbody > tr > td.table-icon {
  text-align: center;
  padding: 12px 0 0 0; }

.table-icon i {
  font-size: 40px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: -5px; }

.table-icon .icon-check {
  color: #1664B0; }

.table-icon .icon-close {
  color: #f06000; }

.table-responsive {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  display: block;
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 40px;
  position: relative; }

.table-responsive table {
  margin-bottom: 0; }

.table-vstriped > tbody > tr > td {
  border-left: 1px solid #e0e0e0; }

.table-vstriped > tbody > tr > td:first-child {
  border-left: none; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eceff1; }

.table-hover > tbody > tr:hover {
  background-color: #d3dadf; }

.table-disclaimer {
  margin-top: -30px;
  color: #b4b4b4; }

@font-face {
  font-family: "propertyware";
  font-style: normal;
  font-weight: normal;
  src: url("https://s.propertyware.com/wp-content/themes/propertyware/fonts/propertyware.eot");
  src: url("https://s.propertyware.com/wp-content/themes/propertyware/fonts/propertyware.eot?v=20180802v2") format("embedded-opentype"), url("https://s.propertyware.com/wp-content/themes/propertyware/fonts/propertyware.woff?v=20180802v2") format("woff"), url("https://s.propertyware.com/wp-content/themes/propertyware/fonts/propertyware.ttf?v=20180802v2") format("truetype"), url("https://s.propertyware.com/wp-content/themes/propertyware/fonts/propertyware.svg#propertyware?v=20180802v2") format("svg"); }

.icon-sm {
  max-width: 24px; }

.icon-md {
  max-width: 32px; }

.icon-lg {
  max-width: 64px; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'propertyware' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow-left:before {
  content: "\e900"; }

.icon-arrow-right:before {
  content: "\e901"; }

.icon-arrow-thin-right:before {
  content: "\e902"; }

.icon-arrows-down:before {
  content: "\e903"; }

.icon-arrows-up:before {
  content: "\e904"; }

.icon-benefits:before {
  content: "\e905"; }

.icon-blog:before {
  content: "\e906"; }

.icon-calendar:before {
  content: "\e907"; }

.icon-caret-down:before {
  content: "\e908"; }

.icon-caret-right:before {
  content: "\e909"; }

.icon-check:before {
  content: "\e90a"; }

.icon-close:before {
  content: "\e90b"; }

.icon-facebook:before {
  content: "\e90c"; }

.icon-features:before {
  content: "\e90d"; }

.icon-google-plus:before {
  content: "\e90e"; }

.icon-hamburger-menu:before {
  content: "\e90f"; }

.icon-home:before {
  content: "\e910"; }

.icon-location:before {
  content: "\e911"; }

.icon-info:before {
  content: "\e912";
  color: #0277bd; }

.card-link .icon-info:before {
  color: #bdbdbd; }

.icon-linkedin:before {
  content: "\e913"; }

.icon-lock:before {
  content: "\e914"; }

.icon-login:before {
  content: "\e915"; }

.icon-minus:before {
  content: "\e916"; }

.icon-plus:before {
  content: "\e917"; }

.icon-pricing:before {
  content: "\e918"; }

.icon-resources:before {
  content: "\e919"; }

.icon-schedule:before {
  content: "\e91a"; }

.icon-search:before {
  content: "\e91b"; }

.icon-share-alt:before {
  content: "\e91c"; }

.icon-share:before {
  content: "\e91d"; }

.icon-training:before {
  content: "\e91e"; }

.icon-twitter:before {
  content: "\e91f"; }

.icon-video:before {
  content: "\e920"; }

.icon-webcast:before {
  content: "\e921"; }

.icon-whitepaper:before {
  content: "\e922"; }

.icon-youtube:before {
  content: "\e923"; }

.uix-card {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  display: block;
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 40px; }

/* CTA */
.uix-card-cta {
  position: relative;
  max-height: 250px;
  transition: max-height 0.1s linear; }

.uix-card-cta.closed {
  max-height: 0px; }

.uix-card-cta .uix-body {
  padding: 30px 20px 25px; }

.uix-card-cta .icon-close {
  border-radius: 100%;
  background: #fff;
  color: #bdbdbd;
  font-weight: bolder;
  padding: 1px;
  text-shadow: 0px 0px 0 #bdbdbd;
  border: 1px solid #bdbdbd;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all .2s; }

.uix-card-cta .icon-close:hover {
  color: #fff;
  text-shadow: 0px 0px 0 #263238;
  border: 1px solid #263238;
  background: #263238; }

.uix-card-cta, .uix-card-cta p {
  text-align: center; }

.uix-card-cta .uix-body .realnews-link .btn {
  margin-top: 20px; }

.uix-card-cta.push-cta {
  margin-top: 30px; }

.uix-card-cta.background-primary {
  background-color: #0277bd; }

.uix-card-cta.background-primary p {
  color: #ffffff; }

.uix-card-cta p.h3 {
  margin: 0 0 10px 0px; }

.cta-image-clickable {
  cursor: pointer; }

/* Pricing Card */
.uix-card-pricing {
  border-top: 20px solid #01579b; }

.uix-card-pricing.uix-popular {
  border-top: 20px solid #0277bd; }

.uix-home-pricing div:first-child .uix-card-pricing {
  border-bottom-left-radius: 30px; }

.uix-home-pricing div:last-child .uix-card-pricing {
  border-bottom-right-radius: 30px; }

.uix-card-pricing h4 {
  padding: 20px 0 0px;
  font-size: 30px;
  line-height: 30px;
  color: #1664B0;
  margin: 0 0 30px; }

.uix-card .uix-header {
  padding: 10px 20px 30px 20px;
  position: relative;
  min-height: 260px; }

.uix-card-pricing .uix-price {
  font-size: 70px;
  font-weight: bold; }

.uix-card-pricing .uix-price sup {
  font-size: 38px;
  vertical-align: middle; }

.uix-card-pricing .uix-title {
  font-size: 22px;
  margin-bottom: 10px; }

.uix-card-pricing .uix-description {
  font-size: 16px; }

.uix-card-pricing .uix-sub-header {
  padding: 15px 15px;
  background-color: #f5f5f5; }

.uix-card-pricing .uix-sub-header h6 {
  text-transform: none; }

.uix-card-pricing .uix-body {
  padding: 20px; }

.uix-card-pricing .btn {
  width: 80%; }

.uix-ribbon {
  color: #fff;
  position: absolute;
  width: 257px;
  left: 50%;
  top: -24px;
  text-align: center;
  margin: 0 0 0 -128px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
  background: url(../images/bg-ribbon.png) center center no-repeat; }

/* News Card */
.uix-card-news a:hover .card-link, .uix-card-news a:focus .card-link {
  background-color: #f06000;
  color: #fff; }

/* Location Card */
.uix-card-location {
  text-align: center; }

.uix-card-location .uix-card a {
  padding-top: 20px; }

/* Article Card */
.uix-card-article {
  background-color: #eeeeee;
  margin-bottom: 30px; }

.uix-card-article > a {
  min-height: 420px;
  position: relative; }

.uix-card-article > a .card-link {
  position: absolute;
  bottom: 0;
  width: 100%; }

.uix-card-side {
  max-width: 255px; }

.uix-card-side.pull-right {
  margin: 0 0 30px 30px; }

.uix-card-side.pull-left {
  margin: 0 30px 30px 0; }

.uix-card-asset {
  position: relative;
  margin-bottom: 30px; }

.uix-card-info {
  border-left: 7px solid #1664B0;
  padding-left: 15px;
  margin-bottom: 30px; }

.uix-card-info-inverted {
  padding: 30px 15px 15px 30px;
  background-color: #eeeeee; }

.uix-card-info p {
  margin-bottom: 15px; }

.card-sm-text {
  min-height: 100px; }

.card-md-text {
  min-height: 150px; }

.card-lg-text {
  min-height: 210px; }

.card-md-last-link {
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  min-height: 240px;
  padding-top: 20px;
  transition: all 150ms ease-out; }

.card-md-last-link:hover {
  background-color: #f06000;
  color: #fff; }

.uix-card-sm {
  min-height: 80px; }

.uix-card-md {
  min-height: 220px; }

.uix-card-lg {
  min-height: 350px; }

.uix-card > a {
  display: block;
  text-decoration: none; }

.uix-card > a:hover, .uix-card > a:focus {
  text-decoration: none; }

.uix-card > a .card-link, .uix-card > a .card-link {
  transition: all 150ms ease-out; }

.uix-card-article > a:hover .card-link, .uix-card-article > a:focus .card-link {
  background-color: #e1e1e1; }

.uix-card-side > a:hover .card-link, .uix-card-side > a:focus .card-link {
  background-color: #1664B0;
  color: #fff; }

.uix-card-asset a:hover .card-link, .uix-card-asset a:focus .card-link {
  background-color: #1664B0;
  color: #fff; }

.uix-card-asset a:hover .card-link i {
  color: #fff; }

.uix-card span {
  display: block; }

.uix-card .card-image {
  max-height: 190px;
  overflow: hidden;
  margin: 0 0 10px 0;
  display: none; }

.uix-card .card-image > img {
  width: 100%;
  display: block; }

.uix-card .card-date {
  font-size: 14px;
  color: #505050;
  font-weight: 400;
  padding: 5px 15px 5px 15px; }

.uix-card .card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #263238;
  padding: 15px 15px 5px 15px; }

.uix-card .card-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 32px;
  border: 1px solid #1664B0; }

.uix-card .card-icon i {
  color: #bdbdbd;
  font-size: 32px; }

.uix-card .card-description {
  font-size: 15px;
  color: #263238;
  padding: 0 15px 20px 15px; }

.card-big-text {
  font-size: 70px;
  font-weight: bold;
  line-height: 70px;
  color: #263238; }

.uix-card .card-link {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  color: #1664B0;
  padding: 18px 15px 16px 15px;
  border-top: 1px solid #d2ccc7; }

.uix-card .card-label {
  padding: 5px 8px;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 2px;
  display: none;
  /* Move label on top of the image */
  position: absolute;
  margin: -46px 0 0 15px;
  background: #1b4766;
  /* The Fallback */
  background: rgba(27, 71, 102, 0.8);
  color: #fff; }

.uix-card .card-link,
.uix-card .card-link {
  text-align: right; }

.uix-card .card-link i,
.uix-card .card-link i {
  float: left;
  font-size: 22px;
  line-height: 20px;
  margin-top: -3px;
  color: #bdbdbd; }

/* UIX Card Webinar Bio */
.uix-webcast-bio-name {
  text-align: center;
  padding: 20px 0 0 0;
  background-color: #bdbdbd;
  margin-bottom: 70px; }

.uix-webcast-bio-name h5 {
  color: #fff;
  padding: 0 0 15px 0; }

.uix-webcast-bio-image {
  display: inline-block;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: -70px; }

.uix-webcast-bio .uix-body {
  padding: 0 20px 0 20px; }

/* Cards in Grid */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both; }

.uix-grid .uix-card {
  position: relative;
  float: left;
  width: 254px;
  height: 200px;
  margin: 15px;
  padding: 0; }

.uix-grid .uix-card > * {
  margin: 0;
  padding: 0; }

.uix-grid .uix-card .card-link {
  position: absolute;
  width: 100%;
  bottom: 0; }

.uix-video .fullimg {
  padding: 0px !important; }

.fullimg img {
  margin-bottom: 0px !important; }

/***************************/
/***** Card Update 2021 ****/
/***************************/
.uix-card-cta.uix-card-cta-tall, .uix-card-cta.uix-card-cta-medium, .uix-card-cta.uix-card-cta-short {
  max-height: none;
  padding: 30px; }

.uix-card-cta.uix-card-cta-tall {
  height: 425px; }

.uix-card-cta.uix-card-cta-medium {
  height: 400px; }

.uix-card-cta.uix-card-cta-short {
  height: 375px; }

.uix-card-cta p {
  margin-bottom: 0; }

.cta-link {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-weight: bold;
  width: 100%; }

.cta-link a {
  margin: 0 auto; }

.uix-card.uix-card-cta-testimonial {
  border: none;
  box-shadow: none;
  padding: 40px;
  height: 440px; }

.uix-card.uix-card-cta-testimonial h6 {
  font-size: 24px; }

.uix-card.uix-card-cta-testimonial .uix-card-cta-testimonial-content {
  position: relative; }

.uix-card.uix-card-cta-testimonial .uix-card-cta-testimonial-content h6, .uix-card.uix-card-cta-testimonial .uix-card-cta-testimonial-content p {
  color: #ffffff; }

.uix-card-icon {
  max-width: 44.5px;
  max-height: 44.5px; }

.uix-card-icon-sm {
  max-width: 24.5px;
  max-height: 24.5px; }

@media all and (min-width: 992px) {
  .uix-ribbon {
    top: -25px; } }

@media all and (min-width: 768px) {
  .uix-card-cta.push-cta {
    margin-top: 0px; }
  .uix-card-cta, .uix-card-cta p {
    text-align: left; }
  .uix-card-cta .uix-body .realnews-link .btn {
    margin-top: 0px; }
  .cta-link {
    width: auto;
    left: auto; }
  .cta-link a {
    margin: auto; }
  .uix-card.uix-card-cta-testimonial {
    padding: 50px; } }

.uix-list-view .media {
  margin-top: 0;
  margin-bottom: 30px; }

.uix-list-view .media-description {
  padding-bottom: 15px;
  border-bottom: 1px solid #858585; }

.uix-list-view .row:last-child .media-description {
  border-bottom: none; }

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.uix-cq-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }

.uix-quotes .uix-cq-flex::after {
  content: "";
  margin: 10px 0; }

.uix-cq-buttons {
  position: absolute;
  width: 120px;
  margin: 35px auto 0px;
  z-index: 10000; }

.uix-quotes .uix-cq-buttons {
  position: absolute;
  width: 120px;
  margin: 0px auto;
  z-index: 10000; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 27px;
  height: 18px;
  cursor: pointer;
  background-size: 10px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 0px; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 80%; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.uix-quotes .swiper-pagination {
  position: relative !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #007aff;
  opacity: 0.5; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.subpage-header {
  position: relative;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px; }

.subpage-header.header-small {
  min-height: auto !important; }

.subpage-header:before,
.ui-reveal-block .ui-reveal-media:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0277bd; }

.subpage-header.overlay-2:before {
  background-color: rgba(39, 94, 127, 0.5); }

.subpage-header.subheader-roadshows:before {
  background-color: transparent; }

.subpage-header.no-blue-filter:before,
#home-hero.no-blue-filter:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: transparent; }

.subpage-header .motto,
.home-hero-text .motto {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
  text-align: center; }

/* Header Navigation : Breadcrumbs */
.uix-header-nav {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #b0b0b0;
  background: #232f34;
  /* The Fallback */
  background: rgba(35, 47, 52, 0.4);
  padding: 15px 0; }

.subheader-roadshows .uix-header-nav {
  color: #fff; }

.uix-breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.uix-header-nav .container {
  position: relative; }

.uix-header-nav ul {
  line-height: 20px; }

.uix-header-nav a {
  color: #fff; }

.uix-header-nav a:hover {
  color: #fff;
  text-decoration: underline; }

/* Header Text Sections */
.uix-header-md-text {
  height: auto;
  transform-style: preserve-3d; }

.uix-header-sm-text {
  padding: 40px 20px; }

.uix-header-text {
  padding-top: 15px; }

.uix-header-text h1,
.uix-header-text h2,
.uix-header-text h3,
.uix-header-text p {
  color: #fff; }

.subheader-roadshows .uix-header-text h1,
.subheader-roadshows .uix-header-text h2,
.subheader-roadshows .uix-header-text h3,
.subheader-roadshows .uix-header-text p {
  color: #003a5d; }

.uix-header-text h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px; }

.uix-header-text p {
  font-size: 18px; }

.uix-header-media {
  text-align: center;
  position: relative;
  top: 0;
  transform: translateY(10%); }

.uix-header-media.uix-custom-img-size {
  top: 190px; }

.uix-header-media img,
.uix-header-media-bottom img {
  width: 100%; }

.uix-header-media.rounded-corners img {
  border-radius: 30px;
  box-shadow: 1px 5px 10px #000; }

.uix-header-home-text {
  text-align: center;
  padding: 60px 0 30px 0; }

.subheader-roadshows a.scroll-link {
  color: #003a5d;
  text-decoration: underline; }

/* Sub Header links*/
.subheader-404 {
  background-image: url(../images/header_404-whoops-leak.jpg); }

.subheader-404:before {
  background-color: rgba(27, 71, 104, 0.7); }

.subheader-default {
  background-image: url(../images/header_generic_office.jpg);
  margin-bottom: 0; }

/* Generic Headers */
.subheader-header_generic {
  background-image: url(../images/header_generic_office.jpg); }

.subheader-header_office {
  background-image: url(../images/header_generic_office.jpg); }

.subheader-header_binder {
  background-image: url(../images/header_generic_binder.jpg); }

.subheader-header_books {
  background-image: url(../images/header_generic_books.jpg); }

.subheader-header_desk {
  background-image: url(../images/header_generic_desk.jpg); }

.subheader-header_glasses {
  background-image: url(../images/header_generic_glasses.jpg); }

.subheader-header_dallas {
  background-image: url(../images/header_dallas.jpg);
  margin-bottom: 0; }

.subheader-header_generalSession {
  background-image: url(../images/header_generalSession.png);
  margin-bottom: 0; }

.subheader-header_house {
  background-image: url(../images/header_generic_house.jpg); }

.subheader-header_working {
  background-image: url(../images/header_generic_working.jpg); }

/*  */
.subheader-work-orders {
  background-image: url(../images/header-work-orders.jpg); }

.subheader-about-us {
  background-image: url(../images/header_benefits_about-us.jpg); }

.subheader-benefits-overview {
  background-image: url(../images/header_benefits_propertyware.jpg); }

.subheader-our-clients {
  background-image: url(../images/header-our-clients.jpg); }

.subheader-videos {
  background-image: url(../images/header-videos.jpg); }

.subheader-landing-page {
  background-image: url(../images/header-landing-page.jpg); }

.subheader-contact-us {
  background-image: url(../images/header-contact-us.jpg); }

.subheader-blog-home {
  background-image: url(../images/header_blog-home.jpg);
  margin-bottom: 0;
  overflow: hidden; }

.subheader-blog {
  background-image: url(../images/header_blog_flooding.jpg);
  margin-bottom: 0; }

.subheader-resources-overview {
  background-image: url(../images/header_generic_glasses.jpg);
  margin-bottom: 0; }

.subheader-pricing-overview {
  background-image: url(../images/header_pricing.jpg); }

.subheader-free-demo {
  background-image: url(../images/header_demo.jpg); }

.subheader-login {
  background-image: url(../images/header_login.jpg); }

.subheader-support-overview {
  background-image: url(../images/header_support_overview.jpg); }

/* Traning */
.subheader-training-overview {
  background-image: url(../images/header_training_overview.jpg); }

.subheader-implementation {
  background-image: url(../images/header_support-implementation.jpg); }

.subheader-consulting-services {
  background-image: url(../images/header_training-consulting-services.jpg); }

.subheader-training-university {
  background-image: url(../images/header_training-university.jpg); }

.subheader-training-webinars {
  background-image: url(../images/header_training-webinars.jpg); }

.subheader-header-training,
body.page-id-7542 .subheader-default {
  background-image: url(../images/header_training.jpg); }

/**** text-messaging ****/
.subheader-text-messaging {
  background-position: 0; }

/* Features */
.subheader-reporting {
  background-image: url(../images/header_reporting.jpg); }

.subheader-marketing-overview {
  background-image: url(../images/header_marketing_overview.jpg); }

.subheader-online-leasing {
  background-image: url(../images/header_online_leasing.jpg); }

.subheader-maintenance-overview {
  background-image: url(../images/header_maintenance_overview.jpg); }

.subheader-online-payments {
  background-image: url(../images/header_accounting_online-payments.jpg); }

.subheader-property-management {
  background-image: url(../images/header_property-management_overview.jpg); }

.subheader-tenant-owner-portals {
  background-image: url(../images/header_tenant-owner-portals.jpg?v3); }

.subheader-accounting-reconciliations {
  background-image: url(../images/header_accounting_banking-reconciliations.jpg); }

.subheader-tenant-screening {
  background-image: url(../images/header_tenant-screening.jpg?v6); }

.subheader-accounting-overview {
  background-image: url(../images/header_accounting_overview.jpg); }

.subheader-accounting-owner-management {
  background-image: url(../images/header_accounting_owner-management.jpg); }

.subheader-accounting-receivables {
  background-image: url(../images/header_accounting_receivables.jpg); }

.subheader-maintenance-contact {
  background-image: url(../images/header_maintenance_contact-center.jpg);
  margin-bottom: 0; }

.subheader-maintenance-inspections {
  background-image: url(../images/header_maintenance_evaluations.jpg); }

.subheader-maintenance-mobile-app {
  background-image: url(../images/header_maintenance_app.jpg); }

.subheader-maintenance-work-orders {
  background-image: url(../images/header_maintenance_work-orders.jpg); }

.subheader-marketing-lead-tracking {
  background-image: url(../images/header_marketing_lead-tracking.jpg); }

.subheader-marketing-leasing-contact {
  background-image: url(../images/header_marketing_contact-center.jpg); }

.subheader-marketing-listing-syndication {
  background-image: url(../images/header_marketing_listing-syndication.jpg); }

.subheader-marketing-websites {
  background-image: url(../images/header_marketing_websites.jpg); }

.subheader-roadshows {
  background-image: url(../images/header_roadshows.jpg?v=5); }

.subheader-payments {
  background-image: url(../images/header-payments-overview.jpg); }

.subheader-cash-payments {
  background-image: url(../images/header-cash-payments.jpg); }

.subheader-asset-protection-plan {
  background-image: url(../images/header-asset-protection-plan.jpg); }

.subheader-text-messaging {
  background-image: url(../images/header_maintenance_text_messaging.jpg?v=3); }

.subheader-happyhours {
  background-image: url(../images/header_happy_hours.jpg); }

.subpage-header.subheader-happyhours:before {
  background-color: transparent; }

.subheader-vendor-cred-background {
  background-image: url(../images/header-blue-background.jpg); }

.subheader-vendor-cred-background:before {
  background-color: transparent !important; }

.subheader-application-portal {
  background-image: url(../images/header-application-portal.jpg); }

.subheader-rw {
  background-image: url(../images/header_pwrw.jpg?v=2);
  background-position: 50% 80%; }

.subheader-utility-management {
  background-image: url(../images/header_utility_management_billing.jpg); }

.subheader-electronic-signature {
  background-image: url(../images/header_electronic_signature.png); }

.subheader-vendor-credentialing {
  background-image: url(../images/header_vendor_credentialing.png); }

/********************************/
/**** Typography 2021 ******/
/********************************/
.subpage-header .motto {
  color: #ffffff;
  font-size: 21px;
  line-height: 29px;
  text-align: center; }

.subpage-header h1 {
  color: #ffffff;
  font-size: 38px;
  line-height: 48px;
  text-align: center; }

.subpage-header p {
  color: #ffffff;
  text-align: center; }

/********************************/
/**** New Hero Images 2021 ******/
/********************************/
.subpage-header.home-header:before, .subpage-header.benefits-header:before {
  background-color: #1664B0; }

.subpage-header.home-header {
  margin-bottom: 0px; }

.hero-img {
  background-size: cover;
  min-height: 0;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0; }

.short-header .hero-img {
  width: 41.6666666667%;
  min-height: 0; }

.hero-img.bg-blue:after {
  content: "";
  width: 126px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  z-index: 0;
  background: linear-gradient(90deg, rgba(22, 100, 176, 0.6) 50%, rgba(22, 100, 176, 0.4) 0); }

.home-hero {
  background: url("../images/hero_home_2021.jpg?v=2") no-repeat top right;
  background-size: auto 100%; }

.benefits-hero {
  background: url("../images/hero_benefits_2021.jpg?v=1") no-repeat top right;
  background-size: auto 100%; }

@media (min-width: 992px) {
  .hero-img.bg-blue:before {
    content: "";
    width: 63px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(0% + 126px);
    z-index: 1;
    background: rgba(22, 100, 176, 0.2); }
  .hero-img.bg-blue:after {
    content: "";
    width: 126px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(22, 100, 176, 0.6) 50%, rgba(22, 100, 176, 0.4) 0); }
  .hero-img {
    min-height: 550px; }
  .short-header .hero-img {
    min-height: 400px; }
  .home-header .motto, .benefits-header .motto {
    text-align: left; }
  .home-header h1, .benefits-header h1 {
    text-align: left; }
  .home-header p, .benefits-header p {
    text-align: left; } }

.entry-tags {
  padding: 25px 0;
  overflow: hidden;
  /*border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/ }

.uix-tag {
  font-size: 12px;
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: color 300ms ease-out; }

.uix-tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px; }

.uix-tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0; }

.uix-tag:hover {
  background-color: #1664B0;
  color: white;
  text-decoration: none; }

.uix-tag:hover::after {
  border-left-color: #1664B0; }

ul.page-numbers {
  list-style: none;
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  padding: 60px 0 0 0; }

ul.page-numbers li {
  display: inline-block;
  margin: 0 4px 4px 0;
  text-align: center; }

.page-numbers a,
.page-numbers li > span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  padding: 8px 13px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #d9d9d8;
  color: #bdbdbd; }

.page-numbers a.next,
.page-numbers a.prev {
  border: 1px solid #fff; }

.page-numbers a span {
  padding: 0; }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #1664B0;
  border: 1px solid #1664B0;
  text-decoration: none; }

.page-numbers:hover {
  text-decoration: none; }

.post-navigation {
  padding: 25px 0 15px 0;
  margin-bottom: 30px;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585; }

.post-navigation h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px; }

.post-navigation .nav-links {
  overflow: hidden; }

.post-navigation .nav-next {
  text-align: left;
  width: 100%;
  float: left; }

.post-navigation .nav-previous {
  width: 100%;
  float: left;
  margin-bottom: 15px; }

.post-navigation .prev_post,
.post-navigation .next_post {
  display: inline-block;
  font-weight: bold;
  color: #000; }

#uix-modal-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .5; }

.uix-modal-video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0; }

.uix-modal-video.uix-in {
  display: block; }

.uix-modal-video .uix-modal-body {
  position: relative; }

.vjs-playlist {
  width: 0px;
  max-height: 528px !important;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: width .25s ease; }
  @media (max-width: 991px) {
    .vjs-playlist {
      max-height: 360px !important; } }
  @media (max-width: 767px) {
    .vjs-playlist {
      max-height: 431px !important; } }
  @media (max-width: 480px) {
    .vjs-playlist {
      max-height: 271px !important; } }

.vjs-playlist.in {
  width: 280px; }
  @media (max-width: 480px) {
    .vjs-playlist.in {
      width: 170px; } }

.playlistButton {
  padding: 10px;
  background: #f06000;
  color: #ffffff !important;
  font-size: 32px;
  float: right;
  position: absolute;
  top: 40%;
  right: 0;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
  transition: margin-right 0.25s ease; }

.playlistButton:after {
  content: " < ";
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25); }

.playlistButton:hover {
  background: #bd4c00;
  color: #ffffff !important; }

.playlistButton.expanded {
  margin-right: 280px;
  transition: margin-right 0.25s ease; }
  @media (max-width: 480px) {
    .playlistButton.expanded {
      margin-right: 170px; } }

.playlistButton.expanded:after {
  content: " > "; }

.uix-modal-video .uix-modal-content {
  position: fixed;
  top: 20%;
  left: 0;
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .uix-modal-video .uix-modal-content {
      top: 38%;
      left: 50%;
      width: 640px;
      height: 360px;
      margin-left: -320px;
      margin-top: -180px; } }
  @media (min-width: 992px) {
    .uix-modal-video .uix-modal-content {
      width: 940px;
      height: 530px;
      margin-left: -470px;
      margin-top: -265px; } }

.uix-modal-video .uix-modal-header {
  display: block;
  overflow: hidden;
  text-align: right; }

a.btn-minimize-video,
a.btn-close-video {
  font-size: 50px;
  color: #fff;
  display: inline-block;
  padding: 4px;
  text-decoration: none;
  opacity: .7;
  transition: all 150ms ease-out; }

a.btn-minimize-video:hover,
a.btn-close-video:hover {
  color: #fff;
  opacity: 1; }

.uix-social-share li a.bg_linkedin {
  background: #007bb6; }

.uix-social-share li a.bg_twitter {
  background: #00aced; }

.uix-social-share li a.bg_facebook {
  background: #3b5998; }

.uix-social-share li a {
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
  padding: 8px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  transition: all .15s ease-out; }

.uix-social-share li {
  display: inline-block; }

/* Pages
------------------------------------------------------------------------------ */
body.home .section5 ul {
  margin: 0;
  padding: 30px 0 0 0; }

.subpage-header.home-header {
  min-height: 480px; }

.home-header .header-text {
  margin-top: 60px; }

.border-blue {
  border-color: #32618c; }

.uix-js-customer-quote-home {
  margin-bottom: 20px;
  padding-bottom: 35px; }

.uix-js-customer-quote-home .row {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 2px solid #858585; }

.btn-explore {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin: 0 0 0 -35px;
  text-align: center;
  letter-spacing: 1px;
  width: 70px;
  height: 70px;
  display: none; }

.btn-explore:hover, .btn-explore:focus {
  text-decoration: none; }

.btn-explore i {
  font-size: 60px;
  line-height: 60px; }

/* Section 3 */
.section3 {
  padding-top: 80px; }

.section3 div[class^="col-"], .section3 div[class*=" col-"] {
  padding: 0; }

.home-top-product {
  text-align: center; }

.home-top-product a {
  color: #e0e0e0;
  font-size: 20px;
  line-height: 24px;
  display: block;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
  padding-bottom: 30px;
  text-transform: uppercase;
  transition: all 150ms ease-out; }

.home-top-product a:hover {
  color: #1664B0;
  border-bottom: 1px solid #1664B0; }

.home-top-product span {
  color: #1664B0;
  font-size: 40px;
  padding: 30px 0 0 0;
  display: block;
  border-radius: 50%;
  margin: 0 auto 30px auto;
  width: 100px;
  height: 100px;
  border: 1px solid #e0e0e0;
  transition: all 150ms ease-out; }

.home-top-product a:hover span {
  border: 1px solid #1664B0; }

.home-top-product a br,
.sub-header-product a br {
  content: " "; }

.home-top-product a br:after,
.sub-header-product a br:after {
  content: "\00a0"; }

/* Section 4 */
.section4 div[class^="col-"], .section4 div[class*=" col-"] {
  padding: 5px 5px 0 0; }

.section4 .row {
  margin: 0;
  padding-left: 5px; }

.ui-reveal-block {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100px;
  transition: all 150ms ease-out; }

.ui-reveal-block h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 50%;
  margin: -20px 0 0 0;
  position: absolute;
  z-index: 10;
  text-transform: uppercase;
  transition: all, 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */ }

.ui-reveal-block p {
  position: absolute;
  top: 30%;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 0 25px;
  text-align: center; }

.ui-reveal-block.long-headline p {
  top: 50%; }

.ui-reveal-block img {
  width: 100%;
  display: block; }

.ui-reveal-block .ui-reveal-text {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: black;
  /* The Fallback */
  background: rgba(0, 0, 0, 0.3);
  transition: all, 350ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */ }

.ui-reveal-block .ui-reveal-text p {
  text-align: center;
  width: 100%; }

.ui-reveal-block .ui-reveal-arrow {
  position: absolute;
  bottom: 10%;
  width: 100%;
  text-align: center;
  transition: all, 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  /* easeOutCirc */ }

.ui-reveal-block .ui-reveal-arrow i {
  font-size: 26px;
  color: #fff; }

/* Section 5 */
.wrapper.section5 {
  padding-bottom: 100px; }

.section5 div[class^="col-"], .section5 div[class*=" col-"] {
  padding: 0; }

.section5 .row {
  margin: 0; }

.section5 .tab-content {
  overflow: hidden; }

.section5 .tab-pane {
  padding: 15px;
  height: 425px; }

.section5 .tab-pane h4 {
  padding: 10px 0 30px 0; }

.section5 .tab-pane-image {
  position: absolute;
  bottom: -130px;
  width: 100%;
  margin-left: -65px;
  text-align: center; }

.section5 .tab-pane-image img {
  display: inline-block; }

.tab-navigation {
  display: block;
  padding-top: 50px;
  position: relative;
  z-index: 1; }

.tab-navigation li {
  list-style: none;
  display: block; }

.tab-navigation li a {
  color: #444;
  font-size: 20px;
  padding: 15px 20px 15px 15px;
  text-align: right;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 150ms ease-out; }

.tab-navigation li a:hover {
  color: #fff;
  padding: 15px 20px 15px 15px;
  background-color: #1664B0; }

.tab-navigation li.active a {
  padding: 15px 30px 15px 15px;
  border: 1px solid #e0e0e0;
  border-right: none; }

.tab-navigation li.active a:after {
  right: -28px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(240, 96, 0, 0);
  border-left-color: #fff;
  border-width: 15px;
  margin-top: -15px;
  transition: border 150ms ease-out; }

.tab-navigation li.active a:hover:after {
  border-left-color: #1664B0; }

.uix-home-slider {
  width: 100%;
  height: 290px;
  position: relative;
  z-index: 5;
  background-color: #fff; }

.uix-home-slider p, .uix-home-slider .btn {
  margin-bottom: 0; }

.uix-home-slider .realnews {
  height: 250px;
  padding: 0 30px; }

.uix-js-home-slider .realnews-text p, .uix-js-home-slider .realnews-link .btn {
  margin-bottom: 0px; }

.uix-home-slider .realnews-image {
  padding: 15px 0; }

.uix-home-slider .realnews-image img {
  max-width: 300px; }

.uix-home-slider .realnews-text {
  padding-bottom: 15px; }

.uix-js-home-slider {
  width: 100%;
  height: 290px;
  position: relative;
  z-index: 5;
  background-color: #fff; }

.uix-js-home-slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 95px;
  left: 0; }

.uix-home-slider p, .uix-home-slider .btn {
  margin-bottom: 0; }

.uix-js-home-slider .realnews {
  height: 250px;
  padding: 0 30px; }

.uix-js-home-slider .realnews-text {
  height: 100px;
  padding: 0 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.uix-js-home-slider .realnews-text p {
  text-size: 15px; }

.uix-js-home-slider .realnews-image {
  max-height: 100px; }

.uix-js-home-slider .realnews-image img {
  max-height: 100px;
  max-width: 300px; }

.uix-js-home-slider .realnews-text {
  padding-bottom: 15px; }

.uix-js-customer-quote-home img {
  max-height: 350px;
  margin: 0px auto; }

.uix-js-customer-quote-home .swiper-slide {
  -ms-flex-align: end;
  align-items: flex-end; }

/********** 2021 Update ******/
.home-testimonial-1 {
  background: url(../images/cards/home-testimonial-back-1.jpg?v=3) no-repeat bottom;
  background-size: cover;
  margin-bottom: 0; }

.home-testimonial-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 100, 176, 0.9); }

.home-testimonial-2 {
  background: url(../images/cards/home-testimonial-back-2.jpg?v=3) no-repeat bottom;
  background-size: cover;
  margin-bottom: 0; }

.home-testimonial-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 69, 124, 0.9); }

.home-testimonial-3 {
  background: url(../images/cards/home-testimonial-back-3.jpg?v=3) no-repeat 50%;
  background-size: cover;
  margin-bottom: 0; }

.home-testimonial-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 41, 69, 0.9); }

.uix-card-cta-testimonial .cta-link {
  bottom: 20px; }

/******** HOME SWIPER UPDATE 2021 ****/
.uix-js-home-slider .container {
  padding: 0px; }

.uix-js-home-slider .row {
  margin: 0px; }

.slide-type {
  min-height: 100px;
  background: #444444; }

.slide-type h6 {
  color: #ffffff;
  padding-top: 20px;
  text-align: center; }

.uix-js-home-slider .swiper-pagination {
  text-align: center;
  bottom: 215px;
  width: 100%; }

.uix-js-home-slider .swiper-pagination-bullet-active {
  background: #ffffff; }

.uix-js-home-slider .swiper-pagination-bullet {
  background: #ffffff;
  margin: 0 4px; }

.uix-js-home-slider .uix-cq-buttons {
  position: absolute;
  width: 90%;
  z-index: 10000;
  bottom: 215px;
  margin-left: 4%; }

.uix-js-home-slider .slide-content {
  background: #eee; }

.uix-js-home-slider .slide-content div {
  min-height: 100px;
  padding: 20px; }

.uix-js-home-slider .swiper-button-next {
  left: 95%; }

@media all and (min-width: 768px) {
  #home-hero {
    min-height: 468px;
    max-height: 668px; }
  .subpage-header.home-header {
    min-height: 550px; }
  .home-header .header-text {
    margin-top: 80px; }
  .home-hero-text .btn {
    min-width: 200px;
    margin: 0 0 15px 0;
    width: auto; }
  .slides .home-hero-text {
    top: 5%; }
  .slides .home-hero-text h1,
  .slides .home-hero-text .h1 {
    font-size: 32px;
    line-height: 40px; }
  .home-hero-text .btn {
    width: auto; }
  .uix-js-home-slider {
    height: 260px;
    margin-bottom: 0;
    background: #f06000;
    background: linear-gradient(90deg, #444444 32%, #eeeeee 32%); }
  .uix-js-home-slider .container {
    padding: 0px 15px; }
  .uix-js-home-slider .slide-content-container {
    padding: 20px 20px 0px;
    min-height: 260px; }
  .slide-type {
    min-height: 260px; }
  .uix-js-home-slider .slide-content div {
    min-height: 260px; }
  .slide-type h6 {
    padding-top: 30px;
    text-align: left; }
  .uix-js-home-slider .swiper-pagination {
    text-align: center;
    bottom: 30px;
    width: 10.6666666667%;
    margin-left: 10px; }
  .uix-js-home-slider .uix-cq-buttons {
    position: absolute;
    width: 10.666667%;
    z-index: 10000;
    bottom: 30px;
    margin-left: 10px; }
  .uix-js-home-slider .realnews {
    height: 95px;
    padding: 0 30px; }
  .uix-js-home-slider .realnews-text p {
    text-size: 16px; }
  .uix-js-home-slider .realnews-image img {
    max-height: 100%;
    max-width: 100%; }
  .uix-js-customer-quote-home .swiper-slide {
    display: -ms-flexbox;
    display: flex; }
  .uix-js-customer-quote-home img {
    max-height: auto; }
  .uix-js-home-slider .swiper-button-next {
    left: 80%; } }

@media all and (min-width: 992px) {
  .uix-js-home-slider {
    height: 240px; }
  .uix-js-home-slider {
    min-height: 240px; }
  .uix-js-home-slider .slide-content-container {
    min-height: 240px; }
  .slide-type {
    min-height: 240px; }
  .uix-js-home-slider .slide-content div {
    min-height: 240px; }
  .uix-js-home-slider .swiper-pagination-bullet {
    margin: 0 7px; } }

@media all and (min-width: 1200px) {
  .uix-js-home-slider {
    height: 155px; }
  .uix-js-home-slider {
    min-height: 155px; }
  .uix-js-home-slider .slide-content-container {
    min-height: 155px; }
  .slide-type {
    min-height: 155px; }
  .uix-js-home-slider .slide-content div {
    min-height: 155px; } }

@media all and (min-width: 1920px) {
  .uix-js-home-slider .swiper-pagination {
    width: 5.6666666667%; }
  .uix-js-home-slider .uix-cq-buttons {
    width: 5.666667%; } }

.benefits-header {
  min-height: 400px; }

.benefits-header .header-text {
  margin-top: 80px; }

@media all and (min-width: 768px) {
  .benefits-header .header-text {
    margin-top: 100px; } }

div.resources-cat-cont {
  border: 2px solid #fff;
  padding: 0; }
  div.resources-cat-cont h3 {
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
    @media (min-width: 768px) {
      div.resources-cat-cont h3 {
        margin-top: 15px;
        margin-left: 0; } }
  div.resources-cat-cont div.resources-cat {
    height: 140px;
    border-right: 2px solid #fff;
    padding: 0;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-bottom: 3px solid #fff; }
    @media (min-width: 768px) {
      div.resources-cat-cont div.resources-cat {
        height: 170px;
        border-bottom: none; } }
    div.resources-cat-cont div.resources-cat div.content {
      position: relative;
      text-align: center; }
  div.resources-cat-cont div.resources-content {
    margin-bottom: 40px; }
  div.resources-cat-cont div.resources-icon img {
    zoom: .8; }
  div.resources-cat-cont div.resources-cat:nth-last-child(1) {
    border: none; }
  div.resources-cat-cont div.resources-cat:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(27, 71, 104, 0.8); }
  div.resources-cat-cont div.videos {
    background-image: url(../images/pages/resources-videos.png); }
  div.resources-cat-cont div.events {
    background-image: url(../images/pages/resources-events.png);
    background-position: top right; }
  div.resources-cat-cont div.case-studies {
    background-image: url(../images/pages/resources-case-studies.png);
    background-position: top right; }
  div.resources-cat-cont div.ebooks {
    background-image: url(../images/pages/resources-ebooks.png); }
  div.resources-cat-cont div.resources-icon {
    display: inline-block; }
    div.resources-cat-cont div.resources-icon img {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        div.resources-cat-cont div.resources-icon img {
          margin-bottom: 15px; } }
    @media (min-width: 768px) {
      div.resources-cat-cont div.resources-icon {
        display: block; } }

.roadshow-headline-image {
  margin-bottom: 50px; }

.what-to-know {
  background: url(../images/background-what-to-know.jpg) no-repeat;
  background-size: cover; }

.uix-wtk-text {
  margin: 100px 0; }

.what-to-know h2, .what-to-know p {
  color: #ffffff; }

.what-to-know h2 {
  text-align: center;
  margin: 0px 0 30px 0; }

.pg {
  display: none; }

.pg.current {
  display: block; }

.clearfix {
  clear: both; }

.rs-location {
  display: none; }

.rs-location h4 {
  color: #1c75bc;
  text-transform: uppercase; }

.rs-location h5 {
  font-size: 24px;
  font-style: italic;
  margin-top: 50px;
  margin-bottom: 50px; }

#narpm-logo {
  margin-left: 60px; }

#narpm {
  display: none; }

.roadshow-cta {
  padding: 30px 0 15px 0; }

.uix-card .card-link.coming-soon {
  color: #444444; }

.uix-card .card-label.roadshows {
  left: 0; }

#directions {
  display: none;
  background: #eeeeee; }

.subheader-roadshows .uix-form-primary p, .uix-form-primary h3, .uix-form-primary h4 {
  margin-top: 25px; }

.subheader-roadshows form#mktoForm_619.mktoForm.mktoHasWidth.mktoLayoutLeft {
  color: #ffffff !important; }

.mktoFormRow.row_7 .mktoFormCol {
  margin-bottom: 0px !important; }

.subheader-roadshows .img-responsive {
  margin: 10px auto 50px; }

.btn.regnow {
  min-width: 250px;
  margin: 0 10px 15px; }

/*** Happy Hours ***/
.subheader-happyhours .uix-header-md-text {
  height: 600px; }

.subheader-happyhours h1 {
  font-size: 72px; }

.happyhour-h2 {
  font-size: 72px;
  margin-bottom: 50px; }

.panel-heading {
  position: relative; }

@media (min-width: 992px) {
  .subheader-happyhours .uix-vcenter-text {
    top: 40%; } }

@media (max-width: 991px) {
  #narpm-logo {
    margin-left: 0px; }
  .sponsor-logo {
    margin-bottom: 30px; }
  .subheader-roadshows .btn-explore, .subheader-happyhours .btn-explore {
    display: block;
    position: relative; }
  .subheader-happyhours .uix-header-md-text {
    height: auto; }
  .happyhour-h2 {
    font-size: 38px;
    margin-bottom: 15px; }
  .subheader-happyhours h1 {
    font-size: 40px; }
  .subheader-roadshows a.scroll-link {
    font-size: 16px; }
  .sponsors img {
    margin: 0px auto 30px; } }

@media (max-width: 480px) {
  .what-to-know {
    background: url(../images/background-what-to-know.jpg) no-repeat 60%;
    background-size: cover; }
  .uix-header-text h1 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 20px; }
  .subheader-roadshows p {
    text-align: center; } }

.rentmoney-steps {
  background: url(../images/background-how-rentmoney-works.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0px;
  margin-top: -80px; }

.rentmoney-steps h2 {
  text-align: center;
  color: #ffffff; }

.rentmoney-steps p {
  text-align: center;
  color: #ffffff; }

.rentmoney-steps h6 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase; }

.rentmoney-steps .row.icon {
  min-height: 100px;
  margin: 60px 0 30px; }

.whats-new:before {
  background-color: #0277bd !important; }

.whats-new {
  overflow: hidden !important;
  min-height: 280px !important;
  border-bottom: 10px solid #0277bd; }

.whats-new .uix-vcenter-text {
  top: 47%; }

.whats-new video {
  margin: auto !important;
  position: absolute !important;
  top: 52% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important; }

.launch-date {
  border-bottom: 1px solid #000000; }

@media (max-width: 991px) {
  .whats-new video {
    top: 75px !important; }
  .whats-new:before {
    background-color: #1b518e !important; } }

.subheader-rw .uix-header-md-text {
  min-height: 950px; }

#sessions .panel-group {
  margin-top: 30px; }

#sessions .panel-heading {
  padding: 10px 0;
  background-color: #0277bd;
  border-top: 2px solid #ffffff; }

#sessions .panel-heading .panel-title {
  padding: 0; }

#sessions .panel-heading h4 {
  margin: 0;
  font-size: 18px; }

#sessions .panel-heading h4 a {
  padding: 0 30px; }

.accordionIndicator {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 25px;
  background: url(/wp-content/themes/propertyware2020/images/icons/subtract-circle-1.png) no-repeat; }

.accordionIndicator.collapsed {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 21px;
  background: url(/wp-content/themes/propertyware2020/images/icons/add-circle-1.png) no-repeat; }

#sessions .panel-heading h4 a {
  color: #ffffff;
  text-decoration: none; }

#sessions .panel-body {
  background: #eeeeee;
  padding: 30px; }

.rw-gallery ul li img {
  margin: 0px 0px 20px;
  cursor: pointer; }

@media (min-width: 560px) {
  .subheader-rw .uix-header-md-text {
    min-height: 740px; } }

@media (min-width: 768px) {
  .subheader-rw .uix-header-md-text {
    min-height: 660px; } }

@media (min-width: 992px) {
  .accordionIndicator {
    right: 17px; }
  .accordionIndicator.collapsed {
    right: 17px; } }

@media (min-width: 1200px) {
  .subheader-rw .uix-header-md-text {
    min-height: 660px; } }

.resources-section .row.resource-items > div {
  margin-bottom: 20px; }

.resources-section .section:first-of-type {
  padding-top: 0px !important;
  padding-bottom: 15px; }

.resources-section .section {
  padding-top: 15px;
  padding-bottom: 15px; }

.scrolltop {
  display: block; }

.scrolltop a {
  text-decoration: underline; }

.subheader-covid-resources .container {
  z-index: 2; }

.covid-cta-text {
  text-align: center; }

.covid-cta-text h4 {
  margin-bottom: 20px; }

.covid-cta-links {
  text-align: center;
  z-index: 5; }

.covid-cta-links a:first-of-type {
  margin-right: 30px; }

.covid-cta-links .btn-link i {
  position: relative;
  font-size: 18px;
  top: 3px; }

.covid-cta-links .btn-link:hover {
  text-decoration: none; }

.mobile-to-top {
  display: block; }

.uix-fixed-navigation-menu {
  position: relative;
  top: 0; }

.uix-fixed-navigation-link {
  display: block;
  transition: all 0.3s ease;
  font-weight: 400;
  border-left: 1px solid #dfe2e3;
  padding: 15px 0px 15px 20px;
  color: #606f75; }

.uix-fixed-navigation-link:hover {
  text-decoration: none; }

.uix-fixed-navigation-link.active {
  border-left: 3px solid #0277bd; }

.uix-fixed-navigation-link.active p {
  font-weight: 700; }

#side-nav-filler {
  display: none; }

.uix-box .btn-link i {
  position: relative;
  font-size: 18px;
  top: 3px; }

.uix-box .btn-link:hover {
  text-decoration: none; }

@media (min-width: 768px) {
  .scrolltop {
    display: none; }
  .mobile-to-top {
    display: none; }
  .uix-fixed-navigation-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 110px; }
  #side-nav-filler {
    display: block; } }

@media (min-width: 992px) {
  .resources-section .row.resource-items > div {
    margin-bottom: 60px; }
  .covid-cta-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .covid-cta-text {
    text-align: left; }
  .covid-cta-text h4 {
    margin-bottom: 0; }
  .covid-cta-links {
    text-align: right; } }

/* 3rd Party
------------------------------------------------------------------------------ */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-15 {
  width: 20%;
  float: left; }

.center-block {
  float: none; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

/* Custom Media Queries
------------------------------------------------------------------------------ */
@media (min-width: 320px) {
  /* Small devices ( old iphones, 320px and up) */ }

@media (min-width: 480px) {
  /* Small devices (iphones 5, 480px and up) */ }

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
  /* Base Typography */
  h1, .h1 {
    font-size: 46px;
    line-height: 50px;
    margin: 0 0 10px 0; }
  h1.entry-title {
    font-size: 40px;
    line-height: 50px; }
  h2, .h2 {
    font-size: 38px;
    line-height: 42px;
    margin: 0 0 15px 0; }
  h2.title {
    margin-bottom: 25px; }
  h3, .h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 5px 0; }
  h3.title {
    margin-bottom: 20px; }
  h4 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 5px 0; }
  h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px 0; }
  h6 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px 0; }
  hr {
    margin: 15px 0; }
  .hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  /* Swiper */
  .uix-home-slider, .uix-home-slider .realnews {
    height: 120px; }
  .uix-home-slider .realnews-image {
    padding: 0; }
  .uix-home-slider .realnews-text {
    padding-bottom: 0; }
  /* Home */
  .slides .home-hero-text h1,
  .slides .home-hero-text .h1 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 30px; }
  .slides .home-hero-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .slides .home-hero-text p,
  .slides .home-hero-text .ptext {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 100; }
  .home-hero-text .btn {
    margin: 0 10px 15px 10px; }
  /* Pages */
  .btn-explore {
    display: block; }
  /* roadshows */
  .uix-swiper-quotes {
    height: 380px; }
  /* Section 5 */
  .section {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section5 {
    padding-bottom: 80px; }
  .section5 .tab-pane {
    padding: 50px 50px;
    height: 600px; }
  .cs-4 .uix-quote .uix-quote-text {
    font-size: 24px;
    line-height: 50px; }
  .uix-quotes .uix-quote-text {
    font-size: 24px;
    line-height: 44px; }
  .uix-flex-vcenter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* SubPage Headers */
  .subpage-header .motto,
  .home-hero-text .motto {
    font-size: 22px;
    margin-bottom: 5px; }
  .page-content img {
    margin-bottom: 0; }
  .page-content .img-flex {
    margin-bottom: 25px; }
  div.item-product img {
    margin-bottom: -60px; }
  .tab-navigation li a {
    padding: 20px 30px 20px 15px; }
  .tab-navigation li.active a {
    padding: 20px 40px 20px 15px; }
  .ui-reveal-block h4 {
    font-size: 20px;
    line-height: 24px;
    top: 50%; }
  /* Components: Forms */
  .uix-form-default-50 .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
    width: auto; }
  .uix-form-default-50 .uix-form-footer {
    float: left;
    width: 58%;
    margin-top: -60px; }
  /* Article List */
  .list-article {
    clear: both; }
  .list-article .list-media {
    float: left;
    margin: 0 0 15px 0; }
  /* Category List Article */
  .list-category .list-media {
    float: left;
    margin: 0 30px 15px 0;
    width: 110px; }
  /* Pagination */
  ul.page-numbers li {
    margin: 0 4px 4px 0; }
  .page-numbers a,
  .page-numbers li > span {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px; }
  .post-navigation .nav-next {
    text-align: right;
    width: 50%; }
  .post-navigation .nav-previous {
    width: 50%; }
  .post-navigation .prev_post,
  .post-navigation .next_post {
    display: block; }
  .section5 .tab-pane {
    padding: 25px 50px; }
  .tab-navigation li a {
    font-size: 16px;
    padding: 20px 30px 20px 15px;
    text-align: right; }
  /* UIX Cards */
  .uix-card .card-image {
    display: block;
    height: 140px; }
  .uix-card .card-label {
    display: inline-block; }
  .uix-card .card-title {
    padding-top: 0; }
  /* Cards in Grid */
  .uix-grid .uix-card {
    width: 254px;
    height: 330px; }
  /* Sidebar */
  .social-media a {
    font-size: 21px;
    padding: 10px; }
  /* Footer */
  .cta-footer .col-sm-3 {
    text-align: left; } }

@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
  /* Base Typography */
  h1, .h1 {
    font-size: 54px;
    line-height: 60px;
    margin: 0 0 10px 0; }
  h2, .h2 {
    font-size: 40px;
    line-height: 52px;
    margin: 0 0 15px 0; }
  h2.title {
    margin-bottom: 25px; }
  h3, .h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 5px 0; }
  h3.title {
    margin-bottom: 20px; }
  h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px 0; }
  h5 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px 0; }
  h6 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0; }
  h4 + h6 {
    margin-top: -20px; }
  hr {
    margin: 30px 0; }
  .hr {
    margin-top: 50px;
    margin-bottom: 50px; }
  /* Swiper */
  .uix-home-slider, .uix-home-slider .realnews {
    height: 120px; }
  /* Home */
  .page-content .img-flex {
    margin-bottom: 40px; }
  /* Home */
  .home-hero-text .btn {
    margin: 0 15px 15px 15px; }
  /* roadshows */
  .uix-swiper-quotes {
    height: 280px; }
  /* Section 5 */
  .section {
    padding-top: 50px;
    padding-bottom: 50px; }
  .ui-reveal-block {
    height: auto; }
  .ui-reveal-block h4 {
    font-size: 22px;
    line-height: 20px;
    top: 50%; }
  .section5 .tab-pane {
    padding: 50px 50px; }
  .tab-navigation li a {
    font-size: 20px;
    padding: 20px 30px 20px 15px;
    text-align: right; }
  .uix-flex-vbottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center; }
  /* Header Navigation : Breadcrumbs */
  .uix-header-nav {
    position: absolute;
    width: 100%;
    z-index: 20; }
  /* SubPage Headers */
  .uix-header-md-text {
    height: 540px; }
  .subheader-roadshows .uix-header-md-text {
    height: 670px; }
  .uix-header-text {
    padding-top: 70px; }
  .uix-header-media-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center; }
  .uix-header-media {
    text-align: center;
    position: relative;
    top: 0;
    transform: translateY(12%); }
  .uix-header-media img,
  .uix-header-media-bottom img {
    width: auto; }
  .uix-vcenter-text {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .sub-header-product span {
    font-size: 60px;
    padding: 30px 0 0 0;
    margin: 0 auto 30px auto;
    width: 125px;
    height: 125px; }
  .sub-header-product a {
    font-size: 18px;
    line-height: 24px; }
  /* Even Columns */
  .col-md-even h3 {
    margin-bottom: 30px; }
  .col-md-even .row {
    display: table; }
  .col-md-even [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
    transform-style: preserve-3d; }
  .col-md-even .uix-box-col-bc-img {
    vertical-align: bottom; }
  /* Article List */
  .list-article .list-media {
    margin: 0 0 30px 0; }
  /* Category List Article */
  .list-category .list-media {
    width: 160px; }
  /* Section |  Misc */
  .image-left,
  .alignleft {
    float: left;
    margin: 0 40px 25px 0; }
  .image-right,
  .alignright {
    float: right;
    margin: 0 0 25px 40px; }
  .txt-col-2 {
    column-count: 2; }
  /* Sidebar */
  .social-media a {
    font-size: 22px;
    padding: 12px; }
  .btn.btn-card {
    font-size: 15px; } }

@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
  /* Base Typography */
  h1, .h1 {
    font-size: 60px;
    line-height: 68px;
    margin: 0 0 20px 0; }
  h2, .h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px 0; }
  h2.title {
    margin-bottom: 30px; }
  h3, .h3 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 20px 0; }
  h3.title {
    margin-bottom: 30px; }
  h4 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 25px 0; }
  h4.title {
    margin-bottom: 30px; }
  h5 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 10px 0; }
  h6 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0; }
  h4 + h6 {
    margin-top: -20px; }
  /* Swiper */
  .uix-home-slider, .uix-home-slider .realnews {
    height: 100px; }
  /* Home */
  .page-content .img-flex {
    margin-bottom: 60px; }
  /* Section 5 */
  .ui-reveal-block:hover .ui-reveal-text {
    top: 0; }
  .ui-reveal-block:hover h4 {
    top: 20%; }
  .ui-reveal-block:hover .ui-reveal-arrow {
    bottom: 5%; }
  .ui-reveal-block h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    top: 50%; }
  .ui-reveal-block p {
    font-size: 16px;
    top: 30%;
    line-height: 22px;
    padding: 0 15px 0 15px; }
  .ui-reveal-block .ui-reveal-arrow {
    bottom: -10%; }
  .ui-reveal-block .ui-reveal-arrow i {
    font-size: 30px; }
  .section5 .tab-pane {
    padding: 50px 50px; }
  .tab-navigation li a {
    font-size: 20px;
    padding: 20px 40px 20px 15px; }
  .tab-navigation li a:hover {
    padding: 20px 30px 20px 15px; }
  /* UIX Cards */
  /* Pages : Home */
  .btn-explore {
    bottom: 15px; }
  /* Article List */
  .list-article .list-media {
    height: 180px; }
  /* Category List Article */
  .list-category .list-media {
    width: 260px;
    height: 145px; } }

@media (min-width: 1400px) {
  /* Large devices (large desktops, 1400px and up) */
  /* Pages : Home */
  .btn-explore {
    bottom: 30px; }
  /* Section 4 */
  .ui-reveal-block h4 {
    font-size: 34px;
    line-height: 32px; }
  .ui-reveal-block p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 25px 0 25px; }
  .ui-reveal-block .ui-reveal-text i {
    font-size: 34px; }
  .ui-reveal-block:hover .ui-reveal-arrow {
    bottom: 15%; }
  .row {
    margin-right: -20px;
    margin-left: -20px; }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px; } }

@media (min-width: 1600px) {
  /* Large devices (large desktops, 1600px and up) */
  /* Section 4 */
  .ui-reveal-block p {
    font-size: 18px;
    line-height: 26px;
    padding: 0 30px 0 30px; }
  .whats-new video {
    width: 100%; } }

/*# sourceMappingURL=app.min.css.map */
