@charset "UTF-8";
/*!
Theme Name: DigiCert Custom Theme
Description: A Custom Theme for DigiCert
Version: 1.0.0
Text Domain: digicert_custom

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*test update*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

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

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 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; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

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

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

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

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

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

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
  margin-left: 0; }

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

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

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

.btn-group-vertical > .btn-group: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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

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

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

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

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

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

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

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

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

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

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

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

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }
#mobile-menu .hide-on-mobile {
    display: none !important;
}
.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: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.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.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

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

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

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

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

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 100; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

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

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

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

button.list-group-item {
  width: 100%;
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .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: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    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='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    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='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.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%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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;
    background-color: #000 \9;
    background-color: transparent; }
  .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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

.fa-flip-horizontal {
  -ms-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 {
  -ms-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 {
  -webkit-filter: none;
  filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Muli, sans-serif;
  font-weight: 100; }

body, p {
  font-size: 16px; }

p {
  line-height: 1.4 !important; }

h1, .h1, h2 {
  font-size: 40px;
  font-weight: 100; }
  h1.underline, .h1.underline, h2.underline {
    padding-bottom: 35px;
    border-bottom: 1px solid #bebeb8;
    margin-bottom: 40px; }

h2.price {
  font-size: 50px; }
  h2.price sup {
    font-size: 60%; }

h2.inner-title {
  text-align: center;
  font-size: 40px;
  /*margin: 0 !important; */
  margin-top: 0px !important;
  }
  h2.inner-title.underline {
    padding-bottom: 35px;
    border-bottom: 1px solid #bebeb8;
    margin-bottom: 40px;
    margin-top: 0; }

h3 {
  font-weight: 100; }
  h3 .underline {
    padding-bottom: 25px;
    border-bottom: 1px solid #bebeb8;
    margin-bottom: 40px;
    margin-top: 0; }

.half h3 span a {
  margin: 0 !important;
  font-size: inherit; }

h4, .h4 {
  font-size: 20px;
  font-weight: 100; }
  h4.small, .h4.small {
    font-size: 18px; }

h5, .h5 {
  font-size: 14px;
  font-weight: 100; }

:focus,
button:hover,
button:active,
button:focus,
button:visited,
a:hover,
a:active,
a:focus,
a:visited,
li:focus,
li:active,
li:hover {
  outline: 0 !important; }

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Resources
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/digicert_custom/fonts/icomoon.eot?osox4o");
  src: url("/wp-content/themes/digicert_custom/fonts/icomoon.eot?osox4o#iefix") format("embedded-opentype"), url("/wp-content/themes/digicert_custom/fonts/icomoon.ttf?osox4o") format("truetype"), url("/wp-content/themes/digicert_custom/fonts/icomoon.woff?osox4o") format("woff"), url("/wp-content/themes/digicert_custom/fonts/icomoon.svg?osox4o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-rotator-lock:before {
  content: "\e917"; }

.icon-rotator-check:before {
  content: "\e916"; }

.icon-rotator-lock_OLD3:before {
  content: "\e915"; }

.icon-Email:before {
  content: "\e913"; }

.icon-Phone:before {
  content: "\e914"; }

.icon-Close:before {
  content: "\e912"; }

.icon-rotator-lock_OLD2:before {
  content: "\e911"; }

.icon-Chat:before {
  content: "\e90d"; }

.icon-Search:before {
  content: "\e90b"; }

.icon-LogIn:before {
  content: "\e90c"; }

.icon-rotator-lock_OLD:before {
  content: "\e908"; }

.icon-rotator-checkOLD:before {
  content: "\e909"; }

.icon-rotator-key:before {
  content: "\e90a"; }

.icon-PlayButton_Filled:before {
  content: "\e910"; }

.icon-Chevron:before {
  content: "\e90e"; }

.icon-Check:before {
  content: "\e90f"; }

.icon-Email_OLD:before {
  content: "\e905"; }

.icon-Phone_OLD:before {
  content: "\e906"; }

.icon-Chat_OLD:before {
  content: "\e907"; }

.icon-ContactUs:before {
  content: "\e900"; }

.icon-DigiCertLogo:before {
  content: "\e901"; }

.icon-LogIn_OLD:before {
  content: "\e902"; }

.icon-Search_OLD:before {
  content: "\e903"; }

.icon-Language_OLD:before {
  content: "\e904"; }

/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.ks-button.primary {
  display: inline-block;
  line-height: 1 !important;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none !important;
  font-size: 1.4rem;
  margin: 10px 0;
  background-color: #ffb546;
  color: #ffffff;
  text-transform: uppercase; }
  a.ks-button.primary:hover {
    background-color: #FEA622;
    color: #ffffff; }
  a.ks-button.primary:after {
    content: none; }
  a.ks-button.primary.small {
    padding: 13px 15px; }
  a.ks-button.primary.big {
    padding: 13px 25px; }

a.ks-button,
a.sg2,
a.sg1,
.button {
  display: inline-block;
  padding: 13px 25px;
  text-transform: uppercase;
  line-height: 1 !important;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none !important;
  background: #0f9dff;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
   a.ks-button:hover,
  a.sg2:hover,
  a.sg1:hover,
  .button:hover {
    background-color: #0088E5;
    color: #ffffff; }

	a.ks-button,
a.sg2,
a.sg1,
.green_buy {
  display: inline-block;
  padding: 13px 25px;
  text-transform: uppercase;
  line-height: 1 !important;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  text-decoration: none !important;
  background: #5FAD4F;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  a.ks-button:hover,
  a.sg2:hover,
  a.sg1:hover,
  .green_buy:hover {
    background-color: #4BA137;
    color: #ffffff; }
  a.ks-button.white,
  a.sg2.white,
  a.sg1.white,
  .button.white {
    background: #ffffff;
    color: #0f9dff; }
    a.ks-button.white:hover,
    a.sg2.white:hover,
    a.sg1.white:hover,
    .button.white:hover {
      background-color: #f0f0f0;
      color: #0f9dff; }
  a.ks-button.light,
  a.sg2.light,
  a.sg1.light,
  .button.light {
    background: #ffffff;
    color: #0f9dff; }
    a.ks-button.light:hover,
    a.sg2.light:hover,
    a.sg1.light:hover,
    .button.light:hover {
      background-color: #f0f0f0;
      color: #0f9dff; }
  a.ks-button.blend,
  a.sg2.blend,
  a.sg1.blend,
  .button.blend {
    background: #0088E5;
    color: #ffffff; }
    a.ks-button.blend:hover,
    a.sg2.blend:hover,
    a.sg1.blend:hover,
    .button.blend:hover {
      background-color: #027BCE;
      color: #ffffff; }
  a.ks-button.blue,
  a.sg2.blue,
  a.sg1.blue,
  .button.blue {
    background: #0f9dff;
    color: #ffffff; }
    a.ks-button.blue:hover,
    a.sg2.blue:hover,
    a.sg1.blue:hover,
    .button.blue:hover {
      background-color: #0088E5;
      color: #ffffff; }
  a.ks-button.margin-top,
  a.sg2.margin-top,
  a.sg1.margin-top,
  .button.margin-top {
    margin-top: 60px !important; }
    @media screen and (max-width: 768px) {
      a.ks-button.margin-top,
      a.sg2.margin-top,
      a.sg1.margin-top,
      .button.margin-top {
        margin-top: 40px !important; } }
  a.ks-button.wide,
  a.sg2.wide,
  a.sg1.wide,
  .button.wide {
    display: block;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0; }
  a.ks-button.big,
  a.sg2.big,
  a.sg1.big,
  .button.big {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  a.ks-button.yellow,
  a.sg2.yellow,
  a.sg1.yellow,
  .button.yellow {
    background-color: #ffb546;
    color: #ffffff;
    text-transform: uppercase; }
    a.ks-button.yellow:hover,
    a.sg2.yellow:hover,
    a.sg1.yellow:hover,
    .button.yellow:hover {
      background-color: #FEA622;
      color: #ffffff; }
  a.ks-button.green,
  a.sg2.green,
  a.sg1.green,
  .button.green {
    background: #6eb85f;
    border-radius: 0;
    max-width: calc(33% - 30px);
    min-width: calc(33% - 30px);
    vertical-align: middle;
    margin: 15px 30px 15px 0;
    padding: 20px 60px 20px 30px;
    font-size: 24px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: calc(33% - 30px);
    flex-basis: calc(33% - 30px);
    text-transform: capitalize;
    font-weight: 100; }
    a.ks-button.green span, a.ks-button.green em, a.ks-button.green *,
    a.sg2.green span,
    a.sg2.green em,
    a.sg2.green *,
    a.sg1.green span,
    a.sg1.green em,
    a.sg1.green *,
    .button.green span,
    .button.green em,
    .button.green * {
      font-size: 16px;
      display: block;
      margin-top: 20px;
      font-style: normal; }
    a.ks-button.green + br,
    a.sg2.green + br,
    a.sg1.green + br,
    .button.green + br {
      display: none; }
    a.ks-button.green:after,
    a.sg2.green:after,
    a.sg1.green:after,
    .button.green:after {
      content: "\e90e";
      font-family: icomoon;
      position: absolute;
      display: block;
      right: 23px;
      top: 0;
      bottom: 1px;
      margin: auto;
      font-size: 1.5rem;
      height: 17px;
      width: 30px;
      -webkit-transform: rotate(-90deg) translateY(0px);
      -ms-transform: rotate(-90deg) translateY(0px);
      transform: rotate(-90deg) translateY(0px);
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
    a.ks-button.green:hover,
    a.sg2.green:hover,
    a.sg1.green:hover,
    .button.green:hover {
      background: #459d33; }
      a.ks-button.green:hover:after,
      a.sg2.green:hover:after,
      a.sg1.green:hover:after,
      .button.green:hover:after {
        -webkit-transform: rotate(-90deg) translateY(10px);
        -ms-transform: rotate(-90deg) translateY(10px);
        transform: rotate(-90deg) translateY(10px); }
    a.ks-button.green:first-of-type,
    a.sg2.green:first-of-type,
    a.sg1.green:first-of-type,
    .button.green:first-of-type {
      clear: both; }

.green-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  .green-box .button.green:nth-child(3n+1):nth-last-child(-n+3), .green-box .button.green:nth-child(3n+1):nth-last-child(-n+3) ~ .button {
    margin-bottom: 0 !important; }

a.ks-button {
  background: #6eb85f;
  border-radius: 0;
  vertical-align: middle;
  margin: 15px 30px 15px 0;
  padding: 20px 60px 20px 30px;
  font-size: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: calc(33% - 30px);
  flex-basis: calc(33% - 30px);
  text-transform: capitalize;
  font-weight: 100; }
  a.ks-button span, a.ks-button em, a.ks-button * {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    font-style: normal; }
  a.ks-button + br {
    display: none; }
  a.ks-button:after {
    content: "\e90e";
    font-family: icomoon;
    position: absolute;
    display: block;
    right: 23px;
    top: 0;
    bottom: 1px;
    margin: auto;
    font-size: 1.5rem;
    height: 17px;
    width: 30px;
    -webkit-transform: rotate(-90deg) translateY(0px);
    -ms-transform: rotate(-90deg) translateY(0px);
    transform: rotate(-90deg) translateY(0px);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease; }
  a.ks-button:hover {
    background: #459d33; }
    a.ks-button:hover:after {
      -webkit-transform: rotate(-90deg) translateY(10px);
      -ms-transform: rotate(-90deg) translateY(10px);
      transform: rotate(-90deg) translateY(10px); }
  a.ks-button:first-of-type {
    clear: both; }

a.sg1 {
  background-color: #ffb546;
  color: #ffffff;
  text-transform: uppercase; }
  a.sg1:hover {
    background-color: #FEA622;
    color: #ffffff; }

.buy {
  text-transform: uppercase; }

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
a.skip-link.screen-reader-text {
  display: none; }

img.aligncenter {
  margin: 0 auto;
  float: none;
  display: block; }

img {
  max-width: 100%;
  height: auto; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

#hero-search {
  width: 60%; }

.active-search-1 {
  margin-top: -86px;
  margin-top: -86px;
  margin-left: -15px;
  width: 329px !important; }

.active-search-1 div.st-ui-autocomplete div.st-query-present, .active-search-1 section.st-ui-slide-autocomplete div.st-query-present {
  border-radius: 0 !important; }

.active-search-1 div.st-ui-autocomplete div.st-query-present a.st-ui-result:first-of-type, .active-search-1 section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.active-search-2 {
  margin-top: -102px; }

.active-search-2 div.st-ui-autocomplete div.st-query-present, .active-search-2 section.st-ui-slide-autocomplete div.st-query-present {
  border-radius: 0 !important; }

header#masthead ul#account-menu div#search-hover input {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  max-width: 300px;
  border-radius: 0;
  margin: 15px;
  color: white;
  padding: 0;
  padding-bottom: 3px;
  line-height: 2;
  width: 267px; }

header#masthead ul#account-menu div#search-hover input {
  min-width: 300px !important; }

.st-search-container {
  margin-top: 30px; }

iframe[name="google_conversion_frame"] {
  position: fixed; }

span#google_conversion_576285084 {
  position: fixed; }

.st-search-container {
  margin-top: 30px; }

#hero-search {
  width: 60%; }

.active-search-1 {
  margin-top: -86px;
  margin-top: -86px;
  margin-left: -15px;
  width: 329px !important; }

.active-search-1 div.st-ui-autocomplete div.st-query-present, .active-search-1 section.st-ui-slide-autocomplete div.st-query-present {
  border-radius: 0 !important; }

.active-search-1 div.st-ui-autocomplete div.st-query-present a.st-ui-result:first-of-type, .active-search-1 section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.active-search-2 {
  margin-top: -102px; }

.active-search-2 div.st-ui-autocomplete div.st-query-present, .active-search-2 section.st-ui-slide-autocomplete div.st-query-present {
  border-radius: 0 !important; }

header#masthead ul#account-menu div#search-hover input {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  max-width: 300px;
  border-radius: 0;
  margin: 15px;
  color: white;
  padding: 0;
  padding-bottom: 3px;
  line-height: 2;
  width: 267px; }

header#masthead ul#account-menu div#search-hover input {
  min-width: 300px !important; }

iframe[name="google_conversion_frame"] {
  position: fixed; }

span#google_conversion_576285084 {
  position: fixed; }

.accordion-group .accordion-text {
  padding: 10px 35px;
  background-color: #fafafa;
  border: 1px solid #ABB6BF;
  border-bottom: none;
  display: table;
  width: 100%;
  color: #48565E; }

.digi-travel-wrap.has_spin,
.digi-travel-wrap.has_spin #earth_div {
  min-height: 100vh !important;
  width: 100% !important; }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion {
  padding: 50px 50px 80px 50px !important; }

div#content .grey-bg,
div#content .grey-bg p,
div#content div[style*='background-color:#fafafa'] {
  color: #333; }

/*--------------------------------------------------------------
# Navigation Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  ## Links
  --------------------------------------------------------------*/
a:not(.ks-button):not(.button):not(.sg2):not(.sg1) {
  color: #0f9dff;
  text-decoration: none; }
  a:not(.ks-button):not(.button):not(.sg2):not(.sg1):hover, a:not(.ks-button):not(.button):not(.sg2):not(.sg1):focus, a:not(.ks-button):not(.button):not(.sg2):not(.sg1):active {
    color: #0f9dff;
    text-decoration: none; }
  a:not(.ks-button):not(.button):not(.sg2):not(.sg1):focus {
    outline: 0; }
  a:not(.ks-button):not(.button):not(.sg2):not(.sg1):hover, a:not(.ks-button):not(.button):not(.sg2):not(.sg1):active {
    outline: 0; }

.account-nav {
  display: inline-block !important;
  float: right; }
  .account-nav li a span {
    display: block;
    padding: 16px 0px 10px;
    float: left;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    .account-nav li a span.phone {
      line-height: 30px;
      display: inline-block;
      padding-right: 7px;
      color: #0174c3;
      font-weight: bold; }
    .account-nav li a span[class*="icon-"] {
      font-size: 32px;
      color: #62615E; }
      .account-nav li a span[class*="icon-"]:hover {
        color: #0174c3; }

/*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/
.admin-bar header#masthead {
  top: 32px; }

.admin-bar div#page-nav-fixer div.page-navigation.fixHeader {
  top: 93px; }

.admin-bar div#wpadminbar {
  z-index: 999999999999999999999999999999; }

.site-branding {
  display: inline-block;
  padding: 15px 30px 15px 0px;
  float: left;
  width: 180px; }
  .site-branding img#site-logo {
    max-width: 150px;
    width: 100%; }

.landing-page div#hero-header {
  margin-top: 0 !important; }

.landing-page iframe[name=google_conversion_frame] {
  height: 0;
  display: inherit; }

iframe[name=google_conversion_frame] {
  height: 0;
  display: inherit; }

header#masthead {
  position: fixed;
  padding: 0;
  width: 100%;
  background: #fff;
  z-index: 9999999;
  top: 0; }
  header#masthead.header-2 {
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: absolute; }
  header#masthead .relative-fix {
    position: relative;
    width: 100%; }
  header#masthead ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    header#masthead ul li {
      display: inline-block;
      vertical-align: middle; }
      header#masthead ul li a {
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }

/*--------------------------------------------------------------
  ## search
  --------------------------------------------------------------*/
header#masthead ul#account-menu div#search-hover input.gsc-search-button.gsc-search-button-v2 {
  min-width: 0;
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 100;
  background-color: transparent;
  padding: 0 !important;
  border: none; }

header#masthead ul#account-menu div#search-hover input {
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 100; }

header#masthead ul#account-menu div#search-hover ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 100; }

header#masthead ul#account-menu div#search-hover ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 100; }

header#masthead ul#account-menu div#search-hover :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 100; }

header#masthead ul#account-menu div#search-hover :-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  font-family: Muli, sans-serif;
  font-weight: 100; }

header#masthead ul#account-menu div#search-hover td.gsc-search-button {
  display: none; }

header#masthead ul#account-menu div#search-hover td.gsib_b {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px; }

header#masthead ul#account-menu div#search-hover .gsc-input-box {
  border: none;
  background: none;
  height: auto;
  padding: 0 !important; }

header#masthead ul#account-menu div#search-hover .gsc-input-box {
  padding: 0; }

header#masthead ul#account-menu div#search-hover input.gsc-input {
  background: transparent !important;
  min-width: 280px;
  border-bottom: 1px solid #fff !important;
  margin: 15px 0 0 !important;
  float: left; }

header#masthead ul#account-menu div#search-hover form.gsc-search-box.gsc-search-box-tools {
  padding: 0 1px 15px; }

header#masthead ul#account-menu div#search-hover .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
  text-indent: 0 !important; }

header#masthead ul#account-menu div#search-hover form.gsc-search-box.gsc-search-box-tools {
  margin: 0 !important; }

header#masthead ul#account-menu div#search-hover table.gsc-search-box {
  margin: 0 !important; }

header#masthead ul#account-menu div#search-hover :focus {
  outline: none !important; }

header#masthead ul#account-menu div#search-hover .gsc-input-box-hover, header#masthead ul#account-menu div#search-hover .gsc-input-box-focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

header#masthead ul#account-menu div#search-hover .gsib_a {
  padding: 0 15px !important; }

header#masthead ul#account-menu div#search-hover span {
  position: static !important; }

header#masthead ul#account-menu div#search-hover .gsib_b a.gsst_a {
  vertical-align: top; }

table.gstl_50.gssb_c {
  z-index: 9999999999; }

.gsc-completion-container {
  background-color: #0174c3 !important;
  color: #fff;
  font-weight: 100;
  border: none !important; }

.gsc-completion-container table span {
  font-weight: 100;
  font-family: Muli;
  padding: 0 7px; }

.gsc-completion-container table span b {
  font-weight: 500 !important; }

.gsc-completion-selected {
  background: #fff;
  color: #0174c3;
  cursor: pointer; }

#content .gsc-selected-option {
  line-height: 27px; }

.search-header {
  padding: 15px 15px 0  15px; }
  .search-header td#gs_tti51 {
    padding: 0 !important;
    display: block;
    width: 100% !important; }
  .search-header td.gsib_b {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px; }
  .search-header table#gs_id51 {
    position: relative; }
  .search-header span#gs_cb51 {
    height: 23px;
    display: inline-block;
    line-height: 23px; }
  .search-header a.gsst_a {
    padding: 0 !important; }
  .search-header input#gsc-i-id2 {
    font-size: 30px;
    padding: 5px 10px !important;
    background: none !important;
    text-indent: 0 !important; }
  .search-header div#gsc-iw-id2 {
    height: auto; }
  .search-header td.gsc-search-button {
    display: none; }
  .search-header .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important; }

body > div#b_04351f83_458 {
  display: none; }

body {
  position: relative; }

table.gsc-completion-container {
  max-width: 314px; }

table.gstl_50.gssb_c {
  max-width: 314px;
  top: 53px !important;
  right: 0 !important; }

@media screen and (max-width: 500px) {
  body header#masthead ul#account-menu li:hover .hover-box, body header#masthead ul#account-menu li.active .hover-box {
    right: -50px !important; } }

/*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/
header#masthead {
  -webkit-box-shadow:  0 0 10px rgba(45, 45, 45, 0.08);
  -moz-box-shadow:  0 0 10px rgba(45, 45, 45, 0.08);
  box-shadow:  0 0 10px rgba(45, 45, 45, 0.08); }
  header#masthead #primary-menu > li > a {
    font-weight: bold; }
  header#masthead #primary-menu > li:hover > ul.sub-menu {
    left: 0 !important;
    opacity: 1; }
  header#masthead #primary-menu > li.menu-item-has-children:hover a:after {
    border-bottom-color: #0174c3;
    bottom: -3px;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1; }
  header#masthead #primary-menu > li.menu-item-has-children > a {
    position: relative;
    overflow: hidden; }
    header#masthead #primary-menu > li.menu-item-has-children > a:after {
      content: '';
      display: block;
      border: 10px solid transparent;
      position: absolute;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      opacity: 0;
      margin: auto;
      bottom: -14px;
      /* border-bottom-color: #0174c3; */
      /* transition: all .35s ease; */ }
  header#masthead #primary-menu > li > ul.sub-menu {
    display: block;
    background: #0174c3;
    display: inline-block;
    text-align: center;
    padding-top: 40px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    /* transition-delay: .35s; */
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
    header#masthead #primary-menu > li > ul.sub-menu > li > ul.sub-menu > li {
      padding: 0px 30px; }
      header#masthead #primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover:after {
        border-color: rgba(255, 255, 255, 0.65); }
      header#masthead #primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
        font-weight: 500;
        font-size: 16px !important;
        padding: 0 0 3px 0px !important;
        position: relative;
        display: inline-block; }
        header#masthead #primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 1px;
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0);
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
    header#masthead #primary-menu > li > ul.sub-menu li.container {
      display: inline-block !important;
      float: none;
      position: relative; }
      header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-has-children {
        text-align: left; }
      header#masthead #primary-menu > li > ul.sub-menu li.container > a {
        display: none; }
      header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu {
        display: block !important;
        left: 0 !important;
        position: static; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu:after {
          position: absolute;
          content: '';
          left: 265px;
          height: calc(100% - 100px);
          background: #fff;
          display: block;
          width: 1px; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.no-padding {
          padding: 0 !important; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li ul.sub-menu {
          position: static !important;
          display: block !important;
          width: auto !important;
          clear: both;
          float: none; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li ul.sub-menu li {
            float: none;
            display: block;
            font-size: 14px; }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li ul.sub-menu li > a:hover:after {
              border-color: rgba(255, 255, 255, 0.65); }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li ul.sub-menu li a {
              padding: 5px 0px !important;
              display: inline-block;
              position: relative; }
              header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li ul.sub-menu li a:after {
                content: '';
                display: block;
                position: absolute;
                bottom: 4px;
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, 0);
                -moz-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.no-link > a {
          display: none !important; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.halfed {
          width: 50%; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.halfed ul li {
            width: 50%;
            float: left !important;
            padding-right: 80px; }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.halfed ul li.full {
              width: 100%; }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.halfed ul li a {
              font-weight: 500;
              font-size: 16px; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:first-child {
          width: 250px;
          padding: 0 40px 0 20px;
          color: #fff;
          margin-bottom: 30px; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:first-child + li {
            border-left: 1px solid #fff;
            padding-bottom: 15px;
            padding-left: 55px; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:first-child a.button.light {
            background: #fff;
            color: #0097ff !important; }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:first-child a.button.light:hover {
              color: #fff !important;
              background-color: #0097ff !important; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:nth-child(2) {
          float: left;
          max-width: 860px;
          max-width: calc(100% - 250px);
          padding-right: 0 !important; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:nth-child(2) .widget_nav_menu ul.menu > li {
            max-width: 25%;
            float: left;
            padding-right: 25px; }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:nth-child(2) .widget_nav_menu ul.menu > li > a {
              font-weight: bold !important;
              font-size: 18px !important;
              padding: 3px 0px 7px !important;
              position: relative !important;
              display: inline-block !important;
              line-height: 1.2; }
              header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:nth-child(2) .widget_nav_menu ul.menu > li > a:hover:after {
                bottom: 4px;
                border-color: #fff; }
              header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:nth-child(2) .widget_nav_menu ul.menu > li > a:after {
                content: '';
                display: block;
                position: absolute;
                bottom: -2px;
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, 0);
                -moz-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:nth-child(2) .widget_nav_menu ul {
            position: static !important; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:nth-child(2) .widget_nav_menu span.yawp_wim_title {
            display: none !important; }
        header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child {
          clear: both;
          width: 100%;
          text-align: left;
          position: relative;
          background: #0f9dff;
          padding: 0;
          margin-top: 30px; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child .menu-widget p {
            margin: 0;
            color: #fff; }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child .menu-widget p a {
              position: relative; }
              header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child .menu-widget p a:hover:after {
                border-color: #fff; }
              header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child .menu-widget p a:after {
                content: '';
                display: block;
                position: absolute;
                bottom: 7px;
                width: 100%;
                border-bottom: 1px solid rgba(255, 255, 255, 0);
                -moz-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                -webkit-transition: all 0.35s ease;
                transition: all 0.35s ease; }
              header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child .menu-widget p a:first-child {
                margin-right: 10px !important; }
                header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child .menu-widget p a:first-child:last-child {
                  padding-right: 0 !important; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a.button:hover {
            background-color: #0174c3;
            color: #fff !important; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a.button:first-child {
            margin-left: 0; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a.button.buy {
            background-color: #ffb546; }
            header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a.button.buy:hover {
              color: #fff !important;
              background: #FEA622; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a {
            display: inline-block !important;
            margin: 12.5px 0px 12.5px 30px;
            padding: 5px 25px 8px !important;
            color: #fff; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child span.yawp_wim_title {
            display: none; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child:before, header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child:after {
            content: '';
            position: absolute;
            height: 100%;
            top: 0;
            left: -1000%;
            width: 1000%;
            background: #0f9dff; }
          header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child:before {
            left: auto;
            right: -1000%; }
      header#masthead #primary-menu > li > ul.sub-menu li.container.lrg-child > ul.sub-menu:after {
        left: 530px; }
      header#masthead #primary-menu > li > ul.sub-menu li.container.lrg-child > ul.sub-menu li.menu-item-object-yawp_wim:first-child {
        width: 500px; }
        header#masthead #primary-menu > li > ul.sub-menu li.container.lrg-child > ul.sub-menu li.menu-item-object-yawp_wim:first-child .yawp_wim_title {
          display: none; }
        header#masthead #primary-menu > li > ul.sub-menu li.container.lrg-child > ul.sub-menu li.menu-item-object-yawp_wim:first-child .menu-third a {
          padding: 0; }
          header#masthead #primary-menu > li > ul.sub-menu li.container.lrg-child > ul.sub-menu li.menu-item-object-yawp_wim:first-child .menu-third a img {
            border-radius: 50%; }
          header#masthead #primary-menu > li > ul.sub-menu li.container.lrg-child > ul.sub-menu li.menu-item-object-yawp_wim:first-child .menu-third a:hover img {
            background: #fff; }
      header#masthead #primary-menu > li > ul.sub-menu li.container .one-column ul li {
        width: 100%; }
      header#masthead #primary-menu > li > ul.sub-menu li.container:after, header#masthead #primary-menu > li > ul.sub-menu li.container:before {
        content: none !important; }
  header#masthead ul.sub-menu {
    top: 100% !important;
    width: 100% !important;
    display: none; }
    header#masthead ul.sub-menu ul.sub-menu {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      header#masthead ul.sub-menu ul.sub-menu a {
        color: #fff;
        font-weight: 100;
        /* font-weight: 300; */ }
        header#masthead ul.sub-menu ul.sub-menu a.button.white {
          color: #0f9dff !important; }
        header#masthead ul.sub-menu ul.sub-menu a.button {
          font-weight: 600; }
  header#masthead span.yawp_wim_title {
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 15px;
    display: block;
    line-height: 1.2; }
  header#masthead a.button {
    border-radius: 50px;
    padding: 10px 25px 11px !important;
    margin: 10px 0px;
    display: inline-block !important;
    font-size: 14px;
    text-transform: uppercase; }
  header#masthead a.button.wide {
    display: block;
    margin-bottom: 0; }
  header#masthead ul#account-menu {
    position: relative; }
    header#masthead ul#account-menu span.phone:after {
      content: none; }
    header#masthead ul#account-menu ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff; }
    header#masthead ul#account-menu ::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    header#masthead ul#account-menu :-ms-input-placeholder {
      /* IE 10+ */
      color: #ffffff; }
    header#masthead ul#account-menu :-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
    header#masthead ul#account-menu div#contact-hover {
      min-width: 895px; }
      header#masthead ul#account-menu div#contact-hover a {
        color: #fff !important;
        font-size: 14px; }
      header#masthead ul#account-menu div#contact-hover h4 {
        font-weight: normal;
        margin-top: 0px;
        margin-bottom: 30px; }
      header#masthead ul#account-menu div#contact-hover > div {
        padding-left: 0;
        padding-right: 0px; }
    header#masthead ul#account-menu li > a > span {
      position: relative;
      overflow: hidden; }
      header#masthead ul#account-menu li > a > span:after {
        content: '';
        display: block;
        border: 10px solid transparent;
        position: absolute;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        opacity: 0;
        margin: auto;
        bottom: -14px;
        /* border-bottom-color: #0174c3; */
        /* transition: all .35s ease; */ }
    header#masthead ul#account-menu li:hover .hover-box, header#masthead ul#account-menu li.active .hover-box {
      -webkit-transform: translate3d(0, 0%, 0);
      transform: translate3d(0, 0%, 0);
      right: 0 !important;
      opacity: 1;
      z-index: 10;
      left: auto;
      -moz-transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0s;
      -o-transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0s;
      -webkit-transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0s;
      -webkit-transition: opacity 0.35s ease, z-index 0s ease 0s, -webkit-transform 0.35s ease;
      transition: opacity 0.35s ease, z-index 0s ease 0s, -webkit-transform 0.35s ease;
      transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0s;
      transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0s, -webkit-transform 0.35s ease; }
    header#masthead ul#account-menu li:hover > a > span, header#masthead ul#account-menu li.active > a > span {
      color: #0f9dff; }
      header#masthead ul#account-menu li:hover > a > span:after, header#masthead ul#account-menu li.active > a > span:after {
        border-bottom-color: #0174c3;
        bottom: -3px;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        opacity: 1; }
    header#masthead ul#account-menu div#language-hover li {
      display: block !important;
      text-align: center;
      line-height: 1;
      padding: 10px 30px; }
    header#masthead ul#account-menu div#search-hover input {
      background: none;
      border: none;
      border-bottom: 1px solid #fff;
      min-width: 360px;
      outline: none !important; }
    header#masthead ul#account-menu .hover-box {
      position: absolute;
      right: 0;
      left: 999em;
      top: 100%;
      background: #0174c3;
      color: #fff;
      z-index: -10;
      opacity: 0;
      -moz-transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0.35s;
      -o-transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0.35s;
      -webkit-transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0.35s;
      -webkit-transition: opacity 0.35s ease, z-index 0s ease 0.35s, -webkit-transform 0.35s ease;
      transition: opacity 0.35s ease, z-index 0s ease 0.35s, -webkit-transform 0.35s ease;
      transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0.35s;
      transition: transform 0.35s ease, opacity 0.35s ease, z-index 0s ease 0.35s, -webkit-transform 0.35s ease; }
      header#masthead ul#account-menu .hover-box#contact-hover {
        padding: 50px 32px 50px 20px; }
      header#masthead ul#account-menu .hover-box#language-hover {
        padding: 10px 0px; }
      header#masthead ul#account-menu .hover-box h4 {
        font-size: 18px; }
      header#masthead ul#account-menu .hover-box p {
        margin: 0;
        clear: both;
        font-size: 14px; }
        header#masthead ul#account-menu .hover-box p > div {
          visibility: visible !important; }
      header#masthead ul#account-menu .hover-box p.drop-icon {
        line-height: 2.2;
        margin: 20px 0; }
        header#masthead ul#account-menu .hover-box p.drop-icon:last-child {
          margin-bottom: 0; }
      header#masthead ul#account-menu .hover-box a:hover:after {
        bottom: 4px;
        border-color: #fff; }
      header#masthead ul#account-menu .hover-box a {
        padding: 0px !important;
        position: relative;
        display: inline-block;
        text-decoration: none; }
      header#masthead ul#account-menu .hover-box a {
        color: #fff !important; }
        header#masthead ul#account-menu .hover-box a span {
          padding: 0 !important;
          position: relative;
          left: 2px;
          top: -7px;
          margin-bottom: -15px;
          margin-left: -3px;
          margin-right: 7px;
          width: 29px;
          color: #fff;
          text-align: left;
          text-indent: -5px;
          font-weight: 100;
          font-family: Muli; }

div#account-box {
  padding: 16px 20px 15px;
  font-size: 20px; }
  div#account-box p {
    font-size: 16px !important; }

header#masthead ul#account-menu div#contact-hover .col-md-3.menu-widget.menu-widget-small {
  border-right: 1px solid #fff;
  width: calc(25% - 10px) !important;
  padding-right: 25px !important;
  padding-left: 15px;
  text-align: center;
  margin-right: 45px !important;
  padding-bottom: 35px;
  margin-bottom: 0; }

#contact-hover .menu-widget.menu-widget-small p {
  margin: 10px 0 !important; }

header#masthead ul#account-menu div#contact-hover .col-md-3 {
  width: calc(25% - 12px); }

header#masthead #primary-menu > li > ul.sub-menu li.container.lrg-child > ul.sub-menu li.halfed.container {
  width: calc(100% - 700px); }

header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.halfed.container {
  float: left !important;
  display: block !important;
  text-align: left;
  width: calc(100% - 420px); }
  header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.halfed.container > ul.sub-menu:after {
    content: none !important; }

.menu-widget {
  padding: 0 60px 0 20px;
  color: #fff;
  margin-bottom: 10px;
  margin-right: 30px; }
  .menu-widget h3 {
    margin-top: 0; }
  .menu-widget p:empty {
    display: none; }
  .menu-widget .menu-third {
    padding: 0 26px; }
    .menu-widget .menu-third a {
      padding: 3px 10px !important; }
  .menu-widget-small {
    width: 250px; }
  .menu-widget-large {
    width: 550px;
    text-align: center;
    padding: 0 60px 0 20px;
    margin-right: 5px; }
  .menu-widget-full {
    margin: 0 !important; }
    .menu-widget-full p {
      margin: 0; }

header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a:not(.button) {
  margin: 10px 5px;
  padding: 5px 0px 8px !important;
  color: #fff !important;
  position: relative; }

li.no-label > div.menu-widget > h3 {
  display: none; }

/*

New

 */
header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a.button {
  font-size: 14px;
  padding: 8px 25px 8px !important;
  line-height: 1.4 !important;
  text-transform: uppercase; }

header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu .menu-widget.menu-widget-full a:not(.button) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative; }

span.padder {
  width: 30px;
  display: inline-block; }

header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.fourth {
  width: calc((100% - 290px) / 4);
  padding-right: 3px; }

header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li ul.sub-menu ul.sub-menu {
  padding-left: 15px;
  font-size: 14px; }

header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a.button.wide.light {
  color: #0097ff !important; }

header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu li.menu-item-object-yawp_wim:last-child a.button.wide.light:hover {
  color: #fff !important; }

@media screen and (max-width: 990px) {
  header#masthead ul#account-menu div#contact-hover .col-md-3.menu-widget.menu-widget-small {
    float: left; }
  header#masthead ul#account-menu div#contact-hover .col-md-3 {
    float: right;
    width: calc(100% - 250px);
    margin-bottom: 40px;
    padding-left: 0 !important;
    clear: right; }
  header#masthead ul#account-menu div#contact-hover {
    min-width: 500px; }
  header#masthead ul#account-menu div#contact-hover .col-md-3.menu-widget.menu-widget-small {
    width: 200px !important; }
  header#masthead ul#account-menu div#contact-hover .col-md-3:last-child {
    margin-bottom: 0; } }

/*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/
.navlesspage:not(.banneronlypage):not(.bannerpage).wp-header #mainContainer {
  margin-top: 80px !important; }

.banneronlypage.wp-header #mainContainer {
  margin-top: 200px !important; }

.navlesspage.wp-header h1,
.banneronlypage.wp-header h1 {
  position: relative !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  left: 0 !important; }

.bannerpage.wp-header h1 {
  top: 260px !important; }

@media (max-width: 980px) {
  .navlesspage.wp-header #mainContainer,
  .banneronlypage.wp-header #mainContainer {
    max-width: 750px; } }

@media (max-width: 768px) {
  .navlesspage.wp-header #mainContainer,
  .banneronlypage.wp-header #mainContainer {
    max-width: 450px; } }

@media (max-width: 500px) {
  .navlesspage.wp-header #mainContainer,
  .banneronlypage.wp-header #mainContainer {
    max-width: 280px; } }

/*--------------------------------------------------------------
  ## header
  --------------------------------------------------------------*/
div#sticky-chat {
  position: fixed;
  left: 0;
  top: 28vh;
  background: #fff;
  padding: 20px 60px 20px 25px;
  min-height: 180px;
  min-width: 200px;
  -webkit-box-shadow: 5px 7px 30px 0px rgba(0, 0, 0, 0.25), -195px 7px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 7px 30px 0px rgba(0, 0, 0, 0.25), -195px 7px 30px 0px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  div#sticky-chat .chat-content {
    position: relative; }
    div#sticky-chat .chat-content > div {
      visibility: visible !important; }
    div#sticky-chat .chat-content .department {
      margin-bottom: 15px; }
      div#sticky-chat .chat-content .department * {
        line-height: 1.8; }
      div#sticky-chat .chat-content .department b {
        display: block; }
      div#sticky-chat .chat-content .department a:hover {
        color: #0f9dff; }
      div#sticky-chat .chat-content .department a {
        position: relative;
        display: inline-block !important;
        text-decoration: none;
        font-size: 14px;
        display: block;
        font-weight: 600;
        left: -8px;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        div#sticky-chat .chat-content .department a span {
          height: 26px !important;
          font-size: 3rem;
          display: block;
          float: left;
          line-height: 26px; }
  div#sticky-chat .blue-bar {
    position: absolute;
    top: -33px;
    /* right: -40px !important; */
    left: 30px;
    padding: 7px 0;
    color: #fff;
    font-size: 14px;
    width: 180px;
    text-align: center;
    -moz-transform: rotate(270deg);
    /* FF3.5+ */
    -o-transform: rotate(270deg);
    /* Opera 10.5 */
    -webkit-transform: rotate(-90deg);
    /* Saf3.1+, Chrome */
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    background-color: #0f9dff;
    -webkit-box-shadow: inset 0px 5px 25px -5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 5px 25px -5px rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  div#sticky-chat.closed {
    left: -177px; }

/*--------------------------------------------------------------
  ## footer
  --------------------------------------------------------------*/
footer#colophon {
  background-color: #acacab;
  padding: 80px 0; }
  footer#colophon * {
    color: #fff;
    font-size: 12px;
    font-weight: 100; }
  footer#colophon h4 {
    font-size: 14px;
    margin: 0;
    padding: 5px 0 10px;
    line-height: 1.4;
    font-weight: bold; }
  footer#colophon .menu-footer-container ul, footer#colophon .menu-footer-cn-container ul, footer#colophon .menu-footer-tw-container ul, footer#colophon .menu-footer-kr-container ul, footer#colophon .menu-footer-de-container ul, footer#colophon .menu-footer-fr-container ul, footer#colophon .menu-footer-es-container ul, footer#colophon .menu-footer-it-container ul, footer#colophon .menu-footer-nl-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    footer#colophon .menu-footer-container ul#footer-menu li a, footer#colophon .menu-footer-cn-container ul#footer-menu li a, footer#colophon .menu-footer-tw-container ul#footer-menu li a, footer#colophon .menu-footer-kr-container ul#footer-menu li a, footer#colophon .menu-footer-de-container ul#footer-menu li a, footer#colophon .menu-footer-fr-container ul#footer-menu li a, footer#colophon .menu-footer-es-container ul#footer-menu li a, footer#colophon .menu-footer-it-container ul#footer-menu li a, footer#colophon .menu-footer-nl-container ul#footer-menu li a {
      padding: 5px 0;
      display: inline-block;
      text-decoration: none;
      color: inherit;
      position: relative;
      font-weight: normal; }
    footer#colophon .menu-footer-container ul#footer-menu > li, footer#colophon .menu-footer-cn-container ul#footer-menu > li, footer#colophon .menu-footer-tw-container ul#footer-menu > li, footer#colophon .menu-footer-kr-container ul#footer-menu > li, footer#colophon .menu-footer-de-container ul#footer-menu > li, footer#colophon .menu-footer-fr-container ul#footer-menu > li, footer#colophon .menu-footer-es-container ul#footer-menu > li, footer#colophon .menu-footer-it-container ul#footer-menu > li, footer#colophon .menu-footer-nl-container ul#footer-menu > li {
      display: inline-block;
      vertical-align: top;
      width: calc(33% - 2px); }
      footer#colophon .menu-footer-container ul#footer-menu > li > a, footer#colophon .menu-footer-cn-container ul#footer-menu > li > a, footer#colophon .menu-footer-tw-container ul#footer-menu > li > a, footer#colophon .menu-footer-kr-container ul#footer-menu > li > a, footer#colophon .menu-footer-de-container ul#footer-menu > li > a, footer#colophon .menu-footer-fr-container ul#footer-menu > li > a, footer#colophon .menu-footer-es-container ul#footer-menu > li > a, footer#colophon .menu-footer-it-container ul#footer-menu > li > a, footer#colophon .menu-footer-nl-container ul#footer-menu > li > a {
        font-size: 14px;
        line-height: 1.4;
        font-weight: bold; }
  footer#colophon .social-media ul {
    padding: 10px 0 0;
    margin: 0; }
    footer#colophon .social-media ul li a span {
      font-size: 2rem;
      padding: 0 3px; }
  footer#colophon .site-info {
    clear: both;
    padding: 40px 0 0; }
    footer#colophon .site-info img {
      height: 25px;
      float: right; }
    footer#colophon .site-info p {
      padding: 0;
      margin-bottom: 0;
      line-height: 25px; }
      footer#colophon .site-info p.alignright {
        text-align: right; }
        footer#colophon .site-info p.alignright a {
          padding-left: 5px;
          color: #fff;
          text-decoration: none; }

.footer-seals {
  padding-top: 50px; }
  .footer-seals img {
    margin-right: 20px;
    margin-bottom: 20px; }

.social-media {
  text-align: center; }
  .social-media ul {
    padding: 10px 0 0;
    margin: 0; }
    .social-media ul li {
      display: inline-block;
      margin: 0 5px; }
      .social-media ul li a span {
        font-size: 2rem;
        padding: 0 3px;
        color: #fff; }

footer .social-media {
  text-align: left; }

@media screen and (max-width: 768px) {
  footer .social-media {
    text-align: center; }
  .right-footer {
    margin-top: 15px; }
  .left-footer {
    text-align: center; }
  footer#colophon .menu-footer-container ul#footer-menu > li, footer#colophon .menu-footer-cn-container ul#footer-menu > li, footer#colophon .menu-footer-tw-container ul#footer-menu > li, footer#colophon .menu-footer-kr-container ul#footer-menu > li, footer#colophon .menu-footer-de-container ul#footer-menu > li, footer#colophon .menu-footer-fr-container ul#footer-menu > li, footer#colophon .menu-footer-es-container ul#footer-menu > li, footer#colophon .menu-footer-it-container ul#footer-menu > li, footer#colophon .menu-footer-nl-container ul#footer-menu > li {
    width: 100%;
    text-align: center; }
  footer#colophon .menu-footer-container ul#footer-menu, footer#colophon .menu-footer-cn-container ul#footer-menu, footer#colophon .menu-footer-tw-container ul#footer-menu, footer#colophon .menu-footer-kr-container ul#footer-menu, footer#colophon .menu-footer-de-container ul#footer-menu, footer#colophon .menu-footer-fr-container ul#footer-menu, footer#colophon .menu-footer-es-container ul#footer-menu, footer#colophon .menu-footer-it-container ul#footer-menu, footer#colophon .menu-footer-nl-container ul#footer-menu {
    margin-top: 30px; }
  footer#colophon .menu-footer-cn-container ul#footer-menu > li {
    width: 100%;
    text-align: center; }
  footer#colophon .menu-footer-cn-container ul#footer-menu {
    margin-top: 30px; }
  footer#colophon {
    padding: 35px 0; } }

/*--------------------------------------------------------------
  ## mobile nav
  --------------------------------------------------------------*/
.sub-menu > a {
  display: none; }

#mobile-menu .menu-item-type-yawp_wim {
  display: none; }

ul#mobile-menu li {
  width: 100%;
  color: #fff !important;
  display: block; }
  ul#mobile-menu li > a {
    color: #fff;
    font-size: 2rem;
    box-sizing: border-box;
    }

nav#menu {
  left: auto;
  top: 94px;
  background: #0174c3;
  color: #fff; }

body.mean-container.admin-bar a.meanmenu-reveal {
  top: 40px !important; }

body.mean-container.admin-bar .mean-bar .mean-nav {
  padding-top: 94px !important;
  max-height: calc(100vh - 94px); }

body.mean-container.admin-bar .mean-bar:after {
  top: 94px !important; }

body.mean-container a.meanmenu-reveal {
  z-index: 999999999999;
  color: #4c4c4d !important;
  position: fixed !important;
  right: calc(50% - 470px) !important;
  top: 9px !important; }
  body.mean-container a.meanmenu-reveal span {
    background: #4c4c4d;
    height: 1px;
    margin-top: 7px; }
    body.mean-container a.meanmenu-reveal span:first-child {
      margin-top: 2px !important; }
    body.mean-container a.meanmenu-reveal span.close {
      width: 100%;
      opacity: 1 !important;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      body.mean-container a.meanmenu-reveal span.close:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: 8px; }

body.mean-container .mean-bar {
  height: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  position: static !important; }
  body.mean-container .mean-bar.active:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  body.mean-container .mean-bar.active #closer {
    z-index: 99;
    opacity: 1;
    height: 100%;
    width: 100%; }
  body.mean-container .mean-bar #closer {
    position: fixed;
    height: 0;
    background: rgba(0, 0, 0, 0.31);
    content: '';
    top: 62px;
    right: 0px;
    width: 0;
    opacity: 0;
    z-index: -1;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }
  body.mean-container .mean-bar:after {
    position: fixed;
    height: 100%;
    background: #0174c3;
    content: '';
    top: 62px;
    left: calc(50% + 113px);
    width: 100%;
    -webkit-transform: translateX(500px);
    -ms-transform: translateX(500px);
    transform: translateX(500px);
    z-index: 99;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  body.mean-container .mean-bar li.menu-item-467 {
    display: block !important; }
    body.mean-container .mean-bar li.menu-item-467 span.yawp_wim_title {
      display: none !important; }
  body.mean-container .mean-bar .mean-nav {
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: fixed !important;
    padding: 0 !important;
    height: 100%;
    max-width: calc(50% - 113px);
    right: 0;
    z-index: 999 !important;
    transition: all .35s ease;
    background: none !important;
    overflow: auto;
    padding-top: 62px !important;
    top: 0 !important;
    margin: 0 !important;
    overflow-x: hidden; }
    body.mean-container .mean-bar .mean-nav::-webkit-scrollbar {
      width: 10px;
      position: absolute; }
    body.mean-container .mean-bar .mean-nav::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.26); }
    body.mean-container .mean-bar .mean-nav::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.15);
      outline: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 50px; }
    body.mean-container .mean-bar .mean-nav::-moz-scrollbar {
      width: 10px;
      position: absolute; }
    body.mean-container .mean-bar .mean-nav::-moz-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.26); }
    body.mean-container .mean-bar .mean-nav::-moz-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.15);
      outline: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 50px; }
    body.mean-container .mean-bar .mean-nav > div > ul > li:first-child > a:not(.mean-expand) {
      border-top: none !important; }
      body.mean-container .mean-bar .mean-nav > div > ul > li:first-child > a:not(.mean-expand):after {
        border-top: none !important; }
    body.mean-container .mean-bar .mean-nav ul li a {
      padding: 14px 5% !important;
      font-size: 16px !important;
      font-weight: 600; }
      body.mean-container .mean-bar .mean-nav ul li a.mean-expand {
        padding-top: 11px !important;
        padding-bottom: 7px !important;
        background: none !important;
        border: none !important;
        opacity: 1 !important;
        top: 1px;
        bottom: 0px;
        font-family: Icomoon;
        color: transparent !important;
        margin-top: 0;
        left: 302px; }
        body.mean-container .mean-bar .mean-nav ul li a.mean-expand.mean-clicked:after {
          -webkit-transform: rotate3d(0, 0, 1, 180deg);
          -moz-transform: rotate3d(0, 0, 1, 180deg);
          -ms-transform: rotate3d(0, 0, 1, 180deg);
          transform: rotate3d(0, 0, 1, 180deg); }
        body.mean-container .mean-bar .mean-nav ul li a.mean-expand:after {
          content: "\e90e";
          color: #fff !important;
          font-size: .8rem;
          position: relative;
          right: 2px;
          top: -12px;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          display: block;
          -webkit-transition: all .35s ease;
          -o-transition: all .35s ease;
          transition: all .35s ease;
          background: none !important; }
      body.mean-container .mean-bar .mean-nav ul li a:not(.mean-expand) {
        width: calc(100% - 0px);
        opacity: 1 !important;
        border-top: 1px solid #fff !important;
        border-bottom: 0 !important;
        position: relative;
        padding: 14px 0px 14px 20px !important;
        }
    body.mean-container .mean-bar .mean-nav ul li .sub-menu {
      background: #30a5f6 !important; }
      body.mean-container .mean-bar .mean-nav ul li .sub-menu > li > .sub-menu > li > .sub-menu {
        display: block !important; }
        body.mean-container .mean-bar .mean-nav ul li .sub-menu > li > .sub-menu > li > .sub-menu > li > a.mean-expand {
          display: none; }
        body.mean-container .mean-bar .mean-nav ul li .sub-menu > li > .sub-menu > li > .sub-menu > li .sub-menu li a {
          padding-left: 50px !important;
          padding-bottom: 5px !important; }
        body.mean-container .mean-bar .mean-nav ul li .sub-menu > li > .sub-menu > li > .sub-menu > li .sub-menu li:last-child a {
          padding-bottom: 15px !important; }
      body.mean-container .mean-bar .mean-nav ul li .sub-menu li a {
        background: #30a5f6 !important; }
        body.mean-container .mean-bar .mean-nav ul li .sub-menu li a:after {
          background: #30a5f6 !important; }
      body.mean-container .mean-bar .mean-nav ul li .sub-menu ul.sub-menu li:first-child {
        margin-top: -8px; }
      body.mean-container .mean-bar .mean-nav ul li .sub-menu ul.sub-menu li:last-child a {
        padding-bottom: 12px !important; }
      body.mean-container .mean-bar .mean-nav ul li .sub-menu ul.sub-menu li a {
        border-top: none !important;
        font-size: 14px !important;
        padding: 6px 35px !important;
        text-transform: none;
        font-weight: 100;
        width: calc(100% - 0px);
        }
        body.mean-container .mean-bar .mean-nav ul li .sub-menu ul.sub-menu li a:after {
          content: none !important; }
      body.mean-container .mean-bar .mean-nav ul li .sub-menu ul.sub-menu li li a {
        padding-left: 50px !important;
        width: calc(100% - 85px); }
    body.mean-container .mean-bar .mean-nav ul li > a:hover {
      background-color: #30a5f6; }
      body.mean-container .mean-bar .mean-nav ul li > a:hover:after {
        background-color: #30a5f6; }
      body.mean-container .mean-bar .mean-nav ul li > a:hover ~ a.mean-expand {
        background-color: #30a5f6; }
    body.mean-container .mean-bar .mean-nav ul li li li a {
      font-size: 1.2rem;
      padding-left: 35px !important;
      border: none !important;
      padding: 5px 0px 5px 35px !important; }
      body.mean-container .mean-bar .mean-nav ul li li li a.mean-expand {
        display: none; }

#mobile-menu .sub-menu {
  background-color: #30a5f6; }
  #mobile-menu .sub-menu > .menu-item-type-custom.no-padding {
    display: none !important; }

.mean-bar.active:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.mean-container .mean-nav > div > ul {
  display: block !important;
  height: auto !important; }

.mean-container.admin-bar .mean-bar.active .mean-nav > div > ul {
  max-height: calc(100vh - 95px); }

.mean-container .mean-bar.active .mean-nav > div > ul {
  display: block !important;
  overflow-x: visible;
  overflow-y: auto;
  max-height: calc(100vh - 62px); }

.mean-container .mean-bar.active .mean-nav {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

body.mean-container .mean-bar .mean-nav ul li.menu-item-has-children > .mean-expand {
  width: calc(100% - 0px);
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
  background: transparent !important;
  height: 49px;
  }
  body.mean-container .mean-bar .mean-nav ul li.menu-item-has-children > .mean-expand:after {
    background: none !important;
    width: 20px;
    right: calc(50% - 217px);
    left: auto;
    position: absolute;
    top: 20px; }

#primary-menu .account-login-link {
  display: none; }

@media screen and (max-width: 1200px) { header#masthead ul.sub-menu .menu-widget .menu-third a { padding: 0 !important; }
  nav#site-navigation li a { padding: 20px 10px !important; }
  header#masthead #primary-menu > li > ul.sub-menu li.container > ul.sub-menu:after { left: 245px; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  body.mean-container .mean-bar .mean-nav ul li.menu-item-has-children > .mean-expand:after {
    right: auto;
    left: 320px; } }

@media screen and (max-width: 1024px) {
  nav#site-navigation {
    display: none; }
  .account-nav {
    margin-right: 50px; }
  body.mean-container .mean-bar .mean-nav ul li a:not(.mean-expand) br {
    display: none; }
  .menu-item-object-yawp_wim {
    display: none !important; }
  body.mean-container.admin-bar .mean-bar .mean-nav ul li a:not(.mean-expand) {
    text-transform: none; }
  #primary-menu .account-login-link {
    display: block; } }

@media screen and (max-width: 980px) {
  body.mean-container a.meanmenu-reveal {
    right: calc(50% - 370px) !important; }
  body.mean-container .mean-bar .mean-nav {
    max-width: calc(50% - 15px);
    right: 0; }
    body.mean-container .mean-bar .mean-nav ul li a.mean-expand {
      position: absolute;
      left: 297px; }
  body.mean-container .mean-bar:after {
    left: calc(50% + 15px); } }

@media screen and (max-width: 768px) {
  body.mean-container .mean-bar .mean-nav ul li a.mean-expand {
    left: calc(50% + 170px); }
  div#sticky-chat {
    display: none; }
  body.mean-container a.meanmenu-reveal {
    right: calc(50% - 230px) !important; }
  body.mean-container .mean-bar:after {
    left: calc(50% - 135px); }
  header#masthead ul#account-menu li:not(:nth-child(2)) {
    display: none; }
  .admin-bar header#masthead {
    top: 46px; }
  .account-nav li a span {
    padding: 16px 0px 14px; }
  body.mean-container.admin-bar a.meanmenu-reveal {
    top: 55px !important; }
  body.mean-container.admin-bar .mean-bar .mean-nav {
    padding-top: 108px !important; }
  body.mean-container.admin-bar .mean-bar .mean-nav {
    max-width: 100%;
    height: auto;
    overflow: visible;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important; }
    body.mean-container.admin-bar .mean-bar .mean-nav .menu-menu-1-container {
      width: 100%; }
    body.mean-container.admin-bar .mean-bar .mean-nav ul li {
      background-color: #0174c3; }
      body.mean-container.admin-bar .mean-bar .mean-nav ul li a:not(.mean-expand) {
        padding-left: 40px !important;
        width: 100%;
        }
      body.mean-container.admin-bar .mean-bar .mean-nav ul li a.mean-expand {
        left: auto;
        right: calc(50% - 232px);
        padding: 11px 11px 7px !important; }
      body.mean-container.admin-bar .mean-bar .mean-nav ul li ul.sub-menu ul.sub-menu li a:not(.mean-expand) {
        padding-left: 40px;
        width: 100% !important;
        padding-right: 0 !important;
        }
  body.mean-container .mean-bar:after {
    left: 0;
    right: 0;
    height: auto; }
  .menu-menu-1-container {
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .mean-bar.active .menu-menu-1-container {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .menu-menu-1-container:after {
    content: '';
    position: absolute;
    height: calc(100% + 0px);
    width: 10000%;
    background-color: #0174c3;
    top: 0;
    left: -200%;
    right: -200%;
    z-index: -1; }
  body.mean-container .mean-bar .mean-nav {
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    right: 0;
    left: 0;
    margin: auto !important;
    max-width: 491px;
    overflow: visible;
    text-align: center; } }

@media screen and (max-width: 500px) {
  body.mean-container .mean-bar .mean-nav ul li a.mean-expand {
    left: calc(50% + 82px); }
  body.mean-container .mean-bar .mean-nav ul li a:not(.mean-expand) {
    width: calc(100% - 90px);
    padding-right: 70px !important; }
  header#masthead ul#account-menu li.active .hover-box {
    right: -50px !important;
    width: 280px; }
  body.mean-container .mean-bar .mean-nav ul li.menu-item-has-children > .mean-expand:after {
    right: calc(50% - 121px); }
  header#masthead ul#account-menu div#search-hover input.gsc-input {
    min-width: 250px; }
  body.mean-container.admin-bar .mean-bar .mean-nav ul li a:not(.mean-expand) {
    padding-left: calc(50% - 138px) !important;
    width: calc(100% - calc(50% - 68px));
    text-transform: none; }
  body.mean-container.admin-bar .mean-bar .mean-nav ul li a.mean-expand {
    right: calc(50% - 136px);
    padding: 11px 11px 7px !important; }
  body.mean-container.admin-bar .mean-bar .mean-nav ul li ul.sub-menu ul.sub-menu li a:not(.mean-expand) {
    padding-left: calc(50% - 128px) !important;
    width: calc(100% - calc(50% - 128px));
    padding-right: 0 !important; }
  div#wpadminbar {
    overflow: hidden;
    position: fixed; }
  body.mean-container a.meanmenu-reveal {
    right: calc(50% - 135px) !important; }
  body.mean-container .mean-bar:after {
    left: calc(50% + 15px); } }

@media (min-width: 980px) { /*-------------------------------------------------------------- ## Menus --------------------------------------------------------------*/
  .main-navigation ul { display: none; list-style: none; margin: 0; padding-left: 0; }
  .main-navigation ul ul { float: left; position: absolute; top: 1.5em; left: -999em; z-index: 99999; }
  .main-navigation ul ul ul { left: -999em; top: 0; }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul { left: 100%; }
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul { left: auto; }
  .main-navigation li { float: left; }
  .main-navigation a { display: block; text-decoration: none; }
  /* Small menu. */
  .menu-toggle, .main-navigation.toggled ul { display: block; } }

@media screen and (min-width: 980px) and (min-width: 37.5em) { .menu-toggle { display: none; }
  .main-navigation ul { display: block; } }

@media (min-width: 980px) { .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { margin: 0 0 1.5em; overflow: hidden; }
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; width: 50%; }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }
  nav#site-navigation li:hover a { color: #0d74bb; }
  nav#site-navigation li a { padding: 20px 26px; display: block; color: #62615E; font-weight: 600; line-height: 22px; }
  .account-nav { display: inline-block !important; float: right; }
  .account-nav li a span { display: block; padding: 14px 0px; float: left; cursor: pointer; }
  .account-nav li a span.phone { line-height: 30px; display: inline-block; padding-right: 7px; }
  .account-nav li a span[class*="icon-"] { font-size: 34px; color: #62615e; }
  .account-nav li a span[class*="icon-"]:hover { color: #0f9dff; }
  .menu-third svg#company_about line { stroke: #fff; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; -webkit-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }
  .menu-third:hover svg.nav-svg { fill: #0174c3 !important; background: #fff; stroke: #0174c3 !important; }
  .menu-third:hover svg#company_careers > g > g path:last-child { fill: #fff; stroke: #0174c3; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
  .menu-third:hover svg#company_careers > g > g path.st1 { fill: #fff; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; }
  .menu-third:hover svg#company_careers > g > g * { stroke: #fff; }
  .menu-third:hover svg#company_careers > g > g path.st1 { stroke: #0174c3; }
  .menu-third:hover svg#company_careers > g > g path.st0:first-child { stroke: #0174c3; }
  .menu-third:hover svg#company_about { stroke: #0174c3 !important; fill: #fff !important; }
  .menu-third:hover svg#company_about line { stroke: #0174c3; -moz-transition: all 0.35s ease 0.2s; -o-transition: all 0.35s ease 0.2s; -webkit-transition: all 0.35s ease 0.2s; transition: all 0.35s ease 0.2s; }
  .menu-third:hover svg#company_about line + line { -moz-transition-delay: 0.1s; -o-transition-delay: 0.1s; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
  .menu-third:hover svg#company_about line + line + line { -moz-transition-delay: 0s; -o-transition-delay: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
  header#masthead #primary-menu > li li.menu-item-object-yawp_wim a.button:after { content: none !important; }
  svg.nav-svg { stroke: #fff; fill: transparent; border: 1px solid #fff; border-radius: 50%; -moz-transition: all 0.35s ease; -o-transition: all 0.35s ease; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; height: 85px; } }
/*--------------------------------------------------------------
# Shelves
--------------------------------------------------------------*/
.col-max-6 {
  max-width: 60%;
  margin: 0 auto !important;
  display: block;
  float: none; }

.col-max-65 {
  max-width: 65%;
  margin: 0 auto !important;
  display: block;
  float: none; }

.col-max-75 {
  max-width: 75%;
  margin: 0 auto !important;
  display: block;
  float: none; }

.col-max-8 {
  max-width: 80%;
  margin: 0 auto !important;
  display: block;
  float: none; }

.col-max-9 {
  max-width: 90%;
  margin: 0 auto !important;
  display: block;
  float: none; }

.calc-sm-half {
  width: 45%;
  width: calc(50% - 50px); }

.calc-lg-half {
  width: 50%;
  width: calc(50% + 50px); }

.header-offset {
  margin-top: 62px; }

.grey-bg {
  background: #fafafa; }

.featherlight.featherlight-iframe {
  background-color: rgba(0, 0, 0, 0.35); }

.section {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .section.combo-blade {
    padding-bottom: 0;
    margin-bottom: -20px; }
    @media (max-width: 980px) {
      .section.combo-blade {
        margin-bottom: 0; } }
  .section h1:first-of-type {
    margin-top: 0px !important; }
  .section .col-max-section {
    max-width: 85.15%;
    margin: 0 auto !important;
    display: block;
    float: none; }

.text-link {
  text-decoration: none !important;
  font-size: 20px;
  font-weight: normal;
  display: block;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .text-link i {
    font-size: 10px;
    position: relative;
    top: 0px;
    font-weight: 800;
    padding-left: 12px; }

.error404 .content-flex.section {
  min-height: 400px;
  height: calc(100vh - 358px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

body.search #primary {
  margin-top: 62px; }

.single-careers .entry-content span {
  font-weight: bold; }

.button-wrapper {
  text-align: center; }

.gsc-adBlock {
  display: none !important; }

/*--------------------------------------------------------------
# Hero Header
--------------------------------------------------------------*/
div#hero-header {
  margin-top: 62px; }

div#hero-header {
  background-size: cover;
  position: relative;
  background-position: center; }
  div#hero-header.section {
    padding: 0; }
  div#hero-header > .container {
    z-index: 2;
    position: relative; }
  div#hero-header .hero-text {
    color: #fff;
    text-align: center;
    padding: 60px 0 80px;
    margin: 0 auto; }
    div#hero-header .hero-text h1 {
      font-size: 60px;
      margin-top: 0; }
    div#hero-header .hero-text h2 {
      font-size: 28px;
      margin-bottom: 10px; }
      div#hero-header .hero-text h2:last-child {
        margin-bottom: 0; }
      div#hero-header .hero-text h2.large-font {
        font-size: 32px;
        margin-top: 28px; }
      div#hero-header .hero-text h2 span.big-header {
        display: block;
        margin: 30px 0 -20px;
        font-size: 35px; }
    div#hero-header .hero-text a {
      padding: 13px 35px;
      line-height: 1 !important;
      font-size: 16px;
      text-transform: uppercase;
      text-decoration: none; }
      div#hero-header .hero-text a.button {
        margin-top: 50px; }
      div#hero-header .hero-text a.Buy {
        background-color: #ffb446 !important;
        color: #fff !important;
        padding: 13px 46px 15px !important; }
      div#hero-header .hero-text a:not(.button) {
        position: relative;
        display: inline-block;
        padding: 0 0 7px 0;
        margin: 0;
        margin-top: 20px;
        text-transform: uppercase;
        color: #fff;
        font-weight: normal; }
  div#hero-header .hero-bar {
    margin-top: 60px; }
    div#hero-header .hero-bar .gsc-input-box {
      height: auto; }
    div#hero-header .hero-bar .gsc-search-box-tools .gsc-search-box td.gsib_a {
      padding-bottom: 5px !important; }
    div#hero-header .hero-bar .gsc-search-box-tools .gsc-search-box .gsc-input {
      line-height: 33px !important;
      background-image: none !important;
      text-indent: 5px !important; }
    div#hero-header .hero-bar .gsc-search-box-tools .gsc-search-box a.gsst_a {
      margin-top: 0;
      padding: 0; }
    div#hero-header .hero-bar .gsc-search-box-tools .gsc-search-box .gsc-input {
      color: #62615e; }
    div#hero-header .hero-bar input.gsc-search-button {
      background: #0f9dff;
      height: 43px;
      border-radius: 50px;
      border: none !important;
      font-size: 18px;
      width: 100px;
      text-align: center;
      opacity: 0;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      div#hero-header .hero-bar input.gsc-search-button.visibleButton {
        opacity: 1; }

table.gstl_51.gssb_c {
  margin-top: 30px !important;
  margin-left: -1px; }
  table.gstl_51.gssb_c table.gsc-completion-container {
    background-color: #fff !important;
    color: #636060; }

body.home div#hero-header .hero-text {
  padding: 90px 0 95px; }
  body.home div#hero-header .hero-text.col-max-section {
    max-width: 70%; }
  body.home div#hero-header .hero-text h2 {
    font-size: 32px; }

header#masthead ul#account-menu li > a > span.icon-Search {
  padding-left: 12px;
  margin-left: -12px; }

@media screen and (max-width: 1200px) {
  body.home div#hero-header .hero-text {
    max-width: 75%; }
  .hero-text.center-text.row.col-max-6 {
    max-width: 100%; } }

@media screen and (max-width: 980px) {
  body.home div#hero-header .hero-text {
    max-width: 90%; }
  div#hero-header .hero-text h2 br {
    display: none; } }

@media screen and (max-width: 768px) {
  div#hero-header .hero-text h1 {
    font-size: 32px; }
  div#hero-header .hero-text h2 {
    font-size: 18px !important; }
    div#hero-header .hero-text h2 span.big-header {
      font-size: 20px; } }

@media screen and (max-width: 768px) {
  div#hero-header .hero-bar .gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100%;
    display: block; }
  div#hero-header .hero-bar .gsc-search-box-tools .gsc-search-box td.gsc-search-button {
    width: 100%;
    display: block;
    margin-top: 20px; }
  #hero-header .container {
    padding-left: 0;
    padding-right: 0; }
  body.home div#hero-header .hero-text {
    max-width: 100%; } }

@media screen and (max-width: 768px) {
  div#hero-header .hero-text a {
    padding: 13px 25px; } }

.home.page-id-6463 a.button.big.yellow {
  background-color: #5FAD4F; }
  .home.page-id-6463 a.button.big.yellow:hover {
    background-color: #4BA137; }

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
div#cards .double-wrapper {
  margin-left: calc(-50% - 30px);
  margin-right: calc(-50% - 30px); }
  div#cards .double-wrapper > div {
    max-width: 50%;
    width: 100% !important;
    display: block !important;
    float: left;
    position: relative;
    left: 0%;
    -webkit-transform: translateX(calc(-50% - 15px));
    -ms-transform: translateX(calc(-50% - 15px));
    transform: translateX(calc(-50% - 15px));
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out; }
  div#cards .double-wrapper div#visible-cards {
    float: right; }
  div#cards .double-wrapper.switch > div {
    left: 50%;
    -webkit-transform: translateX(calc(-50% + 15px));
    -ms-transform: translateX(calc(-50% + 15px));
    transform: translateX(calc(-50% + 15px)); }

div#cards div.box-wrapper > div {
  min-height: 60px !important; }

div#cards .service-card {
  text-align: center;
  padding: 10px 25px;
  color: #62615e; }
  div#cards .service-card:last-child {
    padding-right: 0;
    padding-left: 50px; }
  div#cards .service-card:first-child {
    padding-left: 0;
    padding-right: 50px; }
    div#cards .service-card:first-child h3 {
      padding: 0 70px; }
    div#cards .service-card:first-child button {
      margin-top: 36px; }
    div#cards .service-card:first-child a:not(.button) {
      color: #0f9dff;
      font-weight: bold; }

div#cards h3 {
  line-height: 1.2;
  margin: 25px 0 14px 0; }

div#cards button {
  display: block;
  margin: 35px auto 15px;
  border-radius: 50px;
  border: none;
  width: 200px; }

div#cards .card-wrap {
  padding: 0; }

div#cards .card-wrap > p,
div#cards .card-wrap > a {
  font-size: 20px; }

div#cards .price-card {
  display: table;
  border-right: 1px solid #0f9dff;
  text-align: center;
  padding: 0 0 35px 0;
  border-bottom: 1px solid #0f9dff;
  color: #62615e;
  margin: 15px 0 25px;
  width: 25%; }
  div#cards .price-card a {
    margin: 0 15px;
    color: #0097ff; }
  div#cards .price-card:nth-child(2) {
    border-left: 1px solid #0f9dff; }
    div#cards .price-card:nth-child(2) h3 {
      background-color: #0d74bb; }
  div#cards .price-card > * {
    margin: 0; }
  div#cards .price-card h1 {
    font-size: 50px; }
    div#cards .price-card h1 sup {
      font-size: 30px; }
  div#cards .price-card h3 {
    background: #0097ff;
    color: #fff;
    padding: 16px 5px !important;
    display: block;
    text-align: center;
    margin: 0 0 35px 0 !important;
    border-right: 1px solid #fff;
    width: calc(100% + 1px);
    font-size: 20px; }
  div#cards .price-card p {
    font-size: 18px;
    font-weight: normal; }
  div#cards .price-card a.button {
    margin: 25px auto 20px !important;
    width: 130px;
    display: block;
    float: none;
    color: #fff; }
  div#cards .price-card:first-child {
    border-left: 1px solid #0f9dff; }
  div#cards .price-card:nth-last-child(2) h3 {
    border-right: none; }

div#cards a#card-out {
  display: block;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
  color: #80807b;
  text-decoration: none; }
  div#cards a#card-out:before {
    content: '';
    background: url(/wp-content/themes/digicert_custom/img/left-arrow.png) no-repeat center;
    width: 26px;
    height: 18px;
    display: block;
    position: absolute;
    left: -15px;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto; }

div#cards .card-wrapper .card-wrap {
  padding: 30px 0px 30px 1px !important;
  display: inline-block;
  width: 100%; }
  div#cards .card-wrapper .card-wrap.ind_5 .Individual_500,
  div#cards .card-wrapper .card-wrap.ind_2 .Individual_2000,
  div#cards .card-wrapper .card-wrap.org_2 .Organization_2000,
  div#cards .card-wrapper .card-wrap.org_5 .Organization_5000,
  div#cards .card-wrapper .card-wrap.code .Code_Signing,
  div#cards .card-wrapper .card-wrap.ev_code .EV_Code_Signing,
  div#cards .card-wrapper .card-wrap.Standard_SSL .Standard_SSL,
  div#cards .card-wrapper .card-wrap.Multi-Domain_SSL .Multi-Domain_SSL,
  div#cards .card-wrapper .card-wrap.Wildcard_SSL .Wildcard_SSL,
  div#cards .card-wrapper .card-wrap.EV_SSL .EV_SSL {
    margin-top: 0px !important;
    border: 1px solid #0174c3 !important;
    margin-left: -1px !important;
    padding-bottom: 54px !important; }
    div#cards .card-wrapper .card-wrap.ind_5 .Individual_500 .learn,
    div#cards .card-wrapper .card-wrap.ind_2 .Individual_2000 .learn,
    div#cards .card-wrapper .card-wrap.org_2 .Organization_2000 .learn,
    div#cards .card-wrapper .card-wrap.org_5 .Organization_5000 .learn,
    div#cards .card-wrapper .card-wrap.code .Code_Signing .learn,
    div#cards .card-wrapper .card-wrap.ev_code .EV_Code_Signing .learn,
    div#cards .card-wrapper .card-wrap.Standard_SSL .Standard_SSL .learn,
    div#cards .card-wrapper .card-wrap.Multi-Domain_SSL .Multi-Domain_SSL .learn,
    div#cards .card-wrapper .card-wrap.Wildcard_SSL .Wildcard_SSL .learn,
    div#cards .card-wrapper .card-wrap.EV_SSL .EV_SSL .learn {
      display: none; }
    div#cards .card-wrapper .card-wrap.ind_5 .Individual_500 h3,
    div#cards .card-wrapper .card-wrap.ind_2 .Individual_2000 h3,
    div#cards .card-wrapper .card-wrap.org_2 .Organization_2000 h3,
    div#cards .card-wrapper .card-wrap.org_5 .Organization_5000 h3,
    div#cards .card-wrapper .card-wrap.code .Code_Signing h3,
    div#cards .card-wrapper .card-wrap.ev_code .EV_Code_Signing h3,
    div#cards .card-wrapper .card-wrap.Standard_SSL .Standard_SSL h3,
    div#cards .card-wrapper .card-wrap.Multi-Domain_SSL .Multi-Domain_SSL h3,
    div#cards .card-wrapper .card-wrap.Wildcard_SSL .Wildcard_SSL h3,
    div#cards .card-wrapper .card-wrap.EV_SSL .EV_SSL h3 {
      margin-bottom: 55px !important;
      border: none !important;
      width: 100%;
      background: #0174c3; }

div#cards .card-wrapper .price-card {
  margin-top: 20px; }
  div#cards .card-wrapper .price-card h3 {
    background-color: #52b8fe; }
  div#cards .card-wrapper .price-card:nth-child(1) {
    border-left: 1px solid #0f9dff; }
  div#cards .card-wrapper .price-card:nth-child(2) {
    border-left: none; }
  div#cards .card-wrapper .price-card .button {
    width: 105px; }
  div#cards .card-wrapper .price-card:first-child {
    border-left: 1px solid #0f9dff; }
  div#cards .card-wrapper .price-card:nth-last-child(1) h3 {
    border-right: none; }
  div#cards .card-wrapper .price-card:nth-last-child(2) h3 {
    border-right: 1px solid #fff; }

div#cards.section .card-wrapper .card-wrap h3 {
  font-weight: 300; }

div#cards.section .card-wrapper .card-wrap img + h3 {
  margin: 20px 0 20px; }

div#cards.section .card-wrapper .card-wrap .service-card {
  padding: 0 40px 20px;
  font-size: 18px;
  position: static; }
  div#cards.section .card-wrapper .card-wrap .service-card:nth-child(2) a.button.blue {
    min-width: 230px; }
  div#cards.section .card-wrapper .card-wrap .service-card:first-child h3 {
    margin: 26px 0 14px 0; }
  div#cards.section .card-wrapper .card-wrap .service-card a.button.blue {
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 25px;
    margin-top: 25px; }
  div#cards.section .card-wrapper .card-wrap .service-card img {
    max-width: 75px;
    padding: 45px 0 0px 0; }
  div#cards.section .card-wrapper .card-wrap .service-card p:empty {
    display: none; }
  div#cards.section .card-wrapper .card-wrap .service-card a {
    margin-top: 20px; }

div#cards.section .card-wrapper.borders .card-wrap {
  position: relative;
  border: 1px solid #52b8fe;
  padding: 0 !important;
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.4); }
  div#cards.section .card-wrapper.borders .card-wrap .service-card:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    display: block;
    background: #52b8fe;
    top: 0;
    margin-left: -40px; }
  div#cards.section .card-wrapper.borders .card-wrap .service-card h3 {
    padding: 0 !important; }
  div#cards.section .card-wrapper.borders .card-wrap .service-card:first-child {
    padding: 0 25px 20px;
    position: relative;
}
    div#cards.section .card-wrapper.borders .card-wrap .service-card:first-child:after {
      content: none !important; }
  div#cards.section .card-wrapper.borders .card-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: left; }
    div#cards.section .card-wrapper.borders .card-wrap ul li:first-child a.button.buy {
      margin-top: 5px !important; }
    div#cards.section .card-wrapper.borders .card-wrap ul li:last-child a.button.buy {
      margin-bottom: 15px !important; }
    div#cards.section .card-wrapper.borders .card-wrap ul li a.button.buy {
      padding: 11px 28px !important;
      margin: 10px;
      font-size: 14px;
      background-color: #ffb546;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold; }
    div#cards.section .card-wrapper.borders .card-wrap ul li a:not(.button) {
      font-size: 18px;
      font-weight: normal;
      margin: 0 !important; }

div#cards.section .card-wrapper.borders .green-bar {
    margin: 0;
    background: #6eb85f;
    color: #fff;
    padding: 7px 0 7px 0px;
    position: absolute;
    left: 0;
    width: 100%;
}

div#cards .service-card {
  padding: 10px 5px; }
  div#cards .service-card:first-child {
    padding-right: 17px; }
    div#cards .service-card:first-child button {
      margin-top: 55px !important; }
    div#cards .service-card:first-child h3 {
      padding: 0 20px; }
  div#cards .service-card:last-child {
    padding-left: 17px; }

     /****home page css*************/

div#cards.section .card-wrapper.borders .card-wrap .service-card:first-child .service-card-text {
    padding: 40px 0 0 0;
}
div#cards.section .card-wrapper .card-wrap .service-card {
    padding: 0;
}
.home_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    margin-left: 1px;
}
div#cards.section .card-wrapper .card-wrap .service-card img {
    max-width: 100% !important;
    padding: 0;
}

.service-card-text {
    padding: 0 40px 20px;
}
div#cards.section .card-wrapper.borders .card-wrap .service-card:after {
    margin: 0;
}
div#cards.section .card-wrapper .card-wrap .service-card a {
    margin-top: 0;
}
div#cards.section .card-wrapper .card-wrap .service-card:last-child .home_img {
    height: 162px;
}
div#cards.section .card-wrapper .card-wrap .service-card:last-child h3 {
    margin-top: 0;
}

/*******end***********/

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  div#cards.section .card-wrapper.borders .card-wrap ul li a:not(.button) {
    font-size: 16px; } }

@media screen and (max-width: 1200px) {
  div#cards.section .card-wrapper.borders .card-wrap ul li a.button.buy {
    margin-left: 0 !important;
    padding: 8px 18px 8px !important; }
    .service-card-text {
    padding: 0 15px 20px;
    height: 100%;
    }

.service-card:nth-child(2) .service-card-text a.button {
    margin: 52px auto 0 !important;
}
    .home_img {
    height: 160px;
    margin-left: 0;
    }
    div#cards.section .card-wrapper.borders .card-wrap .service-card:first-child {
    padding: 0 15px 20px;
    }
    div#cards.section .card-wrapper .card-wrap .service-card:last-child .home_img {
    height: 135px;
    }
  }

@media screen and (max-width: 980px) {
  div#cards .accordion-wrapper .accordion-group .divTable .divTableBody .divTableRow:first-child div a {
    font-size: 16px; }
}
@media screen and (max-width: 991px) {

  div#cards.section .card-wrapper .card-wrap .service-card {
    width: 100%;
    border-bottom: 1px solid #52b8fe;
    padding-bottom: 50px !important;
    }

div#cards.section .service-card .service-card-text a.button {
    margin: 35px auto 0 !important;
}
  div#cards.section .card-wrapper.borders .card-wrap .service-card h3 {
    font-size: 24px; }
  div#cards.section .card-wrapper .card-wrap .service-card:after {
    content: none !important; }
  div#cards.section .card-wrapper .card-wrap .service-card:last-child {
    border: none;
    margin-bottom: 0;
    }
  ul.buttonlist {
    text-align: center; }
  div#cards.section .card-wrapper.borders .card-wrap ul.buttonlist {
    max-width: 250px;
    margin: 0 auto; }
  div#cards.section .card-wrapper .card-wrap .service-card p {
    max-width: 80%;
    margin: 0 auto; }
    div#cards.section .card-wrapper .card-wrap .service-card {
    margin-bottom: 40px;
    }
    }

@media screen and (max-width: 500px) {
  div#cards.section .card-wrapper.borders .card-wrap ul li a:not(.button) {
    font-size: 16px; }
  div#cards.section .card-wrapper.borders .card-wrap .service-card:first-child {
    padding: 0 15px 20px; }
  div#cards.section .card-wrapper.borders .card-wrap ul li a.button.buy {
    margin-right: 5px; }
  div#cards.section .card-wrapper .card-wrap .service-card {
    padding: 0 15px 20px; }
  div#cards.section .card-wrapper .card-wrap .service-card a.button.blue {
    padding: 13px 5px;
    font-size: 16px;
    width: 100% !important;
    min-width: 110px !important; }
    div#cards.section .card-wrapper .card-wrap .service-card p {
    max-width: 100%;
    }
    div#cards.section .card-wrapper .card-wrap .service-card {
    margin-bottom: 30px;
  }
 }

.price-card.col-md-3.col-sm-3.Multi-Domain_SSL:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 85px transparent;
  border-left: solid 85px transparent;
  border-right: solid 85px #6eb85f; }

div#cards .price-card a.learn, div#cards .price-card a.renew {
  z-index: 4;
  position: relative; }

.we-pp-wrapper {
  border-radius: 0 !important; }

.price-card.col-md-3.col-sm-3.Multi-Domain_SSL .evlink:before {
  position: absolute;
  bottom: 9px;
  right: 0;
  content: 'EV Option';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 4;
  width: 60px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#content {
  line-height: 1.2;
  color: #62615e; }
  #content * {
    line-height: 1.2; }
  #content p {
    font-weight: 100; }
  #content li {
    font-weight: 100;
    font-size: 16px; }
  #content h3 {
    margin-bottom: 15px; }
  #content h2 img.alignnone {
    margin: 0 30px; }
  #content ul {
    padding-left: 20px;
    list-style-type: none; }
  #content .bullets ul {
    list-style-type: disc;
    padding-left: 35px !important; }
    #content .bullets ul li {
      display: list-item;
      padding-left: 10px;
      min-height: 0;
      color: inherit; }
      #content .bullets ul li:hover {
        color: inherit; }
  #content .checks {
    margin-top: 60px !important; }
    #content .checks.col-max-75:empty {
      display: none; }
    #content .checks:empty ~ .checks {
      margin-top: 60px !important; }
    #content .checks ~ .checks {
      margin-top: 40px !important; }
    #content .checks.white ul li:hover i {
      background-color: #fff;
      border-color: #fff; }
    #content .checks.white ul li i {
      color: #fff;
      border-color: #fff; }
    #content .checks ul {
      margin-top: 30px;
      list-style-type: none;
      padding: 0 !important; }
      #content .checks ul li {
        font-size: 18px;
        margin-bottom: 15px;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        position: relative;
        padding-left: 59px;
        font-weight: 100 !important;
        min-height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        #content .checks ul li i {
          padding: 6px 5px;
          line-height: 1 !important;
          display: block;
          width: 38px;
          height: 38px;
          float: left;
          border: 2px solid #6eb85f;
          font-size: 2.2rem;
          position: absolute;
          top: 0px;
          bottom: 0;
          left: 0px;
          margin: auto;
          border-radius: 50%;
          color: #6eb85f;
          margin-right: 30px;
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        #content .checks ul li:hover {
          color: #6eb85f; }
          #content .checks ul li:hover i {
            color: #fff;
            background-color: #6eb85f;
            border-color: #6eb85f; }

.checks.white ul li i {
  color: #fff;
  border-color: #fff; }

.checks.white ul li:hover i {
  background-color: #fff;
  color: #62615e; }

.checks.column-2 ul li {
  width: 50%;
  float: left;
  padding-right: 40px; }

.checks ul li:nth-child(odd) {
  clear: both; }

.circles-wrap {
  margin: 60px 0;
  text-align: center; }
  .circles-wrap div[class*='circle-grow'] {
    position: relative;
    height: 145px;
    width: 145px;
    text-align: center;
    display: inline-block;
    margin: 0 18px; }
    .circles-wrap div[class*='circle-grow'].lined:after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background: #6eb85f;
      display: block;
      left: 100%;
      top: 0;
      bottom: 0;
      margin: auto;
      -moz-transition: all 500ms ease 400ms;
      -o-transition: all 500ms ease 400ms;
      -webkit-transition: all 500ms ease 400ms;
      transition: all 500ms ease 400ms; }
    .circles-wrap div[class*='circle-grow'].lined.active:after {
      width: 40px; }
    .circles-wrap div[class*='circle-grow'].lined:last-child:after {
      content: none !important; }
  .circles-wrap div.grow-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 150px;
    vertical-align: middle;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .circles-wrap div.grow-wrap a {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      color: inherit;
      border-radius: 50%;
      text-decoration: none;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .circles-wrap div.grow-wrap span {
      position: relative;
      padding: 0 10px;
      display: block;
      font-size: 18px; }

.content-blade h2 {
  margin: 0; }

.columns-wrapper .col-content.col-sm-6.col-xs-12:first-child {
  border-right: 1px solid #a5abb0;
  padding-right: 60px; }

.columns-wrapper .col-content.col-sm-6.col-xs-12:last-child {
  border-left: 1px solid #a5abb0;
  padding-right: 0;
  padding-left: 60px;
  margin-left: -1px; }

h2.inner-title ~ .other-side {
  margin-top: 35px; }

h2.inner-title ~ .left-side,
h2.inner-title ~ .right-side {
  margin-top: 35px; }
  h2.inner-title ~ .left-side .flex-content-wrapper ul,
  h2.inner-title ~ .right-side .flex-content-wrapper ul {
    list-style-type: disc !important;
    padding-left: 40px !important; }

.content-flex h2.inner-title + h3 ~ .left-side {
  margin-top: 35px; }

.content-flex h2.inner-title + h3 ~ .right-side {
  margin-top: 35px; }

.content-flex h2.inner-title + h3 ~ .other-side {
  margin-top: 35px; }

.left-side, .right-side, .other-side {
  max-width: 50%;
  width: 50%; }
  .left-side .flex-content-wrapper, .right-side .flex-content-wrapper, .other-side .flex-content-wrapper {
    max-width: 450px; }
    .left-side .flex-content-wrapper p, .right-side .flex-content-wrapper p, .other-side .flex-content-wrapper p {
      font-size: 18px; }
      .left-side .flex-content-wrapper p a, .right-side .flex-content-wrapper p a, .other-side .flex-content-wrapper p a {
        font-size: 16px; }
    .left-side .flex-content-wrapper a, .right-side .flex-content-wrapper a, .other-side .flex-content-wrapper a {
      margin-top: 30px; }
  .left-side img, .right-side img, .other-side img {
    display: inline-block;
    margin-right: 20px;
    max-width: calc(100% - 20px); }

.left-side {
  float: right;
  padding-left: 60px; }
  .left-side .flex-content-wrapper {
    float: left; }
  .left-side + .other-side {
    float: left;
    text-align: right; }

.right-side {
  float: left;
  padding-right: 60px; }
  .right-side .flex-content-wrapper {
    float: right; }
  .right-side + .other-side {
    float: right;
    text-align: left; }

.half {
  width: 50%;
  float: left;
  padding-right: 20px; }
  .half ul {
    list-style-type: none; }
    .half ul li {
      margin: 10px 0; }
      .half ul li a {
        font-size: 16px; }
    .half ul a:first-of-type {
      margin: 5px 0; }
  .half p {
    font-size: 18px;
    font-weight: 100 !important; }
  .half a {
    margin: 15px 0;
    display: inline-block;
    font-weight: 100;
    font-size: 18px; }
    .half a:first-of-type {
      margin-top: 15px; }
  .half[style*=background-image] {
    background-size: initial;
    background-repeat: no-repeat;
    background-position: 0 6px;
    padding-left: 65px;
    margin-top: 34px;
    padding-right: 50px; }
    .half[style*=background-image] h3 {
      margin-top: 0 !important; }

h2.inner-title + .columns-wrapper {
  margin-top: 60px; }

.columns-wrapper {
  margin: 0 -25px; }
  .columns-wrapper p {
    font-size: 18px;
    font-weight: 100 !important; }
  .columns-wrapper a:first-child:last-child {
    margin-top: 20px;
    display: block; }
  .columns-wrapper .col-content {
    padding-left: 0; }
    .columns-wrapper .col-content > *:first-child {
      margin-top: 0; }
    .columns-wrapper .col-content.col-sm-4 {
      padding: 0 25px;
      word-break: break-word; }
    .columns-wrapper .col-content.form-column {
      width: calc(100% - 420px);
      float: left;
      padding-right: 75px; }
      .columns-wrapper .col-content.form-column + .form-column {
        width: 420px;
        padding: 40px;
        background: #e2e2df;
        text-align: center; }

.social-media.large-font span {
  font-size: 4rem !important;
  margin: 0 8px; }

.header {
  display: inline-block;
  width: 100%; }
  .header .headshot-wrap {
    float: left;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 20px; }
    .header .headshot-wrap img {
      max-width: 150px; }
  .header .header h3.underline {
    padding-bottom: 40px;
    border-bottom: 1px solid #bebeb8;
    margin-bottom: 40px; }

@media (max-width: 1200px) {
  .checks.col-max-75 {
    max-width: 100%;
    text-align: center; }
  .checks.col-max-65 {
    max-width: 69%; } }

@media (max-width: 980px) {
  .half {
    width: 100%; }
  .circles-wrap div[class*='circle-grow'] {
    margin: 15px 15px; }
  #content .checks {
    margin-top: 40px !important; }
  #content .checks ul li {
    margin-bottom: 25px; }
  #content .checks ul li:last-child {
    margin-bottom: 0 !important; }
  .columns-wrapper .col-content {
    width: 100%;
    margin-bottom: 30px; }
  .columns-wrapper .col-content:last-child {
    margin-bottom: 0 !important; }
  .columns-wrapper {
    margin: 0; }
  .columned-wrapper.col-max-section h2 {
    margin: 0 20px 20px;
    padding-bottom: 20px; }
  #columns .columns-wrapper .col-content {
    padding: 0 20px; }
  h3.inner-subtitle br {
    display: none; }
  #content .content-flex h3 br {
    display: none; }
  .checks ul li {
    position: relative;
    padding-left: 60px; }
    .checks ul li i {
      top: 0;
      position: absolute;
      height: 38px;
      left: 0; }
  .checks.col-max-65 {
    max-width: 100%; }
  #content #columns .columns-wrapper .col-content.col-sm-6.col-xs-12 {
    border: none;
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 768px) {
  .content-flex.section.Left > h2,
  .content-flex.section.Left > h3 {
    margin-right: 30px;
    margin-left: 30px; }
  div#support.support-template .support-card .icon-sizer {
    min-height: 107px; }
  .content-flex.reviews {
    display: none; }
  .circles-wrap div[class*='circle-grow'] {
    margin-bottom: 30px; }
  .circles-wrap div[class*='circle-grow']:last-child {
    margin-bottom: 0px; }
  .other-side {
    padding: 0; }
  .other-side img {
    margin: 0 auto;
    float: none;
    display: block; } }

.featherlight img.featherlight-inner {
  position: absolute !important;
  max-height: 95%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto; }

.featherlight:not(.featherlight-iframe) .featherlight-content {
  max-width: 80%; }

.featherlight:not(.featherlight-iframe) .featherlight-content img {
  max-height: 100%; }

.mktoForm .mktoFieldDescriptor.mktoFormCol {
  margin-bottom: 14px !important; }

.content-flex.section .container {
  padding-top: 25px; }

/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
.home div#solutions h3 {
  max-width: 75%; }

div#solutions {
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 75px 0; }
  div#solutions > .container {
    padding: 0; }
  div#solutions h3 {
    margin-left: auto;
    margin-right: auto; }
  div#solutions .line-divider {
    max-width: 25%;
    margin: 40px auto;
    border-bottom: 1px solid #fff; }
  div#solutions div[id*='tab'] {
    min-height: 60px; }
  div#solutions p {
    font-size: 18px; }
  div#solutions ul.tabs {
    margin: 0;
    padding: 40px 0 0;
    list-style-type: none;
    clear: both; }
    div#solutions ul.tabs li {
      text-align: center;
      background: #a8a8a8;
      margin: 0 9px;
      padding: 0 !important;
      width: calc(25% - 15px);
      border: none !important;
      border-radius: 0;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
      div#solutions ul.tabs li:first-child {
        margin-left: 0; }
      div#solutions ul.tabs li:last-child {
        margin-right: 0; }
      div#solutions ul.tabs li.ui-tabs-active {
        background: #45b2fe; }
      div#solutions ul.tabs li a {
        display: block;
        color: #fff;
        padding: 40px 0px 5px; }
        div#solutions ul.tabs li a:focus, div#solutions ul.tabs li a:hover, div#solutions ul.tabs li a.active {
          text-decoration: none; }
        div#solutions ul.tabs li a h3 {
          min-height: 56px;
          max-width: 80%;
          margin-top: 30px;
          font-size: 20px; }

@media screen and (max-width: 1200px) {
  div#solutions ul.tabs li h3 {
    max-width: 90%; } }

/*--------------------------------------------------------------
# Cert central
--------------------------------------------------------------*/
.home .owl-carousel-1 {
  padding: 90px 0 30px; }

.cert-wrapper {
  text-align: center; }
  .cert-wrapper h3 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto; }
  .cert-wrapper .owl-carousel-1 {
    padding: 80px 0 0px;
    text-align: left; }
    .cert-wrapper .owl-carousel-1.animated .owl-item {
      -webkit-animation-duration: 600ms !important;
      animation-duration: 600ms !important; }
    .cert-wrapper .owl-carousel-1.animated .animate-delay {
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
      -webkit-animation-duration: 800ms !important;
      animation-duration: 800ms !important; }
    .cert-wrapper .owl-carousel-1 .owl-nav.disabled {
      display: none; }
    .cert-wrapper .owl-carousel-1 .owl-dots {
      position: absolute;
      top: 0;
      width: 100%;
      text-align: center; }
      .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot {
        display: inline-block;
        padding: 30px 0 20px;
        min-width: 170px;
        font-size: 18px;
        cursor: pointer;
        max-width: 220px;
        vertical-align: middle;
        line-height: 20px !important;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot.active {
          color: #0f9dff;
          font-weight: 600;
          font-size: 20px; }
    .cert-wrapper .owl-carousel-1 .item {
      text-align: right;
      margin: 0; }
      .cert-wrapper .owl-carousel-1 .item.flipped {
        text-align: left !important; }
        .cert-wrapper .owl-carousel-1 .item.flipped .calc-sm-half {
          text-align: left;
          right: 0;
          left: auto;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .cert-wrapper .owl-carousel-1 .item.flipped .slider-text .slide-text-wrap {
          padding-right: 0;
          padding-left: 60px; }
        .cert-wrapper .owl-carousel-1 .item.flipped .ratio-fix {
          background-position: top right;
          text-align: right; }
          .cert-wrapper .owl-carousel-1 .item.flipped .ratio-fix img.featured-cert-img {
            display: inline-block; }
      .cert-wrapper .owl-carousel-1 .item .calc-sm-half {
        vertical-align: middle;
        width: calc(50% - 180px);
        text-align: right;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap {
        max-width: 300px;
        display: inline-block;
        /* left: calc(50% - 468px); */
        /* padding-top: 80px; */
        padding-right: 60px;
        text-align: left;
        vertical-align: middle;
        position: relative; }
        .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap h2 {
          font-size: 30px; }
        .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap h4 {
          font-size: 20px;
          font-weight: 300 !important; }
        .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap p {
          font-weight: 100 !important; }
      .cert-wrapper .owl-carousel-1 .item .ratio-fix {
        background-position: top left;
        background-repeat: no-repeat;
        display: inline-block;
        padding: 0;
        width: calc(50% + 180px); }
        .cert-wrapper .owl-carousel-1 .item .ratio-fix img.featured-cert-img {
          width: auto !important; }

.no-title-dots .cert-wrapper .owl-carousel-1 {
  padding: 40px 0 70px !important; }
  .no-title-dots .cert-wrapper .owl-carousel-1 .item.carousel-slot {
    text-align: center !important; }
    .no-title-dots .cert-wrapper .owl-carousel-1 .item.carousel-slot .ratio-fix {
      width: 50%; }
    .no-title-dots .cert-wrapper .owl-carousel-1 .item.carousel-slot .slider-text {
      width: calc(50%);
      position: static;
      float: left;
      padding: 0 20px; }
      .no-title-dots .cert-wrapper .owl-carousel-1 .item.carousel-slot .slider-text .slide-text-wrap {
        max-width: 550px;
        position: static;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none; }
    .no-title-dots .cert-wrapper .owl-carousel-1 .item.carousel-slot.flipped .slider-text {
      float: right; }
  .no-title-dots .cert-wrapper .owl-carousel-1 .owl-dots {
    bottom: 0;
    top: auto; }
    .no-title-dots .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot {
      height: 7px;
      width: 7px;
      background: #62615e;
      border-radius: 50%;
      min-width: 0;
      padding: 0;
      margin: 0 6px;
      position: relative;
      font-size: 0 !important;
      color: transparent; }
      .no-title-dots .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot.active {
        font-size: 20px !important;
        font-weight: normal !important;
        background-color: #0f9dff;
        font-size: 0 !important;
        color: transparent; }

@media screen and (max-width: 1200px) {
  .no-title-dots .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap {
    width: 450px; } }

@media screen and (max-width: 980px) {
  .no-title-dots .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap {
    width: 375px; }
  .cert-wrapper .owl-carousel-1 .item .calc-sm-half {
    width: calc(50% - 80px); }
  .cert-wrapper .owl-carousel-1 .item .ratio-fix {
    width: calc(50% + 80px); }
  .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot {
    min-width: 150px;
    max-width: 150px; } }

@media screen and (max-width: 768px) {
  .cert-wrapper .owl-carousel-1 .item .calc-sm-half {
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .cert-wrapper .owl-carousel-1 .item .ratio-fix img.featured-cert-img {
    -webkit-animation: none !important;
    animation: none !important;
    margin: 0 auto;
    float: none; }
  .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap {
    position: static;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 0 !important; }
    .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap *:last-child {
      margin-bottom: 0; }
    .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap h2 {
      font-size: 24px; }
  .cert-wrapper .owl-carousel-1 .owl-dots {
    border-top: 1px solid #80807b;
    max-width: calc(100% - 100px);
    padding-top: 40px;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto; }
    .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot {
      padding: 0;
      min-width: 0;
      margin: 0 6px; }
      .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot span {
        height: 6px;
        width: 6px;
        display: block;
        background: #61605e;
        border-radius: 50%; }
      .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot.active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        .cert-wrapper .owl-carousel-1 .owl-dots .owl-dot.active span {
          background: #0f9dff; }
  .cert-wrapper .owl-carousel-1 .item span {
    height: 6px;
    width: 6px;
    display: block;
    background: #61605e;
    border-radius: 50%; }
  .cert-wrapper .owl-carousel-1 .item .calc-sm-half {
    width: 100% !important;
    margin: 0 auto;
    display: block; }
  .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap {
    max-width: calc(100% - 100px);
    margin: 0 auto !important;
    float: none;
    display: block;
    text-align: center; }
  .cert-wrapper .owl-carousel-1 .item .ratio-fix {
    margin-top: 20px;
    float: none;
    width: 100%;
    background: none !important; } }

@media screen and (max-width: 500px) {
  .no-title-dots .cert-wrapper .owl-carousel-1 .item .slider-text .slide-text-wrap {
    width: auto; } }

/*--------------------------------------------------------------
# Customers
--------------------------------------------------------------*/
#content div#customers .tile-wrapper .item.tile .tile-desc ul {
  text-align: left !important;
  list-style-type: disc;
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
  display: block; }
  #content div#customers .tile-wrapper .item.tile .tile-desc ul li {
    text-align: left !important; }

div#customers {
  background-color: #f0f0f0; }
  div#customers .customer-wrapper {
    text-align: center; }
    div#customers .customer-wrapper h3 {
      max-width: 78%;
      margin-left: auto;
      margin-right: auto;
      font-weight: 100;
      margin-bottom: 0; }
    div#customers .customer-wrapper .tile-wrapper .tile.col-md-6 .tile-logo img {
      max-width: 158px !important;
      width: 158px;
      padding-top: 27% !important;
      padding-bottom: 40px; }
    div#customers .customer-wrapper .tile-wrapper .tile.col-md-6 .tile-logo h3 {
      font-size: 30px !important;
      margin-top: 50px; }
  div#customers .tile-wrapper {
    padding: 60px 0 30px; }
    div#customers .tile-wrapper .tile {
      position: relative;
      overflow: hidden; }
      div#customers .tile-wrapper .tile.clickable .tile-logo {
        cursor: pointer; }
      div#customers .tile-wrapper .tile.clickable .icon-Close {
        cursor: pointer; }
      div#customers .tile-wrapper .tile.centered .tile-desc * {
        text-align: center !important; }
      div#customers .tile-wrapper .tile:after {
        content: '';
        display: block;
        padding-top: 100%; }
      div#customers .tile-wrapper .tile.feature:not(.no-border) .tile-logo img {
        max-width: 105px; }
      div#customers .tile-wrapper .tile .tile-logo {
        position: absolute;
        top: 10px;
        bottom: 10px;
        margin: auto;
        left: 10px;
        right: 10px;
        z-index: 2;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        div#customers .tile-wrapper .tile .tile-logo img {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 0;
          right: 0;
          max-width: 100%;
          max-height: 100%;
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
      div#customers .tile-wrapper .tile .tile-desc {
        position: absolute;
        top: 100%;
        height: calc(100% - 175px);
        left: 40px;
        right: 40px;
        margin: auto;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        line-height: 1.2;
        z-index: 2;
        height: auto;
        font-size: 18px; }
        div#customers .tile-wrapper .tile .tile-desc span {
          font-size: 16px;
          margin-top: 20px; }
      div#customers .tile-wrapper .tile:before {
        content: "\e90e";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: 47px;
        height: 20px;
        width: 40px;
        z-index: 2;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        font-weight: bold;
        opacity: 0; }
      div#customers .tile-wrapper .tile span.icon.icon-Close {
        position: absolute;
        top: -30px;
        right: -30px;
        margin: 0 !important;
        font-size: 4rem !important;
        line-height: 20px !important;
        opacity: 0;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
      div#customers .tile-wrapper .tile.clickable:before {
        opacity: 1; }
      div#customers .tile-wrapper .tile.active .tile-logo {
        bottom: 100% !important;
        overflow: hidden;
        top: -100% !important; }
        div#customers .tile-wrapper .tile.active .tile-logo img {
          -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
          -o-transform: scale(0.75);
          transform: scale(0.75);
          top: 30%; }
      div#customers .tile-wrapper .tile.active span.icon.icon-Close {
        opacity: 1; }
      div#customers .tile-wrapper .tile.active:before {
        bottom: 100%;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s; }
      div#customers .tile-wrapper .tile.active .tile-desc {
        top: 105px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-transition-delay: 0.05s;
        -o-transition-delay: 0.05s;
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s; }
      div#customers .tile-wrapper .tile.feature {
        border: 10px solid #f0f0f0;
        background-position: center;
        background-size: cover;
        padding: 0 !important; }
        div#customers .tile-wrapper .tile.feature.no-border {
          border: none !important; }
        div#customers .tile-wrapper .tile.feature span.shader {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          opacity: .3;
          right: 0;
          z-index: 1;
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        div#customers .tile-wrapper .tile.feature:not(.no-border):before {
          bottom: 30px; }
        div#customers .tile-wrapper .tile.feature:not(.no-border).active:before {
          bottom: 100%; }
        div#customers .tile-wrapper .tile.feature:not(.no-border) .tile-logo img {
          padding-top: 30px;
          padding-bottom: 10px;
          position: static; }
        div#customers .tile-wrapper .tile.feature:not(.no-border) .tile-logo h3 {
          color: #fff;
          font-size: 22px; }
        div#customers .tile-wrapper .tile.feature .tile-desc:hover a {
          text-decoration: underline; }
        div#customers .tile-wrapper .tile.feature .tile-desc p {
          font-size: 18px;
          text-align: left;
          font-weight: 100; }
          div#customers .tile-wrapper .tile.feature .tile-desc p a {
            text-decoration: underline;
            color: #fff; }
        div#customers .tile-wrapper .tile.feature.active .tile-logo {
          bottom: 100% !important;
          overflow: hidden;
          top: -100% !important; }
        div#customers .tile-wrapper .tile.feature.active .tile-desc {
          top: 50px !important; }
        div#customers .tile-wrapper .tile.feature.active span.shader {
          opacity: 1; }
    div#customers .tile-wrapper.feature-wrapper {
      padding-top: 60px !important;
      margin-left: -10px;
      margin-right: -10px; }

/* div.fixed-colors .tile:nth-child(1) { */
  /* background-color: #61a6d5 !important; } */

/* div.fixed-colors .tile:nth-child(2) { */
  /* background-color: #c9c9c9 !important; } */

/* div.fixed-colors .tile:nth-child(3) { */
  /* background-color: #0174c3 !important; } */

   div.fixed-colors .tile:nth-child(1) {
  background-color: #0f9dff !important; }

div.fixed-colors .tile:nth-child(2) {
  background-color: #0174c3 !important; }

div.fixed-colors .tile:nth-child(3) {
  background-color: #0789e1 !important; }

div.fixed-colors .tile:nth-child(4) {
  background-color: #0263a5 !important; }

div.fixed-colors .tile:nth-child(5) {
  background-color: #0097ff !important; }

div.fixed-colors .tile:nth-child(6) {
  background-color: #84c8f7 !important; }

div.fixed-colors .tile:nth-child(7) {
  background-color: #c9c9c9 !important; }

div.fixed-colors .tile:nth-child(8) {
  background-color: #045681 !important; }

div.fixed-colors .tile:nth-child(9) {
  background-color: #2586ca !important; }

div#customers .customer-wrapper .tile-wrapper .tile.col-md-6:not(.no-border) .tile-logo img {
  padding-top: 80px !important; }

div#customers .customer-wrapper .tile-wrapper .tile.col-md-6:not(.no-border) .tile-logo h3 {
  margin-top: 35px; }

@media screen and (max-width: 1200px) and (min-width: 980px) {
  div#customers .tile-wrapper .tile.feature:not(.no-border) .tile-logo img {
    padding-top: 15px; }
  div#customers .tile-wrapper .tile.feature:not(.no-border) .tile-desc P {
    font-size: 16px; }
  div#customers .tile-wrapper .tile.feature:not(.no-border) .tile-desc {
    left: 20px;
    right: 20px; }
  div#customers .tile-wrapper .tile.feature:not(.no-border) h3 {
    margin-top: 10px; }
  div#customers .tile-wrapper .tile.feature:not(.no-border).active .tile-desc {
    top: 20px !important; } }

@media screen and (max-width: 1024px) {
  div#customers.customer {
    padding-bottom: 0 !important; }
    div#customers.customer .container {
      max-width: 100%; }
    div#customers.customer .customer-wrapper.col-max-section {
      margin: 0 !important;
      max-width: 100%; }
      div#customers.customer .customer-wrapper.col-max-section h2,
      div#customers.customer .customer-wrapper.col-max-section h3 {
        max-width: 80% !important; }
    div#customers.customer .tile-wrapper.feature-wrapper {
      margin: 0;
      width: 100%;
      max-width: 100%;
      overflow: hidden; } }

@media screen and (max-width: 1200px) and (min-width: 990px) {
  div#customers .tile-wrapper .tile.feature:not(.no-border).col-md-4 .tile-logo h3 {
    margin-top: 5px;
    max-width: 90%;
    line-height: 1; }
  div#customers .tile-wrapper .tile.feature:not(.no-border).col-md-4:before {
    bottom: 10px; }
  div#customers .tile-wrapper .tile.feature:not(.no-border).col-md-4 span.icon.icon-Close {
    top: -20px;
    right: -20px; }
  div#customers .tile-wrapper .tile.feature:not(.no-border).col-md-4.active .tile-desc {
    top: 30px !important; } }

@media screen and (max-width: 990px) and (min-width: 980px) {
  div#customers .tile-wrapper .tile.feature:not(.no-border).col-sm-6.active .tile-desc {
    top: 30px !important; }
  div#customers .tile-wrapper .tile.feature:not(.no-border).col-sm-6 .tile-logo img {
    padding-top: 20%;
    margin-bottom: 5%; }
  div#customers .tile-wrapper .tile.feature:not(.no-border).col-sm-6:before {
    bottom: 40px; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  div#customers .tile-wrapper .tile.feature.no-border.col-md-6:nth-child(odd):last-child {
    display: none; }
  div#customers .tile-wrapper .tile.feature.no-border:nth-child(3n + 2):last-child {
    display: none; } }

@media screen and (max-width: 991px) {
  div#customers .tile-wrapper .tile.feature.no-border.col-sm-6:nth-child(2n + 1):last-child {
    display: none; } }

@media screen and (max-width: 768px) {
  div#customers .tile-wrapper .tile:before {
    display: none; }
  .owl-carousel.off {
    display: block; }
  div#customers .tile-wrapper .tile.feature.col-md-4:not(.col-sm-6):nth-child(3n):last-child {
    display: none; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile {
    padding-top: 65px !important;
    max-width: 460px;
    margin: 0 auto; }
    div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature {
      border: none;
      min-height: 440px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature:not(.no-border) .tile-logo h3 {
        max-width: 230px; }
      div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature .tile-desc {
        top: 271px; }
        div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature .tile-desc p {
          text-align: center !important; }
      div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature span.shader {
        opacity: .8; }
    div#customers .tile-wrapper.feature-wrapper.owl-mobile .owl-nav.disabled {
      display: none; }
    div#customers .tile-wrapper.feature-wrapper.owl-mobile .owl-dots {
      position: absolute;
      top: 30px;
      text-align: center;
      left: 0;
      right: 0; }
      div#customers .tile-wrapper.feature-wrapper.owl-mobile .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 6px; }
        div#customers .tile-wrapper.feature-wrapper.owl-mobile .owl-dots .owl-dot.active span {
          background: #0095ff; }
        div#customers .tile-wrapper.feature-wrapper.owl-mobile .owl-dots .owl-dot span {
          height: 6px;
          width: 6px;
          display: block;
          background: #61605e;
          border-radius: 50%; }
  div#customers h2.inner-title {
    max-width: 268px; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature .tile-desc {
    position: relative;
    padding: 20px 20px 60px 20px;
    top: 0;
    left: 0; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile:after {
    padding-top: 0; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile span.shader {
    opacity: .65; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile .tile-logo {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  div#customers.customer .customer-wrapper.col-max-section {
    padding: 0 !important; } }

@media screen and (max-width: 500px) {
  div#customers {
    padding-bottom: 0; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 350px; }
  div#customers .customer-wrapper {
    padding: 0 !important; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile {
    width: 100%; }
  div#customers .tile-wrapper .tile .tile-logo img:not([src*='.png']) {
    margin: -40px;
    max-width: calc(100% + 80px);
    max-height: calc(100% + 80px); }
  div#customers .container {
    width: 100%;
    max-width: 100%; }
  #customers .owl-carousel {
    margin-bottom: -20px !important; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile {
    padding: 20px 0; }
    div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature:not(.no-border) .tile-logo h3 {
      padding-top: 60px; }
    div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature:not(.no-border) .tile-logo img {
      display: none; }
    div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature .tile-desc p {
      font-size: 16px; }
  div#customers .customer-wrapper {
    padding: 0; } }

@media screen and (max-width: 370px) {
  div#customers .tile-wrapper .tile.feature:not(.col-md-4) {
    min-height: 370px; }
  div#customers .tile-wrapper.feature-wrapper.owl-mobile .tile.feature {
    min-height: 400px; } }

/*--------------------------------------------------------------
# Team Member
--------------------------------------------------------------*/
.team-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px; }
  .team-wrapper .team-member {
    margin-bottom: 35px; }
    .team-wrapper .team-member h4 {
      font-size: 22px;
      text-align: center;
      margin-top: 30px;
      font-weight: 100; }
      .team-wrapper .team-member h4 span {
        color: #62615e;
        font-size: 18px; }
    .team-wrapper .team-member:nth-child(4n + 1) {
      clear: both; }
    .team-wrapper .team-member .team-social-bar {
      font-family: 'fontawesome';
      text-align: center; }
      .team-wrapper .team-member .team-social-bar a {
        margin: 0 5px; }
        .team-wrapper .team-member .team-social-bar a:hover span {
          color: inherit; }
        .team-wrapper .team-member .team-social-bar a span {
          color: #959595;
          -webkit-transition: all .35s ease;
          -o-transition: all .35s ease;
          transition: all .35s ease;
          font-size: 2.6rem; }

.news_tag-bio .entry-content p {
  font-size: 18px;
  font-weight: 100 !important; }

.header.underline .fa.team-social-bar {
  margin-top: 5px; }
  .header.underline .fa.team-social-bar a {
    margin-right: 10px;
    color: #959595;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-size: 2.6rem; }

@media (max-width: 768px) {
  .team-wrapper .team-member .team-social-bar a span {
    font-size: 2rem; }
  .team-blade.col-max-section {
    padding: 0; }
  .team-wrapper .team-member {
    padding: 0 10px; }
    .team-wrapper .team-member:nth-child(odd) {
      padding-left: 0; }
    .team-wrapper .team-member:nth-child(even) {
      padding-right: 0; }
  .team-wrapper .team-member {
    padding: 0 5px; }
    .team-wrapper .team-member h4 {
      font-size: 16px; }
      .team-wrapper .team-member h4 span {
        font-size: 14px; } }

/*--------------------------------------------------------------
# Support
--------------------------------------------------------------*/
div#support {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  div#support .support-wrapper {
    text-align: center; }
    div#support .support-wrapper img.image-heading {
      padding: 20px 0 5px; }
    div#support .support-wrapper > h3 {
      max-width: 80%; }
    div#support .support-wrapper h3 {
      margin-left: auto;
      margin-right: auto;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    div#support .support-wrapper .support-card-wrapper {
      padding: 60px 0;
      text-align: center; }
      div#support .support-wrapper .support-card-wrapper .support-card {
        text-align: center; }
        div#support .support-wrapper .support-card-wrapper .support-card.small-font {
          display: inline-block !important;
          float: none;
          vertical-align: top; }
          div#support .support-wrapper .support-card-wrapper .support-card.small-font .icon-sizer img.support-icon {
            max-width: 130px; }
          div#support .support-wrapper .support-card-wrapper .support-card.small-font .support-desc {
            margin-top: 40px; }
            div#support .support-wrapper .support-card-wrapper .support-card.small-font .support-desc h3 {
              margin: 10px 0 0px; }
        div#support .support-wrapper .support-card-wrapper .support-card .support-desc {
          padding: 10px 10px 0;
          position: relative; }
          div#support .support-wrapper .support-card-wrapper .support-card .support-desc p {
            margin: 20px 0; }
        div#support .support-wrapper .support-card-wrapper .support-card a {
          text-decoration: none;
          color: inherit; }
          div#support .support-wrapper .support-card-wrapper .support-card a img.support-icon {
            border-radius: 50%;
            -moz-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease; }
          div#support .support-wrapper .support-card-wrapper .support-card a .support-desc .active {
            opacity: 1; }
          div#support .support-wrapper .support-card-wrapper .support-card a .support-desc .hover {
            opacity: 0;
            position: absolute;
            text-align: center;
            top: 15px;
            left: 0;
            right: 0; }
          div#support .support-wrapper .support-card-wrapper .support-card a:hover {
            color: #6eb75f; }
            div#support .support-wrapper .support-card-wrapper .support-card a:hover .hover {
              opacity: 1; }
            div#support .support-wrapper .support-card-wrapper .support-card a:hover .active {
              opacity: 0; }
            div#support .support-wrapper .support-card-wrapper .support-card a:hover img.support-icon {
              background: #6eb75f; }
  div#support.support-template {
    color: #fff; }
    div#support.support-template .support-card-wrapper {
      padding-bottom: 60px !important; }
    div#support.support-template .after-text {
      clear: both; }
      div#support.support-template .after-text h3 {
        margin-bottom: 40px; }
      div#support.support-template .after-text a {
        font-size: 16px;
        font-weight: 600;
        padding: 11px 29px; }
    div#support.support-template .support-card h3 {
      font-size: 20px; }
    div#support.support-template .support-card .icon-sizer {
      min-height: 85px;
      position: relative; }
      div#support.support-template .support-card .icon-sizer.svg-sizer {
        height: 50px;
        width: 50px;
        margin: 0 auto;
        display: block; }
        div#support.support-template .support-card .icon-sizer.svg-sizer.walkthrough {
          width: 70px !important; }
        div#support.support-template .support-card .icon-sizer.svg-sizer.auto {
          height: auto;
          width: auto; }
        div#support.support-template .support-card .icon-sizer.svg-sizer svg {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
      div#support.support-template .support-card .icon-sizer img.support-icon.flexible {
        border-radius: 0 !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
    div#support.support-template .support-card img.support-icon.flexible {
      border-radius: 0 !important; }
    div#support.support-template .support-card a:hover h3 {
      color: #fff; }
    div#support.support-template .support-card a:hover img.support-icon {
      background: none; }
  div#support .support-wrapper .support-card-wrapper .support-card {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 24%; }
    div#support .support-wrapper .support-card-wrapper .support-card a:hover svg {
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }
    div#support .support-wrapper .support-card-wrapper .support-card a .icon-sizer.svg-sizer.large {
      width: 107px;
      height: 107px; }
    div#support .support-wrapper .support-card-wrapper .support-card a h3 {
      font-size: 22px; }
    div#support .support-wrapper .support-card-wrapper .support-card a .support-desc .hover {
      top: 10px; }

.support-card a.hover-link:hover svg.no-fill {
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .support-card a.hover-link:hover svg.no-fill path {
    stroke: none;
    fill: inherit; }

@media screen and (max-width: 980px) {
  div#support .support-wrapper > h3 {
    max-width: 87%; } }

@media screen and (max-width: 768px) {
  div#support .support-wrapper .support-card-wrapper div.support-card a h3 {
    font-size: 18px; }
  div#support .support-wrapper .support-card-wrapper .support-card {
    max-width: 49%;
    width: 50%; }
    div#support .support-wrapper .support-card-wrapper .support-card:first-child {
      margin-bottom: 30px;
      padding: 0 40px; }
  div#support .support-wrapper .support-card-wrapper .support-card .support-desc {
    padding: 10px 0 0 0; }
  div#support.support-template .support-card-wrapper {
    padding: 30px 0 !important;
    padding-bottom: 0px !important; }
  div#support {
    background-position: bottom right; }
    div#support .support-wrapper .support-card {
      margin-bottom: 40px; }
      div#support .support-wrapper .support-card .support-desc h3 {
        margin-bottom: 0; }
      div#support .support-wrapper .support-card:last-child {
        margin-bottom: 0; }
    div#support .support-wrapper img.image-heading {
      padding: 30px 0 10px !important; } }

@media screen and (max-width: 500px) {
  div#support .support-wrapper .support-card-wrapper div.support-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px; }
  div#support .support-wrapper > h3 {
    margin-bottom: 10px; }
  div#support .support-wrapper .support-card-wrapper .support-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px; }
    div#support .support-wrapper .support-card-wrapper .support-card:last-child {
      margin-bottom: 0px; }
    div#support .support-wrapper .support-card-wrapper .support-card:first-child {
      margin-bottom: 30px; }
      div#support .support-wrapper .support-card-wrapper .support-card:first-child h3.active {
        max-width: 180px !important; }
    div#support .support-wrapper .support-card-wrapper .support-card .support-desc h3 {
      font-size: 18px; }
    div#support .support-wrapper .support-card-wrapper .support-card h3.active {
      max-width: 90px; } }

/*--------------------------------------------------------------
# Diagrams
--------------------------------------------------------------*/
.diagrams {
  padding: 65px 0; }
  .diagrams .diagram:last-child img:last-child {
    margin-bottom: 0; }

.diagrams-wrapper {
  text-align: center; }
  .diagrams-wrapper img {
    margin: 40px 0; }
  .diagrams-wrapper .diagram:first-of-type {
    margin-top: 20px; }

/*--------------------------------------------------------------
# Vertical Tabs
--------------------------------------------------------------*/
div#tabs.vert-tabs {
  position: relative; }
  div#tabs.vert-tabs ul.tabs {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0 !important;
    padding: 75px 0; }
    div#tabs.vert-tabs ul.tabs li {
      float: right;
      max-width: 420px;
      clear: both;
      display: block;
      width: 100%; }
      div#tabs.vert-tabs ul.tabs li sup {
        font-size: 50%; }
      div#tabs.vert-tabs ul.tabs li.ui-state-active {
        padding-bottom: 0; }
        div#tabs.vert-tabs ul.tabs li.ui-state-active a {
          background: #0f9dff;
          color: #fff; }
          div#tabs.vert-tabs ul.tabs li.ui-state-active a h2 {
            font-weight: 100; }
          div#tabs.vert-tabs ul.tabs li.ui-state-active a:after {
            right: -30px;
            border-left-color: #0f9dff;
            -moz-transition: all 0.35s ease 0.15s;
            -o-transition: all 0.35s ease 0.15s;
            -webkit-transition: all 0.35s ease 0.15s;
            transition: all 0.35s ease 0.15s; }
      div#tabs.vert-tabs ul.tabs li a {
        display: block;
        padding: 23.5px 29px;
        color: #62615E;
        text-decoration: none;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease;
        position: relative; }
        div#tabs.vert-tabs ul.tabs li a:after {
          content: '';
          border: 16px solid transparent;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          height: 20px;
          width: 20px;
          z-index: 5;
          -moz-transition: none;
          -o-transition: none;
          -webkit-transition: none;
          transition: none; }
  div#tabs.vert-tabs .calc-lg-half {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
    div#tabs.vert-tabs .calc-lg-half .tab-text {
      padding-top: 175px;
      padding-left: 100px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      div#tabs.vert-tabs .calc-lg-half .tab-text .text-wrap {
        color: #fff;
        text-align: center;
        max-width: 415px; }
        div#tabs.vert-tabs .calc-lg-half .tab-text .text-wrap p {
          font-size: 20px; }
        div#tabs.vert-tabs .calc-lg-half .tab-text .text-wrap a {
          margin-top: 40px !important;
          font-weight: 600; }
    div#tabs.vert-tabs .calc-lg-half.no-image .tab-text {
      padding: 40px;
      display: inline-block;
      margin-top: 75px;
      background: #f0f0f0;
      right: auto;
      bottom: 79px; }
      div#tabs.vert-tabs .calc-lg-half.no-image .tab-text .text-wrap p {
        color: #62615e; }
  div#tabs.vert-tabs h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 100; }

@media screen and (max-width: 768px) {
  div#tabs.vert-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    div#tabs.vert-tabs ul.tabs {
      padding: 0;
      width: 100%; }
      div#tabs.vert-tabs ul.tabs li {
        max-width: 100%;
        text-align: center; }
        div#tabs.vert-tabs ul.tabs li.ui-state-active a {
          background: #fff;
          color: #0f9dff; }
        div#tabs.vert-tabs ul.tabs li a {
          padding: 22px 29px;
          background: #0f9dff;
          color: #fff;
          border-top: 1px solid #fff; }
          div#tabs.vert-tabs ul.tabs li a:after {
            content: none; }
            div#tabs.vert-tabs ul.tabs li a:after h2 {
              font-size: 16px; }
    div#tabs.vert-tabs .calc-lg-half {
      position: static !important;
      width: 100%;
      text-align: center; }
      div#tabs.vert-tabs .calc-lg-half .tab-text {
        position: static;
        margin: auto;
        max-width: 390px !important; }
  div#tabs.vert-tabs ul.tabs li a {
    padding: 22px 29px; } }

@media screen and (max-width: 768px) {
  div#tabs.vert-tabs .calc-lg-half .tab-text {
    max-width: 275px !important;
    margin-top: 20px !important;
    margin-bottom: 20px;
    padding: 40px !important; }
  div#tabs.vert-tabs h2 {
    font-size: 16px; } }

/*--------------------------------------------------------------
# Horizontal Tabs
--------------------------------------------------------------*/
div#solutions h3 {
  min-height: 56px;
  max-width: 80%;
  margin-top: 30px;
  font-size: 20px;
  color: white; }

div#solutions a.learn-more-tabs {
  position: absolute;
  padding: 10px 0 !important;
  width: 100%;
  opacity: 0;
  top: calc(100% - 10px);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease; }
  div#solutions a.learn-more-tabs:after {
    content: '';
    width: 80px;
    height: .5px;
    background: #fff;
    display: block;
    margin: auto;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    opacity: 0; }
  div#solutions a.learn-more-tabs:hover:after {
    opacity: 1; }

div#solutions .ui-state-active a.learn-more-tabs {
  opacity: 1 !important;
  top: calc(100% + 5px); }

div#solutions li.ui-tab {
  text-align: center; }

div#solutions h3.inner-subtitle {
  max-width: 77% !important; }

div#solutions .line-divider {
  max-width: 27% !important;
  display: none; }

div#solutions .ui-tabs-panel p {
  max-width: 60%;
  margin: 0 auto;
  font-weight: 100; }

div#solutions a.learn-more-tabs:hover:after {
  bottom: 9px;
  opacity: 1; }

div#tabs {
  background: none;
  border: none;
  color: initial !important;
  font-family: Muli; }
  div#tabs .ui-tabs-panel p {
    color: #fff;
    font-weight: 100 !important; }
  div#tabs .ui-widget-header {
    border: none;
    background: none;
    border-radius: 0 !important; }
  div#tabs .ui-widget-content a:not(.button) {
    color: inherit; }
  div#tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    white-space: normal; }
  div#tabs .ui-tabs-nav li {
    white-space: normal; }
  div#tabs.vert-tabs ul.tabs li {
    margin: 0;
    border: none;
    background: none; }

div#tall-tabs {
  background: none;
  border: none;
  color: initial !important;
  font-family: Muli; }
  div#tall-tabs .ui-tabs-panel p {
    color: #fff;
    font-weight: 100 !important; }
  div#tall-tabs .ui-widget-header {
    border: none;
    background: none;
    border-radius: 0 !important; }
  div#tall-tabs .ui-widget-content a:not(.button) {
    color: inherit; }
  div#tall-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    white-space: normal; }
  div#tall-tabs .ui-tabs-nav li {
    white-space: normal; }
  div#tall-tabs.vert-tabs ul.tabs li {
    margin: 0;
    border: none;
    background: none; }
  div#tall-tabs ul li {
    margin: 0 10px;
    max-width: 235px;
    background: #2075B9 !important;
    height: 400px; }
    div#tall-tabs ul li a {
      padding: 40px 0 5px;
      display: block;
      color: #fff; }
      div#tall-tabs ul li a div {
        margin: 0 auto;
        height: 83px;
        width: 83px;
        position: relative; }
        div#tall-tabs ul li a div img {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          position: absolute;
          width: 100%;
          height: 100%; }
        div#tall-tabs ul li a div #hover-icon {
          opacity: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        div#tall-tabs ul li a div #non-hover-icon {
          opacity: 1;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      div#tall-tabs ul li a p {
        font-size: 16px;
        display: block;
        width: 80%;
        margin: 0 auto; }
    div#tall-tabs ul li .tab-svg {
      height: 83px; }
    div#tall-tabs ul li .tab-svg * {
      fill: white !important; }
  div#tall-tabs ul li:first-child {
    margin-left: 0; }
  div#tall-tabs ul li:last-child {
    margin-right: 0; }
  div#tall-tabs ul li:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #0f9dff !important; }
    div#tall-tabs ul li:hover .tab-svg {
      background: white;
      border-radius: 50%; }
      div#tall-tabs ul li:hover .tab-svg * {
        fill: #0f9dff !important; }
    div#tall-tabs ul li:hover #hover-icon {
      opacity: 1;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    div#tall-tabs ul li:hover #non-hover-icon {
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

.ui-tabs {
  padding: 0; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0 !important; }

@media screen and (max-width: 1200px) {
  #solutions .container .col-md-10 {
    padding: 0;
    width: 100%;
    margin: 0 auto; }
  div#solutions .line-divider {
    max-width: 260px; } }

@media screen and (max-width: 980px) {
  div#solutions p {
    font-size: 16px; }
  div#solutions .ui-tabs-panel p {
    max-width: 66%; }
  div#solutions .line-divider {
    max-width: 60% !important;
    min-width: 280px; }
  div#solutions ul.tabs li {
    width: calc(100% / 2 - 25px);
    margin: 0 !important;
    display: inline-block;
    margin-bottom: 50px !important;
    margin-right: 50px !important;
    max-width: 222px;
    float: none;
    vertical-align: top; }
    div#solutions ul.tabs li:nth-child(even) {
      margin-right: 0 !important; }
  h3.inner-subtitle {
    font-size: 18px; }
  h2.inner-title {
    max-width: 90%;
    margin: 0 auto; } }

@media screen and (max-width: 768px) {
  div#solutions ul.tabs li.ui-tab:nth-child(even) {
    margin-right: 0 !important; }
  .ui-accordion h3 {
    text-align: center;
    background: #0f9dff;
    color: #fff;
    display: block;
    border: none;
    border-radius: 0;
    padding: 23.5px 29px !important;
    text-decoration: none;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    margin: 0 0 1px !important; }
  .ui-accordion h3 span {
    display: none; }
  .ui-accordion .ui-accordion-content {
    text-align: center; }
  div#tabs.vert-tabs .calc-lg-half.no-image .tab-text {
    margin-top: 50px; }
  div#solutions ul.tabs li a {
    padding: 0; }
  div#solutions ul.tabs li h3 {
    max-width: 90% !important; }
  div#solutions ul.tabs li.ui-tabs {
    max-height: 160px; }
  .section .col-max-section {
    max-width: 100% !important; }
  #solutions .ui-tabs-anchor img {
    height: 55px;
    width: 55px; }
  div#solutions ul.tabs li.ui-tab {
    margin-right: 10px !important;
    width: calc(100% / 2 - 12px); }
  div#solutions ul.tabs li.ui-tab a.ui-tabs-anchor {
    padding: 30px 0px 20px !important; }
  div#solutions a.learn-more-tabs {
    font-size: 12px !important; } }

@media screen and (max-width: 500px) {
  div#solutions ul.tabs li.ui-tab {
    margin-right: 7px !important;
    margin-bottom: 10px !important;
    width: calc(100% / 2 - 6px);
    padding: 0px 5px !important; }
    div#solutions ul.tabs li.ui-tab a.ui-tabs-anchor {
      padding: 12px 0px 12px !important; }
      div#solutions ul.tabs li.ui-tab a.ui-tabs-anchor h3 {
        margin-top: 15px;
        min-height: 38px;
        max-width: 95% !important;
        font-size: 16px; } }

/*--------------------------------------------------------------
# Related
--------------------------------------------------------------*/
div[class*='full-blade'] {
  text-align: center; }
  div[class*='full-blade'][class*='light'] {
    color: #fff !important; }

.resource-wrapper .resource-boxes {
  margin-top: 60px !important;
  font-size: 0; }
  .resource-wrapper .resource-boxes h4 {
    display: inline-block;
    clear: both;
    text-align: left;
    float: none;
    width: 100%;
    margin: 25px 0; }
    .resource-wrapper .resource-boxes h4 a {
      color: #fff !important;
      border-bottom: 1px solid #fff;
      text-decoration: none; }
  .resource-wrapper .resource-boxes .resource.box {
    float: none;
    text-align: center;
    background: #fff;
    width: calc(33.33333% - 13.4px);
    margin: 0 10px;
    color: #62615e;
    padding: 75px 40px !important;
    min-height: 310px;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .resource-wrapper .resource-boxes .resource.box:nth-child(3) {
      margin-right: 0;
      background: #e1e1e1 !important; }
    .resource-wrapper .resource-boxes .resource.box:first-child {
      margin-left: 0; }
    .resource-wrapper .resource-boxes .resource.box .button {
      margin-top: 10px;
      width: 100%; }
    .resource-wrapper .resource-boxes .resource.box:nth-child(2) {
      background: #dff2ff !important; }
    .resource-wrapper .resource-boxes .resource.box a.button {
      font-size: 16px;
      font-weight: 600;
      padding: 11px 25px 12px;
      max-width: 200px; }
    .resource-wrapper .resource-boxes .resource.box p {
      font-weight: 100;
      max-width: 100%; }
    .resource-wrapper .resource-boxes .resource.box h3 {
      font-size: 20px;
      margin-top: 0 !important;
      margin-bottom: 12px; }

@media screen and (max-width: 1200px) {
  #related-resources .resource.box {
    padding: 45px 35px !important; }
    #related-resources .resource.box h3 {
      font-size: 18px; }
    #related-resources .resource.box p, #related-resources .resource.box a {
      font-size: 14px; } }

@media screen and (max-width: 980px) {
  div#related-resources.section .resource.box {
    max-width: 300px;
    float: none;
    margin-top: 0px;
    margin-right: 6px !important;
    margin-bottom: 20px;
    margin-left: 6px !important; } }

@media screen and (max-width: 768px) {
  div#related-resources.section .resource.box {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  #related-resources .resource.box h3 {
    margin-bottom: 30px; }
  #related-resources .resource.box a {
    margin-top: 20px; }
  .resource-wrapper .resource-boxes h4 {
    text-align: center; }
  #related-resources .resource.box {
    width: 100%;
    margin: 0;
    margin-top: 20px; }
    #related-resources .resource.box:first-child {
      margin-right: 0;
      margin-top: 0; }
    #related-resources .resource.box:nth-child(2) {
      margin-left: 0;
      margin-right: 0; }
    #related-resources .resource.box:nth-child(3) {
      margin-left: 0 !important; }
    #related-resources .resource.box:last-of-type {
      margin-left: 0 !important; } }

/*--------------------------------------------------------------
# Rotator
--------------------------------------------------------------*/
#rotator .rotator-header {
  position: relative; }
  #rotator .rotator-header .owl-carousel-rotator {
    max-width: 50%;
    display: inline-block;
    margin: 50px 0 20px 50%;
    min-height: 360px; }
    #rotator .rotator-header .owl-carousel-rotator .item {
      padding-top: 50px; }
  #rotator .rotator-header .owl-nav.disabled {
    display: none; }
  #rotator .rotator-header .owl-dots {
    float: left;
    width: 460px;
    position: absolute;
    left: -120%;
    top: 0;
    height: 400px; }
    #rotator .rotator-header .owl-dots .owl-dot.active + .owl-dot + .owl-dot:before {
      background-image: -webkit-linear-gradient(left, #0a74ba 20%, #c7c7c2 80%);
      background-image: -o-linear-gradient(left, #0a74ba 20%, #c7c7c2 80%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #0a74ba), color-stop(80%, #c7c7c2));
      background-image: linear-gradient(to right, #0a74ba 20%, #c7c7c2 80%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0A74BA', endColorstr='#FFC7C7C2', GradientType=1); }
    #rotator .rotator-header .owl-dots .owl-dot.active + .owl-dot + .owl-dot:after {
      background-image: -webkit-linear-gradient(left, #c7c7c2 20%, #0a74ba 80%);
      background-image: -o-linear-gradient(left, #c7c7c2 20%, #0a74ba 80%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #c7c7c2), color-stop(80%, #0a74ba));
      background-image: linear-gradient(to right, #c7c7c2 20%, #0a74ba 80%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC7C7C2', endColorstr='#FF0A74BA', GradientType=1); }
    #rotator .rotator-header .owl-dots .owl-dot + .owl-dot.active + .owl-dot:before {
      background-image: -webkit-linear-gradient(left, #c7c7c2 20%, #6EB85F 80%);
      background-image: -o-linear-gradient(left, #c7c7c2 20%, #6EB85F 80%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #c7c7c2), color-stop(80%, #6EB85F));
      background-image: linear-gradient(to right, #c7c7c2 20%, #6EB85F 80%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC7C7C2', endColorstr='#FF6EB85F', GradientType=1); }
    #rotator .rotator-header .owl-dots .owl-dot + .owl-dot.active + .owl-dot span:after {
      background-image: -webkit-linear-gradient(left, #c7c7c2 40%, #6EB85F 80%);
      background-image: -o-linear-gradient(left, #c7c7c2 40%, #6EB85F 80%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #c7c7c2), color-stop(80%, #6EB85F));
      background-image: linear-gradient(to right, #c7c7c2 40%, #6EB85F 80%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC7C7C2', endColorstr='#FF6EB85F', GradientType=1); }
    #rotator .rotator-header .owl-dots .owl-dot + .owl-dot + .owl-dot.active:after {
      background-image: -webkit-linear-gradient(left, #FFB546 20%, #c7c7c2 80%);
      background-image: -o-linear-gradient(left, #FFB546 20%, #c7c7c2 80%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #FFB546), color-stop(80%, #c7c7c2));
      background-image: linear-gradient(to right, #FFB546 20%, #c7c7c2 80%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFB546', endColorstr='#FFC7C7C2', GradientType=1); }
    #rotator .rotator-header .owl-dots .owl-dot + .owl-dot + .owl-dot.active span:after {
      background-image: -webkit-linear-gradient(left, #FFB546 40%, #c7c7c2 80%);
      background-image: -o-linear-gradient(left, #FFB546 40%, #c7c7c2 80%);
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #FFB546), color-stop(80%, #c7c7c2));
      background-image: linear-gradient(to right, #FFB546 40%, #c7c7c2 80%);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFB546', endColorstr='#FFC7C7C2', GradientType=1); }
    #rotator .rotator-header .owl-dots .owl-dot {
      text-align: center;
      position: absolute;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
      #rotator .rotator-header .owl-dots .owl-dot.active span:before {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        color: #0a74ba; }
      #rotator .rotator-header .owl-dots .owl-dot.active span.icon-rotator-check:before {
        color: #FFB546; }
      #rotator .rotator-header .owl-dots .owl-dot.active span.icon-rotator-lock:before {
        color: #6EB85F; }
      #rotator .rotator-header .owl-dots .owl-dot:first-child {
        margin: 0 auto 50px;
        top: 0;
        left: 0;
        right: 0; }
      #rotator .rotator-header .owl-dots .owl-dot:last-child {
        float: right;
        bottom: 0;
        left: 0; }
        #rotator .rotator-header .owl-dots .owl-dot:last-child:before {
          content: '';
          height: 2px;
          width: 290px;
          display: block;
          background: #c7c7c2;
          position: absolute;
          top: -50px;
          left: 185px;
          z-index: -2;
          -webkit-transform: rotate(55deg);
          -moz-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
          transform: rotate(55deg);
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        #rotator .rotator-header .owl-dots .owl-dot:last-child:after {
          content: '';
          height: 2px;
          width: 290px;
          display: block;
          background: #c7c7c2;
          position: absolute;
          top: -50px;
          left: -15px;
          z-index: -2;
          -webkit-transform: rotate(-55deg);
          -moz-transform: rotate(-55deg);
          -ms-transform: rotate(-55deg);
          transform: rotate(-55deg);
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
        #rotator .rotator-header .owl-dots .owl-dot:last-child span:after {
          width: 350px;
          height: 2px;
          background: #c7c7c2;
          display: block;
          position: absolute;
          content: '';
          bottom: 63px;
          left: 50px;
          margin: auto;
          z-index: -1;
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }
      #rotator .rotator-header .owl-dots .owl-dot:nth-child(2) {
        float: left;
        bottom: 0;
        right: 0; }
      #rotator .rotator-header .owl-dots .owl-dot span {
        font-size: 12rem;
        display: inline-block;
        -webkit-transition: all .35s ease;
        -o-transition: all .35s ease;
        transition: all .35s ease;
        height: 140px;
        width: 130px;
        cursor: pointer; }
        #rotator .rotator-header .owl-dots .owl-dot span:before {
          background: #fff;
          border-radius: 50%;
          color: #c7c7c2;
          display: inline-block;
          width: 120px;
          height: 120px;
          position: relative;
          line-height: 120px;
          text-indent: -1px;
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease; }

@media screen and (max-width: 1200px) {
  #rotator .rotator-header .owl-carousel-rotator {
    width: calc(100% - 470px);
    padding-left: 50px; } }

@media screen and (max-width: 980px) {
  #rotator .rotator-header .owl-carousel-rotator {
    width: calc(100% - 450px); }
    #rotator .rotator-header .owl-carousel-rotator .item {
      padding-top: 25px; } }

@media screen and (max-width: 768px) {
  .owl-carousel-rotator h3 {
    font-size: 20px; }
  .owl-carousel-rotator p {
    font-size: 18px; }
  #rotator .rotator-header .owl-carousel-rotator {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 300px 0 0 0 !important; }
  #rotator .rotator-header .owl-dots {
    width: 280px;
    height: 220px !important;
    margin: auto;
    left: 0;
    top: 60px;
    right: 0; }
  #rotator .rotator-header .owl-dots .owl-dot:last-child:before {
    width: 200px;
    right: 80px; }
  #rotator .rotator-header .owl-dots .owl-dot:last-child:after {
    width: 200px;
    right: 0px; }
  #rotator .rotator-header .owl-dots .owl-dot:last-child span:after {
    width: 200px;
    bottom: 40px; }
  #rotator .rotator-header .owl-dots .owl-dot span {
    font-size: 8rem;
    height: 80px;
    width: 80px;
    line-height: 80px; }
    #rotator .rotator-header .owl-dots .owl-dot span:before {
      height: 80px;
      width: 80px;
      line-height: 80px; } }

@media screen and (max-width: 768px) {
  #rotator .rotator-header .owl-dots {
    max-width: 240px;
    height: 210px !important; }
    #rotator .rotator-header .owl-dots .owl-dot:last-child span:after {
      width: 150px;
      bottom: 35px; }
    #rotator .rotator-header .owl-dots .owl-dot:last-child:after {
      left: -5px;
      width: 149px;
      top: -20px; }
    #rotator .rotator-header .owl-dots .owl-dot:last-child:before {
      left: 95px;
      width: 150px;
      top: -20px; }
  #rotator .rotator-header .owl-carousel-rotator .item {
    padding-top: 0; }
    #rotator .rotator-header .owl-carousel-rotator .item p {
      font-size: 18px; }
    #rotator .rotator-header .owl-carousel-rotator .item *:last-child {
      margin-bottom: 0; } }

/*--------------------------------------------------------------
# Product Slider
--------------------------------------------------------------*/
div#product-slider {
  background-color: #1a82c9;
  color: #fff;
  position: relative;
  overflow: hidden; }
  div#product-slider .owl-carousel {
    max-width: 750px;
    margin: 0 auto; }
  div#product-slider .owl-dots {
    top: 45px;
    text-align: center;
    padding-top: 20px; }
    div#product-slider .owl-dots .owl-dot {
      background: rgba(255, 255, 255, 0.5);
      height: 10px;
      width: 10px;
      cursor: pointer;
      display: inline-block;
      border-radius: 50%;
      margin: 0 6px;
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5); }
      div#product-slider .owl-dots .owl-dot.active {
        background: #fff;
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75); }
  div#product-slider h1 {
    text-align: center;
    margin-bottom: 50px; }
  div#product-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  div#product-slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px 0; }
  div#product-slider .image-wrap {
    width: 300px;
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    left: 1px;
    margin: auto; }
    div#product-slider .image-wrap:after {
      content: '';
      display: block;
      width: 100%;
      padding-top: 100%; }
    div#product-slider .image-wrap img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0px;
      width: auto !important;
      margin: auto;
      border-right: 1px solid #fff;
      padding-right: 60px;
      margin-right: 0; }
  div#product-slider .owl-carousel .owl-item {
    opacity: 0;
    -moz-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease; }
    div#product-slider .owl-carousel .owl-item.active {
      opacity: 1; }
      div#product-slider .owl-carousel .owl-item.active .image-wrap:before {
        opacity: 1; }
  div#product-slider .text-wrap {
    color: #fff;
    max-width: calc(100% - 350px);
    width: 100%;
    display: block;
    float: right;
    padding: 60px 0px; }
    div#product-slider .text-wrap * {
      font-weight: 100; }

.owl-carousel-single .owl-nav {
  position: absolute;
  top: 44%;
  width: 100%; }

.owl-carousel-single .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 0;
  font-size: 40px; }

.owl-carousel-single .owl-nav .owl-next {
  position: absolute;
  right: -50px;
  top: 0;
  font-size: 40px; }

div#product-slider .text-wrap h3:first-child {
  margin-top: 0; }

div#product-slider .owl-carousel.not-owl-carousel-single {
  display: block;
  max-width: 100%; }
  div#product-slider .owl-carousel.not-owl-carousel-single .item {
    position: relative; }
    div#product-slider .owl-carousel.not-owl-carousel-single .item .image-wrap:before {
      opacity: 1; }
    div#product-slider .owl-carousel.not-owl-carousel-single .item .text-wrap {
      padding: 0 20px; }

div#product-slider .button-wrapper {
  text-align: center;
  margin-top: 60px; }

/*********************************
#     Mobile Styles
**********************************/
@media screen and (min-width: 767px) and (max-width: 1200px) {
  div#product-slider .product-header.col-max-section {
    max-width: 76%; }
  div#product-slider .owl-dots {
    padding-top: 0;
    position: absolute;
    width: 100%;
    top: 90%; }
  div#product-slider .item {
    padding: 60px 0 40px 0; }
  div#product-slider .text-wrap {
    padding: 8% 0;
    max-width: calc(100% - 350px); } }

@media screen and (max-width: 768px) {
  div#product-slider .owl-carousel.not-owl-carousel-single .item .text-wrap * {
    text-align: center !important; }
  div#product-slider .button-wrapper {
    margin-top: 40px;
    display: inline-block;
    width: 100%; }
  div#product-slider h2.inner-title {
    font-size: 24px; }
  div#product-slider .owl-dots {
    top: 0;
    position: absolute;
    margin: auto;
    width: 100%; }
  div#product-slider .item {
    display: block; }
  div#product-slider .image-wrap {
    width: 100%;
    margin: 0;
    padding-top: 40px;
    position: static;
    text-align: center; }
    div#product-slider .image-wrap:before {
      display: none; }
    div#product-slider .image-wrap:after {
      padding-top: 0; }
    div#product-slider .image-wrap img {
      position: static;
      border-right: 0;
      border-bottom: none;
      padding: 0 0 20px;
      margin: 0 auto 0px; }
  div#product-slider .text-wrap {
    width: 100%;
    max-width: none;
    padding: 0px;
    text-align: center; }
    div#product-slider .text-wrap h4 {
      font-size: 18px; } }

@media screen and (max-width: 500px) {
  div#product-slider h2.inner-title {
    font-size: 24px; }
  div#product-slider .text-wrap * {
    font-size: 18px; } }

.product-header .owl-carousel-single .owl-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.product-header .owl-carousel-single .owl-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

body .owl-carousel-single .owl-nav .owl-prev {
  font-size: 16px; }

body .owl-carousel-single .owl-nav .owl-next {
  font-size: 16px; }

/*--------------------------------------------------------------
# Video Lightbox
--------------------------------------------------------------*/
div#lightvideo {
  display: none; }
  div#lightvideo iframe {
    display: none; }
  div#lightvideo.featherlight-inner {
    display: block; }
    div#lightvideo.featherlight-inner iframe {
      display: block; }

.featherlight .featherlight-inner.hidden {
  display: block !important; }

.featherlight-content {
  -webkit-box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0px 0px 100px 5px rgba(0, 0, 0, 0.5) !important;
  overflow: auto !important; }

div#video-lightbox {
  color: #fff;
  padding: 110px 0;
  position: relative; }
  div#video-lightbox > .container {
    z-index: 1;
    position: relative; }
  div#video-lightbox h1 {
    text-align: center;
    margin-bottom: 50px; }
  div#video-lightbox .video-link {
    color: #fff;
    text-align: center;
    text-decoration: none !important; }
    div#video-lightbox .video-link * {
      color: #fff;
      text-align: center;
      text-decoration: none !important; }
    div#video-lightbox .video-link span {
      font-size: 55px !important;
      font-size: 5.5rem !important;
      margin: 40px 0 20px;
      display: block; }
    div#video-lightbox .video-link p {
      font-size: 18px;
      font-weight: 100;
      margin: 0; }
  div#video-lightbox #lightvideo {
    display: none; }

.featherlight-content {
  max-width: 840px;
  width: calc(100% - 50px);
  padding: 20px !important; }
  .featherlight-content:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%; }
  .featherlight-content iframe {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: auto; }

@media screen and (max-width: 1200px) {
  #video-lightbox .container {
    padding: 0; } }

@media screen and (max-width: 768px) {
  div#video-lightbox.section {
    padding: 80px 0 !important; }
    div#video-lightbox.section .col-max-section {
      max-width: 100%; }
    div#video-lightbox.section h2.inner-title {
      font-size: 24px; }
    div#video-lightbox.section .video-link span {
      margin: 40px 0 10px; }
  .featherlight .featherlight-content {
    padding: 0 !important; }
  .featherlight .featherlight-content iframe {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; } }

.large-hover.animated:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.large-hover.animated {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.featherlight:not(.featherlight-iframe) .featherlight-content {
  border-bottom: 0px solid transparent !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: auto; }

.featherlight:not(.featherlight-iframe) .featherlight-content:after {
  content: none !important; }

.featherlight:not(.featherlight-iframe) img.featherlight-inner {
  position: static !important; }

/*--------------------------------------------------------------
# Thumb Slider
--------------------------------------------------------------*/
div#thumb-slider {
  background: #f0f0f0; }
  div#thumb-slider .thumb-slide-header {
    text-align: center; }
  div#thumb-slider .thumb-owl-slider {
    padding: 153px 40px 40px;
    margin-top: 60px;
    background-color: #fff; }
    div#thumb-slider .thumb-owl-slider .owl-nav {
      display: none; }
    div#thumb-slider .thumb-owl-slider .owl-dots {
      position: absolute;
      top: 40px;
      width: 100%;
      left: 0;
      text-align: center; }
      div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot {
        position: relative;
        padding-bottom: 34px;
        display: inline-block;
        opacity: .35;
        margin: 0 35px;
        cursor: pointer;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot span {
          position: absolute;
          bottom: 10px;
          left: 0;
          right: 0;
          font-size: 1.2rem;
          opacity: 0;
          text-align: center;
          -webkit-transition: all .35s ease;
          -o-transition: all .35s ease;
          transition: all .35s ease; }
        div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot.active {
          opacity: 1; }
          div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot.active span {
            opacity: 1;
            bottom: 0; }

.owl-carousel .owl-item img.mobile-only.thumbnail-dot-image {
  width: auto;
  margin: 40px auto; }

@media screen and (max-width: 980px) {
  div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot {
    margin: 0 25px; }
  #solutions li a h3 {
    font-size: 20px;
    margin-bottom: 0; }
  div#solutions ul.tabs li a {
    padding: 33px 0px 20px; } }

@media screen and (max-width: 768px) {
  div#thumb-slider .thumb-owl-slider {
    padding: 48px 20px 20px; }
    div#thumb-slider .thumb-owl-slider .owl-item img.mobile-only.thumbnail-dot-image {
      width: auto;
      margin: 30px auto; }
    div#thumb-slider .thumb-owl-slider .owl-dots {
      position: absolute;
      top: 22px; }
      div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot {
        margin: 0 9px;
        opacity: 1; }
        div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot.active span {
          background: #0095ff;
          bottom: 10px; }
        div#thumb-slider .thumb-owl-slider .owl-dots .owl-dot span {
          height: 6px;
          width: 6px;
          display: block;
          background: #61605e;
          border-radius: 50%;
          opacity: 1; } }

/*--------------------------------------------------------------
# Full Width
--------------------------------------------------------------*/
.full-width-wrapper.no-bottom-padding {
  padding-bottom: 0; }

.full-width-content {
  text-align: center; }
  .full-width-content h1.full-width-header {
    max-width: 55%;
    margin: 10px auto; }
  .full-width-content h2.full-width-header {
    margin-top: 0; }
  .full-width-content h3.full-width-subheader {
    max-width: 70%;
    margin: 20px auto 50px; }

img.full-width-image {
  display: block;
  margin: 40px auto 0; }

h2 + .full-width-wysiwyg p {
  margin-top: 25px; }

@media screen and (max-width: 1200px) {
  h2.full-width-header {
    max-width: 65%;
    margin: 0 auto; }
  h3.full-width-subheader {
    margin-bottom: 0 !important;
    max-width: 85%; } }

@media screen and (max-width: 768px) {
  .full-width-wysiwyg br {
    display: none; }
  .lightbox-header.col-max-section br {
    display: none; }
  h2.full-width-header {
    max-width: 80%;
    margin-bottom: 40px; }
  .full-width-content h3.full-width-subheader {
    max-width: 100%; } }

/*--------------------------------------------------------------
# Featured/Latest Posts
--------------------------------------------------------------*/
.post-category {
  font-size: 14px;
  font-weight: 100; }

.post-meta {
  font-size: 14px;
  font-weight: 100; }
  .post-meta span + span {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    margin-left: 5px !important; }
    .post-meta span + span:before {
      content: '\|';
      left: 0;
      top: -1px;
      bottom: 0;
      position: absolute; }

.owl-carousel .post-looped .featured-image {
  background-color: #fff;
  border: 1px solid #e1e1e1; }

.archive .post-category + h3.post-title {
  margin-top: 6px !important; }

.archive .post-category {
  display: none; }

.archive.category select.category-switch {
  display: inline-block;
  margin-top: 20px; }

.archive.category main#main {
  padding-bottom: 80px; }

.archive.category h1.page-title {
  display: inline-block; }

.archive.category header.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.archive article .archive-image {
  background-size: cover;
  width: 170px; }

.archive article .archive-image:before {
  padding-top: 80%; }

.post-looped .featured-image {
  position: relative;
  max-width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  .post-looped .featured-image:after {
    content: '';
    padding-top: 50%;
    display: block; }

.post-looped h3.post-title {
  margin: 10px 0; }

.post-looped .post-content p {
  font-size: 18px;
  font-weight: 500; }

a#view-more {
  text-align: center;
  cursor: pointer;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.latest-wrapper .wp-pagenavi {
  text-align: center; }
  .latest-wrapper .wp-pagenavi a.nextpostslink {
    display: none; }
  .latest-wrapper .wp-pagenavi span.current {
    color: #0F9DFF;
    border-color: #9b9b9b; }

a#view-archive {
  opacity: 0;
  height: 0;
  overflow: hidden; }
  a#view-archive i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block; }

.latest-wrapper .wp-pagenavi {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 5px 0;
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease; }

.post-set.loaded + a#view-archive {
  opacity: 1;
  text-align: center;
  height: auto; }
  .post-set.loaded + a#view-archive + #view-more {
    opacity: 0;
    max-height: 0; }

.post-set.loaded + #view-more {
  opacity: 0;
  max-height: 0; }

.post-set.loaded + h3 + .wp-pagenavi {
  opacity: 1;
  max-height: 40px; }
  .post-set.loaded + h3 + .wp-pagenavi + #view-more {
    opacity: 0; }

.post-set.loaded + .wp-pagenavi {
  opacity: 1;
  max-height: 40px; }
  .post-set.loaded + .wp-pagenavi + h3 {
    display: none; }
    .post-set.loaded + .wp-pagenavi + h3 + #view-more {
      opacity: 0; }
  .post-set.loaded + .wp-pagenavi + #view-more {
    opacity: 0; }

div#featured h3.featured-post-subtitle {
  text-align: center;
  margin-bottom: 0; }

div#featured .feature-wrapper .post-looped {
  max-width: calc(33% - 20.1px);
  float: left; }
  div#featured .feature-wrapper .post-looped:nth-child(2) {
    margin: 0 35px; }

div#featured .feature-wrapper .text-link i.icon-Chevron {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
  position: relative;
  top: -2px; }

div#featured .feature-wrapper.owl-carousel-posts {
  margin: 40px auto !important; }
  div#featured .feature-wrapper.owl-carousel-posts .feature-wrapper.owl-carousel-posts {
    margin-top: 50px !important; }
  div#featured .feature-wrapper.owl-carousel-posts .owl-nav {
    position: absolute;
    width: calc(100% + 90px);
    left: -60px;
    right: -60px;
    margin: auto;
    top: 57px; }
  div#featured .feature-wrapper.owl-carousel-posts .post-content {
    margin-top: 20px; }
    div#featured .feature-wrapper.owl-carousel-posts .post-content .post-meta:first-child {
      display: none; }
    div#featured .feature-wrapper.owl-carousel-posts .post-content h3.post-title.small {
      font-size: 16px; }
    div#featured .feature-wrapper.owl-carousel-posts .post-content .post-meta + h3.post-title.small {
      margin-top: 5px; }
  div#featured .feature-wrapper.owl-carousel-posts .owl-prev {
    float: left;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer; }
  div#featured .feature-wrapper.owl-carousel-posts .owl-next {
    float: right;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    position: relative;
    left: -3px; }
  div#featured .feature-wrapper.owl-carousel-posts .owl-item .post-looped {
    max-width: 100% !important;
    width: 100%;
    padding: 0 12px; }
    div#featured .feature-wrapper.owl-carousel-posts .owl-item .post-looped .featured-image:after {
      padding-top: 67%; }

.latest-wrapper .post-set + .post-set {
  display: none; }

.latest-wrapper .post-set:first-child .post-looped.latest-post:first-child {
  margin-top: 0 !important; }

.latest-wrapper .post-looped.latest-post {
  clear: both;
  margin: 30px 0px 30px 0px;
  display: inline-block;
  width: 100%; }
  .latest-wrapper .post-looped.latest-post .post-content {
    max-width: calc(100% - 200px);
    float: left;
    width: 100%; }

.latest-wrapper .post-set:nth-child(2) .post-looped:first-child {
  margin-top: 0; }

.latest-wrapper .featured-image {
  width: 200px;
  float: left;
  background-color: #ededed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .latest-wrapper .featured-image:after {
    padding-top: 80% !important; }
  .latest-wrapper .featured-image + .post-content {
    padding-left: 30px; }

.wp-pagenavi {
  display: inline-block;
  padding: 5px 0;
  margin: 20px 0; }
  .wp-pagenavi + h3 {
    display: none; }

.post-content p {
  font-weight: 100 !important; }

.post-set + h3 {
  -moz-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  text-align: center; }

.post-set.not-loaded + h3 {
  opacity: 0;
  max-height: 0; }

.post-set.loaded + h3 + #view-more {
  opacity: 0;
  height: 0; }

.blog-post-header {
  padding-bottom: 35px;
  border-bottom: 1px solid #bebeb8;
  margin-bottom: 40px;
  display: inline-block;
  width: 100%; }
  .blog-post-header h2 {
    float: left;
    margin: 0 !important; }
  .blog-post-header .post-sort {
    float: right;
    margin: 15px 0 0; }
  .blog-post-header ul.list-inline {
    margin: 0 !important; }
    .blog-post-header ul.list-inline li p {
      float: left;
      padding-right: 5px;
      margin: 0 !important; }
    .blog-post-header ul.list-inline li select {
      width: 100px;
      text-align: center;
      padding: 0 5px; }

.header.underline {
  padding-bottom: 40px;
  border-bottom: 1px solid #bebeb8;
  margin-bottom: 40px; }

.archive article {
  clear: both;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  padding-bottom: 15px; }

.archive .archive-image {
  width: 100px;
  display: block;
  float: left;
  margin-right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center; }
  .archive .archive-image:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .archive .archive-image + header h3 {
    margin-top: 0 !important; }

.latest-wrapper {
  position: relative; }
  .latest-wrapper .underline.extra-padding {
    padding-bottom: 60px; }
  .latest-wrapper .wp-pagenavi {
    position: absolute;
    top: 39px;
    opacity: 1;
    right: 0;
    max-height: 40px; }
  .latest-wrapper .offset-wrap .wp-pagenavi {
    top: 0;
    margin-top: 15px; }

@media (max-width: 768px) {
  .feature-header-wrapper {
    padding: 0 20px; }
  h1.underline, .h1.underline, h2.underline {
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-size: 24px; }
  div#featured .feature-wrapper.owl-carousel-posts {
    margin: 30px auto 0 !important; }
    div#featured .feature-wrapper.owl-carousel-posts .owl-item .post-looped {
      margin: 0 !important; }
    div#featured .feature-wrapper.owl-carousel-posts .post-content h3.post-title.small {
      margin-bottom: 0; }
    div#featured .feature-wrapper.owl-carousel-posts .owl-nav {
      padding: 0 15px; }
  .blog-post-header {
    padding-bottom: 20px;
    margin-bottom: 30px; }
  #content .post-looped h3.post-title {
    margin-bottom: 0; }
  .latest-wrapper.col-max-section {
    padding: 0 20px; }
  .latest-wrapper .post-looped.latest-post {
    margin: 20px 0; }
  a#view-more {
    margin-top: -20px; }
  div#featured .feature-wrapper .post-looped {
    max-width: 100%;
    width: 100%;
    margin: 20px 0 !important;
    display: none; }
    div#featured .feature-wrapper .post-looped:first-child {
      display: block; }
  .blog-post-header .post-sort {
    display: block;
    width: 100%;
    float: left; }
    .blog-post-header .post-sort ul.list-inline {
      padding: 0 !important; }
      .blog-post-header .post-sort ul.list-inline > li {
        display: block;
        text-align: left;
        margin-bottom: 10px; }
        .blog-post-header .post-sort ul.list-inline > li p {
          width: 110px; }
  .latest-wrapper .post-looped.latest-post .post-content > p {
    display: none; }
  .latest-wrapper .featured-image {
    display: none; }
  .latest-wrapper .post-looped.latest-post .post-content {
    max-width: 100%;
    padding: 0; }
  .post-set.loaded + .wp-pagenavi {
    max-height: 100%; }
  .wp-pagenavi a, .wp-pagenavi span {
    float: left; }
  div#featured .feature-wrapper.owl-carousel-posts .owl-nav {
    width: calc(100% + 65px);
    top: 50px; } }

@media (max-width: 768px) {
  div#featured .feature-wrapper.owl-carousel-posts .owl-nav {
    top: 75px;
    width: calc(100% + 35px); } }

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.archive article .archive-image {
  background-size: contain;
  width: 170px; }

.single-post #content ul.post-categories {
  list-style-type: none;
  margin: 0; }
  .single-post #content ul.post-categories li {
    margin: 0;
    font-size: 14px; }

.post-author-content p {
  font-weight: 100 !important; }

.single-post .post-author-content, .author .post-author-content {
  display: block;
  float: left; }
  .single-post .post-author-content p, .author .post-author-content p {
    font-size: 18px;
    font-style: italic; }
  .single-post .post-author-content h3, .author .post-author-content h3 {
    margin-top: 0 !important; }

.single-post a.author-image, .author a.author-image {
  display: inline-block;
  margin-right: 25px;
  position: relative;
  min-height: 100px;
  float: left; }

.single-post #content p {
  font-weight: 100;
  font-size: 18px; }

.single-post #content ul {
  list-style-type: disc;
  padding-left: 40px; }
  .single-post #content ul li {
    margin: 10px 0; }

.single-post .entry-content > *:last-child {
  margin-bottom: 0 !important; }

.single-post .entry-content img {
  margin-top: 40px;
  margin-bottom: 40px; }

.single-post header.entry-header .post-category {
  margin: 0 !important; }

.single-post .post-category ~ h1.entry-title,
.single-post .post-meta ~ h1.entry-title {
  margin-top: 10px !important; }

.single-post h1.entry-title {
  clear: both;
  color: #0174c3;
  font-weight: 100; }

.single-post .post-meta {
  float: left;
  margin-bottom: 25px; }
  .single-post .post-meta .post-author {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px; }

.single-post .post-category {
  float: right;
  margin-bottom: 25px; }
  .single-post .post-category span {
    float: left; }
  .single-post .post-category ul.post-categories {
    display: inline;
    list-style-type: none;
    padding: 0 0 0 5px !important;
    float: right; }
    .single-post .post-category ul.post-categories li:not(:last-child):before {
      content: ', '; }

.single-post .entry-content {
  padding-bottom: 80px;
  border-bottom: 1px solid #bebeb8; }
  .single-post .entry-content > *:first-child {
    margin-top: 0; }
  .single-post .entry-content h3 {
    color: #0174c3; }
  .single-post .entry-content blockquote {
    margin: 25px 0px 15px !important;
    border: none;
    padding: 0 !important; }
    .single-post .entry-content blockquote * {
      font-size: 32px;
      color: #0174c3;
      font-weight: 100; }

.single-post .post-author {
  margin: 40px 0; }

.single-post span.edit-link {
  margin: 20px 0;
  display: block;
  clear: both; }

.single-post ul.post-categories li {
  float: right; }

.single-post footer span.cat-links {
  display: none; }

@media (max-width: 768px) {
  .single-post #content ul.post-categories {
    list-style-type: none; }
  .single-post #content ul.post-categories li {
    margin: 0;
    font-size: 14px; }
  .single-post .post-category {
    float: left; }
  .single-post .post-meta {
    margin-bottom: 10px; }
  .single-post h1.entry-title {
    font-size: 32px; }
  .single-post .entry-content blockquote * {
    font-size: 24px; }
  .single-post .entry-content {
    padding-bottom: 30px; }
  .single-post .post-author {
    margin: 30px 0; }
  footer .post-author-content {
    margin-top: 10px; } }

/*--------------------------------------------------------------
# Product Tables
--------------------------------------------------------------*/
.divTable {
  display: table;
  width: 100%; }
  .divTable.ind_5 .divTableCell:nth-child(2),
  .divTable.ind_2 .divTableCell:nth-child(3),
  .divTable.org_2 .divTableCell:nth-child(4),
  .divTable.org_5 .divTableCell:nth-child(5),
  .divTable.code .divTableCell:nth-child(2),
  .divTable.ev_code .divTableCell:nth-child(3),
  .divTable.Standard_SSL .divTableCell:nth-child(2),
  .divTable.Multi-Domain_SSL .divTableCell:nth-child(4),
  .divTable.Wildcard_SSL .divTableCell:nth-child(5),
  .divTable.EV_SSL .divTableCell:nth-child(3) {
    background-color: #ebf4fa; }
  .divTable .divTableRow {
    display: table-row; }
    .divTable .divTableRow:first-child .divTableCell {
      border-top: 1px solid #bebeb8;
      color: #0097ff;
      font-weight: normal !important; }
    .divTable .divTableRow:last-child .divTableCell {
      border-bottom: none; }
  .divTable .divTableHeading {
    background-color: #EEE;
    display: table-header-group; }
  .divTable .divTableCell {
    border: 1px solid #bebeb8;
    display: table-cell;
    padding: 16px 10px;
    border-top: none;
    border-right: none;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #62615e;
    position: relative;
    width: calc(100% / 6);
    vertical-align: middle; }
    .divTable .divTableCell i.icon-Check {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .divTable .divTableCell i.icon-Check:before {
        color: #6eb85f;
        font-size: 2.2rem;
        line-height: 100% !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 24px;
        width: 26px; }
    .divTable .divTableCell a {
      margin: 0 !important; }
    .divTable .divTableCell:last-child {
      border-right: 1px solid #bebeb8; }
    .divTable .divTableCell:first-child {
      text-align: left;
      padding-left: 30px;
      width: calc(100% / 3); }
  .divTable .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold; }
  .divTable .divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold; }
  .divTable .divTableBody {
    display: table-row-group;
    background: #fafafa; }

.card-wrapper {
  text-align: center; }
  .card-wrapper .card-wrap.signing {
    text-align: center; }
    .card-wrapper .card-wrap.signing .price-card {
      display: inline-block !important;
      float: none; }
    .card-wrapper .card-wrap.signing.code .Code_Signing,
    .card-wrapper .card-wrap.signing.ev_code .EV_Code_Signing {
      margin-top: 0px !important;
      border: 1px solid #0174c3 !important;
      margin-left: -1px !important;
      padding-bottom: 54px !important; }

.card-wrapper .card-wrap.signing.ind_5 .Individual_500,
.card-wrapper .card-wrap.signing.ind_2 .Individual_2000,
.card-wrapper .card-wrap.signing.org_2 .Organization_2000,
.card-wrapper .card-wrap.signing.org_5 .Organization_5000 {
  margin-top: 0px !important;
  border: 1px solid #0174c3 !important;
  margin-left: -1px !important;
  padding-bottom: 54px !important; }

.accordion-group {
  clear: both;
  border-bottom: 1px solid #bebeb8;
  display: table;
  width: 100%; }
  .accordion-group + .accordion-group .accordion-title {
    border-top: none; }
  .accordion-group .accordion-title {
    border: 1px solid #BEBEB8;
    margin: 0 !important;
    border-bottom: none !important;
    padding: 21px 80px 20px 30px;
    font-weight: 100 !important;
    color: #48565E;
    cursor: pointer;
    font-size: 20px;
    display: table;
    width: 100%; }
    .accordion-group .accordion-title i {
      float: right;
      font-size: 1rem;
      line-height: 2rem !important;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
    .accordion-group .accordion-title.inactive i {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .accordion-group .accordion-text {
    padding: 10px 35px;
    background-color: #F4F6F8;
    border: 1px solid #ABB6BF;
    border-bottom: none;
    display: table;
    width: 100%; }
    .accordion-group .accordion-text p {
      margin: 15px 0;
      font-size: 16px; }
    .accordion-group .accordion-text a {
      margin: 0 !important; }

#content .after-text {
  margin-top: 35px; }
  #content .after-text p {
    font-size: 20px;
    margin: 0;
    font-weight: 100; }

.doc-signing .divTable .divTableRow:first-child .divTableCell {
  color: #62615e;
  font-weight: 300 !important; }

/********************************
#  Media Queries - Nate
********************************/
@media screen and (max-width: 768px) {
  .card-wrapper .code.card-wrap.signing .price-card.EV_Code_Signing {
    display: none !important; }
  .card-wrapper .ev_code.card-wrap.signing .price-card.Code_Signing {
    display: none !important; }
  div#cards .after-text {
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    div#cards .after-text p {
      float: right;
      font-size: 18px; }
    div#cards .after-text a {
      margin: 0 !important; }
  div#cards .card-wrapper h2.inner-title {
    font-size: 24px; }
  div#cards .card-wrapper h3.inner-subtitle {
    font-size: 18px; }
  div#cards .card-wrapper h3.inner-subtitle > br {
    display: none; }
  div#cards .card-wrapper .price-card {
    display: none;
    width: 100%; }
    div#cards .card-wrapper .price-card h2 {
      font-size: 50px; }
  div#cards .accordion-wrapper .accordion-group h4.accordion-title {
    padding: 21px 12px 20px;
    max-width: 100%;
    line-height: 1; }
  div#cards .accordion-wrapper .accordion-group .accordion-text {
    max-width: 100%; }
  div#cards .accordion-wrapper .accordion-group .divTable .divTableBody {
    display: block; }
    div#cards .accordion-wrapper .accordion-group .divTable .divTableBody .divTableRow:first-child {
      display: block !important; }
      div#cards .accordion-wrapper .accordion-group .divTable .divTableBody .divTableRow:first-child .divTableCell {
        width: calc(100% / 7); }
  div#cards .card-wrap.code .Code_Signing,
  div#cards .card-wrap.ev_code .EV_Code_Signing,
  div#cards .card-wrap.Standard_SSL .Standard_SSL,
  div#cards .card-wrap.Multi-Domain_SSL .Multi-Domain_SSL,
  div#cards .card-wrap.Wildcard_SSL .Wildcard_SSL,
  div#cards .card-wrap.EV_SSL .EV_SSL {
    display: block !important; }
  div#cards .divTable.code .divTableCell:nth-child(2),
  div#cards .divTable.ev_code .divTableCell:nth-child(3),
  div#cards .divTable.Standard_SSL .divTableCell:nth-child(2),
  div#cards .divTable.Multi-Domain_SSL .divTableCell:nth-child(4),
  div#cards .divTable.Wildcard_SSL .divTableCell:nth-child(5),
  div#cards .divTable.EV_SSL .divTableCell:nth-child(3) {
    display: table-cell !important;
    border-right: 1px solid #bebeb8;
    background: none; }
  div#cards .divTableCell {
    display: none !important; }
    div#cards .divTableCell:first-child {
      display: table-cell !important; }
  div#cards .divTableRow:first-child .divTableCell:empty {
    display: none !important; }
  div#cards.docs .card-wrapper .price-card {
    border-left: 1px solid #0f9dff !important; } }

@media screen and (max-width: 500px) {
  #content .after-text {
    margin-top: 30px; } }

/*--------------------------------------------------------------
# Page Nav
--------------------------------------------------------------*/
div#page-nav-fixer {
  min-height: 60px; }
  div#page-nav-fixer div.page-navigation {
    background: #0f9dff;
    position: absolute;
    width: 100%;
    z-index: 7; }
    div#page-nav-fixer div.page-navigation.fixHeader {
      position: fixed;
      top: 61px; }
    div#page-nav-fixer div.page-navigation ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: center; }
      div#page-nav-fixer div.page-navigation ul li {
        display: inline-block; }
        div#page-nav-fixer div.page-navigation ul li.active a:after {
          opacity: 1; }
        div#page-nav-fixer div.page-navigation ul li a {
          color: #fff;
          display: block;
          padding: 23px 30px 22px;
          font-size: 16px;
          font-weight: 100;
          line-height: 1;
          text-decoration: none;
          position: relative; }
          div#page-nav-fixer div.page-navigation ul li a.button {
            padding: 9px 25px 10px;
            font-weight: 600; }
          div#page-nav-fixer div.page-navigation ul li a:after {
            content: '';
            display: block;
            position: absolute;
            width: 80%;
            width: calc(100% - 60px);
            bottom: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.65);
            top: 25px;
            margin: auto;
            opacity: 0;
            -webkit-transition: all .35s ease;
            -o-transition: all .35s ease;
            transition: all .35s ease; }

li.scroll-add {
  width: 0;
  overflow: hidden;
  position: relative;
  top: 12px;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 0;
  margin-left: 25px; }

.fixHeader li.scroll-add {
  width: auto;
  opacity: 1; }

@media (max-width: 1200px) {
  div#page-nav-fixer div.page-navigation ul li a {
    padding: 22px 27.5px; }
  li.scroll-add {
    margin-left: 20px; } }

@media (max-width: 980px) {
  .site-branding {
    padding: 17px 30px 14px 0px; }
  .account-nav li a span {
    padding: 16px 0px 15px; }
  div#page-nav-fixer div.page-navigation ul li a {
    padding: 22px 13px; }
  div#page-nav-fixer div.page-navigation ul li a:after {
    width: calc(100% - 30px); }
  li.scroll-add {
    margin-left: 10px; } }

@media (max-width: 768px) {
  div#page-nav-fixer {
    display: none; } }

/*--------------------------------------------------------------
# Social Bar
--------------------------------------------------------------*/
.social-bar {
  background: #2aa7fd;
  text-align: center; }
  .social-bar * {
    color: #fff;
    display: inline; }
  .social-bar .social-media.blue-bar span {
    font-size: 2.5rem !important; }
  .social-bar ul {
    padding-left: 30px; }
  .social-bar li.fa {
    margin-right: 10px; }

.search-header input#gsc-i-id2 {
  min-height: 50px !important; }

@media screen and (max-width: 980px) {
  .social-bar {
    padding: 20px; }
    .social-bar h3 {
      display: block;
      margin-top: 0; }
    .social-bar .social-media.blue-bar span {
      font-size: 32px !important; } }

/*--------------------------------------------------------------
# Tile/Table
--------------------------------------------------------------*/
.options-wrapper {
  text-align: center; }
  .options-wrapper .tile-wrapper.row {
    padding: 40px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .options-wrapper .tile-wrapper.row .tile.option {
      background: #0174c3;
      margin: 0 10px;
      width: calc(25% - 22.5px);
      padding: 0 10px !important;
      color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .options-wrapper .tile-wrapper.row .tile.option:before {
        content: none; }
      .options-wrapper .tile-wrapper.row .tile.option:first-child {
        margin-left: 15px; }
      .options-wrapper .tile-wrapper.row .tile.option .tile-desc {
        padding-bottom: 20px; }
      .options-wrapper .tile-wrapper.row .tile.option h3 {
        padding: 0 25px;
        position: relative; }
      .options-wrapper .tile-wrapper.row .tile.option.active .tile-desc {
        top: 30px;
        left: 30px;
        right: 30px; }
      .options-wrapper .tile-wrapper.row .tile.option.active .tile-logo {
        bottom: 100%;
        top: -100%; }
  .options-wrapper .divTable .divTableRow:first-child .divTableCell {
    color: #62615e; }
    .options-wrapper .divTable .divTableRow:first-child .divTableCell a {
      color: #0097ff; }
  .options-wrapper .divTable .divTableBody .divTableRow:last-child .divTableCell {
    border-bottom: 1px solid #bebeb8 !important; }

@media (max-width: 980px) {
  #options .options-wrapper.col-max-section.desktop-only {
    max-width: 100%; } }

@media (max-width: 768px) {
  .options-wrapper .tile-wrapper.row {
    display: block; }
    .options-wrapper .tile-wrapper.row .tile.option {
      width: 100%;
      margin: 40px 0 0px !important; }
      .options-wrapper .tile-wrapper.row .tile.option:first-child {
        margin-top: 0px !important; }
        .options-wrapper .tile-wrapper.row .tile.option:first-child .divTableCell {
          color: #62615e;
          font-weight: 300 !important; } }

/*--------------------------------------------------------------
# Split
--------------------------------------------------------------*/
div#split {
  position: relative;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left center; }
  div#split.flippedbg {
    background-position: right center; }
    div#split.flippedbg:after {
      left: auto;
      right: 0; }
    div#split.flippedbg:before {
      left: auto;
      right: 0; }
  div#split:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover; }
  div#split .container {
    text-align: center; }
    div#split .container .split-wrapper {
      position: relative;
      display: inline-block;
      width: 100%;
      margin: auto !important;
      z-index: 2; }
      div#split .container .split-wrapper .split-image-wrap {
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        bottom: 0; }
        div#split .container .split-wrapper .split-image-wrap img {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 0;
          right: 0;
          margin-left: 75px; }
      div#split .container .split-wrapper .split-text-wrapper {
        padding: 0 75px 0 0;
        text-align: initial; }
        div#split .container .split-wrapper .split-text-wrapper.flipped-content {
          float: right;
          padding: 0 0 0 75px !important; }
          div#split .container .split-wrapper .split-text-wrapper.flipped-content + .split-image-wrap {
            right: auto;
            left: 0; }
            div#split .container .split-wrapper .split-text-wrapper.flipped-content + .split-image-wrap img {
              margin-left: auto !important;
              margin-right: 75px !important; }
        div#split .container .split-wrapper .split-text-wrapper a {
          color: #fff; }
        div#split .container .split-wrapper .split-text-wrapper h3 {
          font-size: 22px;
          margin-bottom: 0; }
        div#split .container .split-wrapper .split-text-wrapper h4 {
          font-size: 24px; }
        div#split .container .split-wrapper .split-text-wrapper h2 {
          margin-top: 0; }
          div#split .container .split-wrapper .split-text-wrapper h2.small {
            font-size: 32px; }

@media (max-width: 1024px) {
  div#split .container .split-wrapper .split-text-wrapper.half {
    width: 55%;
    text-align: center; }
  div#split .container .split-wrapper .split-image-wrap {
    width: 45%; }
  div#split:before {
    width: 55%; }
  div#split:after {
    width: 55%; } }

@media (max-width: 980px) and (min-width: 768px) {
  div#split .container .split-wrapper .split-image-wrap img {
    margin-left: 0;
    left: 20px;
    max-width: calc(100% - 20px); } }

@media (max-width: 768px) {
  .left-side, .right-side, .other-side {
    max-width: 100%;
    width: 100%;
    padding: 0 40px; }
  div#split.flipped:not(.flippedbg) {
    padding-top: 0; }
  div#split.flippedbg {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    div#split.flippedbg:before {
      position: static;
      padding-top: 50%;
      display: block;
      margin-top: 30px;
      margin-bottom: 80px;
      background-size: cover;
      background-position: 50% 35%; }
  .checks.column-2 ul li {
    width: 75%;
    clear: both;
    margin: 0 auto;
    padding-right: 0;
    float: none;
    min-width: 260px; }
  .split-image-wrap.half {
    display: none; }
  div#split .container .split-wrapper .split-text-wrapper.half {
    width: 100%;
    padding-right: 0; }
  div#split:before {
    width: 100%; }
  div#split:after {
    width: 100%; }
  .other-side img {
    margin-right: 0; }
  .mobile-only .split-image-wrap.half {
    display: block;
    padding: 80px 0;
    width: 100%; }
  div#split .container .split-wrapper .split-text-wrapper.flipped-content {
    padding: 0 !important; }
  div#split.flipped:not(flippedBG):before {
    position: static;
    padding-top: 50%;
    display: block;
    width: 100%;
    margin-bottom: 60px; } }

/*--------------------------------------------------------------
# Cert Wizard
--------------------------------------------------------------*/
div#certWizard {
  margin-top: 62px;
  padding: 80px 0;
  background-image: url(/wp-content/themes/digicert_custom/img/certwizard/CertFinderWizard_Hero_Desktop.png);
  background-position: center;
  background-size: cover;
  position: relative;
  /*&:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
  }*/ }
  div#certWizard > div {
    z-index: 1;
    position: relative; }
  div#certWizard .wizard-nav {
    position: absolute;
    bottom: -50px;
    text-align: center;
    width: 100%;
    display: none; }
    div#certWizard .wizard-nav span.dot {
      height: 6px;
      width: 6px;
      border-radius: 50%;
      background: #fff;
      display: inline-block;
      margin: 0 5px; }
      div#certWizard .wizard-nav span.dot.active {
        background: #0f9dff; }
  div#certWizard .wizard-header h1 {
    font-size: 60px;
    margin-top: 0; }
  div#certWizard .wizard-header h2 {
    font-size: 32px;
    margin-bottom: 0; }
  div#certWizard .dctree-decisions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    position: relative;
    border: 1px solid #52b8fe; }
    div#certWizard .dctree-decisions > div.choice-wrapper {
      padding: 0 0px 130px 0 !important;
      border-right: 1px solid #52b8fe; }
      div#certWizard .dctree-decisions > div.choice-wrapper.col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
      div#certWizard .dctree-decisions > div.choice-wrapper.col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
      div#certWizard .dctree-decisions > div.choice-wrapper.best:before {
        content: 'Best';
        position: absolute;
        top: 18px;
        right: 11px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        font-size: 18px; }
      div#certWizard .dctree-decisions > div.choice-wrapper.best:after {
        content: '';
        position: absolute;
        top: -66px;
        right: -66px;
        border: 65px solid transparent;
        border-bottom: 65px solid #6eb85f;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1; }
      div#certWizard .dctree-decisions > div.choice-wrapper:last-child {
        border-right: none; }
      div#certWizard .dctree-decisions > div.choice-wrapper > div {
        width: 100%;
        position: static;
        padding: 0 !important; }
  div#certWizard .certWiz-card {
    padding-bottom: 20px; }
  div#certWizard .col-md-6 .wizard-box {
    color: #fff;
    padding: 0 50px; }
  div#certWizard .wizard-box {
    color: #fff;
    padding: 0 28px; }
    div#certWizard .wizard-box h3 {
      margin-top: 35px;
      margin-bottom: 20px !important; }
      div#certWizard .wizard-box h3:first-child {
        margin-top: 45px; }
    div#certWizard .wizard-box img:first-child {
      padding-top: 50px;
      max-height: 80px; }
    div#certWizard .wizard-box img.content {
      display: block;
      margin: 35px auto 5px; }
    div#certWizard .wizard-box p {
      font-size: 18px;
      font-weight: 100 !important;
      min-height: 100px; }
    div#certWizard .wizard-box a.button {
      position: absolute;
      bottom: 55px;
      margin: auto;
      cursor: pointer;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
      div#certWizard .wizard-box a.button.small {
        width: 92px; }
      div#certWizard .wizard-box a.button.large {
        width: 165px; }
  div#certWizard .cert-wizard-tree.dc-tree {
    max-width: 86%;
    margin: 0 auto;
    color: #fff; }
  div#certWizard.result .cert-wizard-tree {
    height: auto; }
    div#certWizard.result .cert-wizard-tree .certWiz-card {
      position: static;
      display: block;
      color: #fff;
      text-align: center; }
      div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper {
        display: inline-block !important;
        float: none;
        border: 1px solid #0f9dff; }
        div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box {
          padding: 0 29px; }
          div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box p.pre-text {
            margin: 30px 0 0 0;
            line-height: 1 !important; }
          div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box h2.price {
            margin: 0 0 30px 0;
            line-height: 1 !important; }
          div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box h3 {
            margin-top: 35px;
            font-size: 28px; }
          div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box p {
            min-height: auto; }
          div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box a.button {
            position: static;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            margin-top: 30px;
            margin-bottom: 20px; }
          div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box a.learn {
            clear: both;
            display: block;
            margin-bottom: 20px;
            color: #fff;
            text-decoration: underline;
            cursor: pointer; }
            div#certWizard.result .cert-wizard-tree .certWiz-card .choice-wrapper .wizard-box a.learn:active {
              text-decoration: none !important; }

.wizard-breadcrumb {
  position: absolute;
  bottom: -100px;
  text-align: center;
  width: 100%; }
  .wizard-breadcrumb span.icon-Chevron {
    display: inline-block;
    font-size: 1rem;
    padding-left: 20px; }
    .wizard-breadcrumb span.icon-Chevron:before {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      display: inline-block; }
  .wizard-breadcrumb a {
    color: #fff;
    padding: 0 20px; }
    .wizard-breadcrumb a.underline {
      text-decoration: underline; }

.cert-wizard-tree {
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 750px; }

.dc-tree * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.certWiz-card {
  text-align: center;
  padding: 0px;
  position: absolute;
  margin: 0 auto;
  display: none; }

.certWiz-message {
  padding: 0px;
  margin-bottom: 50px; }

.dctree-controls {
  display: none; }

@media (max-width: 1200px) {
  .cert-wizard-tree.dc-tree {
    height: 800px; } }

@media (max-width: 980px) {
  div#certWizard .cert-wizard-tree.dc-tree {
    height: 1170px;
    max-width: 100%; }
  div#certWizard .col-md-6 .wizard-box {
    padding: 0 25px; }
  div#certWizard .dctree-decisions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    div#certWizard .dctree-decisions > div.choice-wrapper {
      border-bottom: 1px solid #52b8fe; }
      div#certWizard .dctree-decisions > div.choice-wrapper.col-md-3 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
    div#certWizard .dctree-decisions .wizard-box p {
      min-height: 0; }
  .level-end .level-end.col-md-6 p {
    min-height: 125px; } }

@media (max-width: 768px) {
  div#certWizard {
    background-image: url(/wp-content/themes/digicert_custom/img/certwizard/CertFinderWizard_Hero_Mobile.png); }
  div#certWizard .wizard-header h1 {
    font-size: 32px; }
  div#certWizard .wizard-header h2 {
    font-size: 20px; }
  div#certWizard .cert-wizard-tree.dc-tree {
    height: 1760px; }
  div#certWizard .dctree-decisions > div.choice-wrapper.choice-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-bottom: 40px !important; }
    div#certWizard .dctree-decisions > div.choice-wrapper.choice-wrapper .wizard-box {
      padding: 0 20px; }
      div#certWizard .dctree-decisions > div.choice-wrapper.choice-wrapper .wizard-box a.button {
        display: inline-block;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 40px 20px 20px; } }

@media (max-width: 500px) {
  div#certWizard .cert-wizard-tree.dc-tree {
    height: 1950px; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.mktoForm {
  margin-top: 50px; }
  .mktoForm .mktoField {
    border: 1px solid #bebeb8;
    padding: 10px 0px 10px 20px !important;
    font-size: 16px !important;
    margin: 0 !important;
    color: #62615e; }
    .mktoForm .mktoField::-webkit-input-placeholder {
      color: #62615e;
      font-family: Muli, sans-serif;
      font-weight: 100; }
    .mktoForm .mktoField::-moz-placeholder {
      color: #62615e;
      font-family: Muli, sans-serif;
      font-weight: 100; }
    .mktoForm .mktoField:-ms-input-placeholder {
      color: #62615e;
      font-family: Muli, sans-serif;
      font-weight: 100; }
    .mktoForm .mktoField:-moz-placeholder {
      color: #62615e;
      font-family: Muli, sans-serif;
      font-weight: 100; }
  .mktoForm label.mktoLabel {
    display: none; }
  .mktoForm label.mktoLabel + .mktoGutter {
    display: none; }
  .mktoForm .mktoFormRow {
    text-align: center !important; }
    .mktoForm .mktoFormRow .mktoFormCol {
      float: none;
      display: inline-block; }
  .mktoForm .mktoFieldDescriptor {
    margin: 0 !important;
    margin-bottom: 30px !important; }
    .mktoForm .mktoFieldDescriptor:first-child {
      margin-right: 30px !important; }
  .mktoForm button.mktoButton {
    margin: 0 !important;
    display: inline-block !important;
    width: auto !important;
    line-height: 1 !important;
    font-family: Muli, sans-serif !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    color: #ffffff;
    border-radius: 50px;
    text-decoration: none !important;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #0f9dff !important;
    color: #ffffff !important; }
    .mktoForm button.mktoButton:hover {
      background-color: #0088E5 !important;
      color: #ffffff !important; }
  .mktoForm .mktoButtonRow {
    display: block;
    width: 100%;
    text-align: center !important; }

@media (max-width: 768px) {
  table.gstl_50.gssb_c {
    max-width: 280px !important;
    min-width: 280px !important;
    overflow: hidden;
    position: fixed !important; }
  .mktoForm .mktoFormRow .mktoFormCol {
    display: block;
    width: 100% !important;
    margin: 0; } }

#partner-types-wrapper {
display: inline-block;
  max-width: 750px;
  margin: auto;
  padding: 20px 0px 20px 10px;
}

.partner-type-checkbox {
   float:left;
  width:360px;

}

label[for="Technology Partner (SaaS ISV)"], label[for="Web Design And Development"], label[for="Cloud Solution Provider (IaaS PaaS Managed Services)"], label[for="ISP/Telcom"], label[for="Hosting Provider"], label[for="Domain Registrar"], label[for="Value Added Reseller SME"], label[for="Value Added Reseller Enterprise"], label[for="Reseller"], label[for="Master Reseller"]
{
     font-weight: 100 !important;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Instruction Pages
--------------------------------------------------------------*/
div#primary.default-template iframe {
  position: relative;
  margin-bottom: 13px;
  margin: 15px 0;
  clear: both;
  float: none;
  display: block; }

div#primary.default-template img.alignnone {
  display: block; }

div#primary.default-template img {
  margin: 15px 0; }

div#primary.default-template #support-guides a.sg2 + br {
  display: none !important; }

div#primary.default-template .product-box {
  overflow: hidden;
  padding: 70px 0 65px; }
  div#primary.default-template .product-box.product-box.compact {
    padding: 35px 0 45px; }
  div#primary.default-template .product-box.product-box-inset {
    position: relative;
    background: #f7f7f7 url(https://digicert.com/kb/images/kestrel/product-box-inset-bottom.png) no-repeat center bottom; }
    div#primary.default-template .product-box.product-box-inset:before {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 8px;
      background: url(https://digicert.com/kb/images/kestrel/product-box-inset-top.png) no-repeat center top; }

div#primary.default-template #support-guides {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 10px 20px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0; }

div#primary.default-template div.expandedContent {
  display: none;
  padding-top: 10px; }

div#primary.default-template .expandable > h3 {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  padding-right: 40px;
  cursor: pointer; }
  div#primary.default-template .expandable > h3:after {
    content: "\e90e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 60%;
    top: 8px;
    display: block;
    float: right;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: absolute;
    right: 0;
    left: auto; }
  div#primary.default-template .expandable > h3.expanded:after {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    -moz-transform: rotate3d(0, 0, 1, 180deg);
    -ms-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg); }

div#primary.default-template .expandable {
  margin-top: 20px; }

div#primary.default-template div#support-guides * {
  display: inline-block;
  margin: 0; }

div#primary.default-template div#support-guides p:last-child {
  float: right;
  margin: 0; }

div#primary.default-template div#primary.default-template #support-guides {
  display: inline-block;
  width: calc(100% - 20px);
  padding: 10px 20px;
  height: auto;
  margin: 10px; }

div#primary.default-template p.sg3 {
  margin: 0 0 0 15px;
  color: #4d4d4d;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 40px !important;
  vertical-align: middle;
  float: left;
  padding-left: 0px; }

div#primary.default-template code {
  color: black;
  background-color: transparent;
  font-size: 100%;
  font-family: "Courier New", Courier, sans-serif; }

div#primary.default-template .supportBox {
  background: #f9f9f9;
  border: 1px solid #efefef;
  padding: 5px;
  margin: 10px 0 15px; }

div#primary.default-template code span.boldred {
  color: red;
  font-weight: 600; }

div#primary.default-template div[style*='border: solid 1px black;'] {
  border: none !important;
  width: auto !important; }

div#primary.default-template div[style*='border: solid 1px black;'] pre {
  margin: 0 !important; }

div#primary.default-template .award-image {
  margin-top: 15px; }

div#primary.default-template .award-text {
  padding-left: 250px; }

div#primary.default-template .award-text p.learnmore span {
  margin-right: 56px; }

div#primary.default-template .product-box h3 {
  font-size: 20px; }

div#primary.default-template .award-text h4 {
  color: #4D4D4D;
  margin-bottom: 0; }

div#primary.default-template .award-text div {
  line-height: 1.8;
  margin: 30px 0; }

div#primary.default-template .pmargin {
  margin-left: 20px; }

div#primary.default-template .indented {
  padding-left: 25px; }

div#primary.default-template .indented-1 {
  padding-left: 40px; }

div#primary.default-template .product-box img {
  float: none; }

div#primary.default-template ol ol {
  list-style-type: lower-alpha; }
  div#primary.default-template ol ol ol {
    list-style-type: lower-roman; }

div#primary.default-template ul {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 40px; }

div#primary.default-template .search-header input#gsc-i-id2 {
  font-size: 22px;
  min-height: 40px !important; }

div#primary.default-template .container-inset ul li, div#primary.default-template .container-inset ol li {
  list-style: none;
  margin-left: 0;
  padding-bottom: .1em; }

div#primary.default-template h2 {
  font-size: 28px; }
  div#primary.default-template h2.h2-large {
    font-size: 32px; }

div#primary.default-template .video-caption-box {
  float: right;
  margin-left: 60px;
  width: 430px; }

div#primary.default-template .container {
  padding: 0; }

div#primary.default-template .product-box img.product-image-right {
  float: right;
  margin-left: 24px; }

div#primary.default-template .blue-bold {
  color: #015E95;
  font-weight: bold; }

div#primary.default-template .question-link-list, div#primary.default-template .question-link-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8; }

div#primary.default-template .question-answer {
  margin-top: 64px; }
  div#primary.default-template .question-answer .question {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px; }
    div#primary.default-template .question-answer .question span {
      float: left;
      width: 35px; }
  div#primary.default-template .question-answer .answer {
    font-style: italic;
    padding-left: 35px; }
    div#primary.default-template .question-answer .answer p {
      font-weight: normal; }

div#primary.default-template .sha1-date2 div {
  display: inline-block; }

div#primary.default-template .sha1-date {
  width: 150px;
  margin-bottom: 20px; }

div#primary.default-template .container-inset {
  padding: 0; }

div#primary.default-template .blue-and-gray-table {
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 14px;
  border: 1px solid #B7B7B7;
  margin-bottom: 10px; }

div#primary.default-template .blue-and-gray-table tbody tr.section-header td {
  background: #007EC4;
  color: white;
  border: 1px solid #007EC4;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px -1px 1px #666; }

div#primary.default-template .blue-and-gray-table td:first-child {
  text-align: left;
  padding-left: 24px; }

div#primary.default-template .blue-and-gray-table td {
  border: 1px solid #B7B7B7;
  font-size: 16px;
  line-height: 2; }

div#primary.default-template div.hr {
  height: 6px;
  width: 100%;
  margin: 36px 0;
  background-image: -ms-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -moz-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -o-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #CCCCCC), color-stop(0.5, #FFFFFF));
  background-image: -webkit-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -webkit-radial-gradient(ellipse closest-side at center, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -o-radial-gradient(ellipse closest-side at center, #CCCCCC 0%, #FFFFFF 50%);
  background-image: radial-gradient(ellipse closest-side at center, #CCCCCC 0%, #FFFFFF 50%); }
  div#primary.default-template div.hr.compact {
    margin: 0; }

div#primary.default-template .blue-and-gray-table tr.odd td {
  background: #E6E6E6; }

div#primary.default-template .blue-and-gray-table td:first-child {
  text-align: left;
  padding-left: 24px; }

div#primary.default-template .columns .column {
  width: 230px;
  margin-left: 17px;
  margin: 0 8px;
  display: inline-block;
  vertical-align: top; }
  div#primary.default-template .columns .column:first-child {
    margin-left: 0; }
  div#primary.default-template .columns .column h4 {
    border-bottom: 1px solid #a7a9ac;
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 12px;
    margin: 0;
    padding-bottom: 3px;
    text-align: left; }
  div#primary.default-template .columns .column ul {
    padding: 0;
    margin: 0; }
    div#primary.default-template .columns .column ul li {
      list-style: none;
      padding-bottom: 1px;
      line-height: normal;
      margin-bottom: 5px;
      text-align: left; }
      div#primary.default-template .columns .column ul li a {
        color: #4d4d4d;
        text-decoration: none;
        font-size: 11px; }

div#primary.default-template img.inset {
  float: left;
  margin: 0 24px 12px 0; }

div#primary.default-template img.insetright {
  float: right;
  margin: 0 0 12px 24px; }

div#primary.default-template tr#price1, div#primary.default-template tr#price2, div#primary.default-template td#price3 {
  background: transparent;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  padding: 0; }

div#primary.default-template .gray-with-yellow-arrows.pricing {
  margin: 0 0 1em 0;
  min-width: 600px;
  background: #f0f0f0; }

div#primary.default-template .gray-with-yellow-arrows.pricing tbody {
  line-height: normal; }

div#primary.default-template .gray-with-yellow-arrows.pricing td {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  line-height: 40px;
  text-align: right;
  text-wrap: none;
  border-bottom: 1px solid #CCC; }

div#primary.default-template .gray-with-yellow-arrows.pricing th {
  text-align: left;
  text-transform: uppercase;
  line-height: 40px; }

div#primary.default-template .gray-with-yellow-arrows.pricing #price3 td {
  border: 0; }

div#primary.default-template .gray-with-yellow-arrows.pricing td.ulifetime {
  margin-left: 10px;
  border-bottom: 1px solid #CCC; }

div#primary.default-template .gray-with-yellow-arrows.pricing td.uprice {
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  text-align: left; }

div#primary.default-template .gray-with-yellow-arrows.pricing td.uprice span {
  font-weight: normal;
  display: inline;
  margin: 0;
  float: none;
  font-style: italic; }

div#primary.default-template .gray-with-yellow-arrows.pricing td.uadd {
  border-bottom: 1px solid #CCC;
  text-align: left; }

div#primary.default-template .gray-with-yellow-arrows.pricing td.usave {
  border-bottom: 1px solid #CCC;
  color: #53a044; }

div#primary.default-template .videocaption {
  font-size: 12px;
  padding: 12px 36px;
  text-align: center; }

div#primary.default-template .video-caption-box {
  float: right;
  margin-left: 60px;
  width: 430px; }

div#primary.default-template .video-caption-box .shadowbox-right {
  float: none;
  margin: 0; }

div#primary.default-template .product-box.product-box-low-padding {
  padding: 60px 0 85px; }

div#primary.default-template .video-caption-box-left {
  float: left;
  margin-right: 50px;
  width: 430px; }

div#primary.default-template .video-caption-box-left .shadowbox-left {
  float: none;
  margin: 0; }

div#primary.default-template .gray-with-yellow-arrows {
  text-align: center;
  border: 1px solid #A6A6A6; }

div#primary.default-template .gray-with-yellow-arrows thead {
  color: white;
  font-size: 16px;
  line-height: 40px;
  background: url(https://digicert.com/kb/images/sales-commission-arrows.png) no-repeat 22px 13px #666; }

div#primary.default-template .gray-with-yellow-arrows tbody, div#primary.default-template .gray-with-yellow-arrows tfoot {
  line-height: 4; }

div#primary.default-template .gray-with-yellow-arrows th, div#primary.default-template .gray-with-yellow-arrows td {
  padding: 0 50px; }

div#primary.default-template .gray-with-yellow-arrows tbody td {
  border-bottom: 1px solid #A6A6A6; }

div#primary.default-template .left-align {
  text-align: left; }

div#primary.default-template .product-box img.product-image-right {
  float: right;
  margin-left: 24px; }

div#primary.default-template .product-box.product-box-inset-bottomless {
  background: #F7F7F7; }

div#primary.default-template .green-text {
  color: #7EC74E; }

div#primary.default-template ul.checkmark-list {
  margin: 0;
  padding: 0;
  width: 400px;
  list-style: none; }

div#primary.default-template ul.checkmark-list li {
  list-style: none;
  margin: 16px 0;
  padding: 0 0 0 65px;
  background: url(https://digicert.com/kb/images/lg-check.png) no-repeat center left transparent;
  font-style: italic;
  line-height: 1.5;
  text-align: left; }

div#primary.default-template .blue-and-gray-table {
  width: 100%;
  text-align: center;
  line-height: 2.5;
  font-size: 14px;
  border: 1px solid #B7B7B7; }

div#primary.default-template .blue-and-gray-table img {
  float: none;
  vertical-align: middle; }

div#primary.default-template .blue-and-gray-table a {
  text-decoration: underline; }

div#primary.default-template .blue-and-gray-table a.ks-button {
  text-decoration: none; }

div#primary.default-template .blue-and-gray-table td {
  border: 1px solid #B7B7B7; }

div#primary.default-template .blue-and-gray-table thead, div#primary.default-template .blue-and-gray-table tfoot {
  line-height: 1.4; }

div#primary.default-template .blue-and-gray-table thead td {
  border: none;
  border-left: 1px solid #B7B7B7; }

div#primary.default-template .blue-and-gray-table tr.odd td {
  background: #E6E6E6; }

div#primary.default-template .blue-and-gray-table td:first-child {
  text-align: left;
  padding-left: 24px; }

div#primary.default-template .blue-and-gray-table tfoot td {
  padding: 24px 0; }

div#primary.default-template .blue-and-gray-table tfoot td:first-child {
  text-align: center; }

div#primary.default-template .blue-and-gray-table tbody tr.section-header td {
  background: #007EC4;
  color: white;
  border: 1px solid #007EC4;
  font-weight: bold;
  font-size: 18px;
  text-shadow: 1px -1px 1px #666; }

div#primary.default-template .blue-and-gray-table h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0; }

div#primary.default-template .blue-and-gray-table h3 {
  color: black;
  font-size: 22px;
  margin: 0; }

div#primary.default-template .blue-and-gray-table h4 {
  font-size: 16px;
  margin: 0 0 8px; }

div#primary.default-template .blue-and-gray-table h4 span {
  margin: 12px auto;
  font-style: italic;
  display: block; }

div#primary.default-template .blue-and-gray-table h5 {
  color: black;
  font-size: 14px;
  margin: 0; }

div#primary.default-template .blue-and-gray-table h6 {
  color: #4D4D4D;
  font-style: italic;
  font-weight: normal;
  margin: 6px 0;
  font-size: 14px; }

div#primary.default-template .blue-and-gray-table p {
  margin: 0;
  color: black; }

div#primary.default-template .blue-and-gray-table img {
  display: block;
  margin: 0 auto; }

div#primary.default-template .blue-and-gray-table .ks-button {
  margin: 12px 0; }

div#primary.default-template .blue-and-gray-table td.winner {
  color: #65A23F;
  font-weight: bold; }

div#primary.default-template table.ucomp {
  width: 330px;
  border: 1px solid #ddd;
  border-spacing: 0 0;
  margin: 0 0 1em 0; }

div#primary.default-template table.ucomp tr.r1 {
  background: #f3f3f3; }

div#primary.default-template table.ucomp tr.r2 {
  background: #fff; }

div#primary.default-template table.ucomp tr td, div#primary.default-template table.ucomp tr th {
  font-size: 12px;
  color: #000;
  padding: 4px; }

div#primary.default-template div.checklist p {
  background: #fff url(https://digicert.com/kb/images/check.png) no-repeat 2px 2px;
  padding-left: 25px; }

div#primary.default-template div.checklist p.warn {
  background: #fff url(https://digicert.com/kb/images/icons/warning-triangle.gif) no-repeat 2px 2px;
  padding-left: 25px; }

div#primary.default-template div.checklist ul {
  padding-left: 30px;
  margin-bottom: 1em; }

div#primary.default-template div.rounded-box, div#primary.default-template div.rounded-box-wide {
  width: 350px;
  float: left;
  margin: 0 0 25px 50px;
  padding: 10px 15px;
  border: 2px solid #CCC;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px; }

div#primary.default-template div.rounded-box-wide {
  width: 800px;
  float: none;
  margin-left: 0;
  padding: 5px 15px; }

div#primary.default-template div.float-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

div#primary.default-template span.super {
  font-size: 50%;
  vertical-align: super;
  font-weight: normal; }

div#primary.default-template table#matrix {
  width: 100%; }

div#primary.default-template table#matrix td, div#primary.default-template body table#matrix th {
  font-family: "UbuntuLight", Arial, sans-serif;
  font-size: 14px; }

div#primary.default-template table#matrix h4 {
  font-family: "UbuntuLight", Arial, sans-serif;
  font-weight: bold; }

div#primary.default-template iframe.social-facebook {
  border: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 20px; }

div#primary.default-template .social-bar {
  overflow: hidden;
  margin: 0; }

div#primary.default-template .g-plusone {
  border: 1px solid #F00; }

div#primary.default-template p a {
  text-decoration: underline; }

div#primary.default-template .container-inset-bottom-border {
  background: url(https://digicert.com/kb/images/kestrel/container-inset-shadow-bottom.png) bottom left repeat-x;
  padding-bottom: 53px; }

div#primary.default-template .container-inset-top-border {
  background: url(https://digicert.com/kb/images/kestrel/container-inset-shadow-top.png) top left repeat-x; }

div#primary.default-template .container-inset-gray:before {
  background: url("https://digicert.com/kb/images/kestrel/product-box-inset-top.png") no-repeat scroll center top transparent;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

div#primary.default-template .container-inset-gray {
  background: url("https://digicert.com/kb/images/kestrel/product-box-inset-bottom.png") no-repeat scroll center bottom #F7F7F7;
  position: relative; }

div#primary.default-template .container-white {
  background: #fff; }

div#primary.default-template .container-gray {
  background: #F7F7F7; }

div#primary.default-template .container-no-top-margin {
  margin-top: 0; }

div#primary.default-template h3.graybold {
  color: #4D4D4D;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0; }

div#primary.default-template div.hr {
  height: 6px;
  width: 100%;
  margin: 36px 0;
  background-image: -ms-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -moz-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -o-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -webkit-gradient(radial, center center, 0, center center, 140, color-stop(0, #CCCCCC), color-stop(0.5, #FFFFFF));
  background-image: -webkit-radial-gradient(center, ellipse closest-side, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -webkit-radial-gradient(ellipse closest-side at center, #CCCCCC 0%, #FFFFFF 50%);
  background-image: -o-radial-gradient(ellipse closest-side at center, #CCCCCC 0%, #FFFFFF 50%);
  background-image: radial-gradient(ellipse closest-side at center, #CCCCCC 0%, #FFFFFF 50%); }

div#primary.default-template div.hr.compact {
  margin: 0; }

div#primary.default-template .container-inset .columns {
  text-align: center;
  margin: 40px 0; }

div#primary.default-template .banner {
  background-color: #333;
  position: absolute;
  top: 122px;
  width: 100%;
  height: 115px; }

div#primary.default-template .banner hgroup {
  color: white;
  background: url(https://digicert.com/kb/images/blogo-ssl.png) no-repeat -5px 24px;
  padding-left: 95px;
  height: 165px; }

div#primary.default-template .banner hgroup.banner-about {
  background: url(https://digicert.com/kb/images/iconset/digicert-logomark-blue.png) no-repeat 0px 12px; }

div#primary.default-template .banner hgroup.banner-code-sign {
  background: url(https://digicert.com/kb/images/blogo-code-signing.png) no-repeat -5px 24px; }

div#primary.default-template .banner hgroup.banner-reseller {
  background: url(https://digicert.com/kb/images/blogo-reseller.png) no-repeat -5px 24px; }

div#primary.default-template .banner hgroup.banner-support {
  background: url(https://digicert.com/kb/images/blogo-support.png) no-repeat -5px 24px; }

div#primary.default-template .banner hgroup.ssl-plus {
  background: url(https://digicert.com/kb/images/blogo-ssl-plus.png) no-repeat 0px 10px; }

div#primary.default-template .banner hgroup.ev-ssl-plus {
  background: url(https://digicert.com/kb/images/blogo-ev-ssl.png) no-repeat 0px 12px; }

div#primary.default-template .banner hgroup.uc-cert {
  background: url(https://digicert.com/kb/images/blogo-uc.png) no-repeat 0px 16px; }

div#primary.default-template .banner hgroup.ev-multi-domain {
  background: url(https://digicert.com/kb/images/blogo-multi-domain.png) no-repeat 0px 16px; }

div#primary.default-template .banner hgroup.wildcard-plus {
  background: url(https://digicert.com/kb/images/blogo-wildcard.png) no-repeat -5px 24px; }

div#primary.default-template .banner hgroup.enterprise-mpki {
  background: url(https://digicert.com/kb/images/blogo-enterprise-mpki.png) no-repeat -5px 42px; }

div#primary.default-template .banner hgroup.banner-code-signing-cert {
  background: url(https://digicert.com/kb/images/blogo-code-signing-cert.png) no-repeat -5px 24px; }

div#primary.default-template .banner hgroup.banner-ev-cs {
  background: url(https://digicert.com/kb/images/blogo-ev-cs.png) no-repeat -5px 24px; }

div#primary.default-template .banner hgroup.banner-ds {
  background: url(https://digicert.com/kb/images/blogo-ds.png) no-repeat -5px 18px; }

div#primary.default-template .banner hgroup.direct {
  background: url(https://digicert.com/kb/images/blogo-direct.png) no-repeat 10px 24px; }

div#primary.default-template .banner hgroup.clickid {
  background: url(https://digicert.com/kb/images/blogo-clickid.png) no-repeat -5px 12px; }

div#primary.default-template .banner hgroup.rest-api {
  background: url(https://digicert.com/kb/images/blogo-gears.png) no-repeat 20px 24px; }

div#primary.default-template .banner hgroup.two-factor {
  background: url(https://digicert.com/kb/images/blogo-two-factor-1.png) no-repeat -5px 12px; }

div#primary.default-template .banner hgroup.cert-inspector {
  background: url(https://digicert.com/kb/images/blogo-cert-inspector.png) no-repeat -5px 24px; }

div#primary.default-template .banner hgroup.security-summit {
  background: url(https://digicert.com/kb/images/blogo-security-summit.png) no-repeat -5px 20px; }

div#primary.default-template .banner hgroup.security-summit-2015 {
  background: url(https://digicert.com/kb/images/secu-summit-2015-logo.png) no-repeat -5px 20px; }

div#primary.default-template .banner hgroup.wifi-certs {
  background: url(https://digicert.com/kb/images/digi-wifi-head-logo.png) no-repeat -2px 17px; }

div#primary.default-template .banner hgroup.sha-2 {
  background: url(https://digicert.com/kb/images/product-icons/lock-blue-icon.png) no-repeat 25px 29px;
  background-size: 65px; }

div#primary.default-template .banner hgroup.lifecycle {
  background: url(https://digicert.com/kb/images/product-icons/blue-lifecycle-icon.png) no-repeat 15px 24px;
  background-size: 65px; }

div#primary.default-template .banner hgroup.cert-trans {
  background: url(https://digicert.com/kb/images/ct-logo.png) no-repeat 15px 20px; }

div#primary.default-template .banner hgroup.trust-home {
  background: url(https://digicert.com/kb/images/iconset/digicert.png) no-repeat 5px 29px;
  background-size: 55px; }

div#primary.default-template .banner hgroup h2 {
  font-weight: normal;
  margin: 0;
  padding-top: 25px;
  font-size: 34px;
  font-family: "UbuntuLight", Arial, sans-serif; }

div#primary.default-template .banner hgroup h2 a {
  color: white;
  text-decoration: none; }

div#primary.default-template .banner hgroup p, div#primary.default-template .banner hgroup h6 {
  font-size: 14px;
  margin: 0 3px;
  font-weight: normal;
  padding-top: 7px; }

div#primary.default-template .tall-banner {
  background: url(https://digicert.com/kb/images/banner-bg.png);
  position: absolute;
  top: 122px;
  width: 100%;
  height: 185px; }

div#primary.default-template .tall-banner hgroup {
  color: white;
  background: url(https://digicert.com/kb/images/blogo-iot.png) no-repeat 625px -4px;
  height: 165px; }

div#primary.default-template .tall-banner hgroup.internet-of-things {
  background: url(https://digicert.com/kb/images/blogo-iot.png) no-repeat 625px -4px; }

div#primary.default-template .tall-banner hgroup h2 {
  font-weight: normal;
  margin: 0;
  padding-top: 55px;
  font-size: 42px;
  font-family: "UbuntuLight", Arial, sans-serif;
  text-shadow: 1px 0px black; }

div#primary.default-template .tall-banner hgroup h2 a {
  color: white;
  text-decoration: none; }

div#primary.default-template .tall-banner hgroup p, div#primary.default-template .tall-banner hgroup h6 {
  font-size: 14px;
  margin: 5px 0 0 0;
  font-weight: normal; }

div#primary.default-template .tall-banner hgroup.internet-of-things h2 {
  padding-top: 32px; }

div#primary.default-template .shadowbox {
  position: relative;
  border: 8px solid #e6e6e6;
  margin-bottom: 13px; }

div#primary.default-template .shadowbox:before {
  content: '';
  display: block;
  width: 100px;
  height: 13px;
  position: absolute;
  bottom: -21px;
  left: -8px; }

div#primary.default-template .shadowbox:after {
  content: '';
  display: block;
  width: 100px;
  height: 13px;
  position: absolute;
  bottom: -21px;
  right: -8px; }

div#primary.default-template #supportSearchForm {
  padding: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 700px; }

div#primary.default-template #supportSearchBox {
  border: 2px solid #999999;
  border-radius: 2px;
  color: #4D4D4D;
  font-size: 16px;
  padding: 12px;
  width: 555px; }

div#primary.default-template .support-search-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#0f8bc9), to(#0c74ab)) repeat scroll 0 0 #0c74ab;
  background: -webkit-linear-gradient(top, #0f8bc9, #0c74ab) repeat scroll 0 0 #0c74ab;
  background: -o-linear-gradient(top, #0f8bc9, #0c74ab) repeat scroll 0 0 #0c74ab;
  background: linear-gradient(to bottom, #0f8bc9, #0c74ab) repeat scroll 0 0 #0c74ab;
  border: medium none;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  padding: 13px 40px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }

div#primary.default-template .platformbox {
  position: relative;
  width: 380px;
  height: auto;
  margin: 56px 0;
  padding: 24px; }

div#primary.default-template .main-content .platformbox h2 {
  font-weight: bold; }

div#primary.default-template .product-box .container {
  max-width: 960px; }

div#primary.default-template .platformbox p.learnmore {
  font-size: 14px;
  position: static;
  bottom: 40px; }

div#primary.default-template .featurelist a {
  text-decoration: underline;
  font-style: normal; }

div#primary.default-template ul.featurelist {
  margin: 20px 60px 0 0;
  padding: 0;
  display: inline-block; }

div#primary.default-template ul.featurelist li {
  font-size: 18px;
  margin-bottom: 10px; }

div#primary.default-template .ordered-bar {
  background: url(https://digicert.com/kb/images/bar-1.png) no-repeat center center transparent;
  height: 84px;
  width: 967px; }

div#primary.default-template .ordered-bar p {
  padding: 24px 10px 0 80px; }

div#primary.default-template .spm, div#primary.default-template .shadowbox:before, div#primary.default-template .shadowbox:after, div#primary.default-template .container-inset:before, div#primary.default-template .container-inset:after {
  display: block; }

div#primary.default-template .spm, div#primary.default-template .shadowbox:before, div#primary.default-template .shadowbox:after, div#primary.default-template .container-inset-special:before, div#primary.default-template .container-inset-special:after {
  background-image: url(https://digicert.com/kb/images/sprite.main.png);
  background-repeat: no-repeat;
  display: block; }

div#primary.default-template .ordered-bar.bar1 p {
  padding-top: 16px; }

div#primary.default-template .ordered-bar.bar2 {
  background-image: url(https://digicert.com/kb/images/bar-2.png); }

div#primary.default-template .ordered-bar.bar3 {
  background-image: url(https://digicert.com/kb/images/bar-3.png); }

div#primary.default-template .ordered-bar.bar4 {
  background-image: url(https://digicert.com/kb/images/bar-4.png); }

div#primary.default-template .ordered-bar.bar5 {
  background-image: url(https://digicert.com/kb/images/bar-5.png); }

div#primary.default-template .ordered-bar {
  background: url(https://digicert.com/kb/images/bar-1.png) no-repeat center center transparent;
  height: 84px;
  width: 967px; }

div#primary.default-template .ordered-bar p {
  padding: 24px 60px 0 80px; }

div#primary.default-template .ordered-bar.bar1 p {
  padding-top: 16px; }

div#primary.default-template .ordered-bar.bar2 {
  background-image: url(https://digicert.com/kb/images/bar-2.png); }

div#primary.default-template .ordered-bar.bar3 {
  background-image: url(https://digicert.com/kb/images/bar-3.png); }

div#primary.default-template .ordered-bar.bar4 {
  background-image: url(https://digicert.com/kb/images/bar-4.png); }

div#primary.default-template .ordered-bar.bar5 {
  background-image: url(https://digicert.com/kb/images/bar-5.png); }

div#primary.default-template .product-box {
  padding-top: 30px;
  padding-bottom: 30px; }

div#primary.default-template .platformbox.pbox-left {
  float: left; }

div#primary.default-template .platformbox.pbox-right {
  float: right; }

div#primary.default-template .platformbox.pbox-bottom {
  margin-bottom: 12px; }

div#primary.default-template .platformbox h3 {
  color: #4D4D4D;
  font-size: 18px;
  margin: 0; }

div#primary.default-template .platformbox img {
  float: right;
  margin-top: -70px;
  margin-right: -70px; }

div#primary.default-template .platformbox ul {
  font-style: italic;
  color: #0081C3; }

div#primary.default-template .platformbox ul li {
  margin-left: 0;
  line-height: 2; }

div#primary.default-template .platformbox ul li a {
  text-decoration: underline; }

div#primary.default-template .product-box ul li a {
  text-decoration: underline; }

div#primary.default-template .blue-arrow-button-box {
  background: url(https://digicert.com/kb/images/support-btn_up.png) no-repeat scroll center center transparent;
  height: 64px;
  width: 298px;
  padding: 0;
  float: left;
  margin: 16px 32px 0 0;
  color: black; }

div#primary.default-template .blue-arrow-button-box:hover {
  background-image: url(https://digicert.com/kb/images/support-btn_hover.png);
  color: white;
  text-decoration: none; }

div#primary.default-template .blue-arrow-button-box:hover .sub {
  color: white; }

div#primary.default-template .blue-arrow-button-box .super {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 0 20px; }

div#primary.default-template .blue-arrow-button-box .sub {
  color: #8D8D8D;
  font-size: 11px;
  font-style: italic;
  margin: 2px 70px 0 20px; }

div#primary.default-template .blue-arrow-button-box.two-line .super {
  margin-top: 6px; }

div#primary.default-template .images-viewer {
  overflow: auto;
  height: 250px; }

div#primary.default-template .images-viewer div img {
  display: inline;
  margin: 16px 0 16px 16px;
  max-height: 200px;
  cursor: pointer;
  border-radius: 4px; }

div#primary.default-template .images-viewer div img:first-child {
  margin-left: 0; }

div#primary.default-template .images-viewer div img:hover {
  -webkit-box-shadow: 0 0 4px black;
  box-shadow: 0 0 4px black; }

div#primary.default-template .ui-dialog {
  font-size: 12px !important; }

div#primary.default-template .shadowbox:before {
  background-position: -5px -170px; }

div#primary.default-template .shadowbox:after {
  background-position: -5px -147px; }

div#primary.default-template .support-search-button {
  float: right;
  padding: 13px 40px 14px; }

div#primary.default-template #supportSearchBox {
  width: 540px;
  border-width: 1px; }

div#primary.default-template form#support-search-box br {
  display: none; }

div#primary.default-template #supportSearchForm {
  padding-bottom: 8px; }

@media screen and (max-width: 768px) {
  div#primary.default-template .gray-with-yellow-arrows.pricing {
    max-width: 100%;
    min-width: 0; }
    div#primary.default-template .gray-with-yellow-arrows.pricing td {
      display: block;
      text-align: center !important;
      border-right: 1px solid #a6a6a6; }
    div#primary.default-template .gray-with-yellow-arrows.pricing tr#price3 {
      border-right: 1px solid #a6a6a6;
      max-width: 90% !important; }
      div#primary.default-template .gray-with-yellow-arrows.pricing tr#price3 td {
        border-bottom: 0;
        border-top: 0;
        border-right: 1px solid #a6a6a6 !important; } }

#content .page_cat-instruction-pages li {
  padding: 8px; }

/*--------------------------------------------------------------
# Social Tiles
--------------------------------------------------------------*/
.social-tiles {
  background: #F0F0F0;
  padding: 120px 0; }
  .social-tiles .container {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .social-tiles .container .social-tile {
      width: 260px;
      height: 265px;
      margin: 15px;
      position: relative;
      background: white;
      -webkit-transition: all .35s ease;
      -o-transition: all .35s ease;
      transition: all .35s ease; }
      .social-tiles .container .social-tile .social-pic {
        width: 50px;
        height: 50px;
        float: left;
        margin-top: 20px;
        margin-left: 20px;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        background-position: center; }
      .social-tiles .container .social-tile .post-title {
        padding-top: 36px;
        font-weight: 700;
        width: calc(100% - 80px);
        float: right; }
      .social-tiles .container .social-tile a {
        position: absolute;
        height: 100%;
        width: 100%; }
      .social-tiles .container .social-tile .social-tile-text {
        padding: 20px;
        margin-top: 65px; }
        .social-tiles .container .social-tile .social-tile-text p {
          font-size: 14px; }
      .social-tiles .container .social-tile .social-tile-image {
        width: 80%;
        height: 175px;
        margin: 0 auto;
        background-size: contain;
        background-repeat: no-repeat; }
      .social-tiles .container .social-tile .icon-wrapper {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 60px; }
        .social-tiles .container .social-tile .icon-wrapper .icon-img {
          height: 32px;
          width: 32px;
          background-repeat: no-repeat;
          background-size: contain;
          position: absolute;
          top: 14px;
          left: 30px; }
        .social-tiles .container .social-tile .icon-wrapper .post-time {
          width: 70%;
          font-size: 16px;
          padding-top: 22px;
          float: right; }
          .social-tiles .container .social-tile .icon-wrapper .post-time span {
            font-size: 13px;
            color: white;
            font-family: muli;
            display: block; }
        .social-tiles .container .social-tile .icon-wrapper span:first-child {
          text-decoration: underline;
          padding-bottom: 1px; }
        .social-tiles .container .social-tile .icon-wrapper span:nth-child(2) {
          font-size: 12px; }
    .social-tiles .container .social-tile:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

/*--------------------------------------------------------------
# Events and Webinars page
--------------------------------------------------------------*/
.upcomingEvents-container {
  margin-top:20px;
}

.upcomingEvents {
  float:left;
  max-width: 280px;
  margin: 30px 30px -10px 0px;
}

.eventimage {
  float:left;
  width:201px;
  height:220px;
  margin-right:25px;
}

.upcomingimage {
  width:300px;
  height:169px;
  margin-right:25px;

}

.eventRegister {
  text-transform: uppercase;
  font-weight: bold !important;
}

  @media (max-width: 750px) {
.eventimage {
   display: none;
  }
}



/*--------------------------------------------------------------
# Digi Travel
--------------------------------------------------------------*/
div.we-pm-icon {
  background-image: url("/wp-content/uploads/2017/12/MapIcon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.digi-travel-wrap.has_spin,
.digi-travel-wrap.has_spin #earth_div {
  min-height: 100vh !important;
  width: 100% !important; }

.digi-travel-wrap.with-quotes {
  position: relative; }
  .digi-travel-wrap.with-quotes .quotes-container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    height: 130px; }
    .digi-travel-wrap.with-quotes .quotes-container .owl-carousel-quotes {
      position: absolute;
      bottom: 0;
      top: 70px;
      left: 0;
      right: 0;
      margin: auto;
      height: 130px; }
      .digi-travel-wrap.with-quotes .quotes-container .owl-carousel-quotes span {
        display: block;
        text-align: center; }
        .digi-travel-wrap.with-quotes .quotes-container .owl-carousel-quotes span i {
          font-size: 24px;
          font-family: Muli, sans-serif;
          text-align: center;
          color: white;
          line-height: 1.4 !important; }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/
.accordion {
  padding: 50px 0; }
  .accordion .accordion-text {
    font-size: 16px; }
  .accordion .container .accordion-wrapper .accordion-title {
    border-top: none !important; }
  .accordion .container .accordion-wrapper:first-of-type .accordion-title {
    border-top: 1px solid #bebeb8 !important; }

/*--------------------------------------------------------------
# Table Schedule
--------------------------------------------------------------*/
table.agenda-table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  border: 2px solid #ddd; }
  table.agenda-table thead {
    background: #0174c3;
    color: white;
    width: 100%;
    border-right: 2px solid #0174c3;
    border-left: 2px solid #0174c3;
    border-top: 2px solid #0174c3; }
    table.agenda-table thead th.table-header-blue {
      font-weight: 100;
      font-size: 20px;
      text-align: center;
      width: 100%;
      padding: 16px; }
  table.agenda-table tbody {
    background: white; }
    table.agenda-table tbody tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 20px 20px; }
      table.agenda-table tbody tr:first-of-type {
        padding-top: 30px; }
      table.agenda-table tbody tr:last-of-type {
        padding-bottom: 30px; }
      table.agenda-table tbody tr td {
        font-size: 20px;
        margin: 0 30px;
        font-weight: normal; }
        table.agenda-table tbody tr td:first-of-type {
          width: 220px;
          font-weight: 100; }
        table.agenda-table tbody tr td:last-of-type {
          width: auto;
          max-width: 50%; }
        table.agenda-table tbody tr td a {
          font-size: 20px;
          font-weight: 100; }

/*--------------------------------------------------------------
# Past Conferences
--------------------------------------------------------------*/
.past-conference-wrapper .container {
  padding: 20px 0; }

.past-conference-wrapper h2 {
  text-align: center; }

.past-conference-wrapper h3 {
  text-align: center;
  width: 83%;
  margin: 0 auto 30px; }

.past-conference-wrapper .past-conference-loop {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .past-conference-wrapper .past-conference-loop .column-container {
    width: 26%;
    padding-bottom: 10px; }
    .past-conference-wrapper .past-conference-loop .column-container a {
      display: block;
      font-size: 18px;
      padding: 15px 0 10px; }

.page-id-18547 .content-flex.section .container {
  padding-top: 0; }

table.agenda-table tbody tr td:last-of-type {
  font-weight: normal; }

.page-id-18547 div#video-lightbox {
  padding: 40px 0 50px; }

/*--------------------------------------------------------------
# Alternate Product Charts
--------------------------------------------------------------*/
.three-cols .price-card.col-md-3.col-sm-3.Standard_SSL .evlink:before {
  position: absolute;
  bottom: 9px;
  right: 0;
  content: 'EV Option';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 4;
  width: 60px;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-align: center; }

.three-cols .price-card.col-md-3.col-sm-3.Standard_SSL:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: solid 85px transparent;
  border-left: solid 85px transparent;
  border-right: solid 85px #6eb85f; }

.three-cols .price-card.col-md-3.col-sm-3.EV_SSL {
  display: none !important; }

.three-cols#cards .price-card {
  width: 33% !important; }
  @media screen and (max-width: 768px) {
    .three-cols#cards .price-card {
      width: 100% !important; } }

.five-cols .price-card.col-md-3.col-sm-3.Multi-Domain_SSL:after {
  content: unset !important; }

.five-cols .divTable .divTableCell {
  width: calc(100% / 7); }

.five-cols .divTable .divTableCell:first-child {
  width: calc(100% / 5); }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/*===================================
Dont show over 980px - Menu Styles here
===================================*/
/*===================================
  Media Queries
===================================*/
@media (max-width: 1200px) {
  .container {
    max-width: 945px;
    padding: 0 !important;
    width: 100%; }
  div#hero-header .hero-text {
    padding: 100px 0 110px; }
  div#tabs.vert-tabs .calc-lg-half .tab-text {
    padding-left: 80px;
    max-width: 500px; }
  header#masthead #primary-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    padding: 0 20px; } }

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none !important; } }

@media (max-width: 1024px) {
  .hide-on-desktop {
    display: block !important; } }

@media (max-width: 980px) {
  .container {
    max-width: 750px; }
  .col-max-8 {
    max-width: 100%; }
  .section .col-max-section {
    max-width: 100%;
    padding: 0 20px; }
  h2.inner-title {
    max-width: 400px !important;
    font-size: 32px; }
  h3 {
    font-size: 22px; }
  .button.green {
    max-width: calc(50% - 30px);
    min-width: 230px;
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px); }
  .green-box .button.green:nth-child(3n+1):nth-last-child(-n+3), .green-box .button.green:nth-child(3n+1):nth-last-child(-n+3) ~ .button {
    margin: 15px 30px 15px 0 !important; }
  .green-box .button.green:nth-child(2n+1):nth-last-child(-n+2), .green-box .button.green:nth-child(2n+1):nth-last-child(-n+2) ~ .button {
    margin-bottom: 0 !important; }
  #main .green-box .button.green:nth-child(2n + 1) {
    margin-left: 10px !important; }
  #main .green-box .button.green:nth-child(2n + 0) {
    margin-right: 10px !important; }
  .columns-wrapper .col-content.form-column {
    width: calc(100% - 200px);
    margin: 0 auto;
    margin-bottom: 80px;
    float: none;
    padding: 0; }
  .columns-wrapper .col-content.form-column + .form-column {
    width: 420px;
    padding: 40px !important;
    background: #e2e2df;
    text-align: center; } }

@media (min-width: 769px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 768px) {
  .container {
    max-width: 450px; }
  h3 {
    font-size: 18px; }
  h2, h2.inner-title {
    font-size: 24px; }
  h4, .h4 {
    font-size: 16px; }
  .desktop-only {
    display: none !important; }
  #content ol {
    padding-left: 15px; }
  .section .col-max-section {
    padding: 0 5px; }
  .col-max-6 {
    max-width: 100%; }
  .col-max-65 {
    max-width: 100%; }
  .col-max-75 {
    max-width: 100%; }
  .button.green {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin: 0 0 0 0 !important; }
  .green-box .button.green:nth-child(3n+1):nth-last-child(-n+3), .green-box .button.green:nth-child(3n+1):nth-last-child(-n+3) ~ .button {
    margin: 15px 30px 15px 0 !important; }
  .green-box .button.green:nth-child(2n+1):nth-last-child(-n+2), .green-box .button.green:nth-child(2n+1):nth-last-child(-n+2) ~ .button {
    margin-bottom: 0 !important; }
  #main .green-box .button.green:nth-child(2n + 1) {
    margin-left: 0px !important;
    margin-bottom: 20px !important; }
  #main .green-box .button.green:nth-child(2n + 0) {
    margin-right: 0px !important;
    margin-bottom: 20px !important; }
  #main .green-box .button.green:last-child {
    margin-bottom: 0 !important; }
  #main .green-box .button.green {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin: 0 0 0 0 !important; }
  div#solutions ul.tabs li {
    margin-right: 45px !important; }
  .columns-wrapper .col-content.form-column {
    width: calc(100% - 50px); }
  #latest select.category-switch {
    max-width: 250px; }
  .latest-wrapper .underline.extra-padding {
    padding-bottom: 83px; }
  .latest-wrapper .underline.blog-post-header {
    padding-bottom: 90px; }
  .latest-wrapper .wp-pagenavi {
    top: 50px !important;
    max-height: 70px; } }

@media (max-width: 500px) {
  .container {
    max-width: 280px; }
  .col-max-section {
    max-width: 100%; }
  div#solutions ul.tabs li {
    margin: 20px 0 !important; }
  div#solutions ul.tabs li {
    width: 100%; }
  .columns-wrapper .col-content.form-column + .form-column {
    width: 280px; } }
.home #liveagent_button_online_text_5730z0000008OtS{display:none}
.home #liveagent_button_offline_text_5730z0000008OtS{display:none}

#b_522da9be_306{display:none;}
#menu-item-11925 .light {
    display: none !important;
}

/*******careers page css Start***********/

.apply_jobs h1{display:none}
#board_title{display:none !important}
.item{padding-bottom:10px}
.item h4{margin:0;padding:0;}
#content .item ul{padding-left:0px;}
.item li{padding-bottom:5px;}
.item .location {
    font-size: 16px;
    text-transform: uppercase;
    color: #62615e;
    font-weight: 100;}
.item li a{
	    font-size: 20px;
    font-weight: 100;
    padding-top: 15px;
    font-family: Muli,sans-serif;
    margin: 10px 0px 10px;
    color: #0f9dff;
    text-decoration: none;
	}
#app_body h1 {
    margin-bottom: 0px;
    padding-left: 5px !important;
}
#app_body {
    max-width: 625px;

}
#app_body #header {
    padding-right: 106px;
    padding-left: 14px !important;
}
#app_body h1 {
    padding-top: 60px !important;
}

/*******careers page css end***********/

/*******detail page css start***********/
.page-id-20594 h1.entry-title {
    display: none;
}
#footer{display:none;}
#main_fields div.field label, #eeoc_fields div.field label {
    text-align: left !important;
}
#back_to_application_link{display:none;}
#application {

    max-width: 600px !important;
}
.education .year, .employment .year {
    width: 45px !important;
}
.education .month, .employment .month {
    width: 45px !important;
}
.select2-container .select2-choice>.select2-chosen {

    margin-top: 4px !important;
}

#app_body p{
color: #62615e !important;
  }
.education .year, .employment .year {
    width: 35px !important;
    box-sizing: content-box;
}
.education .month, .employment .month {
    width: 25px !important;
    box-sizing: content-box;
}

.select2-container .select2-choice>.select2-chosen {
    margin-top: 9px !important;
}
.select2-container .select2-choice {
    height: 34px !important;
}
 #custom_id{padding-left:90px;}

.page-id-20594 a.button.white.wide {
    background: #fff !important;
       border-radius: 50px;
    padding: 10px 25px 11px !important;
    margin: 10px 0;
    display: inline-block !important;
    font-size: 14px;
    text-transform: uppercase;
}
.page-id-20594 #contact-hover p{color:#fff;}
.page-id-22945 div#cards.section .card-wrapper.borders .card-wrap ul li a.button.buy {
   border: 2px solid #5fad4f;
    color: #5fad4f;
    background: transparent;
    padding: 8px 12px !important;
    width: 90px;
    text-align: center;
    line-height: normal !important;
}
/*******detail page css End***********/
.messageBox a.contactSales {cursor: default;}
    .globalselector{display: none;text-align:center; }
   .globalselector.america{display:block;}
   .globalselector li{list-style: none; width:170px; float:left; padding-bottom:40px; height:190px}
   .globalselector li span{display:block; text-align: center; }
   .globalselector li a{text-align: center; color:#00addd; display: block}
  .globalselector li img {
    border-radius: 50%;
    background: transparent;
    padding: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all .3s;
    border: 5px solid #fff;
  }
  .globalselector li img:hover, .globalselector li img:active, .globalselector li img:active:focus {
    border: 5px solid #0f9dff;
  }
   .globalselector li img.selected {
    background: transparent;
    border-color: #0f9dff;
  }
  .messageContainerBox .messageBox h3 sup {
    font-size: 20px;
    top: -0.9em;
  }
  body.page-id-23863 div#page-nav-fixer {
    display: block;
  }
   .messageContainerBox{display: block; text-align: center; }
   .messageBox{display: none}
  body #content .globalselector ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 6px;
  }
  #content .country-nav-desc .messageBox h3 {
    margin-top: 0;
    font-size: 40px;
  }
  #content .country-nav-desc .messageBox p {
    font-size: 20px;
    text-align: left;
  }
  .messageContainerBox .messageBox strong.contactSales {
    font-weight: normal;
  }
  .section.country-nav {
    margin-bottom: 0px;
    padding-bottom: 6px;
  }
  .section.country-nav-desc {
    padding: 75px 0 70px;
  }
li.subnav-global a.selectedNav:after {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    width: calc(100% - 60px);
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.65);
    top: 25px;
    margin: auto;
    opacity: 1 !important;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.messageBox a.contactSales { cursor: default; }
#live-chat-box {
    z-index: 9;
}
 /*Careers Page*/
.page-id-34112 .use-case-slider-area .owl-nav .owl-prev {
    background: none;
    width: 30px;
    height: 30px;
    border-left: 2px solid #0f9dff;
    border-bottom: 2px solid #0f9dff;
    transform: rotate(45deg);
}
.page-id-34112 .use-case-slider-area .owl-nav .owl-next {
    background: none;
    width: 30px;
    height: 30px;
    border-left: 2px solid #0f9dff;
    border-bottom: 2px solid #0f9dff;
    transform: rotate(-135deg);
}
