/******************************************************************
Site Name: The Expert Institute
Author: Kyle Rose

Stylesheet: Main Stylesheet

Here's where the magic happens. First we are calling the bootstrap
LESS files.  Then we'll load Font Awesome.  Any customizations
should be placed in either custom-variables.less, a new less file,
or the proper file inside less/brew
******************************************************************/
/*! normalize.css v3.0.0 | 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,
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: 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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", "proxima nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2a5781;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3d7ebb;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 46px;
}
h2,
.h2 {
  font-size: 38px;
}
h3,
.h3 {
  font-size: 31px;
}
h4,
.h4 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #c0c7d1;
}
.text-primary {
  color: #2a5781;
}
a.text-primary:hover {
  color: #1d3d5b;
}
.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;
  background-color: #2a5781;
}
a.bg-primary:hover {
  background-color: #1d3d5b;
}
.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: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-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: 18px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555555;
  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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 39px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 36px;
  line-height: 36px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  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 {
  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 {
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2a5781;
  border-color: #244a6e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #204262;
  border-color: #152b40;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2a5781;
  border-color: #244a6e;
}
.btn-primary .badge {
  color: #2a5781;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #2a5781;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #3d7ebb;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 18px;
  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: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2a5781;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 16px;
  line-height: 1.42857143;
  color: #999999;
}
.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: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 36px;
  line-height: 36px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 23px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2a5781;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 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.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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: #2a5781;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 23px;
  line-height: 25px;
  height: 25px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .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: #080808;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2a5781;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #3d7ebb;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2a5781;
  border-color: #2a5781;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #2a5781;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1d3d5b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2a5781;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2a5781;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
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;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2a5781;
  border-color: #2a5781;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #99bdde;
}
.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: 25px;
  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 > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.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: 21px;
  color: inherit;
}
.panel-title > 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-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #2a5781;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2a5781;
  border-color: #2a5781;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #2a5781;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #2a5781;
}
.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-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-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-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-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 27px;
  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: auto;
  overflow-y: scroll;
  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%);
  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);
  transform: translate(0, 0);
}
.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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@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;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !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;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !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 (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.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;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'tei-font';
  src: url('fonts/tei-font.eot');
}
@font-face {
  font-family: 'tei-font';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDigAAAC8AAAAYGNtYXDSPKVTAAABHAAAAJRnYXNwAAAAEAAAAbAAAAAIZ2x5ZiFsuX0AAAG4AAAJTGhlYWQGoh/TAAALBAAAADZoaGVhCAsEYgAACzwAAAAkaG10eCyTAGgAAAtgAAAAPGxvY2ENjhBGAAALnAAAACBtYXhwABQAnQAAC7wAAAAgbmFtZcGQfA8AAAvcAAABknBvc3QAAwAAAAANcAAAACAAAwNiAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxnAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAeAAAABoAEAADAAoAAQAg8ALwHfBa8JXwmvDV8OHxBfGc//3//wAAAAAAIPAC8B3wWvCV8Jnw1fDg8QXxnP/9//8AAf/jEAIP6A+sD3IPbw81DysPCA5yAAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAgAA/7cDtwNuABAANwAAATQnJiMiBwYVFBcWMzI3NjUBFAcGIyIvAQYjIicmJyYnJjU0NzY3Njc2MzIXFhcWFxYVFAcXFhUCkktLamlMS0tMaWpLSwElFhYdHxXEZn5RS0s2Nh8gIB82NktLUVJLSjY2ICBHxBUB22pLS0tLamlLTExLaf4lHhUWFsNHICA2NkpLUVJLSjY2ICAgIDY2SktSfWfEFR4AAwAAAAADbgNuABEAKgBDAAABFAcFBiMiJyY1ETQ3NhcFFhUzNCcmJyYjIgcGBwYVFBcWFxYzMjc2NzY1MxQHBgcGIyInJicmNTQ3Njc2MzIXFhcWFQKlE/7JCAoJCRISExEBNxNJKipHSFRVR0gpKiopSEdVVEhHKiqAOztlZXd4ZGU7Ozs7ZWR4d2VlOzsBtxULtgYFCxUBbhULCgu3ChVUSEcqKioqR0hUVUdIKSoqKUhHVXhkZTs7OztlZHh3ZWU7Ozs7ZWV3AAAAAwAAAAADbgNuACYAOwBUAAAlNTQnJisBETQnJisBIgcGHQEUFxY7ARUjIgcGHQEUFxYzITI3NjUDNTQnJisBIgcGHQEUFxY7ATI3NjUFFAcGBwYjIicmJyY1NDc2NzYzMhcWFxYVAkkFBQg3BQUItwgFBQUFCDc3CAUFBQUIAQAIBQVJBQUIbggFBQUFCG4IBQUBbjs7ZWV3eGRlOzs7O2VkeHdlZTs7pVsIBQUBJQgFBQUFCFwIBQW3BQUIWwgGBQUGCAIAWwgFBQUFCFsIBgUFBgjueGRlOzs7O2VkeHdlZTs7OztlZXcAAAABAAAASQMlA24AcAAAJRQHBgcGBwYjIicmJyYnJicmJyYnJicmJyYnJicmJyYnJicmNTQ3Njc2NzYzMhcWFxYXFhcWFxYXFhcWFRQHBgcGBwYVFBcWFxYXFhUWFxYXFhcWFxYXFjMyNzY3Njc2MzIXFhcWFxYXFhcWFxYXFhUDJQYGBgw6NjQQDg8SEgkJFxcFOCxJTk4tHBQBCQgEAwUFAgIdIB0OGRkPCAQKFAcLCgoJCAIICQQEERATExEQAwMCAgYGLDg4TgEKCgQEBwgFCxAQDg4REQwICAgMDAMOEBEUFAooBALyDxkZDh0gHQICBQUEAwgJAhQbLU5OSSw4BRcXCQkSEg8PDzU1OgwGBgYCAygLFBQREA4CDAwJCAgLEhEODhAQCwUHCAQECgoBTjg4KwEGBgICAwMREBMTEBEEBAkIAggJCQsLBhQLBAgAAAAAAQAZAEkDngMlADsAAAEGBxYVFAcGBwYHBgcGIyInFjMyNyYnJicWMzI3JicmPQEWFyYnJjU0NxYXFhcmNTQ3NjMyFzY3Bgc2NwOeJzYBFhYsLD0+VlZim4EUGYBlPDAvEhMQGRhAKionLCYWFhlFY2NyBTY2TVA2PzcWPDY1As44KAgQSkpKREQ0NR8fUwJPASMkOAMGDTMyQwIVAhkpKDAyK1UzNAUVFU02NjsMIUIkBhcAAQA2AAACJAO3ABcAAAEVIyIHBh0BMwcjESMRIzUzNTQ3NjMyFwIkWjEREacWka+Skjs8Y1QuA7CXFBUpbKn+TgGyqXxrOjsHAAAAAAQAEgAAA5oDtwBBAGAAjQCaAAABFBcWFxYXFhcWFRQHBgcGIyInJicmNTQ3Njc2NyYnJjU0NwYjIicmNTQ3Njc2NzY7AQcjFhcWFRQHBgcGBwYHBhUnMjc2NzY1NCcmJyYnJiMiBwYHBhUUFxYXFhcWFxYzEzI3Njc2NzY1NCcmJyYnJicmJyYnJicmJyYjIgcGBwYHBgcGFRQXFhcWFxYzATMVIxUjNSM1MzUzFQGkEhMaGhkaEhMcKU9QW0tCQSEVGhkqS5wSCQkMGg1UOjoUFSQsPD1A7k5LKhYVDg4TFBQUDg5TFRcXDx4KCRISHx4kGBgXDhsGBgwMEhEZGh4BIR4fGhoQDwQEBAQLCwYGEBAFBRMTAgkSHh4eHyAYGA8PFBQgICQkJQHPeXk8eno8AfAVExQTExcXJSQtMzBFISEYFzcjKC4oJxsuCxgSEhgUHAI3N1UvLCwfJRMSMiQoKDQpISEUFBEREhMTNwkKDyE6ISYnIyQYFwsLEyI6Gh0eHR4XFw8P/g0HCA8PGhskDg4NCwoNDgYHDQ0EAw4OAQEEBAoLEBAaGyIoHh8REAkIAfU+fX0+fHwAAAIAAAAABAADJQAgAE0AAAERFAcGIyEiJyY1ERYXFhcWFxYXFjsBMjc2NzY3Njc2NzUUBwYHBgcGBwYHBgcGBwYrASInJicmJyYnJicmJyYnJicmNTQ3NjMhMhcWFQQAGxsl/LYlGxsZIc9NIBUUIiEdAh0hIhQVIGG8IBkcHCrXNAYSEwwNEREQDw0CDQ8QERENDBMSBjRiYRQjIB8YFywDSiUbGwIh/jolGxsbGyUBxhwWjDkYDQ4ODg4ODg0YR34XG6gtKSkdliQEDg0ICQoKBQUFBQoKCQgNDgQkREQOGCoqJCweHhsbJgAAAwAAABsDbgNiAAQAFgA6AAATESMRMzcWBwYrASInJjU0NzYzMhcWFQERIxE0JyYjIgcGBwYVESM2NTQvATMVIzY3Njc2NzYzMhcWFce8vAwBHR4wAS8cHR0eLzAcHQKbvBcYMSQYGAwHvAIBAbwBDAwMFBQeHSRiOzwCUv3JAjevKhwcHBwqKhwbGxwq/l/+uwEvPCIiExQdER7+xOSOjhscUxMNDhAQCQlBQX0AAAABAAcAdQFUAq8AGgAAARQHAQYjIi8BJjU0PwEnJjU0PwE2MzIXARYVAVQG/vYGBwgFHQYG4eEGBh0FCAcGAQoGAZIHBv72BgYcBggHBuDhBgcHBh0FBf71BQgAAAMAAP+3BEkDtwAOACsAOAAAAQUVIxQHBiMhIicmNSM1FzMRMxEzETMRMxEzETMRMzIXFh0BITU0NzY7AREBMhcWHQEhNTQ3NjMhAiUCJEkMCxD8mBAMDEmSk0mSSZJKkiIQCwz8SQwMECEDkBALDPu3DAsQA/sDt9xJDwoLCwoPSZL+SQG3/kkBt/5JAbf+SQsKDyUlDwoLAbf93AsLD0lJDwsLAAAAAAEAAAABAAAj05gpXw889QALBAAAAAAA0ZzttAAAAADRnO20AAD/twRJA7cAAAAIAAIAAAAAAAAAAQAAA8D/wAAABJIAAAAABEkAAQAAAAAAAAAAAAAAAAAAAA8EAAAAAAAAAAAAAAACAAAAA7cAAAQAAAAEAAAAAyUAAAO3ABkCSQA2A7cAEgQAAAAEAAAAAW4ABwSSAAAAAAAAAAoAFAAeAHIA2AFOAfgCUgJ4A1YDzAQkBFIEpgABAAAADwCbAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACAAAAAEAAAAAAAIABwBpAAEAAAAAAAMACAA5AAEAAAAAAAQACAB+AAEAAAAAAAUACwAYAAEAAAAAAAYACABRAAEAAAAAAAoAGgCWAAMAAQQJAAEAEAAIAAMAAQQJAAIADgBwAAMAAQQJAAMAEABBAAMAAQQJAAQAEACGAAMAAQQJAAUAFgAjAAMAAQQJAAYAEABZAAMAAQQJAAoANACwdGVpLWZvbnQAdABlAGkALQBmAG8AbgB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdGVpLWZvbnQAdABlAGkALQBmAG8AbgB0dGVpLWZvbnQAdABlAGkALQBmAG8AbgB0UmVndWxhcgBSAGUAZwB1AGwAYQBydGVpLWZvbnQAdABlAGkALQBmAG8AbgB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fa.fa-search:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
.fa.fa-play-circle-o:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f01d";
}
.fa.fa-info-circle:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
}
.fa.fa-phone:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
}
.fa.fa-twitter:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f099";
}
.fa.fa-facebook:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09a";
}
.fa.fa-facebook-f:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09a";
}
.fa.fa-google-plus:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d5";
}
.fa.fa-envelope:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
}
.fa.fa-linkedin:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e1";
}
.fa.fa-angle-right:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.fa.fa-bank:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f19c";
}
.fa.fa-institution:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f19c";
}
.fa.fa-university:before {
  font-family: 'tei-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  transform: translate(0, 0);
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f19c";
}
.btn {
  text-transform: uppercase;
  font-weight: 600;
  white-space: normal;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  border-radius: 3px;
}
.input-group-btn:last-child > .btn {
  white-space: nowrap;
}
.btn-small {
  font-size: 14px;
}
.btn-tei {
  color: #fff;
  background-color: #2A5781;
  border-color: #2A5781;
}
.btn-tei:hover,
.btn-tei:focus,
.btn-tei:active,
.btn-tei.active,
.open .dropdown-toggle.btn-tei {
  color: #fff;
  background-color: #204262;
  border-color: #1b3853;
}
.btn-tei:active,
.btn-tei.active,
.open .dropdown-toggle.btn-tei {
  background-image: none;
}
.btn-tei.disabled,
.btn-tei[disabled],
fieldset[disabled] .btn-tei,
.btn-tei.disabled:hover,
.btn-tei[disabled]:hover,
fieldset[disabled] .btn-tei:hover,
.btn-tei.disabled:focus,
.btn-tei[disabled]:focus,
fieldset[disabled] .btn-tei:focus,
.btn-tei.disabled:active,
.btn-tei[disabled]:active,
fieldset[disabled] .btn-tei:active,
.btn-tei.disabled.active,
.btn-tei[disabled].active,
fieldset[disabled] .btn-tei.active {
  background-color: #2A5781;
  border-color: #2A5781;
}
.btn-tei .badge {
  color: #2A5781;
  background-color: #fff;
}
.btn-accent {
  color: #fff;
  background-color: #E6711B;
  border-color: #E6711B;
}
.btn-accent:hover,
.btn-accent:focus,
.btn-accent:active,
.btn-accent.active,
.open .dropdown-toggle.btn-accent {
  color: #fff;
  background-color: #c35f15;
  border-color: #b05613;
}
.btn-accent:active,
.btn-accent.active,
.open .dropdown-toggle.btn-accent {
  background-image: none;
}
.btn-accent.disabled,
.btn-accent[disabled],
fieldset[disabled] .btn-accent,
.btn-accent.disabled:hover,
.btn-accent[disabled]:hover,
fieldset[disabled] .btn-accent:hover,
.btn-accent.disabled:focus,
.btn-accent[disabled]:focus,
fieldset[disabled] .btn-accent:focus,
.btn-accent.disabled:active,
.btn-accent[disabled]:active,
fieldset[disabled] .btn-accent:active,
.btn-accent.disabled.active,
.btn-accent[disabled].active,
fieldset[disabled] .btn-accent.active {
  background-color: #E6711B;
  border-color: #E6711B;
}
.btn-accent .badge {
  color: #E6711B;
  background-color: #fff;
}
.btn-accent-inverse {
  color: #E6711B;
  background-color: #fff;
  border-color: #fff;
}
.btn-accent-inverse:hover,
.btn-accent-inverse:focus,
.btn-accent-inverse:active,
.btn-accent-inverse.active,
.open .dropdown-toggle.btn-accent-inverse {
  color: #E6711B;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-accent-inverse:active,
.btn-accent-inverse.active,
.open .dropdown-toggle.btn-accent-inverse {
  background-image: none;
}
.btn-accent-inverse.disabled,
.btn-accent-inverse[disabled],
fieldset[disabled] .btn-accent-inverse,
.btn-accent-inverse.disabled:hover,
.btn-accent-inverse[disabled]:hover,
fieldset[disabled] .btn-accent-inverse:hover,
.btn-accent-inverse.disabled:focus,
.btn-accent-inverse[disabled]:focus,
fieldset[disabled] .btn-accent-inverse:focus,
.btn-accent-inverse.disabled:active,
.btn-accent-inverse[disabled]:active,
fieldset[disabled] .btn-accent-inverse:active,
.btn-accent-inverse.disabled.active,
.btn-accent-inverse[disabled].active,
fieldset[disabled] .btn-accent-inverse.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-accent-inverse .badge {
  color: #fff;
  background-color: #E6711B;
}
.btn-tei-inverse {
  color: #2A5781;
  background-color: #fff;
  border-color: #fff;
}
.btn-tei-inverse:hover,
.btn-tei-inverse:focus,
.btn-tei-inverse:active,
.btn-tei-inverse.active,
.open .dropdown-toggle.btn-tei-inverse {
  color: #2A5781;
  background-color: #ebebeb;
  border-color: #e0e0e0;
}
.btn-tei-inverse:active,
.btn-tei-inverse.active,
.open .dropdown-toggle.btn-tei-inverse {
  background-image: none;
}
.btn-tei-inverse.disabled,
.btn-tei-inverse[disabled],
fieldset[disabled] .btn-tei-inverse,
.btn-tei-inverse.disabled:hover,
.btn-tei-inverse[disabled]:hover,
fieldset[disabled] .btn-tei-inverse:hover,
.btn-tei-inverse.disabled:focus,
.btn-tei-inverse[disabled]:focus,
fieldset[disabled] .btn-tei-inverse:focus,
.btn-tei-inverse.disabled:active,
.btn-tei-inverse[disabled]:active,
fieldset[disabled] .btn-tei-inverse:active,
.btn-tei-inverse.disabled.active,
.btn-tei-inverse[disabled].active,
fieldset[disabled] .btn-tei-inverse.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-tei-inverse .badge {
  color: #fff;
  background-color: #2A5781;
}
.btn-success {
  color: #fff;
  background-color: #719c4d;
  border-color: #719c4d;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5d8140;
  border-color: #537339;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #719c4d;
  border-color: #719c4d;
}
.btn-success .badge {
  color: #719c4d;
  background-color: #fff;
}
.btn.tagged {
  padding: 1em 10px;
  font-size: 15px;
}
/*----------------------------------
    LinkedIn button 
----------------------------------*/
.btn-linkedin {
  position: relative;
  padding-left: 55px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2em;
}
.btn-linkedin > .fa-linkedin-square {
  color: #fff;
  position: absolute;
  left: 16px;
  top: 0px;
  bottom: 0;
  width: 42px;
  text-align: center;
  padding-right: 1.2em;
  padding-top: 11px;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
/*----------------------------------
    Line Buttons
----------------------------------*/
.btn-line {
  border: 2px solid #2A5781 !important;
  background-color: transparent;
  color: #2A5781;
}
.btn-line.padding {
  padding-top: 1em;
  padding-bottom: 1em;
}
.btn-line.hero {
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  font-size: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.btn-line.hero:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-line.accent {
  border: 2px solid #E6711B !important;
  color: #E6711B;
}
.btn-line.accent.hero {
  border: 2px solid #E6711B !important;
  color: #fff;
  background-color: rgba(230, 113, 27, 0.7);
}
.btn-line.accent:hover {
  background-color: #E6711B;
}
.btn-line.inverse {
  border: 2px solid #fff !important;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.4);
}
.btn-line.inverse:hover {
  background-color: #fff;
  color: #2A5781;
}
.btn-line:hover {
  color: #fff;
  background-color: #2A5781;
  transition: all 0.2s ease-in-out;
}
.btn-line:hover a {
  color: #fff;
}
/*----------------------------------
    Offer Line Buttons
----------------------------------*/
.btn-line.btn-offer.hero {
  padding-top: 1em;
  padding-bottom: 1em;
}
.btn-line.btn-offer {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  line-height: 1.3;
}
.btn-line.btn-offer .offer-bottom {
  display: block;
  font-size: 0.9em;
  opacity: 0.8;
  font-weight: 400;
  text-transform: initial;
}
/*----------------------------------
    Read More Button
----------------------------------*/
.excerpt-read-more {
  color: #2A5781;
  font-weight: 600;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: WP Core Styles

This stylesheet contains various snippets of CSS needed for WP Core

******************************************************************/
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
cite {
  font-style: italic;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 2px 0 7px;
  text-align: center;
}
/* end .wp-caption */
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
/* image gallery styles */
.gallery dl {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
.gallery dl img {
  border: 2px solid #cfcfcf;
}
/* end .gallery */
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Global Stylesheet

Styles and classes used throughout the entire BREW framework

******************************************************************/
body {
  color: #444d56;
}
body.admin-bar .navbar-fixed-top {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .navbar-fixed-top {
    top: 32px;
  }
}
html {
  font-size: 1.125em;
  height: 100%;
  width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  min-height: 100%;
  font-weight: 400;
  line-height: 1.5;
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
p a {
  color: #2A5781;
}
h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 56.25em) {
  h1 {
    font-size: 48px;
    /* 3x body copy size = 48px */
    line-height: 1.25;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}
h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    line-height: 1.25;
  }
}
h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
  font-weight: 600;
}
@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
@media (min-width: 56.25em) {
  h3 {
    font-size: 1.5em;
    line-height: 1.25;
  }
}
h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
}
@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222;
  }
}
blockquote {
  font-size: 1.25em;
  line-height: 1.25;
}
@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    line-height: 1.45833333;
  }
}
p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.heading-underline {
  line-height: normal;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 14px;
  color: #2A5781;
}
.heading-underline .text-underline {
  width: auto;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .heading-underline .text-underline {
    border-bottom: 3px solid #dadada;
  }
}
/*********************
LINK STYLES
*********************/
a,
a:visited {
  text-decoration: none !important;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:link,
a:visited:link {
  /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
}
/*********************
UTILITY STYLES
*********************/
.clear {
  *zoom: 1;
}
.clear:after,
.clear:before {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.hide {
  display: none;
}
img {
  border: none;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.center {
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fixed {
  position: fixed;
}
table {
  width: 100%;
}
table td {
  vertical-align: top;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mb {
  margin-bottom: 2em;
}
.mt {
  margin-top: 2em;
}
.mt1 {
  margin-top: 1em;
}
.mb1 {
  margin-bottom: 1em;
}
.mt-0,
.mt0 {
  margin-top: 0;
}
.pb {
  padding-bottom: 2em;
}
.pt {
  padding-top: 2em;
}
.np {
  padding: 0;
}
.nm {
  margin: 0;
}
@media (max-width: 992px) {
  .mb-small-1 {
    margin-bottom: 1em;
  }
}
@media (max-width: 992px) {
  .mb-small-2 {
    margin-bottom: 2em;
  }
}
@media (max-width: 992px) {
  .mt-small-1 {
    margin-top: 1em;
  }
}
@media (max-width: 992px) {
  .mt-small-2 {
    margin-top: 2em;
  }
}
.flush-bottom {
  margin-bottom: 0;
}
.bold {
  font-weight: 600;
}
.underline {
  text-decoration: underline;
}
.center-block {
  float: none;
}
.large {
  font-size: 1.15em;
  font-weight: 100;
  line-height: 1.2em;
}
.small {
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.5em;
}
.mini {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.1em;
}
.white {
  color: #fff;
}
.white a {
  color: #fff;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.va-middle {
  vertical-align: middle;
}
.va-baseline {
  vertical-align: baseline;
}
::selection {
  background: #b7c1cf;
  color: #fff;
}
.boxshadow-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.boxshadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.boxshadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/*
 * Responsive text aligning
 * http://ohryan.ca/2014/08/14/set-responsive-text-alignment-bootstrap-3/
 */
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
/*
    Table layout 
*/
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  height: 100%;
}
.table-cell.v-center {
  vertical-align: middle;
}
/**
 * A mixin which helps you to add depth to elements according to the Google Material Design spec:
 * http://www.google.com/design/spec/layout/layout-principles.html#layout-principles-dimensionality
 *
 * Please note that the values given in the specification cannot be used as is. To create the same visual experience
 * the blur parameter has to be doubled.
 *
 * Author: Florian Kutschera (@gefangenimnetz), Conceptboard GmbH (@conceptboardapp)
 *
 * Example usage:
 *
 * .card {
 *     width: 95px;
 *     height: 95px;
 *     background: #f4f4f4;
 *     -webkit-transition: all 250ms;
 *     -moz-transition: all 250ms;
 *     transition: all 250ms;
 *     .BoxShadowHelper(1);
 *     &:hover {
 *         .BoxShadowHelper(3);
 *         -webkit-transform: translateY(-5px);
 *         -moz-transform: translateY(-5px);
 *         transform: translateY(-5px);
 *     }
 * }
 *
 */
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Comments

******************************************************************/
/* h3 comment title */
#comments {
  margin-bottom: 20px;
  font-size: 0.9em;
  /* number of comments span */
}
#comments > h3 {
  line-height: 1;
  margin: 0;
}
#comments .comment-section-container {
  padding: 1px;
}
#comments .comment-container {
  padding: 20px 20px;
}
.comment-content {
  width: 88%;
  margin-left: 2%;
  float: left;
}
.comment-nav {
  padding: 10px 20px;
}
.comment-nav ul li {
  list-style-type: none;
}
.commentlist {
  padding-left: 0;
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist .comment--author {
  font-weight: bold;
  color: #444d56;
}
.commentlist .bullet {
  color: #8c989f;
}
.commentlist ol {
  margin: 0;
}
.commentlist li {
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  background: #fff;
  padding-left: 3em;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .comment {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
}
.commentlist .comment img,
.commentlist .comment iframe {
  max-width: 100%;
}
.commentlist .bypostauthor {
  background: #a7c5e2;
}
.commentlist .comment-author {
  width: 10%;
  float: left;
}
.commentlist .comment-author img {
  width: 100%;
  height: auto;
}
.commentlist .alert {
  margin: 10px 0 0 82px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  padding: 2px;
  background: #fff;
  width: 48px;
  height: auto;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 0.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  display: inline-block;
  text-decoration: none;
  float: left;
  padding: 3px 5px;
  color: #8d8d8d;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.7em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
.comment-prev {
  float: left;
}
.comment-next {
  float: right;
}
#respond {
  padding: 20px;
}
#pings {
  padding: 20px;
}
#pings h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.havecomments > h3 {
  border-bottom: 1px solid #eee;
  padding: 20px 20px 20px;
}
.closed h3 {
  padding: 20px 20px;
  margin: 0;
}
.nocomments > p {
  padding: 0 20px 10px;
}
.nocomments > h3 {
  padding: 20px 20px 10px;
  line-height: 1;
  margin: 0;
}
/********************************************/
.comment-form input[type="submit"] {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
}
.comment-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.43;
  color: #555555;
  background: #ECEEF1;
  background-image: none;
  border: 2px solid transparent;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.comment-form textarea:focus {
  outline: -webkit-focus-ring-color none;
  border-color: #cfd4db;
}
.comment-form textarea {
  height: 180px;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Form Styles

******************************************************************/
#gform-multi-step .gform_wrapper li label {
  font-size: 0.8em;
}
#gform-multi-step .gform_wrapper .gf_progressbar {
  width: 99%;
  height: 20px;
  overflow: hidden;
  line-height: 20px!important;
  border: 1px solid #EEE;
  background-image: url(../../../../plugins/gravityforms/images/gf-percentbar-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}
#gform-multi-step .gf_progressbar_title {
  text-align: center;
}
#gform-multi-step .gform_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px!important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
#gform-multi-step .gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
}
#gform-multi-step .gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none;
}
#gform-multi-step .gform_wrapper .percentbar_blue {
  background-image: url(../../../../plugins/gravityforms/images/gf-percentbar-blue.png);
  background-repeat: repeat-x;
  background-color: rgba(42, 87, 129, 0.85);
  color: #FFF;
}
#gform-multi-step .gform_wrapper .gf_page_steps {
  width: 99%;
  margin: 0 0 .5em;
  padding: 0 0 .25em;
  border-bottom: 1px dotted #CCC;
}
#gform-multi-step .gform_wrapper .gf_step {
  width: auto!important;
  margin: 0 1em .625em 0;
  font-size: 1em;
  height: 1.25em;
  line-height: 1.25!important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: arial, sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
}
#gform-multi-step .gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  float: left;
  font-family: arial, sans-serif;
}
#gform-multi-step .gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#gform-multi-step .gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#gform-multi-step li.gfield_error input,
#gform-multi-step .gfield_error textarea {
  border: 1px solid #E6711B;
  background: #fdf2ea;
}
#gform-multi-step textarea {
  height: 180px;
  margin-bottom: 12px;
}
#gform-multi-step input,
#gform-multi-step textarea,
#gform-multi-step select {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.43;
  color: #555555;
  background: #f2f3f5;
  background-image: none;
  border: 1px solid #ECEEF1;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#gform-multi-step input:focus,
#gform-multi-step textarea:focus,
#gform-multi-step select:focus {
  outline: -webkit-focus-ring-color none;
  border-color: #2A5781;
}
#gform-multi-step input[type="submit"] {
  background-color: #E6711B;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #E6711B;
}
#gform-multi-step input[type="submit"]:focus {
  border: 1px solid #E6711B;
  background-color: #ba5a14;
}
#gform-multi-step .gform_page_footer {
  padding-top: 1em;
  margin-top: 1em;
}
#gform-multi-step .gform_page_footer input {
  width: 50%;
  border: 1px solid #ddd;
  background-color: #2A5781;
  color: #fff;
  float: left;
}
#gform-multi-step .gfield_description {
  padding: 30px 0 15px;
  margin-bottom: 12px;
}
#gform-multi-step input[type="radio"],
#gform-multi-step input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
}
#gform-multi-step input[type="radio"] + label,
#gform-multi-step input[type="checkbox"] + label {
  display: inline-block;
}
#gform-multi-step input[type="submit"] {
  background-color: #E6711B;
  color: #fff;
  font-weight: normal;
  text-transform: none;
}
#gform-multi-step input[type="submit"]:focus {
  background-color: #ba5a14;
}
#gform-multi-step .gfield_description.validation_message,
#gform-multi-step .instruction.validation_message {
  font-size: 0.8em;
  font-weight: 600;
  padding: 0px;
  margin-top: 0;
  color: #E6711B;
  background: transparent;
  display: block;
}
.gform-offer-text {
  display: block;
  font-weight: 600;
  color: #E6711B !important;
  font-size: 0.8em;
  padding-bottom: 0.5em;
  text-transform: none !important;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Sidebars

******************************************************************/
#sidebar {
  position: relative;
  padding-top: 40px;
}
#sidebar .widget {
  margin-bottom: 30px;
}
#sidebar h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: #4f5a64;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 8px 0 12px 0;
}
.widgettitle {
  text-transform: uppercase;
  font-size: 14px;
  color: #4f5a64;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin: 8px 0 12px 0;
  position: relative;
}
.widget ul {
  padding: 0;
  margin: 0;
}
.widget ul li {
  padding: 5px 0;
  list-style: none;
  /* deep nesting */
}
/* sidebar styles */
.sidebar-module {
  margin-bottom: 50px;
}
@media (min-width: 991px) {
}
.sidebar-module-border {
  border-top: 3px solid #dadada;
  width: 30px;
  display: block;
}
.sidebar-newsletter-input {
  width: 100%;
}
/*----------------------------------------
alt Nav
----------------------------------------*/
.navbar-collapse {
  max-height: none !important;
}
.navbar-default .navbar-toggle {
  border: none;
}
.dropdown-menu.navsearch {
  padding: 15px;
  border-radius: 0;
}
#dropdownForm {
  min-width: 280px;
}
#altnav.navbar-default {
  border: none;
  background-color: transparent;
  position: absolute;
  z-index: 11;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #altnav.navbar-default {
    position: relative;
    top: 0;
    margin-bottom: 0;
    background-color: #1d3d5b;
  }
}
#altnav .navbar-brand {
  font-size: 20px;
  padding-top: 0;
  margin-top: 0.5em;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  #altnav .navbar-brand {
    font-size: 15px;
  }
}
#altnav .navbar-brand img {
  display: inline-block;
  width: 1.4em;
  margin-top: -4.5px;
}
@media (max-width: 767px) {
  #altnav .navbar-brand img {
    width: 1.2em;
  }
}
#altnav.navbar-default .navbar-nav > li > a.dropdown-form-toggle {
  margin-right: 0;
}
#altnav.navbar-default .navbar-nav > li > a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 0;
  padding-top: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
#altnav.navbar-default .navbar-nav > li > a:hover {
  background: rgba(255, 255, 255, 0.29);
}
#altnav.navbar-default .navbar-nav li.open .dropdown-toggle {
  background: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  #altnav.navbar-default .navbar-nav > li > a {
    border-bottom: 2px solid transparent;
    margin-top: 0.5em;
    display: block;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: color .3s;
    padding: 0px 12px;
    height: 35px;
    line-height: 35px;
    margin-right: 2px;
  }
}
#altnav.navbar-default .navbar-right li.active a {
  background-color: transparent;
  font-weight: 600;
  color: #E6711B;
}
#altnav.navbar-default .navbar-right li.active a:hover {
  background-color: rgba(230, 113, 27, 0.9);
  color: #fff;
}
@media (max-width: 767px) {
  #altnav.navbar-default .navbar-right li.active a {
    border-bottom: none;
  }
}
#altnav.navbar-default .navbar-right .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 5px solid transparent;
  padding: 15px 14px 10px;
  text-transform: uppercase;
}
#altnav.navbar-default .navbar-right .dropdown-menu li.current-menu-item.active a {
  color: #E6711B;
}
#altnav.navbar-default .navbar-right li.current-menu-item.active a:hover {
  background-color: rgba(230, 113, 27, 0.7);
  color: #fff;
}
#whitenav.navbar-default .navbar-toggle:hover,
#whitenav.navbar-default .navbar-toggle:focus {
  background-color: #ECEEF1;
  color: rgba(42, 87, 129, 0.85);
}
#altnav.navbar-default .navbar-toggle:hover,
#altnav.navbar-default .navbar-toggle:focus {
  background-color: #112334;
  color: rgba(42, 87, 129, 0.85);
}
@media (max-width: 767px) {
  #altnav #navbar {
    border-color: #173047;
  }
  #altnav .icon-bar {
    background-color: #fff;
  }
  #altnav.navbar-default .navbar-nav > li > a {
    padding: 0.7em;
    color: #fff;
  }
  #altnav.navbar-default .navbar-nav > li > a:hover {
    border-bottom: none;
  }
  #altnav .btn-danger {
    border-color: #8c989f;
    background-color: #8c989f;
  }
  #altnav.navbar-default .navbar-nav > li {
    display: block;
  }
  #altnav.navbar-default .navbar-nav > li.active {
    background-color: #E6711B;
  }
  #altnav.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
  }
  #altnav.navbar-default .navbar-right li.active a {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Navigation Styles Starts */
  .navbar {
    padding: 20px 0 0;
  }
  .nav {
    padding-left: 3%;
  }
  .navbar-header,
  .nav {
    width: 100%;
    display: block;
    text-align: center;
  }
  .navbar-brand,
  .navbar-right {
    float: none !important;
  }
}
#altnav .navbar-nav > li > .dropdown-menu {
  margin-top: 4px;
  margin-right: 6px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/*----------------------------------------
alt Nav topbar
----------------------------------------*/
.top-bar {
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
}
#top-bar-alt {
  background-color: #1d3d5b;
  border-bottom: none;
}
#top-bar-alt a,
#top-bar-alt span {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #top-bar-alt .top-bar .pull-right {
    float: none !important;
    text-align: center;
    float: none;
  }
}
.top-bar-button {
  background-color: #719c4d;
  opacity: 0.9;
  padding: 2px 6px;
}
.top-bar-button:hover {
  background-color: #587a3c;
  opacity: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.top-bar-button a {
  color: #719c4d;
  color: #bfd6ac;
  font-weight: 600;
  text-transform: uppercase;
}
.top-bar-button a:hover {
  color: #fff;
}
.top-bar .fa {
  margin: 0 4px 0 8px;
}
.top-bar .fa-phone {
  vertical-align: middle;
}
.top-bar span {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #565656;
}
/*----------------------------------------
WHITE NAV
----------------------------------------*/
#whitenav {
  background-color: #fff;
  border-color: #2A5781;
  border: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  border-radius: 0;
}
#whitenav .navbar-brand {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  padding-top: 0;
  color: #2A5781 !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #whitenav .navbar-brand {
    font-size: 15px;
  }
}
#whitenav .navbar-brand img {
  display: inline-block;
  margin-top: -6px;
  width: 1.4em;
}
@media (max-width: 768px) {
  #whitenav .navbar-brand img {
    width: 1.2em;
  }
}
#whitenav {
  z-index: 11 !important;
}
#whitenav li > a {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 5px solid transparent;
  color: #6b809b;
  padding: 15px 14px 10px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
#whitenav li > a:hover {
  border-bottom: 5px solid #2A5781;
  background-color: #ECEEF1;
  color: #2A5781;
}
@media (max-width: 480px) {
  #whitenav li > a {
    padding: 0.7em;
    border-bottom: none;
  }
  #whitenav li > a:hover {
    border-bottom: none;
  }
}
#whitenav li.active > a {
  border-left: 5px solid #2A5781;
  color: #2A5781;
  background-color: #ECEEF1;
}
@media (min-width: 768px) {
  #whitenav li.active > a {
    border-bottom: 5px solid #2A5781;
    border-left: none;
  }
}
.navbar-tei .navbar-nav > li.active {
  font-weight: 600;
}
/*----------------------------------------
HEADER LIGHT
----------------------------------------*/
.header-light .pull-right {
  margin-top: 0.9em;
  margin-bottom: 0.9em;
}
@media (max-width: 991px) and (min-width: 768px) {
  .header-light .pull-right {
    float: none !important;
    text-align: center;
  }
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Footer

******************************************************************/
#footer {
  font-size: 15px;
  background: #8c989f;
  padding-top: 60px;
  clear: both;
  color: #ECEEF1;
}
#footer h4 {
  color: #4e585d;
  text-transform: uppercase;
  font-weight: 600;
}
#footer a {
  color: #ECEEF1;
}
#footer .link-list li {
  padding: 7px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  margin: 0px 0px;
}
#footer .link-list li:hover {
  background-color: #849198;
  margin-left: -10px;
  padding-left: 10px;
  font-weight: 600;
}
#footer .link-list li:hover i {
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .link-list li i {
  margin-left: 10px;
}
#footer .widgettitle {
  margin: 0;
  padding: 0 0 15px 0;
  border-bottom: none;
}
#footer-wrapper {
  margin-bottom: 30px;
}
#sub-floor {
  background: #717f87;
  padding: 10px 0;
}
.copyright {
  text-align: center;
}
@media (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}
.attribution {
  text-align: center;
}
@media (min-width: 992px) {
  .attribution {
    text-align: right;
  }
}
.widgetFooter {
  padding-bottom: 25px;
}
@media (min-width: 992px) {
  .widgetFooter {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .footer-links .short-col {
    margin-bottom: 2.7em;
  }
}
.footer-form {
  margin-bottom: 20px;
  margin-top: 16px;
}
.footer-form .inline-form .gform_footer.top_label {
  float: left;
  margin: 0 !important;
}
.footer-form input {
  color: #444d56;
}
.footer-form-header {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  margin-bottom: 0 !important;
  margin-top: 1em;
}
.footer-social-row {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 1em;
}
.footer-social-icon {
  margin-bottom: 1.2em;
  margin-top: 1em;
}
.footer-social-icon span {
  transition: all 0.3s ease-in-out;
  font-size: 2em;
}
.footer-social-icon .fa-facebook:hover {
  color: #3B5998;
}
.footer-social-icon .fa-twitter:hover {
  color: #00ACED;
}
.footer-social-icon .fa-google-plus:hover {
  color: #DD4B39;
}
.footer-social-icon .fa-linkedin:hover {
  color: #3399CC;
}
.footer-social-icons {
  display: block;
  text-align: center;
  margin-bottom: 1.2em;
}
.footer-social-icons .footer-social-icon {
  color: #2A5781;
  padding-right: 2.3em;
  transition: all ease-in-out 0.45s;
}
@media screen and (max-width: 767px) {
  .footer-social-icons .footer-social-icon {
    padding: 0 2em;
  }
}
@media (max-width: 992px) {
  .subfooter-links {
    margin-top: 12px;
    text-align: center;
  }
  .subfooter-links li {
    margin: 0 12px;
  }
}
@media (max-width: 480px) {
  .subfooter-links li {
    display: block;
    padding: 12px;
  }
}
/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Content Styles

These are the styles for posts, pages, archive, & blog index



------------ MAP ------------

01. #CONTENT & #MAIN WRAPPERS 
02. ARTICLE WRAPPER
03. ENTRY/PAGE HEADER
04. FEATURED IMAGE
05. ENTRY/PAGE CONTENT
06. ENTRY/PAGE FOOTER

******************************************************************/
/*******************************
01. #CONTENT & #MAIN WRAPPERS
(#content usually includes sidebar.
#main is all post/entry/page content)
********************************/
#content {
  background: #fff;
  min-height: 600px;
}
#content #main {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  #content #main {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
#content #main.page-main-container {
  border-right: none;
}
@media (max-width: 768px) {
  #content #main.list-page {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
}
/*******************************
02. ARTICLE WRAPPER
(background, borders etc for individual posts/pages)
********************************/
.hentry,
#comments,
.respond-form {
  margin: 30px 0 20px 0;
  border-radius: 0px;
  background: #fff;
}
.hentry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.hentry:first-of-type {
  margin-top: 0;
}
/*******************************
03. ENTRY HEADER
********************************/
.article-header h1,
.article-header h2,
.article-header h3,
.article-header h4,
.article-header h5,
.article-header h6 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .article-header h1,
  .article-header h2,
  .article-header h3,
  .article-header h4,
  .article-header h5,
  .article-header h6 {
    margin-top: 0;
  }
}
.article-header .tags > a,
.article-header .post-tags > a,
.article-header .expert-post-meta > li > a {
  color: #306494;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article-header .tags > a:hover,
.article-header .post-tags > a:hover,
.article-header .expert-post-meta > li > a:hover {
  background-color: #ECEEF1;
  padding: 2px 0;
}
.entry-title {
  padding: 2px 0;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 9px;
}
@media (min-width: 992px) {
  .entry-title {
    font-size: 1.5em;
  }
}
.entry-title a,
.entry-title a:visited {
  color: #2A5781;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active {
  text-decoration: none;
}
.single-title {
  color: #2A5781;
  margin-top: 0;
}
@media (min-width: 992px) {
  .single-title {
    font-size: 2em;
  }
}
.archive-title {
  margin-top: 0;
}
.byline {
  color: #99A7BA;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}
.byline a {
  color: #306494;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.byline a:hover {
  background-color: #ECEEF1;
  padding: 2px 0;
}
.byline a {
  color: #2A5781;
}
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
.sticky-ind {
  display: none;
}
.sticky .sticky-ind {
  display: inline !important;
}
.single .hentry {
  border-bottom: none;
}
/*******************************
04. FEATURED IMAGE
********************************/
.featured-content {
  margin-bottom: 20px;
}
.featured-img-bg {
  height: 300px;
  background-width: 100% !important;
  background-size: cover !important;
  background-repeat: none !important;
  background-position: center center !important;
}
.featured-img img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 0.45s;
}
.post-image {
  max-height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .post-image {
    height: 150px;
  }
}
.post-image img {
  width: 100%;
}
/*******************************
05. ENTRY CONTENT
********************************/
.entry-content p > a {
  color: #306494;
  font-weight: 600;
  padding: 2px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.entry-content p > a:hover {
  background-color: #ECEEF1;
  padding: 2px;
}
.entry-content > ol,
.entry-content > ul {
  margin: 0 0 20px 10px;
  font-size: 16px;
  line-height: 1.5;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  float: left;
}
.entry-content img:before,
.entry-content img:after {
  content: " ";
  display: table;
}
.entry-content img:after {
  clear: both;
}
.entry-content img:before,
.entry-content img:after {
  content: " ";
  display: table;
}
.entry-content img:after {
  clear: both;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end entry-content */
/*******************************
06. ENTRY FOOTER
********************************/
.article-footer {
  padding: 10px 20px 10px;
  color: #888;
  font-size: 12px;
}
.article-footer .commentnum {
  text-align: right;
  width: 30%;
}
.article-footer .commentnum a {
  text-decoration: none;
  color: #999999;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.article-footer .commentnum a:hover {
  color: #333333;
}
.article-footer .tags {
  width: 70%;
}
.article-footer .post-link {
  margin-top: -1px;
  padding-left: 10px;
}
.article-footer .post-link:hover {
  text-decoration: none;
}
/*----------------------------------------
GENERAL POST STYLES
----------------------------------------*/
/*----------------------------------
    Vertical Post Module
----------------------------------*/
@media (max-width: 768px) {
  .v-post:first-of-type {
    margin-bottom: 2em;
  }
}
.v-post-img {
  position: relative;
}
.v-post-img img {
  width: 100%;
}
.v-post-img-container {
  max-height: 200px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .v-post-img-container {
    max-height: 250px;
  }
}
.v-post-title {
  margin: 7px 0 7px;
  font-size: 20px;
}
.v-post-title a {
  font-weight: 600;
}
.v-post-meta {
  font-size: 14px;
  margin-bottom: 8px;
}
.v-post-meta {
  font-weight: 600;
  color: #8c989f;
}
.v-post-body {
  border: 1px solid #ECEEF1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .v-post-body {
    height: 280px;
  }
}
@media (min-width: 1200px) {
  .v-post-body {
    height: 240px;
  }
}
.v-post-summary {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
/******************************************************************
Site Name: BREW
Author: Dan Brown

Stylesheet: Header & Navigation

******************************************************************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* end .nav */
/******************************************************************
Site Name: Brew
Author: Dan Brown

Stylesheet: Body

Wordpress automatically adds classes to certain pages.  You can target
pages with something such as  body.tag or body.archive
******************************************************************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*****************************************************************
Site Name: TEI
Author: Kyle Rose

Stylesheet: Components



******************************************************************/
/*----------------------------------------
    Expert Card v2
----------------------------------------*/
.expert-card {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5em;
  display: table;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 568px) {
  .expert-card {
    height: 190px;
    margin-bottom: 1em;
  }
}
.expert-card-image-container {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
@media (min-width: 568px) {
  .expert-card-image-container {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    width: 150px;
    padding: 15px 0;
  }
}
.expert-card-avatar {
  max-width: 100px;
  display: block;
  margin: 0 auto 0.5em;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.expert-card-meta {
  padding: 5px 15px;
  font-weight: 400;
  color: #444d56;
  font-size: 0.8em;
}
.expert-card-content-container {
  box-sizing: border-box;
  height: 100%;
}
@media (min-width: 568px) {
  .expert-card-content-container {
    display: table-cell;
  }
}
.expert-card-content {
  display: table;
  height: 100%;
  width: 100%;
  vertical-align: top;
}
@media (min-width: 568px) {
  .expert-card-content {
    display: table;
    height: 100%;
  }
}
.expert-card-name {
  color: #2A5781;
  padding: 0 15px 5px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 568px) {
  .expert-card-name {
    padding: 15px 15px 5px;
    text-align: left;
    display: block;
  }
}
.expert-card-name .expert-card-title {
  margin: 0;
  font-weight: 600;
  font-size: 1.3em;
}
.expert-card-summary {
  color: #444d56;
  padding: 10px 15px;
  font-size: 0.85em;
}
@media (min-width: 568px) {
  .expert-card-summary {
    padding: 5px 15px;
    margin-top: 5px;
    display: inline-block;
    min-height: 100px;
  }
}
.expert-card-footer {
  background: #ECEEF1;
  border-top: 1px solid #eee;
  vertical-align: middle;
  padding: 5px 15px 5px;
  font-size: 0.85em;
  display: table-row;
}
@media (min-width: 568px) {
  .expert-card-footer {
    padding: 5px 15px;
  }
}
.expert-card-footer-content {
  padding: 5px 15px;
  min-height: 20px;
  display: table-cell;
  vertical-align: middle;
}
.expert-card-tag {
  float: left;
  padding-right: 5px;
  font-size: 0.85em;
}
/*----------------------------------------
    Ul Striped table format
----------------------------------------*/
ul.li-table {
  list-style-type: none;
  list-style-position: inside;
  border: 1px solid #ddd;
}
ul.li-table li {
  padding: 8px;
  line-height: 1.42857143;
  border-top: 1px solid #ddd;
}
ul.li-table li:before {
  text-indent: 1em;
}
ul.li-table li:nth-child(odd) {
  background: #f8f9fa;
}
ul.li-table li:first-child {
  border-top: none;
}
/*----------------------------------------
    DROPCAP element
----------------------------------------*/
.dropcap {
  float: left;
  font-family: "proxima-nova", sans-serif;
  font-size: 119.2px;
  line-height: 90px;
  font-weight: 400;
  color: #2A5781;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: -1px;
}
@media (max-width: 1366px) {
  .dropcap {
    font-size: 100px;
    margin-top: 1px;
  }
}
/*----------------------------------------
List Group
----------------------------------------*/
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #2A5781;
  border-color: #2A5781;
}
.list-group-item:first-child,
.list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.list-group-item:first-child {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.list-group-item {
  border-top: none;
  padding: 15px;
  font-weight: 600;
}
.list-group-item:before {
  font-weight: 300;
  font-family: 'tei-font';
  content: '\f105';
  color: #E6711B;
  padding-right: 12px;
}
.list-group-item.blog-contest:before {
  color: #05E6E0;
}
.list-group-item:focus,
.list-group-item:hover {
  background-color: #e6e9ed;
}
/*----------------------------------------
VIDEO HERO
----------------------------------------*/
::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}
/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}
/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.vid-hero-container {
  overflow: hidden;
  height: 600px;
  text-align: left;
}
@media (max-width: 480px) {
  .vid-hero-container {
    height: 450px !important;
  }
}
.vid-hero-container .vid-hero-section-header {
  font-weight: 400;
  font-size: 2em;
  line-height: 1.45;
  text-transform: uppercase;
  margin-bottom: 1em;
  display: block;
  margin-top: 0;
}
@media (max-width: 768px) {
  .vid-hero-container .vid-hero-section-header {
    font-size: 2em;
  }
}
.vid-hero-container .vid-hero-section-preheader {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 992px) {
  .vid-hero-container .vid-hero-section-subheader,
  .vid-hero-container .vid-hero-section-header,
  .vid-hero-container .vid-hero-section-preheader {
    text-align: center;
  }
}
.vid-hero-container .hero-container {
  display: table;
  height: 100% !important;
}
.vid-hero {
  position: absolute;
  width: 100% !important;
  min-height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -5;
}
@media (min-width: 768px) {
  .vid-hero {
    object-fit: fill;
  }
}
.vid-hero::-webkit-media-controls {
  display: none !important;
}
.btn-play {
  display: inline-block;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 6px;
  margin-bottom: -9px;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../images/btn-play.svg");
  background-size: 25px;
  width: 30px;
  height: 25px;
}
@media (max-width: 480px) {
  .hero-play-btn {
    margin-top: 1em;
  }
}
.vid-hero-play-container {
  position: absolute;
  top: 1.5em;
  left: 42%;
}
.play-video {
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.play-video:hover {
  color: #2A5781 !important;
}
.play-video:hover .btn-play {
  background-image: url("../images/btn-play-inverse.svg");
}
@media (max-width: 992px) {
  .play-video {
    margin-left: 0;
    display: block;
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .btn-vid-hero-secondary {
    margin-left: -20px;
  }
}
blockquote {
  border-left: none;
}
.gform_wrapper li label {
  display: none;
}
.label {
  color: #444d56;
}
.search_input {
  /* firefox 19+ */
  /* ie */
}
.search_input ::-webkit-input-placeholder::before {
  font-family: tei-font;
  content: '\f002  ';
  color: #99A7BA;
}
.search_input ::-moz-placeholder::before {
  font-family: tei-font;
  content: '\f002  ';
  color: #99A7BA;
}
.search_input :-ms-input-placeholder::before {
  font-family: tei-font;
  content: '\f002  ';
  color: #99A7BA;
}
.search_input input:-moz-placeholder::before {
  font-family: tei-font;
  content: '\f002  ';
  color: #99A7BA;
}
/*----------------------------------------
Flexbox
----------------------------------------*/
.row-flex,
.row-flex > div[class*='col-'] {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1;
  -ms-flex-pack: center;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .row-flex,
  .row-flex > div[class*='col-'] {
    flex: 1 1 auto;
  }
}
.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: center;
  flex-line-pack: center;
}
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  margin: -0.2px;
  /* hack adjust for wrapping */
}
.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
  width: 100%;
}
.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}
.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}
.flex-btn {
  flex-line-pack: center;
}
.flex-btn-1 {
  justify-content: center;
}
@media (min-width: 768px) {
  .flex-btn-1 {
    justify-content: flex-end;
  }
}
.flex-btn-2 {
  justify-content: center;
}
@media (min-width: 768px) {
  .flex-btn-2 {
    justify-content: flex-start;
  }
}
.btn.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
}
html.no-flexbox .row-flex {
  display: table;
  text-align: center;
}
html.no-flexbox .row-flex [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
html.no-flexbox .btn.flex {
  height: 100%;
}
@media (max-width: 768px) {
  html.no-flexbox .row-flex {
    display: in;
  }
  html.no-flexbox .row-flex [class*="col-"] {
    float: left;
    width: 100%;
  }
  html.no-flexbox .btn.flex {
    margin: 1em auto;
    display: block;
    max-width: 100%;
  }
}
/*----------------------------------------
Decorated List >
----------------------------------------*/
.decorated-list {
  list-style-type: none;
  margin-left: 1em;
  margin-bottom: 1em;
  list-style-position: outside !important;
}
.decorated-list li {
  margin-bottom: 0.8em;
  font-weight: 600;
}
.decorated-list li:before {
  font-weight: 300;
  font-family: 'tei-font';
  content: '\f105';
  margin: 0 0 0 -1em;
  color: #E6711B;
  padding-right: 12px;
}
/*----------------------------------------
    Well List
----------------------------------------*/
.well-list {
  margin-left: 1em;
  margin-bottom: 1em;
}
.well-list li {
  font-size: 0.9em;
  line-height: 1.7;
  font-weight: 600;
}
.well-list li:before {
  font-weight: 300;
  font-family: 'tei-font';
  content: '\f105';
  margin: 0 0 0 -1em;
  color: #E6711B;
  padding-right: 12px;
}
/*----------------------------------------
 Social sharing
----------------------------------------*/
.ngfb-buttons .twitter-button,
.ngfb-buttons .facebook-button,
.ngfb-buttons .linkedin-button,
.ngfb-buttons .gplusone-button {
  width: auto !important;
}
.ngfb-buttons > div {
  display: inline-block;
}
.fb-like.facebook-button span {
  vertical-align: baseline !important;
}
.social-sharing-links {
  display: block;
  margin-bottom: 0em;
  padding-left: 0;
  padding-right: 0;
}
div.fb-share-button {
  width: auto;
}
/*----------------------------------------
 FANCYBOX
----------------------------------------*/
.fancybox-skin {
  background: none;
  box-shadow: none !important;
}
.fancybox-overlay {
  background: rgba(255, 255, 255, 0.9);
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: auto;
}
.fancybox img {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.video-still {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
/*----------------------------------------
 RESULTS style
----------------------------------------*/
.results-found {
  display: none;
  margin-bottom: 2em;
  text-align: center;
  text-transform: uppercase;
}
.results-found span {
  font-weight: 600;
}
.post-type-meta {
  background: rgba(236, 238, 241, 0.32);
  color: #2A5781;
  border: 1px solid #ECEEF1;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  padding: 1px;
  text-align: center;
}
.search-results-title {
  font-weight: 300;
  padding: 5px;
  margin-bottom: 2em;
  font-size: 2em;
}
/*----------------------------------------
 BREADCRUMBS
----------------------------------------*/
#breadcrumbs {
  padding: 4px 10px;
  position: relative;
  font-weight: 600;
  display: inline-block;
  background: #f8f9fa;
  border-radius: 16px;
  font-size: 0.65em;
  margin-bottom: 0.5em;
}
.breadcrumb_last {
  display: none;
}
/*----------------------------------------
Sidebar Related Posts
----------------------------------------*/
.related-post {
  width: 100%;
  margin-bottom: 5px;
  float: left;
  padding: 0;
}
.related-post span img {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.related-post p {
  margin: 0;
  line-height: 1.4;
  font-size: 15px;
}
.related-post a {
  font-weight: 600;
}
.related-post-title-container {
  margin-bottom: 1em;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  min-height: 60px;
}
.related-post-title-container time {
  font-weight: 600;
  color: #8c989f;
}
@media (max-width: 480px) {
  .related-post-title-container {
    font-size: 0.85em;
  }
}
/*********************
AUTHOR BOX
*********************/
#author-info {
  padding: 20px;
}
#author-info h4 {
  margin-top: 0;
}
.hero-author-img img {
  border: 3px solid #fff;
  border-radius: 50%;
}
.author-img {
  float: left;
  margin-right: 20px;
}
@media (min-width: 480px) {
  .author-desc {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
  }
}
.social-links {
  float: left;
  padding: 0;
  margin: 0;
}
.social-links li {
  float: left;
  text-decoration: none;
  list-style: none;
}
.social-links a {
  color: #999999;
  padding-right: 15px;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  font-size: 1.4em;
}
.social-links a:hover {
  color: #333333;
}
/*********************
BREADCRUMBS
*********************/
.breadcrumb {
  padding: 4px 17px;
  position: relative;
  background-color: transparent;
  padding-left: 0;
  font-weight: 400;
  font-size: 0.8em;
}
.breadcrumb > li {
  color: #99A7BA;
}
/*********************
PAGINATION
*********************/
.pagination li a:hover,
.pagination li a:focus {
  background-color: #2a5781;
  color: #fff;
}
.pagination li .active,
.pagination li span:hover {
  background-color: #3771a7;
  color: #fff;
}
/*----------------------------------
    Featured on section
----------------------------------*/
.sec.sec-featured {
  padding: 20px 0 40px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.sec.sec-featured p {
  color: #8c989f;
  font-weight: 600;
}
.sec-featured-header {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.sec-featured-img {
  display: inline-block;
  width: 790px;
  max-width: 100%;
  text-align: center;
}
/*----------------------------------------
 OWL CAROUSEL STYLES
----------------------------------------*/
.owl-theme .owl-controls .owl-page.active span {
  background: #2A5781 !important;
}
.owl-wrapper {
  overflow: hidden;
}
.sec-bg-tei .owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  background: transparent;
  filter: alpha(opacity=100);
  opacity: 1;
}
.sec-bg-tei .owl-theme .owl-controls .owl-page.active span {
  background: #fff !important;
}
.single-card-carousel.owl-theme .owl-controls .owl-prev-i,
.single-card-carousel.owl-theme .owl-controls .owl-next-i {
  font-size: 4em;
  position: absolute;
}
@media (min-width: 768px) {
  .single-card-carousel.owl-theme .owl-controls .owl-prev-i,
  .single-card-carousel.owl-theme .owl-controls .owl-next-i {
    top: 45%;
  }
}
.single-card-carousel.owl-theme .owl-controls .owl-prev-i {
  left: 40%;
}
@media (min-width: 768px) {
  .single-card-carousel.owl-theme .owl-controls .owl-prev-i {
    left: 0%;
  }
}
@media (min-width: 992px) {
  .single-card-carousel.owl-theme .owl-controls .owl-prev-i {
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .single-card-carousel.owl-theme .owl-controls .owl-prev-i {
    left: 10%;
  }
}
.single-card-carousel.owl-theme .owl-controls .owl-next-i {
  right: 40%;
}
@media (min-width: 768px) {
  .single-card-carousel.owl-theme .owl-controls .owl-next-i {
    right: 0%;
  }
}
@media (min-width: 992px) {
  .single-card-carousel.owl-theme .owl-controls .owl-next-i {
    right: 5%;
  }
}
@media (min-width: 1200px) {
  .single-card-carousel.owl-theme .owl-controls .owl-next-i {
    right: 10%;
  }
}
/*----------------------------------------
GRAVITY FORM SIDEBAR NEWSLETTER
----------------------------------------*/
.gform_validation_container {
  display: none;
}
.inline-gform .ginput_container {
  width: 70%;
}
@media (max-width: 360px) {
  .inline-gform .ginput_container {
    width: 65%;
  }
}
.inline-gform .inline-form input[type='email'] {
  width: 100%;
  border: 2px solid transparent;
  background: #ECEEF1;
  box-shadow: none;
  border-radius: 0;
  float: left;
  height: 39px;
  padding: 6px 12px;
  line-height: 1.42857143;
  background-image: none;
}
.inline-gform .inline-form input[type='email']:focus {
  border: 2px solid #2A5781;
  box-shadow: none;
  webkit-focus-ring: none;
  outline: none;
}
.inline-gform .inline-form {
  margin-top: -5px;
  *zoom: 1;
}
.inline-gform .inline-form:after,
.inline-gform .inline-form:before {
  content: "";
  display: table;
}
.inline-gform .inline-form:after {
  clear: both;
}
.inline-gform .inline-form .gform_footer.top_label {
  float: left;
  margin: -5px 0 0 0;
}
.inline-gform .gform_footer {
  width: 30%;
}
@media (max-width: 360px) {
  .inline-gform .gform_footer {
    width: 35%;
  }
}
.inline-gform .inline-form .gform_button {
  background-color: #2A5781;
  border-color: #2A5781;
  color: #fff;
  width: 100%;
  min-width: 108px;
  border-radius: 0 !important;
  font-weight: 400;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  border: 1px solid #2A5781;
  text-transform: Uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .inline-gform .inline-form .gform_button {
    margin-left: 0;
  }
}
.inline-gform.accent .gform_button {
  background-color: #E6711B;
  border-color: #E6711B;
}
.inline-gform.accent .inline-form input[type='email']:focus {
  border-color: #E6711B;
}
/*----------------------------------------
Sidebar Tag Cloud, Post footer tags
----------------------------------------*/
.expert-post-tags a,
.tagcloud a,
.term-cloud a {
  font-size: 0.8em;
  display: inline-block;
  margin: 0.15em 0.15em 0.15em 0;
  padding: 0.5em 1em;
  border: 1px solid #ddd;
  color: #8c989f;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.expert-post-tags a:hover,
.tagcloud a:hover,
.term-cloud a:hover {
  background: #e6e9ed;
  border: 1px solid #e6e9ed;
  color: #2A5781;
}
.expert-post-tags {
  margin-bottom: 2em;
}
/*----------------------------------------
  Sidebar Resources carousel
----------------------------------------*/
#sidebar-resources-carousel img {
  max-height: 150px;
  margin: 0 auto;
}
#sidebar-resources-carousel .item {
  text-align: center;
  border: 1px solid #ECEEF1;
  padding-bottom: 1em;
}
.sidebar-resource-type {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 auto 15px;
  background: #ECEEF1;
}
.sidebar-resource-title {
  margin: 5px auto 0;
  max-width: 250px;
  font-weight: 600;
  font-size: 16px;
}
/*----------------------------------------
 TESTIMONIAL CAROUSELS
----------------------------------------*/
#sidebar-testimonial-carousel,
#expert-testimonial-carousel {
  border: 1px solid #ECEEF1;
  background-color: #fbfbfc;
}
#sidebar-testimonial-carousel .item blockquote,
#expert-testimonial-carousel .item blockquote {
  font-size: 0.9em;
  font-style: italic;
  border-left: none;
  margin: 0;
  padding: 15px;
}
#sidebar-testimonial-carousel img,
#expert-testimonial-carousel img {
  width: 80px;
  height: 80px;
  margin-bottom: 0.5em;
}
#expert-testimonial-carousel,
#home-testimonial-carousel {
  border: none;
  background: none;
}
#expert-testimonial-carousel .item blockquote,
#home-testimonial-carousel .item blockquote,
#expert-testimonial-carousel .item em,
#home-testimonial-carousel .item em {
  font-size: 1.1em;
}
.quote-text-float {
  width: 760px;
  max-width: 80%;
  margin: 0 auto;
}
.quote-text-float .quote-marks {
  position: absolute;
  font-size: 400px;
  right: 14%;
  top: -60px;
  opacity: 0.1;
}
.quote-text-float .quote-text {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #2A5781;
  font-size: 1em;
}
@media (min-width: 992px) {
  .quote-text-float .quote-text {
    font-size: 1.2em;
  }
}
.quote-text-float.white .quote-text {
  color: #fff;
}
.quote-text-float .quote-footer {
  display: table;
  padding: 0.7em;
  margin: 1em auto 0;
}
.quote-text-float .quote-footer .quote-author-image {
  padding-left: 0;
  width: 70px;
}
.quote-text-float .quote-footer .quote-author-image img {
  width: 70px;
  height: 70px;
}
.quote-text-float .quote-footer .quote-author-name {
  vertical-align: top;
  color: #fff !important;
  font-size: 1.2em;
}
.quote-text-float .quote-footer .quote-author-info {
  font-weight: 400;
}
/*----------------------------------
    New Testimonial style
----------------------------------*/
@media (min-width: 0px) and (max-width: 767px) {
  .testimonial-hero-avatar-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .testimonial-hero-avatar {
    max-width: 100%;
    margin: auto;
    padding: 35px 15px;
  }
}
.testimonial-hero-avatar {
  max-width: 160px;
  margin: 0 auto;
  padding: 75px 0 0 40px;
}
.testimonial-hero-avatar img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .testimonial-hero-avatar {
    margin: 0 auto;
    max-width: 130px;
    padding: 35px 25px 25px 25px;
  }
}
.quote_marks {
  width: 18px;
  height: 16px;
  background-image: url("../images/quote-marks.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: -0.2em;
  margin-left: -1em;
}
@media (max-width: 992px) {
  .quote_marks {
    margin-left: 0;
  }
}
.testimonial-hero-content {
  color: #9AA5B5;
  padding: 70px 70px 70px 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-hero-content {
    padding: 0 35px 66px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .testimonial-hero-content {
    padding: 0 30px 40px 30px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .testimonial-hero-content {
    padding: 0;
    text-align: center;
  }
}
.testimonial-hero-from {
  margin-top: .8em;
  line-height: 1.4;
  font-weight: 400;
  padding: 0 25px;
  color: #9AA5B5;
}
.testimonial-hero-text {
  font-weight: 400;
  font-size: 24px;
  color: #8c989f;
}
@media (min-width: 0px) and (max-width: 767px) {
  .testimonial-hero-text {
    font-size: 1.1em;
  }
}
/*Testimonials v4 (TWO UP)
------------------------------------*/
.sec-testimonial:before {
  background-image: none;
  background-color: #2A5781 !important;
  opacity: 0.85 !important;
}
.testimonials-v4 {
  overflow: hidden;
}
.testimonials-v4 .testimonials-v4-in {
  background: #fff;
  position: relative;
  min-height: 100px;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.testimonials-v4 .testimonials-v4-in:before {
  color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}
.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.testimonials-v4 .testimonials-v4-in p {
  color: #444d56;
  font-size: 14px;
  font-style: italic;
}
.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px;
  margin-bottom: 2em;
  border-radius: 50%;
  border: 3px solid #ffffff;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}
.testimonials-v4 .testimonials-author {
  color: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.testimonials-v4 .testimonials-author em {
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}
/*----------------------------------------
    Testimonial Card  - Quote mark
----------------------------------------*/
.quote-card {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ECEEF1;
}
.quote-marks {
  position: absolute;
  padding-left: 5px;
  font-size: 150px;
  font-family: Times,serif;
  color: #DEE4E5;
  line-height: 1;
  bottom: 0;
  right: 15px;
  opacity: 0.6;
}
.quote {
  width: 100%;
  padding: 15px;
  line-height: 1.6;
  border-radius: 5px 5px 0 0;
  background-color: #ECEEF1;
}
.quote-text {
  min-height: 100px;
  font-size: 16px;
  position: relative;
  color: #8994a1;
}
.quote-profile {
  font-size: 0.8em;
  padding: 15px 5px;
  display: table;
}
.quote-author-name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 600;
  color: #8994a1;
}
.quote-author-info {
  display: block;
  font-weight: 300;
  font-size: 0.8em;
}
.quote-author-image {
  padding-left: 15px;
}
.quote-author-image img {
  height: 50px;
  border-radius: 50%;
}
/*----------------------------------
    Sidebar cta
----------------------------------*/
@media (min-width: 992px) {
  .sidebar-cta-container {
    min-height: 212px;
  }
  .sidebar-cta-container.affix {
    position: fixed;
    top: 20px;
    width: 360px;
    z-index: 99;
  }
  .sidebar-cta-container.affix .sidebar-cta {
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.1);
  }
  .sidebar-cta-container.affix-bottom {
    position: absolute;
    width: 360px;
  }
}
.sidebar-cta {
  z-index: 99;
  background-color: #fef9f6;
  border: 1px solid #E6711B;
  padding: 2em 0.8em;
  width: 100%;
  margin-bottom: 1em;
  -webkit-backface-visibility: hidden;
}
.sidebar-cta-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2em;
}
.sidebar-cta-subtitle {
  margin: 0.5em 0 1em;
}
.sec-cta {
  padding: 60px 0 100px;
}
/*----------------------------------------
 SIDEBAR MODULE STYLES
----------------------------------------*/
.sidebar-module-container {
  border: 1px solid #ddd;
  padding: 15px;
}
/*----------------------------------
    CONTACT FORM STYLES
----------------------------------*/
.ginput_container input[type="file"] {
  background: transparent;
  line-height: 1;
}
.validation_error,
.validation_message {
  color: #fdf2ea;
  margin-bottom: 15px;
  padding: 20px;
  font-size: 0;
  background: #fdf2ea;
  font-weight: 600;
}
.validation_error:before {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  content: "Highlighted fields are missing information";
  padding-left: 5px;
  display: block;
  color: #E6711B;
}
li.gfield_error input {
  border: 2px solid #E6711B;
  background: #fdf2ea;
}
.gform_confirmation_message {
  background: #ECEEF1;
  color: #2A5781;
  padding: 20px;
  font-weight: 600;
}
.gfield_description.validation_message,
.instruction.validation_message {
  font-size: 0.8em;
  font-weight: 600;
  margin-top: 0;
  color: #E6711B;
  display: none;
}
.contact-form input {
  width: 10%;
}
.contact-form textarea {
  height: 180px;
}
.hero-container-landing .contact-form textarea {
  height: 100px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.43;
  color: #555555;
  background: #f2f3f5;
  background-image: none;
  border: 1px solid #ECEEF1;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: -webkit-focus-ring-color none;
  border-color: #2A5781;
}
.contact-form.expert-search-cta input:focus,
.contact-form.expert-search-cta textarea:focus,
.contact-form.expert-search-cta select:focus {
  border-color: #ddd;
}
.contact-form.expert-search-cta .gform_next_button:focus {
  border-color: #E6711B;
}
.contact-form input[type="submit"] {
  background-color: #E6711B;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #E6711B;
}
.contact-form input[type="submit"]:focus {
  border: 1px solid #E6711B;
  background-color: #ba5a14;
}
.gform_fields .gform-section-header:nth-child(1) .gsection_title,
.gsection:nth-child(1) .gsection_title {
  margin-top: 0;
}
.gform-section-header .gsection_title,
.gsection .gsection_title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2em;
  color: #2A5781;
  color: #E6711B;
}
/*----------------------------------------
 INLINE FORM STYLES
 ----------------------------------------*/
.tei-form {
  background-color: #ECEEF1;
  padding: 2em 1em;
  border-radius: 6px;
}
.tei-form .control-label {
  font-weight: 600;
  color: #666;
}
.form-control {
  border: 2px solid transparent;
  background: #ECEEF1;
  box-shadow: none;
  border-radius: 0;
}
.input-group {
  width: 100%;
}
.input-group-btn:last-child > .btn {
  border-radius: 0 !important;
  border-bottom-width: 1px;
}
.input-group.search_input .form-control:focus {
  border: 2px solid #E6711B;
  box-shadow: none;
}
.form-control:focus {
  border: 2px solid #2A5781;
  box-shadow: none;
}
/*----------------------------------
    Select Dropdown
----------------------------------*/
.select-dropdown {
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  padding-right: 14px;
  max-width: 100%;
  border-radius: 2px;
  margin-bottom: 15px;
}
.select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaa;
}
.select-dropdown select {
  max-width: 100%;
  padding: 10px;
  width: 100%;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-dropdown select:active,
.select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
/*----------------------------------
    BLOG FEATURED SLIDER
----------------------------------*/
#blog-featured-carousel {
  min-height: 460px;
}
#blog-featured-carousel .owl-controls {
  display: block;
  position: static;
  margin-top: -45px;
}
#blog-featured-carousel .owl-pagination {
  background: #FFF;
  line-height: inherit;
  position: relative;
  bottom: 0;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  margin: auto;
  opacity: 0;
  transition: all 0.4s ease-out;
}
#blog-featured-carousel:hover .owl-pagination {
  bottom: -14px;
  opacity: 1;
}
.blog-carousel-item {
  min-height: 460px;
  background-size: cover;
  position: relative;
}
.blog-carousel-item .hero-container {
  display: table;
  height: 460px;
}
.blog-carousel-item .hero-content {
  display: table-cell;
  vertical-align: middle;
}
.blog-carousel-item .slider-header {
  color: #fff;
  max-width: 900px;
}
.blog-carousel-item .slider-header h1 {
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.1em;
  margin-top: 0.3em;
}
@media (max-width: 768px) {
  .blog-carousel-item .slider-header h1 {
    line-height: 1.2;
  }
}
.blog-carousel-item .slider-header a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
}
.blog-carousel-item .slider-subheader {
  color: #fff;
}
.blog-carousel-item .slider-post-meta {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.8em;
  font-size: 14px;
  letter-spacing: 1px;
}
.blog-carousel-item .slider-post-meta .time {
  font-size: 0.9em;
  display: inline;
}
.blog-carousel-item .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, #1d3d5b, rgba(57, 87, 125, 0.7) 60%);
  opacity: 1;
}
html.no-cssgradients .blog-carousel-item .overlay {
  background-color: #2A5781;
  opacity: 0.7;
}
#blog-featured-carousel .btn-line.accent.hero {
  font-size: 14px;
}
/*----------------------------------------
  Well TEI (outlined box)
----------------------------------------*/
.well-tei {
  background-size: cover;
  padding: 64px;
}
@media (min-width: 768px) {
  .well-tei {
    border: 3px solid #E6711B;
  }
}
.well-tei .well-tei-header {
  color: #E6711B;
  margin-top: -90px;
  margin-bottom: 1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  font-size: 42px;
}
.well-tei .well-tei-header span {
  padding: 0 1em;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
@media (max-width: 991px) and (min-width: 768px) {
  .well-tei .well-tei-header span {
    padding: 0 0.2em;
  }
}
.well-tei .well-tei-text {
  text-transform: none;
  font-style: normal;
  text-shadow: none;
  font-size: 21px;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 667px) {
  .well-tei {
    padding: 64px 15px;
  }
}
@media (max-width: 767px) {
  .well-tei .well-tei-header {
    text-align: center;
    font-size: 1.2em;
    margin-top: -78px;
  }
  .well-tei .well-tei-text {
    font-size: 1em;
  }
}
.small-well {
  padding: 14px 14px 0;
  border: 2px solid #E6711B;
  margin-bottom: 12px;
}
.small-well.tei {
  border-color: #2A5781;
}
.small-well .well-tei-header {
  font-size: 1em;
  margin: 1em 0;
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 2px;
}
/*----------------------------------------
  MODAL STYLES
----------------------------------------*/
.modal {
  overflow-y: auto;
}
.modal-open {
  overflow: auto;
}
body.modal-open {
  overflow: hidden;
}
.modal img {
  float: none;
}
.modal input {
  border-radius: 0 !important;
}
.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal .modal-header {
  text-transform: uppercase;
  text-align: center;
  border-bottom: none;
  background: #2A5781;
  color: #ECEEF1;
}
.modal .modal-header img {
  width: 1.5em;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 1em;
  margin-bottom: 4px;
  float: left;
}
@media (min-width: 992px) {
  .modal .modal-header img {
    width: 30px;
  }
}
.modal .modal-header .close {
  margin-top: -4px;
  color: #fff;
  opacity: .88;
}
.modal .modal-title {
  font-weight: 600;
  line-height: 1em;
  font-size: 1em;
}
@media (min-width: 768px) {
  .modal .modal-title {
    font-size: 1.2em;
  }
}
.modal .modal-body {
  border: none;
}
.modal .modal-body p {
  line-height: 1.6em;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .modal .modal-body {
    font-size: 0.9em;
  }
  .modal .modal-body textarea {
    height: 80px;
  }
}
@media (min-width: 768px) {
  .modal .modal-body input,
  .modal .modal-body textarea,
  .modal .modal-body select {
    border-radius: 0;
    margin: 0 auto 10px;
    max-height: 120px;
  }
}
.modal .modal-footer {
  margin-top: 0;
  padding: 4px 15px;
}
.modal .modal-footer button {
  margin-bottom: 1em;
}
.modal .modal-text ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1.5em;
}
.modal .modal-text li {
  font-weight: 600;
  margin-bottom: 0.5em;
}
#sidebar_cta_modal form li {
  padding: 0 !important;
  list-style: none;
}
#hero_cta_modal,
#expert_cta_modal {
  text-shadow: none;
  color: #444d56;
}
#hero_cta_modal .modal-text-top,
#expert_cta_modal .modal-text-top {
  margin-bottom: 1.4em;
  margin-top: 1em;
  text-align: center;
}
#hero_cta_modal .modal-text-top p,
#expert_cta_modal .modal-text-top p {
  margin: 0 auto;
  margin-bottom: 0;
  font-size: 1.1em;
}
#hero_cta_modal .modal-footer,
#expert_cta_modal .modal-footer {
  margin-top: 0;
  padding: 4px 15px;
}
.modal-expert-pic {
  width: 100%;
}
@media (min-width: 768px) {
}
.modal-expert-title {
  font-weight: 600;
  color: #2A5781;
  text-align: center;
  font-size: 1em;
}
.modal-expert-meta {
  text-align: center;
}
.modal-expert-meta span {
  color: #306494;
  font-weight: 600;
}
.tagged-modal-image {
  margin: 0 auto;
  max-height: 200px;
}
.expert-modal-img {
  margin: 0 auto;
  margin-bottom: 0.5em;
}
/*----------------------------------------
  Timed Modal
----------------------------------------*/
#timed-modal {
  overflow-y: auto;
}
#timed-modal .expert-flip {
  margin: 2em auto;
}
#timed-modal .modal-content {
  color: #8c989f;
  background-repeat: no-repeat;
  background-size: cover;
}
#timed-modal .modal-footer {
  padding: 20px;
  border-top: none;
}
#timed-modal .close.mini {
  opacity: 1;
  color: #2A5781;
  text-align: center;
  float: none;
}
#timed-modal .timed-modal-text {
  margin-bottom: 0;
}
.timed-modal-title {
  font-weight: 300;
  text-transform: uppercase;
  color: #E6711B;
  font-size: 1.2em;
  margin-bottom: 26px;
  margin-top: 1em;
}
@media (min-width: 992px) {
  .timed-modal-title {
    font-size: 28px;
  }
}
.timed-modal-chart {
  margin: 0 auto;
}
/*----------------------------------------
  EXPERT TAGGED CAROUSEL &  SIDEBAR EXPERT TAGGED CAROUSEL
----------------------------------------*/
#expert-tagged-carousel .item,
#sidebar-expert-tagged-carousel .item,
#expert-related-carousel .item {
  padding: 15px 15px 0 15px;
  color: #2A5781;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
#sidebar-expert-tagged-carousel .item {
  border: 1px solid #ECEEF1;
}
/*----------------------------------------
  FIND AN EXPERT SEARCH FORM
----------------------------------------*/
*[class*="sf-field"] {
  display: inline-block !important;
}
.expert-search-form ul {
  margin: 0;
  padding: 0;
}
.expert-search-form ul > li {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .expert-search-form ul {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.expert-search-form input,
#casestudies-search .searchandfilter ul li input {
  margin-bottom: 12px;
  padding: 6px 12px;
  font-size: 1em;
  line-height: 1.43;
  color: #444d56;
  background: #ECEEF1;
  border-radius: 0 !important;
  background-image: none;
  border: 2px solid transparent;
  transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.expert-search-form .sf-field-search {
  width: 80%;
  max-width: 80%;
}
.expert-search-form .sf-field-search input {
  width: 100%;
}
.expert-search-form .sf-field-search input:focus {
  outline: -webkit-focus-ring-color none;
  border-color: #E6711B !important;
}
@media (max-width: 480px) {
  .expert-search-form .sf-field-search {
    width: 65%;
  }
}
.expert-search-form .sf-field-submit {
  width: 20%;
}
.expert-search-form .sf-field-submit input {
  background-color: #E6711B;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
}
.expert-search-form .sf-field-submit input:hover {
  background-color: #ba5a14;
}
.expert-search-form .sf-field-submit input:active,
.expert-search-form .sf-field-submit input:focus {
  outline: -webkit-focus-ring-color none;
}
@media (max-width: 531px) {
  .expert-search-form .sf-field-submit {
    width: auto;
  }
}
@media (max-width: 992px) {
  .expert-search-form {
    margin: 0 auto;
  }
}
.expert-search-form .mdf_input_container_block.mdf_input_container_block_0 {
  width: 75%;
}
@media (max-width: 366px) {
  .expert-search-form .mdf_input_container_block.mdf_input_container_block_0 {
    width: 60%;
  }
}
@media (max-width: 431px) {
  .expert-search-form .mdf_input_container_block.mdf_input_container_block_0 {
    width: 60%;
  }
}
.expert-search-form .mdf_textinput.text {
  float: left;
}
.expert-search-form .mdf_shortcode_submit_button {
  width: 25%;
  float: left;
  min-width: 100px;
}
@media (max-width: 366px) {
  .expert-search-form .mdf_shortcode_submit_button {
    width: 20%;
    min-width: 100px;
  }
}
@media (max-width: 431px) {
  .expert-search-form .mdf_shortcode_submit_button {
    width: 40%;
  }
}
.expert-search-form .mdf_shortcode_submit_button > input {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  float: left;
  background: #E6711B;
  color: #fff;
  font-weight: 400;
}
/*----------------------------------------
  CASE STUDIES SEARCH FILTER
----------------------------------------*/
#casestudies-search .searchandfilter ul li {
  width: 100%;
}
#casestudies-search .searchandfilter ul li input {
  width: 100%;
}
/*----------------------------------------
  EXPERT SEARCH FILTER
----------------------------------------*/
.custom-search-form input:focus {
  border: 2px solid #E6711B;
  outline: -webkit-focus-ring-color none;
  border-color: #E6711B !important;
}
.expert-search-filter {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.expert-search-filter .chosen-container-multi {
  margin: 0;
}
.expert-search-filter .chosen-choices {
  margin-bottom: 0;
}
.expert-search-filter h4 {
  display: inline;
  padding-right: 6px;
  font-weight: 600;
  text-transform: uppercase;
}
.expert-search-filter li {
  margin-right: 1.4em !important;
}
/*----------------------------------------
    SEARCH EXPERTS SIDE FILTER - Shortcode front skin col1
----------------------------------------*/
.search-experts-container {
  padding-top: 2em;
  border-right: 1px solid #ddd;
}
.mdf_shortcode_skin_col1 {
  background: #fbfbfc !important;
  font-family: 'proxima-nova', 'Open Sans', Arial, sans-serif !important;
}
.mdf_shortcode_skin_col1 .mdf_shortcode_reset_button input {
  border: 2px solid #ECEEF1 !important;
  border-radius: 3px !important;
  background: #ECEEF1 !important;
  padding: 6px 12px;
  color: #444d56;
}
h4.data-filter-section-title {
  display: none;
}
/*----------------------------------------
  HALF IMAGE ELEMENT
----------------------------------------*/
.half-img {
  color: #fff;
}
.half-img .textpadding {
  padding: 40px;
  background-color: #2A5781;
  height: 500px;
}
@media (max-width: 400px) {
  .half-img .textpadding {
    padding: 2em;
  }
}
.half-img h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
.half-img .element-img {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  max-width: 100%;
}
.half-img hr.mini {
  margin: 0.2em auto 20px 0;
  border: 0;
  width: 20px;
  border-top: 3px solid #99A7BA;
}
.half-img .benefits-list {
  margin-top: 1em;
  margin-bottom: 2em;
  list-style-type: disc;
  list-style-position: inside;
}
.half-img .benefits-list > li {
  margin-bottom: 1em;
}
/*----------------------------------------
 2 HALF IMAGE SECTION (careers page)
----------------------------------------*/
.half-img-container {
  position: relative;
  text-align: center;
  background: #eee;
  margin-bottom: 3em;
}
.office-location-half-img {
  width: 100%;
  float: left;
  height: 400px;
  overflow: hidden;
  text-overflow: ellipses;
  position: relative;
  display: table;
  background-color: #191414;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 991px) {
  .office-location-half-img {
    width: calc(33.33333333%);
  }
}
.office-location-half-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #244a6e, rgba(57, 87, 125, 0.4) 0%);
}
html.no-cssgradients .office-location-half-img:before {
  background-color: #2A5781;
  opacity: 0.7;
}
.office-location-half--content {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.office-location-half--content button {
  display: block;
  margin: 0.5em auto 0;
}
/*----------------------------------------
  PAGINATION
----------------------------------------*/
.nav-pagination nav[role="navigation"] {
  text-align: center;
}
.cd-pagination {
  max-width: 768px;
  margin: 1em auto 1em;
  text-align: center;
}
.cd-pagination li {
  margin: .2em;
  display: inline-block;
}
.cd-pagination li.button {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a,
.cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  padding: .3em .6em;
}
.cd-pagination a {
  border: 1px solid #ddd;
  border-radius: 0.25em;
}
.no-touch .cd-pagination a:hover {
  background-color: #ECEEF1;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: rgba(46, 64, 87, 0.4);
  pointer-events: none;
}
.cd-pagination a.disabled::before,
.cd-pagination a.disabled::after {
  opacity: .4;
}
.cd-pagination .button:first-of-type a::before {
  content: '\00ab  ';
}
.cd-pagination .button:last-of-type a::after {
  content: ' \00bb';
}
.cd-pagination .active {
  /* selected number */
  background-color: #2A5781;
  color: #fff;
  pointer-events: none;
  border: 1px solid #2A5781;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
    margin: 3em auto;
  }
}
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button:last-of-type {
  float: right;
}
.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a,
.cd-pagination.no-space.move-buttons span {
  float: none;
}
.cd-pagination.ajax a {
  width: 100px;
  font-weight: 600;
  line-height: 1.5;
}
.cd-pagination.ajax a:i {
  vertical-align: top;
}
.cd-pagination .page-count {
  font-weight: 600;
  text-transform: uppercase;
  color: #99A7BA;
  line-height: 2;
}
/*----------------------------------
   BADGE
----------------------------------*/
.badge {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  display: block;
  right: -9px !important;
  left: auto !important;
  margin-top: 12px;
  text-align: center;
  padding: 5px;
  background-color: #E6711B;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 1px;
  position: absolute;
  border-radius: 0;
}
.badge:before {
  position: absolute;
  content: ' ';
  width: 0;
  height: 0;
  text-indent: -9999px;
  right: 0;
  border-right: 9px solid transparent;
  bottom: -9px;
  border-top: 9px solid #ba5a14;
}
.badge.blue {
  background-color: #2A5781;
}
.badge.blue:before {
  border-top: 9px solid #173047;
}
/*----------------------------------
   Webinar Video Page
----------------------------------*/
#webinar-video {
  width: 100%;
  margin: 25px auto 0;
  background: #fff;
}
/*----------------------------------
    NOTY BAR
----------------------------------*/
#noty-holder {
  display: none;
  font-size: 0.8em;
}
#noty-holder .alert {
  background: #173047;
  color: #fff;
  padding: 0 15px;
  margin-bottom: 25px;
  border: none;
  border-radius: 0;
  top: 0;
  right: 0;
  z-index: 12;
  left: 0;
  text-align: center;
  position: absolute;
  box-shadow: 0px 2px 5px -1px rgba(102, 102, 102, 0.39);
}
#noty-holder .alert.stuck {
  position: fixed;
  top: 0;
}
#noty-holder .noty-cta {
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  line-height: 2;
  color: #fff;
  background: #E6711B;
}
@media screen and (max-width: 480px) {
  #noty-holder .noty-cta {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    line-height: 1.9;
    margin-top: 6px;
  }
}
#noty-holder .close {
  float: right;
  right: 0;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 15px;
}
#noty-holder .alert-video {
  letter-spacing: 0.8px;
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 688px) {
  #noty-holder .alert-video {
    height: 40px;
  }
}
#noty-holder .alert-video .noty-text {
  margin-right: 25px;
}
#noty-holder .alert-video .close {
  line-height: 40px;
  opacity: 0.8;
}
#noty-holder .alert-video .close:hover {
  opacity: 1;
}
#noty-holder .alert-video .noty-btn-video {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 4px;
  margin-right: 5px;
  padding-left: 30px;
}
@media (max-width: 799px) {
  #noty-holder .alert-video .noty-btn-video {
    display: none;
  }
}
#noty-holder .alert-video .noty-btn-video span {
  background-image: url("../images/btn-play.svg");
  width: 25px;
  height: 25px;
}
#noty-holder .alert-video .noty-cta {
  border-radius: 4px;
}
/*----------------------------------------
  MODAL Image Grid
----------------------------------------*/
section.img-grid {
  max-width: 95%;
  width: 450px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 768px) {
  section.img-grid {
    margin-bottom: 2em;
  }
}
section.img-grid img {
  max-width: 150px;
  display: inline-block;
  border: 2px solid white;
  width: 33.33%;
}
@media (min-width: 768px) AND (max-width: 1200px) {
  #landing_cta_modal .modal-dialog {
    max-width: 768px;
  }
}
.expert-grid-container {
  color: #2A5781;
}
.expert-grid {
  margin: 0 auto 30px;
  position: relative;
  height: auto;
  overflow: hidden;
}
.expert-grid ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.expert-grid ul:before,
.expert-grid ul:after {
  content: '';
  display: table;
}
.expert-grid ul:after {
  clear: both;
}
.expert-grid ul {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.expert-grid ul li {
  -webkit-perspective: 400px;
  -moz-perspective: 400px;
  -o-perspective: 400px;
  -ms-perspective: 400px;
  perspective: 400px;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}
.expert-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.expert-grid-loading:after,
.expert-grid-loading:before {
  display: none;
}
.expert-grid-loading-image {
  display: none;
}
.expert-grid-loading .expert-grid-loading-image {
  position: relative;
  width: 30px;
  height: 30px;
  left: 50%;
  margin: 100px 0 0 -15px;
  display: block;
}
/*----------------------------------------
  Alernating Image with side caption
----------------------------------------*/
#img-side-caption .section-subheader {
  width: 100%;
  margin: 0 auto 2em;
}
@media (min-width: 1200px) {
  #img-side-caption .img {
    min-height: 400px;
  }
}
#img-side-caption .img-side-caption-title {
  font-weight: 600;
  color: #2A5781;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#img-side-caption .img-side-caption-text {
  display: table;
}
#img-side-caption .img-side-caption-text.caption-text-left,
#img-side-caption .img-side-caption-text.caption-text-right {
  border: none;
}
#img-side-caption .img-side-caption-image {
  padding: 0;
}
#img-side-caption .img-side-caption-image img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#img-side-caption .img-side-caption-text .inner {
  display: table-cell;
  vertical-align: middle;
  height: 400px;
}
@media (max-width: 768px) {
  #img-side-caption .img-side-caption-text .inner {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media (max-width: 992px) {
  #img-side-caption .img-side-caption-text .inner {
    display: inline-block;
    margin-bottom: 2em;
    width: 100%;
    height: auto;
  }
}
#img-side-caption h3,
#img-side-caption p {
  margin: 0 auto 1.5em;
  width: 85%;
}
@media (max-width: 768px) {
  #img-side-caption h3,
  #img-side-caption p {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #img-side-caption img {
    width: 100%;
  }
}
#img-side-caption .row {
  margin-bottom: 60px;
}
#img-side-caption .row:last-child {
  margin-bottom: 0;
}
#img-side-caption.recruiting p {
  margin: 0.5em auto 1em;
}
#img-side-caption.recruiting .img-side-caption-title {
  border-bottom: 2px solid #E6711B;
  margin: 0 auto 1em;
}
/*----------------------------------------
  PRICING TABLE 3
----------------------------------------*/
@media (min-width: 1200px) {
  .pricing-card-left {
    padding-right: 2em;
  }
  .pricing-card-primary {
    padding-left: 2em;
  }
}
@media (max-width: 768px) {
  .pricing-card-primary {
    margin-top: 4em;
  }
}
@media (max-width: 768px) {
}
.pricing-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.pricing-card.bg-tei {
  background: #2A5781;
}
.pricing-card.bg-tei .pricing-card-top {
  color: #fff;
}
.pricing-card.bg-tei .pricing-card-top .small {
  color: #fff;
}
.pricing-card.bg-tei .plan-name {
  background: #1d3d5b;
  border-bottom: 1px solid #1c3a57;
}
.pricing-card.bg-grey {
  background: #8c989f;
}
.pricing-card.bg-grey .pricing-card-top {
  color: #fff;
}
.pricing-card.bg-grey .plan-name {
  background: #717f87;
  border-bottom: 1px solid #6f7c84;
}
.pricing-card .plan-previous-price {
  font-size: 1.5em;
  display: block;
  color: #89430F;
  text-decoration: line-through;
  height: 22px;
}
.pricing-card .plan-current-price-container {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.pricing-card .plan-current-price {
  margin-top: 0;
  font-size: 2.3em;
  margin: 0px auto;
  display: inline-block;
  margin-right: -100px;
}
.pricing-card .pricing-card-deal {
  width: 110px;
  display: inline-block;
  position: relative;
  right: -100px;
  top: 0;
  height: 24px;
  background: url(../images/30-percent-off-bubble.png);
  background-size: 112px 24px;
  background-repeat: no-repeat;
}
.pricing-card .pricing-card-deal-20 {
  width: 110px;
  display: inline-block;
  position: relative;
  right: -100px;
  top: 0;
  height: 24px;
  background: url(../images/20-percent-off-bubble.png);
  background-size: 112px 24px;
  background-repeat: no-repeat;
}
.pricing-card .h2 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 2.3em;
}
.pricing-card .h2 span {
  font-size: 14.4px;
  display: block;
  margin-top: -10px;
  margin-bottom: 2px;
}
.pricing-card.bg-grey .h2 span {
  color: #4e585d;
}
.pricing-card.bg-accent .h2 span {
  color: #75390d;
}
.pricing-card .pricing-card-top {
  padding: 0 15px;
}
.pricing-card-top .plan-name {
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.pricing-card-top p.small {
  margin: 0;
  font-size: 0.8em;
}
.pricing-card-top p.small:last-of-type {
  margin-bottom: 5px;
}
.pricing-card.bg-accent .pricing-card-top {
  color: #fff;
}
.pricing-card.bg-accent .pricing-card-top .plan-name {
  background: #ba5a14;
  border-bottom: 1px solid #b55814;
}
.pricing-card .pricing-card-top small em,
.pricing-card .pricing-card-top .small em {
  color: #2A5781;
}
.pricing-card section {
  padding: 0 15px;
  color: #fff;
}
.pricing-card .pricing-card-bottom {
  padding: 15px 0 0;
  background-color: #e2e2e2;
  color: #444d56;
  text-align: center;
}
.pricing-card .pricing-card-bottom p {
  font-size: 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.3em !important;
  padding-bottom: 0.7em !important;
  padding-left: 15px;
  padding-right: 15px;
}
.pricing-card .pricing-card-bottom p:nth-last-child(1) {
  border-bottom: none;
}
.pricing-card .pricing-card-bottom p:last-child {
  padding-bottom: 1em;
}
.pricing-card .pricing-card-bottom p:first-child:before {
  content: '';
}
.pricing-card .pricing-card-bottom .fine {
  color: #999;
  line-height: 1em;
}
.pricing-card.bg-accent {
  position: relative;
  background: #E6711B;
}
.pricing-card.bg-accent:before,
.pricing-card.bg-accent:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.pricing-card.bg-accent:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.pricing-subscription {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #e2e2e2;
}
@media (min-width: 992px) {
  .pricing-subscription {
    margin-top: 60px;
  }
}
.pricing-subscription .inner {
  padding: 0 15px;
}
.pricing-subscription .plan-card-top {
  margin-top: 0;
  margin-bottom: 1.4em;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
  background: #306494;
}
.pricing-subscription .plan-description {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
}
.pricing-subscription h4 {
  font-size: 2.3em;
  color: #fff;
  text-align: center;
}
.pricing-subscription h4 .plan-type,
.pricing-subscription h4 .plan-telephone {
  display: block;
  font-weight: 300;
  font-size: 14px;
}
.pricing-subscription h4 .plan-telephone a {
  color: #fff !important;
  font-weight: 400;
}
.pricing-subscription h3 {
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  background-color: #244a6e;
  color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
}
/*----------------------------------------
  EXPERT FLIP element
----------------------------------------*/
.expert-flip {
  width: 150px;
  position: relative;
  height: 150px;
  margin: 2% auto;
  background: url(../images/experts/sprite.jpg) top center;
  animation: play 18s steps(36) infinite;
  border-radius: 50%;
}
.expert-flip:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A5781;
  opacity: 0.3;
  border-radius: 50%;
}
@keyframes play {
  100% {
    background-position: 0 -5400px;
  }
}
/*----------------------------------------
  MAP SECTION 2
----------------------------------------*/
.sec-bg-map-2 {
  background: #32425a;
  color: #fff;
  background: #ECEEF1;
}
.sec-bg-map-2 .container {
  max-width: 960px;
  position: relative;
}
.sec-bg-map-2 .container .network-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  z-index: 5;
  padding: 20px;
}
.sec-bg-map-2 .container .network-box li {
  margin-bottom: 1em;
}
.sec-bg-map-2 svg {
  height: auto;
  max-width: 100%;
  fill: #cfd4db;
  text-align: center;
}
.sec-bg-map-2 .map {
  position: relative;
}
.sec-bg-map-2 .map-markers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sec-bg-map-2 .map-marker {
  position: absolute;
}
.sec-bg-map-2 .map-marker:after {
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-name: pop;
  border-radius: 50%;
  border: 1px solid #E6711B;
  content: '';
  height: 2em;
  left: 0;
  margin: -0.5em 0 0 -0.5em;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 2em;
}
.sec-bg-map-2 .map-marker:hover .map-marker-info {
  display: block;
}
.sec-bg-map-2 .map-marker a {
  background-color: #E6711B;
  border-radius: 50%;
  height: 1em;
  display: block;
  text-indent: -9999px;
  width: 1em;
}
.sec-bg-map-2 .map-marker.small a {
  width: 0.5em;
  height: 0.5em;
}
.sec-bg-map-2 .map-marker.small:after {
  width: 1em;
  height: 1em;
  margin: -0.19em 0 0 -0.25em;
}
.sec-bg-map-2 .map-marker-chicago {
  left: 65%;
  top: 35%;
}
.sec-bg-map-2 .map-marker-florida {
  left: 84%;
  top: 87%;
}
.sec-bg-map-2 .map-marker-florida:after {
  animation-delay: 2s;
}
.sec-bg-map-2 .map-marker-los-angeles {
  left: 7%;
  top: 60%;
}
.sec-bg-map-2 .map-marker-los-angeles:after {
  animation-delay: 5s;
}
.sec-bg-map-2 .map-marker-new-york {
  left: 91%;
  top: 31%;
}
.sec-bg-map-2 .map-marker-san-francisco {
  left: 1%;
  top: 46%;
}
.sec-bg-map-2 .map-marker-san-francisco:after {
  animation-delay: 3.2s;
}
.sec-bg-map-2 .map-marker-seattle {
  left: 8%;
  top: 1%;
}
.sec-bg-map-2 .map-marker-seattle:after {
  animation-delay: 5s;
  animation-duration: 8s;
}
.sec-bg-map-2 .map-marker-portland {
  left: 6%;
  top: 8%;
}
.sec-bg-map-2 .map-marker-portland:after {
  animation-delay: 3s;
  animation-duration: 12s;
}
.sec-bg-map-2 .map-marker-houston {
  left: 48%;
  top: 80%;
}
.sec-bg-map-2 .map-marker-houston:after {
  animation-delay: 2s;
  animation-duration: 8s;
}
.sec-bg-map-2 .map-marker-info {
  display: none;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50%, -2em);
  width: 20em;
  z-index: 999;
}
.sec-bg-map-2 .map-marker-info header {
  background-color: #E6711B;
  border-radius: .5em .5em 0 0;
  color: #fff;
  padding: .5em 1em;
}
.sec-bg-map-2 .map-marker-info main {
  background-color: #fff;
  border-radius: 0 0 .5em .5em;
  color: #7e7e7e;
  padding: .5em 1em;
}
.sec-bg-map-2 .map-marker-info h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.sec-bg-map-2 .map-marker-info-inner {
  border-radius: .5em;
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  font-size: .875em;
}
.sec-bg-map-2 .map-marker-info-inner:after {
  border-left: .75em solid transparent;
  border-right: .75em solid transparent;
  border-top: 1em solid #fff;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}
.sec-bg-map-2 .animate {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes bounce-in {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.sec-bg-map-2 .animate-bounce-in {
  animation-duration: .75s;
  animation-name: bounce-in;
}
@keyframes pop {
  0% {
    transform: opacity(0);
  }
  8% {
    opacity: .4;
  }
  10% {
    opacity: 0;
    transform: opacity(1);
  }
}
.sec-bg-map-2 .animate-pop {
  animation-duration: 1s;
  animation-name: pop;
}
/*----------------------------------------
  FIRM LOGO SLIDER
----------------------------------------*/
.firm-logo-header {
  color: #8c989f;
  margin-bottom: 5px;
  margin-top: 0;
  font-weight: 600;
}
#firm-logo-slider {
  padding: 20px 0;
}
#firm-logo-slider .owl-item {
  height: 80px;
  position: relative;
}
#firm-logo-slider .item {
  margin: 0 auto;
}
#firm-logo-slider .item img {
  max-width: 100%;
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transform: translate3d(0, -50%, 0);
  margin: 0 auto;
}
/*----------------------------------------
  AWARDS LOGO SLIDER
----------------------------------------*/
.tei-awards-section {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 1em 0;
  text-align: center;
}
.tei-awards-section.tei-awards-section--no-shadow {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.tei-awards-section .awards-logo-header {
  font-weight: normal;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 5px 15px 0;
  display: inline-block;
  margin-bottom: 0.5em;
  display: block;
  color: #2A5781;
}
@media (min-width: 992px) {
  .tei-awards-section .awards-logo-header {
    font-size: 1.1em;
    font-size: 24px;
    padding: 5 15px;
  }
}
.tei-awards-section .item {
  margin: 0 auto;
}
.award-logo-title {
  text-align: center;
  font-size: 0.8em;
  color: #2A5781;
  display: inline-block;
  padding: 2px 15px;
}
#awards-logo-slider,
#awards-logo-slider-slim {
  padding: 15px 0;
}
#awards-logo-slider .owl-item,
#awards-logo-slider-slim .owl-item {
  position: relative;
}
#awards-logo-slider .item,
#awards-logo-slider-slim .item {
  margin: 0 auto;
  padding: 1em 0;
}
#awards-logo-slider .item img,
#awards-logo-slider-slim .item img {
  max-width: 100%;
  max-height: 120px;
  padding: 0 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/*
    Image Logo Slider
*/
.awards-imagesec {
  background-image: url('../images/awards-city-bg.jpg');
  background-image: url('../images/awards-city-bg-v2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 400px;
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .awards-imagesec {
    background-position: center bottom;
    padding: 2em 0 1em;
  }
}
@media (min-width: 1200px) {
  .awards-imagesec {
    background-position: center 60%;
    padding: 3em 0 1em;
  }
}
.awards-imagesec .awards-logo-header {
  color: #2A5781;
  background: rgba(255, 255, 255, 0.8);
  background: #fff;
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .awards-imagesec .awards-logo-header {
    padding: 1em 1.5em 0;
  }
}
@media (min-width: 768px) {
  .awards-imagesec .awards-logo-header {
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.075);
  }
}
.awards-imagesec .award-logo-title {
  color: #fff;
  border-radius: 4px;
}
.awards-imagesec.white {
  background-image: url('../images/awards-city-bg-white.jpg');
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.awards-imagesec.white .award-logo-title {
  color: #2A5781;
}
.awards-imagesec.white .awards-logo-header {
  color: #2A5781;
  display: inline-block;
  border-radius: 4px;
  padding: 0.5em 1em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .awards-imagesec.white .awards-logo-header {
    padding: 1em 1.5em 0;
    font-weight: 600;
  }
}
@media (min-width: 768px) {
  .awards-imagesec.white .awards-logo-header {
    box-shadow: none;
  }
}
/*
    AWARDS SLIM 
*/
.tei-awards-section-slim {
  background: #fbfbfc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 115px;
}
@media (max-width: 768px) {
  .tei-awards-section-slim {
    height: 124px;
    text-align: center;
    padding-top: 0.5em;
  }
  .tei-awards-section-slim .table {
    height: auto !important;
  }
}
.tei-awards-section-slim.sidebar {
  border: 1px solid #eee;
  margin-bottom: 1em;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tei-awards-section-slim.sidebar .awards-logo-header {
    font-size: 13px;
  }
}
.tei-awards-section-slim .awards-logo-header {
  font-size: 15px;
  color: #72808e;
  font-weight: 600;
  line-height: 1.6em !important;
}
@media (max-width: 768px) {
  .tei-awards-section-slim .awards-logo-header {
    display: inline-block;
    text-align: center;
    margin-bottom: -10px;
  }
}
/*----------------------------------------
 SIDE ELEMENT image (careers page cta)
----------------------------------------*/
#side-element .side-element-img {
  height: 450px;
}
#side-element .side-element-text {
  height: 450px;
  background-color: #ECEEF1;
  padding: 80px;
}
#side-element h4 {
  font-size: 25px;
}
#side-element .side-element-text p {
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 30px;
}
/*----------------------------------------
 contextly related posts plugin
----------------------------------------*/
.ctx-section.ctx-section-previous.ctx-wide {
  border-top-width: 0 !important;
  border-top: none !important;
}
#ctx_main_module_short_code {
  margin-bottom: 2em;
}
#ctx_main_module_short_code .ctx-sections-container {
  border-bottom: none !important;
  border: none !important;
}
.ctx-module-container .ctx-content-text .ctx-links-content a {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
  color: #2A5781 !important;
  font-size: 1em !important;
}
.ctx-links-header {
  background-color: transparent !important;
  padding: 0 0 0px 0 !important;
  margin-bottom: 1em !important;
}
#ctx_main_module_short_code .ctx-nodefs {
  margin-bottom: 0 !important;
  font-weight: 600 !important;
}
.ctx-links-header p {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
  text-transform: uppercase;
  display: inline-block;
  color: #2A5781 !important;
  padding-bottom: 14px !important;
  border-bottom: 2px solid #dadada;
}
.ctx-branding {
  display: none !important;
}
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.85);
  display: none;
  transition: visibility 0s linear 0.2s;
}
#loading .loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}
/*----------------------------------------
    Sticky Sub-nav
----------------------------------------*/
#sub-nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#sub-nav.affix .btn-subnav {
  border-color: #2A5781;
}
#sub-nav .navbar-default .navbar-nav > .active > a,
#sub-nav .navbar-default .navbar-nav > .active > a:focus,
#sub-nav .navbar-default .navbar-nav > .active > a:hover {
  color: #2A5781;
  background-color: #f2f2f2;
  font-weight: 600;
}
@media (max-width: 991px) and (min-width: 768px) {
  #sub-nav .nav,
  #sub-nav .navbar-header {
    width: auto;
    display: inline-block;
  }
  #sub-nav .navbar {
    padding: 0;
  }
  #sub-nav .nav {
    padding-left: 0;
  }
}
#sub-nav .navbar-toggle {
  margin-top: 14px;
  float: left;
}
#sub-nav .navbar {
  line-height: 60px;
  height: 60px;
  margin-bottom: 0;
  min-height: 60px;
  background-color: #fafafa;
  border: none;
  border-bottom: 1px solid #e0e0e0;
}
#sub-nav .nav.navbar-nav {
  margin: 0 -15px;
  z-index: 10;
}
@media (max-width: 768px) {
  #sub-nav .nav.navbar-nav {
    background-color: #fafafa;
  }
}
#sub-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  line-height: 58px;
  color: #5F6A7D;
  letter-spacing: 0.5px;
}
#sub-nav .call-container {
  line-height: 60px;
}
#sub-nav .btn-subnav {
  display: inline-block !important;
  background: transparent;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
}
#sub-nav .fa.fa-phone {
  vertical-align: middle;
}
/*----------------------------------------
    Partnership Program Benefits
----------------------------------------*/
.panel-subscription-benefit.panel {
  margin-bottom: 1em;
  background-color: transparent;
  box-shadow: none;
}
.panel-subscription-benefit .panel-icon {
  background: #2A5781;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
@media (min-width: 768px) {
  .panel-subscription-benefit .panel-icon {
    width: 100px;
    height: 100px;
  }
}
.panel-subscription-benefit .panel-icon img {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
}
.panel-subscription-benefit .panel-heading {
  position: relative;
  height: 100px;
  background-color: #fff;
  padding: 0 0 0 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .panel-subscription-benefit .panel-heading .collapsed .panel-icon {
    width: 100px;
    height: 100px;
    border-bottom-left-radius: 4px;
  }
}
.panel-subscription-benefit .panel-heading a {
  color: #444d56;
}
@media (min-width: 768px) {
  .panel-subscription-benefit .panel-heading a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #2a5781;
    position: absolute;
    top: 6px;
    font-weight: 400;
    right: 12px;
  }
  .panel-subscription-benefit .panel-heading a.collapsed:after {
    font-family: 'FontAwesome';
    content: "\f067";
    font-weight: 400;
  }
}
.panel-subscription-benefit .panel-heading-mobile .panel-title {
  font-size: 1em;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  padding: 5px;
}
.panel-subscription-benefit .panel-title {
  color: #2A5781;
  font-size: 1.2em;
  margin-bottom: .5em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #f8f9fa;
  padding: 5px 0 5px 20px;
}
.panel-subscription-benefit .panel-subtitle {
  font-size: 16px;
  padding-left: 20px;
}
.panel-subscription-benefit .panel-collapse {
  background-color: #fff;
  border-bottom-left-radius: 4px;
}
@media (min-width: 768px) {
  .panel-subscription-benefit .panel-collapse {
    margin-left: 100px;
  }
}
.panel-subscription-benefit .panel-body {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 30%;
}
@media (min-width: 768px) {
  .panel-subscription-benefit .panel-body {
    background-image: url('../images/inhouse-bg.png');
  }
}
.panel-subscription-benefit .case-example-benefits {
  padding: 0 15px 15px;
}
.panel-subscription-benefit .case-example-benefits h4 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 480px) {
  .panel-subscription-benefit .case-example-benefits h4 {
    text-align: center;
  }
}
.panel-subscription-benefit .case-example-benefits ul {
  list-style-type: none;
  margin-left: 1em;
  margin-bottom: 1em;
  list-style-position: outside !important;
}
.panel-subscription-benefit .case-example-benefits ul li {
  margin-bottom: 0.8em;
  font-weight: 600;
}
.panel-subscription-benefit .case-example-benefits ul li:before {
  font-weight: 300;
  font-family: 'tei-font';
  content: '\f105';
  margin: 0 0 0 -1em;
  color: #E6711B;
  padding-right: 12px;
}
.panel-subscription-benefit .case-example-benefits li {
  font-weight: 400 !important;
}
.panel-subscription-benefit .case-example-benefits li + li {
  margin-top: 6px;
}
/*----------------------------------------
    TEI Panels
----------------------------------------*/
.panel-tei {
  border: 1px solid #2A5781;
}
.panel-tei .panel-heading {
  background: #2A5781;
  color: #fff;
}
.panel-tei .panel-heading h4 {
  font-weight: 600;
}
.panel-accent {
  border: 1px solid #E6711B;
}
.panel-accent .panel-heading {
  background: #E6711B;
  color: #fff;
}
.panel-accent .panel-heading h4 {
  font-weight: 600;
}
/*----------------------------------------
    Expert Witness Fee Calculator
----------------------------------------*/
.fee-calculator-hero .section-subheader {
  margin-bottom: 1em !important;
}
.fee-calculator-container {
  background: #fff;
  color: #2A5781;
  text-shadow: none;
  border-radius: 4px;
  padding: 15px;
  margin: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
@media (min-width: 992px) {
  #btnSave {
    margin-top: 33px;
  }
}
.fee-calculator-expert-avatar {
  border-radius: 4px;
  max-width: 120px;
}
.fee-calculator-expert-title-container {
  display: table;
  height: 60px;
  width: 100%;
  text-overflow: ellipsis !important;
  margin: 1em auto 0;
}
.fee-calculator-expert-title {
  display: table-cell;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 4px;
  background: #fff;
  padding: 5px;
}
.fee-result-header {
  color: #2A5781;
}
.fee-result-header h2,
.fee-result-header p {
  font-weight: 600;
}
.fee-container p {
  font-size: 0.9em;
}
@media (min-width: 768px) {
}
.expert-fee-calculator-result {
  color: #2A5781;
  font-size: 60px;
  text-align: center;
  min-height: 50px;
}
.fee-more-info {
  color: #2A5781;
  font-size: 0.8em;
}
.fee-more-info:hover {
  cursor: pointer;
}
#fee-results .panel {
  max-width: 400px;
  margin: 0 auto 1em;
}
@media (max-width: 768px) {
  #fee-table-tabs {
    padding-top: 0;
  }
  #fee-table-tabs li {
    margin: 0;
  }
  #fee-table-tabs li + li {
    margin-bottom: 15px;
  }
  #fee-table-tabs li > a {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #fee-table-tabs {
    padding-left: 0;
  }
}
#fee-table-tabs.nav-pills > li.active > a {
  background-color: #E6711B !important;
  border: 2px solid #E6711B;
  color: #fff;
}
#fee-table-tabs.nav-pills > li > a {
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  border: 2px solid #c35f15;
  background-color: #c35f15;
}
#fee-table-tabs.nav-pills > li > a:hover {
  color: #fff;
}
.expert-witness-fee-table {
  background-color: #E6711B;
  margin-bottom: 2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #E6711B;
  padding: 15px 1px 1px;
}
.expert-witness-fee-table thead,
.expert-witness-fee-table tbody {
  background-color: #fff;
}
.expert-witness-fee-table caption {
  color: #fff;
  margin: -15px 0;
}
.expert-witness-fee-table .table {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #how-we-got-here-text-left,
  #how-we-got-here-text-right {
    padding: 15px 40px;
  }
}
#how-we-got-here-text-left {
  border-right: 2px solid #fff;
}
@media (max-width: 768px) {
  #how-we-got-here-text-left {
    border-right: none;
  }
}
.expert-witness-fee-faq .panel {
  border: 1px solid #2A5781 !important;
  margin-bottom: 0.5em;
}
.expert-witness-fee-faq .panel:hover {
  box-shadow: none;
}
.expert-witness-fee-faq .panel-heading {
  position: relative;
}
.expert-witness-fee-faq .panel-title {
  color: #2A5781 !important;
  line-height: 1.5 !important;
  margin-right: 15px;
}
.expert-witness-fee-faq .panel-title:before,
.expert-witness-fee-faq .panel-title:after {
  content: " ";
  display: table;
}
.expert-witness-fee-faq .panel-title:after {
  clear: both;
}
.expert-witness-fee-faq .panel-title:before,
.expert-witness-fee-faq .panel-title:after {
  content: " ";
  display: table;
}
.expert-witness-fee-faq .panel-title:after {
  clear: both;
}
.expert-witness-fee-faq .panel-title span {
  margin-left: 105px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.expert-witness-fee-faq .panel-body {
  color: #444d56;
}
.panel-table caption {
  background: #ECEEF1;
  border: 1px solid #ddd;
  border-bottom: none;
  color: #2A5781;
}
/*
    BROWSER BAR ELEMENT
    --- used on expert-witness-challenge-study
 */
.browser-bar {
  background: #fbfbfc;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: 2em;
  border-radius: .4em;
}
.browser-bar::before {
  font-size: 40px;
  padding: 6px 0 20px 10px;
  color: #e6eaee;
  content: "...";
  display: block;
  font-weight: 700;
  padding: 4px 0 20px 5px;
  position: absolute;
  top: 0;
  left: 15px;
  line-height: 0;
  letter-spacing: 4px;
  right: 0;
  text-align: left;
  text-shadow: -1px -1px 0 #d8dee0, 1px -1px 0 #d8dee0, -1px 1px 0 #d8dee0, 1px 1px 0 #d8dee0;
}
.browser-bar img {
  padding-top: 26px;
  width: 100%;
}
@media (min-width: 768px) {
  .browser-bar {
    margin-top: auto;
    position: absolute;
    width: 600px;
    border-radius: .4em;
  }
  .browser-bar:before {
    left: 0;
  }
  .browser-bar img {
    padding-top: 26px;
  }
}
.trustpilot-widget--sidebar {
  min-height: 220px;
}
.trustpilot-widget--below-form {
  padding: 1em 0 0px;
}
.trustpilot-widget--supporting-copy iframe {
  margin-left: -5px !important;
  padding-left: 0 !important;
}
.page-head-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2.2em;
}
/*----------------------------------
    Full Width Section Styles
----------------------------------*/
.sec {
  padding: 60px 0;
  color: #444d56;
}
@media (max-width: 767px) {
  .sec {
    padding: 60px 0 60px;
    color: #444d56;
  }
}
.sec .section-header {
  text-align: center;
  font-weight: 300;
}
.sec .section-header.blue {
  color: #2A5781;
}
.sec .section-subheader {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5em;
}
.sec-bg-white {
  background-color: #fff;
}
.sec-bg-tei {
  background-color: #2A5781;
  background: -webkit-gradient(radial, center bottom, 0, center bottom, 700, color-stop(0, #2A5781), color-stop(1, #1d3d5b));
  color: #fff;
}
.sec-bg-light {
  background-color: #ECEEF1;
}
.sec-bg-mid {
  background-color: #dadada;
}
.sec-bg-dark {
  background-color: #99A7BA;
  color: #fff;
}
.sec-bg-accent {
  background-color: #E6711B;
  color: #fff;
}
.sec-bg-img {
  color: #fff;
  background-position: center !important;
  background-size: cover;
  position: relative;
}
.sec-bg-img h1,
.sec-bg-img h2 {
  color: #fff;
}
.sec-bg-img.inverse {
  color: #444d56;
}
.sec-bg-img.inverse .page-head-title {
  color: #2A5781;
}
.sec-bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.no-cssgradients .sec-bg-img:before {
  background-color: #2A5781;
  opacity: 0.7;
}
.sec-bg-img:before {
  background-image: linear-gradient(to bottom, #1d3d5b, rgba(57, 87, 125, 0.7) 60%);
}
.sec-bg-img.landing.hero-w-form:before {
  background: #1d3d5b;
  opacity: .85;
}
.accent.sec-bg-img:before {
  background-image: linear-gradient(to bottom, #ECA440, rgba(236, 164, 64, 0.7) 100%);
  opacity: 1;
}
.black.sec-bg-img:before {
  background-color: #000;
  opacity: .47;
}
.dark.sec-bg-img:before {
  background-color: #ECEEF1;
  opacity: 0.3;
  color: #444d56;
}
html.touch .sec-bg-img.hero {
  background-attachment: scroll;
}
.sec-bg-img.hero {
  overflow: hidden;
  min-height: 360px;
  width: auto;
  background-attachment: fixed;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.sec-bg-img.hero.fullscreen {
  height: 100%;
}
.sec-bg-img.hero .btn {
  text-shadow: none;
}
@media (max-width: 767px) {
  .sec-bg-img.hero {
    background-attachment: scroll;
    background-size: fit;
  }
}
.sec-bg-img.hero h1 {
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sec-bg-img.hero {
    padding: 60px 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sec-bg-img.hero {
    padding: 20px 0 40px;
    font-size: 15px;
  }
}
.sec-bg-img.hero .hero-container {
  display: table;
  height: 360px;
}
.sec-bg-img.hero .hero-container.fullscreen {
  height: 100%;
}
.sec-bg-img.hero .hero-content {
  display: table-cell;
  vertical-align: middle;
}
.sec-bg-img.hero .hero-content .home {
  font-size: 2.7em;
}
@media (max-width: 767px) {
  .sec-bg-img.hero .btn:first-of-type {
    margin-bottom: 1.5em;
  }
}
.sec-bg-img.hero.slim {
  min-height: auto;
  background-attachment: scroll;
}
@media (max-width: 767px) {
  .sec-bg-img.hero.slim {
    padding: 0;
    font-size: 15px;
  }
}
.sec-bg-img.hero.slim .hero-container {
  height: auto;
}
.sec-bg-img-full {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background-color: #2A5781;
  background: -webkit-gradient(radial, center bottom, 0, center bottom, 700, color-stop(0, #2A5781), color-stop(1, #1d3d5b));
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: contain;
  color: #fff;
}
.sec-bg-img-full.light {
  background: #ECEEF1;
  color: #2A5781;
}
.sec-bg-img-full.light .watermark {
  position: absolute;
  background: url("../images/diamond-watermark-light-gray.png");
  height: 90%;
  width: 30%;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .sec-bg-img-full.light .watermark {
    width: 100%;
    opacity: 0.25;
  }
}
.sec-bg-img-full .section-header {
  font-weight: 300;
}
.sec-bg-img-full .btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.sec-bg-img-full .watermark {
  position: absolute;
  background: url("../images/diamond-watermark-light.png");
  height: 90%;
  width: 30%;
  opacity: 0.5;
  background-size: cover;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .sec-bg-img-full .watermark {
    width: 100%;
    opacity: 0.25;
  }
}
.sec-expert-full-cta {
  position: relative;
  padding: 80px 0;
}
.sec-expert-full-cta:before {
  background: #1d3d5b;
  opacity: 0.95;
}
.sec-expert-full-cta .watermark {
  position: absolute;
  background: url("../images/diamond-watermark-light.png");
  height: 90%;
  width: 30%;
  opacity: 0.5;
  background-size: cover;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .sec-expert-full-cta .watermark {
    width: 100%;
    opacity: 0.25;
  }
}
/*----------------------------------
   ANGLED SECTION STYLES
----------------------------------*/
/* Common style for pseudo-elements */
section.angle::before,
section.angle::after {
  position: absolute;
  content: '';
  pointer-events: none;
}
section.angle {
  margin-top: -109px;
}
/* Big Triangle */
svg.bottom-angle {
  pointer-events: none;
}
.bottom-angle path {
  fill: #ECEEF1;
  stroke: #ECEEF1;
  stroke-width: 2;
}
.top-angle path {
  fill: #ECEEF1;
  stroke: #ECEEF1;
  stroke-width: 2;
}
.top-angle {
  position: relative;
  top: -99px;
}
/*----------------------------------
   Fading header styles 
----------------------------------*/
#hero {
  min-height: 460px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}
#hero .btn {
  text-shadow: none;
}
#hero:before {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #hero {
    background-attachment: scroll;
    background-size: fit;
  }
}
#hero h1 {
  text-transform: uppercase;
  font-weight: 600;
}
.element-img {
  position: relative;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  z-index: 10;
}
#hero .hero-container {
  display: table;
  position: relative;
  z-index: 11;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  #hero .hero-container {
    padding: 60px 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #hero .hero-container {
    padding: 20px 0 40px;
    font-size: 15px;
  }
}
.hero-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 460px;
}
.herofade {
  width: 100%;
  background-color: #2A5781;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  left: 0;
}
/*----------------------------------------
    Home page
----------------------------------------*/
.home-hero {
  background-position: center 55% !important;
}
.home-hero:before {
  opacity: 0.7;
}
.home-hero .section-header {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home-hero .section-subheader {
  padding-bottom: 1em;
}
.home-feature-1 {
  padding-bottom: 96px;
  text-align: center;
}
.home-feature-1 .section-header {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 30px;
}
.home-feature-1 .section-subheader {
  margin-bottom: 3em;
  color: #8c989f;
}
.home-feature-1 .icons img {
  height: 75px;
}
.home-feature-1 .icons .section-header {
  font-size: 1em;
  font-weight: 600;
  color: #2A5781;
  text-transform: uppercase;
}
.home-feature-1 .icons p {
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-feature-1 .icons .home-icon-section {
    margin-bottom: 60px;
  }
}
.home-feature-1 .icons .home-icon-section.last {
  margin-bottom: 0;
}
#news {
  padding: 20px 0;
  text-align: center;
  background: #fbfbfc;
  border-bottom: 1px solid #eee;
}
#news .fa {
  font-size: 1.1em;
  vertical-align: bottom;
}
.news-headline {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.news-headline span {
  border: 1px solid #E6711B;
  padding: 2px 6px;
  border-radius: 4px;
  color: #E6711B;
  font-size: 18px;
  vertical-align: top;
}
.home-feature-2:before {
  opacity: 1;
}
.home-feature-2 .home-feature-2-content {
  color: #fff;
}
.home-feature-2 .home-feature-2-content ul {
  position: relative;
  list-style-position: outside;
  margin: 60px 0;
}
.home-feature-2 .home-feature-2-content ul span {
  position: absolute;
  left: 0;
  color: #E6711B;
  margin-left: -25px;
}
.home-feature-2 .home-feature-2-content ul li {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: 400;
}
.home-feature-2 .section-header {
  top: 50px;
  margin: 0;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
}
.home-feature-2 .section-header span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #E6711B;
}
@media (max-width: 991px) {
  .home-feature-2 .section-header {
    padding-top: 50px;
  }
}
.home-feature-2 .section-subheader {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 4em;
}
.home-feature-2 .btn {
  font-size: 15px;
  padding: 10px 15px;
  text-shadow: none;
}
.home-counter {
  background: #fbfbfc;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.home-counter .section-header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
}
.home-counter .number {
  border-right: 1px solid #eee;
}
@media (max-width: 768px) {
  .home-counter .number {
    border-right: none;
    margin-bottom: 1em;
  }
}
.home-counter .number.last {
  border-right: none;
}
.home-counter .number h4 {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  color: #2A5781;
}
.home-counter .number h4:after {
  content: " +";
}
@media (max-width: 768px) {
  .home-counter .number h4 {
    border-bottom: 1px solid #eee;
  }
}
.home-counter .number span {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8c989f;
  font-weight: 400;
  text-align: center;
}
.sec-home-testimonial {
  padding: 60px 0 0;
}
/*----------------------------------
    Home CTA 
----------------------------------*/
.sec-home-cta {
  padding: 60px 0;
}
.sec-home-cta:before {
  background: #1d3d5b;
  opacity: 0.95;
}
.sec-home-cta .btn-line.hero {
  text-transform: uppercase;
  font-weight: 600;
  max-width: 480px;
  margin: 5px auto 0;
}
@media (max-width: 768px) {
  .sec-home-cta .btn-line.hero {
    margin-top: 2em;
  }
}
.sec-home-cta .cta-text {
  text-align: left;
}
@media (max-width: 768px) {
  .sec-home-cta .cta-text {
    text-align: center;
  }
}
.sec-home-cta .cta-text p {
  font-size: 1.2em;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .sec-home-cta .cta-text p {
    font-size: 1em;
  }
}
/*----------------------------------------
    BG-Map Section
----------------------------------------*/
.sec-bg-map {
  padding: 60px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  background-image: url(../images/map-dark.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 360px;
}
@media (max-width: 768px) {
  .sec-bg-map {
    background-position: center left;
  }
}
.team-department-row {
  margin-bottom: 2em;
}
.team-profile-info {
  border: 2px solid #ECEEF1;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.team-profile-info h4 {
  color: #444d56;
  background: #ECEEF1;
  padding: 10px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}
.team-profile-info ul {
  list-style-type: disc;
}
.team-profile-info ul li {
  margin-left: 20px;
}
.team-profile-info p,
.team-profile-info ul {
  margin: 0;
  padding: 15px 15px 20px 15px;
}
.team-bio {
  border-bottom: none;
}
.module-small {
  position: relative;
  padding: 0;
  font-size: 15px;
}
@media (max-width: 1200px) {
}
.contact-block {
  text-align: center;
  font-weight: 400;
}
.contact-block a {
  color: #717f87;
}
.contact-block a:hover {
  color: #2A5781;
}
@media (max-width: 1200px) {
  .contact-block {
    margin-bottom: 1em;
    padding-bottom: 1em;
  }
}
.contact-block.last {
  margin-bottom: 0;
}
.contact-block span {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .contact-block span {
    display: block;
    text-align: center;
  }
}
i.fa.fa-university.fa-fw.text-muted {
  float: left;
  margin-bottom: 5px;
  margin-right: 5px;
}
.team-profile-wrapper {
  border-left: 2px solid #ECEEF1;
  border-right: 2px solid #ECEEF1;
  border-bottom: 2px solid #ECEEF1;
  padding: 15px;
}
@media (max-width: 768px) {
  .team-profile-image {
    margin: 0 auto;
    width: 100%;
  }
}
.team-pic-thumbnail {
  margin: 0 auto;
}
/*----------------------------------
    Google map
----------------------------------*/
.map address {
  text-align: center;
  background: #1d3d5b !important;
}
.map address a {
  color: #fff;
}
.google-map-container {
  position: relative;
  width: 100%;
  height: 420px;
  background-color: #2A5781;
}
.office-location-map {
  position: relative;
}
.office-location-map a {
  color: #fff;
}
.office-location-map address {
  margin-bottom: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background-color: rgba(42, 87, 129, 0.9);
  color: #ffffff !important;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px) {
  .office-location-map address {
    font-size: 15px;
    text-align: center;
  }
}
.map-control {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: rgba(42, 87, 129, 0.9);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg");
}
.map-control:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.no-touch .map-control:hover,
.no-touch .map-control:hover {
  background-color: #2A5781;
}
@media only screen and (min-width: 768px) {
  .map-control {
    margin-left: 50px;
  }
}
.map-control.zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 768px) {
  .map-control.zoom-in {
    margin-top: 50px;
  }
}
.map-control.zoom-out {
  background-position: 50% -32px;
}
/*----------------------------------
    Contact Section
----------------------------------*/
.contact-office-location {
  transition: background 0.25s ease;
}
.contact-office-location:hover {
  background: #dde1e6;
  cursor: pointer;
}
.contact-office-location + .contact-office-location {
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .contact-office-location + .contact-office-location {
    border-left: 1px solid #ddd;
    border-top: none;
  }
}
.contact-office-location-title {
  color: #2A5781;
  margin: 0 0 6px;
}
.contact-office-address {
  font-size: 1.2em;
  margin: 0 auto;
  padding: 2em 0;
  width: 280px;
}
/*----------------------------------------
    Resources
----------------------------------------*/
.sec.hero.resources-header {
  padding: 30px 0;
}
#resource-container {
  font-size: 0;
}
#resource-container .disabled > .resource-img {
  opacity: 0.3;
}
#resource-container .disabled:hover {
  cursor: not-allowed;
}
#resource-container > .mix {
  display: none;
  float: none;
  vertical-align: top;
  font-size: 18px;
  margin-bottom: 30px;
}
.resource-control-container {
  background: #ECEEF1;
  border-bottom: 1px solid #ddd;
}
.resource-controls {
  margin-top: 0.5em;
}
.resource-controls label {
  margin-right: 1em;
  color: #2A5781;
  width: 100%;
  border: 0;
  padding: 0 0 5px 0;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.resource-controls .btn {
  border-radius: 0;
}
.resource-controls .btn.active {
  background-color: #2A5781;
  color: #fff;
  outline: none;
}
.resource-controls > .filter {
  position: static;
  padding: 0.3em 1em;
  margin-bottom: 0;
}
.filter:before,
.format-filter:before {
  content: none;
  display: none;
}
#resource-search {
  padding: 10px;
  vertical-align: top;
  width: 100%;
  font-size: 1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #555555;
  background-image: none;
  margin-bottom: 15px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none !important;
}
#resource-search:focus {
  outline: -webkit-focus-ring-color none;
  border-color: #1d3d5b;
}
.resource-item {
  border: 1px solid #ddd;
  background: #fbfbfc;
  border-top: none;
  padding: 0 15px;
  border-radius: 0;
}
.resource-img {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.resource-item-picture {
  border: 1px solid #ddd;
  overflow: hidden;
}
.whitepaper a .resource-img {
  max-height: 150px;
  width: auto;
}
@media (max-width: 768px) {
  .whitepaper a .resource-img {
    max-height: 400px;
  }
}
@media (max-width: 480px) {
  .whitepaper a .resource-img {
    max-height: 200px;
  }
}
.whitepaper .resource-item-type {
  background-color: #d7dce2;
  color: #fff;
}
.resource-item-type {
  background-color: #ECEEF1;
  padding: 5px 0;
  font-size: 0.8em;
  margin-left: -15px;
  margin-right: -15px;
  color: #444d56;
  font-weight: 600;
  text-transform: uppercase;
}
.resource-item-title {
  margin-top: 10px;
  font-size: 0.9em;
  font-weight: 600;
  color: #2A5781;
}
.resource-item-description {
  font-size: 0.9em;
}
.resource-type-header {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 12px;
  letter-spacing: 2px;
  background: #ECEEF1;
  color: #2A5781;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.upcoming-webinar-date {
  margin: 0;
  font-weight: 600;
  font-size: 0.8em;
}
#footer.footer-light {
  padding-top: 0;
}
.footer-light {
  display: block;
}
/*----------------------------------------
WHITEPAPER SINGLE PAGE
----------------------------------------*/
.sec.resource-single-header {
  padding: 40px 0;
}
#whitepaper-single .entry-title {
  color: #2A5781;
}
#whitepaper-single .entry-subtitle {
  color: #99A7BA;
}
#whitepaper-single .entry-content,
#whitepaper-single .entry-content p {
  font-size: 18px;
  line-height: 1.5;
}
#whitepaper-single .entry-content ul {
  list-style-type: none;
  margin-bottom: 1em;
  list-style-position: outside !important;
}
#whitepaper-single .entry-content ul li {
  margin-bottom: 0.8em;
  font-weight: 600;
}
#whitepaper-single .entry-content ul li:before {
  font-weight: 300;
  font-family: 'tei-font';
  content: '\f105';
  margin: 0 0 0 -1em;
  color: #E6711B;
  padding-right: 12px;
}
#whitepaper-single textarea {
  max-height: 140px;
}
/*----------------------------------
    HIDDEN    FORM FIELDS
----------------------------------*/
.hidden-field {
  display: none;
}
/*----------------------------------
    NEW RESOURCE ITEM
----------------------------------*/
a.read-more span {
  border-left: 48px solid #ECEEF1;
  position: relative;
}
a.read-more i {
  font-size: 24px;
  position: absolute;
  bottom: -42px;
  right: 8px;
}
a.resource-entry-title,
a.resource-entry-title h2 {
  color: #2A5781;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
a.resource-entry-title h2 {
  margin-bottom: 5px;
  margin-top: 5px;
}
/*----------------------------------
    RESOURCE CARD
----------------------------------*/
.resource-card {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .resource-card {
    max-width: 450px;
    margin: 0 auto 2em;
  }
}
.resource-card:hover {
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.resource-img-container {
  width: 100%;
  padding: 0;
  border-radius: 5px 5px 0px 0;
  background-color: #F2F4F5;
  background: #fff;
  height: 230px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (min-width: 992px) {
  .resource-img-container {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .resource-img-container {
    height: 180px;
  }
}
@media (max-width: 450px) {
  .resource-img-container {
    height: 200px;
  }
}
@media (max-width: 320px) {
  .resource-img-container {
    height: 140px;
  }
}
.resource-info {
  width: 100%;
  background: #ECEEF1;
  padding: 15px;
  height: 100px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 25px;
  border: 1px solid #ddd;
}
.resource-name {
  vertical-align: middle;
  position: absolute;
  top: 15;
  left: 15px;
  right: 15px;
  font-size: 0.9em;
  font-weight: 600;
  white-space: normal;
  text-overflow: ellipsis;
  color: #2a5781;
  overflow: hidden;
  height: 50px;
}
.resource-type {
  position: absolute;
  bottom: 0;
  height: 25px;
  background: #dde1e6;
  padding: 0 15px;
  line-height: 25px;
  text-align: right;
  left: 0;
  right: 0;
  display: block;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #69788e;
  font-size: 0.75em;
}
/*----------------------------------------
    webinar watch page
----------------------------------------*/
.resource-page-title {
  color: #2A5781;
  font-size: 1.8em;
  font-weight: 600;
}
.fluid-width-video-wrapper iframe {
  background-color: #fff !important;
}
/******************************************************************
Site Name: TEI Styles


Stylesheet: staging stylesheet



******************************************************************/
/*----------------------------------------
FAQ
----------------------------------------*/
#left-nav .nav > li {
  background: #ECEEF1;
  transition: all ease .3s;
}
#left-nav .nav > li:hover {
  border-left: 3px solid #2A5781;
}
#left-nav .nav > li.active {
  background-color: #2A5781;
}
#left-nav .nav > li.active a {
  color: #fff;
}
#left-nav .nav > li > a {
  padding: 16px 20px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  #left-nav .nav > li:hover {
    background-color: #dde1e6;
    border-left: none;
  }
}
#left-nav .nav > li > .nav {
  padding-top: 10px;
}
#left-nav .nav > li > a:hover,
#left-nav .nav > li > a:focus {
  background-color: transparent;
}
/*--- FAQ's content ---*/
#faq h3 {
  color: #2A5781;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}
#faq .page-nav li a:focus,
#faq .panel-heading a:focus {
  outline: none;
}
#faq .panel-heading a,
#faq .panel-heading a:hover,
#faq .panel-heading a:focus {
  text-decoration: none;
  color: #777777;
}
#faq .panel-heading,
#faq .panel-body {
  padding: 15px 25px;
}
#faq h4.panel-title {
  font-size: 1em;
  line-height: 34px;
  color: #444d56;
  font-weight: 600;
}
#faq .panel-faq .panel-heading .panel-title span {
  font-size: 13px;
  font-weight: normal;
  color: #151515;
}
#faq .panel-heading {
  background-color: #fff;
  border: 1px solid #ECEEF1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#faq .panel-heading.active {
  background-color: #ECEEF1;
}
#faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ECEEF1;
  border-top: none;
}
#faq .panel-group {
  margin-bottom: 50px;
}
#faq .panel-group .panel {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
#faq .panel-group .panel:hover {
  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
#faq .anchorpoint {
  width: 1px;
  height: 1px;
  position: absolute;
  background-color: transparent;
  margin-top: -86px;
}
.panel-arrow {
  width: 12px;
  height: 12px;
  content: "";
  transition: background-image 0.13s ease-in-out;
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.panel-arrow.down {
  background-image: url("../images/panel-arrow-down.svg");
}
.panel-arrow.up {
  background-image: url("../images/panel-arrow-up.svg");
}
@media (max-width: 991px) and (min-width: 768px) {
  #faq-sidebar.nav {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #faq-sidebar.affix-top {
    position: static;
  }
  #faq-sidebar.affix {
    top: 2em;
    width: 212px;
  }
}
@media (min-width: 1200px) {
  #faq-sidebar.affix {
    width: 262.5px;
  }
}
@media (max-width: 768px) {
  #faq-sidebar {
    width: 100% !important;
    position: static !important;
  }
}
@media (min-width: 992px) {
  #faq-sidebar.affix {
    position: fixed !important;
  }
}
#faq-sidebar.affix-top {
  position: static;
  margin-top: 2em;
}
/*----------------------------------------
SIGN IN PAGE
----------------------------------------*/
.page-template-page-login .sec-bg-img.hero {
  text-shadow: none;
}
.login-logo {
  max-width: 200px;
  margin: 0 auto;
}
.login-form-header {
  background-color: #fff;
  padding: 20px 30px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.well-login {
  background: #fff;
  color: #444d56;
  border-color: transparent;
  padding-bottom: 20px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.login-error {
  background: #fae3d3;
  margin-bottom: 1em;
  padding: 15px;
}
.login-error li {
  font-size: 0.8em;
  text-shadow: none !important;
  color: #E6711B;
  font-weight: 600;
}
/*----------------------------------------
Recruiting Page
----------------------------------------*/
.recruiting-step-header {
  padding: 0 40px 2em;
}
/*----------------------------------------
LANDING PAGE
----------------------------------------*/
.get-started-news {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}
.get-started-news p {
  line-height: 1;
}
.get-started-content h3 {
  color: #2A5781;
  font-weight: 600;
}
.get-started-content span {
  font-weight: 600;
  color: #2A5781;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.get-started-content img.icon {
  max-width: 50px;
  margin-bottom: 1em;
}
.get-started-content .get-started-feature {
  margin-bottom: 1.5em;
}
span.accolade-text {
  font-weight: 600;
  color: #2A5781;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.get-started-form-header {
  color: #fff !important;
  padding: 0.7em 14px;
  background: #2A5781;
}
/*----------------------------------------
BLOG CONTEST STYLE
----------------------------------------*/
.btn-blog-contest {
  color: #fff;
  border: 2px solid #021B79;
  padding: 1em 20px;
  transition: none;
  background-color: #021B79;
}
.btn-blog-contest:hover {
  background-color: #011047;
  border-color: #021B79;
  color: #fff;
}
.btn-blog-contest:focus {
  background-color: #011047;
  border-color: #011047;
  color: #fff;
}
.btn-blog-contest.inverse {
  background-color: #fff;
  color: #021B79;
}
.btn-blog-contest.inverse:hover {
  background-color: #05E6E0;
  border-color: #05E6E0;
  color: #fff;
}
.blog-contest-over {
  font-size: 0.8em;
  background-color: #fff;
  border: 2px solid #021B79;
  box-shadow: 4px 4px 0 0 rgba(238, 238, 238, 0.15);
  max-width: 450px;
  margin: 1em auto;
  padding: 12px 12px;
  color: #021B79;
  font-weight: 600;
}
.blog-contest-over p {
  margin: 0;
}
.blog-header-sec {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 0;
}
.best-blogs-element-header {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4em;
  margin-bottom: 2em;
}
.blog-contest-prizes .prizes-section-header {
  color: #2A5781;
  font-weight: 600;
}
.blog-contest-prizes .prize-row {
  background: #fff;
  color: #2A5781;
}
@media (max-width: 768px) {
  .blog-contest-prizes {
    padding: 0;
  }
}
.blog-contest-prizes h4 {
  color: #2A5781;
  font-size: 3em;
  font-weight: 300;
  border: 2px solid #2A5781;
}
.blog-contest-prizes .col-sm-4.number {
  padding: 0 0 60px;
  transition: all 200ms ease-in-out;
}
.blog-contest-prizes .number .section-header,
.blog-contest-prizes .number p {
  color: #2A5781;
}
.blog-contest-prizes span {
  display: block;
  font-weight: 600;
  color: #2A5781;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2.heading-underline.big {
  font-size: 1.4em;
}
.blog-contest.prize-row {
  margin-bottom: 2em;
}
.prize-img-container {
  height: 260px;
}
.prize-medal-img {
  height: 160px;
  margin: 0 auto 2em;
}
@media (max-width: 992px) {
  .prize-medal-img {
    max-height: 100px;
  }
}
.prize-img {
  margin: 0 auto;
  max-height: 250px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .prize-img {
    max-height: 240px;
    max-width: 240px;
  }
}
.prize-img-description {
  color: #021B79;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  text-align: center;
  max-width: 600px;
  padding: 1em 0 2em;
  margin: 0 auto;
}
.additional-prizes {
  border: 2px solid #fff;
  box-shadow: inset 0 8px 8px rgba(0, 0, 0, 0.075);
  background: transparent;
}
.additional-prizes .prizes-header {
  font-size: 1.3em;
  font-weight: 600;
}
.additional-prizes li {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.additional-prizes li:before {
  color: #fff;
}
@media (max-width: 768px) {
  .legal-blog-category {
    margin-top: 0;
    font-size: 1em;
  }
}
.legal-blog-category .list-group-item {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  font-size: 1.1em;
  background: #fbfbfc;
  border: none;
  border: 2px solid #05E6E0;
  color: #2A5781;
  border-collapse: collapse;
  margin-bottom: 20px;
  padding: 12px 20px;
  border-radius: 4px;
  text-align: center;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
@media (max-width: 1200px) {
  .legal-blog-category .list-group-item {
    padding: 1em;
    font-size: 0.9em;
  }
}
.legal-blog-category .list-group-item:hover {
  background: #021B79;
  border-color: #021B79;
  color: #fff;
}
.legal-blog-category .list-group-item:before {
  content: '';
}
.blog-nomination-form input[type="submit"] {
  background-color: #05E6E0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #05E6E0;
}
.blog-nomination-form input[type="submit"]:hover {
  background-color: #04cdc8;
  border-color: #04cdc8;
}
.blog-nomination-form input[type="submit"]:focus {
  background-color: #04b4af;
  border-color: #04b4af;
}
.legal-blog-title {
  margin: 0;
}
.legal-blog-title a {
  color: #021B79;
}
.legal-blog-title a:hover {
  color: #05E6E0;
}
@media (max-width: 992px) {
  .legal-blog-title {
    font-size: 1.2em;
  }
}
img.legal-blog-screenshot {
  margin: 0 auto 1em;
  border: 2px solid #021B79;
  padding: 5px;
  margin-bottom: 30px;
  min-height: 225px;
  transition: 0.3s all ease;
  box-shadow: 4px 4px 0 0 #eee;
}
img.legal-blog-screenshot:hover {
  cursor: pointer;
  transform: translateY(-8px) translateX(-8px);
  box-shadow: 8px 8px 0 0 #eee;
}
@media (max-width: 768px) {
  img.legal-blog-screenshot {
    float: none;
    max-height: 240px;
    width: auto;
  }
}
.legal-blog a,
.legal-blog .entry-title a {
  color: #021B79;
}
.legal-blog a:hover,
.legal-blog .entry-title a:hover {
  color: #05E6E0;
}
ul.rss-links {
  list-style-position: inside;
}
ul.rss-links img {
  margin-right: 12px;
  max-width: 60px;
  float: left;
}
ul.rss-links li {
  margin-bottom: 0.85em;
  border-bottom: 2px dashed #eee;
}
ul.rss-links li:before {
  color: #021B79;
}
ul.rss-links li a {
  color: #021B79;
}
ul.rss-links li a:hover {
  color: #05E6E0;
}
ul.rss-links li:last-of-type {
  margin-bottom: 0;
}
/*----------------------------------------
BLOG CONTEST - LIKE BUTTON STYLE
----------------------------------------*/
.wpulike {
  position: relative !important;
  border: 2px solid #021B79;
  height: 74px;
  border-radius: 0;
  width: 303px;
  margin: 6px auto 12px;
  display: block;
  box-shadow: 4px 4px 0 0 #eee;
}
.wpulike:hover {
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
.wpulike .counter {
  display: inline-block;
  position: relative;
  left: 0;
  top: -12px !important;
}
.wpulike .counter a {
  margin: 0;
  border: none;
  margin-left: 17px !important;
  display: inline-block !important;
  position: relative !important;
  margin-top: 18px !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  cursor: pointer;
  max-height: 83px;
  background: transparent;
  text-decoration: none;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}
.wpulike .counter a.image,
.wpulike .counter a.image-unlike {
  background-size: contain;
  width: 88px !important;
  height: 32px;
  position: absolute !important;
  left: -152px;
}
.wpulike .counter a:hover {
  background-color: transparent;
}
.wpulike .count-box {
  display: inline-block;
  position: absolute;
  right: -134px;
  top: 14px;
  font-size: 28px;
  color: #021B79;
  padding: 5px 26px;
  line-height: 1;
  border: 2px solid #eee;
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.075);
}
.wpulike .count-box:before {
  content: '';
  border: none;
  height: 0;
}
#vote-msg {
  width: 300px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #021B79;
  text-align: center;
  display: block;
  margin: 1em auto;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.g-recaptcha {
  display: block;
  margin: 0 auto 1em;
  width: 304px !important;
  border: 1px solid transparent;
  border-radius: 4px;
}
.g-recaptcha.shake {
  -webkit-animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@-webkit-keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
.legal-blog-taxonomy-count-box {
  font-size: 28px;
  color: #021B79;
  padding: 6px 26px;
  line-height: 1;
  border: 2px solid #021B79;
  background: #fff;
  border-radius: 0;
  box-shadow: 4px 4px 0 0 #eee;
}
@media (max-width: 768px) {
  .legal-blog-taxonomy-count-box {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
  }
}
.bc-vote-total {
  font-size: 0.7em;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 600;
  color: #021B79;
  padding: 0 12px;
  display: block;
}
@media (max-width: 992px) {
  .bc-vote-total {
    display: block;
  }
}
.sec-bg-img.hero.blog-contest {
  padding: 40px 0 0;
  min-height: 0;
}
.legal-blog-hero-image {
  width: 660px;
}
.blog-contest-category-header {
  font-size: 1.4em;
  font-weight: 600;
  margin: 12px 0 0;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 768px) {
  .blog-contest-category-header {
    font-size: 1em;
  }
}
article.legal-blog:last-of-type {
  border-bottom: none;
}
@media (min-width: 992px) {
  .blog-vote-container {
    min-height: 900px;
  }
}
.badge-embed .well {
  padding: 0 15px;
  font-size: 0.8em;
}
@media (max-width: 992px) {
  .badge-embed .well {
    margin-top: 1em;
  }
}
.bc-logo {
  width: 340px;
  margin: 1em auto;
  z-index: 99;
  max-width: 100%;
}
@media (min-width: 991px) {
  .bc-logo {
    max-width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .bc-logo {
    max-width: 420px;
  }
}
.sec-bc-nominee .bc-logo {
  max-width: 280px;
}
@media (min-width: 991px) {
  .sec-bc-nominee .bc-logo {
    max-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .sec-bc-nominee .bc-logo {
    max-width: 360px;
  }
}
.blog-contest-header-sec {
  padding: 2em 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 990px) {
}
@media (min-width: 991px) {
  .blog-contest-header-sec {
    padding-top: 2em;
  }
}
.blog-contest-header-sec.sec-bc-nominee {
  padding-top: initial;
  padding: 1em 15px;
}
/* Gavel BG*/
.blog-contest-gavel-bg {
  margin: 2em auto 0;
  display: table;
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 500px;
}
.blog-contest-gavel-bg .blog-contest-hero-container {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 991px) {
  .blog-contest-gavel-bg {
    max-width: 1170px;
  }
}
@media (max-width: 991px) {
  .blog-contest-gavel-bg {
    max-width: 100%;
    background-size: 320px;
    background-size: 0;
    background-image: none;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blog-contest-gavel-bg {
    background-position: 130%;
  }
}
.gavel-bg-small {
  max-width: 200px;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .gavel-bg-small {
    max-width: 360px;
  }
}
/* Gradient Countdown */
.blog-countdown.blog-countdown-alt {
  background: #d2a2c4;
  background: -moz-radial-gradient(center top, ellipse cover, #d2a2c4 0%, rgba(210, 162, 196, 0.94) 12%, rgba(63, 117, 171, 0.78) 85%, rgba(63, 117, 171, 0.74) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #d2a2c4), color-stop(12%, rgba(210, 162, 196, 0.94)), color-stop(85%, rgba(63, 117, 171, 0.78)), color-stop(100%, rgba(63, 117, 171, 0.74)));
  background: -webkit-radial-gradient(center top, ellipse cover, #d2a2c4 0%, rgba(210, 162, 196, 0.94) 12%, rgba(63, 117, 171, 0.78) 85%, rgba(63, 117, 171, 0.74) 100%);
  background: -o-radial-gradient(center top, ellipse cover, #d2a2c4 0%, rgba(210, 162, 196, 0.94) 12%, rgba(63, 117, 171, 0.78) 85%, rgba(63, 117, 171, 0.74) 100%);
  background: -ms-radial-gradient(center top, ellipse cover, #d2a2c4 0%, rgba(210, 162, 196, 0.94) 12%, rgba(63, 117, 171, 0.78) 85%, rgba(63, 117, 171, 0.74) 100%);
  background: radial-gradient(ellipse at center top, #d2a2c4 0%, rgba(210, 162, 196, 0.94) 12%, rgba(63, 117, 171, 0.78) 85%, rgba(63, 117, 171, 0.74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2a2c4', endColorstr='#3f75ab', GradientType=1);
  margin: 1em auto;
}
.legal-blog-archive-img-container {
  display: inline-block;
  position: relative;
}
.legal-blog-archive-img {
  margin: 0 auto 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.legal-blog-name {
  color: #2A5781;
  font-weight: 600;
  font-size: 0.8em;
  display: block;
  text-transform: uppercase;
  width: 320px;
  max-width: 100%;
  margin: 0 auto 0.5em;
}
.legal-blog-name .blog-name {
  text-transform: none;
  display: block;
  font-weight: normal;
  font-size: 18px;
}
.legal-blog-name .vote-count {
  color: #E6711B;
  display: block;
  background: #ECEEF1;
  font-size: 0.8em;
  padding: 4px;
  text-transform: uppercase;
}
/*----------------------------------------
SPEARED HEADING
----------------------------------------*/
.speared-heading {
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #2A5781;
}
.speared-heading span {
  display: inline-block;
  position: relative;
}
.speared-heading span:before,
.speared-heading span:after {
  content: "";
  border-bottom: 2px solid #2A5781;
  width: 3em;
  margin: 0 1em;
  position: absolute;
  bottom: .5em;
}
.speared-heading span:before {
  right: 100%;
}
.speared-heading span:after {
  left: 100%;
}
.speared-heading.accent {
  color: #E6711B;
}
.speared-heading.accent span:before,
.speared-heading.accent span:after {
  border-bottom: 2px solid #E6711B;
}
/*----------------------------------------
FULL WIDTH CONTEST PAGE
----------------------------------------*/
.contest-container {
  padding: 0 15px;
}
.contest-container h1,
.contest-container h2,
.contest-container h3 {
  color: #2A5781;
}
.contest-container p {
  line-height: 30px;
}
.contest-container ul {
  list-style-type: disc;
  list-style-position: inside;
}
.contest-container .gform_body,
.contest-container .gform_footer.top_label {
  max-width: 400px;
  margin: 0 auto;
}
.contest-container .gform_body ul {
  list-style-type: none !important;
}
/*----------------------------------
    BLOG SINGLE PAGE
----------------------------------*/
.blog-expert-response {
  padding: 40px 15px;
  background: rgba(238, 238, 238, 0.7);
  border: 1px solid #eee;
}
/*----------------------------------
    CASE STUDIES SINGLE PAGE
----------------------------------*/
.expert-questions {
  border: 2px solid #ECEEF1;
  background-color: #ECEEF1;
  padding: 25px 15px;
  margin: 2em -15px;
  font-weight: 600;
}
.expert-questions ul {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.expert-questions li {
  margin-bottom: 1.5em;
}
.expert-questions li:last-of-type {
  margin-bottom: 0;
}
.expert-response {
  margin-top: 2em;
}
.expert-response .expert-response-title {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.expert-response .expert-pic-container {
  position: relative;
  display: inline;
  float: left;
  height: 180px;
}
.expert-response .expert-response-img {
  float: left;
  margin: 0 1.5em 1.5em 0;
  width: 150px;
}
.expert-response .expert-response-img-link {
  position: absolute;
  display: block;
  text-align: center;
  top: 155px;
  width: 150px;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  font-size: 12px;
}
.expert-response .expert-response-text {
  font-style: italic;
}
.expert-response .expert-response-text:before,
.expert-response .expert-response-text:after {
  content: '"';
}
.expert-response p:first-of-type:before {
  width: 18px;
  height: 16px;
  content: "  ";
  background-image: url("../images/quote-marks.svg");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  margin-right: .8em;
  position: relative;
  top: -0.2em;
}
.expert-response p:last-of-type:after {
  width: 18px;
  height: 16px;
  content: "  ";
  background-image: url("../images/quote-marks.svg");
  background-repeat: no-repeat;
  background-position: top left;
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
  position: relative;
  top: -0.2em;
  transform: scale(-1, -1);
}
.expert-profile-bottom-cta .btn {
  margin: 1.5em 0;
}
/*----------------------------------
    CASE STUDIES ARCHIVE
----------------------------------*/
#no-results-found {
  display: none;
}
/*----------------------------------
    ABOUT US PAGE
----------------------------------*/
.our-mission-container .section-header {
  color: #2A5781;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .our-mission-container {
    margin-bottom: 1em;
  }
}
.our-mission {
  text-align: left;
  line-height: 1.5;
  color: #2A5781;
}
.our-mission.white {
  color: #fff;
}
/*
Team profile section
*/
.team-profiles .section-header {
  text-transform: uppercase;
  font-weight: 300;
}
.team-pic-container {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.team-pic-info {
  min-height: 87px;
  padding-bottom: 5px;
}
.team-pic-info p {
  margin: 0 0 0px;
}
.team-pic-info .team-pic-name {
  font-weight: 600;
  color: #2A5781;
  font-size: 1em;
  margin: 0 0 5px;
}
.team-pic-info .team-pic-title {
  color: #8a9ab0;
  margin-top: 0;
  font-size: 0.8em;
}
.team-pic-info .team-pic-dept {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 0.6em;
  font-weight: 600;
}
.team-profiles .text-overlay .info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  margin: 0;
}
.sec-bg-img.team-single-hero {
  min-height: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.your-team-pic-container {
  margin-bottom: 0.5em;
}
.your-team-pic-info {
  text-align: center;
}
.your-team-pic-thumbnail {
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
}
.team-bio-container {
  width: 100%;
  display: table;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
}
.team-bio-container .team-bio-text-container {
  position: absolute;
  top: 0;
  bottom: 0;
}
.team-bio-container .team-bio-text {
  display: none;
  color: #444d56;
  top: 0;
  bottom: 0;
  padding: 0  15px;
  font-size: 0.8em;
  opacity: 0;
}
/*----------------------------------------
How It Works Page
----------------------------------------*/
.sec-hiw .section-sub-sub-header {
  font-weight: 100;
  margin-top: 0;
}
.sec-hiw .section-subheader {
  margin-top: 1em;
  margin-bottom: 10px;
}
.hiw-walkthrough {
  padding-top: 100px;
}
.hiw-step-text {
  list-style-position: outside;
  text-align: left;
}
.hiw-step-text i {
  margin-left: -15px;
  color: #E6711B;
}
.hiw-step-text li {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .hiw-step-text {
    padding: 0 40px;
  }
}
.hiw-steps {
  margin-bottom: 100px;
  padding-top: 2em;
}
.hiw-steps.last {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .hiw-steps img {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .hiw-steps {
    text-align: center;
    margin: 0 auto;
  }
}
.hiw-section {
  margin-top: 100px;
}
.hiw-pre-header {
  color: #8c989f;
  font-size: 0.578em;
  font-weight: 700;
  text-transform: uppercase;
}
.hiw-header {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}
.hiw-header span {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  display: block;
  color: #E6711B;
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media (max-width: 767px) {
  .hiw-header span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hiw-header {
    font-size: 24px;
    font-weight: 600;
  }
}
.hiw-subheader {
  color: #8c989f;
}
@media (max-width: 767px) {
  .hiw-subheader {
    font-size: 14px;
  }
}
.sec.hiw-feature {
  border-top: 1px solid #eee;
  padding-bottom: 60px;
}
.hiw-feature {
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  .hiw-feature {
    margin-bottom: 0em;
  }
}
@media (max-width: 767px) {
  .hiw-feature {
    text-align: center;
  }
}
.hiw-feature.last {
  margin-bottom: 0;
}
.hiw-feature.section-header {
  margin-bottom: 2em;
}
.hiw-feature-header {
  color: #2A5781;
  font-weight: 600;
  margin-top: 0;
}
.hiw-feature-img {
  display: inline-block;
}
@media (min-width: 768px) {
  .hiw-feature-img {
    width: 100%;
    max-height: 60px;
  }
}
@media (max-width: 991px) {
  .hiw-feature-img {
    margin-bottom: 1em;
  }
}
@media (max-width: 991px) {
  .hiw-feature-text {
    margin-bottom: 3em;
  }
}
/*----------------------------------------
TAGGED LANDING PAGE
----------------------------------------*/
h3.tagged-section-header {
  color: #444d56;
}
.sec-bg-img.hero .hero-container.tagged {
  min-height: 260px;
}
.view-all-experts {
  font-weight: regular;
  font-size: 14px;
}
.view-all-experts p {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #2A5781;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.view-all-experts p:hover {
  background: #2A5781;
}
.view-all-experts p:hover a {
  color: #fff;
}
/*----------------------------------------
    EXPERT LANDING PAGE
----------------------------------------*/
.expert-landing-header {
  padding: 50px 0;
}
.expert-landing-categories {
  padding: 2em 0;
}
.expert-landing-categories .section-header {
  font-weight: 600;
  text-transform: uppercase;
}
.expert-landing-tags {
  font-weight: 600;
}
.expert-landing-tags li {
  padding: 16px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.expert-landing-tags li:hover {
  background-color: #fbfbfc;
}
.expert-landing-info {
  text-align: center;
}
.expert-landing-info .container {
  padding: 0 15px 2em;
}
.expert-landing-info img {
  max-width: 75px;
  max-height: 75px;
}
.expert-landing-info .section-header {
  border-bottom: 2px solid #2A5781;
  border-bottom: 2px solid #fff;
  font-weight: 300;
}
.expert-landing-info ul {
  text-align: left;
  border-bottom: 2px solid #2A5781;
  border-bottom: 2px solid #fff;
  padding-bottom: 0;
  list-style-type: disc;
  list-style-position: inside;
}
.expert-landing-info li {
  margin-bottom: 1.2em;
}
/*----------------------------------------
    EXPERT SEARCH PAGE
----------------------------------------*/
.expert-post-title {
  font-size: 28px;
}
@media (max-width: 480px) {
  .expert-post-title {
    font-size: 22px;
  }
}
#sidebar li.sf-field-search {
  display: none !important;
}
.expert-post-img img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .expert-post-img img {
    margin-bottom: 1em;
  }
}
/*----------------------------------------
    Expert profile page
----------------------------------------*/
.single-expert-post-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #2A5781;
}
.expert-post-message {
  text-align: center;
  color: #2A5781;
  padding: 2px 5px;
  background: #ECEEF1;
  margin-bottom: 5px;
}
.single-expert-post-meta {
  margin-bottom: 0.5em;
  font-weight: 400;
}
.single-expert-post-meta a {
  color: #306494;
  font-weight: 600;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-expert-post-meta a:hover {
  background-color: #ECEEF1;
  padding: 2px 0;
}
.expert-profile-fee {
  padding-bottom: 2em;
}
.expert-profile-fee .price {
  float: right;
  font-weight: 600;
}
.expert-post-cta.bottom {
  margin: 0.5em 0;
}
.expert-profile-form-text {
  margin-top: 0;
}
.related-expert-container {
  padding-top: 1em;
  border-radius: 6px;
}
.related-expert-container .module-title {
  margin-top: 0;
  margin-bottom: 1em;
  color: #99A7BA;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .expert-post-cta {
    margin-bottom: 1em;
  }
}
/*----------------------------------------
    Careers page
----------------------------------------*/
.boxed-content {
  background: #fff;
  border: 2px solid #2A5781;
  padding: 60px 40px;
  color: #2A5781;
  margin-top: 60px;
  margin-bottom: 60px;
}
.job-listing {
  color: #2A5781;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
}
.job-listing:hover {
  cursor: pointer;
}
.job-listing .panel-body {
  padding: 0px;
}
.job-position-title {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.job-position-location {
  font-size: 0.8em;
}
.job-post-container .section-header {
  margin-bottom: 1em;
}
.job-post-container .panel {
  box-shadow: none;
  margin: 0 -15px;
  border-radius: 0;
}
.job-post-container .panel-heading {
  border: none;
}
.job-post-container .panel-body {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
}
.job-post-container hr:last-of-type {
  display: none;
}
.job-post-container .job-position-card {
  background: #ECEEF1;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1em;
}
.perks-section .section-header {
  color: #2A5781;
  margin-bottom: 1em;
}
.perks-section .perks-list {
  margin-bottom: 2em;
}
.perks-section .perks-list--perk {
  margin-bottom: 1em;
}
.career-perk {
  height: 200px;
  overflow: auto;
  margin-bottom: 15px;
  padding: 0 15px;
}
.career-perk h4 {
  font-weight: 600;
  text-align: center;
  padding-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .career-perk {
    height: auto;
  }
}
/*----------------------------------
   CAREERS PAGE APPLY ELEMENT
----------------------------------*/
#careers .apply {
  padding: 30px;
  background-color: #2A5781;
  height: 360px;
}
#careers .img-container {
  height: 360px;
  overflow: hidden;
  background: url(../images/team-dinner.jpg);
  background-size: cover;
}
#careers .apply h4 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}
#careers .apply h5 a {
  color: #fff;
  position: absolute;
  bottom: 50px;
  font-size: 20px;
  margin-top: 20px;
  font-style: italic;
}
@media (max-width: 767px) {
  #careers .apply h5 a {
    position: relative;
    bottom: 100%;
  }
}
#careers .apply-meta {
  background-color: #2A5781;
  padding: 40px;
  margin-top: 30px;
}
#careers .apply-meta p {
  color: #aaa;
  text-transform: none;
}
@media (max-width: 991px) {
  #careers .apply {
    padding: 30px;
    height: 345px;
  }
}
@media (min-width: 992px) {
  #careers .apply {
    height: 374px;
  }
}
@media (min-width: 1200px) {
  #careers .apply {
    height: 360px;
  }
}
@media (max-width: 767px) {
  #careers .apply {
    padding: 30px;
    height: 100%;
  }
}
/*----------------------------------------
    Compliance , terms and conditions, privacy page
----------------------------------------*/
.compliance-tabs h6 {
  font-weight: 600;
  text-transform: uppercase;
}
.compliance-tabs .tab-link {
  display: inline-block;
}
.compliance-tabs .tab-link:focus {
  color: #2A5781;
}
.compliance-tabs .comp-tab {
  border: 1px solid transparent;
  border: 1px solid #ddd;
}
.compliance-tabs .comp-tab:hover {
  background: #e9ebef;
}
.compliance-tabs .comp-tab.active {
  border: 1px solid #ddd;
  background: #e0e3e8;
}
@media (min-width: 768px) {
  .compliance-tabs .comp-tab + .comp-tab {
    border-left: none;
  }
}
.compliance-panel-heading {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1em;
}
.comp-body {
  margin: 0 auto 3em;
}
.comp-body .post-content {
  border: 1px solid #ddd;
  background-color: #ECEEF1;
}
.comp-body .post-content h3 {
  background-color: #8c989f;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0.2em 15px;
  color: #fff;
}
.comp-body ul {
  list-style-type: disc;
  list-style-position: inside;
}
.comp-body ul li {
  margin-bottom: 1em;
}
/*----------------------------------
    BECOME AN EXPERT PAGE
----------------------------------*/
.become-feature {
  padding: 0 0 1em 15px;
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .become-feature {
    padding: inital;
  }
}
.hero-choice {
  margin-top: 5px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .hero-choice {
    margin: 10px;
  }
}
.become-sec {
  padding: 60px 0;
}
.become-sec-header {
  font-weight: 600;
  margin-top: 0;
  font-size: 1.2em;
  padding-left: 6px;
  background: #ECEEF1;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .become-sec-header {
    text-align: center;
    margin-top: 0.5em;
  }
}
.become-sec-text {
  font-size: 1.2em;
}
@media (max-width: 480px) {
  .become-sec-text {
    font-size: 1em;
  }
}
.become-img {
  width: 60px;
  text-align: center;
}
.become-sec-icon-header {
  margin-top: 12px;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 3px;
  color: #2A5781;
  text-align: center;
}
.become-icon-list {
  margin-left: 15px;
  text-align: left;
  list-style-type: disc;
}
.become-icon-list li {
  margin-bottom: 1em;
}
.become-icon-entry {
  margin-bottom: 4em;
}
.become-sec .icon {
  float: left;
  margin: 5px 0 0 5px;
  text-align: center;
}
@media (max-width: 480px) {
  .become-sec .icon {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 5px;
    margin-top: 15px;
  }
}
.become-sec .icon-description {
  padding-left: 104px;
}
@media (max-width: 480px) {
  .become-sec .icon-description {
    padding-left: 0;
  }
}
.become-sec .point {
  margin-bottom: 2em;
}
.become-sec .point-img img {
  margin: 0 auto;
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  .become-sec .point-img img {
    margin-bottom: 2em;
  }
}
.become-cta .btn {
  padding: 15px;
}
/*----------------------------------------
    LANDING PAGE STYLES
----------------------------------------*/
.hero-w-form {
  position: relative;
  padding: 120px 0 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .hero-w-form {
    text-align: left;
    padding: 120px 0 20px;
  }
}
@media (min-width: 992px) {
  .hero-w-form h1 {
    padding-top: 140px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .hero-w-form {
    padding: 120px 0 20px !important;
  }
}
.hero-form-well {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  text-shadow: none !important;
}
@media (min-width: 768px) {
}
.hero-form-well--title {
  color: #E6711B;
  margin-top: 0;
  text-align: center;
}
.header.landing .pull-right {
  margin-top: 1.2em;
}
@media (max-width: 991px) and (min-width: 768px) {
  .header.landing .pull-right {
    margin-top: 2em;
    float: none!important;
    text-align: center;
  }
}
.hero-container.hero-container-landing {
  height: 100%;
}
@media (min-width: 768px) {
  .hero-container.hero-container-landing {
    height: 480px !important;
    height: 50vh;
  }
}
.landing-benefits-header .section-header {
  font-weight: 100;
}
.landing-benefits-header .section-subheader {
  color: #99A7BA;
}
.landing-benefits .row {
  margin-bottom: 3em;
}
.landing-benefit span {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #2A5781;
  margin-bottom: 6px;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-benefit span {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .landing-benefit-icon {
    margin-bottom: 12px;
  }
}
.landing-pricing-section {
  overflow: hidden;
  position: relative;
}
.landing-pricing-section .section-header {
  text-align: left;
}
.landing-pricing-chart {
  position: relative;
  bottom: -20px;
}
.landing-chart {
  max-width: 100%;
}
@media (min-width: 1200px) {
  max-width: 600px;
}
@media (max-width: 992px) {
  .landing-chart {
    display: block;
    width: 600px;
    max-width: 100%;
    height: auto;
    margin-top: 1em;
  }
}
.landing-tagged-section {
  background-repeat: no-repeat;
  background-size: cover;
}
.landing-tagged-section .section-header {
  color: #2A5781;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tagged-landing-expert-container {
    margin-top: 3em;
  }
}
.tagged-landing-expert {
  background: #fff;
  padding: 0;
  border-radius: 2px;
  margin-bottom: 30px;
  border: 1px solid #2A5781;
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  .tagged-landing-expert {
    overflow: hidden;
    height: 140px;
  }
}
.tagged-landing-expert img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .tagged-landing-expert img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100px;
    margin-top: -70px;
    border: 1px solid #2A5781;
  }
}
.tagged-landing-expert .expert-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
  line-height: 1.1;
  color: #2A5781;
}
.tagged-landing-expert .tagged-expert-right-side {
  position: absolute;
  top: -15px;
  right: -16px;
  bottom: 0;
  width: 30px;
  background-color: #f2f3f5;
  border-left: 1px solid #2A5781;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tagged-landing-expert .tagged-expert-right-side {
    overflow: hidden;
    height: 140px;
  }
}
.tagged-landing-expert .fa-angle-right {
  line-height: 1;
  height: 100%;
  right: 0;
  color: #2A5781;
  margin-left: 12px;
}
.tagged-landing-expert .summary,
.tagged-landing-expert .tagged-landing-expert-meta {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  max-height: 40px;
  color: #737373;
  text-overflow: ellipsis;
}
.tagged-landing-expert .tagged-landing-expert-meta {
  margin: 4px 0;
  color: #444d56;
  font-weight: 600;
}
.tagged-landing-cs .excerpt-read-more {
  display: none;
}
.tagged-landing-cs .tagged-cs {
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .tagged-landing-cs .tagged-cs {
    border-bottom: 1px solid #ddd;
  }
}
.tagged-landing-cs .cs-image {
  display: block;
  height: 200px;
  margin: 1em auto;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .tagged-landing-cs .cs-image {
    display: inline-block;
    height: 120px;
    width: 100%;
    max-width: 100%;
    margin: 0.5em auto;
    border-bottom: none;
  }
}
.tagged-landing-cs .title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  color: #2A5781;
}
.tagged-landing-cs .summary {
  margin-top: 0;
  font-size: 0.8em;
}
.landing-page-well-copy {
  font-size: 0.8em;
  margin-top: 0;
  margin-bottom: 12px;
}
.landing-page-well-copy span {
  font-size: 16px;
}
.landing-page-well {
  border: 1px solid #2A5781;
  background: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
}
@media (max-width: 992px) {
  .landing-page-well {
    margin-top: 2em;
  }
}
@media (min-width: 992px) {
  .landing-page-well {
    padding: 60px 30px;
  }
  .landing-page-well ul {
    font-size: 0.9em;
  }
}
#tagged-landing-expert-carousel .owl-controls {
  margin-top: -10px;
}
.landing-specialties-list {
  width: 100%;
  margin-bottom: 2em;
}
.landing-specialties-list li {
  margin-bottom: 0;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .landing-specialties-list li {
    float: left;
    display: inline-block;
    width: 50%;
    padding-right: 1%;
  }
}
/*----------------------------------------
    LANDING PAGE EXPERT MODAL IFRAME STYLES
----------------------------------------*/
.expert-modal-iframe {
  border: none;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .expert-modal-iframe {
    height: 450px !important;
  }
}
@media (max-width: 768px) {
  .expert-modal-iframe {
    height: 900px !important;
  }
}
.iframe-html {
  height: auto;
}
/*----------------------------------------
    Partnership Program
----------------------------------------*/
.partner-hiw-preheader {
  font-size: 14px;
  font-weight: 600;
  color: #8c989f;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .partner-hiw-preheader {
    font-size: 0.7em;
    text-align: center;
    display: none;
  }
}
.partner-hiw-header {
  font-weight: 300;
  margin: 0 0 0.5em;
  color: #2A5781;
  font-size: 1.7em;
}
@media (max-width: 768px) {
  .partner-hiw-header {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .partner-hiw-subheader {
    margin: 0 auto 4em;
  }
}
.partner-hiw-image {
  border: 2px solid #2A5781;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .partner-hiw-image {
    margin: 0 auto 1em;
    max-width: 150px;
  }
}
@media (min-width: 768px) {
  .partner-hiw-row {
    margin-bottom: 4em;
  }
}
.hero-partnership-header {
  margin-top: 0;
  font-weight: 100;
}
.hero-partnership-preheader {
  font-size: 26px;
  font-weight: 100;
  margin: 0;
}
.hero-partnership-preheader.partnership-offer-text {
  font-size: 19px;
  font-weight: 600;
  text-shadow: none !important;
  margin: 0;
  display: inline;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFD700;
}
/* AD BOX?*/
.adsbox {
  display: none;
}
/*----------------------------------------
TV Message
----------------------------------------*/
#tv-message-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tv-message-logo {
  max-width: 30vw;
  margin: 0 auto 2em;
  display: block;
}
.tv-message-box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 40px 2em 80px;
  width: 60%;
  text-align: center;
  background: #fff;
}
.tv-message {
  font-size: 2.6em;
  font-weight: 100;
  color: #2A5781;
}
/*----------------------------------------
Expert Witness Challenge
----------------------------------------*/
.challenge-study-benefit-icon {
  margin-bottom: 1em;
  max-width: 105px;
}
@media (max-width: 992px) {
  .challenege-study-benefit {
    margin-bottom: 4em;
  }
}
.challenege-study-benefit .benefit-header {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #2A5781;
  margin-bottom: 1em;
  text-align: center;
}
.challenege-study-benefit .benefit-list {
  text-align: center;
}
@media (min-width: 992px) {
  .challenege-study-benefit .benefit-list {
    list-style-type: disc;
    list-style-position: inside;
    text-align: left;
  }
}
.challenege-study-benefit .benefit-list li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 1em;
}
.challenege-study-feature .section-header {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0;
}
@media (max-width: 768px) {
  .challenege-study-feature .section-header {
    font-size: 24px;
    font-weight: 600;
  }
}
.challenege-study-feature .section-subheader {
  color: #8c989f;
}
@media (max-width: 768px) {
  .challenege-study-feature .section-subheader {
    font-size: 14px;
  }
}
.expert-witness-challenge-feature-list {
  list-style-type: disc;
  list-style-position: inside;
  text-align: left;
}
.expert-witness-challenge-feature-list li {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 0.5em;
}
.expert-witness-challenge-pricing-card {
  text-align: center;
  margin: 0 auto;
  background: #ba5a14 !important;
}
.expert-witness-challenge-pricing-card .plan-name {
  background: #E6711B !important;
}
@media (min-width: 768px) {
  .expert-witness-challenge-pricing-card section {
    padding: 0 40px;
  }
}
.expert-witness-challenge-pricing-card .pricing-card-bottom {
  color: #fff;
  background: #E6711B;
}
.expert-witness-challenge-pricing-card .popover {
  color: #444d56;
}
.expert-witness-challenge-feature-img {
  max-height: 400px;
  max-width: 100%;
}
.expert-witness-challenge-feature-heading {
  font-weight: bold;
  letter-spacing: 1.5px;
  color: #2A5781;
}
.expert-witness-challenge-feature-text {
  align-items: center;
}
@media (max-width: 768px) {
}
.sample-doc-section {
  position: relative;
  z-index: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-height: 450px;
  overflow: hidden;
}
.sample-doc-section .section-header {
  text-align: left;
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}
