@charset "UTF-8";
/*
Theme Name: buzzback
Theme URI: http://fatfreestudio.com/
Author: Underscores.me
Author URI: http://fatfreestudio.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: buzzback
Tags: Bootstrap
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  #ninja_forms_field_5 > .caret,
  .dropup > .btn > .caret, .dropup > #ninja_forms_field_5 > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #464646;
  background-color: #f7f7f7; }

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

a {
  color: #20a8e4;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #faa016;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

.text-center, .home-feature {
  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: #ebebeb; }

.text-primary {
  color: #20a8e4; }

a.text-primary:hover {
  color: #1788ba; }

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #20a8e4; }

a.bg-primary:hover {
  background-color: #1788ba; }

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid whitesmoke; }
  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.42857;
    color: #ebebeb; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

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

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

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

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

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

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

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

textarea.form-control {
  height: auto; }

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

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

.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > #ninja_forms_field_5 {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea#ninja_forms_field_5,
select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > select[multiple]#ninja_forms_field_5 {
  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;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > #ninja_forms_field_5 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  min-height: 38px; }

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

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > #ninja_forms_field_5 + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > #ninja_forms_field_5 + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .form-horizontal .form-group:before,
  .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

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

.btn-default {
  color: #333;
  background-color: #20a8e4;
  border-color: transparent; }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #1788ba;
    border-color: transparent; }
  .btn-default:active,
  .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled,
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default.disabled:active,
  .btn-default.disabled.active,
  .btn-default[disabled],
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  .btn-default[disabled]:active,
  .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #20a8e4;
    border-color: transparent; }
  .btn-default .badge {
    color: #20a8e4;
    background-color: #333; }

.btn-primary, #ninja_forms_field_5 {
  color: #fff;
  background-color: #20a8e4;
  border-color: #1999d1; }
  .btn-primary:hover,
  #ninja_forms_field_5:hover,
  .btn-primary:focus,
  #ninja_forms_field_5:focus,
  .btn-primary.focus,
  .focus#ninja_forms_field_5,
  .btn-primary:active,
  #ninja_forms_field_5:active,
  .btn-primary.active,
  .active#ninja_forms_field_5,
  .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle#ninja_forms_field_5 {
    color: #fff;
    background-color: #1788ba;
    border-color: #13719b; }
  .btn-primary:active,
  #ninja_forms_field_5:active,
  .btn-primary.active,
  .active#ninja_forms_field_5,
  .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle#ninja_forms_field_5 {
    background-image: none; }
  .btn-primary.disabled,
  .disabled#ninja_forms_field_5,
  .btn-primary.disabled:hover,
  .disabled#ninja_forms_field_5:hover,
  .btn-primary.disabled:focus,
  .disabled#ninja_forms_field_5:focus,
  .btn-primary.disabled.focus,
  .disabled.focus#ninja_forms_field_5,
  .btn-primary.disabled:active,
  .disabled#ninja_forms_field_5:active,
  .btn-primary.disabled.active,
  .disabled.active#ninja_forms_field_5,
  .btn-primary[disabled],
  [disabled]#ninja_forms_field_5,
  .btn-primary[disabled]:hover,
  [disabled]#ninja_forms_field_5:hover,
  .btn-primary[disabled]:focus,
  [disabled]#ninja_forms_field_5:focus,
  .btn-primary[disabled].focus,
  [disabled].focus#ninja_forms_field_5,
  .btn-primary[disabled]:active,
  [disabled]#ninja_forms_field_5:active,
  .btn-primary[disabled].active,
  [disabled].active#ninja_forms_field_5,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] #ninja_forms_field_5,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] #ninja_forms_field_5:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] #ninja_forms_field_5:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .focus#ninja_forms_field_5,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] #ninja_forms_field_5:active,
  fieldset[disabled] .btn-primary.active, fieldset[disabled] .active#ninja_forms_field_5 {
    background-color: #20a8e4;
    border-color: #1999d1; }
  .btn-primary .badge, #ninja_forms_field_5 .badge {
    color: #20a8e4;
    background-color: #fff; }

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

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

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

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

.btn-link {
  color: #20a8e4;
  font-weight: normal;
  border-radius: 0; }
  .btn-link,
  .btn-link:active,
  .btn-link.active,
  .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link,
  .btn-link:hover,
  .btn-link:focus,
  .btn-link:active {
    border-color: transparent; }
  .btn-link:hover,
  .btn-link:focus {
    color: #faa016;
    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: #ebebeb;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > #ninja_forms_field_5 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > #ninja_forms_field_5 {
  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%; }

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ebebeb; }

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 991px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group > #ninja_forms_field_5,
  .btn-group-vertical > .btn, .btn-group-vertical > #ninja_forms_field_5 {
    position: relative;
    float: left; }
    .btn-group > .btn:hover,
    .btn-group > #ninja_forms_field_5:hover,
    .btn-group > .btn:focus,
    .btn-group > #ninja_forms_field_5:focus,
    .btn-group > .btn:active,
    .btn-group > #ninja_forms_field_5:active,
    .btn-group > .btn.active,
    .btn-group > .active#ninja_forms_field_5,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > #ninja_forms_field_5:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > #ninja_forms_field_5:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > #ninja_forms_field_5:active,
    .btn-group-vertical > .btn.active, .btn-group-vertical > .active#ninja_forms_field_5 {
      z-index: 2; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret, #ninja_forms_field_5 .caret {
  margin-left: 0; }

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > #ninja_forms_field_5,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > #ninja_forms_field_5 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

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

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

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > #ninja_forms_field_5 {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > #ninja_forms_field_5 + .btn,
.btn-group-vertical > .btn + #ninja_forms_field_5,
.btn-group-vertical > #ninja_forms_field_5 + #ninja_forms_field_5,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > #ninja_forms_field_5 + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + #ninja_forms_field_5,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #a0a0a0;
  text-align: center;
  background-color: whitesmoke;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm, .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon#ninja_forms_field_5 {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg, .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon#ninja_forms_field_5 {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before,
  .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover,
      .nav > li > a:focus {
        text-decoration: none;
        background-color: whitesmoke; }
    .nav > li.disabled > a {
      color: #ebebeb; }
      .nav > li.disabled > a:hover,
      .nav > li.disabled > a:focus {
        color: #ebebeb;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: whitesmoke;
    border-color: #20a8e4; }
  .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.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: whitesmoke whitesmoke #ddd; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #a0a0a0;
      background-color: #f7f7f7;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

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

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

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

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

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

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

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

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

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 991px) {
  .navbar-header {
    float: left; } }

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

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 991px) {
    .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: 991px) {
    .navbar-static-top {
      border-radius: 0; } }

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

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

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

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

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

.navbar-nav {
  margin: 7.5px -10px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 990px) {
    .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: 991px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

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

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

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn#ninja_forms_field_5 {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn#ninja_forms_field_5 {
    margin-top: 14px;
    margin-bottom: 14px; }

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

@media (min-width: 991px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -10px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 990px) {
    .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: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .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; }

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

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label, #ninja_forms_field_5 .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #ebebeb; }
  .label-default[href]:hover,
  .label-default[href]:focus {
    background-color: #d2d2d2; }

.label-primary {
  background-color: #20a8e4; }
  .label-primary[href]:hover,
  .label-primary[href]:focus {
    background-color: #1788ba; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover,
  .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover,
  .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover,
  .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover,
  .label-danger[href]:focus {
    background-color: #c9302c; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover,
  a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: whitesmoke;
  color: #ebebeb;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading,
  .list-group-item.disabled:hover .list-group-item-heading,
  .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text,
  .list-group-item.disabled:hover .list-group-item-text,
  .list-group-item.disabled:focus .list-group-item-text {
    color: #ebebeb; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #20a8e4;
  border-color: #20a8e4; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small,
  .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small,
  .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text,
  .list-group-item.active:hover .list-group-item-text,
  .list-group-item.active:focus .list-group-item-text {
    color: #d6effa; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover,
  a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active,
  a.list-group-item-success.active:hover,
  a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover,
  a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active,
  a.list-group-item-info.active:hover,
  a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover,
  a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active,
  a.list-group-item-warning.active:hover,
  a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover,
  a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active,
  a.list-group-item-danger.active:hover,
  a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before,
  .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #464646;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #464646; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #20a8e4; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #20a8e4;
    border-color: #20a8e4; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #20a8e4; }
    .panel-primary > .panel-heading .badge {
      color: #20a8e4;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #20a8e4; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

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

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

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

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

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

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

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

.clearfix:before,
.jaw_widget .jaw_years.expanded a.jaw_years:before,
#search .search-result:before,
.clearfix:after, .jaw_widget .jaw_years.expanded a.jaw_years:after, #search .search-result:after {
  content: " ";
  display: table; }

.clearfix:after, .jaw_widget .jaw_years.expanded a.jaw_years:after, #search .search-result:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  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; }
  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; }
  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; }
  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; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?9952111");
  src: url("../font/fontello.eot?9952111#iefix") format("embedded-opentype"), url("../font/fontello.svg?9952111#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9952111#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-left-open:before {
  content: '\e800'; }

/* '' */
.icon-right-open:before {
  content: '\e801'; }

/* '' */
.icon-angle-left:before {
  content: '\e802'; }

/* '' */
.icon-angle-right:before {
  content: '\e803'; }

/* '' */
.icon-angle-up:before {
  content: '\e804'; }

/* '' */
.icon-angle-down:before {
  content: '\e805'; }

/* '' */
.icon-down-open:before {
  content: '\e806'; }

/* '' */
.icon-up-open:before {
  content: '\e807'; }

/* '' */
.icon-search:before {
  content: '\e808'; }

/* '' */
.icon-play:before {
  content: '\e809'; }

/* '' */
.p-0 {
  padding: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.m-0 {
  margin: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.mh-0 {
  margin-left: 0px;
  margin-right: 0px; }

.pv-0 {
  padding-top: 0px;
  padding-bottom: 0px; }

.ph-0 {
  padding-left: 0px;
  padding-right: 0px; }

.p-5 {
  padding: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.m-5 {
  margin: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mv-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mh-5 {
  margin-left: 5px;
  margin-right: 5px; }

.pv-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ph-5 {
  padding-left: 5px;
  padding-right: 5px; }

.p-10 {
  padding: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.m-10 {
  margin: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mv-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mh-10 {
  margin-left: 10px;
  margin-right: 10px; }

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.ph-10 {
  padding-left: 10px;
  padding-right: 10px; }

.p-15 {
  padding: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.m-15 {
  margin: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mv-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mh-15 {
  margin-left: 15px;
  margin-right: 15px; }

.pv-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ph-15 {
  padding-left: 15px;
  padding-right: 15px; }

.p-20 {
  padding: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.m-20 {
  margin: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mv-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mh-20 {
  margin-left: 20px;
  margin-right: 20px; }

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.ph-20 {
  padding-left: 20px;
  padding-right: 20px; }

.p-25 {
  padding: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25, main {
  padding-bottom: 25px !important; }

.m-25 {
  margin: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mv-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mh-25 {
  margin-left: 25px;
  margin-right: 25px; }

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.ph-25 {
  padding-left: 25px;
  padding-right: 25px; }

.m-vn25 {
  margin-top: -25px; }

.bbborder, html #insights-featured-content .featured-img, html #content-filter article.content-item {
  border: 1px solid #aeaeae; }

.bg-t {
  background-color: transparent; }

.t-t {
  color: transparent; }

.bg-gdd {
  background-color: #222222; }

.t-gdd {
  color: #222222; }

.bg-gd {
  background-color: #464646; }

.t-gd {
  color: #464646; }

.bg-g {
  background-color: #a0a0a0; }

.t-g {
  color: #a0a0a0; }

.bg-gll {
  background-color: whitesmoke; }

.t-gll {
  color: whitesmoke; }

.bg-gl {
  background-color: #ebebeb; }

.t-gl {
  color: #ebebeb; }

.bg-gld {
  background-color: #dbdad9; }

.t-gld {
  color: #dbdad9; }

.bg-p {
  background-color: #20a8e4; }

.t-p {
  color: #20a8e4; }

.bg-b {
  background-color: #20a8e4; }

.t-b {
  color: #20a8e4; }

.bg-i {
  background-color: #5bc0de; }

.t-i {
  color: #5bc0de; }

.bg-w {
  background-color: #fff; }

.t-w {
  color: #fff; }

.bg-green {
  background-color: #8dc943; }

.t-green {
  color: #8dc943; }

.bg-tan {
  background-color: #f5f4f1; }

.t-tan {
  color: #f5f4f1; }

.bg-orange {
  background-color: #faa016; }

.t-orange {
  color: #faa016; }

.bg-tw, html #insights-events #insights-primary-nav {
  background: white;
  background: rgba(255, 255, 255, 0.74); }

.t-100 {
  font-weight: 100; }

.t-400 {
  font-weight: 400; }

.t-700 {
  font-weight: 700; }

.lh-20 {
  line-height: 20px; }

.lh-23 {
  line-height: 23px; }

.lh-25 {
  line-height: 25px; }

.t-10 {
  font-size: 10px; }

.t-11 {
  font-size: 11px; }

.t-12 {
  font-size: 12px; }

.t-13 {
  font-size: 13px; }

.t-14 {
  font-size: 14px; }

.t-15 {
  font-size: 15px; }

.t-16 {
  font-size: 16px; }

.t-17 {
  font-size: 17px; }

.t-18 {
  font-size: 18px; }

.t-19 {
  font-size: 19px; }

.t-20 {
  font-size: 20px; }

.t-21 {
  font-size: 21px; }

.t-22 {
  font-size: 22px; }

.t-23 {
  font-size: 23px; }

.t-24 {
  font-size: 24px; }

.t-25 {
  font-size: 25px; }

.t-26 {
  font-size: 26px; }

.t-27 {
  font-size: 27px; }

.t-28 {
  font-size: 28px; }

.t-29 {
  font-size: 29px; }

.t-30 {
  font-size: 30px; }

.ts-1 {
  letter-spacing: 1px; }

.ts-2 {
  letter-spacing: 2px; }

.ts-3 {
  letter-spacing: 3px; }

.ts-4 {
  letter-spacing: 4px; }

.ts-5 {
  letter-spacing: 5px; }

body, body p, div {
  font-size: 16px;
  line-height: 1.55; }
  body a, body p a, div a {
    font-weight: bold; }
  body h1, body h2, body h3, body h4, body h5, body p h1, body p h2, body p h3, body p h4, body p h5, div h1, div h2, div h3, div h4, div h5 {
    font-weight: bold !important; }
  body h1.reg, body h2.reg, body h3.reg, body h4.reg, body h5.reg, body p h1.reg, body p h2.reg, body p h3.reg, body p h4.reg, body p h5.reg, div h1.reg, div h2.reg, div h3.reg, div h4.reg, div h5.reg {
    font-weight: normal !important; }
  body h1, body p h1, div h1 {
    font-size: 60px !important; }
  body h2, body p h2, div h2 {
    font-size: 38px !important; }
  body h3, body p h3, div h3 {
    font-size: 24px !important; }
  body h4, body p h4, div h4 {
    font-size: 18px !important; }
  body .body, body .body p, body .body div, body p .body, body p .body p, body p .body div, div .body, div .body p, div .body div {
    font-size: 16px !important;
    line-height: 1.55 !important; }
  body .body-lg, body .body-lg p, body .body-lg div, body p .body-lg, body p .body-lg p, body p .body-lg div, div .body-lg, div .body-lg p, div .body-lg div {
    font-size: 19px !important;
    line-height: 1.55 !important; }
  body .body-xl, body .body-xl p, body .body-xl div, body p .body-xl, body p .body-xl p, body p .body-xl div, div .body-xl, div .body-xl p, div .body-xl div {
    font-size: 23px !important;
    line-height: 1.7 !important; }

@media (max-width: 767px) {
  body, body p, div {
    font-size: 14px;
    line-height: 1.5; }
    body a, body p a, div a {
      font-weight: bold; }
    body h1.reg, body h2.reg, body h3.reg, body h4.reg, body h5.reg, body p h1.reg, body p h2.reg, body p h3.reg, body p h4.reg, body p h5.reg, div h1.reg, div h2.reg, div h3.reg, div h4.reg, div h5.reg {
      font-weight: normal !important; }
    body h1, body p h1, div h1 {
      font-size: 40px !important; }
    body h2, body p h2, div h2 {
      font-size: 30px !important; }
    body h3, body p h3, div h3 {
      font-size: 23px !important; }
    body h4, body p h4, div h4 {
      font-size: 18px !important; }
    body .body, body .body p, body .body div, body p .body, body p .body p, body p .body div, div .body, div .body p, div .body div {
      font-size: 14px !important;
      line-height: 1.5 !important; }
    body .body-lg, body .body-lg p, body .body-lg div, body p .body-lg, body p .body-lg p, body p .body-lg div, div .body-lg, div .body-lg p, div .body-lg div {
      font-size: 17px !important;
      line-height: 1.6 !important; }
    body .body-xl, body .body-xl p, body .body-xl div, body p .body-xl, body p .body-xl p, body p .body-xl div, div .body-xl, div .body-xl p, div .body-xl div {
      font-size: 17px !important;
      line-height: 1.7 !important; } }

html > body .ellipsis a, html > body #insights-featured-content #main-feature .featured-content.main-feature a, html > body #insights-featured-content .featured.small .featured-content a, html > body #insights-featured-content .featured.small .featured-content > .sub-copy a {
  font-weight: normal; }

h1.title-large {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 5px #333; }

.bg-tw h1.title-large,
html #insights-events #insights-primary-nav h1.title-large,
.hidden-md h1.title-large {
  text-shadow: none;
  color: #222222; }

.btn, #ninja_forms_field_5, .btn-default, .btn-primary, #ninja_forms_field_5 {
  border: none;
  border-radius: 0; }

.trans, .gr-v, .gr-h, .gr-v-sm-h, .gr-v-sm-xs, .gr-v:hover, .gr-h:hover, .gr-v-sm-h:hover, .gr-v-sm-xs:hover, .ma-content, .ma-content.active, header .navbar-nav li a,
header .navbar-nav li a:hover, #site-navigation.in #nav-inner, #site-navigation.in.out #nav-inner, .masonry-container .content-item.inactive, .jaw_widget .jaw_symbol, .jaw_widget .expanded .jaw_symbol, .jaw_widget li.jaw_years, .jaw_widget a.jaw_years, .jaw_widget .jaw_years.expanded a.jaw_years, html #insights-sub-nav, html .sub-menu-open #insights-sub-nav,
html #insights-sub-nav.active,
html #insights-sub-nav.open, html #content-filter article.content-item, html #content-filter .unloaded, html #content-filter .loaded, html #insights-events #content-filter > .date {
  -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }

#masonry .item {
  padding-right: 0px !important;
  padding-top: 5px !important; }

.gr-v, .gr-h, .gr-v-sm-h, .gr-v-sm-xs {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1; }
  .gr-v:hover, .gr-h:hover, .gr-v-sm-h:hover, .gr-v-sm-xs:hover {
    opacity: 0.0; }

.gr-v {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
  /* IE6-8 */ }

.gr-h {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* IE10+ */
  background: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=1 );
  /* IE6-8 */ }

@media (max-width: 991px) {
  .gr-v-sm-h {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* IE10+ */
    background: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=1 );
    /* IE6-8 */ } }

@media (min-width: 992px) {
  .gr-v-sm-h {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    /* IE6-8 */ } }

@media (max-width: 991px) {
  .gr-v-xs-h {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* IE10+ */
    background: linear-gradient(to right, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=1 );
    /* IE6-8 */ } }

@media (min-width: 992px) {
  .gr-v-xs-h {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    /* IE6-8 */ } }

.content-item:hover {
  cursor: pointer; }
  .content-item:hover .gr, .content-item:hover .gr-v, .content-item:hover .gr-h, .content-item:hover .gr-v-sm-h, .content-item:hover .gr-v-xs-h {
    opacity: 0.3; }
  .content-item:hover *:after {
    color: #faa016 !important; }

@media (min-width: 768px) {
  .content-item.vid-icon .gr-v:before, .content-item.vid-icon .gr-h:before, .content-item.vid-icon .gr-v-sm-h:before, .content-item.vid-icon .gr-v-xs-h:before {
    content: '\e809';
    color: #fff;
    text-shadow: 1px 1px 5px #333;
    text-align: center;
    /* width: 70px; */
    display: inline-block;
    margin-top: 20%;
    font-size: 25px;
    padding: 15px 20px 15px 26px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    /* width: 40px; */
    margin-left: 50%;
    position: relative;
    left: -32px;
    margin-top: 20%;
    font-family: "fontello";
    border: 3px solid #fff; } }

.single .single-post iframe {
  width: 100%;
  height: 480px;
  margin: 20px auto 30px auto;
  display: block; }

@media (max-width: 991px) {
  .single .single-post iframe {
    height: 400px; } }

@media (max-width: 767px) {
  .single .single-post iframe {
    width: 320px;
    height: 225px; } }

a {
  cursor: pointer; }

.imgFull, #header-featured-img img,
.header-featured-img img {
  width: 100%;
  height: auto; }

#header-featured-img {
  min-height: 350px;
  background-repeat: no-repeat; }

#header-featured-img,
.header-featured-img {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover !important;
  overflow: hidden;
  min-height: 450px; }
  #header-featured-img #title-bottom,
  #header-featured-img .title-botom,
  .header-featured-img #title-bottom, .header-featured-img .title-botom {
    bottom: 0px;
    width: 100%; }
  #header-featured-img:before,
  .header-featured-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMzUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(100%, rgba(0, 0, 0, 0.35)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.35) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#59000000',GradientType=0 );
    /* IE6-8 */ }

article img,
.copy img {
  max-width: 100%;
  height: auto; }

@media (max-width: 991px) {
  .header-copy {
    display: none; }
  #header-featured-img {
    min-height: 200px !important;
    height: 200px;
    max-height: 200px;
    background-size: cover !important;
    background-position: center top !important; } }

.arrowUp, .arrowUpBottom,
.arrowUpBottom-sm {
  position: relative;
  border-bottom: 0px !important; }
  .arrowUp:before, .arrowUpBottom:before,
  .arrowUpBottom-sm:before, .arrowUp:after, .arrowUpBottom:after,
  .arrowUpBottom-sm:after {
    border: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    left: 50%;
    margin-left: -31px;
    bottom: -1px; }
  .arrowUp:before, .arrowUpBottom:before,
  .arrowUpBottom-sm:before {
    margin-left: -30px;
    z-index: 100;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-bottom: 34px solid #fff; }
  .arrowUp:after, .arrowUpBottom:after,
  .arrowUpBottom-sm:after {
    z-index: 99;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #aeaeae;
    bottom: 0px !important; }

.arrowLeft, html #content-filter article.content-item .img-wrap {
  position: relative;
  border-right: 1px solid #aeaeae; }
  .arrowLeft:before, html #content-filter article.content-item .img-wrap:before, .arrowLeft:after, html #content-filter article.content-item .img-wrap:after {
    border: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    right: -1px;
    top: 50%;
    margin-top: -35px;
    left: auto; }
  .arrowLeft:before, html #content-filter article.content-item .img-wrap:before {
    z-index: 100;
    border-top: 34px solid transparent;
    border-right: 34px solid #fff;
    border-bottom: 34px solid transparent;
    margin-top: -34px;
    right: -2px; }
  .arrowLeft:after, html #content-filter article.content-item .img-wrap:after {
    z-index: 99;
    border-top: 35px solid transparent;
    border-right: 35px solid #aeaeae;
    border-bottom: 35px solid transparent; }

@media (max-width: 991px) {
  .arrowLeft-sm {
    position: relative;
    border-right: 1px solid #aeaeae; }
    .arrowLeft-sm:before, .arrowLeft-sm:after {
      border: 0;
      position: absolute;
      width: 0;
      height: 0;
      content: '';
      right: -1px;
      top: 50%;
      margin-top: -35px;
      left: auto; }
    .arrowLeft-sm:before {
      z-index: 100;
      border-top: 34px solid transparent;
      border-right: 34px solid #fff;
      border-bottom: 34px solid transparent;
      margin-top: -34px;
      right: -2px; }
    .arrowLeft-sm:after {
      z-index: 99;
      border-top: 35px solid transparent;
      border-right: 35px solid #aeaeae;
      border-bottom: 35px solid transparent; }
    .arrowLeft-sm:before, .arrowLeft-sm:after {
      top: 50%;
      border-width: 25px;
      margin-top: -25px; } }

.breadcrumbs li {
  display: inline-block;
  list-style-type: none;
  padding-right: 8px; }

.dropdown .icon-angle-down,
.dropdown-toggle .icon-angle-down {
  display: none !important; }

.open .icon-angle-down {
  display: inline-block !important; }

.open .icon-angle-right {
  display: none !important; }

.ellipsis, html #insights-featured-content #main-feature .featured-content.main-feature, html #insights-featured-content .featured.small .featured-content,
html #insights-featured-content .featured.small .featured-content > .sub-copy {
  overflow: hidden;
  position: relative;
  height: 179px;
  line-height: 28px; }
  .ellipsis:before, html #insights-featured-content #main-feature .featured-content.main-feature:before, html #insights-featured-content .featured.small .featured-content:before,
  html #insights-featured-content .featured.small .featured-content > .sub-copy:before {
    content: "";
    float: left;
    width: 5px;
    height: 183px; }
  .ellipsis > *:first-child, html #insights-featured-content #main-feature .featured-content.main-feature > *:first-child, html #insights-featured-content .featured.small .featured-content > *:first-child,
  html #insights-featured-content .featured.small .featured-content > .sub-copy > *:first-child {
    float: right;
    width: 100%;
    margin-left: -5px; }
  .ellipsis > a, html #insights-featured-content #main-feature .featured-content.main-feature > a, html #insights-featured-content .featured.small .featured-content > a,
  html #insights-featured-content .featured.small .featured-content > .sub-copy > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1; }
  .ellipsis:after, html #insights-featured-content #main-feature .featured-content.main-feature:after, html #insights-featured-content .featured.small .featured-content:after,
  html #insights-featured-content .featured.small .featured-content > .sub-copy:after {
    color: #20a8e4;
    content: "Read More";
    text-indent: 1px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    z-index: 0;
    top: -25px;
    left: 100%;
    width: 100%;
    margin-left: -100%;
    padding-right: 5px;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white), color-stop(15%, white));
    background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
    background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
    background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
    background: #fff; }
  .ellipsis i, html #insights-featured-content #main-feature .featured-content.main-feature i, html #insights-featured-content .featured.small .featured-content i,
  html #insights-featured-content .featured.small .featured-content > .sub-copy i, .ellipsis:after, html #insights-featured-content #main-feature .featured-content.main-feature:after, html #insights-featured-content .featured.small .featured-content:after,
  html #insights-featured-content .featured.small .featured-content > .sub-copy:after {
    font-style: normal;
    color: #20a8e4; }
  .ellipsis i:before, html #insights-featured-content #main-feature .featured-content.main-feature i:before, html #insights-featured-content .featured.small .featured-content i:before,
  html #insights-featured-content .featured.small .featured-content > .sub-copy i:before {
    content: "Read More";
    color: #20a8e4;
    display: block; }

@media (max-width: 767px) {
  .ma-trigger {
    background-color: #ccc;
    padding: 10px;
    font-size: 17px;
    margin-top: 0;
    cursor: pointer; }
  .ma-content {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    display: block; }
  .ma-content.active {
    height: auto;
    opacity: 1; } }

.ib {
  display: inline-block; }

.il {
  display: inline; }

.p-rel {
  position: relative; }

.p-abs {
  position: absolute; }

body > .container {
  padding-bottom: 25px; }

.w-100 {
  width: 100%; }

.page-header {
  border-bottom: none; }

@media (max-width: 767px) {
  #header-featured-img .header-copy {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 15px !important; }
    #header-featured-img .header-copy > h1 {
      font-size: 30px;
      margin: 0 !important; }
  #contact-buzzback #header-featured-img .header-copy,
  #insights-events #header-featured-img .header-copy {
    background: white;
    background: rgba(255, 255, 255, 0.74); }
  #insights-events #header-featured-img .header-copy h1 {
    max-width: 480px;
    margin: 0 auto !important; } }

.field-wrap.label-left .ninja-forms-field {
  margin-left: 0 !important; }

#ninja_forms_field_5 {
  background: #20a8e4;
  padding: 7px 25px; }

.bb-ic li, .bb-ic .ic {
  background: url(../img/bb-m-2-g.png) no-repeat left top;
  width: 60px;
  height: 56px;
  margin-right: 5px;
  opacity: .5; }
  .bb-ic li:hover, .bb-ic .ic:hover {
    background-image: url(../img/bb-m-2.png);
    opacity: 1; }

.bb-ic .ic-f {
  background-position: 0 0; }

.bb-ic .ic-l {
  background-position: -78px 0; }

.bb-ic .ic-t {
  background-position: -158px 0; }

.bb-ic .ic-y {
  background-position: -238px 0; }

.page-template-page-contact .bb-ic li, .page-template-page-contact .bb-ic .ic {
  background-image: url(../img/bb-m-g.png); }
  .page-template-page-contact .bb-ic li:hover, .page-template-page-contact .bb-ic .ic:hover {
    background-image: url(../img/bb-m.png); }

header.site-header {
  background-color: #fff;
  border-bottom: 6px solid #ccc;
  padding-bottom: 10px;
  position: relative;
  z-index: 6; }

.site-title a {
  text-indent: -9999px; }
  .site-title a img {
    margin-left: -10px; }

#primary-menu,
.ie #primary-menu {
  clear: both; }

#primary-menu a,
#menu-secondary a {
  color: #464646;
  text-transform: uppercase; }
  #primary-menu a:hover,
  #menu-secondary a:hover {
    background: transparent;
    text-decoration: underline;
    color: #20a8e4; }

html header #menu-secondary li a {
  font-weight: normal;
  font-size: 16px; }

#primary-menu a {
  font-size: 20px;
  font-weight: 500; }

.navbar-toggle .icon-bar {
  background-color: #555; }

#site-navigation {
  margin-top: 20px; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none; }

@media (min-width: 992px) {
  #search-form btn-primary:hover,
  #search-form .input-group-btn,
  #search-form .input-group-btn:hover {
    background: #20a8e4; }
  #search-form .btn-primary:hover, #search-form #ninja_forms_field_5:hover {
    background-color: transparent; }
  #site-navigation {
    pointer-events: all; }
  .navbar-nav > li > .dropdown-menu {
    background: #20a8e4;
    border: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0; }
  body > header .menu-main-container #primary-menu > li > .dropdown-menu > .menu-item {
    border-bottom: 1px solid #1788ba; }
    body > header .menu-main-container #primary-menu > li > .dropdown-menu > .menu-item:last-child {
      border: 0; }
    body > header .menu-main-container #primary-menu > li > .dropdown-menu > .menu-item > a {
      color: #fff;
      text-transform: uppercase;
      padding: 10px 15px;
      text-decoration: none; }
      body > header .menu-main-container #primary-menu > li > .dropdown-menu > .menu-item > a:hover {
        text-decoration: none;
        background: #fff;
        color: #20a8e4; }
  .nav > li.active a {
    text-decoration: underline;
    -moz-text-decoration-color: #20a8e4;
    text-decoration-color: #20a8e4; }
  #primary-menu > li.open a > .caret {
    color: #20a8e4; } }

@media (max-width: 991px) {
  .site-title a img {
    max-width: 200px;
    top: 10px;
    position: relative; }
  .cmn-toggle-switch {
    z-index: 999999;
    display: block;
    position: relative;
    top: 16px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 68px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .cmn-toggle-switch:focus {
    outline: none; }
  .cmn-toggle-switch span {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    height: 6px;
    background: #20a8e4; }
  .cmn-toggle-switch span::before,
  .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #20a8e4;
    content: ""; }
  .cmn-toggle-switch span::before {
    top: -13px; }
  .cmn-toggle-switch span::after {
    bottom: -13px; }
  #site-navigation .nav-close {
    display: none; }
  .cmn-toggle-switch__htx {
    background-color: transparent; }
  .cmn-toggle-switch__htx span {
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s; }
  .cmn-toggle-switch__htx span::before,
  .cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0; }
  .cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  .cmn-toggle-switch.active span::before,
  .cmn-toggle-switch.active span::after {
    background: #fff;
    transition: all 0.3s ease;
    transition-delay: .015s; }
  .cmn-toggle-switch__htx.active {
    background-color: transparent; }
  .cmn-toggle-switch__htx.active span {
    background: none; }
  .cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .cmn-toggle-switch__htx.active span::before,
  .cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s; }
  #site-navigation {
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: .5s ease;
    transition-delay: .15s;
    display: block !important;
    opacity: 0;
    position: absolute;
    z-index: 0;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 !important;
    color: #fff !important;
    background-color: #20a8e4;
    background-color: rgba(32, 168, 228, 0.9);
    pointer-events: none; }
    #site-navigation .menu-item:hover {
      background-color: transparent; }
    #site-navigation .menu-item a {
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      padding: 15px 0; }
      #site-navigation .menu-item a:hover {
        text-decoration: none;
        color: #20a8e4;
        background: #fff; }
    #site-navigation .open .dropdown-menu {
      padding: 0; }
    #site-navigation .menu-item.active.open {
      text-decoration: none;
      background-color: transparent; }
    #site-navigation .menu-item.open .menu-item a:hover {
      color: #fff; }
    #site-navigation .menu-item.dropdown.open > a {
      background-color: #fff;
      color: #20a8e4; }
    #site-navigation .menu-item.dropdown.open .menu-item {
      border-bottom: 1px solid #11678d; }
      #site-navigation .menu-item.dropdown.open .menu-item:last-child {
        border: none; }
    #site-navigation .menu-item.dropdown.open .menu-item a {
      background-color: #1788ba; }
    #site-navigation #menu-item-2865 {
      display: none; }
    #site-navigation #search-form {
      display: block !important;
      background-color: transparent;
      position: relative;
      padding-bottom: 0 !important; }
      #site-navigation #search-form .navbar-form {
        padding: 0; }
      #site-navigation #search-form .btn-primary,
      #site-navigation #search-form #ninja_forms_field_5,
      #site-navigation #search-form .btn-primary:hover, #site-navigation #search-form #ninja_forms_field_5:hover {
        background-color: transparent; }
      #site-navigation #search-form #search-icon {
        position: absolute;
        top: 8px;
        left: 205px; }
    #site-navigation #search-close {
      display: none; }
    #site-navigation label {
      display: none; }
    #site-navigation .input-group {
      width: 250px;
      margin: auto; }
    #site-navigation .navbar-form .input-group > .form-control {
      float: none;
      text-align: center;
      width: 100%;
      background-color: rgba(0, 180, 255, 0.2);
      color: #fff;
      padding: 19px;
      border: 5px solid #fff; }
    #site-navigation .navbar-form .input-group > .form-control input :focus {
      color: #fff; }
    #site-navigation ::-webkit-input-placeholder {
      color: #fff; }
    #site-navigation :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    #site-navigation ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    #site-navigation :-ms-input-placeholder {
      color: #fff; }
    #site-navigation #search {
      padding-right: 40px;
      border-radius: 0; }
    #site-navigation .input-group-btn.btn-primary, #site-navigation .input-group-btn#ninja_forms_field_5 {
      display: inline-block;
      background-color: transparent;
      position: absolute;
      right: 12px;
      top: 3px;
      cursor: pointer;
      position: absolute;
      z-index: 2; }
    #site-navigation #search-form .btn.btn-default, #site-navigation #search-form .btn-default#ninja_forms_field_5 {
      padding: 6px 0px 0px 0px;
      background-color: transparent; }
      #site-navigation #search-form .btn.btn-default:hover, #site-navigation #search-form .btn-default#ninja_forms_field_5:hover {
        background-color: transparent; }
      #site-navigation #search-form .btn.btn-default .icon-search, #site-navigation #search-form .btn-default#ninja_forms_field_5 .icon-search {
        font-size: 20px;
        color: #fff; }
    #site-navigation .caret {
      border: none; }
      #site-navigation .caret:after {
        content: '\e803';
        font-size: 20px;
        display: inline-block;
        float: right;
        position: relative;
        top: -13px;
        right: -10px;
        transition: all 0.2s ease; }
    #site-navigation .open .caret:after {
      content: '\e805'; }
  #site-navigation.in {
    -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 1.0;
    z-index: 11; }
  #site-navigation .nav-close {
    font-size: 32px;
    font-weight: bold;
    top: 0;
    right: 15px;
    margin-right: 10px;
    margin-top: 10px;
    display: block;
    z-index: 9999999;
    cursor: pointer;
    padding: 10px;
    text-align: right; }
  .dropdown-menu {
    text-align: center; }
  #site-navigation .dropdown-menu .menu-item a {
    font-size: 150%;
    font-weight: 400; }
  #site-navigation {
    pointer-events: none; }
    #site-navigation #nav-inner {
      top: -200px;
      position: relative;
      opacity: 0; }
  #site-navigation.in {
    pointer-events: all; }
    #site-navigation.in #nav-inner {
      top: 110px;
      opacity: 1; }
  #site-navigation.in.out #nav-inner {
    top: 1000px;
    opacity: 0; } }

@media (max-width: 767px) {
  #site-navigation .input-group-btn.btn-primary, #site-navigation .input-group-btn#ninja_forms_field_5 {
    right: 35px; } }

#search {
  font-weight: lighter;
  font-style: italic; }

#search-form {
  position: absolute;
  margin-top: -13px;
  width: 100%;
  z-index: 1;
  display: none; }
  #search-form label {
    font-size: 20px; }
  #search-form form {
    margin: 0; }
  #search-form .btn.btn-default, #search-form .btn-default#ninja_forms_field_5 {
    margin-left: -1px;
    padding: 7px; }
    #search-form .btn.btn-default i, #search-form .btn-default#ninja_forms_field_5 i {
      text-indent: -9999px; }

#search-close {
  position: absolute;
  font-size: 28px;
  top: 10px;
  right: 40px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  cursor: pointer; }

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0; }

footer#footer {
  /*
  h1,h2,h3,h4,h5,div,p,span{
    color: #fff;
  }
*/
  border-top: 5px solid #ccc; }
  footer#footer #nav_menu-2,
  footer#footer .widget_nav_menu {
    display: inline-block;
    float: none;
    width: auto;
    margin-bottom: 0; }
    footer#footer #nav_menu-2 ul,
    footer#footer #nav_menu-2 li,
    footer#footer #nav_menu-2 a,
    footer#footer .widget_nav_menu ul, footer#footer .widget_nav_menu li, footer#footer .widget_nav_menu a {
      display: inline-block;
      padding: 0 5px;
      border-left: 1px solid #333; }
      footer#footer #nav_menu-2 ul:first-child,
      footer#footer #nav_menu-2 li:first-child,
      footer#footer #nav_menu-2 a:first-child,
      footer#footer .widget_nav_menu ul:first-child, footer#footer .widget_nav_menu li:first-child, footer#footer .widget_nav_menu a:first-child {
        border: none; }
  footer#footer #text-4,
  footer#footer .widget_text {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-top: 0; }
    footer#footer #text-4 .widget-title,
    footer#footer .widget_text .widget-title {
      display: none; }

.sidebar-main {
  padding-left: 50px; }

.widget {
  padding: 15px 15px 15px 0px;
  margin: 25px 0; }
  .widget ul {
    padding: 0;
    list-style-type: none; }

.related-header {
  position: relative;
  border-top: 7px solid #ddd;
  margin-bottom: 0;
  font-size: 28px; }
  .related-header span {
    position: relative;
    display: inline-block;
    top: -20px;
    background-color: #fff;
    padding: 0px 20px 10px 20px; }

.related-posts {
  padding: 10px; }
  .related-posts article {
    margin-bottom: 10px; }
  .related-posts .inner {
    border: 1px solid #aeaeae; }
  .related-posts .copy {
    line-height: 18px;
    font-size: 14px; }
    .related-posts .copy h4 {
      font-weight: bold;
      margin: 0; }
  .related-posts .imgWrap:before {
    bottom: 0px; }
  .related-posts .imgWrap img {
    border-bottom: 1px solid #aeaeae; }
  .related-posts .ellipsis, .related-posts html #insights-featured-content #main-feature .featured-content.main-feature, html #insights-featured-content #main-feature .related-posts .featured-content.main-feature, .related-posts html #insights-featured-content .featured.small .featured-content, html #insights-featured-content .featured.small .related-posts .featured-content,
  .related-posts html #insights-featured-content .featured.small .featured-content > .sub-copy, html #insights-featured-content .featured.small .related-posts .featured-content > .sub-copy {
    padding: 10px; }

@media (min-width: 992px) {
  .related-posts .copy h4 {
    margin-bottom: 5px; }
  .ellipsis, html #insights-featured-content #main-feature .featured-content.main-feature, html #insights-featured-content .featured.small .featured-content,
  html #insights-featured-content .featured.small .featured-content > .sub-copy {
    height: 173px; }
    .ellipsis:before, html #insights-featured-content #main-feature .featured-content.main-feature:before, html #insights-featured-content .featured.small .featured-content:before,
    html #insights-featured-content .featured.small .featured-content > .sub-copy:before {
      height: 160px; } }

@media (max-width: 992px) {
  .related-posts > .col-xs-12 {
    padding: 0; }
  .related-posts .imgWrap {
    max-width: 167px;
    float: left; }
  .related-posts .arrowUpBottom-sm:before {
    top: 28%; }
  .related-posts .ellipsis, .related-posts html #insights-featured-content #main-feature .featured-content.main-feature, html #insights-featured-content #main-feature .related-posts .featured-content.main-feature, .related-posts html #insights-featured-content .featured.small .featured-content, html #insights-featured-content .featured.small .related-posts .featured-content,
  .related-posts html #insights-featured-content .featured.small .featured-content > .sub-copy, html #insights-featured-content .featured.small .related-posts .featured-content > .sub-copy {
    height: 110px; }
    .related-posts .ellipsis:before, .related-posts html #insights-featured-content #main-feature .featured-content.main-feature:before, html #insights-featured-content #main-feature .related-posts .featured-content.main-feature:before, .related-posts html #insights-featured-content .featured.small .featured-content:before, html #insights-featured-content .featured.small .related-posts .featured-content:before,
    .related-posts html #insights-featured-content .featured.small .featured-content > .sub-copy:before, html #insights-featured-content .featured.small .related-posts .featured-content > .sub-copy:before {
      height: 100px; } }

.single-post .imgWrap.primary img {
  width: 100%;
  height: auto; }

.post-tags {
  padding-left: 10px; }

.tag {
  line-height: 50px; }
  .tag a {
    color: #faa016;
    padding: 5px 10px;
    border: 4px solid #ccc;
    margin-right: 5px;
    text-decoration: none; }
    .tag a:hover {
      color: #20a8e4;
      background: #eee; }

.contact-module .contact-inner {
  border: 1px solid #aaa;
  max-width: 300px;
  margin: auto; }

.share {
  width: 60px;
  height: 60px;
  background: #7f7f7f;
  margin: 0 7px;
  cursor: pointer; }

.industry-wrap.post-right header {
  float: right; }

html .industry-wrap {
  margin-bottom: 25px; }
  html .industry-wrap:last-child {
    margin-bottom: 0px !important; }
  html .industry-wrap header .imgWrap img {
    width: 100%;
    overflow: hidden; }
  html .industry-wrap header .inner, html .industry-wrap article .inner, html .industry-wrap aside article .inner {
    background: #fff; }
  html .industry-wrap header .copy, html .industry-wrap article .copy, html .industry-wrap aside article .copy {
    padding: 0;
    padding-bottom: 0px;
    height: 145px;
    font-size: 14px;
    line-height: 18px; }
    html .industry-wrap header .copy h4, html .industry-wrap article .copy h4, html .industry-wrap aside article .copy h4 {
      margin: 0px 0px 4px 0px; }
    html .industry-wrap header .copy .copy-inner, html .industry-wrap article .copy .copy-inner, html .industry-wrap aside article .copy .copy-inner {
      padding: 5px 15px 15px 15px; }
  html .industry-wrap header .copy.ellipsis:before, html .industry-wrap header #insights-featured-content #main-feature .copy.featured-content.main-feature:before, html #insights-featured-content #main-feature .industry-wrap header .copy.featured-content.main-feature:before, html .industry-wrap header #insights-featured-content .featured.small .copy.featured-content:before,
  html #insights-featured-content .featured.small .industry-wrap header .copy.featured-content:before,
  html .industry-wrap header #insights-featured-content .featured.small .featured-content > .copy.sub-copy:before, html #insights-featured-content .featured.small .industry-wrap header .featured-content > .copy.sub-copy:before, html .industry-wrap article .copy.ellipsis:before, html .industry-wrap article #insights-featured-content #main-feature .copy.featured-content.main-feature:before, html #insights-featured-content #main-feature .industry-wrap article .copy.featured-content.main-feature:before, html .industry-wrap article #insights-featured-content .featured.small .copy.featured-content:before,
  html #insights-featured-content .featured.small .industry-wrap article .copy.featured-content:before,
  html .industry-wrap article #insights-featured-content .featured.small .featured-content > .copy.sub-copy:before, html #insights-featured-content .featured.small .industry-wrap article .featured-content > .copy.sub-copy:before, html .industry-wrap aside article .copy.ellipsis:before, html .industry-wrap aside article #insights-featured-content #main-feature .copy.featured-content.main-feature:before, html #insights-featured-content #main-feature .industry-wrap aside article .copy.featured-content.main-feature:before, html .industry-wrap aside article #insights-featured-content .featured.small .copy.featured-content:before,
  html #insights-featured-content .featured.small .industry-wrap aside article .copy.featured-content:before,
  html .industry-wrap aside article #insights-featured-content .featured.small .featured-content > .copy.sub-copy:before, html #insights-featured-content .featured.small .industry-wrap aside article .featured-content > .copy.sub-copy:before {
    height: 140px; }
  html .industry-wrap header .copy.ellipsis:after, html .industry-wrap header #insights-featured-content #main-feature .copy.featured-content.main-feature:after, html #insights-featured-content #main-feature .industry-wrap header .copy.featured-content.main-feature:after, html .industry-wrap header #insights-featured-content .featured.small .copy.featured-content:after,
  html #insights-featured-content .featured.small .industry-wrap header .copy.featured-content:after,
  html .industry-wrap header #insights-featured-content .featured.small .featured-content > .copy.sub-copy:after, html #insights-featured-content .featured.small .industry-wrap header .featured-content > .copy.sub-copy:after, html .industry-wrap article .copy.ellipsis:after, html .industry-wrap article #insights-featured-content #main-feature .copy.featured-content.main-feature:after, html #insights-featured-content #main-feature .industry-wrap article .copy.featured-content.main-feature:after, html .industry-wrap article #insights-featured-content .featured.small .copy.featured-content:after,
  html #insights-featured-content .featured.small .industry-wrap article .copy.featured-content:after,
  html .industry-wrap article #insights-featured-content .featured.small .featured-content > .copy.sub-copy:after, html #insights-featured-content .featured.small .industry-wrap article .featured-content > .copy.sub-copy:after, html .industry-wrap aside article .copy.ellipsis:after, html .industry-wrap aside article #insights-featured-content #main-feature .copy.featured-content.main-feature:after, html #insights-featured-content #main-feature .industry-wrap aside article .copy.featured-content.main-feature:after, html .industry-wrap aside article #insights-featured-content .featured.small .copy.featured-content:after,
  html #insights-featured-content .featured.small .industry-wrap aside article .copy.featured-content:after,
  html .industry-wrap aside article #insights-featured-content .featured.small .featured-content > .copy.sub-copy:after, html #insights-featured-content .featured.small .industry-wrap aside article .featured-content > .copy.sub-copy:after {
    padding-bottom: 15px;
    left: 106%;
    top: -18px; }
  html .industry-wrap header .copy.ellipsis i, html .industry-wrap header #insights-featured-content #main-feature .copy.featured-content.main-feature i, html #insights-featured-content #main-feature .industry-wrap header .copy.featured-content.main-feature i, html .industry-wrap header #insights-featured-content .featured.small .copy.featured-content i,
  html #insights-featured-content .featured.small .industry-wrap header .copy.featured-content i,
  html .industry-wrap header #insights-featured-content .featured.small .featured-content > .copy.sub-copy i, html #insights-featured-content .featured.small .industry-wrap header .featured-content > .copy.sub-copy i, html .industry-wrap article .copy.ellipsis i, html .industry-wrap article #insights-featured-content #main-feature .copy.featured-content.main-feature i, html #insights-featured-content #main-feature .industry-wrap article .copy.featured-content.main-feature i, html .industry-wrap article #insights-featured-content .featured.small .copy.featured-content i,
  html #insights-featured-content .featured.small .industry-wrap article .copy.featured-content i,
  html .industry-wrap article #insights-featured-content .featured.small .featured-content > .copy.sub-copy i, html #insights-featured-content .featured.small .industry-wrap article .featured-content > .copy.sub-copy i, html .industry-wrap aside article .copy.ellipsis i, html .industry-wrap aside article #insights-featured-content #main-feature .copy.featured-content.main-feature i, html #insights-featured-content #main-feature .industry-wrap aside article .copy.featured-content.main-feature i, html .industry-wrap aside article #insights-featured-content .featured.small .copy.featured-content i,
  html #insights-featured-content .featured.small .industry-wrap aside article .copy.featured-content i,
  html .industry-wrap aside article #insights-featured-content .featured.small .featured-content > .copy.sub-copy i, html #insights-featured-content .featured.small .industry-wrap aside article .featured-content > .copy.sub-copy i {
    display: block; }
  html .industry-wrap header .inner {
    min-height: 340px;
    height: 460px;
    font-size: 17px;
    line-height: 23px;
    border: 1px solid #aeaeae; }
    html .industry-wrap header .inner h2 {
      font-size: 43px; }
    html .industry-wrap header .inner p {
      font-size: 18px;
      line-height: 28px; }
    html .industry-wrap header .inner .copy {
      height: auto;
      max-height: 400px;
      overflow: hidden; }
    html .industry-wrap header .inner button {
      margin-left: 15px; }
  html .industry-wrap aside .top {
    /*
      .ellipsis:after{
        position: absolute;
        top: 85%;
        padding-left: 13px;
      }
      */ }
  html .industry-wrap aside .bottom .imgWrap.arrowUp img, html .industry-wrap aside .bottom .imgWrap.arrowUpBottom img, html .industry-wrap aside .bottom .imgWrap.arrowUpBottom-sm img, html .industry-wrap aside .bottom .imgWrap.arrowUpBottom img {
    border-bottom: 1px solid #aaa;
    height: 100%; }
  html .industry-wrap aside .imgWrap {
    overflow: hidden; }
    html .industry-wrap aside .imgWrap img {
      height: 100%;
      background-color: #666;
      width: 100%; }
  html .industry-wrap article .inner-wrap {
    border: 1px solid #aeaeae; }
  html .industry-wrap article:first-child .copy {
    border-left: 0; }
  html .industry-wrap article.top .imgWrap {
    border-right: 0; }
    html .industry-wrap article.top .imgWrap img {
      border-right: 1px solid #aeaeae; }
  html .industry-wrap article.bottom .copy {
    border-top: 0; }
  html .industry-wrap article.bottom .imgWrap {
    border-bottom: 0;
    min-height: 140px;
    background-color: #aeaeae; }

html > body .copy-inner .inner-content {
  font-size: 14px !important;
  line-height: 18px; }

@media (max-width: 992px) {
  .industry-wrap > .container {
    border: 1px solid #aeaeae;
    background: #fff;
    padding-top: 0;
    padding-bottom: 15px; }
    .industry-wrap > .container header {
      border: 0; }
      .industry-wrap > .container header .inner {
        min-height: 0;
        height: auto;
        padding-bottom: 25px !important;
        border: 0; }
    .industry-wrap > .container aside > .bottom {
      margin-bottom: 25px; }
      .industry-wrap > .container aside > .bottom:last-child {
        margin-bottom: 0; }
    .industry-wrap > .container .bottom .imgWrap {
      float: left;
      position: relative;
      border-right: 1px solid #aeaeae;
      border-right: 0; }
      .industry-wrap > .container .bottom .imgWrap:before, .industry-wrap > .container .bottom .imgWrap:after {
        border: 0;
        position: absolute;
        width: 0;
        height: 0;
        content: '';
        right: -1px;
        top: 50%;
        margin-top: -35px;
        left: auto; }
      .industry-wrap > .container .bottom .imgWrap:before {
        z-index: 100;
        border-top: 34px solid transparent;
        border-right: 34px solid #fff;
        border-bottom: 34px solid transparent;
        margin-top: -34px;
        right: -2px; }
      .industry-wrap > .container .bottom .imgWrap:after {
        z-index: 99;
        border-top: 35px solid transparent;
        border-right: 35px solid #aeaeae;
        border-bottom: 35px solid transparent; }
      .industry-wrap > .container .bottom .imgWrap:after, .industry-wrap > .container .bottom .imgWrap:before {
        right: -2px; }
      .industry-wrap > .container .bottom .imgWrap img {
        border-right: 1px solid #aeaeae;
        border-bottom: 0; }
    .industry-wrap > .container .bottom .copy {
      border-left: 0; }
    .industry-wrap > .container .ellipsis.copy:after, .industry-wrap > .container html #insights-featured-content #main-feature .copy.featured-content.main-feature:after, html #insights-featured-content #main-feature .industry-wrap > .container .copy.featured-content.main-feature:after, .industry-wrap > .container html #insights-featured-content .featured.small .copy.featured-content:after, html #insights-featured-content .featured.small .industry-wrap > .container .copy.featured-content:after,
    .industry-wrap > .container html #insights-featured-content .featured.small .featured-content > .copy.sub-copy:after, html #insights-featured-content .featured.small .industry-wrap > .container .featured-content > .copy.sub-copy:after {
      left: 103%;
      top: -20px; } }

@media (max-width: 767px) {
  .page-template-page-industries main.bg-w {
    background-color: #f5f4f1;
    padding-bottom: 15px !important; }
  .ma.active h2 {
    border-bottom: 1px solid #aeaeae; }
  .industry-wrap {
    padding: 0 15px 0 15px;
    margin-bottom: 15px; }
    .industry-wrap > .container {
      padding: 0; }
      .industry-wrap > .container .ellipsis.copy:after, .industry-wrap > .container html #insights-featured-content #main-feature .copy.featured-content.main-feature:after, html #insights-featured-content #main-feature .industry-wrap > .container .copy.featured-content.main-feature:after, .industry-wrap > .container html #insights-featured-content .featured.small .copy.featured-content:after, html #insights-featured-content .featured.small .industry-wrap > .container .copy.featured-content:after,
      .industry-wrap > .container html #insights-featured-content .featured.small .featured-content > .copy.sub-copy:after, html #insights-featured-content .featured.small .industry-wrap > .container .featured-content > .copy.sub-copy:after {
        left: 106%;
        top: -20px; }
      .industry-wrap > .container aside {
        margin-bottom: 10px; }
      .industry-wrap > .container header {
        margin-top: 15px; }
      .industry-wrap > .container header .copy {
        overflow: visible; }
      .industry-wrap > .container header .copy-inner {
        padding: 0; }
      .industry-wrap > .container header .btn, .industry-wrap > .container header #ninja_forms_field_5 {
        margin-left: 0; }
      .industry-wrap > .container aside > .bottom, .industry-wrap > .container aside > .top {
        margin-bottom: 10px; }
      .industry-wrap > .container aside .top {
        padding-bottom: 0 !important; }
      .industry-wrap > .container article {
        margin-bottom: 0; }
        .industry-wrap > .container article .copy {
          height: 70px;
          max-height: 70px; }
          .industry-wrap > .container article .copy .copy-inner {
            padding: 5px 10px;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .industry-wrap > .container article .copy h4 {
            font-size: 14px;
            color: #20a8e4; }
          .industry-wrap > .container article .copy i:last-child {
            display: none; }
          .industry-wrap > .container article .copy:after {
            display: none; }
        .industry-wrap > .container article .arrowLeft:before,
        .industry-wrap > .container html #content-filter article.content-item .img-wrap:before,
        html #content-filter .industry-wrap > .container article.content-item .img-wrap:before, .industry-wrap > .container article .arrowUpBottom:before {
          top: 30%;
          right: 0px;
          border-top: 15px solid transparent;
          border-bottom: 15px solid transparent;
          border-right: 15px solid #fff; }
        .industry-wrap > .container article .imgWrap,
        .industry-wrap > .container article .imgWrap > img {
          width: 110px;
          height: 70px;
          min-height: 70px; }
      .industry-wrap > .container .bottom .inner-wrap > .imgWrap,
      .industry-wrap > .container .top .inner-wrap > .imgWrap {
        border-bottom: 1px solid #aeaeae;
        min-height: auto;
        min-height: 70px !important; }
        .industry-wrap > .container .bottom .inner-wrap > .imgWrap:before,
        .industry-wrap > .container .bottom .inner-wrap > .imgWrap:after,
        .industry-wrap > .container .top .inner-wrap > .imgWrap:before, .industry-wrap > .container .top .inner-wrap > .imgWrap:after {
          top: 50%;
          border-width: 24px;
          margin-top: -24px; }
        .industry-wrap > .container .bottom .inner-wrap > .imgWrap:before,
        .industry-wrap > .container .top .inner-wrap > .imgWrap:before {
          right: -3px; } }

section.bg-gl.pt-25 {
  background: #e8e8e8; }

body #content-filter .content-item {
  background: transparent;
  padding: 15px; }

/*
#home-featured{
  position: relative;
  overflow: hidden;
  height: 450px;
  iframe{
    width: 100%;
    height: 260%;
    position: fixed;
    top: 0;
    z-index: 0;
    margin-top: -50px;
    position: absolute;
  }
  .container{
    position: relative;
    z-index: 1;
  }
}
*/
#mobile-header {
  display: none; }

.device #mobile-header {
  display: block; }

#home-header-copy {
  position: relative;
  z-index: 5; }
  #home-header-copy h1 {
    text-shadow: 0px 2px 5px #333; }

.video-overlay {
  background-image: url("../img/dark_stripes.png");
  position: absolute;
  opacity: 0.4;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.home-feature {
  padding-bottom: 30px;
  height: 225px; }
  .home-feature div {
    height: 120px;
    width: 160px;
    max-width: 160px;
    margin: auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/icon-sprite-g.png);
    /*
    background-image: linear-gradient(transparent, transparent),
      url(../img/icon-sprite.svg);
*/
    background: transparent url(../img/icon-sprite-g.png) no-repeat 0 0; }
  .home-feature #sid-InHomeUseTest {
    background-position: -910px 0px; }
  .home-feature #sid-AU {
    background-position: -1210px 0px; }
  .home-feature #sid-AdMessageDevelopment {
    background-position: -450px 0px; }
  .home-feature #sid-BrandExploratory {
    background-position: -610px 0px; }
  .home-feature #sid-ClaimsBenefitsEvaluation {
    background-position: -762px 0; }
  .home-feature #sid-Packaging {
    background-position: -147px 0; }
  .home-feature #sid-ConceptDevelopment {
    background-position: 0px 0px; }
  .home-feature #sid-Naming {
    background-position: -303px 0px; }
  .home-feature #sid-Positioning {
    background-position: -1370px 0px; }
  .home-feature #sid-InHomeUseTest:hover {
    background-position: -910px -120px; }
  .home-feature #sid-AU:hover {
    background-position: -1210px -120px; }
  .home-feature #sid-AdMessageDevelopment:hover {
    background-position: -450px -120px; }
  .home-feature #sid-BrandExploratory:hover {
    background-position: -610px -120px; }
  .home-feature #sid-ClaimsBenefitsEvaluation:hover {
    background-position: -762px -120px; }
  .home-feature #sid-Packaging:hover {
    background-position: -147px -120px; }
  .home-feature #sid-ConceptDevelopment:hover {
    background-position: 0px -120px; }
  .home-feature #sid-Naming:hover {
    background-position: -303px -120px; }
  .home-feature #sid-Positioning:hover {
    background-position: -1370px -120px; }

.active #sid-InHomeUseTest {
  background-position: -910px -120px; }

.active #sid-AU {
  background-position: -1210px -120px; }

.active #sid-AdMessageDevelopment {
  background-position: -450px -120px; }

.active #sid-BrandExploratory {
  background-position: -610px -120px; }

.active #sid-ClaimsBenefitsEvaluation {
  background-position: -762px -120px; }

.active #sid-Packaging {
  background-position: -147px -120px; }

.active #sid-ConceptDevelopment {
  background-position: 0px -120px; }

.active #sid-Naming {
  background-position: -303px -120px; }

.active #sid-Positioning {
  background-position: -1370px -120px; }

@media (max-width: 767px) {
  #sid-InHomeUseTest {
    background-position: -910px -120px !important; }
  #sid-AU {
    background-position: -1210px -120px !important; }
  #sid-AdMessageDevelopment {
    background-position: -450px -120px !important; }
  #sid-BrandExploratory {
    background-position: -610px -120px !important; }
  #sid-ClaimsBenefitsEvaluation {
    background-position: -762px -120px !important; }
  #sid-Packaging {
    background-position: -147px -120px !important; }
  #sid-ConceptDevelopment {
    background-position: 0px -120px !important; }
  #sid-Naming {
    background-position: -303px -120px !important; }
  #sid-Positioning {
    background-position: -1370px -120px !important; } }

#featured_content {
  border: 20px solid #c1c0c1;
  border-left: none;
  border-right: none;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  #featured_content .featured_content_copy {
    background-color: rgba(255, 255, 255, 0.8); }

/*
#content-filter{
  article.content-item{
    position: relative;
    //background: #eee;
    padding: 15px;
    @extend .trans;
  }
}
*/
.masonry .content-item {
  background: transparent;
  padding-bottom: 30px; }
  .masonry .content-item .imgWrap.arrowUp, .masonry .content-item .imgWrap.arrowUpBottom, .masonry .content-item .imgWrap.arrowUpBottom-sm {
    border-bottom: 1px solid #aeaeae !important; }
  .masonry .content-item img {
    width: 100%;
    border: 1px solid #aaa;
    border-bottom: 0; }
  .masonry .content-item a {
    color: #464646;
    border: 1px solid #aaa;
    display: block;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none;
    position: relative;
    /*
    border: 6px solid #fff;
    margin-bottom: 5px;
    box-shadow: 1px 2px 6px rgba(0,0,0,.2);
*/
    word-break: break-word; }
  .masonry .content-item a.hasImg {
    border-top: 0; }

.masonry .content-item:hover {
  cursor: pointer; }
  .masonry .content-item:hover a {
    cursor: pointer; }

.masonry-container .content-item.inactive {
  opacity: 0; }

@media (max-width: 767px) {
  .home .home-feature:last-child {
    width: 100%; } }

video, #home-vid {
  width: 100%;
  position: relative; }

body #home-player {
  position: relative;
  min-height: auto;
  max-height: 550px;
  background-color: #fff; }

body #home-player:before {
  background: none; }

body.device #home-player {
  display: none; }

#header-copy {
  position: absolute;
  top: 0px; }

.home main {
  padding-bottom: 0 !important; }

.home .statement {
  font-size: 23px;
  line-height: 1.7; }

.home .masonry .content-item a {
  font-weight: normal; }

.home #featured_content a:hover,
.home #featured_content a:hover h2 {
  text-decoration: none;
  color: #fff; }

@media (min-width: 991px) {
  #more-press > div,
  #press article > div {
    min-height: 400px; }
    #more-press > div img,
    #press article > div img {
      margin-top: 15px; } }

.widget ul > li ul {
  padding-left: 20px; }

.widget_jal_widget {
  margin-top: 0px; }

.jaw_widget .jaw_symbol {
  float: right; }

.jaw_widget li.jaw_years {
  margin-bottom: 6px;
  border: 1px solid #aeaeae; }
  .jaw_widget li.jaw_years > a {
    color: #797979;
    font-weight: 700;
    font-size: 18px; }
    .jaw_widget li.jaw_years > a:hover {
      text-decoration: none; }

.jaw_widget li.jaw_months {
  padding: 8px 0 10px 0; }

.jaw_widget .jaw_years.expanded {
  background-color: #fff; }
  .jaw_widget .jaw_years.expanded a.jaw_years {
    border-bottom: 1px solid #aeaeae;
    background-color: #ccc;
    color: #464646;
    text-decoration: none; }
  .jaw_widget .jaw_years.expanded li.jaw_months {
    border-bottom: 1px solid #aeaeae; }
    .jaw_widget .jaw_years.expanded li.jaw_months:last-child {
      border: none; }
    .jaw_widget .jaw_years.expanded li.jaw_months .jaw_symbol {
      display: none; }
    .jaw_widget .jaw_years.expanded li.jaw_months a.jaw_months {
      color: #464646;
      text-decoration: none; }
  .jaw_widget .jaw_years.expanded .jaw_months ul {
    padding-left: 0; }
  .jaw_widget .jaw_years.expanded > ul {
    padding: 5px 15px 15px 8px; }
    .jaw_widget .jaw_years.expanded > ul .jaw_posts {
      padding: 4px 0;
      font-size: 14px !important;
      line-height: 1.45 !important;
      padding-bottom: 8px !important;
      font-weight: 700;
      display: block !important; }

.jaw_widget a.jaw_years {
  width: 100%;
  background-color: #fff;
  display: block;
  padding: 5px 8px; }

#webinar-archive h2 a, #webinar-archive h2 a:hover {
  color: #464646; }

#search .container {
  border: 2px solid #ccc; }

#search ol {
  padding: 0;
  list-style-type: none; }

#search .search-result {
  padding: 50px 0;
  border-bottom: 1px solid #ccc; }
  #search .search-result:last-child {
    border: 0; }
  #search .search-result h3 {
    margin-top: 0px; }

#search .imgWrap {
  float: left;
  margin-right: 25px; }

html .nav-active, html #insights-events-nav #insights-primary-nav ul > li > a:hover, html .all #insights-events-nav ul > li > a#all,
html .insights #insights-events-nav ul > li > a#insights-events,
html .post #insights-events-nav ul > li > a#insights-articles,
html .industry #insights-events-nav ul > li > a#industry,
html .events #insights-events-nav ul > li > a#events,
html .press-awards #insights-events-nav ul > li > a#press-awards,
html
.infographics #insights-events-nav ul > li > a#infographics {
  background-color: #faa016;
  color: #fff; }

html #insights-events-nav ul {
  border-bottom: none; }

html #insights-events-nav a {
  color: #464646; }

html #insights-events-nav #insights-primary-nav ul > li > a {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #aaa;
  border-radius: 0;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 12px;
  font-weight: normal; }

html #insights-events-nav #insights-primary-nav ul > li:last-child > a {
  margin-right: 0 !important; }

html #insights-events-nav ul > li:first-child a {
  padding-right: 17px;
  padding-left: 17px; }

html #insights-events-nav ul > li:last-child a {
  margin-right: 0; }

html #insights-sub-nav {
  display: block !important;
  height: 0;
  overflow: hidden;
  padding: 0;
  transition-timing-function: ease-in-out; }
  html #insights-sub-nav li > a {
    padding: 10px 10px 10px 25px !important; }
    html #insights-sub-nav li > a:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      border: 2px solid #aaa;
      left: 0;
      top: 10px; }
    html #insights-sub-nav li > a:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      border-radius: 100%;
      left: 3px;
      background-color: #ccc;
      top: 13px; }

html .ind-all #ind-all a:after,
html .ind-pharmaceutical #ind-pharmaceutical a:after,
html .ind-insurance-financial-services #ind-financial a:after,
html .ind-advertising-pr-and-marketing #ind-marketing a:after,
html .ind-consumer-products #ind-consumer a:after,
html
.ind-restaurants #ind-restaurants a:after {
  background-color: #faa016; }

html .sub-menu-open #insights-sub-nav,
html #insights-sub-nav.active,
html #insights-sub-nav.open {
  height: auto;
  padding: 10px 15px 15px 15px; }

html .industry #insights-sub-nav {
  min-height: 120px !important;
  padding: 10px 15px 15px 15px; }

html #insights-events-nav .open a {
  border-bottom: #fff;
  z-index: 2; }

html #insights-events-nav .open a:hover {
  background: #fff;
  color: #464646; }

html #insights-events-nav .open .dropdown-menu {
  z-index: 1;
  margin-top: -1px; }

html .content-container {
  padding-top: 6px; }

html #sidebar-insights {
  padding-left: 6px; }

html .wpp-list > li,
html #most_read .popular-posts > .wpp-list > li {
  margin-bottom: 8px; }
  html .wpp-list > li > a,
  html #most_read .popular-posts > .wpp-list > li > a {
    font-size: 14px !important;
    line-height: 1.45 !important; }

html #insights-featured-content {
  margin-left: -3px;
  margin-right: -3px;
  margin-bottom: 6px; }
  html #insights-featured-content .featured-img {
    position: relative;
    z-index: 1; }
  html #insights-featured-content .featured-content {
    border-top: 0; }
  html #insights-featured-content .col-xs-12 {
    padding-left: 3px;
    padding-right: 3px; }
  html #insights-featured-content #main-feature .featured-img,
  html #insights-featured-content #main-feature .featured-content {
    max-height: 255px;
    height: 255px;
    padding: 0;
    font-size: 17px;
    overflow: hidden;
    border-bottom: 0; }
    html #insights-featured-content #main-feature .featured-img img,
    html #insights-featured-content #main-feature .featured-content img {
      width: 100%;
      height: 100%;
      border-bottom: 1px solid #aeaeae; }
  html #insights-featured-content #main-feature .featured-content > .featured-content-copy > .sub-copy {
    font-size: 17px !important;
    line-height: 28px !important; }
  html #insights-featured-content #main-feature .featured-content.main-feature {
    max-height: 260px;
    height: 260px;
    padding: 0;
    border: 1px solid #aeaeae;
    border-top: 0; }
    html #insights-featured-content #main-feature .featured-content.main-feature:after {
      top: -27px;
      padding-bottom: 21px;
      padding-top: 5px;
      text-indent: 19px; }
    html #insights-featured-content #main-feature .featured-content.main-feature .featured-content-copy {
      padding: 20px; }
      html #insights-featured-content #main-feature .featured-content.main-feature .featured-content-copy h3 {
        font-weight: bold !important;
        font-size: 28px !important; }
    html #insights-featured-content #main-feature .featured-content.main-feature:before {
      height: 232px; }
  html #insights-featured-content .featured-content {
    background: #FFF; }
    html #insights-featured-content .featured-content h3 {
      margin-top: 0px;
      width: 100%;
      font-size: 18px !important;
      font-weight: bold !important; }
  html #insights-featured-content .featured.small {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden; }
    html #insights-featured-content .featured.small:last-child {
      margin-top: 5px; }
    html #insights-featured-content .featured.small .featured-img img,
    html #insights-featured-content .featured.small .featured-content img {
      width: 100%;
      height: 128px;
      border-bottom: 1px solid #aaa; }
    html #insights-featured-content .featured.small .featured-img > .sub-copy,
    html #insights-featured-content .featured.small .featured-content > .sub-copy {
      font-size: 14px !important;
      line-height: 18px !important; }
    html #insights-featured-content .featured.small .featured-content,
    html #insights-featured-content .featured.small .featured-content > .sub-copy {
      padding: 10px;
      font-size: 14px !important;
      line-height: 18px !important;
      padding-right: 0;
      overflow: hidden;
      height: 126px;
      border: 1px solid #aeaeae;
      border-top: 0; }
      html #insights-featured-content .featured.small .featured-content:before,
      html #insights-featured-content .featured.small .featured-content > .sub-copy:before {
        height: 111px; }
      html #insights-featured-content .featured.small .featured-content:after,
      html #insights-featured-content .featured.small .featured-content > .sub-copy:after {
        padding-bottom: 6px; }
      html #insights-featured-content .featured.small .featured-content .featured-content-copy,
      html #insights-featured-content .featured.small .featured-content > .sub-copy .featured-content-copy {
        overflow: hidden;
        line-height: 18px;
        padding-right: 15px; }
        html #insights-featured-content .featured.small .featured-content .featured-content-copy:before,
        html #insights-featured-content .featured.small .featured-content > .sub-copy .featured-content-copy:before {
          height: 110px; }

html #content-filter article.content-item {
  position: relative;
  background: #fff;
  padding: 0 15px;
  display: block;
  max-height: 197px;
  overflow: hidden;
  margin-bottom: 6px;
  padding-left: 0; }
  html #content-filter article.content-item h4 {
    font-size: 20px !important;
    font-weight: bold !important; }
  html #content-filter article.content-item .date {
    font-size: 14px;
    display: block;
    margin-top: 15px;
    color: #888; }
  html #content-filter article.content-item .content-copy,
  html #content-filter article.content-item .content-copy > .sub-copy {
    font-size: 15px !important;
    line-height: 20px !important; }
  html #content-filter article.content-item .img-wrap {
    background-color: #aeaeae !important;
    width: 300px;
    height: 197px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: left top;
    margin-right: 25px;
    position: relative;
    border-right: 1px solid #aeaeae; }
  html #content-filter article.content-item .ellipsis, html #content-filter article.content-item #insights-featured-content #main-feature .featured-content.main-feature, html #insights-featured-content #main-feature #content-filter article.content-item .featured-content.main-feature, html #content-filter article.content-item #insights-featured-content .featured.small .featured-content,
  html #insights-featured-content .featured.small #content-filter article.content-item .featured-content,
  html #content-filter article.content-item #insights-featured-content .featured.small .featured-content > .sub-copy, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content > .sub-copy {
    height: 185px; }
    html #content-filter article.content-item .ellipsis:before, html #content-filter article.content-item #insights-featured-content #main-feature .featured-content.main-feature:before, html #insights-featured-content #main-feature #content-filter article.content-item .featured-content.main-feature:before, html #content-filter article.content-item #insights-featured-content .featured.small .featured-content:before,
    html #insights-featured-content .featured.small #content-filter article.content-item .featured-content:before,
    html #content-filter article.content-item #insights-featured-content .featured.small .featured-content > .sub-copy:before, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content > .sub-copy:before {
      height: 188px; }
    html #content-filter article.content-item .ellipsis:after, html #content-filter article.content-item #insights-featured-content #main-feature .featured-content.main-feature:after, html #insights-featured-content #main-feature #content-filter article.content-item .featured-content.main-feature:after, html #content-filter article.content-item #insights-featured-content .featured.small .featured-content:after,
    html #insights-featured-content .featured.small #content-filter article.content-item .featured-content:after,
    html #content-filter article.content-item #insights-featured-content .featured.small .featured-content > .sub-copy:after, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content > .sub-copy:after {
      padding-left: 4px;
      padding-right: 1px; }

html #content-filter .unloaded {
  opacity: 0 !important;
  left: -200px !important; }

html #content-filter .loaded {
  opacity: 1;
  left: 0px; }

html #content-filter .excerpt {
  display: block;
  overflow: scroll; }

html #content-filter article.content-item:hover small,
html #content-filter article.content-item:hover {
  text-decoration: none; }

html #tags-dropdown,
html #insights-archive {
  border-radius: 0;
  border: 2px solid #666 !important;
  text-align: left;
  background: #fff;
  padding-left: 10px !important;
  text-align: center;
  height: 35px; }
  html #tags-dropdown:before,
  html #insights-archive:before {
    display: block; }
  html #tags-dropdown .icon,
  html #insights-archive .icon {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    padding-top: 0;
    line-height: 0;
    margin: 0 0 0 0 !important;
    height: 100%;
    border-left: 1px solid #666; }
  html #tags-dropdown .copy,
  html #insights-archive .copy {
    font-size: 14px;
    position: relative;
    top: 5px;
    margin-right: 16px;
    float: left;
    width: 50%;
    text-align: right; }
  html #tags-dropdown #tags-dropdown .copy:after,
  html #insights-archive #tags-dropdown .copy:after {
    background-color: green;
    width: 40px;
    display: inline-block;
    float: right;
    content: '\e803';
    text-align: center;
    color: #fff; }

html #tag-filter .btn-group > .btn,
html #tag-filter .btn-group > #ninja_forms_field_5,
html #archive .btn-group > .btn, html #archive .btn-group > #ninja_forms_field_5 {
  border: 2px solid #bbb; }

html #tag-filter li a,
html #archive li a {
  color: #666;
  font-weight: 300;
  display: block;
  padding: 5px 5px 10px 20px;
  clear: both;
  line-height: 1.2;
  word-wrap: break-word;
  font-size: larger; }
  html #tag-filter li a:hover,
  html #archive li a:hover {
    cursor: pointer;
    color: #000;
    background-color: #f5f5f5;
    text-decoration: none; }
  html #tag-filter li a span,
  html #archive li a span {
    white-space: normal; }

html #tag-filter li a.active,
html #archive li a.active {
  display: none; }

html #tag-filter .dropdown-menu,
html #archive .dropdown-menu {
  width: 100%; }

html #active-tags {
  padding: 0;
  margin-bottom: 0; }
  html #active-tags .active-tag {
    display: inline-block;
    list-style-type: none;
    padding: 6px 7px 7px 7px;
    background-color: #fff;
    border-radius: 0;
    margin: 5px 5px 5px 2px;
    font-size: 15px;
    cursor: pointer;
    color: #faa016; }
    html #active-tags .active-tag:after {
      content: " ×";
      position: relative;
      margin-left: 4px;
      font-size: 35px;
      padding: 0;
      line-height: 0;
      font-weight: 100;
      top: 7px;
      color: #464646; }
    html #active-tags .active-tag:hover {
      background: #eee;
      cursor: pointer; }

html .widget.popular-posts {
  padding: 20px;
  background: #fff;
  margin: 6px 0; }
  html .widget.popular-posts h4 {
    font-size: 23px;
    font-weight: bold; }

@media (max-width: 991px) {
  #insights-featured-content .featured.small .featured-img img {
    height: auto; }
  #insights-sub-nav li {
    line-height: 14px;
    min-height: 66px; } }

@media (min-width: 768px) and (max-width: 992px) {
  #insights-events-nav #insights-primary-nav > ul > li > a {
    font-size: 13px;
    padding: 10px 10px;
    margin-right: 10px; }
  #sidebar-insights .dropdown-toggle {
    font-size: 12px;
    padding-left: 0 !important; }
  #sidebar-insights .dropdown-menu li > a {
    text-align: left;
    padding: 10px 5px 10px 5px; }
  #main-feature {
    margin-bottom: 5px; }
  #content-filter article.content-item .img-wrap {
    height: 175px;
    width: 267px;
    margin-right: 17px; }
  #insights-featured-content .featured.small:first-child {
    padding-right: 3px; }
  #insights-featured-content .featured.small:last-child {
    padding-left: 3px;
    margin: 0; }
  #content-filter article.content-item {
    max-height: 175px; }
    #content-filter article.content-item .ellipsis:before, #content-filter article.content-item html #insights-featured-content #main-feature .featured-content.main-feature:before, html #insights-featured-content #main-feature #content-filter article.content-item .featured-content.main-feature:before, #content-filter article.content-item html #insights-featured-content .featured.small .featured-content:before, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content:before,
    #content-filter article.content-item html #insights-featured-content .featured.small .featured-content > .sub-copy:before, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content > .sub-copy:before {
      height: 171px; }
    #content-filter article.content-item .ellipsis:after, #content-filter article.content-item html #insights-featured-content #main-feature .featured-content.main-feature:after, html #insights-featured-content #main-feature #content-filter article.content-item .featured-content.main-feature:after, #content-filter article.content-item html #insights-featured-content .featured.small .featured-content:after, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content:after,
    #content-filter article.content-item html #insights-featured-content .featured.small .featured-content > .sub-copy:after, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content > .sub-copy:after {
      padding-bottom: 6px; }
    #content-filter article.content-item .ellipsis .content-copy, #content-filter article.content-item html #insights-featured-content #main-feature .featured-content.main-feature .content-copy, html #insights-featured-content #main-feature #content-filter article.content-item .featured-content.main-feature .content-copy, #content-filter article.content-item html #insights-featured-content .featured.small .featured-content .content-copy, html #insights-featured-content .featured.small #content-filter article.content-item .featured-content .content-copy {
      padding-right: 0px; }
    #content-filter article.content-item b {
      margin-top: 10px;
      margin-bottom: 4px; }
    #content-filter article.content-item h4 {
      font-size: 18px;
      margin: 3px 0 3px 0; }
    #content-filter article.content-item .content-copy {
      line-height: 18px;
      padding-right: 15px; }
  #insights-featured-content #main-feature .featured-img img {
    height: 130%; } }

@media (max-width: 767px) {
  #insights-events #header-featured-img .header-copy {
    height: 55px; }
    #insights-events #header-featured-img .header-copy h1 {
      margin: 0 auto !important;
      font-size: 30px;
      margin-bottom: 10px;
      padding-bottom: 10px; }
    #insights-events #header-featured-img .header-copy html #insights-featured-content .featured.small .featured-img img {
      height: auto !important; }
  html #nav-toggle {
    margin-right: 15px; }
  html #content {
    padding-left: 10px;
    padding-right: 10px; }
  html #insights-nav-trigger {
    background: #faa016; }
  html #sidebar-insights {
    padding-left: 0; }
  html .industry #insights-sub-nav {
    height: auto;
    padding: 15px; }
    html .industry #insights-sub-nav li > a {
      padding: 10px 10px 10px 25px !important; }
  html #insights-events #insights-nav-trigger {
    border: 2px solid #b77510;
    margin: 0; }
  html #insights-events #insights-primary-nav {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.93); }
  html #insights-events #insights-primary-nav .close {
    font-size: 50px;
    margin-bottom: -15px !important;
    font-weight: 400; }
  html #insights-events #insights-primary-nav .nav-tabs {
    padding-left: 10px; }
    html #insights-events #insights-primary-nav .nav-tabs li a {
      margin-right: 0; }
  html #insights-events #insights-primary-nav.active,
  html #insights-events #insights-primary-nav.open {
    z-index: 3; }
  html #insights-events #insights-primary-nav li {
    width: 100%;
    margin: 10px 0; }
    html #insights-events #insights-primary-nav li a {
      text-align: center; }
  html #insights-events .container {
    max-width: 480px; }
  html #insights-events #insights-featured-content #main-feature .featured-img {
    height: auto;
    border-bottom: 0; }
  html #insights-events .ellipsis:before,
  html #insights-events #insights-featured-content #main-feature .featured-content.main-feature:before, html #insights-featured-content #main-feature #insights-events .featured-content.main-feature:before, html #insights-events #insights-featured-content .featured.small .featured-content:before,
  html #insights-featured-content .featured.small #insights-events .featured-content:before,
  html #insights-events #insights-featured-content .featured.small .featured-content > .sub-copy:before, html #insights-featured-content .featured.small #insights-events .featured-content > .sub-copy:before, html #insights-events .ellipsis:after,
  html #insights-events #insights-featured-content #main-feature .featured-content.main-feature:after, html #insights-featured-content #main-feature #insights-events .featured-content.main-feature:after, html #insights-events #insights-featured-content .featured.small .featured-content:after,
  html #insights-featured-content .featured.small #insights-events .featured-content:after,
  html #insights-events #insights-featured-content .featured.small .featured-content > .sub-copy:after, html #insights-featured-content .featured.small #insights-events .featured-content > .sub-copy:after, html #insights-events .content-copy > i,
  html #insights-events .featured-content-copy > i {
    display: none !important; }
  html #insights-events #insights-featured-content .featured-content {
    padding: 0; }
  html #insights-events #insights-featured-content .featured-content-copy,
  html #insights-events #insights-featured-content #main-feature .featured-content-copy {
    padding: 10px 10px 10px 10px; }
    html #insights-events #insights-featured-content .featured-content-copy > h3,
    html #insights-events #insights-featured-content #main-feature .featured-content-copy > h3 {
      margin-bottom: 0;
      color: #20a8e4;
      padding: 10px 0;
      font-size: 18px; }
  html #insights-events .featured.small, html #insights-events #main-feature {
    margin-bottom: 25px; }
  html #insights-events #insights-featured-content #main-feature .featured-content.main-feature,
  html #insights-events #insights-featured-content .featured.small .featured-content {
    height: auto; }
  html #insights-events #content-filter > .date {
    position: relative; }
  html #insights-events #content-filter > .date.unloaded {
    left: -200px; }
  html #insights-events #content-filter .content-item {
    height: 70px;
    margin-bottom: 10px; }
    html #insights-events #content-filter .content-item .img-wrap {
      height: 70px;
      width: 110px !important;
      margin-right: 10px !important; }
  html #insights-events #content-filter .ellipsis, html #insights-events #content-filter #insights-featured-content #main-feature .featured-content.main-feature, html #insights-featured-content #main-feature #insights-events #content-filter .featured-content.main-feature, html #insights-events #content-filter #insights-featured-content .featured.small .featured-content,
  html #insights-featured-content .featured.small #insights-events #content-filter .featured-content,
  html #insights-events #content-filter #insights-featured-content .featured.small .featured-content > .sub-copy, html #insights-featured-content .featured.small #insights-events #content-filter .featured-content > .sub-copy, html #insights-events #content-filter .content-copy {
    max-height: 70px !important;
    height: 70px !important;
    display: table; }
  html #insights-events #content-filter .ellipsis h4, html #insights-events #content-filter #insights-featured-content #main-feature .featured-content.main-feature h4, html #insights-featured-content #main-feature #insights-events #content-filter .featured-content.main-feature h4, html #insights-events #content-filter #insights-featured-content .featured.small .featured-content h4,
  html #insights-featured-content .featured.small #insights-events #content-filter .featured-content h4 {
    color: #20a8e4;
    font-size: 14px !important;
    display: block;
    position: relative;
    top: -2px;
    display: table-cell;
    vertical-align: middle; }
  html #insights-events #content-filter .arrowLeft:before, html #insights-events #content-filter article.content-item .img-wrap:before {
    top: 25%;
    right: -1px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    margin-top: 0px; }
  html #insights-events #content-filter .arrowLeft:after, html #insights-events #content-filter article.content-item .img-wrap:after {
    border-width: 16px;
    margin-top: -18px; }
  html #insights-events #tag-filter {
    margin: 0 0 15px 0; }
    html #insights-events #tag-filter #tags-dropdown {
      margin-bottom: 0; } }

html .main-feature .gr-v {
  border-bottom: 1px solid #aeaeae; }

html .main-feature:hover .gr-v {
  border-bottom: 1px solid #444; }

html #insights-featured-content #main-feature .featured-img img {
  width: 100%;
  height: auto; }

html #insights-featured-content .featured.small .featured-content .featured-content-copy > .sub-copy {
  font-size: 14px !important;
  line-height: 18px !important; }

html #insights-featured-content .featured.small .featured-content:after, html #insights-featured-content .featured.small .featured-content > .sub-copy:after {
  padding-bottom: 6px !important;
  padding-top: 6px; }

@media (max-width: 767px) {
  #insights-featured-content .featured.small .featured-img img {
    height: auto !important; } }

#contact-map h2.t-w {
  margin: 0 -25px 25px -25px;
  padding: 6px 25px;
  background: #8dc943; }

.acf-map {
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

ul.bb-ic li a {
  width: 100%;
  height: 100%;
  display: block; }

.modal-content .ninja-forms-form-wrap input, .modal-content .ninja-forms-form-wrap label, .modal-content .ninja-forms-form-wrap textarea {
  display: block;
  width: 100%; }

.modal-content .ninja-forms-form-wrap input, .modal-content .ninja-forms-form-wrap textarea {
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 0px 0 10px 0; }

.modal-content .ninja-forms-form-wrap ul {
  padding: 0; }
  .modal-content .ninja-forms-form-wrap ul li {
    list-style-type: none; }
    .modal-content .ninja-forms-form-wrap ul li label {
      display: inline-block;
      width: auto; }
      .modal-content .ninja-forms-form-wrap ul li label input {
        width: auto !important;
        display: inline-block;
        margin-right: 5px; }

.modal-content .ninja-forms-form-wrap input[type="submit"] {
  width: auto; }

@media (max-width: 767px) {
  #contact strong .t-green {
    display: block;
    line-height: 0;
    visibility: none;
    visibility: hidden; } }

.solution .header-copy {
  position: absolute;
  bottom: 80px; }

@media (max-width: 767px) {
  html > body .ma-trigger {
    font-size: 23px !important; } }

.tool-img {
  padding-bottom: 10px;
  text-align: center;
  padding-top: 30px; }
  .tool-img img {
    width: 80%;
    height: auto; }

@media (max-width: 767px) {
  #tools section.pv-25 {
    margin-bottom: 0 !important;
    padding: 0px; }
    #tools section.pv-25:first-child {
      padding-top: 25px; }
  #tools .tool {
    background-color: transparent;
    border: 0;
    margin-bottom: 0; }
    #tools .tool h2 {
      border: 1px solid #aeaeae; }
    #tools .tool .ma-content {
      background-color: #fff;
      border: 1px solid #aeaeae;
      border-top: 0;
      padding: 0px; }
      #tools .tool .ma-content h2 {
        display: none; }
    #tools .tool .ma-content.active {
      padding: 20px 0; } }

html body{ background-color: #fff !important; padding: 10px !important; }
html body.wp-autoresize {
  overflow: visible !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/*# sourceMappingURL=site.map */