article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 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) ")";
  }
  .ir a:after,
  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;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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;
  }
}
*,
*: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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-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-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  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],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.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;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  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: .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:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.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:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.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:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.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:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.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:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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 > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-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: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  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 .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[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.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  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: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  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: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.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: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.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;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.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 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.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: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.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:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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 screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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);
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0%),color-stop(rgba(0,0,0,0.0001) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0%),color-stop(rgba(0,0,0,0.5) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0%,rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#7f000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1400px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857143em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571428571em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571428571em;
  width: 2.1428571428571em;
  top: 0.14285714285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571429em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.dev-height {
  min-height: 300px;
}
.dev-box {
  border-bottom: 1px solid #5f6263;
  height: 100px;
  margin-top: 15px;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
}
button::-moz-focus-inner,
img {
  border: 0;
}
html {
  z-index: -1;
}
body {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #2f3336;
  color: #2f3336;
  font-size: 14px;
  left: 0;
  overflow-y: scroll;
  position: relative;
  -webkit-transition: left .4s;
  transition: left .4s;
  -webkit-print-color-adjust: exact;
}
html,
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #ed5a34;
}
a:hover,
a:focus,
a:active {
  color: #ab3f1f;
}
.HelveticaNeueLT-Bold {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.HelveticaNeueLT-Roman {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.HelveticaNeueLTStd-It {
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.HelveticaNeueLTStd-LtIt {
  font-family: 'HelveticaNeueLTStd-LtIt', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.HelveticaNeueLT-Light {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.txt-bold {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.txt-medium {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.txt-normal {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.txt-light {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.italic {
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.nav-text {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  display: block;
  line-height: 36px;
  text-transform: uppercase;
}
.no-display {
  display: none !important;
}
h1,
.h1 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  transition: font-size .5s;
}
h2,
.h2 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
}
h3,
.h3 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
}
h4,
.h4 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
h5,
.h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  font-size: 14px;
  color: #f48920;
}
h5 small,
.h5 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h6,
.h6 {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
p {
  margin-bottom: 20px;
}
.inlineblock {
  display: inline-block;
}
.sm-header {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
.aligncenter,
.aligncenterdl {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
img.alignleft,
iframe.alignleft {
  margin-right: 10px;
}
.alignright {
  float: right;
}
img.alignright,
iframe.alignright {
  margin-left: 10px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wp-caption-text {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.sr {
  display: none;
}
.novis {
  visibility: hidden;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.or {
  color: #f48920;
}
.or-bk,
.or-bk-hv:hover {
  background: #f48920;
}
.rd {
  color: #ed5a34;
}
.rd-bk,
.rd-bk-hv:hover {
  background: #ed5a34;
}
.bl {
  color: #125ca3;
}
.bl-bk,
.bl-bk-hv:hover {
  background: #125ca3;
}
.yl {
  color: #fbcf24;
}
.yl-bk,
.yl-bk-hv:hover {
  background: #fbcf24;
}
.hr {
  border-bottom: 1px solid #e7e7e7;
}
.mini {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
.table-display {
  display: table;
  width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}
#mediasite-graphic {
  background: url('/wp-content/themes/sonicfoundry/images/infographic.png');
  font-size: 14px;
  height: 520px;
  line-height: 24px;
  position: relative;
  margin: auto;
  width: 973px;
}
#mediasite-graphic .mediasite-tile.hover {
  z-index: 50 !important;
}
#mediasite-graphic .box {
  cursor: pointer;
}
#mediasite-graphic .modal-dialog {
  margin-left: -183px;
  max-width: 366px;
  padding: 0 !important;
}
#mediasite-graphic .modal {
  padding: 0 !important;
}
#mediasite-graphic .modal .close {
  background: none;
  border: none;
  right: 5px;
  top: 0;
}
#mediasite-graphic .modal .close:hover {
  color: #000000;
}
#mediasite-graphic .modal .modal-dialog {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}
#mediasite-graphic .modal.in .modal-dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#mediasite-graphic .modal-dialog {
  -webkit-box-shadow: 0 3px 2px -2px #e7e7e7;
  box-shadow: 0 3px 2px -2px #e7e7e7;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 20px 25px;
  width: 366px;
  z-index: 999;
}
#mediasite-graphic .modal-dialog .ptitle {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #085e9f;
  text-transform: uppercase;
}
#mediasite-graphic .modal-dialog .pcontent {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #373737;
  margin-bottom: 10px;
}
#mediasite-graphic .modal-dialog .pcontent p {
  margin-bottom: 0;
}
#mediasite-graphic .modal-dialog .plink {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-style: normal;
  background: #f48920;
  border-radius: 16px;
  color: #ffffff;
  font-size: 12px;
  padding: 7px 25px 5px;
  text-transform: uppercase;
}
#mediasite-graphic .modal-dialog .plink:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mediasite-graphic .modal-dialog .plink:hover,
#mediasite-graphic .modal-dialog .plink:focus {
  color: #333;
  text-decoration: none;
}
#mediasite-graphic .modal-dialog .plink:active,
#mediasite-graphic .modal-dialog .plink.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);
}
#mediasite-graphic .modal-dialog .plink.disabled,
#mediasite-graphic .modal-dialog .plink[disabled],
fieldset[disabled] #mediasite-graphic .modal-dialog .plink {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mediasite-graphic .modal-dialog .plink:hover,
#mediasite-graphic .modal-dialog .plink:active {
  background: #ff6c00;
  border-color: #ff6c00;
  color: #ffffff;
}
#mediasite-graphic .modal-dialog .plink.btn-lrg {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px 60px;
}
#mediasite-graphic .modal-dialog .arrow {
  width: 100%;
  height: 20px;
  background: url(/wp-content/themes/sonicfoundry/images/arrow.png);
  background-repeat: no-repeat;
  background-position: center top;
  bottom: -20px;
  left: 0;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  #mediasite-graphic {
    background: none;
    width: auto;
  }
  #mediasite-graphic .mediasite-info {
    background: none;
    display: none !important;
  }
  #mediasite-graphic .box {
    display: none;
  }
  #mediasite-graphic > img {
    display: block;
  }
}
.carousel-control {
  text-shadow: none;
}
.carousel-fade {
  opacity: 1;
}
.carousel-fade .item {
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel-fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel-fade .item.active {
  opacity: 1;
  transition: opacity ease-in-out .7s;
  z-index: 2;
}
.slider-container {
  background: #d8d5d5;
  max-height: 394px;
  padding: 50px 0 50px 0;
  width: 100%;
}
.slider-container .carousel.fade {
  opacity: 1;
}
.slider-container .carousel.fade .item {
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.slider-container .carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.slider-container .carousel.fade .item.active {
  opacity: 1;
  transition: opacity ease-in-out .7s;
  z-index: 2;
}
.slider-container .carousel .carousel-inner .item img {
  margin: auto;
}
.slider-container .peripherals {
  display: table;
  margin: 16px auto auto auto;
}
.slider-container .peripherals .carousel-indicators {
  display: inline;
  margin: 0 25px;
  position: static;
}
.slider-container .peripherals .carousel-indicators li {
  border-color: #125ca3;
  margin: 0 3px;
}
.slider-container .peripherals .carousel-indicators li.active {
  background: #125ca3;
}
.slider-container .peripherals .carousel-control {
  background-image: none;
  color: #125ca3;
  font-family: "FontAwesome";
  font-size: 14px;
  opacity: 1;
  position: static;
  width: auto;
}
.btn-primary {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #125ca3;
  border-color: #125ca3;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 28px;
}
.btn-primary:hover,
.btn-primary:active {
  background: #175dbe;
  border-color: #175dbe;
}
.btn-secondary {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #f48920;
  border-color: #f48920;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 28px;
}
.btn-secondary:hover,
.btn-secondary:active {
  background: #ff6c00;
  border-color: #ff6c00;
}
.btn-tertiary {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #f48920;
  border-radius: 16px;
  color: #ffffff;
  font-size: 12px;
  padding: 7px 25px 5px;
}
.btn-tertiary:hover,
.btn-tertiary:active {
  background: #ff6c00;
  border-color: #ff6c00;
  color: #ffffff;
}
.btn-tertiary.btn-lrg {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-radius: 30px;
  font-size: 16px;
  padding: 10px 60px;
}
.latest-wrap {
  background: #f6f6f6;
  padding: 50px 0;
  text-align: center;
}
.latest-wrap .title-wrap {
  position: relative;
}
.latest-wrap .title-wrap .title {
  border-bottom: 3px solid #d8d5d5;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 5px 0;
}
.latest-wrap .title-wrap .all-news {
  color: #ed5a34;
  float: right;
  font-weight: 300;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
}
.latest-wrap .latests {
  margin-top: 15px;
}
.latest-wrap .latests .centerer {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.latest-wrap .latests .lat-img {
  height: 160px;
}
#contact-float-wrap {
  width: 405px;
  height: auto;
  border-radius: 5px 0 0 5px;
  display: none;
  position: fixed;
  right: -365px;
  top: 25%;
  -webkit-transition: right .6s;
  transition: right .6s;
  z-index: 100;
}
#contact-float-wrap .tab {
  width: 40px;
  height: 170px;
  background: #f48920;
  background: -webkit-linear-gradient(#f68f26,#f17329);
  background: linear-gradient(#f68f26,#f17329);
  border-radius: 5px 0 0 5px;
  color: #ffffff;
  font-size: 18px;
  float: left;
  line-height: 30px;
}
#contact-float-wrap .tab:hover {
  cursor: pointer;
}
#contact-float-wrap .tab .tab-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  text-shadow: 2px 2px 0 rgba(192,58,32,0.75);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 40% 210% 0;
  transform-origin: 40% 210% 0;
  width: 170px;
}
#contact-float-wrap .tab-content-wrap {
  background: #ffffff;
  border: 1px solid #f48920;
  float: left;
  min-height: 170px;
  overflow-y: scroll;
  padding: 19px;
  -webkit-transition: height .3s;
  transition: height .3s;
  width: 365px;
}
#contact-float-wrap .tab-content-wrap .tab-content .tc-title {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#contact-float-wrap .tab-content-wrap .tab-content .tc-description {
  font-size: 14px;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm {
  width: 100% !important;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow:last-child {
  width: 100% !important;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow .mktoOffset,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow .mktoGutter {
  display: none;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow .mktoFieldDescriptor {
  width: 100%;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow label {
  float: left;
  width: auto !important;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  clear: both;
  width: 100% !important;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input:-moz-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select:-moz-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea:-moz-placeholder {
  color: #999999;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input::-moz-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select::-moz-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea::-moz-placeholder {
  color: #999999;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input:-ms-input-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select:-ms-input-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea:-ms-input-placeholder {
  color: #999999;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input::-webkit-input-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select::-webkit-input-placeholder,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea::-webkit-input-placeholder {
  color: #999999;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input:focus,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select:focus,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea: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);
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input[disabled],
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input[readonly],
fieldset[disabled] #contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select[disabled],
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select[readonly],
fieldset[disabled] #contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea[disabled],
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea[readonly],
fieldset[disabled] #contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow input,
textarea#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow select,
textarea#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea {
  height: auto;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow textarea {
  min-height: 150px;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow.last {
  width: 100% !important;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow.last .mktoFieldDescriptor {
  width: 100%;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow fieldset {
  padding-right: 0 !important;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormRow fieldset legend {
  display: none;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoButtonRow {
  clear: both;
  display: block;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFormCol,
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoFieldWrap {
  float: none;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoButton {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #125ca3;
  background-image: none;
  border-color: #e7e7e7;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.7em 1em;
  width: 100%;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm .mktoButton:hover {
  background: #175dbe;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm fieldset .mktoFormRow .mktoFieldDescriptor {
  clear: none;
  float: left;
  margin-left: 4%;
  width: 48%;
}
#contact-float-wrap .tab-content-wrap .tab-content .mktoForm fieldset .mktoFormRow .mktoFieldDescriptor:first-child {
  margin-left: 0;
}
.addthis_toolbox {
  position: absolute;
  right: 0;
  top: -65px;
  z-index: 8;
}
.social-icons a.social {
  width: 32px;
  height: 32px;
  background: #555555;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: center;
}
.social-icons a.social.fb {
  background: #3a5a98;
}
.social-icons a.social.tw {
  background: #2ca9e1;
}
.social-icons a.social.li {
  background: #0073b2;
}
.social-icons a.social.fl {
  background: #ff2d84;
}
.social-icons a.social.fl {
  background: #5f6263;
}
.social-icons a.social.rss {
  background: #f3861d;
}
.social-icons a.social.gp {
  background: #f63e28;
}
.social-icons a.social.big {
  width: 100px;
  height: 100px;
  font-size: 60px;
  line-height: 100px;
  margin: 0 0 15px 24px;
}
.social-icons a.social.big .fa {
  line-height: 100px;
  vertical-align: middle;
}
.social-icons a.social:first-child {
  margin-left: 0;
}
.social-icons a.social .fa {
  line-height: 32px;
  vertical-align: middle;
}
.social-icons .si {
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/sonicfoundry/images/social_icons.png) 0 0 no-repeat;
  border-radius: 50%;
  float: left;
  margin-left: 10px;
}
.social-icons .si:first-child {
  margin-left: 0;
}
.social-icons .si.fb {
  background-position: 0 0;
}
.social-icons .si.tw {
  background-position: -32px 0;
}
.social-icons .si.in {
  background-position: -64px 0;
}
.social-icons .si.fr {
  background-position: -96px 0;
}
.social-icons .si.gp {
  background-position: -128px 0;
}
.social-icons .si.blog {
  background-position: -160px 0;
}
.social-icons .si.ms {
  background-position: -193px 0;
}
.social-icons .si-big {
  width: 100px;
  height: 101px;
  background: url(/wp-content/themes/sonicfoundry/images/large-sm-icons.png) 0 0 no-repeat;
  border-radius: 50%;
  float: left;
  margin-bottom: 15px;
  margin-right: 24px;
}
.social-icons .si-big:last-child {
  margin-right: 0;
}
.social-icons .si-big.fb {
  width: 100px;
  height: 101px;
  background-position: 0 0;
}
.social-icons .si-big.tw {
  width: 100px;
  height: 101px;
  background-position: -101px 0;
}
.social-icons .si-big.in {
  background-position: -202px 0;
}
.social-icons .si-big.fr {
  background-position: -303px 0;
}
.social-icons .si-big.gp {
  width: 100px;
  height: 101px;
  background-position: -404px 0;
}
.print-only {
  display: none;
}
@media print {
  .no-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
}
.multi-bar {
  background: url(/wp-content/themes/sonicfoundry/images/multi_bar.png) center;
  height: 5px;
}
.pad-top {
  padding-top: 20px;
}
.wrapper {
  margin: auto;
  max-width: 970px;
}
.big-quote {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #f48920;
  font-size: 72px;
  vertical-align: middle;
}
.banner-overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: rgba(255,255,255,0.85);
  display: table;
  max-width: 420px;
  padding: 0 22px;
}
.banner-overlay .overlay-content {
  display: table-cell;
  font-size: 30px;
  vertical-align: middle;
}
.banner-overlay .overlay-content img {
  margin-bottom: 25px;
}
.banner-overlay .overlay-content .txt {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 36px;
  margin-bottom: 25px;
}
.loading-gif {
  width: 48px;
  height: 48px;
  background: url(/wp-content/themes/sonicfoundry/images/loading.gif) no-repeat;
  margin: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(244,137,32,0.8) !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(244,137,32,0.6) !important;
  outline: 0 none !important;
}
body > form.mktoHasWidth {
  width: 100% !important;
}
.searchform {
  position: relative;
}
.searchform .search-wrap {
  max-width: 250px;
  position: relative;
}
.searchform input[type="text"] {
  height: 24px;
  padding: 3px 25px 3px 12px;
}
.searchform .searchsubmit {
  position: absolute;
  right: 10px;
  top: 5px;
}
.searchform .searchsubmit:before {
  color: #939598;
}
.newsletterform {
  margin-top: 5px;
  max-width: 300px;
}
.newsletterform input {
  background: #2f3336;
  border-color: #64686a;
  border-radius: 5px 0 0 5px !important;
  color: #939598;
  height: 39px;
}
.newsletterform button {
  background: #2f3336;
  border-color: #64686a;
  border-left: none;
  border-radius: 0 5px 5px 0;
  color: #f48920;
  font-size: 18px;
  height: 39px;
}
.newsletterform button i {
  font-size: 18px;
}
.marketo-news-grey form.mktoForm {
  margin-top: 5px;
  width: auto !important;
}
.marketo-news-grey form.mktoForm:before,
.marketo-news-grey form.mktoForm:after {
  content: " ";
  display: table;
}
.marketo-news-grey form.mktoForm:after {
  clear: both;
}
.marketo-news-grey form.mktoForm:before,
.marketo-news-grey form.mktoForm:after {
  content: " ";
  display: table;
}
.marketo-news-grey form.mktoForm:after {
  clear: both;
}
.marketo-news-grey form.mktoForm label,
.marketo-news-grey form.mktoForm .mktoClear,
.marketo-news-grey form.mktoForm .mktoGutter {
  display: none;
}
.marketo-news-grey form.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.marketo-news-grey form.mktoForm .mktoOffset {
  width: 0 !important;
}
.marketo-news-grey form.mktoForm .mktoFormRow {
  float: left;
}
.marketo-news-grey form.mktoForm input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  background: #f6f6f6;
  border: 1px solid #d8d5d5;
  border-radius: 5px 0 0 5px !important;
  color: #2f3336;
  font-size: 12px;
  height: 39px;
  width: 189px !important;
}
.marketo-news-grey form.mktoForm input:-moz-placeholder {
  color: #999999;
}
.marketo-news-grey form.mktoForm input::-moz-placeholder {
  color: #999999;
}
.marketo-news-grey form.mktoForm input:-ms-input-placeholder {
  color: #999999;
}
.marketo-news-grey form.mktoForm input::-webkit-input-placeholder {
  color: #999999;
}
.marketo-news-grey form.mktoForm input: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);
}
.marketo-news-grey form.mktoForm input[disabled],
.marketo-news-grey form.mktoForm input[readonly],
fieldset[disabled] .marketo-news-grey form.mktoForm input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.marketo-news-grey form.mktoForm input {
  height: auto;
}
.marketo-news-grey form.mktoForm button {
  background-color: #f6f6f6 !important;
  background-image: none !important;
  border-color: #d8d5d5 !important;
  border-left: none !important;
  border-radius: 0 5px 5px 0;
  color: #f48920 !important;
  font-family: 'FontAwesome';
  font-size: 18px !important;
  height: 39px;
  padding: 6px 12px !important;
  width: 43px;
}
.marketo-news-grey form.mktoForm button i {
  font-size: 18px;
  padding: 0;
}
form:before,
form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form:before,
form:after {
  content: " ";
  display: table;
}
form:after {
  clear: both;
}
form .control {
  float: left;
  margin-left: 10px;
  min-width: 180px;
  width: auto;
}
form .control:first-child {
  margin-left: 0;
}
form .control input[type="text"],
form .control select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  padding: 6px 10px;
}
form .control input[type="text"]:-moz-placeholder,
form .control select:-moz-placeholder {
  color: #999999;
}
form .control input[type="text"]::-moz-placeholder,
form .control select::-moz-placeholder {
  color: #999999;
}
form .control input[type="text"]:-ms-input-placeholder,
form .control select:-ms-input-placeholder {
  color: #999999;
}
form .control input[type="text"]::-webkit-input-placeholder,
form .control select::-webkit-input-placeholder {
  color: #999999;
}
form .control input[type="text"]:focus,
form .control select: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 input[type="text"][disabled],
form .control input[type="text"][readonly],
fieldset[disabled] form .control input[type="text"],
form .control select[disabled],
form .control select[readonly],
fieldset[disabled] form .control select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textareaform .control input[type="text"],
textareaform .control select {
  height: auto;
}
form .control option {
  padding-left: 5px;
}
form .control label {
  font-size: 12px;
  margin-bottom: 1px;
}
form .control.application {
  width: auto !important;
}
.tile-default {
  display: block;
  float: left;
  margin: 0 10px 15px 0;
  position: relative;
  width: 232px;
}
.tile-default .info {
  font-size: 12px;
  padding-right: 5px;
}
.tile-default .info .org {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.breadcrumbs {
  line-height: 12px;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
}
.breadcrumbs .breadcrumb {
  background: none;
  font-size: 11px;
  margin-left: 0;
}
.breadcrumbs .breadcrumb > li + li:before {
  content: "\0203A";
  color: #333333;
}
.breadcrumbs .breadcrumb li,
.breadcrumbs .breadcrumb li a {
  color: #333333;
}
.paginate li a {
  color: #125ca3;
}
.paginate li a:hover {
  background: #125ca3;
  border-color: #125ca3;
  color: #ffffff;
}
.paginate .active span {
  background: #125ca3;
  border-color: #125ca3;
}
.paginate .active span:hover {
  background: #125ca3;
  border-color: #125ca3;
}
.paginate .active:hover {
  background: #ffffff;
  border-color: #ffffff;
}
.press-notice {
  font-size: 12px;
  padding-left: 20px;
}
.header {
  background: #ffffff;
}
.header .menu-top-wrapper .logo-wrap {
  position: relative !important;
}
.header .menu-top-wrapper .logo-wrap .logo {
  padding: 34px 0;
}
.header .menu-top-wrapper .logo-wrap #mobile-menu-btn {
  display: none;
}
.header .menu-top-wrapper .logo-wrap #mobile-menu-btn .fa {
  background: #f48920;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 36px;
  line-height: 36px;
  margin-top: -23px;
  padding: 5px 12px;
  position: absolute;
  left: 5px;
  top: 50%;
}
.header .menu-top-wrapper .logo-wrap #mobile-menu-btn .fa:hover {
  background: #ff6c00;
}
.header .menu-top-wrapper .logo-wrap #mobile-menu-btn:hover {
  cursor: pointer;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav {
  background: #2f3336;
  height: 100%;
  left: -256px;
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  -webkit-transition: left .4s;
  transition: left .4s;
  width: 256px;
  z-index: 100;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav::-webkit-scrollbar {
  width: 0 !important;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li {
  border-bottom: 1px solid #64686a;
  position: relative;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li a {
  color: #ffffff;
  background: #2f3336;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 18px 20px !important;
  text-align: left;
  text-transform: none;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li a:hover {
  background: #125ca3;
  text-decoration: none;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li a:focus,
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li a:link,
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li a:active {
  text-decoration: none;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li a .fa {
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  position: absolute;
  right: 14px;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li > .sub-menu {
  background: #125ca3;
  border-top: 1px solid #000000;
  display: none;
  list-style: none;
  padding-left: 0;
  text-align: left;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li > .sub-menu > li {
  border-bottom: 1px solid #3a7cbc;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li > .sub-menu > li a {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #125ca3;
  font-size: 16px;
  padding: 5px 40px !important;
  text-transform: none;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li > .sub-menu > li a:hover {
  background: #3a7cbc;
  text-decoration: none;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li > .sub-menu > li:last-child {
  border-bottom: 0;
}
.header .menu-top-wrapper .logo-wrap #mobile-nav .menu-main-menu-top-container .menu > li > .sub-menu > li > .sub-menu {
  display: none;
}
.header .menu-top-wrapper [class*='col-md-'] {
  padding-left: 0;
  position: static;
}
.header .menu-top-wrapper .right-top {
  float: right;
  padding-left: 0;
  padding-right: 0;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container {
  float: right;
  margin-top: 10px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul {
  list-style: none;
  margin: 0;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .current-menu-ancestor {
  background: #125ca3;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .current-menu-ancestor > a {
  color: #ffffff !important;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item {
  float: left;
  position: relative;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.current-menu-item {
  background: #125ca3;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.current-menu-item > a {
  color: #ffffff;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > a {
  color: #2f3336;
  display: block;
  padding: 17px 10px;
  position: relative;
  z-index: 10;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap {
  background: #f6f6f6;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  z-index: 100;
  display: none;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap.novis {
  display: block !important;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu {
  box-shadow: inset 0 15px 15px -15px #e7e7e7;
  list-style: none;
  padding: 20px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item {
  position: relative;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item[class*='col-md-'] {
  width: auto;
  float: none;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item a {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #125ca3;
  display: block;
  line-height: 16px;
  margin-bottom: 10px;
  position: relative;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item a:after {
  content: '\203A';
  margin-left: 3px;
  position: absolute;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.disabled:before {
  content: "";
  display: block;
  float: left;
  height: 30px;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu > .menu-item.disabled a:after {
  content: "" !important;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item > .sub-menu-wrap > .sub-menu:after {
  background: #125ca3;
  bottom: -5px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu {
  position: static;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu.three > .sub-menu-wrap > .sub-menu li[class*='col-md-'] {
  width: 33%;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap {
  left: 0;
  padding-bottom: 20px;
  display: none;
  width: 100%;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu {
  margin: auto;
  max-width: 970px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li {
  border-left: 1px solid #e7e7e7;
  float: left;
  padding: 0 25px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li[class*='col-md-'] {
  width: 25%;
  float: left;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li:first-child {
  border-left: none;
  padding-left: 0;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li.no-children a {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li.no-children:last-child a {
  border-bottom: none;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu {
  list-style: none;
  padding-left: 6px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a:after {
  content: '';
  margin-left: 0;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item:hover {
  background: #125ca3;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item:hover > a {
  color: #ffffff;
  text-decoration: none;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item:hover > .sub-menu-wrap {
  display: block;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item:hover.menu-item-has-children > a:before {
  border-top: 7px solid rgba(0,0,0,0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  bottom: -6px;
}
.header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item:hover.menu-item-has-children > a:after {
  border-top: 6px solid #125ca3;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  bottom: -5px;
}
.header .menu-top-wrapper .secondary-links {
  float: right;
}
.header .menu-top-wrapper .secondary-links .search {
  margin-top: 5px;
}
.header .menu-top-wrapper .secondary-links .links-secondary {
  margin-top: 5px;
}
.header .menu-top-wrapper .links-secondary {
  text-align: center;
}
.header .menu-top-wrapper .links-secondary a {
  color: #333333;
  font-size: 10px;
  line-height: 24px;
  text-transform: uppercase;
}
.header .menu-top-wrapper .links-secondary .com-sup-div {
  margin: 0 10px;
}
.footer .print-foot {
  background: #f6f6f6;
  display: none;
}
.footer .print-foot .foot-wrap {
  padding: 30px 0;
}
.footer .print-foot .foot-wrap:before,
.footer .print-foot .foot-wrap:after {
  content: " ";
  display: table;
}
.footer .print-foot .foot-wrap:after {
  clear: both;
}
.footer .print-foot .foot-wrap:before,
.footer .print-foot .foot-wrap:after {
  content: " ";
  display: table;
}
.footer .print-foot .foot-wrap:after {
  clear: both;
}
.footer .demo-wrap {
  background: #f48920;
  min-height: 107px;
  overflow: hidden;
  transition: height .5s;
}
.footer .demo-wrap .demo {
  background: url(/wp-content/themes/sonicfoundry/images/scrolling-bkgrd.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  width: 100%;
}
.footer .demo-wrap .demo > a {
  color: #ffffff;
  font-size: 24px;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-weight: 300;
  line-height: 107px;
  text-shadow: 2px 2px 0px rgba(192,58,32,0.75);
}
.footer .demo-wrap .demo > a i {
  margin-left: 8px;
}
.footer .demo-wrap .demo .request-form-wrap {
  background: #f6f6f6;
  border-radius: 10px;
  display: none;
  padding: 30px 15px;
}
.footer .demo-wrap .demo .request-form-wrap .request-form-descr {
  text-align: left;
}
.footer .demo-wrap .demo .request-form-wrap .request-form-descr h3 {
  margin-top: 0;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm {
  width: 100% !important;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow {
  clear: none;
  float: left;
  width: 50%;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow:last-child {
  width: 100% !important;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow .mktoOffset,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow .mktoGutter {
  display: none;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow .mktoFieldDescriptor {
  width: 90%;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow label {
  float: left;
  width: auto !important;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  clear: both;
  width: 100% !important;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input:-moz-placeholder,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select:-moz-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input::-moz-placeholder,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select::-moz-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input:-ms-input-placeholder,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select:-ms-input-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input::-webkit-input-placeholder,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select::-webkit-input-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input:focus,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select: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);
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input[disabled],
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input[readonly],
fieldset[disabled] .footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select[disabled],
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select[readonly],
fieldset[disabled] .footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow input,
textarea.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow select {
  height: auto;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow.last {
  width: 100% !important;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow.last .mktoFieldDescriptor {
  width: 95%;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  max-width: 100%;
  min-height: 100px;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea:-moz-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea::-moz-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea:-ms-input-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea::-webkit-input-placeholder {
  color: #999999;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea: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);
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea[disabled],
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea[readonly],
fieldset[disabled] .footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormRow textarea {
  height: auto;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoButtonRow {
  clear: both;
  display: block;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFormCol,
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoFieldWrap {
  float: none;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoButton {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #ab3f1f;
  background-image: none;
  border-color: #e7e7e7;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.7em 1em;
  width: 95%;
}
.footer .demo-wrap .demo .request-form-wrap .form-container .mktoForm .mktoButton:hover {
  background: #f48920;
}
.footer .footer-top {
  border-bottom: 1px solid #64686a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  padding: 52px 5px 22px 5px;
}
.footer .footer-top:before,
.footer .footer-top:after {
  content: " ";
  display: table;
}
.footer .footer-top:after {
  clear: both;
}
.footer .footer-top:before,
.footer .footer-top:after {
  content: " ";
  display: table;
}
.footer .footer-top:after {
  clear: both;
}
.footer .footer-top a {
  color: #ffffff;
}
.footer .footer-top .main {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 23px;
}
.footer .footer-top ul {
  list-style-type: none;
}
.footer .footer-top .informed {
  margin-right: 40px;
}
.footer .footer-top .informed .msg {
  line-height: 16px;
}
.footer .footer-top .informed form {
  margin-top: 5px;
  max-width: 300px;
  width: 300px !important;
}
.footer .footer-top .informed form:before,
.footer .footer-top .informed form:after {
  content: " ";
  display: table;
}
.footer .footer-top .informed form:after {
  clear: both;
}
.footer .footer-top .informed form:before,
.footer .footer-top .informed form:after {
  content: " ";
  display: table;
}
.footer .footer-top .informed form:after {
  clear: both;
}
.footer .footer-top .informed form label,
.footer .footer-top .informed form .mktoClear,
.footer .footer-top .informed form .mktoGutter {
  display: none;
}
.footer .footer-top .informed form .mktoFormRow {
  float: left;
}
.footer .footer-top .informed form .mktoFieldWrap .custom-btn {
  display: block;
  font-family: 'FontAwesome';
  background: #2f3336;
  border: 1px solid #64686a;
  border-left: 0;
  border-radius: 0 5px 5px 0 !important;
  color: #939598;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  width: 39px;
}
.footer .footer-top .informed form .mktoFieldWrap .custom-btn:hover {
  color: #f48920;
}
.footer .footer-top .informed form .mktoFieldWrap:hover:after {
  color: #f48920;
}
.footer .footer-top .informed form .mktoButtonRow {
  display: none;
}
.footer .footer-top .informed form .mktoButtonWrap {
  margin-left: 0 !important;
}
.footer .footer-top .informed form .mktoOffset {
  width: 0 !important;
}
.footer .footer-top .informed form input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  background: #2f3336;
  border: 1px solid #64686a;
  border-radius: 5px 0 0 5px !important;
  color: #939598;
  height: 39px;
  width: 220px !important;
}
.footer .footer-top .informed form input:-moz-placeholder {
  color: #999999;
}
.footer .footer-top .informed form input::-moz-placeholder {
  color: #999999;
}
.footer .footer-top .informed form input:-ms-input-placeholder {
  color: #999999;
}
.footer .footer-top .informed form input::-webkit-input-placeholder {
  color: #999999;
}
.footer .footer-top .informed form input: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);
}
.footer .footer-top .informed form input[disabled],
.footer .footer-top .informed form input[readonly],
fieldset[disabled] .footer .footer-top .informed form input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.footer .footer-top .informed form input {
  height: auto;
}
.footer .footer-top .informed form button {
  background-color: #2f3336 !important;
  background-image: none !important;
  border-color: #64686a !important;
  border-left: none !important;
  border-radius: 0 5px 5px 0;
  color: #f48920 !important;
  font-family: 'FontAwesome';
  font-size: 18px !important;
  height: 39px;
  padding: 6px 12px !important;
  width: 43px !important;
}
.footer .footer-top .informed form button i {
  font-size: 18px;
  padding: 0;
}
.footer .footer-bottom {
  clear: both;
  padding-bottom: 100px;
}
.footer .footer-bottom .menu-main-footer-menu-container {
  padding: 0 25px;
}
.footer .footer-bottom .menu-main-footer-menu-container #menu-main-footer-menu {
  font-size: 10px;
  line-height: 14px;
  list-style: none;
}
.footer .footer-bottom .menu-main-footer-menu-container #menu-main-footer-menu > li {
  float: left;
}
.footer .footer-bottom .menu-main-footer-menu-container #menu-main-footer-menu > li.no-children {
  clear: right;
  display: block;
  float: right;
  margin: 0 0 10px 0;
}
.footer .footer-bottom .menu-main-footer-menu-container #menu-main-footer-menu > li > a {
  color: #f48920;
  text-transform: uppercase;
}
.footer .footer-bottom .menu-main-footer-menu-container #menu-main-footer-menu > li .sub-menu-wrap .sub-menu {
  list-style-type: none;
}
.footer .footer-bottom .menu-main-footer-menu-container #menu-main-footer-menu > li .sub-menu-wrap .sub-menu li {
  margin-left: 1em;
  text-indent: -1em;
}
.footer .footer-bottom .menu-main-footer-menu-container #menu-main-footer-menu > li .sub-menu-wrap .sub-menu li a {
  color: #939598;
}
.footer .copyright {
  clear: both;
  color: #555555;
  font-size: 12px;
  padding-bottom: 50px;
}
.content-sidebar {
  background: #f6f6f6;
  height: 100%;
  padding: 25px 20px;
  width: 272px;
  vertical-align: top;
}
.content-sidebar:before,
.content-sidebar:after {
  content: " ";
  display: table;
}
.content-sidebar:after {
  clear: both;
}
.content-sidebar:before,
.content-sidebar:after {
  content: " ";
  display: table;
}
.content-sidebar:after {
  clear: both;
}
.content-sidebar ul,
.content-sidebar ol {
  margin-left: 0;
}
.content-sidebar .latests {
  margin: 25px 0;
}
.content-sidebar .latests .res-title {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 5px;
}
.content-sidebar .latests .latest {
  float: none;
  margin: 0 auto 20px auto;
}
.content-sidebar .sb-testimonial {
  padding-top: 10px;
}
.content-sidebar .sb-testimonial .quote {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.content-sidebar .sb-testimonial .name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-sidebar .sb-testimonial .org {
  margin-bottom: 10px;
}
.content-sidebar .sb-testimonial .view-test {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ed5a34;
  display: block;
}
.content-sidebar .sb-testimonial .view-test:hover {
  color: #f48920;
}
.content-sidebar .sb-testimonial .view-all {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ed5a34;
  display: block;
}
.content-sidebar .sb-testimonial .view-all:hover {
  color: #f48920;
}
.content-sidebar .sb-form {
  margin-top: 10px;
}
.content-sidebar .sb-form .custom-btn-side {
  display: block;
  font-family: 'FontAwesome';
  background: #f6f6f6;
  border: 1px solid #d8d5d5;
  border-left: 0;
  border-radius: 0 5px 5px 0 !important;
  color: #939598;
  cursor: pointer;
  float: right;
  font-size: 18px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  width: 39px;
}
.content-sidebar .sb-form .custom-btn-side:hover {
  color: #f48920;
}
.content-sidebar .sb-form .mktoFormRow {
  float: left;
  width: 232px;
}
.content-sidebar .sb-form .mktoFormRow .mktoFieldDescriptor {
  width: 232px;
}
.content-sidebar .sb-form .mktoButtonRow {
  display: none;
}
.content-sidebar .sb-form .form-title {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
}
.content-sidebar .sb-form .form-description {
  color: #2f3336;
  font-size: 12px;
  margin-bottom: 10px;
}
.content-sidebar .sb-form form.mktoForm {
  margin-top: 5px;
  padding-left: 0;
  width: auto !important;
}
.content-sidebar .sb-form form.mktoForm:before,
.content-sidebar .sb-form form.mktoForm:after {
  content: " ";
  display: table;
}
.content-sidebar .sb-form form.mktoForm:after {
  clear: both;
}
.content-sidebar .sb-form form.mktoForm:before,
.content-sidebar .sb-form form.mktoForm:after {
  content: " ";
  display: table;
}
.content-sidebar .sb-form form.mktoForm:after {
  clear: both;
}
.content-sidebar .sb-form form.mktoForm label,
.content-sidebar .sb-form form.mktoForm .mktoClear,
.content-sidebar .sb-form form.mktoForm .mktoGutter {
  display: none;
}
.content-sidebar .sb-form form.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
.content-sidebar .sb-form form.mktoForm .mktoOffset {
  width: 0 !important;
}
.content-sidebar .sb-form form.mktoForm input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  background: #f6f6f6;
  border: 1px solid #d8d5d5;
  border-radius: 5px 0 0 5px !important;
  color: #2f3336;
  font-size: 12px;
  height: 39px;
  width: 189px !important;
}
.content-sidebar .sb-form form.mktoForm input:-moz-placeholder {
  color: #999999;
}
.content-sidebar .sb-form form.mktoForm input::-moz-placeholder {
  color: #999999;
}
.content-sidebar .sb-form form.mktoForm input:-ms-input-placeholder {
  color: #999999;
}
.content-sidebar .sb-form form.mktoForm input::-webkit-input-placeholder {
  color: #999999;
}
.content-sidebar .sb-form form.mktoForm input: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);
}
.content-sidebar .sb-form form.mktoForm input[disabled],
.content-sidebar .sb-form form.mktoForm input[readonly],
fieldset[disabled] .content-sidebar .sb-form form.mktoForm input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.content-sidebar .sb-form form.mktoForm input {
  height: auto;
}
.content-sidebar .sb-form form.mktoForm button {
  background-color: #f6f6f6 !important;
  background-image: none !important;
  border-color: #d8d5d5 !important;
  border-left: none !important;
  border-radius: 0 5px 5px 0;
  color: #f48920 !important;
  font-family: 'FontAwesome';
  font-size: 18px !important;
  height: 39px;
  padding: 6px 12px !important;
  width: 43px;
}
.content-sidebar .sb-form form.mktoForm button i {
  font-size: 18px;
}
.content-sidebar .sb-form input {
  background: #f6f6f6;
  border-color: #d8d5d5;
  color: #2f3336;
  font-size: 12px;
}
.content-sidebar .sb-form input::-webkit-input-placeholder {
  color: #2f3336;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-sidebar .sb-form input:-moz-placeholder {
  color: #2f3336;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-sidebar .sb-form input::-moz-placeholder {
  color: #2f3336;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-sidebar .sb-form input:-ms-input-placeholder {
  color: #2f3336;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-sidebar .sb-form button {
  background: #f6f6f6;
  border-color: #d8d5d5;
}
.content-sidebar .investor-extras .earnings-call {
  margin: 30px auto;
}
.content-sidebar .investor-extras .earnings-call a {
  color: #ed5a34;
}
.content-sidebar .investor-extras .earnings-call a:hover {
  color: #ab3f1f;
}
.content-sidebar .investor-extras .stock-info {
  background: #d8d5d5;
  margin: 30px auto;
  padding: 20px;
}
.content-sidebar .investor-extras .stock-info .name {
  font-size: 18px;
}
.content-sidebar .investor-extras .stock-info .nasdaq {
  font-size: 12px;
}
.content-sidebar .investor-extras .stock-info .date-time {
  font-size: 12px;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-sidebar .investor-extras .stock-info .stock-list {
  list-style: none;
  margin-top: 10px;
  max-width: 180px;
}
.content-sidebar .investor-extras .stock-info .stock-list li {
  float: none;
  margin-bottom: 3px !important;
}
.content-sidebar .investor-extras .inquiries {
  background: #d8d5d5;
  margin: 30px auto;
  padding: 20px;
}
.lat-container .latest {
  float: none;
  margin: 0 auto 20px auto;
}
width:230px
		.lat-container .latest:first-child {
  margin-left: auto;
}
.latest {
  width: auto;
  height: auto;
  background: #ffffff;
  color: #2f3336;
  display: block;
  float: left;
  margin-bottom: 20px;
  margin-left: 16px;
  padding-bottom: 25px;
  position: relative;
  text-align: left;
  width: 230px;
}
.latest a {
  color: #2f3336;
  display: block;
}
.latest:first-child {
  margin-left: 0;
}
.latest .lat-img {
  margin-bottom: 10px;
  max-height: 160px;
  text-align: center;
}
.latest .lat-img img {
  max-width: 100%;
}
.latest .lat-info {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
  padding: 0 7px;
}
.latest .lat-title {
  padding: 0 7px;
}
.latest .lat-title .subhead {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.latest .lat-author {
  font-size: 12px;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 7px;
}
.latest .lat-author a {
  color: #ed5a34;
  display: inline !important;
}
.latest .lat-color {
  bottom: 0;
  height: 5px;
  position: absolute;
  width: 100%;
}
.content-container blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.content-container.blank .blank-content,
.content-container.blank-sidebar .blank-content {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.content-container.blank .blank-content ul,
.content-container.blank .blank-content ol,
.content-container.blank-sidebar .blank-content ul,
.content-container.blank-sidebar .blank-content ol {
  margin-left: 18px;
}
.content-container.blank.community .blank-content,
.content-container.blank-sidebar.community .blank-content {
  padding-left: 20px;
}
.content-container.blank .addthis_toolbox,
.content-container.blank-sidebar .addthis_toolbox {
  top: -113px !important;
}
.content-container.blank ul,
.content-container.blank ol {
  margin-left: 18px;
}
.content-container.blank table {
  width: 100%;
}
.content-container.blank table td {
  padding: 8px;
  width: auto;
}
.content-container.home .hero-container {
  background: url(/wp-content/themes/sonicfoundry/images/video_fallback.jpg) #000000 no-repeat;
  background-size: cover;
  background-position: 50% 0%;
  overflow: hidden;
  min-height: 400px;
  max-height: 650px;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}
.content-container.home .hero-container.mobile {
  background: url(/wp-content/themes/sonicfoundry/images/video_test_fallback.jpg) #000000 no-repeat;
  background-size: cover !important;
}
.content-container.home .hero-container video {
  width: 100%;
  vertical-align: bottom;
  z-index: 2;
}
.content-container.home .hero-container .wrapper {
  padding: 0;
  height: 100%;
  left: 50%;
  margin-left: -420px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.content-container.home .hero-container .wrapper .overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: rgba(255,255,255,0.85);
  display: table;
  max-width: 420px;
  padding: 0 22px;
}
.content-container.home .hero-container .wrapper .overlay .overlay-content {
  display: table-cell;
  font-size: 30px;
  vertical-align: middle;
}
.content-container.home .hero-container .wrapper .overlay .overlay-content img {
  margin-bottom: 25px;
}
.content-container.home .hero-container .wrapper .overlay .overlay-content .txt {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 36px;
  margin-bottom: 25px;
}
.content-container.home .hero-container .wrapper .overlay .txt {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 36px;
}
.content-container.home .hero-container .carousel-fade {
  height: 100%;
}
.content-container.home .hero-container .carousel-fade .carousel-indicators {
  bottom: 22px;
  left: 22px;
  margin-left: 0;
  width: auto;
}
.content-container.home .hero-container .carousel-fade .carousel-indicators > li {
  border-color: #125ca3;
}
.content-container.home .hero-container .carousel-fade .carousel-indicators > li.active {
  background-color: #125ca3;
}
.content-container.home .hero-container .carousel-fade .carousel-inner {
  height: 100%;
}
.content-container.home .hero-container .carousel-fade .carousel-inner .item {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.content-container.home .hero-container .carousel-fade .carousel-inner .item img {
  max-width: 100%;
}
.content-container.home .hero-container .carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.content-container.home .hero-container .carousel-fade .carousel-inner .active.left,
.content-container.home .hero-container .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.content-container.home .hero-container .carousel-fade .carousel-inner .next.left,
.content-container.home .hero-container .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.content-container.home .icon-nav {
  color: #ffffff;
  padding: 30px 0;
  text-align: center;
}
.content-container.home .icon-nav .img-center {
  margin-bottom: 20px;
}
.content-container.home .icon-nav .nav-wrap {
  margin-top: 50px;
}
.content-container.home .icon-nav .nav-wrap .nav {
  width: 33%;
  height: 214px;
  border-left: 1px solid #64686a;
  float: left;
  min-width: 214px;
}
.content-container.home .icon-nav .nav-wrap .nav:first-child {
  border-left: none;
}
.content-container.home .icon-nav .nav-wrap .nav a {
  width: 214px;
  height: 214px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin: auto;
  padding-top: 35px;
}
.content-container.home .icon-nav .nav-wrap .nav a .title {
  margin-top: 20px;
}
.content-container.home .icon-nav .nav-wrap .nav a:hover {
  text-decoration: none;
}
.content-container.home .mid-nav {
  background: #5f6263;
  position: relative;
}
.content-container.home .mid-nav .bk {
  background: rgba(239,239,239,0.8);
  padding: 40px 0 30px;
}
.content-container.home .mid-nav .mid-title-wrap {
  margin-bottom: 20px;
  text-align: center;
}
.content-container.home .mid-nav .mid-title-wrap:before,
.content-container.home .mid-nav .mid-title-wrap:after {
  content: " ";
  display: table;
}
.content-container.home .mid-nav .mid-title-wrap:after {
  clear: both;
}
.content-container.home .mid-nav .mid-title-wrap:before,
.content-container.home .mid-nav .mid-title-wrap:after {
  content: " ";
  display: table;
}
.content-container.home .mid-nav .mid-title-wrap:after {
  clear: both;
}
.content-container.home .mid-nav .mid-title-wrap .mid-title {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 3px solid #f48920;
  color: #000000;
  display: inline-block;
  line-height: 36px;
  padding-bottom: 5px;
}
.content-container.home .mid-nav .mid-title-wrap .mid-title:before,
.content-container.home .mid-nav .mid-title-wrap .mid-title:after {
  content: " ";
  display: table;
}
.content-container.home .mid-nav .mid-title-wrap .mid-title:after {
  clear: both;
}
.content-container.home .mid-nav .mid-title-wrap .mid-title:before,
.content-container.home .mid-nav .mid-title-wrap .mid-title:after {
  content: " ";
  display: table;
}
.content-container.home .mid-nav .mid-title-wrap .mid-title:after {
  clear: both;
}
.content-container.home .mid-nav .nav {
  width: 303px;
  height: 253px;
  background: rgba(255,255,255,0.9);
  border-radius: 5px;
  color: #2f3336;
  margin: auto auto 20px;
  padding: 20px 20px 0;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.content-container.home .mid-nav .nav .icon {
  color: #939598;
  font-size: 36px;
  text-align: center;
}
.content-container.home .mid-nav .nav .title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.content-container.home .mid-nav .nav .title strong {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-container.home .mid-nav .nav .descr {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.content-container.home .mid-nav .nav .more {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  bottom: 20px;
  font-size: 12px;
  left: 50%;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  vertical-align: middle;
}
.content-container.home .web-wrap {
  background: #ffffff !important;
}
.content-container.tiles-container {
  background: #ffffff;
}
.content-container.tiles-container .breadcrumb {
  padding-left: 0;
}
.content-container.tiles-container .breadcrumbs {
  padding-top: 10px;
}
.content-container.tiles-container .content-wrap {
  position: relative;
}
.content-container.tiles-container .content-wrap .addthis_toolbox {
  position: absolute;
  right: 0;
  top: 0;
}
.content-container.tiles-container .controls {
  margin-top: 20px;
  position: relative;
}
.content-container.tiles-container .controls:before,
.content-container.tiles-container .controls:after {
  content: " ";
  display: table;
}
.content-container.tiles-container .controls:after {
  clear: both;
}
.content-container.tiles-container .controls:before,
.content-container.tiles-container .controls:after {
  content: " ";
  display: table;
}
.content-container.tiles-container .controls:after {
  clear: both;
}
.content-container.tiles-container .controls .control {
  float: left;
  margin-right: 10px;
  min-width: 180px;
  width: auto;
}
.content-container.tiles-container .controls .control input[type="text"],
.content-container.tiles-container .controls .control select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  padding: 6px 10px;
}
.content-container.tiles-container .controls .control input[type="text"]:-moz-placeholder,
.content-container.tiles-container .controls .control select:-moz-placeholder {
  color: #999999;
}
.content-container.tiles-container .controls .control input[type="text"]::-moz-placeholder,
.content-container.tiles-container .controls .control select::-moz-placeholder {
  color: #999999;
}
.content-container.tiles-container .controls .control input[type="text"]:-ms-input-placeholder,
.content-container.tiles-container .controls .control select:-ms-input-placeholder {
  color: #999999;
}
.content-container.tiles-container .controls .control input[type="text"]::-webkit-input-placeholder,
.content-container.tiles-container .controls .control select::-webkit-input-placeholder {
  color: #999999;
}
.content-container.tiles-container .controls .control input[type="text"]:focus,
.content-container.tiles-container .controls .control select: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);
}
.content-container.tiles-container .controls .control input[type="text"][disabled],
.content-container.tiles-container .controls .control input[type="text"][readonly],
fieldset[disabled] .content-container.tiles-container .controls .control input[type="text"],
.content-container.tiles-container .controls .control select[disabled],
.content-container.tiles-container .controls .control select[readonly],
fieldset[disabled] .content-container.tiles-container .controls .control select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.content-container.tiles-container .controls .control input[type="text"],
textarea.content-container.tiles-container .controls .control select {
  height: auto;
}
.content-container.tiles-container .controls .control label {
  font-size: 12px;
  margin-bottom: 1px;
}
.content-container.tiles-container .controls .control.type {
  margin-left: 10px;
  padding-top: 5px;
}
.content-container.tiles-container .controls .control.type input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: bottom;
}
.content-container.tiles-container .controls .enterprise-award {
  display: none;
  float: right;
  width: 150px;
}
.content-container.tiles-container .controls .enterprise-award img {
  float: left;
  margin-right: 10px;
}
.content-container.tiles-container .tiles {
  min-height: 300px;
  margin-top: 10px;
}
.content-container.tiles-container .tiles:before,
.content-container.tiles-container .tiles:after {
  content: " ";
  display: table;
}
.content-container.tiles-container .tiles:after {
  clear: both;
}
.content-container.tiles-container .tiles:before,
.content-container.tiles-container .tiles:after {
  content: " ";
  display: table;
}
.content-container.tiles-container .tiles:after {
  clear: both;
}
.content-container.tiles-container .tiles .tile-wrap {
  margin: 0;
}
.content-container.tiles-container .tiles .tile-wrap:before,
.content-container.tiles-container .tiles .tile-wrap:after {
  content: " ";
  display: table;
}
.content-container.tiles-container .tiles .tile-wrap:after {
  clear: both;
}
.content-container.tiles-container .tiles .tile-wrap:before,
.content-container.tiles-container .tiles .tile-wrap:after {
  content: " ";
  display: table;
}
.content-container.tiles-container .tiles .tile-wrap:after {
  clear: both;
}
.content-container.tiles-container .tiles .tile-wrap .tile {
  display: block;
  float: left;
  margin: 0 10px 15px 0;
  position: relative;
  width: 232px;
}
.content-container.tiles-container .tiles .tile-wrap .tile.cs,
.content-container.tiles-container .tiles .tile-wrap .tile.ts,
.content-container.tiles-container .tiles .tile-wrap .tile.vo {
  color: #2f3336;
  cursor: pointer;
  text-decoration: none;
}
.content-container.tiles-container .tiles .tile-wrap .tile.ts:hover:before {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 231px;
  height: 157px;
  background: #f48920;
  background: rgba(244,137,32,0.9);
  color: #ffffff;
  content: "\201C\201D";
  display: block;
  font-size: 72px;
  left: 0;
  line-height: 192px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 99;
}
.content-container.tiles-container .tiles .tile-wrap .tile.cs:hover:before {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 231px;
  height: 157px;
  background: #f48920;
  background: rgba(244,137,32,0.9);
  color: #ffffff;
  content: "VIEW CUSTOMER STORY";
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 162px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 99;
}
.content-container.tiles-container .tiles .tile-wrap .tile.vo:hover:before {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 231px;
  height: 157px;
  background: #f48920;
  background: rgba(244,137,32,0.9);
  color: #ffffff;
  content: "\f144";
  display: block;
  font-family: 'FontAwesome';
  font-size: 72px;
  left: 0;
  line-height: 157px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 99;
}
.content-container.tiles-container .tiles .tile-wrap .tile .award {
  width: 30px;
  height: 38px;
  background: url(/wp-content/themes/sonicfoundry/images/enterprise.png) no-repeat;
  display: none;
  position: absolute;
  right: 5px;
  top: 1px;
}
.content-container.tiles-container .tiles .tile-wrap .tile .logo {
  border: 1px solid #e7e7e7;
  height: 157px;
  line-height: 157px;
  margin-bottom: 3px;
  text-align: center;
}
.content-container.tiles-container .tiles .tile-wrap .tile .info {
  font-size: 12px;
  padding-right: 5px;
}
.content-container.tiles-container .tiles .tile-wrap .tile .info .org {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-container.tiles-container .tiles .tile-wrap .tile .icon {
  border: 1px solid #e7e7e7;
  height: 162px;
  width: 232px;
}
.content-container.resources-all .default-content .content-wrap.wrapper {
  padding: 0;
  width: 100%;
}
.content-container.resources .breadcrumbs {
  margin-bottom: 0;
}
.content-container.resources .breadcrumbs .breadcrumb {
  margin-bottom: 0;
}
.content-container.resources #resources-controls,
.content-container.resources-all #resources-controls {
  margin-top: 5px;
}
.content-container.resources .tiles .tile-wrap,
.content-container.resources-all .tiles .tile-wrap {
  margin: 0 -7px 30px -7px;
}
.content-container.resources .tiles .tile-wrap .tile,
.content-container.resources-all .tiles .tile-wrap .tile {
  margin: 0 7px 15px 7px;
  padding: 0;
}
.content-container.resources .tiles .tile-wrap .tile:nth-child(4n + 5),
.content-container.resources-all .tiles .tile-wrap .tile:nth-child(4n + 5) {
  margin-left: 0;
}
.content-container.resources .tiles .tile-wrap .tile .upcoming,
.content-container.resources-all .tiles .tile-wrap .tile .upcoming {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 230px;
  height: 18px;
  background: #ed5a34;
  color: #ffffff;
  display: block;
  font-size: 12px;
  left: 1px;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 1px;
  z-index: 90;
}
.content-container.resources .tiles .tile-wrap .tile:hover,
.content-container.resources-all .tiles .tile-wrap .tile:hover {
  text-decoration: none;
}
.content-container.resources .tiles .tile-wrap .tile:hover .hover,
.content-container.resources-all .tiles .tile-wrap .tile:hover .hover {
  background: rgba(255,255,255,0);
}
.content-container.resources .tiles .tile-wrap .tile .hover,
.content-container.resources-all .tiles .tile-wrap .tile .hover {
  font-size: 0px;
  text-indent: -9999px;
  width: 232px;
  height: 162px;
  background: #ffffff;
  background: rgba(255,255,255,0.2);
  color: #ffffff;
  display: block;
  left: 0;
  padding-top: 65px;
  position: absolute;
  top: 0;
  -webkit-transition: background .5s;
  transition: background .5s;
  z-index: 99;
}
.content-container.resources .tiles .tile-wrap .tile .hover i,
.content-container.resources-all .tiles .tile-wrap .tile .hover i {
  font-size: 18px;
}
.content-container.resources .tiles .tile-wrap .tile .info,
.content-container.resources-all .tiles .tile-wrap .tile .info {
  color: #2f3336;
  margin-top: 5px;
}
.content-container.resources .tiles .tile-wrap .tile .info .org,
.content-container.resources-all .tiles .tile-wrap .tile .info .org {
  font-size: 14px;
}
.content-container.resources .tiles .tile-wrap .tile .info .cats,
.content-container.resources-all .tiles .tile-wrap .tile .info .cats {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
}
.content-container.resources .tiles .tile-wrap .tile .info .register,
.content-container.resources-all .tiles .tile-wrap .tile .info .register {
  color: #ed5a34;
  font-size: 14px;
}
.content-container.resources .tiles .section-title,
.content-container.resources-all .tiles .section-title {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.content-container.resources .tiles .section-title:before,
.content-container.resources .tiles .section-title:after,
.content-container.resources-all .tiles .section-title:before,
.content-container.resources-all .tiles .section-title:after {
  content: " ";
  display: table;
}
.content-container.resources .tiles .section-title:after,
.content-container.resources-all .tiles .section-title:after {
  clear: both;
}
.content-container.resources .tiles .section-title:before,
.content-container.resources .tiles .section-title:after,
.content-container.resources-all .tiles .section-title:before,
.content-container.resources-all .tiles .section-title:after {
  content: " ";
  display: table;
}
.content-container.resources .tiles .section-title:after,
.content-container.resources-all .tiles .section-title:after {
  clear: both;
}
.content-container.resources .tiles .section-title .form-title,
.content-container.resources-all .tiles .section-title .form-title {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-container.resources .tiles .section-title h3,
.content-container.resources-all .tiles .section-title h3 {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  float: left;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.content-container.resources .tiles .section-title h3 .count,
.content-container.resources-all .tiles .section-title h3 .count {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #7f8182;
  font-size: 14px;
}
.content-container.resources .tiles .section-title .view-all-link,
.content-container.resources-all .tiles .section-title .view-all-link {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  float: right;
  font-size: 18px;
  padding: 0;
  text-align: right;
}
.content-container.resources .tiles .section-title .view-all-link a,
.content-container.resources-all .tiles .section-title .view-all-link a {
  color: #ed5a34;
}
.content-container.resources .tiles .more .inl-cntr,
.content-container.resources-all .tiles .more .inl-cntr {
  text-align: center;
}
.content-container.resources .tiles .more .more-box,
.content-container.resources-all .tiles .more .more-box {
  min-height: 194px;
  color: #2f3336;
  float: left;
  background: #f6f6f6;
  margin-bottom: 20px;
  padding: 40px 50px 10px 50px;
  text-align: center;
}
.content-container.resources .tiles .more .more-box:hover,
.content-container.resources-all .tiles .more .more-box:hover {
  text-decoration: none;
}
.content-container.resources .tiles .more .more-box:hover .link,
.content-container.resources-all .tiles .more .more-box:hover .link {
  text-decoration: underline;
}
.content-container.resources .tiles .more .more-box.last,
.content-container.resources-all .tiles .more .more-box.last {
  margin-right: 0 !important;
}
.content-container.resources .tiles .more .more-box.full,
.content-container.resources-all .tiles .more .more-box.full {
  width: 100%;
  height: 194px;
  display: block;
  margin: 0 0 50px;
}
.content-container.resources .tiles .more .more-box.full .marketo-news-grey,
.content-container.resources-all .tiles .more .more-box.full .marketo-news-grey {
  margin: 20px auto auto auto;
  width: 271px;
}
.content-container.resources .tiles .more .more-box h3,
.content-container.resources-all .tiles .more .more-box h3 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  float: none;
  margin: 0;
}
.content-container.resources .tiles .more .more-box .descr,
.content-container.resources-all .tiles .more .more-box .descr {
  line-height: 24px;
}
.content-container.resources .tiles .more .more-box .link,
.content-container.resources-all .tiles .more .more-box .link {
  color: #ed5a34;
}
.content-container.blog #pk-email-error,
.content-container.blog #pk-thank-you {
  display: none;
}
.content-container.blog .addthis_toolbox {
  position: absolute;
  right: 0;
  top: -65px;
  z-index: 8;
}
.content-container.blog .bio-img {
  float: left;
  margin-right: 20px;
}
.content-container.blog .author-bio {
  overflow: hidden;
}
.content-container.blog .author-social {
  clear: both;
  margin-top: 10px;
}
.content-container.blog .posts,
.content-container.blog .featured-post {
  display: table-cell;
  width: 616px;
}
.content-container.blog .posts.single .post,
.content-container.blog .featured-post.single .post {
  border-bottom: 0;
}
.content-container.blog .posts.single .post .post-img,
.content-container.blog .featured-post.single .post .post-img {
  display: block;
  float: none;
  margin-right: 0;
}
.content-container.blog .posts.single .post .post-img img,
.content-container.blog .featured-post.single .post .post-img img {
  max-width: 100%;
}
.content-container.blog .posts.single .worth-reading,
.content-container.blog .featured-post.single .worth-reading {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  margin: 20px 0;
  padding: 20px 0;
}
.content-container.blog .posts.single .worth-reading .title,
.content-container.blog .featured-post.single .worth-reading .title {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.content-container.blog .posts.single .worth-reading .relateds,
.content-container.blog .featured-post.single .worth-reading .relateds {
  margin-left: 18px;
}
.content-container.blog .posts.single .worth-reading .relateds li,
.content-container.blog .featured-post.single .worth-reading .relateds li {
  margin-bottom: 5px;
}
.content-container.blog .posts .post,
.content-container.blog .featured-post .post {
  border-bottom: 1px solid #e7e7e7;
  padding: 30px 0;
}
.content-container.blog .posts .post:before,
.content-container.blog .posts .post:after,
.content-container.blog .featured-post .post:before,
.content-container.blog .featured-post .post:after {
  content: " ";
  display: table;
}
.content-container.blog .posts .post:after,
.content-container.blog .featured-post .post:after {
  clear: both;
}
.content-container.blog .posts .post:before,
.content-container.blog .posts .post:after,
.content-container.blog .featured-post .post:before,
.content-container.blog .featured-post .post:after {
  content: " ";
  display: table;
}
.content-container.blog .posts .post:after,
.content-container.blog .featured-post .post:after {
  clear: both;
}
.content-container.blog .posts .post:first-child,
.content-container.blog .featured-post .post:first-child {
  padding-top: 0;
}
.content-container.blog .posts .post.first,
.content-container.blog .featured-post .post.first {
  float: none;
  margin-right: 0;
}
.content-container.blog .posts .post.first .post-img,
.content-container.blog .featured-post .post.first .post-img {
  margin-bottom: 20px;
}
.content-container.blog .posts .post-img,
.content-container.blog .featured-post .post-img {
  float: left;
  margin: auto 20px 2px auto;
}
.content-container.blog .posts .post-img img,
.content-container.blog .featured-post .post-img img {
  max-width: 320px;
  width: auto;
}
.content-container.blog .posts .post-title,
.content-container.blog .featured-post .post-title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  margin: 0;
}
.content-container.blog .posts .post-title a,
.content-container.blog .featured-post .post-title a {
  color: #2f3336;
}
.content-container.blog .posts .post-mini-wrap,
.content-container.blog .featured-post .post-mini-wrap {
  color: #939598;
  margin: 10px 0 15px;
}
.content-container.blog .posts .post-mini-wrap:before,
.content-container.blog .posts .post-mini-wrap:after,
.content-container.blog .featured-post .post-mini-wrap:before,
.content-container.blog .featured-post .post-mini-wrap:after {
  content: " ";
  display: table;
}
.content-container.blog .posts .post-mini-wrap:after,
.content-container.blog .featured-post .post-mini-wrap:after {
  clear: both;
}
.content-container.blog .posts .post-mini-wrap:before,
.content-container.blog .posts .post-mini-wrap:after,
.content-container.blog .featured-post .post-mini-wrap:before,
.content-container.blog .featured-post .post-mini-wrap:after {
  content: " ";
  display: table;
}
.content-container.blog .posts .post-mini-wrap:after,
.content-container.blog .featured-post .post-mini-wrap:after {
  clear: both;
}
.content-container.blog .posts .post-mini-wrap .mini,
.content-container.blog .featured-post .post-mini-wrap .mini {
  font-size: 12px;
}
.content-container.blog .posts .auth,
.content-container.blog .featured-post .auth {
  font-style: italic;
}
.content-container.blog .posts .auth-img,
.content-container.blog .featured-post .auth-img {
  margin-right: 14px;
}
.content-container.blog .posts .auth-img img,
.content-container.blog .featured-post .auth-img img {
  border-radius: 50%;
  max-width: 50px;
}
.content-container.blog .posts .post-info,
.content-container.blog .featured-post .post-info {
  overflow: hidden;
}
.content-container.blog .posts .post-info .read-more,
.content-container.blog .featured-post .post-info .read-more {
  text-align: right;
}
.content-container.blog .posts .post-info .author a,
.content-container.blog .featured-post .post-info .author a {
  color: #ed5a34;
}
.content-container.blog .posts .post-info .author a:hover,
.content-container.blog .featured-post .post-info .author a:hover {
  color: #f48920;
}
.content-container.blog .posts .post-info .post-content,
.content-container.blog .featured-post .post-info .post-content {
  margin-bottom: 40px;
}
.content-container.blog .posts .post-info .post-content ul,
.content-container.blog .posts .post-info .post-content ol,
.content-container.blog .featured-post .post-info .post-content ul,
.content-container.blog .featured-post .post-info .post-content ol {
  margin-left: 20px;
}
.content-container.blog .posts .post-info .cats-tags .cats,
.content-container.blog .featured-post .post-info .cats-tags .cats {
  margin-bottom: 20px;
}
.content-container.blog .posts .post-info .mini,
.content-container.blog .posts .post-info .post-title,
.content-container.blog .posts .post-info .author,
.content-container.blog .posts .post-info .excerpt,
.content-container.blog .featured-post .post-info .mini,
.content-container.blog .featured-post .post-info .post-title,
.content-container.blog .featured-post .post-info .author,
.content-container.blog .featured-post .post-info .excerpt {
  margin-bottom: 8px;
}
.content-container.blog .featured-post {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  margin-bottom: 25px;
  padding-bottom: 25px;
  width: 100%;
}
.content-container.blog .featured-post:before,
.content-container.blog .featured-post:after {
  content: " ";
  display: table;
}
.content-container.blog .featured-post:after {
  clear: both;
}
.content-container.blog .featured-post:before,
.content-container.blog .featured-post:after {
  content: " ";
  display: table;
}
.content-container.blog .featured-post:after {
  clear: both;
}
.content-container.blog .featured-post .post-img {
  margin-right: 30px;
}
.content-container.blog .featured-post .post-img img {
  max-width: 616px;
}
.content-container.blog .featured-post .auth-img {
  float: left;
  margin-right: 14px;
}
.content-container.blog .featured-post .auth-img img {
  border-radius: 50%;
  max-width: 50px;
}
.content-container.blog .featured-post .mini-wrap {
  color: #939598;
  overflow: hidden;
}
.content-container.blog .featured-post .mini-wrap .author {
  margin-bottom: 0;
}
.content-container.blog .featured-post .excerpt {
  clear: top;
}
.content-container.blog .content-sidebar {
  border-radius: 5px;
  display: table-cell;
  padding: 0;
  width: 272px;
}
.content-container.blog .content-sidebar h3 {
  text-align: center;
}
.content-container.blog .content-sidebar .non-ad {
  border-radius: 5px;
  padding: 25px 20px;
}
.content-container.blog .content-sidebar .ad {
  background: #ffffff;
  padding-bottom: 15px;
}
.content-container.blog .content-sidebar .ad img {
  max-width: 100%;
}
.content-container.blog .content-sidebar .email-subscribe {
  padding-bottom: 0;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar {
  background: #f6f6f6;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar p {
  margin: 0;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar ul {
  list-style: none;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  margin-bottom: 20px;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input:-moz-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input::-moz-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input:-ms-input-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input::-webkit-input-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input: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);
}
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input[disabled],
.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input[readonly],
fieldset[disabled] .content-container.blog .content-sidebar .email-subscribe #blog-sidebar input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.content-container.blog .content-sidebar .email-subscribe #blog-sidebar input {
  height: auto;
}
.content-container.blog .content-sidebar h6 {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.content-container.blog .content-sidebar .search {
  margin: 20px auto;
}
.content-container.blog .content-sidebar .cats {
  margin-bottom: 20px;
}
.content-container.blog .content-sidebar .cats .cat-list {
  list-style: none;
}
.content-container.blog .content-sidebar .cats .cat-list li {
  font-size: 12px;
  margin-bottom: 5px;
}
.content-container.blog .content-sidebar .cats .cat-list li:before,
.content-container.blog .content-sidebar .cats .cat-list li:after {
  content: " ";
  display: table;
}
.content-container.blog .content-sidebar .cats .cat-list li:after {
  clear: both;
}
.content-container.blog .content-sidebar .cats .cat-list li:before,
.content-container.blog .content-sidebar .cats .cat-list li:after {
  content: " ";
  display: table;
}
.content-container.blog .content-sidebar .cats .cat-list li:after {
  clear: both;
}
.content-container.blog .content-sidebar .cats .cat-list li a {
  float: left;
  max-width: 80%;
}
.content-container.blog .content-sidebar .cats .cat-list li .count {
  float: right;
}
.content-container.blog .content-sidebar .cats .cat-list li .children {
  clear: both;
  list-style: none;
  padding-top: 5px;
}
.content-container.blog .content-sidebar .cats .cat-list li .children li:last-child {
  margin-bottom: 0;
}
.content-container.blog .content-sidebar .archives,
.content-container.blog .content-sidebar .authors {
  margin-bottom: 20px;
}
.content-container.blog .content-sidebar .archives select,
.content-container.blog .content-sidebar .authors select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
}
.content-container.blog .content-sidebar .archives select:-moz-placeholder,
.content-container.blog .content-sidebar .authors select:-moz-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .archives select::-moz-placeholder,
.content-container.blog .content-sidebar .authors select::-moz-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .archives select:-ms-input-placeholder,
.content-container.blog .content-sidebar .authors select:-ms-input-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .archives select::-webkit-input-placeholder,
.content-container.blog .content-sidebar .authors select::-webkit-input-placeholder {
  color: #999999;
}
.content-container.blog .content-sidebar .archives select:focus,
.content-container.blog .content-sidebar .authors select: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);
}
.content-container.blog .content-sidebar .archives select[disabled],
.content-container.blog .content-sidebar .archives select[readonly],
fieldset[disabled] .content-container.blog .content-sidebar .archives select,
.content-container.blog .content-sidebar .authors select[disabled],
.content-container.blog .content-sidebar .authors select[readonly],
fieldset[disabled] .content-container.blog .content-sidebar .authors select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.content-container.blog .content-sidebar .archives select,
textarea.content-container.blog .content-sidebar .authors select {
  height: auto;
}
.content-container.blog .content-sidebar .share .social-icons .si {
  margin-left: 16px;
}
.content-container.blog .content-sidebar .share .social-icons .si:first-child {
  margin-left: 0;
}
.content-container.blog .table-spacer {
  display: table-cell;
  width: 52px;
}
.content-container.blog .comment-wrap {
  background: #ffffff;
  padding-bottom: 50px;
}
.content-container.resource-single {
  background: #ffffff;
}
.content-container.resource-single .addthis_toolbox {
  right: 15px;
  top: 0;
}
.content-container.resource-single .web-rs {
  background: #f6f6f6;
}
.content-container.resource-single .web-rs .resource-content-wrap {
  background: #ffffff;
  padding-bottom: 0;
}
.content-container.resource-single .web-rs .content {
  background: #f6f6f6;
}
.content-container.resource-single .web-rs .non-web-rs {
  background: #ffffff;
  padding-bottom: 70px;
  padding-top: 50px;
}
.content-container.resource-single .resource-content-wrap {
  background: #ffffff;
  padding-bottom: 70px;
}
.content-container.resource-single .resource-content-wrap .webinar .resource-description {
  margin-top: 15px;
}
.content-container.resource-single .resource-content-wrap .webinar .resource-description .more {
  color: #ed5a34;
  margin-bottom: 15px;
}
.content-container.resource-single .resource-content-wrap .webinar .resource-description .more:hover {
  color: #f48920;
  cursor: pointer;
}
.content-container.resource-single .resource-content-wrap .webinar .resource-description .read-more {
  display: none;
}
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap {
  margin-top: 40px;
}
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap .presenter,
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap .moderator {
  clear: both;
  padding-bottom: 10px;
}
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap .image-wrap {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
  text-align: center;
}
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap .image-wrap img {
  max-height: 132px;
  max-width: 132px;
}
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap .info-wrap {
  overflow: hidden;
}
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap .info-wrap .by {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  color: #939598;
  line-height: 18px;
  text-transform: uppercase;
}
.content-container.resource-single .resource-content-wrap .webinar .pres-mods-wrap .info-wrap .name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.content-container.resource-single .resource-content-wrap .webinar .resource-info .webinar-featured {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  float: left;
  margin-right: 16px;
}
.content-container.resource-single .resource-content-wrap .webinar .resource-info .info {
  overflow: hidden;
}
.content-container.resource-single .resource-content-wrap .webinar .resource-info .info .upcoming-text {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ed5a34;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.content-container.resource-single .resource-content-wrap .webinar .webinar-links {
  display: none;
  margin-bottom: 30px;
  padding: 0 20px;
}
.content-container.resource-single .resource-content-wrap .webinar .webinar-links div {
  margin-bottom: 10px;
}
.content-container.resource-single .resource-content-wrap .webinar .webinar-links i {
  margin-right: 5px;
}
.content-container.resource-single .resource-content-wrap .webinar .webinar-links .add a {
  font-weight: 400 !important;
  background: none !important;
  border: 0 !important;
  color: #ed5a34 !important;
  padding: 0 !important;
}
.content-container.resource-single .resource-content-wrap .webinar .webinar-links .add a:hover {
  color: #ab3f1f !important;
  text-decoration: underline;
}
.content-container.resource-single .resource-content-wrap .webinar .webinar-links .add a .copyx {
  display: none !important;
}
.content-container.resource-single .resource-content-wrap .webinar .webinar-links .add a span {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ed5a34 !important;
}
.content-container.resource-single .resource-content-wrap .webinar .related-resources {
  display: none;
}
.content-container.resource-single .resource-content-wrap .webinar .related-resources .white {
  background: #ffffff;
  height: 20px;
}
.content-container.resource-single .resource-content-wrap .webinar .related-resources .resources {
  padding: 20px;
}
.content-container.resource-single .resource-content-wrap .webinar .related-resources .resources .intro {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.content-container.resource-single .resource-content-wrap .webinar .related-resources .resources .latest {
  margin-left: 0;
  width: 100%;
}
.content-container.resource-single .resource-content-wrap ul {
  margin-left: 13px;
}
.content-container.resource-single .resource-content-wrap .local_content {
  clear: both;
}
.content-container.resource-single .resource-content-wrap .local_content > .resource-title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin-top: 0;
}
.content-container.resource-single .resource-content-wrap .local_content .webinar {
  background: #f6f6f6;
  padding: 0 0 40px 0;
  text-align: center;
}
.content-container.resource-single .resource-content-wrap .local_content iframe {
  max-width: 100%;
}
.content-container.resource-single .resource-content-wrap .clear {
  margin-top: 20px;
}
.content-container.resource-single .resource-content-wrap .clear:before,
.content-container.resource-single .resource-content-wrap .clear:after {
  content: " ";
  display: table;
}
.content-container.resource-single .resource-content-wrap .clear:after {
  clear: both;
}
.content-container.resource-single .resource-content-wrap .clear:before,
.content-container.resource-single .resource-content-wrap .clear:after {
  content: " ";
  display: table;
}
.content-container.resource-single .resource-content-wrap .clear:after {
  clear: both;
}
.content-container.resource-single .resource-content-wrap .resource-form.submitted .related-resources {
  display: block !important;
}
.content-container.resource-single .resource-content-wrap .resource-info {
  display: table-cell;
  width: 534px;
  padding-top: 20px;
}
.content-container.resource-single .resource-content-wrap .resource-info .resource-banner {
  margin-bottom: 10px;
}
.content-container.resource-single .resource-content-wrap .resource-info .resource-banner img {
  max-width: 548px;
  width: auto;
}
.content-container.resource-single .resource-content-wrap .resource-info .date {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
.content-container.resource-single .resource-content-wrap .resource-info .resource-title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
}
.content-container.resource-single .resource-content-wrap .resource-info .img-text-wrap {
  margin-bottom: 30px;
  overflow: hidden;
}
.content-container.resource-single .resource-content-wrap .resource-info .img-text-wrap:before,
.content-container.resource-single .resource-content-wrap .resource-info .img-text-wrap:after {
  content: " ";
  display: table;
}
.content-container.resource-single .resource-content-wrap .resource-info .img-text-wrap:after {
  clear: both;
}
.content-container.resource-single .resource-content-wrap .resource-info .img-text-wrap:before,
.content-container.resource-single .resource-content-wrap .resource-info .img-text-wrap:after {
  content: " ";
  display: table;
}
.content-container.resource-single .resource-content-wrap .resource-info .img-text-wrap:after {
  clear: both;
}
.content-container.resource-single .resource-content-wrap .resource-info .info {
  overflow: hidden;
}
.content-container.resource-single .resource-content-wrap .table-spacer {
  display: table-cell;
  width: 83px;
}
.content-container.resource-single .resource-content-wrap .resource-form {
  background: #f6f6f6;
  border-radius: 5px;
  display: table-cell;
  vertical-align: top;
  width: 322px;
}
.content-container.resource-single .resource-content-wrap .resource-form .form-inner {
  padding: 20px;
  width: 322px;
}
.content-container.resource-single .resource-content-wrap .resource-form .form-inner h6 {
  margin: 0 0 15px 0;
  padding-bottom: 5px;
}
.content-container.resource-single .resource-content-wrap .resource-form .form-inner .instructions {
  font-size: 14px;
  font-family: 'HelveticaNeueLTStd-It', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
}
.content-container.resource-single .resource-content-wrap .resource-form .form-inner.invis {
  display: block;
  visibility: hidden;
}
.content-container.resource-single .resource-content-wrap .resource-form .file-btn {
  display: block;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm {
  margin-top: 5px;
  width: auto !important;
  max-width: 100 !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm:before,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm:after {
  content: " ";
  display: table;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm:after {
  clear: both;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm:before,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm:after {
  content: " ";
  display: table;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm:after {
  clear: both;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm .mktoClear,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm .mktoGutter {
  display: none;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm .mktoButtonRow,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm .mktoFieldDescriptor,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm .mktoFieldWrap {
  width: 100% !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
  width: 100% !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm .mktoOffset {
  width: 0 !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm label {
  width: auto !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm label .mktoAsterix {
  padding-left: 0;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  background: #ffffff;
  border: 1px solid #d8d5d5;
  border-radius: 5px !important;
  color: #2f3336;
  font-size: 12px;
  height: 39px;
  width: 100% !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input:-moz-placeholder,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select:-moz-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input::-moz-placeholder,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select::-moz-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input:-ms-input-placeholder,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select:-ms-input-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input::-webkit-input-placeholder,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select::-webkit-input-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input:focus,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select: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);
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input[disabled],
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input[readonly],
fieldset[disabled] .content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input,
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select[disabled],
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select[readonly],
fieldset[disabled] .content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm input,
textarea.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select {
  height: auto;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm select option {
  padding: 5px;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm button {
  background: #125ca3 !important;
  background-image: none !important;
  border-color: #125ca3 !important;
  border-left: none !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 16px !important;
  height: 39px;
  margin-top: 10px;
  padding: 6px 12px !important;
  width: 100% !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm button:hover {
  background: #175dbe !important;
  border-color: #175dbe !important;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  max-width: 100%;
  min-height: 100px;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea:-moz-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea::-moz-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea:-ms-input-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea::-webkit-input-placeholder {
  color: #999999;
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea: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);
}
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea[disabled],
.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea[readonly],
fieldset[disabled] .content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.content-container.resource-single .resource-content-wrap .resource-form .mkto form.mktoForm textarea {
  height: auto;
}
.content-container.not-found .content-wrap h2 {
  margin-top: 100px;
  text-align: center;
}
.content-container.customers .tile-outer {
  min-height: 500px;
}
.content-container.customers .tile-outer:before,
.content-container.customers .tile-outer:after {
  content: " ";
  display: table;
}
.content-container.customers .tile-outer:after {
  clear: both;
}
.content-container.customers .tile-outer:before,
.content-container.customers .tile-outer:after {
  content: " ";
  display: table;
}
.content-container.customers .tile-outer:after {
  clear: both;
}
.content-container.customers .tiles.invis {
  opacity: 0;
}
.content-container.customers .tiles .tile-wrap .tile .logo {
  overflow: hidden;
}
.content-container.customers .tiles .tile-wrap .tile .logo img {
  max-height: 95%;
  max-width: 100%;
}
.content-container.customer .content {
  background: #ffffff;
}
.content-container.customer .content .top {
  background: #d8d5d5;
  padding: 25px 0;
}
.content-container.customer .content .top .breadcrumbs {
  margin-bottom: 0;
}
.content-container.customer .content .top .breadcrumbs .breadcrumb {
  margin-bottom: 0;
}
.content-container.customer .content .top .testimonial {
  position: relative;
}
.content-container.customer .content .top .testimonial:before,
.content-container.customer .content .top .testimonial:after {
  content: " ";
  display: table;
}
.content-container.customer .content .top .testimonial:after {
  clear: both;
}
.content-container.customer .content .top .testimonial:before,
.content-container.customer .content .top .testimonial:after {
  content: " ";
  display: table;
}
.content-container.customer .content .top .testimonial:after {
  clear: both;
}
.content-container.customer .content .top .testimonial h1 {
  margin-top: 0;
}
.content-container.customer .content .top .testimonial .addthis_toolbox {
  position: absolute;
  right: 0;
  top: -40px;
}
.content-container.customer .content .top .testimonial .testimonial-content {
  background: #ffffff;
  display: table;
  margin-top: 25px;
  width: 100%;
}
.content-container.customer .content .top .testimonial .testimonial-content:before,
.content-container.customer .content .top .testimonial .testimonial-content:after {
  content: " ";
  display: table;
}
.content-container.customer .content .top .testimonial .testimonial-content:after {
  clear: both;
}
.content-container.customer .content .top .testimonial .testimonial-content:before,
.content-container.customer .content .top .testimonial .testimonial-content:after {
  content: " ";
  display: table;
}
.content-container.customer .content .top .testimonial .testimonial-content:after {
  clear: both;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-pic {
  display: table-cell;
  vertical-align: middle;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info {
  display: table-cell;
  padding: 0 30px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info.pbot {
  padding-bottom: 25px;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-description {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-top: 25px;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-description .big-quote {
  color: #ed5a34;
  line-height: 30px;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-signature {
  display: table;
  width: 100%;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-signature .t-cell {
  display: table-cell;
  vertical-align: top;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-org {
  float: left;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-org-pic {
  display: table-cell;
  text-align: right;
}
.content-container.customer .content .top .testimonial .testimonial-content .testimonial-info .testimonial-org-pic img {
  max-height: 80px;
}
.content-container.customer .content .top .testimonial .video-content {
  margin: 25px auto auto;
  text-align: center;
}
.content-container.customer .content .top .testimonial .video-content iframe {
  max-width: 100%;
}
.content-container.customer .content .content-wrap {
  background: #ffffff;
  padding: 30px 15px;
}
.content-container.customer .content .content-wrap .content-left {
  display: table-cell;
  float: left;
  max-width: 617px;
}
.content-container.customer .content .content-wrap .content-left .more {
  margin-top: 30px;
}
.content-container.customer .content .content-wrap .content-left .more .title {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
.content-container.customer .content .content-wrap .content-left .more .more-list {
  list-style-position: outside;
  margin-left: 1em;
  padding-left: 10px;
}
.content-container.customer .content .content-wrap .content-left .more .more-list li {
  margin-bottom: 10px;
}
.content-container.customer .content .content-wrap .content-left .more .more-list li:before {
  content: "";
  color: #ed5a34;
}
.content-container.customer .content .content-wrap .content-left .more .more-list li a {
  color: #ed5a34;
}
.content-container.customer .content .content-wrap .content-left .more .more-list li a:hover {
  color: #f48920;
}
.content-container.customer .content .content-wrap .table-spacer {
  display: table-cell;
  width: 50px;
}
.content-container.customer .content .content-wrap .content-sidebar {
  display: table-cell;
  float: right;
}
.content-container.customer .content .content-wrap .content-sidebar .glance {
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
}
.content-container.customer .content .content-wrap .content-sidebar .section {
  margin-bottom: 8px;
}
.content-container.customer .content .content-wrap .content-sidebar .section .section-head {
  color: #ed5a34;
  font-size: 18px;
}
.content-container.customer .content .content-wrap .content-sidebar .enterprise-award {
  margin-top: 40px;
  width: 150px;
}
.content-container.customer .content .content-wrap .content-sidebar .enterprise-award img {
  float: left;
  margin-right: 10px;
}
.content-container.customer .content .related-cases {
  background: #f6f6f6;
  padding: 50px 0;
}
.content-container.customer .content .related-cases .sm-header {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
  margin-bottom: 20px;
}
.content-container.customer .content .related-cases .latest {
  height: auto;
  min-height: 240px;
  width: 230px;
}
.content-container.customer .content .related-cases .latest:first-child {
  margin-left: 0;
}
.content-container.customer .content .related-cases .latest .lat-img {
  width: 230px;
  height: 160px;
  border-bottom: 1px solid #e7e7e7;
  display: block;
  line-height: 160px;
  text-align: middle;
  vertical-align: middle;
}
.content-container.press-release .content-wrap,
.content-container.press-release-single .content-wrap,
.content-container.entries .content-wrap,
.content-container.resources-all .content-wrap,
.content-container.resource-single .content-wrap,
.content-container.investor .content-wrap,
.content-container.investor-article-single .content-wrap,
.content-container.blank .content-wrap,
.content-container.sec .content-wrap,
.content-container.sofo-award .content-wrap,
.content-container.contact .content-wrap,
.content-container.evas .content-wrap,
.content-container.eva-single .content-wrap,
.content-container.blank-sidebar .content-wrap,
.content-container.management .content-wrap,
.content-container.sofo-partners .content-wrap,
.content-container .dynamic-sections .content-wrap {
  display: table;
  padding: 15px 15px 25px 15px;
}
.content-container.press-release .content-wrap .content-sidebar,
.content-container.press-release-single .content-wrap .content-sidebar,
.content-container.entries .content-wrap .content-sidebar,
.content-container.resources-all .content-wrap .content-sidebar,
.content-container.resource-single .content-wrap .content-sidebar,
.content-container.investor .content-wrap .content-sidebar,
.content-container.investor-article-single .content-wrap .content-sidebar,
.content-container.blank .content-wrap .content-sidebar,
.content-container.sec .content-wrap .content-sidebar,
.content-container.sofo-award .content-wrap .content-sidebar,
.content-container.contact .content-wrap .content-sidebar,
.content-container.evas .content-wrap .content-sidebar,
.content-container.eva-single .content-wrap .content-sidebar,
.content-container.blank-sidebar .content-wrap .content-sidebar,
.content-container.management .content-wrap .content-sidebar,
.content-container.sofo-partners .content-wrap .content-sidebar,
.content-container .dynamic-sections .content-wrap .content-sidebar {
  display: table-cell;
  float: none;
  min-width: 272px;
}
.content-container.press-release .content-wrap .content-sidebar .parent-page,
.content-container.press-release-single .content-wrap .content-sidebar .parent-page,
.content-container.entries .content-wrap .content-sidebar .parent-page,
.content-container.resources-all .content-wrap .content-sidebar .parent-page,
.content-container.resource-single .content-wrap .content-sidebar .parent-page,
.content-container.investor .content-wrap .content-sidebar .parent-page,
.content-container.investor-article-single .content-wrap .content-sidebar .parent-page,
.content-container.blank .content-wrap .content-sidebar .parent-page,
.content-container.sec .content-wrap .content-sidebar .parent-page,
.content-container.sofo-award .content-wrap .content-sidebar .parent-page,
.content-container.contact .content-wrap .content-sidebar .parent-page,
.content-container.evas .content-wrap .content-sidebar .parent-page,
.content-container.eva-single .content-wrap .content-sidebar .parent-page,
.content-container.blank-sidebar .content-wrap .content-sidebar .parent-page,
.content-container.management .content-wrap .content-sidebar .parent-page,
.content-container.sofo-partners .content-wrap .content-sidebar .parent-page,
.content-container .dynamic-sections .content-wrap .content-sidebar .parent-page {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #e7e7e7;
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
.content-container.press-release .content-wrap .content-sidebar ul,
.content-container.press-release-single .content-wrap .content-sidebar ul,
.content-container.entries .content-wrap .content-sidebar ul,
.content-container.resources-all .content-wrap .content-sidebar ul,
.content-container.resource-single .content-wrap .content-sidebar ul,
.content-container.investor .content-wrap .content-sidebar ul,
.content-container.investor-article-single .content-wrap .content-sidebar ul,
.content-container.blank .content-wrap .content-sidebar ul,
.content-container.sec .content-wrap .content-sidebar ul,
.content-container.sofo-award .content-wrap .content-sidebar ul,
.content-container.contact .content-wrap .content-sidebar ul,
.content-container.evas .content-wrap .content-sidebar ul,
.content-container.eva-single .content-wrap .content-sidebar ul,
.content-container.blank-sidebar .content-wrap .content-sidebar ul,
.content-container.management .content-wrap .content-sidebar ul,
.content-container.sofo-partners .content-wrap .content-sidebar ul,
.content-container .dynamic-sections .content-wrap .content-sidebar ul {
  list-style: none;
}
.content-container.press-release .content-wrap .content-sidebar ul > li,
.content-container.press-release-single .content-wrap .content-sidebar ul > li,
.content-container.entries .content-wrap .content-sidebar ul > li,
.content-container.resources-all .content-wrap .content-sidebar ul > li,
.content-container.resource-single .content-wrap .content-sidebar ul > li,
.content-container.investor .content-wrap .content-sidebar ul > li,
.content-container.investor-article-single .content-wrap .content-sidebar ul > li,
.content-container.blank .content-wrap .content-sidebar ul > li,
.content-container.sec .content-wrap .content-sidebar ul > li,
.content-container.sofo-award .content-wrap .content-sidebar ul > li,
.content-container.contact .content-wrap .content-sidebar ul > li,
.content-container.evas .content-wrap .content-sidebar ul > li,
.content-container.eva-single .content-wrap .content-sidebar ul > li,
.content-container.blank-sidebar .content-wrap .content-sidebar ul > li,
.content-container.management .content-wrap .content-sidebar ul > li,
.content-container.sofo-partners .content-wrap .content-sidebar ul > li,
.content-container .dynamic-sections .content-wrap .content-sidebar ul > li {
  margin-bottom: 8px;
}
.content-container.press-release .content-wrap .content-sidebar ul > li .children,
.content-container.press-release-single .content-wrap .content-sidebar ul > li .children,
.content-container.entries .content-wrap .content-sidebar ul > li .children,
.content-container.resources-all .content-wrap .content-sidebar ul > li .children,
.content-container.resource-single .content-wrap .content-sidebar ul > li .children,
.content-container.investor .content-wrap .content-sidebar ul > li .children,
.content-container.investor-article-single .content-wrap .content-sidebar ul > li .children,
.content-container.blank .content-wrap .content-sidebar ul > li .children,
.content-container.sec .content-wrap .content-sidebar ul > li .children,
.content-container.sofo-award .content-wrap .content-sidebar ul > li .children,
.content-container.contact .content-wrap .content-sidebar ul > li .children,
.content-container.evas .content-wrap .content-sidebar ul > li .children,
.content-container.eva-single .content-wrap .content-sidebar ul > li .children,
.content-container.blank-sidebar .content-wrap .content-sidebar ul > li .children,
.content-container.management .content-wrap .content-sidebar ul > li .children,
.content-container.sofo-partners .content-wrap .content-sidebar ul > li .children,
.content-container .dynamic-sections .content-wrap .content-sidebar ul > li .children {
  display: none;
  margin-left: 15px;
}
.content-container.press-release .content-wrap .content-sidebar ul > li .children > li,
.content-container.press-release-single .content-wrap .content-sidebar ul > li .children > li,
.content-container.entries .content-wrap .content-sidebar ul > li .children > li,
.content-container.resources-all .content-wrap .content-sidebar ul > li .children > li,
.content-container.resource-single .content-wrap .content-sidebar ul > li .children > li,
.content-container.investor .content-wrap .content-sidebar ul > li .children > li,
.content-container.investor-article-single .content-wrap .content-sidebar ul > li .children > li,
.content-container.blank .content-wrap .content-sidebar ul > li .children > li,
.content-container.sec .content-wrap .content-sidebar ul > li .children > li,
.content-container.sofo-award .content-wrap .content-sidebar ul > li .children > li,
.content-container.contact .content-wrap .content-sidebar ul > li .children > li,
.content-container.evas .content-wrap .content-sidebar ul > li .children > li,
.content-container.eva-single .content-wrap .content-sidebar ul > li .children > li,
.content-container.blank-sidebar .content-wrap .content-sidebar ul > li .children > li,
.content-container.management .content-wrap .content-sidebar ul > li .children > li,
.content-container.sofo-partners .content-wrap .content-sidebar ul > li .children > li,
.content-container .dynamic-sections .content-wrap .content-sidebar ul > li .children > li {
  margin-bottom: 0 !important;
}
.content-container.press-release .content-wrap .content-sidebar ul > li .children > li a,
.content-container.press-release-single .content-wrap .content-sidebar ul > li .children > li a,
.content-container.entries .content-wrap .content-sidebar ul > li .children > li a,
.content-container.resources-all .content-wrap .content-sidebar ul > li .children > li a,
.content-container.resource-single .content-wrap .content-sidebar ul > li .children > li a,
.content-container.investor .content-wrap .content-sidebar ul > li .children > li a,
.content-container.investor-article-single .content-wrap .content-sidebar ul > li .children > li a,
.content-container.blank .content-wrap .content-sidebar ul > li .children > li a,
.content-container.sec .content-wrap .content-sidebar ul > li .children > li a,
.content-container.sofo-award .content-wrap .content-sidebar ul > li .children > li a,
.content-container.contact .content-wrap .content-sidebar ul > li .children > li a,
.content-container.evas .content-wrap .content-sidebar ul > li .children > li a,
.content-container.eva-single .content-wrap .content-sidebar ul > li .children > li a,
.content-container.blank-sidebar .content-wrap .content-sidebar ul > li .children > li a,
.content-container.management .content-wrap .content-sidebar ul > li .children > li a,
.content-container.sofo-partners .content-wrap .content-sidebar ul > li .children > li a,
.content-container .dynamic-sections .content-wrap .content-sidebar ul > li .children > li a {
  font-size: 14px;
}
.content-container.press-release .content-wrap .content-sidebar ul a,
.content-container.press-release-single .content-wrap .content-sidebar ul a,
.content-container.entries .content-wrap .content-sidebar ul a,
.content-container.resources-all .content-wrap .content-sidebar ul a,
.content-container.resource-single .content-wrap .content-sidebar ul a,
.content-container.investor .content-wrap .content-sidebar ul a,
.content-container.investor-article-single .content-wrap .content-sidebar ul a,
.content-container.blank .content-wrap .content-sidebar ul a,
.content-container.sec .content-wrap .content-sidebar ul a,
.content-container.sofo-award .content-wrap .content-sidebar ul a,
.content-container.contact .content-wrap .content-sidebar ul a,
.content-container.evas .content-wrap .content-sidebar ul a,
.content-container.eva-single .content-wrap .content-sidebar ul a,
.content-container.blank-sidebar .content-wrap .content-sidebar ul a,
.content-container.management .content-wrap .content-sidebar ul a,
.content-container.sofo-partners .content-wrap .content-sidebar ul a,
.content-container .dynamic-sections .content-wrap .content-sidebar ul a {
  color: #2f3336;
  font-size: 18px;
}
.content-container.press-release .content-wrap .content-sidebar ul a:hover,
.content-container.press-release-single .content-wrap .content-sidebar ul a:hover,
.content-container.entries .content-wrap .content-sidebar ul a:hover,
.content-container.resources-all .content-wrap .content-sidebar ul a:hover,
.content-container.resource-single .content-wrap .content-sidebar ul a:hover,
.content-container.investor .content-wrap .content-sidebar ul a:hover,
.content-container.investor-article-single .content-wrap .content-sidebar ul a:hover,
.content-container.blank .content-wrap .content-sidebar ul a:hover,
.content-container.sec .content-wrap .content-sidebar ul a:hover,
.content-container.sofo-award .content-wrap .content-sidebar ul a:hover,
.content-container.contact .content-wrap .content-sidebar ul a:hover,
.content-container.evas .content-wrap .content-sidebar ul a:hover,
.content-container.eva-single .content-wrap .content-sidebar ul a:hover,
.content-container.blank-sidebar .content-wrap .content-sidebar ul a:hover,
.content-container.management .content-wrap .content-sidebar ul a:hover,
.content-container.sofo-partners .content-wrap .content-sidebar ul a:hover,
.content-container .dynamic-sections .content-wrap .content-sidebar ul a:hover {
  color: #ed5a34;
  text-decoration: none;
}
.content-container.press-release .content-wrap .content-sidebar ul .current_page_item,
.content-container.press-release-single .content-wrap .content-sidebar ul .current_page_item,
.content-container.entries .content-wrap .content-sidebar ul .current_page_item,
.content-container.resources-all .content-wrap .content-sidebar ul .current_page_item,
.content-container.resource-single .content-wrap .content-sidebar ul .current_page_item,
.content-container.investor .content-wrap .content-sidebar ul .current_page_item,
.content-container.investor-article-single .content-wrap .content-sidebar ul .current_page_item,
.content-container.blank .content-wrap .content-sidebar ul .current_page_item,
.content-container.sec .content-wrap .content-sidebar ul .current_page_item,
.content-container.sofo-award .content-wrap .content-sidebar ul .current_page_item,
.content-container.contact .content-wrap .content-sidebar ul .current_page_item,
.content-container.evas .content-wrap .content-sidebar ul .current_page_item,
.content-container.eva-single .content-wrap .content-sidebar ul .current_page_item,
.content-container.blank-sidebar .content-wrap .content-sidebar ul .current_page_item,
.content-container.management .content-wrap .content-sidebar ul .current_page_item,
.content-container.sofo-partners .content-wrap .content-sidebar ul .current_page_item,
.content-container .dynamic-sections .content-wrap .content-sidebar ul .current_page_item {
  margin-bottom: 5px;
}
.content-container.press-release .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.press-release-single .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.entries .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.resources-all .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.resource-single .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.investor .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.investor-article-single .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.blank .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.sec .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.sofo-award .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.contact .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.evas .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.eva-single .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.blank-sidebar .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.management .content-wrap .content-sidebar ul .current_page_item > a,
.content-container.sofo-partners .content-wrap .content-sidebar ul .current_page_item > a,
.content-container .dynamic-sections .content-wrap .content-sidebar ul .current_page_item > a {
  color: #ed5a34;
  text-decoration: none;
}
.content-container.press-release .content-wrap .parent-content-wrap,
.content-container.press-release-single .content-wrap .parent-content-wrap,
.content-container.entries .content-wrap .parent-content-wrap,
.content-container.resources-all .content-wrap .parent-content-wrap,
.content-container.resource-single .content-wrap .parent-content-wrap,
.content-container.investor .content-wrap .parent-content-wrap,
.content-container.investor-article-single .content-wrap .parent-content-wrap,
.content-container.blank .content-wrap .parent-content-wrap,
.content-container.sec .content-wrap .parent-content-wrap,
.content-container.sofo-award .content-wrap .parent-content-wrap,
.content-container.contact .content-wrap .parent-content-wrap,
.content-container.evas .content-wrap .parent-content-wrap,
.content-container.eva-single .content-wrap .parent-content-wrap,
.content-container.blank-sidebar .content-wrap .parent-content-wrap,
.content-container.management .content-wrap .parent-content-wrap,
.content-container.sofo-partners .content-wrap .parent-content-wrap,
.content-container .dynamic-sections .content-wrap .parent-content-wrap {
  display: table-cell;
  max-width: 666px;
  padding-left: 20px;
}
.content-container.press-release .content-wrap .parent-content-wrap .filters,
.content-container.press-release-single .content-wrap .parent-content-wrap .filters,
.content-container.entries .content-wrap .parent-content-wrap .filters,
.content-container.resources-all .content-wrap .parent-content-wrap .filters,
.content-container.resource-single .content-wrap .parent-content-wrap .filters,
.content-container.investor .content-wrap .parent-content-wrap .filters,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filters,
.content-container.blank .content-wrap .parent-content-wrap .filters,
.content-container.sec .content-wrap .parent-content-wrap .filters,
.content-container.sofo-award .content-wrap .parent-content-wrap .filters,
.content-container.contact .content-wrap .parent-content-wrap .filters,
.content-container.evas .content-wrap .parent-content-wrap .filters,
.content-container.eva-single .content-wrap .parent-content-wrap .filters,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filters,
.content-container.management .content-wrap .parent-content-wrap .filters,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filters,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filters {
  border-bottom: 1px solid #e7e7e7;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases h1,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases h1,
.content-container.entries .content-wrap .parent-content-wrap .releases h1,
.content-container.resources-all .content-wrap .parent-content-wrap .releases h1,
.content-container.resource-single .content-wrap .parent-content-wrap .releases h1,
.content-container.investor .content-wrap .parent-content-wrap .releases h1,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases h1,
.content-container.blank .content-wrap .parent-content-wrap .releases h1,
.content-container.sec .content-wrap .parent-content-wrap .releases h1,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases h1,
.content-container.contact .content-wrap .parent-content-wrap .releases h1,
.content-container.evas .content-wrap .parent-content-wrap .releases h1,
.content-container.eva-single .content-wrap .parent-content-wrap .releases h1,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases h1,
.content-container.management .content-wrap .parent-content-wrap .releases h1,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases h1,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases h1 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin-top: 20px;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release,
.content-container.entries .content-wrap .parent-content-wrap .releases .release,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release,
.content-container.investor .content-wrap .parent-content-wrap .releases .release,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release,
.content-container.blank .content-wrap .parent-content-wrap .releases .release,
.content-container.sec .content-wrap .parent-content-wrap .releases .release,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release,
.content-container.contact .content-wrap .parent-content-wrap .releases .release,
.content-container.evas .content-wrap .parent-content-wrap .releases .release,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release,
.content-container.management .content-wrap .parent-content-wrap .releases .release,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding: 20px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:before,
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:before,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:before,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:before,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:before,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:before,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:after,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:before,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:after,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:before,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:after,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:after,
.content-container.management .content-wrap .parent-content-wrap .releases .release:before,
.content-container.management .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:after,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:after,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:after,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:after,
.content-container.management .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:before,
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:before,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:before,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:before,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:before,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:before,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:after,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:before,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:after,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:before,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:after,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:before,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:after,
.content-container.management .content-wrap .parent-content-wrap .releases .release:before,
.content-container.management .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:after,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:after,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:after,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:after,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:after,
.content-container.management .content-wrap .parent-content-wrap .releases .release:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.management .content-wrap .parent-content-wrap .releases .release:hover,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:hover,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:hover {
  text-decoration: none;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.entries .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.investor .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.blank .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.sec .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.contact .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.evas .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.management .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release:hover .release-title,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release:hover .release-title {
  color: #f48920;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.management .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .release-img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .release-img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 30px;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.management .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .release-title,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .release-title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  font-size: 18px;
  line-height: 24px;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.management .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .release-info,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .release-info {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.management .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .release-subtitle,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .release-subtitle {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.management .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .blurb,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .blurb {
  color: #2f3336;
  font-size: 12px;
  line-height: 16px;
  margin: 5px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.management .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .press-img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .press-img {
  float: left;
  margin-right: 20px;
  max-height: 80px;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.management .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .inv-info,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .inv-info {
  overflow: hidden;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.management .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .inv-img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .inv-img {
  float: left;
  margin-right: 20px;
}
.content-container.press-release .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.press-release-single .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.entries .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.resources-all .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.resource-single .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.investor .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.investor-article-single .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.blank .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.sec .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.sofo-award .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.contact .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.evas .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.eva-single .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.management .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container.sofo-partners .content-wrap .parent-content-wrap .releases .release .release-info-wrap,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .releases .release .release-info-wrap {
  overflow: hidden;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.entries .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.investor .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.blank .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.sec .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.contact .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.evas .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.management .content-wrap .parent-content-wrap .video-awards >h2,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards >h2,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards >h2 {
  margin-top: 20px;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding: 20px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:hover,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:hover {
  text-decoration: none;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award:hover .award-info-wrap .award-title {
  color: #f48920;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award .award-img {
  float: left;
  margin-right: 30px;
  max-width: 110px;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap {
  overflow: hidden;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-info {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
  font-size: 10px;
  line-height: 18px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  font-size: 14px;
  line-height: 24px;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award .award-info-wrap .award-quote p {
  margin-bottom: 5px;
}
.content-container.press-release .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.press-release-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.entries .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.resources-all .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.resource-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.investor .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.blank .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.sec .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.sofo-award .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.contact .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.evas .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.eva-single .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.management .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .video-awards .video-award .award-img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .video-awards .video-award .award-img {
  float: left;
  margin-right: 20px;
  max-height: 80px;
}
.content-container.press-release .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.press-release-single .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.entries .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.resources-all .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.resource-single .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.investor .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.blank .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.sec .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.sofo-award .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.contact .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.evas .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.eva-single .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.management .content-wrap .parent-content-wrap .partners .partner-img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .partners .partner-img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .partners .partner-img {
  float: left;
  margin-right: 20px;
}
.content-container.press-release .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.press-release-single .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.entries .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.resources-all .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.resource-single .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.investor .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.investor-article-single .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.blank .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.sec .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.sofo-award .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.contact .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.evas .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.eva-single .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.management .content-wrap .parent-content-wrap .partners .partner-info,
.content-container.sofo-partners .content-wrap .parent-content-wrap .partners .partner-info,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .partners .partner-info {
  overflow: hidden;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards a,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards a,
.content-container.entries .content-wrap .parent-content-wrap .awards a,
.content-container.resources-all .content-wrap .parent-content-wrap .awards a,
.content-container.resource-single .content-wrap .parent-content-wrap .awards a,
.content-container.investor .content-wrap .parent-content-wrap .awards a,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards a,
.content-container.blank .content-wrap .parent-content-wrap .awards a,
.content-container.sec .content-wrap .parent-content-wrap .awards a,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards a,
.content-container.contact .content-wrap .parent-content-wrap .awards a,
.content-container.evas .content-wrap .parent-content-wrap .awards a,
.content-container.eva-single .content-wrap .parent-content-wrap .awards a,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards a,
.content-container.management .content-wrap .parent-content-wrap .awards a,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards a,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards a {
  display: block;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards a:hover,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards a:hover,
.content-container.entries .content-wrap .parent-content-wrap .awards a:hover,
.content-container.resources-all .content-wrap .parent-content-wrap .awards a:hover,
.content-container.resource-single .content-wrap .parent-content-wrap .awards a:hover,
.content-container.investor .content-wrap .parent-content-wrap .awards a:hover,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards a:hover,
.content-container.blank .content-wrap .parent-content-wrap .awards a:hover,
.content-container.sec .content-wrap .parent-content-wrap .awards a:hover,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards a:hover,
.content-container.contact .content-wrap .parent-content-wrap .awards a:hover,
.content-container.evas .content-wrap .parent-content-wrap .awards a:hover,
.content-container.eva-single .content-wrap .parent-content-wrap .awards a:hover,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards a:hover,
.content-container.management .content-wrap .parent-content-wrap .awards a:hover,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards a:hover,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards a:hover {
  text-decoration: none;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.entries .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.resources-all .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.resource-single .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.investor .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.blank .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.sec .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.contact .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.evas .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.eva-single .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.management .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards a:hover .award-title,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards a:hover .award-title {
  color: #ff6c00;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award,
.content-container.entries .content-wrap .parent-content-wrap .awards .award,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award,
.content-container.investor .content-wrap .parent-content-wrap .awards .award,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award,
.content-container.blank .content-wrap .parent-content-wrap .awards .award,
.content-container.sec .content-wrap .parent-content-wrap .awards .award,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award,
.content-container.contact .content-wrap .parent-content-wrap .awards .award,
.content-container.evas .content-wrap .parent-content-wrap .awards .award,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award,
.content-container.management .content-wrap .parent-content-wrap .awards .award,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding: 20px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award:before,
.content-container.press-release .content-wrap .parent-content-wrap .awards .award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.entries .content-wrap .parent-content-wrap .awards .award:before,
.content-container.entries .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award:before,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor .content-wrap .parent-content-wrap .awards .award:before,
.content-container.investor .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank .content-wrap .parent-content-wrap .awards .award:before,
.content-container.blank .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sec .content-wrap .parent-content-wrap .awards .award:before,
.content-container.sec .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award:after,
.content-container.contact .content-wrap .parent-content-wrap .awards .award:before,
.content-container.contact .content-wrap .parent-content-wrap .awards .award:after,
.content-container.evas .content-wrap .parent-content-wrap .awards .award:before,
.content-container.evas .content-wrap .parent-content-wrap .awards .award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award:after,
.content-container.management .content-wrap .parent-content-wrap .awards .award:before,
.content-container.management .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.entries .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sec .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award:after,
.content-container.contact .content-wrap .parent-content-wrap .awards .award:after,
.content-container.evas .content-wrap .parent-content-wrap .awards .award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award:after,
.content-container.management .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award:before,
.content-container.press-release .content-wrap .parent-content-wrap .awards .award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.entries .content-wrap .parent-content-wrap .awards .award:before,
.content-container.entries .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award:before,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor .content-wrap .parent-content-wrap .awards .award:before,
.content-container.investor .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank .content-wrap .parent-content-wrap .awards .award:before,
.content-container.blank .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sec .content-wrap .parent-content-wrap .awards .award:before,
.content-container.sec .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award:after,
.content-container.contact .content-wrap .parent-content-wrap .awards .award:before,
.content-container.contact .content-wrap .parent-content-wrap .awards .award:after,
.content-container.evas .content-wrap .parent-content-wrap .awards .award:before,
.content-container.evas .content-wrap .parent-content-wrap .awards .award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award:before,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award:after,
.content-container.management .content-wrap .parent-content-wrap .awards .award:before,
.content-container.management .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.entries .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award:after,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor .content-wrap .parent-content-wrap .awards .award:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sec .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award:after,
.content-container.contact .content-wrap .parent-content-wrap .awards .award:after,
.content-container.evas .content-wrap .parent-content-wrap .awards .award:after,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award:after,
.content-container.management .content-wrap .parent-content-wrap .awards .award:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.entries .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.investor .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.blank .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.sec .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.contact .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.evas .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.management .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award .award-img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award .award-img {
  float: left;
  margin-right: 30px;
  width: 200px;
  text-align: center;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.entries .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.investor .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.blank .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.sec .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.contact .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.evas .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.management .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award .award-img img,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award .award-img img {
  max-height: 80px;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.entries .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.investor .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.blank .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.sec .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.contact .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.evas .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.management .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award .award-title,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award .award-title {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #f48920;
  font-size: 18px;
  line-height: 24px;
}
.content-container.press-release .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.press-release-single .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.entries .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.resources-all .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.resource-single .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.investor .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.investor-article-single .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.blank .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.sec .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.sofo-award .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.contact .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.evas .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.eva-single .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.management .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container.sofo-partners .content-wrap .parent-content-wrap .awards .award .award-description,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .awards .award .award-description {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
}
.content-container.press-release .content-wrap .parent-content-wrap.eva-content,
.content-container.press-release-single .content-wrap .parent-content-wrap.eva-content,
.content-container.entries .content-wrap .parent-content-wrap.eva-content,
.content-container.resources-all .content-wrap .parent-content-wrap.eva-content,
.content-container.resource-single .content-wrap .parent-content-wrap.eva-content,
.content-container.investor .content-wrap .parent-content-wrap.eva-content,
.content-container.investor-article-single .content-wrap .parent-content-wrap.eva-content,
.content-container.blank .content-wrap .parent-content-wrap.eva-content,
.content-container.sec .content-wrap .parent-content-wrap.eva-content,
.content-container.sofo-award .content-wrap .parent-content-wrap.eva-content,
.content-container.contact .content-wrap .parent-content-wrap.eva-content,
.content-container.evas .content-wrap .parent-content-wrap.eva-content,
.content-container.eva-single .content-wrap .parent-content-wrap.eva-content,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.eva-content,
.content-container.management .content-wrap .parent-content-wrap.eva-content,
.content-container.sofo-partners .content-wrap .parent-content-wrap.eva-content,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.eva-content {
  padding-bottom: 15px;
}
.content-container.press-release .content-wrap .parent-content-wrap.eva-content h1,
.content-container.press-release-single .content-wrap .parent-content-wrap.eva-content h1,
.content-container.entries .content-wrap .parent-content-wrap.eva-content h1,
.content-container.resources-all .content-wrap .parent-content-wrap.eva-content h1,
.content-container.resource-single .content-wrap .parent-content-wrap.eva-content h1,
.content-container.investor .content-wrap .parent-content-wrap.eva-content h1,
.content-container.investor-article-single .content-wrap .parent-content-wrap.eva-content h1,
.content-container.blank .content-wrap .parent-content-wrap.eva-content h1,
.content-container.sec .content-wrap .parent-content-wrap.eva-content h1,
.content-container.sofo-award .content-wrap .parent-content-wrap.eva-content h1,
.content-container.contact .content-wrap .parent-content-wrap.eva-content h1,
.content-container.evas .content-wrap .parent-content-wrap.eva-content h1,
.content-container.eva-single .content-wrap .parent-content-wrap.eva-content h1,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.eva-content h1,
.content-container.management .content-wrap .parent-content-wrap.eva-content h1,
.content-container.sofo-partners .content-wrap .parent-content-wrap.eva-content h1,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.eva-content h1 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin: 0;
}
.content-container.press-release .content-wrap .parent-content-wrap.eva-content .info,
.content-container.press-release-single .content-wrap .parent-content-wrap.eva-content .info,
.content-container.entries .content-wrap .parent-content-wrap.eva-content .info,
.content-container.resources-all .content-wrap .parent-content-wrap.eva-content .info,
.content-container.resource-single .content-wrap .parent-content-wrap.eva-content .info,
.content-container.investor .content-wrap .parent-content-wrap.eva-content .info,
.content-container.investor-article-single .content-wrap .parent-content-wrap.eva-content .info,
.content-container.blank .content-wrap .parent-content-wrap.eva-content .info,
.content-container.sec .content-wrap .parent-content-wrap.eva-content .info,
.content-container.sofo-award .content-wrap .parent-content-wrap.eva-content .info,
.content-container.contact .content-wrap .parent-content-wrap.eva-content .info,
.content-container.evas .content-wrap .parent-content-wrap.eva-content .info,
.content-container.eva-single .content-wrap .parent-content-wrap.eva-content .info,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.eva-content .info,
.content-container.management .content-wrap .parent-content-wrap.eva-content .info,
.content-container.sofo-partners .content-wrap .parent-content-wrap.eva-content .info,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.eva-content .info {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
  font-size: 10px;
  line-height: 18px;
  padding: 10px 0 15px 0;
  text-transform: uppercase;
}
.content-container.press-release .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.press-release-single .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.entries .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.resources-all .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.resource-single .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.investor .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.investor-article-single .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.blank .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.sec .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.sofo-award .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.contact .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.evas .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.eva-single .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.management .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container.sofo-partners .content-wrap .parent-content-wrap.eva-content .info-content,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.eva-content .info-content {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  padding-bottom: 30px;
}
.content-container.press-release .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.press-release .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.press-release-single .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.press-release-single .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.entries .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.entries .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.resources-all .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.resources-all .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.resource-single .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.resource-single .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.investor .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.investor .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.investor-article-single .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.investor-article-single .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.blank .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.blank .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.sec .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.sec .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.sofo-award .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.sofo-award .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.contact .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.contact .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.evas .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.evas .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.eva-single .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.eva-single .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.management .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.management .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container.sofo-partners .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container.sofo-partners .content-wrap .parent-content-wrap.eva-content .info-content ol,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.eva-content .info-content ul,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.eva-content .info-content ol {
  margin-left: 20px;
}
.content-container.press-release .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.press-release-single .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.entries .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.resources-all .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.resource-single .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.investor .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.investor-article-single .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.blank .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.sec .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.sofo-award .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.contact .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.evas .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.eva-single .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.management .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container.sofo-partners .content-wrap .parent-content-wrap.eva-content .info-content iframe,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.eva-content .info-content iframe {
  height: 500px;
  width: 100%;
}
.content-container.press-release .content-wrap .parent-content-wrap.press-content,
.content-container.press-release-single .content-wrap .parent-content-wrap.press-content,
.content-container.entries .content-wrap .parent-content-wrap.press-content,
.content-container.resources-all .content-wrap .parent-content-wrap.press-content,
.content-container.resource-single .content-wrap .parent-content-wrap.press-content,
.content-container.investor .content-wrap .parent-content-wrap.press-content,
.content-container.investor-article-single .content-wrap .parent-content-wrap.press-content,
.content-container.blank .content-wrap .parent-content-wrap.press-content,
.content-container.sec .content-wrap .parent-content-wrap.press-content,
.content-container.sofo-award .content-wrap .parent-content-wrap.press-content,
.content-container.contact .content-wrap .parent-content-wrap.press-content,
.content-container.evas .content-wrap .parent-content-wrap.press-content,
.content-container.eva-single .content-wrap .parent-content-wrap.press-content,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.press-content,
.content-container.management .content-wrap .parent-content-wrap.press-content,
.content-container.sofo-partners .content-wrap .parent-content-wrap.press-content,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.press-content {
  padding-bottom: 15px;
}
.content-container.press-release .content-wrap .parent-content-wrap.press-content h1,
.content-container.press-release-single .content-wrap .parent-content-wrap.press-content h1,
.content-container.entries .content-wrap .parent-content-wrap.press-content h1,
.content-container.resources-all .content-wrap .parent-content-wrap.press-content h1,
.content-container.resource-single .content-wrap .parent-content-wrap.press-content h1,
.content-container.investor .content-wrap .parent-content-wrap.press-content h1,
.content-container.investor-article-single .content-wrap .parent-content-wrap.press-content h1,
.content-container.blank .content-wrap .parent-content-wrap.press-content h1,
.content-container.sec .content-wrap .parent-content-wrap.press-content h1,
.content-container.sofo-award .content-wrap .parent-content-wrap.press-content h1,
.content-container.contact .content-wrap .parent-content-wrap.press-content h1,
.content-container.evas .content-wrap .parent-content-wrap.press-content h1,
.content-container.eva-single .content-wrap .parent-content-wrap.press-content h1,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.press-content h1,
.content-container.management .content-wrap .parent-content-wrap.press-content h1,
.content-container.sofo-partners .content-wrap .parent-content-wrap.press-content h1,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.press-content h1 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin: 0;
}
.content-container.press-release .content-wrap .parent-content-wrap.press-content .info,
.content-container.press-release-single .content-wrap .parent-content-wrap.press-content .info,
.content-container.entries .content-wrap .parent-content-wrap.press-content .info,
.content-container.resources-all .content-wrap .parent-content-wrap.press-content .info,
.content-container.resource-single .content-wrap .parent-content-wrap.press-content .info,
.content-container.investor .content-wrap .parent-content-wrap.press-content .info,
.content-container.investor-article-single .content-wrap .parent-content-wrap.press-content .info,
.content-container.blank .content-wrap .parent-content-wrap.press-content .info,
.content-container.sec .content-wrap .parent-content-wrap.press-content .info,
.content-container.sofo-award .content-wrap .parent-content-wrap.press-content .info,
.content-container.contact .content-wrap .parent-content-wrap.press-content .info,
.content-container.evas .content-wrap .parent-content-wrap.press-content .info,
.content-container.eva-single .content-wrap .parent-content-wrap.press-content .info,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.press-content .info,
.content-container.management .content-wrap .parent-content-wrap.press-content .info,
.content-container.sofo-partners .content-wrap .parent-content-wrap.press-content .info,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.press-content .info {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #939598;
  font-size: 10px;
  line-height: 18px;
  padding: 10px 0 15px 0;
  text-transform: uppercase;
}
.content-container.press-release .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.press-release-single .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.entries .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.resources-all .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.resource-single .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.investor .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.investor-article-single .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.blank .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.sec .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.sofo-award .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.contact .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.evas .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.eva-single .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.management .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container.sofo-partners .content-wrap .parent-content-wrap.press-content .release-subtitle,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.press-content .release-subtitle {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  font-size: 14px;
  line-height: 18px;
  margin: 5px 0 10px;
}
.content-container.press-release .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.press-release-single .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.entries .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.resources-all .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.resource-single .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.investor .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.investor-article-single .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.blank .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.sec .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.sofo-award .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.contact .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.evas .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.eva-single .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.management .content-wrap .parent-content-wrap.press-content .info-content,
.content-container.sofo-partners .content-wrap .parent-content-wrap.press-content .info-content,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.press-content .info-content {
  border-bottom: 1px solid #e7e7e7;
  line-height: 24px;
  padding-bottom: 30px;
}
.content-container.press-release .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.press-release .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.press-release-single .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.press-release-single .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.entries .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.entries .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.resources-all .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.resources-all .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.resource-single .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.resource-single .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.investor .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.investor .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.investor-article-single .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.investor-article-single .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.blank .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.blank .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.sec .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.sec .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.sofo-award .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.sofo-award .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.contact .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.contact .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.evas .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.evas .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.eva-single .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.eva-single .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.management .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.management .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container.sofo-partners .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container.sofo-partners .content-wrap .parent-content-wrap.press-content .info-content ol,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.press-content .info-content ul,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.press-content .info-content ol {
  margin-left: 20px;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .control,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .control {
  float: none;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings {
  border-top: 1px solid #e7e7e7;
  display: block;
  padding: 30px 0 5px;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  float: left;
  font-size: 16px;
  padding-right: 30px;
  width: 160px;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.sortable:hover {
  cursor: pointer;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.desc {
  padding-right: 0;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort.view {
  float: right;
  padding-right: 0;
  width: auto;
}
.content-container.press-release .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.press-release-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.entries .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.resources-all .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.resource-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.investor .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.investor-article-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.blank .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.sec .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.sofo-award .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.contact .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.evas .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.eva-single .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.blank-sidebar .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.management .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container.sofo-partners .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active,
.content-container .dynamic-sections .content-wrap .parent-content-wrap.sec-wrap .controls .sortings .sort i.active {
  color: #ff6c00;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing,
.content-container.management .content-wrap .parent-content-wrap .filings .filing,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding: 20px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.management .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.management .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.management .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.management .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.management .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing:before,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing:before,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing:after {
  content: " ";
  display: table;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.management .content-wrap .parent-content-wrap .filings .filing:after,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing:after,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing:after {
  clear: both;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file {
  float: left;
  padding-right: 30px;
  width: 160px;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.filing-description,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.filing-description {
  padding-right: 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.views,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.views {
  float: right;
  padding-right: 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.views a,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.views a {
  background: url(/wp-content/themes/sonicfoundry/images/doc-sprite.png) center top no-repeat;
  display: block;
  float: right;
  height: 22px;
  margin-right: 12px;
  width: 23px;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.views a:first-child {
  margin-right: 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.views a.html,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.views a.html {
  background-position: -98px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.views a.pdf {
  background-position: -49px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.views a.txt,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.views a.txt {
  background-position: -147px 0;
}
.content-container.press-release .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.press-release-single .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.entries .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.resources-all .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.resource-single .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.investor .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.investor-article-single .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.blank .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.sec .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.sofo-award .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.contact .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.evas .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.eva-single .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.blank-sidebar .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.management .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container.sofo-partners .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl,
.content-container .dynamic-sections .content-wrap .parent-content-wrap .filings .filing .file.views a.xbrl {
  background-position: 0px 0;
}
.content-container.dynamic-sections .sections .section {
  background-size: auto 100%;
  background-position: center top;
  overflow: hidden;
  padding: 51px 15px;
  position: relative;
  page-break-inside: avoid !important;
}
.content-container.dynamic-sections .sections .section:before,
.content-container.dynamic-sections .sections .section:after {
  content: " ";
  display: table;
}
.content-container.dynamic-sections .sections .section:after {
  clear: both;
}
.content-container.dynamic-sections .sections .section:before,
.content-container.dynamic-sections .sections .section:after {
  content: " ";
  display: table;
}
.content-container.dynamic-sections .sections .section:after {
  clear: both;
}
.content-container.dynamic-sections .sections .section ol,
.content-container.dynamic-sections .sections .section ul {
  margin-left: 20px;
}
.content-container.dynamic-sections .sections .section.lg {
  background: #f6f6f6;
}
.content-container.dynamic-sections .sections .section.dg {
  background: #2f3336;
  color: #ffffff;
}
.content-container.dynamic-sections .sections .section.white {
  background: #ffffff;
}
.content-container.dynamic-sections .sections .section.img {
  color: #ffffff;
}
.content-container.dynamic-sections .sections .section.text_image_logos {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.content-container.dynamic-sections .sections .section.text_image_logos .logo {
  margin-bottom: 20px;
}
.content-container.dynamic-sections .sections .section.text_one_image,
.content-container.dynamic-sections .sections .section.text_two_image,
.content-container.dynamic-sections .sections .section.text_three_image {
  font-size: 18px;
  text-align: center;
}
.content-container.dynamic-sections .sections .section.text_one_image img,
.content-container.dynamic-sections .sections .section.text_two_image img,
.content-container.dynamic-sections .sections .section.text_three_image img {
  margin-bottom: 25px;
}
.content-container.dynamic-sections .sections .section.text_one_image .label,
.content-container.dynamic-sections .sections .section.text_two_image .label,
.content-container.dynamic-sections .sections .section.text_three_image .label {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 25px;
}
.content-container.dynamic-sections .sections .section.text_one_image .label.white,
.content-container.dynamic-sections .sections .section.text_two_image .label.white,
.content-container.dynamic-sections .sections .section.text_three_image .label.white {
  color: #ffffff;
  font-size: 24px;
}
.content-container.dynamic-sections .sections .section.text_one_image .three-link:hover .label,
.content-container.dynamic-sections .sections .section.text_two_image .three-link:hover .label,
.content-container.dynamic-sections .sections .section.text_three_image .three-link:hover .label {
  color: #f48920;
}
.content-container.dynamic-sections .sections .section.text_one_image .three-link:hover .label.white,
.content-container.dynamic-sections .sections .section.text_two_image .three-link:hover .label.white,
.content-container.dynamic-sections .sections .section.text_three_image .three-link:hover .label.white {
  color: #f48920;
}
.content-container.dynamic-sections .sections .section.text_one_image .subtext,
.content-container.dynamic-sections .sections .section.text_two_image .subtext,
.content-container.dynamic-sections .sections .section.text_three_image .subtext {
  margin-bottom: 40px;
}
.content-container.dynamic-sections .sections .section.text_one_image a,
.content-container.dynamic-sections .sections .section.text_two_image a,
.content-container.dynamic-sections .sections .section.text_three_image a {
  text-decoration: none;
}
.content-container.dynamic-sections .sections .section.text_three_image .label {
  font-size: 24px;
}
.content-container.dynamic-sections .sections .section.two_column_side_image {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.content-container.dynamic-sections .sections .section.two_column_side_image .section-title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}
.content-container.dynamic-sections .sections .section.two_column_side_image img {
  margin: 0;
}
.content-container.dynamic-sections .sections .section.two_column_side_image .section-content.alignleft {
  padding-left: 0;
}
.content-container.dynamic-sections .sections .section.two_column_side_image .section-content.alignright {
  padding-right: 0;
}
.content-container.dynamic-sections .sections .section.two_column_side_image .section-image img {
  max-width: 100%;
}
.content-container.dynamic-sections .sections .section.two_column_side_image .section-image.alignleft {
  padding-left: 0;
}
.content-container.dynamic-sections .sections .section.two_column_side_image .section-image.alignright {
  padding-right: 0;
}
.content-container.dynamic-sections .sections .section.text_only {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}
.content-container.dynamic-sections .sections .section .wrapper {
  position: relative;
  z-index: auto;
}
.content-container.dynamic-sections .sections .section .section-title {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 40px;
  text-align: center;
}
.content-container.dynamic-sections .sections .section .section-title.subhead {
  font-size: 36px;
  margin-bottom: 25px;
}
.content-container.dynamic-sections .sections .section .media.alignright {
  margin-left: 40px;
}
.content-container.dynamic-sections .sections .section .media.alignleft {
  margin-right: 40px;
}
.content-container.dynamic-sections .sections .section .circle {
  border-radius: 50%;
}
.content-container.dynamic-sections .sections .section .of {
  overflow: hidden;
}
.content-container.dynamic-sections .sections .section .bg-img {
  display: none;
  min-height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.content-container.dynamic-sections .sections .section img {
  max-width: 100%;
}
.content-container.contact .office-locations {
  border-left: 1px solid #e7e7e7;
  display: table-cell;
  padding-left: 50px;
  width: 265px;
}
.content-container.contact .office-locations .locations .location {
  margin-bottom: 30px;
}
.content-container.contact .office-locations .locations .location i {
  margin-right: 10px;
  padding-top: 5px;
}
.content-container.contact .office-locations .locations .location .name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}
.content-container.contact .office-locations .locations .location .address,
.content-container.contact .office-locations .locations .location .phone,
.content-container.contact .office-locations .locations .location .additional-phone {
  display: flex;
  font-size: 14px;
  line-height: 24px;
}
.content-container.contact .contact-wrap {
  margin-bottom: 20px;
  padding-right: 50px !important;
}
.content-container.contact .contact-wrap .support {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 29px;
  padding-bottom: 29px;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container {
  max-width: 600px;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm {
  width: 100% !important;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow {
  clear: none;
  float: left;
  width: 48%;
  margin: 0 1%;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow:last-child {
  width: 100% !important;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow .mktoOffset,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow .mktoGutter {
  display: none;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow .mktoFieldDescriptor {
  margin-bottom: 20px !important;
  width: 100%;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow label {
  float: left;
  width: auto !important;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  clear: both;
  width: 100% !important;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input:-moz-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select:-moz-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea:-moz-placeholder {
  color: #999999;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input::-moz-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select::-moz-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea::-moz-placeholder {
  color: #999999;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input:-ms-input-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select:-ms-input-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea:-ms-input-placeholder {
  color: #999999;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input::-webkit-input-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select::-webkit-input-placeholder,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea::-webkit-input-placeholder {
  color: #999999;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input:focus,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select:focus,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea: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);
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input[disabled],
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input[readonly],
fieldset[disabled] .content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select[disabled],
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select[readonly],
fieldset[disabled] .content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea[disabled],
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea[readonly],
fieldset[disabled] .content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow input,
textarea.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow select,
textarea.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea {
  height: auto;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow textarea {
  min-height: 150px;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow.last {
  width: 100% !important;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow.last .mktoFieldDescriptor {
  width: 100%;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow fieldset {
  padding-right: 0 !important;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormRow fieldset legend {
  display: none;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoButtonRow {
  clear: both;
  display: block;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFormCol,
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoFieldWrap {
  float: none;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoButton {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #125ca3;
  background-image: none;
  border-color: #e7e7e7;
  border-radius: 5px;
  font-size: 16px;
  padding: 0.7em 1em;
  width: 100%;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm .mktoButton:hover {
  background: #175dbe;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm fieldset .mktoFormRow .mktoFieldDescriptor {
  clear: none;
  float: left;
  margin-left: 4%;
  width: 48%;
}
.content-container.contact .contact-wrap .contact-form-wrap .form-container .mktoForm fieldset .mktoFormRow .mktoFieldDescriptor:first-child {
  margin-left: 0;
}
.content-container.entries h1 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  margin: 0 0 15px 0;
}
.content-container.entries .top-content {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.content-container.entries .entries-wrap {
  display: table-cell;
  max-width: 666px;
  padding-left: 20px;
}
.content-container.entries .entries-wrap .entry-wrap .entry {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.content-container.entries .entries-wrap .entry-wrap .entry:before,
.content-container.entries .entries-wrap .entry-wrap .entry:after {
  content: " ";
  display: table;
}
.content-container.entries .entries-wrap .entry-wrap .entry:after {
  clear: both;
}
.content-container.entries .entries-wrap .entry-wrap .entry:before,
.content-container.entries .entries-wrap .entry-wrap .entry:after {
  content: " ";
  display: table;
}
.content-container.entries .entries-wrap .entry-wrap .entry:after {
  clear: both;
}
.content-container.entries .entries-wrap .entry-wrap .entry .entry-image {
  float: left;
  margin-right: 20px;
  width: 200px;
}
.content-container.search .posts .search-entry {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.content-container.newsroom .breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
}
.content-container.newsroom .breadcrumbs {
  margin-bottom: 0;
  padding-top: 10px;
}
.content-container.newsroom .default-content {
  background: white;
}
.content-container.newsroom .content-wrap.wrapper {
  background: #ffffff;
  padding: 0;
  position: relative;
  width: 100%;
}
.content-container.newsroom .title {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #e7e7e7;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.content-container.newsroom .title .view-all {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  float: right;
  font-size: 18px;
}
.content-container.newsroom .addthis_toolbox {
  position: absolute;
  right: 0;
  top: 0;
}
.content-container.newsroom .latest-items {
  background: #ffffff;
  padding: 0 0 10px 0;
}
.content-container.newsroom .latest-items .latests .lat-container {
  padding: 0 5px;
}
.content-container.newsroom .latest-items .latests .lat-container:first-child {
  padding-left: 0;
}
.content-container.newsroom .latest-items .latests .lat-container:last-child {
  padding-right: 0;
}
.content-container.newsroom .latest-items .all-news {
  display: none;
}
.content-container.newsroom .latest-items .title {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: none;
  margin-bottom: 30px;
}
.content-container.newsroom .latest-items .tiles .latest {
  margin-bottom: 10px;
  margin-left: 12px;
  overflow: hidden;
}
.content-container.newsroom .latest-items .tiles .latest.featured {
  height: 488px;
  margin-left: 0;
  width: 455px;
}
.content-container.newsroom .latest-items .tiles .latest.featured .lat-image,
.content-container.newsroom .latest-items .tiles .latest.featured .lat-title,
.content-container.newsroom .latest-items .tiles .latest.featured .lat-author,
.content-container.newsroom .latest-items .tiles .latest.featured .lat-info {
  padding: 0 15px;
}
.content-container.newsroom .latest-items .tiles .latest.featured .lat-img {
  max-height: 100%;
}
.content-container.newsroom .latest-items .tiles .latest.featured .lat-img img {
  max-height: 100%;
  max-width: 100%;
}
.content-container.newsroom .latest-items .tiles .latest.featured .lat-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}
.content-container.newsroom .latest-items .tiles .latest .lat-img img {
  max-height: 160px;
  max-width: 100%;
}
.content-container.newsroom .social-info {
  background: #ffffff;
  padding-bottom: 30px;
}
.content-container.newsroom .social-info .twitter-wrap .twitter-feed .tab {
  background: #20a7d3;
  color: #ffffff;
  display: table-cell;
  font-size: 36px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 53px;
}
.content-container.newsroom .social-info .twitter-wrap .twitter-feed .tab:hover {
  color: #f48920;
}
.content-container.newsroom .social-info .twitter-wrap .twitter-feed .tab .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #20a7d3;
  position: absolute;
  right: -5px;
  top: 32px;
}
.content-container.newsroom .social-info .twitter-wrap .twitter-feed #twitter-update {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #f6f6f6;
  display: table-cell;
  font-size: 18px;
  padding: 20px 12px 12px 30px;
  vertical-align: top;
  width: 100%;
}
.content-container.newsroom .social-info .twitter-wrap .twitter-feed #twitter-update .info-line {
  font-size: 14px;
}
.content-container.newsroom .social-info .table-spacer {
  display: table-cell;
  width: 10px;
}
.content-container.newsroom .social-info .dyk-wrap {
  display: table-cell;
}
.content-container.newsroom .social-info .dyk-wrap .dyk {
  display: table;
  width: 645px;
}
.content-container.newsroom .social-info .dyk-wrap .dyk .tab {
  background: #f48920;
  color: #ffffff;
  display: table-cell;
  font-size: 36px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 53px;
}
.content-container.newsroom .social-info .dyk-wrap .dyk .tab .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #f48920;
  position: absolute;
  right: -5px;
  top: 32px;
}
.content-container.newsroom .social-info .dyk-wrap .dyk .content {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #ffffff;
  display: table-cell;
  font-size: 18px;
  padding: 12px 12px 12px 20px;
  vertical-align: top;
}
.content-container.newsroom .press-investor {
  background: #f6f6f6;
  padding: 30px 0;
}
.content-container.newsroom .press-investor .press {
  float: left;
  margin-right: 4%;
  width: 48%;
}
.content-container.newsroom .press-investor .press .press-releases .release {
  margin: auto 0 20px 0;
}
.content-container.newsroom .press-investor .press .press-releases .release .rel-img {
  float: left;
  margin-right: 15px;
  width: 100px;
}
.content-container.newsroom .press-investor .press .press-releases .release .rel-content {
  overflow: hidden;
}
.content-container.newsroom .press-investor .press .press-releases .release .title-link {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  display: block;
  font-size: 18px;
}
.content-container.newsroom .press-investor .press .press-releases .release .title-link:hover {
  color: #ff6c00;
}
.content-container.newsroom .press-investor .press .press-releases .release .title-link .subhead {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.content-container.newsroom .press-investor .press .press-releases .release .title-link .blurb {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.content-container.newsroom .press-investor .investor {
  float: left;
  width: 48%;
}
.content-container.newsroom .press-investor .investor .invs .inv-img {
  float: left;
  margin-right: 15px;
  width: 100px;
}
.content-container.newsroom .press-investor .investor .invs .inv-content {
  overflow: hidden;
}
.content-container.newsroom .press-investor .investor .invs .inv {
  margin: auto 0 20px 0;
}
.content-container.newsroom .press-investor .investor .invs .inv .title-link {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  display: block;
  font-size: 18px;
}
.content-container.newsroom .press-investor .investor .invs .inv .title-link:hover {
  color: #ff6c00;
}
.content-container.newsroom .blog {
  background: #f6f6f6;
  padding: 30px 0;
}
.content-container.newsroom .blog .tiles .latest {
  margin-bottom: 10px;
  margin-left: 6px;
  overflow: hidden;
}
.content-container.newsroom .blog .tiles .latest:first-child {
  margin-left: 0;
}
.content-container.newsroom .blog .tiles .latest .lat-img img {
  max-height: 160px;
  max-width: 100%;
}
.content-container.newsroom .social-media {
  background: #ffffff;
  padding: 30px 0 0 0;
}
.content-container.newsroom .social-media .follow .main {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.content-container.newsroom .social-media .media {
  float: left;
  width: 32%;
}
.content-container.newsroom .social-media .media a {
  display: block;
  margin-bottom: 6px;
}
.content-container .web-wrap {
  background: #f6f6f6;
}
.content-container .web-wrap .web-container {
  padding: 50px 0;
  text-align: center;
}
.content-container .web-wrap .web-container .title {
  border-bottom: 3px solid #fbcf24;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 5px 0;
}
.content-container .web-wrap .web-container .small-web-link {
  display: none;
  margin-top: 20px;
}
.content-container .web-wrap .web-container .web {
  width: 912px;
  height: 330px;
  background: url(/wp-content/themes/sonicfoundry/images/web.png) center top no-repeat;
  margin: 10px auto auto auto;
  position: relative;
}
.content-container .web-wrap .web-container .web .circ {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  padding: 6px;
  position: absolute;
}
.content-container .web-wrap .web-container .web .circ img {
  transition: -webkit-filter .5s, -moz-filter .51s, filter .5s;
  vertical-align: middle;
}
.content-container .web-wrap .web-container .web .circ .grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all .6s ease;
  -webkit-backface-visibility: hidden;
}
.content-container .web-wrap .web-container .web .circ.lrg {
  width: 112px;
  height: 112px;
  background: #ffffff;
  line-height: 94px;
}
.content-container .web-wrap .web-container .web .circ.lrg.logo {
  border: 1px solid #e7e7e7;
  padding: 5px;
}
.content-container .web-wrap .web-container .web .circ.lrg.logo img {
  border-radius: 0;
  margin: 3px;
  max-height: 75px;
  max-width: 75px;
}
.content-container .web-wrap .web-container .web .circ.sml {
  width: 72px;
  height: 72px;
  background: #ffffff;
  line-height: 54px;
}
.content-container .web-wrap .web-container .web .circ.sml.logo {
  border: 1px solid #e7e7e7;
  padding: 5px;
}
.content-container .web-wrap .web-container .web .circ.sml.logo img {
  border-radius: 0;
  margin: 2px;
  max-height: 50px;
  max-width: 50px;
}
.content-container .web-wrap .web-container .web .circ.lrg img {
  border-radius: 50%;
  max-height: 100px;
  max-width: 100px;
}
.content-container .web-wrap .web-container .web .circ.sml img {
  border-radius: 50%;
  max-height: 60px;
  max-width: 60px;
}
.content-container .web-wrap .web-container .web .circ[rel="1"] {
  top: 116px;
  left: -6px;
}
.content-container .web-wrap .web-container .web .circ[rel="2"] {
  bottom: 9px;
  left: 70px;
}
.content-container .web-wrap .web-container .web .circ[rel="3"] {
  top: 37px;
  left: 93px;
}
.content-container .web-wrap .web-container .web .circ[rel="4"] {
  top: 138px;
  left: 195px;
}
.content-container .web-wrap .web-container .web .circ[rel="5"] {
  top: 3px;
  left: 278px;
}
.content-container .web-wrap .web-container .web .circ[rel="6"] {
  bottom: 34px;
  left: 278px;
}
.content-container .web-wrap .web-container .web .circ[rel="7"] {
  top: 82px;
  left: 321px;
}
.content-container .web-wrap .web-container .web .circ[rel="8"] {
  bottom: 21px;
  left: 447px;
}
.content-container .web-wrap .web-container .web .circ[rel="9"] {
  top: -6px;
  left: 478px;
}
.content-container .web-wrap .web-container .web .circ[rel="10"] {
  bottom: 137px;
  left: 572px;
}
.content-container .web-wrap .web-container .web .circ[rel="11"] {
  bottom: -6px;
  left: 654px;
}
.content-container .web-wrap .web-container .web .circ[rel="12"] {
  top: 2px;
  left: 676px;
}
.content-container .web-wrap .web-container .web .circ[rel="13"] {
  top: 76px;
  left: 731px;
}
.content-container .web-wrap .web-container .web .circ[rel="14"] {
  bottom: 49px;
  left: 846px;
}
.content-container .web-wrap .web-container .web .circ:hover {
  background: #ffffff;
  border: 2px solid #fbcf24 !important;
  padding: 4px !important;
}
.content-container .web-wrap .web-container .web .circ:hover img {
  background: #ffffff;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.content-container .web-wrap .web-container .web .circ:hover img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.content-container .modal {
  text-align: left;
}
.content-container .modal .modal-dialog {
  padding: 35px 25px 25px 25px !important;
  position: absolute;
  left: 50%;
  margin-left: -426px;
  top: 25%;
  max-width: 852px;
  padding: 0;
  background: #ffffff;
  width: 100%;
}
.content-container .modal .modal-dialog .modal-content {
  border-radius: 0px;
  border: none;
  box-shadow: unset;
}
.content-container .modal .modal-dialog .modal-content .close {
  display: block;
  color: #7f8182;
  cursor: pointer;
  text-align: right;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -30px;
}
.content-container .modal .modal-dialog .modal-content .close:hover {
  color: #f6f6f6;
}
.content-container .modal .modal-dialog .modal-content .modal-pic {
  text-align: center;
}
.content-container .modal .modal-dialog .modal-content .modal-pic img {
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
  border: 2px solid #fbcf24;
  padding: 4px;
}
.content-container .modal .modal-dialog .modal-content .modal-info {
  float: left;
}
.content-container .modal .modal-dialog .modal-content .modal-info .embed .modal-description {
  text-align: center;
  margin-bottom: 100px;
}
.content-container .modal .modal-dialog .modal-content .modal-info .embed .modal-description iframe,
.content-container .modal .modal-dialog .modal-content .modal-info .embed .modal-description embed {
  max-width: 100%;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-info-wrap {
  position: relative;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-info-wrap .modal-org-pic {
  bottom: 0;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-org {
  font-size: 14px;
  line-height: 18px;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-links {
  margin-top: 5px;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-links a {
  color: #ed5a34;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-org-pic {
  float: right;
}
.content-container .modal .modal-dialog .modal-content .modal-info .modal-org-pic img {
  max-height: 100px;
  max-width: 300px;
}
.content-container .default-content .web-wrap {
  background: #ffffff;
}
.content-container .default-content .banner-wrap {
  width: 100%;
  height: 225px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.content-container .default-content .banner-wrap .banner {
  position: absolute;
  left: 0;
  min-height: 226px;
  min-width: 100%;
  top: 0;
  z-index: 2;
}
.content-container .default-content .banner-wrap.child,
.content-container .default-content .banner-wrap.grandchild {
  width: 100%;
  height: auto;
  max-height: 300px;
}
.content-container .default-content .banner-wrap.child .carousel.fade,
.content-container .default-content .banner-wrap.grandchild .carousel.fade {
  opacity: 1;
}
.content-container .default-content .banner-wrap.child .carousel.fade .item,
.content-container .default-content .banner-wrap.grandchild .carousel.fade .item {
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 1s ease-in-out opacity;
  transition: 1s ease-in-out opacity;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.content-container .default-content .banner-wrap.child .carousel.fade .item:first-child,
.content-container .default-content .banner-wrap.grandchild .carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.content-container .default-content .banner-wrap.child .carousel.fade .item.active,
.content-container .default-content .banner-wrap.grandchild .carousel.fade .item.active {
  opacity: 1;
  transition: opacity ease-in-out .7s;
  z-index: 2;
}
.content-container .default-content .banner-wrap.child .banner,
.content-container .default-content .banner-wrap.grandchild .banner {
  position: absolute;
  left: 0;
  max-width: none;
  min-height: 300px;
  min-width: 100%;
  top: 0;
  z-index: 2;
}
.content-container .default-content .banner-wrap.child .carousel .item .wrapper,
.content-container .default-content .banner-wrap.grandchild .carousel .item .wrapper {
  height: 300px;
  position: relative;
}
.content-container .default-content .banner-wrap.child .carousel .carousel-indicators,
.content-container .default-content .banner-wrap.grandchild .carousel .carousel-indicators {
  bottom: -10px;
}
.content-container .default-content .banner-wrap.child .carousel .carousel-indicators .active,
.content-container .default-content .banner-wrap.grandchild .carousel .carousel-indicators .active {
  background: #125ca3;
  width: 10px;
  height: 10px;
  margin: 1px;
}
.content-container .default-content .banner-wrap.child .carousel .carousel-indicators li,
.content-container .default-content .banner-wrap.grandchild .carousel .carousel-indicators li {
  border-color: #125ca3;
}
.content-container .default-content .banner-wrap.child .carousel .controls,
.content-container .default-content .banner-wrap.grandchild .carousel .controls {
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -525px;
  top: 0;
  width: 1050px;
  z-index: 2;
}
.content-container .default-content .banner-wrap.child .carousel .controls .carousel-control,
.content-container .default-content .banner-wrap.grandchild .carousel .controls .carousel-control {
  background-image: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 300px;
  opacity: 1;
  width: 40px;
}
.content-container .default-content .banner-wrap.child .carousel .controls .carousel-control.left,
.content-container .default-content .banner-wrap.grandchild .carousel .controls .carousel-control.left {
  text-align: left;
}
.content-container .default-content .banner-wrap.child .carousel .controls .carousel-control.right,
.content-container .default-content .banner-wrap.grandchild .carousel .controls .carousel-control.right {
  text-align: right;
}
.content-container .default-content .banner-wrap.child .overlay,
.content-container .default-content .banner-wrap.grandchild .overlay {
  width: 100%;
  height: 100%;
  background: #ffffff;
  background: rgba(255,255,255,0.85);
  display: table;
  max-width: 420px;
  padding: 0 22px;
  height: 300px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.content-container .default-content .banner-wrap.child .overlay .overlay-content,
.content-container .default-content .banner-wrap.grandchild .overlay .overlay-content {
  display: table-cell;
  font-size: 30px;
  vertical-align: middle;
}
.content-container .default-content .banner-wrap.child .overlay .overlay-content img,
.content-container .default-content .banner-wrap.grandchild .overlay .overlay-content img {
  margin-bottom: 25px;
}
.content-container .default-content .banner-wrap.child .overlay .overlay-content .txt,
.content-container .default-content .banner-wrap.grandchild .overlay .overlay-content .txt {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  line-height: 36px;
  margin-bottom: 25px;
}
.content-container .default-content .banner-wrap.child .overlay .overlay-content .ov-sm-img,
.content-container .default-content .banner-wrap.grandchild .overlay .overlay-content .ov-sm-img {
  max-width: 200px;
  max-height: 120px;
  margin-bottom: 20px;
}
.content-container .default-content .banner-wrap.child .overlay .overlay-content .txt,
.content-container .default-content .banner-wrap.grandchild .overlay .overlay-content .txt {
  font-size: 24px;
  line-height: 36px;
}
.content-container .default-content .banner-wrap .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
}
.content-container .default-content .banner-wrap .banner-title {
  width: 100%;
  height: 100%;
  max-width: 750px;
  position: relative;
  z-index: 4;
}
.content-container .default-content .banner-wrap .banner-title h1 {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  bottom: 10px;
  position: absolute;
}
.content-container .default-content .banner-wrap .banner-title .banner-logo-overlay {
  position: absolute;
  right: 0;
  top: 20px;
}
.content-container .default-content .content {
  min-height: 300px;
  background: #ffffff;
  padding-top: 10px;
}
.content-container .default-content .content .content-wrap {
  padding-bottom: 50px;
  position: relative;
}
.content-container .default-content .content .content-wrap .addthis_toolbox {
  position: absolute;
  right: 0;
  top: 0;
}
.content-container .default-content .content .free-trial {
  text-align: center;
}
.content-container .default-content .content .direct .child-wrap {
  padding: 30px 0 50px 0;
}
.content-container .default-content .content .direct .child-wrap:before,
.content-container .default-content .content .direct .child-wrap:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .direct .child-wrap:after {
  clear: both;
}
.content-container .default-content .content .direct .child-wrap:before,
.content-container .default-content .content .direct .child-wrap:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .direct .child-wrap:after {
  clear: both;
}
.content-container .default-content .content .direct .child-wrap:first-child {
  padding-top: 0;
}
.content-container .default-content .content .direct .child-wrap.odd {
  background: #ffffff;
}
.content-container .default-content .content .direct .child-wrap.even {
  background: #f6f6f6;
}
.content-container .default-content .content .direct .child-wrap .info .descr {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 20px;
}
.content-container .default-content .content .direct .child-wrap .child-image {
  float: right !important;
  padding-right: 0 !important;
}
.content-container .default-content .content .direct .child-wrap .child-image img {
  float: right;
}
.content-container .default-content .content .child-page .intro {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.content-container .default-content .content .child-page .intro:before,
.content-container .default-content .content .child-page .intro:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .child-page .intro:after {
  clear: both;
}
.content-container .default-content .content .child-page .intro:before,
.content-container .default-content .content .child-page .intro:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .child-page .intro:after {
  clear: both;
}
.content-container .default-content .content .child-page .page-nav {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0 50px 0;
}
.content-container .default-content .content .child-page .page-nav:before,
.content-container .default-content .content .child-page .page-nav:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .child-page .page-nav:after {
  clear: both;
}
.content-container .default-content .content .child-page .page-nav:before,
.content-container .default-content .content .child-page .page-nav:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .child-page .page-nav:after {
  clear: both;
}
.content-container .default-content .content .child-page .page-nav .nav-item {
  background: #f6f6f6;
  border-radius: 6px;
  display: block;
  float: left;
  margin-bottom: 16px;
  min-width: 223px;
  padding: 20px;
  width: 48%;
}
.content-container .default-content .content .child-page .page-nav .nav-item.odd {
  margin-left: 4%;
}
.content-container .default-content .content .child-page .page-nav .nav-itema:hover {
  text-decoration: none;
}
.content-container .default-content .content .child-page .page-nav .nav-itema:hover .rd {
  color: #f48920;
}
.content-container .default-content .content .child-page .page-nav .nav-item .ic {
  color: #5f6263;
  float: left;
  font-size: 36px;
  margin-right: 10px;
  min-width: 40px;
}
.content-container .default-content .content .child-page .page-nav .nav-item .rd {
  display: block;
  font-size: 18px;
  line-height: 36px;
  overflow: hidden;
  vertical-align: top;
}
.content-container .default-content .content .child-page .page-nav .nav-item .rd i {
  line-height: 20px;
  vertical-align: middle;
}
.content-container .default-content .content .child-page .page-sections {
  margin-top: 50px;
}
.content-container .default-content .content .child-page .page-sections .ssection {
  margin-bottom: 70px;
}
.content-container .default-content .content .child-page .page-sections .ssection:last-child {
  margin-bottom: 40px;
}
.content-container .default-content .content .child-page .page-sections .ssection .ss_image {
  padding-right: 0;
  text-align: center;
}
.content-container .default-content .content .child-page .page-sections .ssection .ss_info {
  padding-left: 0;
}
.content-container .default-content .content .child-page .page-sections .ssection .ss_info.col-md-12 {
  padding-left: 15px;
}
.content-container .default-content .content .child-page .page-sections .ssection .ss_info .ss_title h2 {
  margin-top: 0;
}
.content-container .default-content .content .child-page.grandchild .btn-lrg {
  margin-top: 20px;
}
.content-container .default-content .content .child-page.grandchild .content-sidebar {
  display: table-cell;
  float: none;
  margin-top: 36px;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections {
  display: table-cell;
  width: 617px;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section {
  border-top: 1px solid #d8d5d5;
  margin-top: 36px;
  padding-top: 30px;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section:before,
.content-container .default-content .content .child-page.grandchild .gchild-sections .section:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section:after {
  clear: both;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section:before,
.content-container .default-content .content .child-page.grandchild .gchild-sections .section:after {
  content: " ";
  display: table;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section:after {
  clear: both;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section h2 {
  margin-top: 0;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section .icon {
  font-size: 60px;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section .icon i {
  vertical-align: top;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section .intro {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section .sub-sections {
  margin-top: 20px;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section .sub-sections .sub {
  margin-bottom: 10px;
}
.content-container .default-content .content .child-page.grandchild .gchild-sections .section .sub-sections .sub .txt {
  font-weight: 12px;
  line-height: 18px;
}
.content-container .default-content .content .child-page.grandchild .table-spacer {
  display: table-cell;
  width: 50px;
}
.content-container.customers-new .filter-button label {
  color: #ed5a34;
}
.content-container.customers-new .filter-button label:hover {
  color: #ab3f1f;
  cursor: pointer;
}
.content-container.customers-new .control-container {
  display: none;
}
.content-container.customers-new .tiles {
  margin-bottom: 50px;
}
.content-container.customers-new .tiles .row {
  margin: 0;
}
.content-container.customers-new .tiles .customer-tile {
  height: 258px;
  margin-bottom: 20px;
  min-width: 240px;
  padding: 0 8px;
  overflow: hidden;
  position: relative;
}
.content-container.customers-new .tiles .customer-tile .cell {
  display: table-cell;
  vertical-align: middle;
}
.content-container.customers-new .tiles .customer-tile.ts:hover,
.content-container.customers-new .tiles .customer-tile.cs:hover,
.content-container.customers-new .tiles .customer-tile.vo:hover {
  cursor: pointer;
}
.content-container.customers-new .tiles .customer-tile.small .full {
  visibility: hidden;
}
.content-container.customers-new .tiles .customer-tile.small .info-bar {
  display: none;
}
.content-container.customers-new .tiles .customer-tile .wrap {
  height: 100%;
  position: relative;
}
.content-container.customers-new .tiles .customer-tile .wrap .top {
  background-color: #f6f6f6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 155px;
  padding: 8px;
  position: relative;
  text-align: center;
}
.content-container.customers-new .tiles .customer-tile .wrap .top img {
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
  vertical-align: middle;
}
.content-container.customers-new .tiles .customer-tile .wrap .top .ie8 img {
  top: 0;
  width: 239px;
}
.content-container.customers-new .tiles .customer-tile .wrap .top .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.content-container.customers-new .tiles .customer-tile .wrap .bottom {
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  padding: 20px 15px 5px;
}
.content-container.customers-new .tiles .customer-tile .wrap .bottom .b-org {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  line-height: 18px;
}
.content-container.customers-new .tiles .customer-tile .wrap .bottom .b-prim {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #2f3336;
  font-size: 12px;
  line-height: 16px;
}
.content-container.customers-new .tiles .customer-tile .tile-image {
  max-height: 100%;
  max-width: 100%;
}
.content-container.customers-new .tiles .customer-tile .info-bar {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: rgba(255,255,255,0.8);
  bottom: 0;
  color: #000000;
  font-size: 10px;
  line-height: 12px;
  padding: 8px 8px 4px;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
.content-container.customers-new .tiles .customer-tile .hover {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  background: #f48920;
  color: #ffffff;
  cursor: default;
  display: table;
  opacity: 0;
  padding: 20px 15px 0 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 10;
}
.content-container.customers-new .tiles .customer-tile .hover .org {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 5px;
  position: relative;
  opacity: 0;
  text-align: center;
  top: 20px;
  -webkit-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.content-container.customers-new .tiles .customer-tile .hover .prim {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  position: relative;
  opacity: 0;
  top: 20px;
  -webkit-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.content-container.customers-new .tiles .customer-tile .hover .second {
  font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
  position: relative;
  opacity: 0;
  top: 20px;
  -webkit-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.content-container.customers-new .tiles .customer-tile .hover .continue {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  opacity: 0;
  text-align: center;
  top: 20px;
  -webkit-transition: top .3s ease, opacity .3s ease;
  transition: top .3s ease, opacity .3s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.content-container.customers-new .tiles .customer-tile .hover.ts:hover,
.content-container.customers-new .tiles .customer-tile .hover.cs:hover,
.content-container.customers-new .tiles .customer-tile .hover.vo:hover {
  cursor: pointer;
}
.content-container.customers-new .tiles .customer-tile:hover {
  text-decoration: none;
}
.content-container.customers-new .tiles .customer-tile:hover .hover {
  opacity: 1;
  top: 0;
}
.content-container.customers-new .tiles .customer-tile:hover .hover .org,
.content-container.customers-new .tiles .customer-tile:hover .hover .description,
.content-container.customers-new .tiles .customer-tile:hover .hover .prim,
.content-container.customers-new .tiles .customer-tile:hover .hover .second,
.content-container.customers-new .tiles .customer-tile:hover .hover .continue {
  opacity: 1;
  top: 0;
}
@media only screen and (max-width: 525px) {
  .content-container.customers-new .tiles .customer-tile {
    display: block;
    float: none;
    margin: auto auto 20px;
  }
}
.content-container.customers-new .modal {
  text-align: left;
}
.content-container.customers-new .modal .modal-dialog {
  padding: 35px 25px 25px 25px !important;
  position: absolute;
  left: 50%;
  margin-left: -426px;
  top: 25%;
  max-width: 852px;
  padding: 0;
  background: #ffffff;
  width: 100%;
}
.content-container.customers-new .modal .modal-dialog .modal-content {
  border-radius: 0px;
  border: none;
  box-shadow: unset;
}
.content-container.customers-new .modal .modal-dialog .modal-content .close {
  display: block;
  color: #7f8182;
  cursor: pointer;
  text-align: right;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -30px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .close:hover {
  color: #f6f6f6;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-pic {
  text-align: center;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-pic img {
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
  border: 2px solid #fbcf24;
  padding: 4px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info {
  float: left;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .embed .modal-description {
  text-align: center;
  margin-bottom: 100px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .embed .modal-description iframe,
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .embed .modal-description embed {
  max-width: 100%;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-info-wrap {
  position: relative;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-info-wrap .modal-org-pic {
  bottom: 0;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-description {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-org {
  font-size: 14px;
  line-height: 18px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-links {
  margin-top: 5px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-links a {
  color: #ed5a34;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-org-pic {
  float: right;
}
.content-container.customers-new .modal .modal-dialog .modal-content .modal-info .modal-org-pic img {
  max-height: 100px;
  max-width: 300px;
}
.content-container.customers-new .slider-container.customers {
  max-height: 393px;
  padding: 0;
}
.content-container.customers-new .slider-container.customers .peripherals {
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
  bottom: 10px;
  left: 50%;
  position: absolute;
  z-index: 10;
}
.content-container.customers-new .slider-container.customers .peripherals .carousel-control {
  color: #ffffff;
}
.content-container.customers-new .slider-container.customers .peripherals li {
  border-color: #ffffff;
}
.content-container.customers-new .slider-container.customers .peripherals li.active {
  background: #ffffff;
}
.featured-customers-container {
  background: #ffffff;
}
.featured-customers-container #carousel-featured-customers {
  min-height: 322px;
  padding: 50px 0;
}
.featured-customers-container #carousel-featured-customers .carousel-indicators {
  bottom: 0;
}
.featured-customers-container #carousel-featured-customers .carousel-indicators li {
  width: 7px;
  height: 7px;
  background: #d8d5d5;
  border-color: #d8d5d5;
  margin: 1px 3px;
}
.featured-customers-container #carousel-featured-customers .carousel-indicators li.active {
  background: #2f3336;
  border-color: #2f3336;
  margin: 1px 3px;
}
.featured-customers-container #carousel-featured-customers .item {
  opacity: 0;
  transition-property: opacity;
}
.featured-customers-container #carousel-featured-customers .item.active {
  opacity: 1;
}
.featured-customers-container #carousel-featured-customers .item.active .img-link {
  opacity: 1;
  top: 0;
}
.featured-customers-container #carousel-featured-customers .item.active.left,
.featured-customers-container #carousel-featured-customers .item.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.featured-customers-container #carousel-featured-customers .item.next.left,
.featured-customers-container #carousel-featured-customers .item.prev.right {
  opacity: 1;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content {
  background: #ffffff;
  display: table;
  margin-top: 25px;
  width: 100%;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-pic {
  display: table-cell;
  vertical-align: middle;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info {
  display: table-cell;
  padding: 0 30px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info.pbot {
  padding-bottom: 25px;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info .testimonial-description {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  padding-top: 25px;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info .testimonial-description .big-quote {
  color: #ed5a34;
  line-height: 30px;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info .testimonial-signature {
  display: table;
  width: 100%;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info .testimonial-signature .t-cell {
  display: table-cell;
  vertical-align: top;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info .testimonial-name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info .testimonial-org-pic {
  display: table-cell;
  text-align: right;
}
.featured-customers-container #carousel-featured-customers .item .testimonial-content .testimonial-info .testimonial-org-pic img {
  max-height: 80px;
}
.featured-customers-container #carousel-featured-customers .feat-pic {
  text-align: center;
}
.featured-customers-container #carousel-featured-customers .feat-pic img {
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
  border: 2px solid #fbcf24;
  padding: 4px;
}
.featured-customers-container #carousel-featured-customers .feat-info {
  float: left;
}
.featured-customers-container #carousel-featured-customers .feat-info .embed .modal-description {
  text-align: center;
  margin-bottom: 100px;
}
.featured-customers-container #carousel-featured-customers .feat-info .embed .modal-description iframe,
.featured-customers-container #carousel-featured-customers .feat-info .embed .modal-description embed {
  max-width: 100%;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-info-wrap {
  position: relative;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-info-wrap .modal-org-pic {
  bottom: 0;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-description {
  font-family: 'HelveticaNeueLT-Light', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-name {
  font-family: 'HelveticaNeueLT-Bold', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-org {
  font-size: 14px;
  line-height: 18px;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-links {
  margin-top: 5px;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-links a {
  color: #ed5a34;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-org-pic {
  float: right;
}
.featured-customers-container #carousel-featured-customers .feat-info .feat-org-pic img {
  max-height: 100px;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .featured-customers-container #carousel-featured-customers .feat-pic {
    display: block;
    margin-bottom: 25px;
    width: auto;
  }
  .featured-customers-container #carousel-featured-customers .feat-info {
    width: 100%;
  }
}
.featured-customers-container .customers-button {
  background: #125ca3;
  padding: 0 0 30px;
  text-align: center;
}
.featured-customers-container .customers-button .btn {
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  margin: auto;
  max-width: 230px;
  padding: 11px 0 9px;
  width: 100%;
}
.featured-customers-container .customers-button .btn:hover {
  border-color: #000000;
  color: #000000;
}
.featured-customers-container #featured-customer-logos {
  height: 233px;
  position: relative;
}
.featured-customers-container #featured-customer-logos .overlay {
  background: #125ca3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.featured-customers-container #featured-customer-logos .logos {
  height: 100%;
  position: relative;
  text-align: center;
  z-index: 10;
}
.featured-customers-container #featured-customer-logos .logos #carousel-featured-logos,
.featured-customers-container #featured-customer-logos .logos .carousel-inner {
  height: 100%;
}
.featured-customers-container #featured-customer-logos .logos .item {
  opacity: 0;
  transition-property: opacity;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.featured-customers-container #featured-customer-logos .logos .item .img-link {
  -webkit-transition: .2s left, .2s opacity;
  transition: .2s left, .2s opacity;
  position: relative;
  opacity: 0;
  top: 200px;
}
.featured-customers-container #featured-customer-logos .logos .item .img-link img {
  max-width: 100%;
}
.featured-customers-container #featured-customer-logos .logos .item .img-link:nth-child(5) {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.featured-customers-container #featured-customer-logos .logos .item .img-link:nth-child(4) {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.featured-customers-container #featured-customer-logos .logos .item .img-link:nth-child(3) {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}
.featured-customers-container #featured-customer-logos .logos .item .img-link:nth-child(2) {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
.featured-customers-container #featured-customer-logos .logos .item .img-link:nth-child(1) {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
.featured-customers-container #featured-customer-logos .logos .item .featured-logo {
  display: inline-block;
  padding: 0 35px;
}
.featured-customers-container #featured-customer-logos .logos .item.active {
  opacity: 1;
}
.featured-customers-container #featured-customer-logos .logos .item.active .img-link {
  opacity: 1;
  top: 0;
  left: 0;
}
.featured-customers-container #featured-customer-logos .logos .item.active.left,
.featured-customers-container #featured-customer-logos .logos .item.active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.featured-customers-container #featured-customer-logos .logos .item.next.left,
.featured-customers-container #featured-customer-logos .logos .item.prev.right {
  opacity: 1;
}
.featured-customers-container #featured-customer-logos .logos .item.active.left .img-link {
  opacity: 0;
  left: 800px;
}
.featured-customers-container #featured-customer-logos .logos .item.active.left .img-link:nth-child(5) {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}
.featured-customers-container #featured-customer-logos .logos .item.active.left .img-link:nth-child(4) {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.featured-customers-container #featured-customer-logos .logos .item.active.left .img-link:nth-child(3) {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
}
.featured-customers-container #featured-customer-logos .logos .item.active.left .img-link:nth-child(2) {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
.featured-customers-container #featured-customer-logos .logos .item.active.left .img-link:nth-child(1) {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}
@media only screen and (max-width: 920px) {
  .featured-customers-container #featured-customer-logos {
    height: auto;
  }
  .featured-customers-container #featured-customer-logos .carousel-inner {
    padding: 20px;
  }
  .featured-customers-container #featured-customer-logos .img-link img {
    margin-bottom: 25px;
  }
  .featured-customers-container #featured-customer-logos .item {
    top: auto !important;
    transform: none !important;
  }
}
@media (max-width: 1062px) {
  #contact-float-wrap {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .dynamic-sections .section {
    background-size: 0 0 !important;
  }
  .dynamic-sections .section .bg-img {
    display: block !important;
    max-width: auto !important;
  }
}
@media (max-width: 1200px) {
  .menu-main-menu-top-container .menu > .menu-item > a {
    padding: 17px 11px !important;
  }
  .menu-main-menu-top-container .menu > .menu-item:last-child .sub-menu-wrap {
    left: -90px;
  }
}
@media (max-width: 992px) {
  .customer .top {
    background: #ffffff !important;
  }
  .customer .testimonial {
    background: #ffffff !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #contact-float-wrap {
    display: none !important;
  }
  h1 {
    font-size: 48px;
  }
  .menu-top-wrapper .logo {
    display: inline !important;
  }
  .menu-top-wrapper .logo-wrap {
    float: left;
    padding: 0 0 0 15px;
    text-align: center;
    width: auto;
  }
  .menu-top-wrapper .right-top .secondary-links {
    display: none;
  }
  .menu-top-wrapper .right-top .menu-wrap {
    float: right;
    margin-top: 32px;
    padding: 0;
    width: auto;
  }
  .menu-top-wrapper .right-top {
    padding-top: 9px !important;
  }
  .menu-top-wrapper .menu-main-menu-top-container .menu > .menu-item > a {
    padding: 17px 11px !important;
  }
  .header .menu-top-wrapper .menu-wrap .menu-main-menu-top-container > ul > .menu-item.large-menu > .sub-menu-wrap > .sub-menu > li {
    padding: 0 20px !important;
  }
  .nav-wrap .nav {
    border-left: none !important;
  }
  .mid-nav .nav.border {
    border-right: none !important;
  }
  .modal-backdrop {
    display: none;
  }
  .web-wrap .modals {
    display: none;
  }
  .web-wrap .web-container .small-web-link {
    display: block !important;
    margin: 20px auto;
  }
  .web-wrap .web-container .web {
    display: none;
  }
  .latest-wrap .all-news {
    margin-right: 15px;
  }
  .related-cases .sm-header {
    text-align: center;
  }
  .footer-top .informed,
  .footer-top .support {
    border-bottom: 1px solid #939598;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer-top .follow {
    margin-top: 20px;
  }
  .footer-top .main {
    margin-bottom: 20px;
  }
  .footer-top .social-icons .si {
    margin-bottom: 20px;
  }
  .footer-bottom {
    display: none;
  }
  .copyright {
    margin-top: 20px;
    text-align: center;
  }
  .banner-title {
    text-align: center;
  }
  .banner-title h1 {
    line-height: 60px;
    position: relative !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
  }
  .banner-title .banner-logo-overlay {
    display: none;
  }
  .content-container .modal .modal-dialog {
    margin-left: 0 !important;
    left: 5% !important;
    width: 90% !important;
  }
  .content-container .modal .modal-dialog .modal-pic {
    padding: 0;
  }
  .direct .child-wrap .child-image img {
    display: none;
  }
  .child-page .page-nav .item-wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .child-page .page-nav .nav-item {
    height: 126px;
    margin: 0 15px 16px 0 !important;
    max-width: 263px !important;
    padding: 20px 10px !important;
    width: 30% !important;
  }
  .child-page .page-nav .nav-item .ic {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
  }
  .child-page .page-nav .nav-item .rd {
    display: block;
    line-height: 20px !important;
    margin-left: 0 !important;
    text-align: center;
  }
  .child-page .page-nav .nav-item .rd i {
    display: none;
  }
  .child-page.grandchild .gchild-sections {
    display: block !important;
    width: 100% !important;
  }
  .child-page.grandchild .gchild-sections .section {
    border-top: 1px solid #d8d5d5;
    margin-top: 36px;
    padding-top: 30px;
  }
  .child-page.grandchild .gchild-sections .section:before,
  .child-page.grandchild .gchild-sections .section:after {
    content: " ";
    display: table;
  }
  .child-page.grandchild .gchild-sections .section:after {
    clear: both;
  }
  .child-page.grandchild .gchild-sections .section:before,
  .child-page.grandchild .gchild-sections .section:after {
    content: " ";
    display: table;
  }
  .child-page.grandchild .gchild-sections .section:after {
    clear: both;
  }
  .child-page.grandchild .gchild-sections .section .icon {
    font-size: 60px;
  }
  .child-page.grandchild .gchild-sections .section .icon i {
    vertical-align: top;
  }
  .child-page.grandchild .gchild-sections .section .intro {
    font-family: 'HelveticaNeueLT-Roman', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
  }
  .child-page.grandchild .gchild-sections .section .intro img {
    display: none;
  }
  .child-page.grandchild .gchild-sections .section .sub-sections {
    margin-top: 20px;
  }
  .child-page.grandchild .gchild-sections .section .sub-sections .sub {
    margin-bottom: 10px;
  }
  .child-page.grandchild .gchild-sections .section .sub-sections .sub .txt {
    font-weight: 12px;
    line-height: 18px;
  }
  .child-page.grandchild .content-sidebar {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .carousel .controls {
    display: none;
  }
  .demo-wrap .mktoForm {
    margin-top: 20px;
  }
  .demo-wrap .request-form-wrap {
    margin: 0 15px;
  }
  .controls .control {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 51% !important;
  }
  .controls .enterprise-award {
    position: absolute;
    right: 0;
    top: 0;
  }
  .controls .cs {
    margin-right: 25px;
  }
  .controls .control.type,
  .controls .control.category,
  .controls .control.year {
    width: 100% !important;
  }
  .tiles .tile-wrap .tile:last-child {
    margin-right: 0px !important;
  }
  .customer .content-sidebar {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 20px auto 0 auto;
    max-width: 400px;
    width: 100% !important;
  }
  .customer .testimonial-pic {
    display: block !important;
    text-align: center;
  }
  #carousel-featured-customers .testimonial-pic {
    display: none !important;
  }
  #carousel-featured-customers .testimonial-info {
    display: block !important;
  }
  .customer .testimonial-content {
    display: block !important;
  }
  .table-spacer {
    display: none !important;
    width: 0 !important;
  }
  .sofo-award .content-sidebar {
    max-width: 200px !important;
  }
  .press-release .content-sidebar {
    max-width: 200px !important;
  }
  .blank-sidebar .content-sidebar {
    max-width: 200px !important;
  }
  .blank.community .content-sidebar {
    max-width: 200px !important;
  }
  .press-release-single .content-sidebar {
    max-width: 200px !important;
  }
  .investor .content-sidebar {
    max-width: 200px !important;
  }
  .investor-article-single .content-sidebar {
    max-width: 200px !important;
  }
  .entries .content-sidebar {
    max-width: 200px !important;
  }
  .tiles-container	.breadcrumbs,
  .tiles-container .content-wrap,
  .tiles-container .tiles {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .resources-all .tiles .tile {
    margin: 0 14px 15px 0 !important;
  }
  .resource-single .resource-form,
  .resource-single .resource-info {
    display: block !important;
  }
  .resource-single .resource-info {
    width: 60% !important;
    float: left;
  }
  .resource-single .resource-info .resource-banner img {
    max-width: 456px !important;
  }
  .resource-single .resource-form {
    width: 290px !important;
    float: right;
  }
  .blog .content-sidebar {
    display: block !important;
  }
  .blog .content-sidebar .search-wrap {
    max-width: 100% !important;
  }
  .blog .content-sidebar .search-wrap input {
    height: 41px;
  }
  .blog .content-sidebar .search-wrap i {
    font-size: 24px;
    top: 8px !important;
  }
  .blog .posts {
    display: block !important;
  }
  .blog .posts {
    width: 60% !important;
    float: left;
  }
  .blog .content-sidebar {
    width: 290px !important;
    float: right;
  }
  .blog .posts .post-img img {
    width: 100% !important;
  }
  .newsroom .latest-items .latest.featured {
    float: none !important;
    margin: 0 auto 20px auto !important;
  }
  .newsroom .latest-items .latest.reg {
    margin-left: 10px !important;
  }
  .press-investor .title .view-all {
    display: block !important;
    float: none !important;
    margin-bottom: 5px !important;
    text-align: left !important;
  }
  .social-media .title .view-all {
    display: block !important;
    float: none !important;
    margin-bottom: 5px !important;
    text-align: right !important;
  }
  .sec .content-sidebar {
    max-width: 200px !important;
  }
  .sec .sec-wrap .sortings .sort {
    padding-right: 10px !important;
    max-width: 120px;
  }
  .sec .sec-wrap .sortings .sort.view {
    padding-right: 0 !important;
  }
  .sec .sec-wrap .filing .file {
    padding-right: 10px !important;
    max-width: 120px;
  }
  .sec .sec-wrap .filing .file.views {
    padding-right: 0 !important;
  }
  .sec .sec-wrap .filing .views a {
    margin-right: 5px !important;
  }
  .customers .controls {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .single-resource .webinar .latest {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .dynamic-sections .text_image_logos .media {
    float: none !important;
    margin: 0 0 20px 0 !important;
    text-align: center;
  }
  .dynamic-sections .text_image_logos .media * {
    max-width: 100%;
  }
  .dynamic-sections .text_image_logos .logo {
    text-align: center;
  }
  .dynamic-sections .two_column_side_image .section-image {
    float: none !important;
    padding: 0 15px !important;
    text-align: center;
  }
  .dynamic-sections .two_column_side_image .section-image img {
    float: none !important;
  }
  .dynamic-sections .two_column_side_image .section-content {
    float: none !important;
    padding: 0 15px !important;
    text-align: center;
  }
  .releases .inv-img {
    float: none !important;
    margin: 0 0 20px !important;
    text-align: center;
  }
}
@media (max-width: 890px) {
  .logo-wrap {
    float: none !important;
  }
  .logo-wrap .logo {
    display: block;
    margin: auto;
  }
  .right-top {
    position: absolute !important;
    visibility: hidden;
  }
  #mobile-menu-btn {
    display: block !important;
  }
  .hero-container .wrapper {
    margin-left: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 767px) {
  .content-wrap .default-title {
    padding-top: 0 !important;
  }
  body .content-sidebar {
    min-width: 200px !important;
  }
  .addthis_toolbox {
    padding-bottom: 10px;
    margin-top: 20px;
    position: static !important;
  }
  .content-container .slider-container {
    float: none !important;
    display: none;
  }
  .controls .enterprise-award {
    top: -62px !important;
  }
  .tiles .tile-wrap .tile.cs:last-child {
    margin-right: auto !important;
  }
  .press-release .addthis_toolbox {
    margin-left: 15px;
  }
  .press-release-single .addthis_toolbox {
    margin-left: 15px;
  }
  .investor .addthis_toolbox {
    margin-left: 15px;
  }
  .investor-article-single .addthis_toolbox {
    margin-left: 15px;
  }
  .entries-wrap .entry-wrap .entry-image {
    float: none !important;
    margin-bottom: 20px !important;
  }
  .content-container .modal .modal-dialog {
    border: 1px solid #e7e7e7;
    top: 5% !important;
  }
  .content-container .modal .modal-dialog .modal-pic {
    display: none !important;
  }
  .content-container .modal .modal-dialog .modal-info {
    width: 100% !important;
  }
  .content-container .modal .modal-dialog .modal-org-pic {
    position: static !important;
  }
  .resource-single .resource-info {
    margin-bottom: 20px !important;
    width: 100% !important;
  }
  .resource-single .resource-form {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .blog .content-sidebar {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .blog .posts {
    margin-bottom: 20px !important;
    width: 100% !important;
  }
  .blog .post-info {
    float: left !important;
  }
  .blog .social-icons .si {
    margin-left: 12px !important;
  }
  .social-info .dyk-wrap,
  .social-info .twitter-wrap {
    display: block !important;
    float: none !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .sec .content-wrap .content-sidebar {
    display: block !important;
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .sec .sec-wrap {
    display: block !important;
    margin-top: 50px !important;
    padding: 0 !important;
  }
  .sofo-award .awards .award .award-img {
    display: block;
    float: none !important;
    text-align: center;
    margin: 0 auto 10px auto !important;
  }
  .sofo-partners .partners .partner .partner-img {
    display: block;
    float: none !important;
    text-align: center;
    margin: 0 auto 10px auto !important;
  }
  .contact .office-locations {
    border-right: 0 !important;
    display: block !important;
    padding-right: 0 !important;
  }
  .contact .office-locations {
    width: 100% !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }
  .contact .office-locations:before,
  .contact .office-locations:after {
    content: " ";
    display: table;
  }
  .contact .office-locations:after {
    clear: both;
  }
  .contact .office-locations:before,
  .contact .office-locations:after {
    content: " ";
    display: table;
  }
  .contact .office-locations:after {
    clear: both;
  }
  .contact .office-locations .location {
    float: left;
    margin-right: 20px;
    width: 50% !important;
    margin-right: 0 !important;
    padding: 0 15px !important;
  }
  .contact .content-wrap {
    width: 100% !important;
  }
  .contact .content-wrap .contact-wrap.parent-content-wrap {
    display: block !important;
    margin-top: 30px;
    padding-left: 0 !important;
  }
  .video-award-wrap .award-img {
    display: block !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
  .newsroom .latest-items .latest.reg {
    float: none !important;
    height: auto !important;
    margin: auto auto 20px !important;
    max-width: 350px;
  }
}
@media (max-width: 731px) {
  .hero-container .overlay-content .txt {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .hero-container video {
    display: none !important;
  }
}
@media (max-width: 560px) {
  .hero-container video {
    height: 300px !important;
    width: auto !important;
  }
}
@media (max-width: 531px) {
  .logo-wrap .logo {
    margin-left: 75px !important;
    max-width: 65%;
  }
  .child-page .page-nav .nav-item {
    min-width: 100% !important;
  }
  .child-page .gchild-sections .icon {
    display: none !important;
  }
  .child-page .page-sections .ss_image {
    display: block !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .child-page .page-sections .ss_info {
    display: block !important;
    padding-left: 15px;
    width: 100% !important;
  }
  .btn-lrg {
    padding: 10px 35px !important;
  }
  .demo-wrap .mktoForm {
    padding: 0;
  }
  .demo-wrap .request-form-wrap .mktoButton {
    width: 100% !important;
  }
  .demo-wrap .request-form-wrap .mktoFormRow {
    width: 100% !important;
  }
  .demo-wrap .request-form-wrap .mktoFormRow .mktoFieldDescriptor {
    width: 100% !important;
  }
  .controls .control {
    margin-right: 15px !important;
  }
  .controls .control.industry,
  .controls .control.application,
  .controls .control.region {
    float: none !important;
    width: auto !important;
  }
  .controls .enterprise-award {
    float: none !important;
    margin: 0 0 20px 15px;
    position: static !important;
  }
  .controls .control.type .cs {
    padding-bottom: 15px !important;
  }
  .tiles .tile-wrap .tile {
    float: none !important;
    margin-left: auto !important;
    margin-bottom: 25px !important;
    margin-right: auto !important;
  }
  .tiles .tile-wrap .tile:first-child {
    margin-top: 20px !important;
  }
  .footer .footer-top .informed form {
    padding: 0 !important;
    width: 100% !important;
  }
  .footer-top .informed {
    margin-right: 0 !important;
  }
  .wrapper .latest {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .testimonial-info .testimonial-org-pic {
    display: block !important;
    margin-top: 15px !important;
    position: static !important;
  }
  .testimonial-content .testimonial-pic img {
    max-width: 388px !important;
    width: 100% !important;
  }
  .testimonial-info .testimonial-description {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .testimonial-info .testimonial-description .big-quote {
    font-size: 50px;
  }
  .press-release .content-wrap .content-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .blank-sidebar .content-wrap .content-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .blank-sidebar .parent-content-wrap {
    display: block !important;
    float: none !important;
  }
  .blank .content-wrap .content-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  body .blank .blank-content {
    padding-left: 0 !important;
  }
  body .sofo-award .content-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .investor .content-wrap .content-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .content-sidebar {
    display: table-footer-group !important;
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100%;
    width: 100% !important;
  }
  .content-sidebar > .parent-page {
    padding-top: 25px !important;
    margin: 0 25px !important;
  }
  .content-sidebar > .investor-extras {
    margin: 0 25px 25px !important;
  }
  .content-sidebar .sb-ul {
    padding: 10px 25px 20px 25px !important;
  }
  .press-release .press-wrap,
  .sofo-award .awards-wrap,
  .investor .investors-wrap,
  .video-award-wrap {
    display: block !important;
    margin-top: 50px !important;
    padding: 0 15px !important;
  }
  .press-release .content-wrap {
    padding: 0 0 50px 0 !important;
  }
  .press-release .paginate {
    text-align: center !important;
  }
  .press-release-single .content-wrap .content-sidebar {
    display: block !important;
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .press-release-single .press-wrap {
    display: block !important;
    margin-top: 50px !important;
    padding: 0 15px !important;
  }
  .press-release-single .content-wrap {
    padding: 0 0 50px 0 !important;
  }
  .investor .press-wrap {
    display: block !important;
    margin-top: 50px !important;
    padding: 0 15px !important;
  }
  .investor .content-wrap {
    padding: 0 15px 50px 15px !important;
  }
  .investor .paginate {
    text-align: center !important;
  }
  .investor-article-single .content-wrap .content-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .investor-article-single .press-wrap {
    display: block !important;
    margin-top: 50px !important;
    padding: 0 15px !important;
  }
  .investor-article-single .content-wrap {
    padding: 0 15px 50px 15px !important;
  }
  .entries .content-wrap .content-sidebar {
    float: none;
    margin: 20px auto 0 auto;
    max-width: 100% !important;
    padding: auto 15px !important;
  }
  .entries .content-wrap .entries-wrap {
    display: block !important;
    padding-top: 20px !important;
    width: 100% !important;
  }
  .tiles-container .view-all-link {
    clear: both !important;
    float: none !important;
    display: block !important;
    margin-top: 30px !important;
    text-align: left !important;
  }
  .tiles-container .tiles .tile-wrap .tile:last-child {
    margin-right: auto !important;
  }
  .resource-single input,
  .resource-single select {
    margin-bottom: 10px !important;
  }
  .social-info .twitter-wrap .twitter-feed {
    height: auto !important;
  }
  .press-investor .press,
  .press-investor .investor {
    float: none !important;
    width: 100% !important;
    margin: 0 0 50px 0 !important;
  }
  .newsroom .blog .latest {
    height: auto !important;
  }
  .newsroom .social-media .follow,
  .newsroom .social-media .media {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 50px 0 !important;
  }
  .newsroom .social-media .follow:before,
  .newsroom .social-media .follow:after,
  .newsroom .social-media .media:before,
  .newsroom .social-media .media:after {
    content: " ";
    display: table;
  }
  .newsroom .social-media .follow:after,
  .newsroom .social-media .media:after {
    clear: both;
  }
  .newsroom .social-media .follow:before,
  .newsroom .social-media .follow:after,
  .newsroom .social-media .media:before,
  .newsroom .social-media .media:after {
    content: " ";
    display: table;
  }
  .newsroom .social-media .follow:after,
  .newsroom .social-media .media:after {
    clear: both;
  }
  .sec .content-wrap .sec-wrap .filing .views {
    width: 36px !important;
  }
  .sec .content-wrap .sec-wrap .filing .views a {
    float: none !important;
    margin: auto auto 10px auto !important;
  }
  padding-right:7px
		.sec .content-wrap .sec-wrap .sortings .sort.fdate {
    width: 110px !important;
  }
  .sec .content-wrap .sec-wrap .sortings .sort.form_type {
    width: 75px !important;
  }
  .sec .content-wrap .sec-wrap .sortings .sort.view {
    padding-right: 0 !important;
  }
  .sec .content-wrap .sec-wrap .sortings .sort.desc {
    display: none !important;
  }
  .sec .content-wrap .sec-wrap .filing .file {
    padding-right: 7px !important;
  }
  .sec .content-wrap .sec-wrap .filing .file.file-date {
    width: 110px !important;
  }
  .sec .content-wrap .sec-wrap .filing .file.filing-description {
    display: none !important;
  }
  .sec .content-wrap .sec-wrap .filing .file.filing-form-type {
    width: 75px !important;
  }
  .content-wrap {
    width: 100% !important;
  }
  body .contact .office-locations .location {
    float: none !important;
    margin: 0 auto 20px auto !important;
    width: 100% !important;
  }
  body .contact .contact-form-wrap .form-container .mktoForm {
    padding: 0;
  }
  body .contact .contact-form-wrap .form-container .mktoButton {
    width: 100% !important;
  }
  body .contact .contact-form-wrap .form-container .mktoFormRow {
    width: 100% !important;
  }
  body .contact .contact-form-wrap .form-container .mktoFormRow .mktoFieldDescriptor {
    marign-left: 0 !important;
    width: 100% !important;
  }
  body .contact .contact-form-wrap .form-container .mktoFormRow fieldset {
    padding-left: 0 !important;
  }
  body .contact .contact-form-wrap .form-container .mktoFormRow fieldset .mktoFieldDescriptor {
    margin-left: 0 !important;
  }
  body .contact .addthis_toolbox {
    padding-left: 15px !important;
  }
  body .eva-single .eva-wrap .eva-content h2 {
    margin-top: 20px !important;
  }
  .eva-single iframe {
    max-height: 300px !important;
  }
  .resource-single .webinar .img-text-wrap {
    text-align: center;
  }
  .resource-single .webinar .webinar-featured {
    float: none !important;
    margin: auto auto 20px auto;
  }
  .resource-single .webinar .pres-mods-wrap .image-wrap {
    float: none !important;
    margin: auto auto 20px auto !important;
  }
  .resource-single .webinar .pres-mods-wrap .by,
  .resource-single .webinar .pres-mods-wrap .name {
    text-align: center;
  }
  .mktoFieldWrap .custom-btn {
    width: 33px !important;
  }
  .marketo-news-grey .mktoButton {
    width: 33px !important;
  }
  .more .more-box {
    display: block !important;
    padding: 40px 10px !important;
    height: auto !important;
    width: 100% !important;
  }
  .social-icons .si {
    margin-left: 4px !important;
  }
}
@media (max-width: 480px) {
  .latests .latest,
  .latests .latest:first-child {
    float: none !important;
    margin: auto auto 20px auto !important;
  }
  .latest-wrap .all-news {
    display: block !important;
    float: none !important;
    position: static !important;
  }
  .icon-nav .nav {
    float: none !important;
    margin: auto;
  }
  .web-wrap .web-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .child-page .page-nav .nav-item {
    width: 100% !important;
  }
}
@media print {
  .white-text {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
  }
  .no-break {
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  * {
    overflow: visible !important;
  }
  body,
  html,
  .container,
  .section,
  .wrapper {
    overflow: visible;
    max-width: 1200px !important;
    width: 1200px;
  }
  .multi-bar {
    display: none;
  }
  .header .menu-top-wrapper .logo-wrap .logo {
    padding: 0 0 20px 0 !important;
  }
  a[href]:after {
    display: none;
  }
  #contact-float-wrap {
    display: none !important;
  }
  .paginate {
    display: none;
  }
  .breadcrumbs {
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
    margin-top: 10px;
  }
  .menu-top-wrapper .right-top {
    display: none !important;
  }
  .addthis_toolbox {
    display: none !important;
  }
  .content-wrap .table-spacer {
    display: none !important;
  }
  .web-wrap {
    display: none !important;
  }
  .footer .print-foot {
    display: block !important;
  }
  .footer > div {
    display: none !important;
  }
  .child-page.grandchild .gchild-sections .section {
    margin-top: 0 !important;
    padding-top: 10px !important;
  }
  .child-page.grandchild .gchild-sections .section .sub-sections {
    margin-top: 0 !important;
  }
  .content .child-page .page-nav {
    padding-bottom: 0 !important;
  }
  .child-page .page-sections .ssection {
    margin-bottom: 20px !important;
  }
  .content .direct .child-wrap {
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    padding: 20px 0 !important;
  }
  .content .direct .child-wrap a.btn {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
    background: #125ca3 !important;
  }
  .content .direct .child-wrap .child-image img {
    display: block !important;
  }
  .parent-content-wrap {
    display: block !important;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }
  .parent-content-wrap .filters {
    display: none;
  }
  .parent-content-wrap .awards {
    display: block !important;
  }
  .parent-content-wrap .awards .award .award-img {
    float: none !important;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .content-container.newsroom .social-media {
    display: none;
  }
  .content-container.blog .posts {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .content-container.blog .posts .post-img {
    float: none !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .content-container.customer .more {
    display: none;
  }
  .content-container.customer .related-cases {
    display: none;
  }
  .content-container.tiles-container .controls {
    display: none;
  }
  #mobile-menu-btn {
    display: none !important;
  }
  #mobile-menu-btn i {
    display: none !important;
  }
  .latest-wrap {
    display: none;
  }
  .breadcrumbs .breadcrumb {
    margin-bottom: 0 !important;
  }
  body .content-container .lat-color.rd-bk {
    background: #ed5a34 !important;
  }
  body .content-container .lat-color.bl-bk {
    background: #125ca3 !important;
  }
  body .content-container .lat-color.yl-bk {
    background: #fbcf24 !important;
  }
  body .content-container .lat-color.or-bk {
    background: #f48920 !important;
  }
  body .content-container .free-trial a.btn {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
    background: #f48920 !important;
  }
  body .content-container .child-page:before,
  body .content-container .child-page:after {
    content: " ";
    display: table;
  }
  body .content-container .child-page:after {
    clear: both;
  }
  body .content-container .child-page:before,
  body .content-container .child-page:after {
    content: " ";
    display: table;
  }
  body .content-container .child-page:after {
    clear: both;
  }
  body .content-container .child-page .page-nav .nav-item {
    background: #f6f6f6 !important;
    height: auto !important;
    width: 48% !important;
    max-width: 100% !important;
    padding: 20px !important;
  }
  body .content-container .child-page .page-nav .nav-item .item-wrap {
    -webkit-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    position: static !important;
  }
  body .content-container .child-page .page-nav .nav-item .item-wrap span {
    line-height: 46px !important;
    vertical-align: middle !important;
    text-align: left !important;
  }
  body .content-container .child-page .page-nav .ssection {
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  body .content-container .child-page.grandchild a.btn[href*='request-a-demo'] {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
    background: #f48920 !important;
  }
  body .content-container .child-page.grandchild .table-spacer {
    display: table-cell !important;
    width: 50px !important;
  }
  body .content-container .child-page.grandchild .gchild-sections {
    display: table-cell !important;
    width: 617px !important;
  }
  body .content-container .child-page.grandchild .section {
    width: 617px !important;
    max-width: 617px !important;
    padding-top: 25px !important;
    margin-top: 25px !important;
  }
  body .content-container .child-page.grandchild .content-sidebar {
    background: #f6f6f6 !important;
    display: table-cell !important;
  }
  body .content-container .child-page.grandchild .content-sidebar .latest {
    background: #ffffff !important;
  }
  body .content-container.customer .testimonial-content {
    border: 1px solid #f6f6f6;
  }
  body .content-container.customer .testimonial-pic {
    float: left !important;
  }
  body .content-container.customer .content-left {
    max-width: 100% !important;
    width: 100% !important;
  }
  body .content-container.customer .content-sidebar {
    float: left !important;
    background: #f6f6f6 !important;
    display: table-cell !important;
    margin-left: 10px !important;
    width: 232px !important;
  }
  body .content-container .banner-wrap .overlay {
    background: #555555 !important;
  }
  body .content-container .banner-wrap .banner-title h1 {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
  }
  body .content-container .banner-wrap.child .overlay {
    background: rgba(255,255,255,0.8) !important;
  }
  body .content-container .banner-wrap .carousel-control {
    display: none !important;
  }
  body .content-container .sections {
    float: none;
  }
  body .content-container .section {
    float: none;
    padding: 0;
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  body .content-container .section .subtext {
    text-align: left !important;
  }
  body .content-container .section .section-content,
  body .content-container .section .section-image {
    page-break-inside: avoid !important;
  }
  body .content-container .section .section-content.alignleft,
  body .content-container .section .section-image.alignleft {
    float: left !important;
  }
  body .content-container .section .section-content.alignright,
  body .content-container .section .section-image.alignright {
    float: right !important;
  }
  body .content-container .section.img .subhead,
  body .content-container .section.img .subtext,
  body .content-container .section.img .subtext p,
  body .content-container .section.img .subtext strong {
    font-weight: 400 !important;
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
    text-align: left !important;
  }
  body .content-container .section.img .subtext a strong {
    color: #f48920 !important;
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #f48920 !important;
    text-align: left !important;
  }
  body .content-container .section.lg {
    background-color: #f6f6f6 !important;
    border: 9999px #f6f6f6 !important;
  }
  body .content-container .section.text_image_logos .of {
    overflow: hidden !important;
  }
  body .content-container .section.text_image_logos .media.alignleft {
    float: left !important;
    margin-right: 40px !important;
  }
  body .content-container .section.text_image_logos .media.alignright {
    float: right !important;
    margin-left: 40px !important;
  }
  body .content-container .section .bg-img {
    display: block !important;
  }
  body .content-container .sectiondiv .subtext a,
  body .content-container .sectiondiv .subtext a strong {
    color: #f48920 !important;
  }
  body .content-container .section.text_two_image p {
    text-align: center !important;
  }
  body .content-container .section.text_two_image .col-sm-6 {
    float: left !important;
    width: 50% !important;
  }
  body .content-container.home .hero-container {
    background: url(/wp-content/themes/sonicfoundry/images/video_fallback.jpg) #000000 no-repeat !important;
  }
  body .content-container.home .hero-container video {
    display: none !important;
  }
  body .content-container.home .hero-container .overlay {
    background: #ffffff !important;
  }
  body .content-container.home .icon-nav {
    background: #2f3336 !important;
  }
  body .content-container.home .icon-nav h2,
  body .content-container.home .icon-nav div,
  body .content-container.home .icon-nav i {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
  }
  body .content-container.home .mid-nav .nav {
    border: 1px solid #555555 !important;
  }
  body .content-container.home .mid-nav .nav a.btn {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
    background: #f48920 !important;
    display: block !important;
  }
  body .content-container .featured-customers-container {
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
    background: #125ca3 !important;
  }
  body .content-container .featured-customers-container:before,
  body .content-container .featured-customers-container:after {
    content: " ";
    display: table;
  }
  body .content-container .featured-customers-container:after {
    clear: both;
  }
  body .content-container .featured-customers-container:before,
  body .content-container .featured-customers-container:after {
    content: " ";
    display: table;
  }
  body .content-container .featured-customers-container:after {
    clear: both;
  }
  body .content-container .featured-customers-container .logos {
    top: 80px !important;
  }
  body .content-container .featured-customers-container .item {
    -webkit-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
    top: 0 !important;
  }
  body .content-container .featured-customers-container a.btn {
    color: rgba(0,0,0,0) !important;
    text-shadow: 0 0 0 #ffffff !important;
    display: block !important;
    border-color: #ffffff !important;
  }
  p {
    -webkit-column-break-inside: avoid !important;
    page-break-inside: avoid !important;
  }
  .col-md-12 {
    width: 100% !important;
  }
  .col-md-11 {
    width: 91.66666667% !important;
  }
  .col-md-10 {
    width: 83.33333333% !important;
  }
  .col-md-9 {
    width: 75% !important;
  }
  .col-md-8 {
    width: 66.66666667% !important;
  }
  .col-sm-7 {
    width: 58.33333333% !important;
  }
  .col-md-6 {
    width: 50% !important;
  }
  .col-md-5 {
    width: 41.66666667% !important;
  }
  .col-md-4 {
    width: 33.33333333% !important;
  }
  .col-md-3 {
    width: 25% !important;
  }
  .col-md-2 {
    width: 16.66666667% !important;
  }
  .col-md-1 {
    width: 8.33333333% !important;
  }
  .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 !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .white-text {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  .content .direct .child-wrap a.btn {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container .free-trial a.btn {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container .child-page.grandchild a.btn[href*='request-a-demo'] {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container .banner-wrap .banner-title h1 {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container .section.img .subhead,
  body .content-container .section.img .subtext,
  body .content-container .section.img .subtext p,
  body .content-container .section.img .subtext strong {
    font-weight: 400 !important;
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container .section.img .subtext a strong {
    font-weight: 400 !important;
    color: #f48920 !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container.home .icon-nav h2,
  body .content-container.home .icon-nav div,
  body .content-container.home .icon-nav i {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container.home .mid-nav .nav a.btn {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
@media print and (-webkit-min-device-pixel-ratio: 0) {
  body .content-container .featured-customers-container a.btn {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact !important;
  }
}
