/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
.timeline div.item {
  display: flex;
  flex: auto;
  overflow-y: auto;
  padding: 0rem 1rem 0rem 1rem;
}
#timeline {
  position: relative;
  display: table;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
}
#timeline div:after {
  content: "";
  width: 2px;
  position: absolute;
  top: 0.5rem;
  bottom: 0rem;
  left: 100px;
  z-index: 1;
  background: #C5C5C5;
}
#timeline h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
  color: #888;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  text-align: right;
  margin-right: 80%;
}
@media (min-width: 62em) {
  #timeline h3 {
    font-size: 1.1em;
  }
}
#timeline section.year {
  position: relative;
}
#timeline section.year:first-child section {
  margin-top: -1.3em;
  padding-bottom: 0px;
}
#timeline section.year section {
  position: relative;
  padding-bottom: 1.25em;
  margin-bottom: 2.2em;
}
#timeline section.year section h4 {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 0 0 0 89px;
  color: #C5C5C5;
}
@media (min-width: 62em) {
  #timeline section.year section h4 {
    font-size: 1em;
  }
}
#timeline section.year section ul {
  list-style-type: none;
  padding: 0 0 0 75px;
  margin: -1.35rem 0 1em;
  max-width: 32rem;
  font-size: 1em;
}
@media (min-width: 62em) {
  #timeline section.year section ul {
    font-size: 1.1em;
    padding: 0 0 0 81px;
  }
}
#timeline section.year section ul:last-child {
  margin-bottom: 0;
}
#timeline section.year section ul:first-of-type:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #C5C5C5;
  border: 2px solid #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 96px;
  top: 3px;
  z-index: 2;
}
#timeline section.year section ul li:before {
  content: none;
}
#timeline section.year section ul li {
  list-style-type: none;
  margin-left: 2.25rem;
  position: relative;
  top: -3px;
}
#timeline section.year section ul li:before {
  /*content: '·';
          margin-left: -.5rem;*/
  padding-right: 0.3rem;
}
#timeline section.year section ul li:not(:first-child) {
  margin-top: 0.4rem;
}
#timeline section.year section ul li span.price {
  color: mediumturquoise;
  font-weight: 500;
}
#btcwidget {
  display: inline;
}
#btcwidget img {
  display: none;
}
svg {
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* Scss Document */
time.icon {
  font-size: 0.65em;
  /* change icon size */
  display: block;
  position: relative;
  width: 6em;
  height: 7em;
  background-color: #fff;
  margin: 2em 2em 2em 0;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}
time.icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}
time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.3em 0 0.1em;
  color: #000;
  background-color: #fcaa62;
  border-bottom: 1px dashed #000;
  box-shadow: 0 2px 0 #fcaa62;
}
time.icon em {
  position: absolute;
  bottom: 0.3em;
  color: #000;
}
time.icon span {
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.6em;
  color: #2f2f2f;
}
time.icon:hover, time.icon:focus {
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg) skewY(0deg);
  }
  20% {
    -webkit-transform: rotate(12deg) skewY(4deg);
  }
  60% {
    -webkit-transform: rotate(-9deg) skewY(-3deg);
  }
  80% {
    -webkit-transform: rotate(6deg) skewY(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg) skewY(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg) skewY(0deg);
  }
  20% {
    transform: rotate(12deg) skewY(4deg);
  }
  60% {
    transform: rotate(-9deg) skewY(-3deg);
  }
  80% {
    transform: rotate(6deg) skewY(-2deg);
  }
}
.cd-dropdown > span {
  min-width: 250px;
}
.cd-dropdown ul {
  background: #fff;
  min-width: 250px;
}
.cd-active.cd-dropdown ul li:hover span, .cd-active.cd-dropdown ul li span:hover {
  color: #9031cc;
}
.no-space {
  margin: 0;
  padding: 0;
}
.no-margin {
  margin: 0;
}
.g-error #g-main .g-container {
  margin: 0;
  padding: 0;
  width: 100%;
}
.g-error #g-main .g-container .g-content {
  position: relative;
  margin: 0;
  padding: 0;
}
#g-main {
  padding: 0 0 1.5rem;
}
#g-main .g-container .g-content {
  position: relative;
  margin: 0 1.625rem 0.625rem 0;
  padding: 0rem 0.938rem 0.938rem 0;
}
.g-main-nav .g-toplevel > li, .dj-megamenu:first-child > li, .dj-offcanvas {
  text-transform: uppercase;
  font-family: "Fjalla One";
  font-weight: 500;
}
#g-navigation {
  z-index: 1000;
  display: block;
}
#g-navigation a {
  color: #fff;
}
#g-navigation a:focus {
  border: 1px solid #7f55a3;
}
#g-navigation h3.g-title {
  visibility: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
}
#g-navigation .dj-subwrap {
  text-align: left;
}
#g-navigation .dj-megamenu-custom143 li a.dj-up_a, #g-navigation .dj-megamenu-default li a.dj-up_a, #g-navigation .dj-offcanvas {
  font-weight: normal;
  font-size: 1rem;
}
#g-navigation .dj-megamenu-custom143 li a.dj-up_a .arrow:before {
  color: #7b5692;
  font-weight: 700;
}
#g-navigation .dj-megamenu-default li a.dj-up_a {
  font-size: 1rem !important;
}
#g-navigation .g-container {
  margin: 0;
  padding: 0;
  width: 90%;
  margin: 0 auto;
}
#g-navigation .g-grid {
  align-items: center;
}
#g-showcase {
  z-index: 100;
  display: block;
  background-color: transparent;
}
.full-width-box {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width-box .g-container {
  width: 75rem;
}
.spacing {
  padding-top: 0px !important;
  padding-bottom: 40px !important;
}
.background-grey {
  position: relative;
  background: #f2f2f2;
}
.background-yellow, #g-subfeature {
  padding: 1.5rem 0;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcedc9+3,fefcea+99 */
  background: #fcedc9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcedc9 3%, #fefcea 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcedc9 3%, #fefcea 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcedc9 3%, #fefcea 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcedc9", endColorstr="#fefcea",GradientType=0);
  /* IE6-9 */
}
.background-yellow h2 a, #g-subfeature h2 a {
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 50px;
  margin-bottom: 0;
}
.background-yellow .g-content, #g-subfeature .g-content {
  margin: 0.625rem 0.625rem 0.625rem;
  padding: 0.938rem 0.938rem 0.938rem;
}
p {
  margin: 1rem 0 1rem;
}
h6, p.intro {
  font-size: 1rem;
  font-weight: 300;
}
li {
  margin: 0;
}
a {
  text-decoration: underline;
}
ul.features {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: stretch;
  justify-content: center;
  position: relative;
  width: 100%;
  /*margin: -50px auto 70px; */
  z-index: 500;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions] > [data-rlta-element=button] > [data-rlta-element=heading], [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] > [data-rlta-element=heading] {
  margin-top: 0 !important;
}
#rlta-view-archived-newletters h3 {
  margin-top: 0 !important;
}
.feature-item {
  margin: 0;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #581e7d;
  color: #fcaa62;
  text-transform: uppercase;
  font-family: "Fjalla One";
  font-weight: 500;
  text-align: center;
  margin-right: 1.5rem;
  vertical-align: bottom;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
  flex: 1 0 0;
  transition: All 0.4s ease;
  -webkit-transition: All 0.4s ease;
  -moz-transition: All 0.4s ease;
  -o-transition: All 0.4s ease;
  transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px);
}
.feature-item:hover {
  cursor: pointer;
  transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.05) skew(0deg) translate(0px);
}
h3.feature-item {
  color: #FFF;
  letter-spacing: 0.15rem;
  margin: 70px auto 70px;
  padding: 0.85rem 1rem;
  max-width: 80%;
}
h3.feature-item span {
  color: #fcaa62;
  font-size: 1rem;
  margin-left: 30px;
  position: relative;
  top: -4px;
}
.feature-item a {
  color: #fcaa62;
}
.feature-item img {
  margin: 0 auto 0.5rem;
  padding: 0;
  display: block;
  max-width: 120px;
  max-height: 120px;
  text-align: center;
}
#roksearch_results {
  background-color: #fff;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.8);
}
#rokajaxsearch {
  margin: 0;
  padding: 0;
  color: #666;
}
#roksearch_search_str {
  margin: 0;
}
ul#jj_sl_navigation li {
  right: -135px !important;
  text-align: left;
}
ul#jj_sl_navigation li:hover {
  right: 0px !important;
}
.sprocket-features-pagination {
  display: none;
}
.item-page a {
  text-decoration: underline;
}
.item-page a:hover {
  color: #fcaa62;
}
.item-page a.button, .item-page a.button:hover {
  color: #FFF;
  text-decoration: none;
}
a.button:hover {
  background: #7f55a3;
}
h1, h2, h3, h4, h5, h6, .ui.header {
  margin: 2.75rem 0 0 !important;
  line-height: normal !important;
  font-weight: 400 !important;
}
h1, h1.ui.header {
  text-transform: uppercase;
  color: #4a1769;
  font-size: 3.5rem !important;
}
.jdownloads {
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  align-items: center;
}
#g-main .g-content li {
  list-style-type: none;
  position: relative;
}
#g-main .g-content li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2.25em;
  /* same as padding-left set on li */
  width: 2.25em;
  /* same as padding-left set on li */
  vertical-align: top;
  color: #4a1769;
  font-size: 0.5rem;
  line-height: 1rem;
  position: absolute;
  top: 3px;
}
#g-main .g-content .rl_tabs > ul.nav-tabs > li {
  list-style: none;
}
#g-main .g-content .rl_tabs > ul.nav-tabs > li:before {
  content: none;
}
#g-main .g-content .rl_tabs h2 {
  font-size: 1.25rem;
  margin: 0;
}
#g-main .g-content .edit li:before, #g-main .g-content .icons li:before {
  content: none;
}
.jdownloads.inline {
  display: block;
}
ul.jdownloads li {
  display: block;
  float: left;
  height: 340px;
  text-align: center;
  vertical-align: top;
  padding: 20px;
}
a.jdownloads {
  display: block;
  width: 200px;
}
.jdownloads .jd_content {
  font-size: 1rem !important;
  margin: 0 1.5rem 3rem 0;
  line-height: 1rem !important;
  text-align: left;
  flex-grow: 0;
  flex-basis: 30%;
}
.jdownloads .jd_content .filetitle {
  font-weight: 700;
  margin: 0.5rem 0;
}
.jd_download_url_position, .jd_rating {
  top: -3px !important;
  float: left;
  margin-left: 1rem;
}
.jd_content_wrapper {
  padding: 0px;
  width: 100%;
  border-bottom: none;
  margin: 0 2rem 4rem;
  text-align: left;
}
.library.inline .jd_content {
  margin-bottom: 0 !important;
}
.jd_content_wrapper.jd_content_inline {
  margin: 0 2rem 0 0;
  text-align: left;
}
a.jd_download_url {
  margin: 0.75rem auto;
  max-width: 250px;
}
.jd_content_wrapper.jd_content_inline a.jd_download_url {
  text-align: left;
  margin: 0 0.75rem 0 0;
  max-width: none;
}
.jd_content .jd_content_wrapper.jd_content_inline img {
  margin: 0 8px;
  position: relative;
  top: -2px;
}
.jd_content .filesize, .filesize, a.jd_download_url {
  display: block;
  position: relative;
  max-width: 200px;
}
.jd_content .filesize, .filesize {
  font-size: 0.8rem !important;
  top: 1px;
  vertical-align: middle;
}
.filetitle a {
  margin: 0.75rem 0;
  text-decoration: none;
  font-weight: 700;
  display: block;
  text-align: left;
}
.filetitle a:hover {
  text-decoration: underline;
}
.filesize .jdbutton, .filesize img {
  top: -2px;
  position: relative;
}
.filesize .jdbutton:focus, .filesize img:focus {
  border: 1px solid #7f55a3;
  background: #4a1769;
}
.dj-megamenu-select-custom143 .dj-mobile-open-btn:focus, .dj-megamenu-select-custom143:hover .dj-mobile-open-btn, .dj-megamenu-offcanvas-custom143 .dj-mobile-open-btn:hover, .dj-megamenu-offcanvas-custom143 .dj-mobile-open-btn:focus, .dj-megamenu-accordion-custom143 .dj-mobile-open-btn:hover, .dj-megamenu-accordion-custom143 .dj-mobile-open-btn:focus {
  background: rgba(255, 255, 255, 0);
}
form.form-search {
  margin: 0;
}
.form-search button {
  content: none;
  visibility: hidden;
}
span.icon-search.icon-white {
  visibility: visible;
  position: absolute;
}
.skipnav {
  visibility: hidden;
  position: absolute;
}
.jd_content img {
  margin: 0;
  position: relative;
  top: 0px;
}
.jd_content img.outline {
  border: 1px solid #777;
}
.jd_content .filesize img, .jd_content_inline img {
  border: 0;
}
.jd_footer {
  visibility: hidden;
  display: none;
}
a.jd_link {
  position: relative;
  display: block;
  text-align: center;
  width: auto;
}
.jd_content_plugin {
  float: none;
  display: block !important;
  clear: none;
}
.outline {
  padding: 0px;
}
a.jd_link img, .outline-shadow {
  margin: 0;
  padding: 0;
  border: 1px solid #ebebeb;
  -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
}
.jd_file_pic {
  position: relative;
  display: inline-block;
  left: 0px;
  bottom: 0px;
}
.sboard .sb-item a {
  color: #4a1769;
}
.sboard.sb-default .sb-item .sb-user .sb-utitle a, .sboard.sb-flat .sb-item .sb-user .sb-utitle a, .sboard.sb-modern .sb-item .sb-user .sb-utitle a, .sboard.sb-modern2 .sb-item .sb-user .sb-utitle a {
  color: #000 !important;
}
a.accordion-toggle {
  font-weight: 700;
  text-decoration: none;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle {
  background-color: #f8f8f8;
}
.rl_sliders.accordion > .accordion-group > .accordion-heading > a.accordion-toggle:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #c1c1c1;
  margin-right: 20px;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle {
  background-color: #4a1769;
  color: #FFF;
}
.rl_sliders.accordion > .accordion-group.active > .accordion-heading > a.accordion-toggle:before {
  content: "";
  font-family: "Font Awesome 5 Free";
}
.jai-map-wrap {
  border: 1px solid #777;
}
.icons {
  position: absolute;
  right: 0;
}
[class^="icon-"], [class*=" icon-"] {
  display: contents;
}
th {
  background: #ebe3f0;
  border: 1px solid #d4d4d4;
}
.yellow-box li {
  list-style-type: none;
}
.sb-modern {
  margin: 0;
  padding: 5px 0;
}
#sb_wall1 {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  padding: 0px !important;
}
ul.menu-gallery-menu li.active, .progress-button {
  background: #7f55a3 !important;
}
.filter-items input[type=text] {
  width: 200px !important;
  float: right !important;
  background: #FFF !important;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
  border: 1px solid #d1d1d1 !important;
  border-radius: 2px !important;
  color: #686868 !important;
  padding: 8px 10px !important;
  font-size: 11px !important;
  margin: 0 !important;
  height: 20px !important;
}
.g-offcanvas-toggle {
  z-index: 5000;
}
video {
  width: 100% !important;
  height: auto !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-info-term {
  display: none;
  visibility: hidden;
}
.nav-tabs.nav-stacked > li {
  margin: 0;
  padding: 0;
}
#g-main .g-content .items-more li:before {
  content: "";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2.25em;
  width: 2.25em;
  vertical-align: top;
  color: #581e7d;
  font-size: 0.5rem;
  line-height: 1rem;
  position: relative;
  top: 35px;
}
#g-main .g-content .pagination li:before, #g-main .g-content .sprocket-features li:before, #g-main .g-content #tagfilterform li:before {
  content: none;
}
#g-main .g-content .sprocket-features {
  margin-top: 40px;
}
dd {
  margin-left: 0rem;
  display: inline-block;
  margin-right: 1.5rem;
}
#tagfilterform li {
  background: #c1c1c1;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 2px 10px 3px 0;
}
#tagfilterform li a {
  color: #FFF;
  padding: 5px 12px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin: 0;
  float: unset;
  margin-top: 0px;
  margin-bottom: 0px;
}
#tagfilterform .nav-tabs > li, .nav-pills > li {
  float: left;
}
#g-main .g-content #tagfilterform ul, p.tagfilter {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#g-main .g-content #tagfilterform li {
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
}
#g-main .g-content #tagfilterform li:hover {
  background: #777;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.nav-pills.nav-stacked > li > a {
  margin-top: 0px;
  margin-bottom: 0px;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
  color: #fff;
  background-color: #777;
}
p.tagfilter {
  margin-top: 1rem;
}
.pagination {
  margin: 20px 0;
  text-align: center;
}
p.pull-right {
  display: none;
  visibility: hidden;
}
dl {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 0.825rem;
}
body.blog #g-main h2 {
  font-size: 1.35rem;
  color: #4a1769;
}
body.blog #g-main h2.sprocket-features-title {
  text-transform: uppercase;
  color: #FFF;
}
body.blog #g-main p.readmore {
  font-size: 0.85rem;
}
body.blog #g-main .btn {
  text-decoration: none;
}
body.blog #g-main span.icon-chevron-right {
  font-size: 0.75rem;
}
body.blog #g-main .sprocket-features-desc a.readon {
  display: none;
  visibility: hidden;
}
body.blog #g-main .layout-slideshow2 .sprocket-features-content {
  position: absolute;
  bottom: 0;
  width: 80%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 0;
  left: auto;
  margin: 0 10%;
  min-height: 40px;
}
body.blog #g-main .layout-slideshow2 .sprocket-features-padding {
  padding: 0 45px 0px 45px;
}
body.blog #g-main .layout-slideshow2 .sprocket-features-arrows .arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  bottom: 1.5%;
  opacity: 0.5;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  font-size: 2.2em;
}
body.blog #g-main .layout-slideshow2 .sprocket-features-arrows .next {
  right: 1%;
}
body.blog #g-main .layout-slideshow2 .sprocket-features-arrows .prev {
  left: 1%;
}
body.blog #g-main .sprocket-features-img-container a {
  display: flex;
  max-height: 450px;
  align-items: center;
  justify-content: center;
}
body.blog #g-main .pull-left.item-image {
  margin-right: 0;
  width: 100%;
  display: flex;
  max-height: 378px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body.blog #g-main .pull-left.item-image img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
[id*="google_ads_iframe"] {
  display: none;
  visibility: hidden;
}
#n2-ss-2 {
  width: 100% !important;
}
.ui.grid > .row > .stretched.column, .ui.grid > .stretched.column:not(.row), .ui.grid > .stretched.row > .column, .ui.stretched.grid > .column, .ui.stretched.grid > .row > .column {
  flex-grow: 1;
}
ui.grid > .row > [class*="top aligned"].column, .ui.grid > [class*="top aligned"].column:not(.row), .ui.grid > [class*="top aligned"].row > .column, .ui[class*="top aligned"].grid > .column:not(.row), .ui[class*="top aligned"].grid > .row > .column {
  flex-grow: 1;
}
.ui.grid > .row > [class*="bottom aligned"].column, .ui.grid > [class*="bottom aligned"].column:not(.row), .ui.grid > [class*="bottom aligned"].row > .column, .ui[class*="bottom aligned"].grid > .column:not(.row), .ui[class*="bottom aligned"].grid > .row > .column {
  flex-grow: 1;
}
#pl-industry-forum.start_page .ui.grid > .row > [class*="top aligned"].column, #pl-industry-forum.start_page .ui.grid > [class*="top aligned"].column:not(.row), #pl-industry-forum.start_page .ui.grid > [class*="top aligned"].row > .column, #pl-industry-forum.start_page .ui[class*="top aligned"].grid > .column:not(.row), #pl-industry-forum.start_page .ui[class*="top aligned"].grid > .row > .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  -ms-flex-item-align: start !important;
  align-self: flex-end !important;
}
.G3-body h1 {
  font-size: inherit;
}
.ui.header {
  border: inherit;
  margin: inherit;
  padding: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  color: inherit;
}
h1.ui.header {
  font-size: inherit;
}
ui.form .fields > .field {
  flex-grow: 1;
}
.row {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
#SobiPro .row > div a {
  display: flex;
  justify-content: left;
  align-items: center;
}
#SobiPro h2 {
  /*font-size: 1rem;
    line-height: calc(1rem + .625rem + .125rem);*/
}
.chronoforms form {
  max-width: 650px !important;
}
.n2-ss-slider-4 {
  display: none;
}
#droptablestable4.droptablestable table td.dtc1 {
  min-width: unset;
}
#droptablestable4.droptablestable table .dtc0 {
  font-weight: 600;
}
.SobiPro.default7 h2 {
  font-size: unset;
  line-height: calc(1rem + .625rem + .125rem);
}
.SobiPro.default7 .pagination.sp-alpha li.page-item .page-link, .SobiPro.default7 .pagination.pagination-round li.page-item .page-link {
  margin-left: 0.15rem;
  border-radius: 0px !important;
  width: calc(1rem + 0.35rem);
  padding: 0.12rem 0.12rem;
  font-size: calc(1rem - .1875rem);
  text-align: center;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
  background-color: #dbdbdb;
  color: #3c5563;
  border-color: #777;
}
.SobiPro.default7 .pagination.sp-alpha li.page-item:last-child .page-link {
  width: calc(1.75rem + 0.35rem);
}
#SobiPro.default7 .pagination-delta .page-item a.page-link:hover, .SobiPro.default7 .pagination-delta .page-item a.page-link:focus, .SobiPro.default7 .pagination-delta .page-item.active > .page-link {
  background-color: #777;
  color: #ffffff;
  border-color: #777;
}
#spctrl-category-container-show {
  display: none;
}
.blog-item .item-image {
  margin-top: 3px;
  margin-bottom: 15px;
  overflow: hidden;
  max-width: 640px;
}
@media only all and (min-width: 48rem) and (max-width: 74.99rem) {
  #g-main .g-container .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #n2-ss-2 .n2-ss-slider-1 {
    height: 250px !important;
  }
}
@media only all and (max-width: 30rem) {
  #n2-ss-2 .n2-ss-slider-1 {
    height: 175px !important;
  }
}
@media only all and (max-width: 47.99rem) {
  #g-main .g-container .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
  }
  h1, .ui.header {
    font-size: 2.5rem;
  }
  #g-footer .gantry-logo img {
    width: 100px;
  }
  ul.features {
    margin: 0px auto 50px;
  }
  .feature-item {
    margin: 10px 0;
    flex-grow: 1;
    flex-basis: 100%;
  }
  .filter-items .sb-filter, .filter-label, .filter-items input[type=text] {
    float: none !important;
  }
  .sb-modern {
    margin: 0;
    text-align: center;
    padding: 5px 0;
  }
  #n2-ss-2 .n2-ss-slider-1 {
    height: 175px !important;
  }
}
@media only all and (max-width: 48rem) {
  .gantry-logo img {
    width: 80%;
    padding-top: 1.5rem;
  }
}
@media screen and (max-width: 767px)\d \a #droptablestable4 .dtc0, #droptablestable4 .dtc1, #droptablestable4 .dtc2, #droptablestable4 .dtc3 {
  width: auto !important;
  height: auto !important;
}
/*# sourceMappingURL=custom_10.css.map */