/* BIG BIG WARNING:  Do not edit the .css file. It will be ovewritten by the .less file */
.btn {
  padding: 10px 12px;
  font-weight: 600;
  border-radius: 4px;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  verticl-align: middle;
  outline: none;
  outline-offset: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active {
  outline: none;
}
.btn + .btn {
  margin-left: 10px;
}
.btn-inverse {
  position: relative;
  cursor: pointer;
  color: #eee;
  background-color: #4b4643;
  background-image: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  top: auto;
}
.btn-inverse:hover {
  background-color: #5b5552;
  color: #eee;
}
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-color: #302d2b;
  color: #eee;
  top: 1px;
  box-shadow: inset 0px 0px 0px #23201f, 0px 1px 0px 0px #151413, 0px 1px 1px #999;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse:before {
  display: block;
  position: absolute;
  padding-top: 10px;
  top: 10px;
  text-shadow: 1px 1px 2px #302d2b;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #4b4643;
  border-color: transparent;
}
.btn-inverse .badge {
  color: #4b4643;
  background-color: #eee;
}
.btn-xlarge {
  padding: 14px 25px;
  font-size: 18px;
  margin: 20px 0;
}
.btn-large {
  padding: 11px 15px;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
body {
  padding-top: 65px;
  font-family: "IBM Plex Sans", "open sans", "helvetica neue", helvetica, arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  background-color: #fff;
  min-height: 700px;
}
h1,
h2,
h3 {
  line-height: 1.4em;
  margin: 10px 0 20px;
}
h1 {
  font-size: 36px;
  color: #31281E;
  font-weight: 600;
}
h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
  color: #111;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: inherit;
  line-height: 1.5em;
}
h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 5px;
}
a {
  color: #EA7C3F;
}
a:active,
a:hover {
  color: #ed8c56;
  text-decoration: none;
}
ul,
ol {
  line-height: 1.4em;
}
li {
  padding-bottom: 4px;
}
p {
  margin: 0 0 20px;
}
::-moz-selection {
  background-color: rgba(255, 189, 65, 0.7);
  color: #111;
  -moz-text-shadow: none;
}
::selection {
  background-color: rgba(255, 189, 65, 0.7);
  color: #000;
  text-shadow: none;
  -webkit-text-shadow: none;
}
.alert-message {
  background-color: #FAF1BE;
  border: #F7E5AD 1px solid;
  color: #634E2F;
}
.alert-message h4 {
  color: #634E2F;
}
.alert-message p {
  margin: 0;
}
.alert-block {
  display: block;
}
.alert.alert-warning {
  color: #555;
}
.alert.alert-info {
  background-color: rgba(255, 189, 65, 0.55);
  border: rgba(243, 159, 0, 0.65);
  color: #5a3b00;
  text-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
}
.alert.alert-info h2,
.alert.alert-info h3,
.alert.alert-info h3,
.alert.alert-info h4,
.alert.alert-info h5 {
  color: #5a3b00;
}
.alert.alert-info a {
  text-decoration: underline;
}
.alert.alert-info a:hover {
  color: #333333;
}
.cta-well {
  padding: 20px;
  border-radius: 6px;
  background-color: #f7f7f7;
  margin: 30px 0;
  text-align: center;
}
/* Sidebar styling */
.sidebar h1 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
.sidebar h2 {
  font-size: 18px;
  color: #333333;
  font-weight: 400;
}
.sidebar h3 {
  font-size: 16px;
  color: #333333;
}
.sidebar img {
  margin: 0 10px 10px 0;
}
.sidebar section {
  margin-bottom: 50px;
}
.pagination {
  text-align: center;
}
.pagination strong,
.pagination a {
  padding: 10px;
}
.author-info {
  padding: 40px 20px 20px 20px;
  border-top: 1px solid #aaa;
  margin-top: 50px;
}
.author-info .avatar {
  float: left;
  width: 120px;
  display: inline-block;
}
.author-info .avatar.right {
  float: right;
}
.author-info p {
  font-size: 14px;
  color: #444;
}
/****** form elements ******/
.sidenav-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidenav-list li {
  padding: 0;
  margin: 0;
}
.sidenav-list li a {
  padding: 12px;
  border-bottom: 1px solid #e3e3e3;
  display: block;
}
.sidenav-list li a:hover {
  background-color: #f7f7f7;
}
.sidenav-list li a:active {
  background-color: #eaeaea;
}
/****** Additional css from old site *************/
.img-center {
  display: block;
  margin: 0 auto;
}
.img-left {
  float: left;
  margin: 5px 20px 5px 0;
}
/*  Utility classes */
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Style comments */
.comment {
  margin-bottom: 40px;
}
.comment-body .avatar {
  float: left;
  margin: 0px 10px 10px 0;
}
.comment-body .comment-count {
  float: right;
  font-size: 24px;
  margin: 10px 0px 10px 10px;
  opacity: 0.5;
  font-weight: 700;
}
.screen-reader {
  /*h0ney-p0T*/
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}
/*End style comments */
/*Style embedddd iframe videos etc...*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-shield {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/*End style embedded iframe videos etc...*/
/* Knowledge Base */
.links-list.links-list--kb ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.links-list.links-list--kb li.kb-list--header {
  font-size: 16px;
  margin: 15px 0 5px;
  font-weight: 700;
}
.links-list.links-list--kb li.kb-list--title {
  padding: 0 0 0 10px;
}
.links-list.links-list--kb a {
  padding: 5px 0;
  font-size: 13px;
  color: #1a7abf;
}
.links-list.links-list--kb a:hover {
  color: #EA7C3F;
}
.img-caption {
  font-size: 12px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #F1F0ED;
}
.table-permissions .active {
  background-color: #ffcd86;
}
.table-permissions tr td {
  border: 2px solid white;
}
.table-permissions tr th {
  text-align: center;
  width: 15%;
}
.table-permissions tr th:first-child {
  text-align: left;
  width: 55%;
}
/* ------- RESPONSIVE TWEAKS --------- */
@media (max-width: 480px) {
  .navbar img.logo {
    max-width: 120px;
  }
  h1,
  .hero-unit h1 {
    font-size: 30px;
  }
  .xs-display-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  body {
    margin-top: 0;
    padding-top: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar .top-right-nav {
    float: left;
    margin: 0 0 10px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidebar--kb {
    position: relative;
  }
  .feature {
    margin-bottom: 40px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .sm-display-block {
    display: block !important;
  }
}
/* ------ blog and press styling ----- */
.by-line {
  color: #888;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px 0;
}
.blog-page {
  color: #333333;
  font-size: 20px;
  line-height: 1.45em;
}
.blog-page h3 a,
.blog-page h2 a {
  color: #333;
}
.blog-page h3 a:hover,
.blog-page h2 a:hover,
.blog-page h3 a:visited:hover,
.blog-page h2 a:visited:hover {
  color: #EA7C3F;
}
.blog-page h3 a:active,
.blog-page h2 a:active {
  color: #333;
}
.blog-page h3 a:visited,
.blog-page h2 a:visited {
  color: #666;
}
.blog-page .by-line {
  color: #888;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 10px 0;
}
.blog-page blockquote {
  border-left: none;
  float: right;
  font-size: 1.3em;
  line-height: 1.5em;
  margin: 15px -100px 15px 10px;
  padding-left: 15px;
  width: 40%;
}
.blog-page blockquote p {
  font-weight: 400;
  font-size: 17px;
  line-height: inherit;
}
.blog-page blockquote:before {
  color: #dedede;
  content: open-quote;
  font-size: 4em;
  line-height: 0.01em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
  float: left;
  margin-top: 0.3em;
  font-family: "Source Serif Pro", georgia;
  font-weight: bold;
}
.blog-page blockquote:after {
  visibility: hidden;
  color: #111;
  content: close-quote;
  font-size: 4em;
  line-height: 0;
  vertical-align: -0.4em;
}
.blog-page article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-family: "Source Serif Pro", serif;

}
.blog-page article header {
  margin-bottom: 4px;
}
.blog-page article header h3 {
  line-height: 30px;
  margin-bottom: 4px;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 22px;
   color: #111;
}
.blog-page.blog-item article h4 {
  font-size: 20px;
  font-weight: 700;
}



.blog-page.blog-item article p {
  font-size: 20px;
  line-height: 1.45em;
  margin-bottom: 22px;
  font-family: inherit;
}
.blog-page.blog-item article a {
  font-family: inherit;
}
.blog-page.blog-item article h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
}
.blog-page.blog-item article p+h2 {
  margin-top: 30px;
}
.blog-page.blog-item article h3 {
  font-size: 24px;
  margin-top: 10px;
}
.blog-page.blog-item article p+h3 {
  margin-top: 30px;
}

.blog-page .container .index-date {
  float: right;
  text-align: right;
}
.blog-page .blog-image img {
  border-radius: 10px;
}
.blog-page.blog-item article {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "Source Serif Pro", georgia, serif;
}
.blog-page .blog-article-preview {
  display: block;
  transition: all 0.1s linear;
  line-height: 1.3em;

}
.blog-page .blog-article-preview:hover {
  text-decoration: none;
}
.blog-page .blog-article-preview:hover .blog-image {
  transform: scale(1.03);
}
.blog-page .blog-article-preview:active .blog-image {
  transform: scale(1.06);
}
.blog-page .blog-article-preview .blog-image {
  border-radius: 5px;
  transition: all 0.1s linear;
}
.blog-page .blog-article-preview .blog-intro {
  color: #333;
  font-size: 18px;
}
.blog-page .blog-article-preview .blog-intro p {
  font-size: inherit;
}
@media (max-width: 480px) {
  .blog-page blockquote {
    width: auto;
    margin: 10px 0 20px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .blog-page blockquote {
    width: auto;
    margin-right: 0;
  }
}
.learning .box-container {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content: flex-start;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.learning .box {
  background: #f1f1f1;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 280px;
  height: 305px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
  margin-right: 10px;
}
.learning .description {
  padding: 0 20px 20px;
}
.learning .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #58534f;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.27);
  border-radius: 0px 0px 4px 4px;
  color: #fff;
  text-shadow: none;
  letter-spacing: 0.03em;
}
.learning .btn:hover {
  background-color: #3d3a37;
}
.learning .btn:active {
  background-color: #252321;
}
/*# sourceMappingURL=custom-style.css.map */