@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i);
.dk-select,
.dk-select *,
.dk-select *:before,
.dk-select *:after,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi *:before,
.dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select,
.dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer; }

.dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  padding: 0 1.5em 0 0.5em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  .dk-selected:before, .dk-selected:after {
    content: '';
    display: block;
    position: absolute;
    right: 0; }
  .dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 0.25em 0.25em 0;
    border-top-color: #CCCCCC;
    margin: -0.125em 0.5em 0 0; }
  .dk-selected:after {
    top: 0;
    height: 100%;
    border-left: 1px solid #CCCCCC;
    margin: 0 1.5em 0 0; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0; }

.dk-select-open-up .dk-select-options {
  border-radius: 0.4em 0.4em 0 0;
  margin-bottom: -1px;
  bottom: 100%; }

.dk-select-open-down .dk-select-options {
  border-radius: 0 0 0.4em 0.4em;
  margin-top: -1px;
  top: 100%; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  background-color: white;
  border: 1px solid #CCCCCC;
  border-radius: 0.4em;
  list-style: none;
  margin: 0;
  max-height: 10.5em;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.25em 0;
  width: auto;
  z-index: 100; }

.dk-option-selected {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #3297fd;
  color: #fff; }

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-select-options .dk-option-hidden {
  display: none; }

.dk-optgroup {
  border: solid #CCCCCC;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-down .dk-selected {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3297fd; }

.dk-select-open-up .dk-selected:before,
.dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #3297fd; }

.dk-select-open-up .dk-selected:after,
.dk-select-open-down .dk-selected:after {
  border-left-color: #3297fd; }

.dk-select-open-up .dk-select-options,
.dk-select-open-down .dk-select-options,
.dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #3297fd; }

.dk-select-multi:hover,
.dk-select-multi:focus {
  outline: none; }

.dk-selected:hover,
.dk-selected:focus {
  outline: none;
  border-color: #3297fd; }
  .dk-selected:hover:before,
  .dk-selected:focus:before {
    border-top-color: #3297fd; }
  .dk-selected:hover:after,
  .dk-selected:focus:after {
    border-left-color: #3297fd; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License: 
 */

.easy-autocomplete {
  position: relative;
}
.easy-autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.easy-autocomplete input:hover, .easy-autocomplete input:focus {
  box-shadow: none;
}
.easy-autocomplete a {
  display: block;
}
.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.easy-autocomplete.eac-dark {
  color: #fff;
}
.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-dark ul {
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass {
  color: #fff;
}
.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.easy-autocomplete.eac-blue {
  color: #fff;
}
.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.easy-autocomplete.eac-yellow {
  color: #333;
}
.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.easy-autocomplete.eac-purple {
  color: #333;
}
.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.easy-autocomplete.eac-purple ul {
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}
.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}
.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/******* WhiteSource WordPress CSS *******/
/* Common elements styling */
html.logged-in {
  margin-top: 0 !important; }

.post .entry h1 {
  font-size: 20px;
  line-height: 30px; }

.post .entry h2 {
  font-size: 18px;
  line-height: 27px; }

.post .entry h3 {
  font-size: 16px;
  line-height: 24px; }

.post .entry h4 {
  font-size: 14px;
  line-height: 21px; }

.post .entry h5 {
  font-size: 12px;
  line-height: 18px; }

.post .entry h6 {
  font-size: 10px;
  line-height: 15px; }

.post .entry ul {
  margin-left: 25px; }

.post .entry ol {
  margin-left: 25px; }

.post .entry a img {
  border: 0; }

p img {
  padding: 0;
  max-width: 100%; }

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

img.alignright {
  margin: 2px 0 2px 7px;
  display: inline; }

img.alignleft {
  margin: 2px 7px 2px 0;
  display: inline; }

.alignright {
  float: right;
  display: inline; }

.alignleft {
  float: left;
  display: inline; }

.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Calendar widget */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0; }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right; }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left; }

#wp-calendar a {
  display: block; }

#wp-calendar caption {
  text-align: center;
  width: 100%; }

#wp-calendar td {
  padding: 3px 0;
  text-align: center; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  padding-top: 4px;
  margin: 10px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }

/* Big images in rich text editor should not break page layout */
.post .entry {
  overflow: hidden; }

/** default ul in regular pages **/
.page-template-default ul:not(.menu):not(.footer-widgets):not(.footer-widgets ul) {
  list-style-type: disc;
  margin: 1em; }

/******* /WhiteSource WordPress CSS *******/
.fullscreen-image {
  display: none; }

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

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

html,
body {
  min-height: 100%;
  height: auto; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-smoothing: antialiased;
  font-feature-settings: "liga" 0;
  margin: 0; }

img {
  border: 0;
  vertical-align: middle; }

strong {
  font-weight: bold; }

small {
  font-size: 80%; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-smoothing: antialiased; }

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

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

button {
  overflow: visible; }

textarea {
  overflow: auto;
  resize: none; }

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

th,
td {
  padding: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: 0.08em;
  font-weight: 400; }

ol,
ul {
  list-style-type: none; }

a,
a:hover {
  text-decoration: none; }

a {
  color: #3d68c5; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
.alignnone,
.alignleft,
.alignright,
.aligncenter {
  margin: 5px 15px 10px; }

.alignleft {
  margin-left: 0; }

.alignright {
  margin-right: 0; }

.alignnone {
  display: block;
  margin-left: 0;
  margin-right: 0; }

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

.alignleft {
  float: left; }

.alignright {
  float: right; }

.hidden {
  display: none;
  visibility: hidden; }

.wp-caption {
  position: relative; }

.wp-caption img {
  width: 100%; }

.wp-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

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

.clearfix:after {
  clear: both; }

/* Clear */
.section-quaternary:after,
.packages:after,
.gform_fields:after,
.footer-widgets:after,
.section-video .section-actions ul:after,
.update-body:after,
.tabs-nav:after,
.list-logos-secondary:after,
.section-actions:after,
.updates:after,
.update .update-head:after,
.main .shell:after,
.section .section-body ul:after,
.list-logos:after,
.intro .intro-actions > ul:after,
.header:after,
.nav > ul:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }

/* Notext */
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  margin-top: 76px; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1100px;
  margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #242b35;
  text-align: right;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999991; }

.header .shell {
  max-width: 100%; }

/* ------------------------------------------------------------ *\
	# Admin Bar
\* ------------------------------------------------------------ */
.admin-bar .header {
  top: 32px; }

@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px; } }

@media (max-width: 600px) {
  .admin-bar .header {
    top: 0; } }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: linear-gradient(to left bottom, #242b35 50%, #1d232c 50%);
  padding-top: 35px;
  color: #fff; }

/* ------------------------------------------------------------ *\
	Fotoer Widgets
\* ------------------------------------------------------------ */
.footer-widgets {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding: 32px 0;
  text-align: center; }

.footer-widget-locations {
  float: left; }

.footer-widget {
  display: inline-block;
  width: 29%;
  vertical-align: top;
  margin-right: 6.4%;
  text-align: left; }

.footer-widget:last-child {
  margin-right: 0; }

.footer-widget.widget_nav_menu a,
.footer-widget > ul > li > a {
  color: #fff; }

.footer-widget .widget-title a:hover,
.footer-nav ul li a:hover,
.footer-widget a:hover,
.footer-widget.widget_nav_menu a:hover,
.footer-widget > ul > li > a:hover {
  color: #9DA4AF; }

.footer-widget .widget-title {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 0.08em; }

.footer-widget .widget-title a {
  color: #fff; }

.footer-widget .widget-head {
  min-height: 74px;
  margin-bottom: 20px; }

.footer-widget .widget-body img {
  width: 100%;
  height: auto; }

.footer-widget-locations .widget-title {
  font-size: 26px;
  font-weight: 300; }

.footer .widget-socials {
  float: right;
  width: auto; }

.widget_nav_menu {
  font-size: 16px;
  width: auto;
  margin-right: 0;
  text-align: center;
  font-weight: 300; }

.widget_nav_menu .widget-title {
  font-size: 20px;
  margin-bottom: 5px; }

.widget_nav_menu ul li {
  margin-bottom: 8px; }

.widget_nav_menu ul li:last-child {
  margin-bottom: 0; }

.carbon_pageredirect a {
  color: #fff; }

.footer-nav {
  font-weight: 300;
  font-size: 16px;
  float: left; }

.footer-nav ul li {
  display: inline-block;
  padding: 0 9px;
  position: relative;
  line-height: 1; }

.footer-nav ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -2px;
  width: 1px;
  height: 100%;
  background: #8e9196; }

.footer-nav ul li:first-child {
  padding-left: 0; }

.footer-nav ul li:last-child:after {
  display: none; }

.footer-nav ul li a {
  color: #fff; }

.footer-inner {
  font-size: 16px;
  text-align: right;
  padding: 27px 0; }

.widget-navs {
  display: table;
  width: 100%; }

.widget-navs .widget_nav_menu {
  display: table-cell; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
  width: 71.5%;
  float: left; }

/* ------------------------------------------------------------ *\
	Column
\* ------------------------------------------------------------ */
.column {
  float: left;
  padding: 0 2%; }

.column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.size-1of2 {
  width: 49%; }

/* ------------------------------------------------------------ *\
	Error404
\* ------------------------------------------------------------ */
.error404 .section-intro {
  display: none; }

.error404 .main {
  padding-bottom: 30px; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
  width: 26%;
  float: right; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Animations
\* ------------------------------------------------------------ */
.list-logos-tertiary li,
.package .packages-actions a,
.sub-menu > li > a,
.menu-boxes .box:hover .box-content-outer,
.link-more,
.comment-respond .form-submit input,
.dk-selected:before,
.paging a,
.comments .comment-reply a,
.footer-widget a,
.footer-nav ul li a,
.footer-widget > ul > li > a,
.section.section-tabs-secondary .tabs-nav li:after,
.section.section-tabs .tab,
.section.section-tabs .tabs-nav li a,
.list-logos-secondary li a,
.btn-teritary,
.link-more-secondary,
.btn-secondary,
.members-secondary .member:after,
.members-primary .member:after,
.nav-secondary ul li a,
.socials ul li a,
.nav > ul > li > a,
.btn {
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  background: url(/wp-content/themes/whitesource/images/logo.png) 0 0 no-repeat;
  width: 184px;
  height: 43px;
  float: left;
  margin-top: 11px;
  margin-left: 20px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.logo.logo-secondary {
  background: none; }

.logo.logo-secondary img {
  max-width: 269px;
  max-height: 61px;
  max-width: 100%;
  height: auto; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.06em;
  float: right;
  text-align: center; }

.nav > ul > li {
  float: left; }

.nav > ul > li > a {
  padding: 28px 30px;
  color: #fff;
  display: inline-block; }

.nav > ul > li > a:hover {
  background: #ffc10e; }

.btn-lightblue a,
.nav li.btn-login a:hover,
.nav li.btn-login a {
  background: #3d68c5; }

.btn-darkblue a,
.nav li.btn-contact a:hover,
.nav li.btn-contact a {
  background: #233977; }

.nav .current-menu-item > a {
  font-weight: 700; }

.btn-yellow a,
body:not(.home) .nav li.btn-trial a:hover,
body:not(.home) .nav li.btn-trial a {
  background: #ffc10e; }

body:not(.home) .nav li.btn-trial a:hover,
body:not(.home) .nav li.btn-trial a {
  color: #252b35; }

.nav li.btn-trial a:hover,
.nav li.btn-trial a {
  background: #fff;
  color: #252b35; }

.nav li.btn-trial a {
  padding: 18px 30px; }

.nav li.btn-trial.current-menu-item > a {
  font-weight: 300; }

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 26px 0;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  font-weight: 400; }

.nav > ul > li.menu-item-has-children:hover > .sub-menu,
.sub-menu.active {
  visibility: visible;
  opacity: 1; }

.sub-menu > li {
  display: inline-block;
  padding: 0 15px; }

.sub-menu > li > a {
  color: #000;
  display: inline-block; }

.sub-menu > li.current-menu-item,
.sub-menu > li > a:hover {
  text-shadow: 1px 0px 0px #000; }

/* ------------------------------------------------------------ *\
	Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  font-size: 16px;
  font-weight: 400;
  text-align: center; }

.nav-secondary ul li {
  display: inline-block; }

.nav-secondary ul li a {
  display: inline-block;
  padding: 0 15px;
  color: #252b35; }

.nav-secondary ul li.current-menu-item,
.nav-secondary ul li a:hover {
  text-shadow: 1px 0px 0px #000; }

/* ------------------------------------------------------------ *\
	Btn Menu
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 26px;
  margin-top: 10px;
  display: none; }

.nav-trigger span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
  border-radius: 12px;
  overflow: hidden; }

.nav-trigger span:nth-child(1) {
  top: 0; }

.nav-trigger span:nth-child(2) {
  top: 10px; }

.nav-trigger span:nth-child(3) {
  top: 20px; }

.nav-trigger.active span {
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }

.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) {
  top: 12px;
  background: #F6A21A; }

.nav-trigger.active span:nth-child(2) {
  opacity: 0; }

.nav-trigger.active span:nth-child(1) {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.nav-trigger.active span:nth-child(3) {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

/* ------------------------------------------------------------ *\
	Home
\* ------------------------------------------------------------ */
.home-columns-section {
  padding: 20px 0 20px 0 !important; }

.page-template-pricing-new .home-columns-section,
.pricing-plans .home-columns-section,
.page-template-pricing .home-columns-section {
  position: relative;
  z-index: 1;
  padding: 20px 0 20px 0; }

.page-template-about .section {
  padding-bottom: 50px !important; }

.home-left-column {
  font-size: 26px;
  width: 75%; }

.home-left-column > span {
  font-size: 1em; }

.home-right-column {
  width: 20%; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  color: #fff;
  font-size: 31px;
  font-weight: 500;
  padding: 53px 0;
  text-align: center;
  position: relative; }

.intro .intro-actions,
.intro .intro-head {
  position: relative;
  z-index: 4; }

.intro .shell {
  z-index: 2;
  position: relative; }

.intro:after,
.intro:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0; }

.intro:after {
  left: 0;
  background: linear-gradient(to right bottom, #3d68c5 50%, #3155ad 50%); }

.intro:before {
  right: 0;
  background: linear-gradient(to right bottom, #ffc10e 50%, #f6a21a 50%); }

.intro .intro-head {
  padding-bottom: 35px; }

.home .intro h1,
.intro .intro-title {
  font-size: 61px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  display: inline-block; }

.intro .intro-actions {
  font-size: 41px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1; }

.intro .intro-actions > ul {
  text-align: center; }

.intro .intro-actions > ul > li {
  float: left;
  width: 50%; }

.intro .intro-actions > ul > li > a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-bottom: 98px; }

.intro .intro-actions > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 75px;
  height: 75px; }

.intro .intro-actions > ul > li > a:after {
  background: url(/wp-content/themes/whitesource/images/ico-arrow-right.png) 0 0 no-repeat; }

.intro .intro-actions > ul > li > a img {
  display: block;
  margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Intro Secondary
\* ------------------------------------------------------------ */
.intro-secondary {
  background: #fff;
  padding: 84px 0; }

.intro-secondary .intro-title {
  color: #252b35;
  font-weight: 300;
  font-size: 53px;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 0; }

.intro-secondary:before,
.intro-secondary:after {
  display: none; }

/* ------------------------------------------------------------ *\
	Intro Teritary
\* ------------------------------------------------------------ */
.intro-tertiary {
  font-size: 32px;
  color: #ffc10e;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: left;
  font-weight: 700;
  /*padding: 61px 0 221px 0;*/ }

.intro-tertiary p {
  margin: 10px 0 19px 0; }

.intro-tertiary:after,
.intro-tertiary:before {
  display: none; }

.intro-tertiary .logo {
  float: none;
  display: block;
  margin-bottom: 37px;
  margin-left: 0;
  width: 269px;
  height: 61px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.intro-tertiary h1 {
  font-size: 53px;
  font-weight: 700;
  line-height: 1.13;
  color: #fff;
  margin: 0; }

.intro-tertiary .intro-actions {
  font-size: 21px;
  font-weight: 300;
  position: fixed;
  right: 0;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  top: 30px; }

.intro-tertiary .intro-actions > ul > li {
  float: none;
  display: inline-block;
  width: auto;
  margin-right: 12px; }

.intro-tertiary .intro-actions > ul > li:last-child {
  margin-right: 0; }

.intro-tertiary .intro-actions > ul > li > a {
  padding: 12px 15px;
  min-width: 155px; }

.intro-tertiary .intro-actions > ul > li > a:after {
  display: none; }

.intro-tertiary .intro-actions > ul > li > a:hover {
  font-weight: 700; }

.intro-tertiary .btn {
  margin-top: 4px;
  min-width: initial; }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 93px 0;
  background: #eeeeef; }

.section-team-content h1,
.section-team-content h2,
.section .section-title {
  font-size: 53px;
  font-weight: 300;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1;
  color: #252b35; }

.section.section-inner {
  background: #fff; }

.section .section-inner {
  padding-top: 30px; }

.section .section-body {
  padding: 63px 0; }

.section .section-body p + p {
  padding-top: 25px; }

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

.section .section-actions ul li {
  float: left; }

.section .section-actions ul li + li {
  float: right; }

.section .section-actions-secondary ul li {
  float: none;
  display: inline-block; }

.section .aligncenter {
  margin-bottom: 30px; }

.section .section-body p span {
  color: #243a77;
  font-weight: 700; }

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

.section .article .article-title {
  font-size: 53px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  padding-bottom: 0; }

.page-template-landing-page .section ul {
  list-style-type: disc;
  margin: 0 1em 0.5em 1em; }

.page-template-landing-page .section .tab ul {
  list-style-type: none !important; }

.page-template-landing-page .section-form ul {
  list-style-type: none !important; }

.page-template-landing-page .section-body {
  padding: 40px 0 0;
  margin-bottom: 10px; }

.page-template-landing-page .section {
  padding: 25px 0 30px 0; }

.page-template-landing-page .shell {
  padding: 0 20px; }

.page-template-landing-page .column {
  padding: 0; }

.article-entry ul {
  list-style: disc inside none; }

.article-entry ol {
  list-style: decimal inside none; }

.article-entry li {
  padding-bottom: 13px; }

.section .section-body h2 {
  font-size: 26px;
  color: #233977;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 0.5em 0; }

.article-single .article-image {
  margin-bottom: 13px; }

.article-single .article-image img {
  max-width: 100%;
  height: auto; }

/* Remove by Alex for addthis display
.article-single .at-above-post,
.article-single .at-below-post { display: none; }
*/
/* ------------------------------------------------------------ *\
	Section Table
\* ------------------------------------------------------------ */
.section-table {
  background: #fff;
  padding: 63px 0 10px 0;
  border-top: 1px solid #252b35; }

.section-table .section-title {
  font-size: 55px;
  margin: 0; }

/* ------------------------------------------------------------ *\
	Table Features
\* ------------------------------------------------------------ */
.table-features {
  text-align: left;
  font-size: 16px;
  border-bottom: 4px solid #ddd;
  font-weight: 500; }

.table-features thead {
  background: #3e68c6;
  color: #fff;
  text-align: center; }

.table-features thead tr th {
  width: 20%;
  padding: 16px 12px;
  vertical-align: top; }

.table-features thead tr th:first-child {
  text-align: left;
  width: 46%; }

.table-features thead tr th:last-child {
  width: 34%; }

.table-features tbody td {
  text-align: center; }

.table-features tbody td:first-child {
  text-align: left;
  padding-right: 60px; }

.table-features tbody tr td {
  border-bottom: 1px solid #dddddd;
  padding: 11px; }

.table-features tbody td {
  position: relative; }

.table-features tbody td:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ddd; }

.table-features tbody tr:nth-child(odd) {
  background: #f9f9f9; }

.table-features tbody tr:last-child td:after {
  display: none; }

.table-features .menu-boxes .box-has-content a:after {
  background: url(/wp-content/themes/whitesource/images/temp/ico-check.png) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* ------------------------------------------------------------ *\
	Section Packages
\* ------------------------------------------------------------ */
.section-packages {
  background: #fff;
  padding-bottom: 35px; }

.section-packages .section-actions {
  font-weight: 600;
  color: #3e68c6; }

.section-packages .section-actions h5 {
  font-size: 19px;
  margin-bottom: 10px;
  color: #000; }

.section-packages .section-actions p a {
  border-bottom: 2px solid #3e68c6; }

.section-packages .section-actions .btn {
  margin-bottom: 40px; }

/* ------------------------------------------------------------ *\
	Section Team
\* ------------------------------------------------------------ */
.section-team-content h1,
.section-team-content h2 {
  padding-bottom: 63px; }

/* ------------------------------------------------------------ *\
	Section Tabs
\* ------------------------------------------------------------ */
.section.section-tabs .tabs-nav li a:hover,
.section.section-tabs .tabs-nav .current {
  text-shadow: 1px 0px 0px #000; }

.section-tabs-inner .tab,
.section.section-tabs .tab {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: -50px;
  transition: top .5s, opacity .8s; }

.section-tabs-inner .tab.current,
.section.section-tabs .tab.current {
  height: 100%;
  top: 0;
  opacity: 1; }

.section.section-tabs .tabs-content {
  padding: 30px 0; }

.section.section-tabs .tabs-nav {
  margin: 0 -57px;
  font-size: 22px;
  padding-bottom: 30px;
  padding-top: 40px; }

.section.section-tabs .tabs-nav li {
  padding: 0 57px;
  float: left; }

.section.section-tabs .tabs-nav li a {
  display: block;
  color: #000; }

.section.section-tabs .tabs-nav li a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px; }

.tabs-nav span.click-2-read-more {
  display: block;
  text-shadow: none;
  font-size: 0.7em;
  color: #3d68c5; }

/* ------------------------------------------------------------ *\
	Section Tabs Secondary
\* ------------------------------------------------------------ */
.section.section-tabs-secondary {
  padding-bottom: 0;
  padding-top: 50px; }

.section.section-tabs-secondary .section-body {
  background: linear-gradient(to right bottom, #3d68c5 50%, #3155ad 50%);
  padding-bottom: 0;
  padding-top: 34px; }

.section.section-tabs-secondary .tabs-content {
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding-bottom: 0;
  padding-top: 0; }

.section.section-tabs-secondary .tabs-content .article {
  text-align: center; }

.section.section-tabs-secondary .article .article-title,
.section.section-tabs-secondary .tabs-title {
  font-size: 37px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300; }

.section.section-tabs-secondary .tabs-nav {
  margin: 0 -14px;
  line-height: 1;
  padding-bottom: 0; }

.section.section-tabs-secondary .tabs-nav li {
  padding: 0 14px 54px 14px;
  width: 16.6%;
  text-align: center;
  min-height: 277px;
  position: relative; }

.section.section-tabs-secondary .tabs-nav li a {
  position: relative; }

.section.section-tabs-secondary .tabs-nav li a:hover,
.section.section-tabs-secondary .tabs-nav .current a {
  text-decoration: underline; }

.section.section-tabs-secondary .tabs-nav li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25.5px 29px 25.5px;
  border-color: transparent transparent #3d68c5 transparent;
  bottom: -1px;
  left: 50%;
  margin-left: -25px;
  visibility: hidden;
  opacity: 0; }

.section.section-tabs-secondary .tabs-nav .current:after {
  visibility: visible;
  opacity: 1; }

.section.section-tabs-secondary .article {
  padding: 0 0 30px 0; }

/* ------------------------------------------------------------ *\
	Section Inner
\* ------------------------------------------------------------ */
.section .article {
  padding-right: 19%; }

.section-tabs-inner {
  padding: 58px 0 6px 0; }

.section-tabs-inner .tabs-nav {
  text-align: center;
  font-size: 18px;
  line-height: 1.11;
  font-size: 0; }

.section-tabs-inner .tabs-nav > li {
  display: inline-block;
  width: 15.7%;
  vertical-align: top;
  margin-right: 7px; }

.section-tabs-inner .tabs-nav > li:last-child {
  margin-right: 0; }

.section-tabs-inner .tabs-nav > li > a {
  background: #3e68c6;
  display: block;
  color: #fff;
  padding: 12px;
  min-height: 62px;
  font-size: 18px; }

.section-tabs-inner .tabs-nav > li {
  position: relative; }

.section-tabs-inner .tabs-nav > li.current:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  border-style: solid;
  border-width: 19px 18px 0 18px;
  border-color: #3e68c6 transparent transparent transparent; }

.section-tabs-inner .tabs-content {
  padding-top: 51px;
  overflow: hidden; }

.section-tabs-inner .tab > ul {
  padding: 51px 0 10px 0;
  line-height: 1.95; }

.section-tabs-inner .tab img {
  max-width: 100%;
  height: auto; }

.section-tabs-inner h1 {
  font-size: 53px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 6px; }

.section-tabs-inner h2 {
  font-size: 53px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
  line-height: 1; }

.section-tabs-inner h2,
.section-tabs-inner h1 {
  text-align: center; }

.section-tabs-inner .tab > ul > li {
  margin-bottom: 3px; }

.section-tabs-inner .tab > ul > li:after {
  top: 12px; }

.section-tabs .section-head .article-title:first-of-type {
  font-size: 53px; }

@media (max-width: 1135px) {
  .section-tabs .section-head .article-title:first-of-type {
    font-size: 45px; } }

@media (max-width: 767px) {
  .section-tabs .section-head .article-title:first-of-type {
    font-size: 27px; } }

/* ------------------------------------------------------------ *\
	Section Form
\* ------------------------------------------------------------ */
.section-form {
  overflow: hidden; }

/* ------------------------------------------------------------ *\
	List Checks
\* ------------------------------------------------------------ */
.tab > ul > li,
.section-form-content > ul > li,
.list-checks > li {
  position: relative;
  padding-left: 51px;
  margin-bottom: 14px; }

.section-form-content > ul > li:last-child
.tab > ul > li:last-child,
.list-checks > li:last-child {
  margin-bottom: 0px; }

.section-form-content > ul > li:after,
.list-checks > li:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 14px;
  background: url(/wp-content/themes/whitesource/images/temp/ico-check-secondary.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: -1px; }

.section-form-content ul > li {
  position: relative;
  padding-left: 51px;
  margin-bottom: 14px; }

.section-form-content ul > li:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 14px;
  background: url(/wp-content/themes/whitesource/images/temp/ico-check-secondary.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: -5px; }

.tab > ul > li:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 14px;
  background: url(/wp-content/themes/whitesource/images/temp/ico-check-secondary.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: -5px; }

.tab .column > ul > li {
  position: relative;
  left: 15px;
  top: 4px;
  margin-bottom: 5px; }

.tab .column > ul > li:after {
  content: '';
  position: absolute;
  top: 2px;
  left: -30px;
  background: url(/wp-content/themes/whitesource/images/temp/ico-check-secondary.png) 0 0 no-repeat;
  width: 21px;
  height: 21px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: 1px; }

/* ------------------------------------------------------------ *\
	List Logos Tertiary
\* ------------------------------------------------------------ */
.list-logos-tertiary {
  text-align: center;
  padding-top: 46px;
  list-style: none outside none; }

.list-logos-tertiary li {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  margin: 0px 6px 27px; }

.list-logos-tertiary li > a {
  display: block; }

.list-logos-tertiary li:hover {
  opacity: .5; }

/* ------------------------------------------------------------ *\
	# Reset GForm
\* ------------------------------------------------------------ */
div.gform_wrapper {
  max-width: 100%;
  margin: 0; }

.gform_wrapper form .gform_heading {
  width: 100%;
  margin-bottom: 0; }

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required,
.gform_wrapper form .top_label .gfield_label,
.gform_wrapper form h3.gform_title {
  margin: 0; }

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label,
body .gform_wrapper form label.gfield_label + div.ginput_container {
  margin-top: 0; }

.gform_wrapper form .hidden_label input.large,
.gform_wrapper form .hidden_label select.large,
.gform_wrapper form .top_label input.large,
.gform_wrapper form .top_label select.large,
.gform_wrapper form .top_label .gfield_error input.large,
.gform_wrapper form .ginput_complex input[type=email],
.gform_wrapper form .ginput_complex input[type=number],
.gform_wrapper form .ginput_complex input[type=password],
.gform_wrapper form .ginput_complex input[type=tel],
.gform_wrapper form .ginput_complex input[type=text],
.gform_wrapper form .ginput_complex input[type=url] {
  width: 100%; }

.gform_wrapper form .ginput_complex .ginput_full input[type=text] {
  width: 100% !important; }

.gform_wrapper form input[type=email],
.gform_wrapper form input[type=number],
.gform_wrapper form input[type=password],
.gform_wrapper form input[type=tel],
.gform_wrapper form input[type=text],
.gform_wrapper form input[type=url] {
  padding: 0;
  text-indent: 0; }

.gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
  clear: none; }

.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit] {
  cursor: pointer; }

.gform_wrapper form .validation_message,
.gform_wrapper form div.validation_error {
  display: none; }

.gform_wrapper form li.gfield.gfield_error,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border-width: 0;
  margin-bottom: 0 !important;
  background-color: transparent; }

.gform_wrapper form li.gfield_html,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form .gform_fields .gfield_error .ginput_container {
  max-width: 100%; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.section-quaternary .gform_wrapper {
  background: #3e68c6;
  padding: 37px 30px 50px 30px;
  margin-top: 37px;
  margin-bottom: 24px; }

.page-template-landing-page .section-quaternary .gform_wrapper {
  margin-top: 0; }

.section-quaternary .gform_wrapper .gform_heading {
  color: #fff;
  max-width: 468px;
  margin: 0 auto 31px;
  font-size: 19px;
  text-align: center; }

.section-quaternary .gform_wrapper .gform_body {
  padding: 0 16px; }

.section-quaternary .gform_wrapper ul li.gfield {
  clear: none; }

.gform_wrapper form .top_label .gfield_error,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required,
.section-quaternary .gform_wrapper .gfield {
  width: 48.87%;
  float: left;
  margin-right: 2.26%;
  margin-bottom: 21px; }

.section-quaternary .gform_wrapper .gfield_html,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required:first-child,
.section-quaternary .gform_wrapper .gfield:first-child {
  width: 100%;
  float: none;
  clear: both; }

.section-quaternary .gform_wrapper ul li.gfield.gfield_html {
  clear: both; }

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required:nth-child(2n+1),
.section-quaternary .gform_wrapper .gfield:nth-child(2n+1) {
  margin-right: 0; }

.section-quaternary .gform_wrapper .gfield .ginput_container label,
.section-quaternary .gform_wrapper .gfield .gfield_label {
  display: none; }

.section-quaternary .gform_wrapper .gfield input {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 7px 13px; }

.section-quaternary .gform_wrapper .gfield_html {
  font-size: 15px;
  font-weight: 100;
  margin: 0 0 18px 0;
  display: block; }

.section-quaternary .gform_wrapper .gfield_html,
.section-quaternary .gform_wrapper .gform_footer {
  text-align: center;
  color: #fff; }

.section-quaternary .gform_wrapper .gform_button {
  font-size: 17px;
  padding: 17px 50px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0; }

.section-quaternary .gform_wrapper .dk-select,
.section-quaternary .gform_wrapper .dk-select-multi {
  width: 100%;
  background: #fff;
  color: #000;
  font-weight: 100;
  padding: 4px 13px;
  min-height: 40px; }

.section-quaternary .gform_wrapper .dk-selected:before {
  background: url(/wp-content/themes/whitesource/images/ico-arrow-down-blue.png) 0 0 no-repeat;
  width: 26px;
  height: 26px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.section-quaternary .gform_wrapper .dk-option-selected,
.section-quaternary .gform_wrapper .dk-select-options .dk-option-highlight {
  background: #3e68c6; }

.section-quaternary .gform_wrapper .dk-select-options .dk-option {
  padding: 1px 9px; }

.section-quaternary .gform_wrapper .dk-select-open-down .dk-select-options {
  border: 0; }

.section-quaternary .gform_wrapper .dk-select-options-highlight .dk-option-selected {
  color: #fff; }

.section-quaternary .gform_wrapper .gfield input::-webkit-input-placeholder {
  color: #000;
  font-weight: 100; }

.section-quaternary .gform_wrapper .gfield input::-moz-placeholder {
  color: #000;
  font-weight: 100; }

.section-quaternary .gform_wrapper .gfield input:-ms-input-placeholder {
  color: #000;
  font-weight: 100; }

.section-quaternary .gform_wrapper .gfield input::placeholder {
  color: #000;
  font-weight: 100; }

/* ------------------------------------------------------------ *\
	UL
\* ------------------------------------------------------------ */
.section-quaternary ul, ol {
  margin: 10px 0; }

.section-quaternary ul {
  list-style: disc;
  margin-left: 10px; }

.section-quaternary ol {
  list-style: decimal;
  margin-left: 10px; }

.section-quaternary ol > li {
  margin: 0;
  padding: 0 0 0 1.5em;
  text-indent: -1.5em;
  list-style-type: none;
  counter-increment: item;
  margin-bottom: 15px;
  width: 100%; }

.section-quaternary ol > li ul {
  text-indent: initial; }

.section-quaternary ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) "."; }

.section-quaternary ol > li p {
  display: inline-block;
  text-indent: 0em;
  vertical-align: text-top; }

/* ------------------------------------------------------------ *\
	Section Lenguages
\* ------------------------------------------------------------ */
.section-lenguages {
  padding: 93px 0 67px 0; }

/* ------------------------------------------------------------ *\
	Section Circular
\* ------------------------------------------------------------ */
.section-circular {
  padding: 23px 0; }

.section-circular .section-body {
  padding: 57px 0;
  text-align: center; }

.section-single.section-single-resource .section-body {
  padding-top: 0px;
  text-align: left; }

.section-single.section-single-resource .section-body .widget .widget-title {
  text-align: left;
  border: 0;
  font-size: 32px; }

.section-circular .section-image {
  padding: 104px 0;
  display: inline-block;
  position: relative; }

.section-circular .section-image > img {
  width: 100%;
  height: auto;
  max-width: 587px; }

/* 2 columns in template */
.section-body .row-4-circle {
  width: 100%;
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.section-body .row-4-circle .col {
  display: inline-block;
  width: 40%;
  max-width: 450px;
  box-sizing: content-box; }

.section-body .row-4-circle .col:nth-of-type(1) {
  margin-right: 150px;
  max-width: 480px; }

.col-2-img {
  margin: 0 0 1em 0; }

.col-2-img img {
  width: 100%;
  height: inherit; }

.row-4-circle .col .menu-boxes img {
  width: 100%;
  height: auto;
  max-width: 60px; }

.row-4-circle .col .menu-boxes .box .label {
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  line-height: 1.21; }

.row-4-circle .col .menu-boxes .box-center-right {
  right: 105px; }

.row-4-circle .col .menu-boxes .box-center-left {
  left: 105px; }

.row-4-circle .col .menu-boxes .box-left-center {
  left: -95px; }

.row-4-circle .col .menu-boxes .box-right-center {
  right: -95px; }

.row-4-circle .col .menu-boxes .box-bottom-center {
  bottom: 25px; }

.row-4-circle .col .menu-boxes .box-top-center {
  top: 25px; }

.row-4-circle .col .col-2-title {
  font-size: 24px;
  color: #3d68c5;
  margin: 0 0 0.5em 0;
  line-height: 1em; }

.row-4-circle .col .col-2-img:last-of-type {
  margin-bottom: 0; }

.row-4-circle .col .how-works-2nd-col-wrap {
  border: 4px solid #f6a21b;
  padding: 2em;
  display: flex;
  height: 100%; }

.row-4-circle .col .icon-legend-default-text {
  align-items: center;
  color: #3d68c5;
  font-weight: bold;
  top: 50%;
  position: relative;
  margin-top: -2em; }

.row-4-circle .col .icon-legend {
  display: none; }

@media (max-width: 1135px) {
  .section-body .row-4-circle .col {
    display: inline-block;
    width: 100%;
    max-width: 80%;
    margin-bottom: 3em; }
  .section-body .row-4-circle .col:nth-of-type(1) {
    margin-right: 0px;
    max-width: 500px; }
  .section-body .row-4-circle .col .col-2-title {
    font-size: 36px;
    margin: 0;
    line-height: 2em; }
  .row-4-circle .col .menu-boxes .box .label {
    font-size: 17px; } }

@media (max-width: 944px) {
  .row-4-circle .col .menu-boxes img {
    width: 100%;
    height: auto;
    max-width: 60px; } }

@media (max-width: 768px) {
  .row-4-circle .col .menu-boxes img {
    width: 100%;
    height: auto;
    max-width: 30px; }
  .row-4-circle .col .box-top-center img,
  .row-4-circle .col .box-bottom-center img,
  .row-4-circle .col .box-right-center img,
  .row-4-circle .col .box-left-center img {
    width: 100%;
    height: auto;
    max-width: 60px; }
  .row-4-circle .col .menu-boxes .box-left-center {
    left: -65px; }
  .row-4-circle .col .menu-boxes .box-right-center {
    right: -65px; }
  .row-4-circle .col .col-2-title {
    font-size: 24px;
    margin: 0;
    line-height: 2em; }
  .sub-menu {
    display: none;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 26px 0;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-weight: 400; } }

@media (max-width: 475px) {
  .row-4-circle .col .col-2-title {
    font-size: 18px;
    margin: 0;
    line-height: 2em; } }

/* ------------------------------------------------------------ *\
	Nav Taritary
\* ------------------------------------------------------------ */
.menu-boxes .box-center-left:hover,
.menu-boxes .box-center-center:hover,
.menu-boxes .box-center-right:hover,
.menu-boxes .box-bottom-center:hover {
  border-top: 1px solid transparent; }

.menu-boxes {
  line-height: 1.26; }

.menu-boxes .box {
  position: absolute; }

.menu-boxes .box-top-center {
  top: 0; }

.menu-boxes .box-bottom-center {
  bottom: 0; }

.menu-boxes .box-right-center {
  right: -113px; }

.menu-boxes .box-left-center {
  left: -113px; }

.menu-boxes .box > a {
  display: block; }

.menu-boxes .box-center-left,
.menu-boxes .box-center-right,
.menu-boxes .box-right-center,
.menu-boxes .box-left-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.menu-boxes .box-top-center,
.menu-boxes .box-bottom-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.menu-boxes .box-has-content a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(/wp-content/themes/whitesource/images/ico-plus.png) 0 0 no-repeat;
  width: 31px;
  height: 31px; }

.menu-boxes .box-content-outer:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 4px;
  background: url(/wp-content/themes/whitesource/images/nav-arrow.png) 0 0 no-repeat;
  width: 14px;
  height: 31px;
  visibility: visible;
  opacity: 0; }

.menu-boxes .box-content-outer {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  text-align: left;
  width: 0;
  height: 0;
  width: 574px;
  overflow: hidden;
  padding-left: 15px;
  z-index: 39; }

.menu-boxes .box-content {
  background: rgba(253, 253, 253, 0.9);
  border-radius: 8px; }

.menu-boxes .box-content p {
  width: 0;
  height: 0;
  overflow: hidden; }

.menu-boxes .box .label {
  font-size: 24px;
  color: #3d68c5;
  font-weight: 500;
  position: absolute;
  z-index: -1;
  text-align: left;
  line-height: 1.21; }

.menu-boxes .box-bottom-center .label,
.menu-boxes .box-top-center .label {
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 10px; }

.menu-boxes .box-left-center .label {
  left: 0;
  margin-left: -60px;
  margin-top: 3px; }

.menu-boxes .box-right-center .label {
  margin-top: 3px; }

/*.menu-boxes .box.active .box-content-outer:after { visibility: visible; opacity: 1; }

.menu-boxes .box.active .box-content-outer { visibility: visible; opacity: 1; height: auto; overflow: visible; }

.menu-boxes .box.active .box-content { padding: 10px 15px; border: 3px solid #d1d1d1; }
.menu-boxes .box.active .box-content p { width: auto; height: auto; }*/
.menu-boxes .box:hover {
  z-index: 1; }

.menu-boxes .box:hover .box-content-outer:after {
  visibility: visible;
  opacity: 1; }

.menu-boxes .box:hover .box-content-outer {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible; }

.menu-boxes .box:hover .box-content {
  padding: 10px 15px;
  border: 3px solid #d1d1d1; }

.menu-boxes .box:hover .box-content p {
  width: auto;
  height: auto; }

.menu-boxes .box-center-left {
  left: 125px; }

.menu-boxes .box-center-right {
  right: 125px; }

.menu-boxes .box-center-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.menu-boxes .box-center-left .label,
.menu-boxes .box-center-right .label,
.menu-boxes .box-center-center .label {
  font-size: 17px;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 8px;
  color: #233977; }

/* ------------------------------------------------------------ *\
	SEction Inner Secondary
\* ------------------------------------------------------------ */
.section-tabs {
  padding: 0;
  background: #fff; }

.section-tabs .section-title {
  margin-bottom: 22px; }

.section-tabs .section-body {
  text-align: center;
  padding: 40px 0 20px 0; }

/* ------------------------------------------------------------ *\
	Section Secondary
\* ------------------------------------------------------------ */
.section-secondary {
  background: linear-gradient(to right bottom, #ffc10e 50%, #f6a21a 50%);
  padding: 40px 0; }

.section-secondary .section-body {
  padding: 0;
  border: 20px solid #eea21b; }

.section-secondary .section-body img {
  width: 100%;
  height: auto; }

/* ------------------------------------------------------------ *\
	section Teritary
\* ------------------------------------------------------------ */
.section-teritary {
  padding: 93px 0 82px 0; }

.section-teritary .section-body {
  padding: 29px 0 72px 0px; }

/* ------------------------------------------------------------ *\
	Section Quaternary
\* ------------------------------------------------------------ */
.section-quaternary {
  padding: 39px 0;
  background: #fff; }

.section-quaternary h1, .section-quaternary h2 {
  font-size: 53px;
  font-weight: 300;
  text-align: center;
  color: #252b35;
  line-height: 1;
  margin-bottom: 0.6em; }

.section-quaternary form h2 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  margin-bottom: inherit; }

.section-quaternary h5 {
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 55px; }

.section-quaternary h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.28;
  text-align: left;
  margin-bottom: 60px; }

.section-quaternary h1, .section-quaternary h2 {
  text-align: center; }

.section-quaternary h1 + h1, .section-quaternary h2 {
  margin-bottom: 50px; }

.section-quaternary p {
  padding-bottom: 37px; }

.section-quaternary p:last-child {
  padding-bottom: 0; }

/* ------------------------------------------------------------ *\
	Section Image Columns
\* ------------------------------------------------------------ */
.section-image-columns .section-intro-text {
  margin-top: 18px; }

/* ------------------------------------------------------------ *\
	Section Members
\* ------------------------------------------------------------ */
.section-members {
  padding: 0;
  background: #fff; }

.section-members .section-body {
  text-align: center;
  padding: 106px 0 67px 0; }

.section-members .section-body .shell {
  max-width: 1190px; }

.section-members .section-title {
  padding: 62px 0; }

/* ------------------------------------------------------------ *\
	Section Single
\* ------------------------------------------------------------ */
.section-single {
  background: #fff;
  padding: 0; }

.section-single .section-title,
.section-circular .section-title {
  margin-bottom: 63px; }

.section-intro {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0 0; }

@media (min-width: 991px) {
  .section-intro {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center; } }

.section-intro .shell {
  min-height: 257px;
  position: relative; }

.section-intro img {
  position: absolute;
  right: 0;
  bottom: -41px;
  width: 100%;
  max-width: 221px;
  height: auto;
  z-index: 99; }

.section-single .section-body {
  padding: 57px 0 76px 0; }

/* ------------------------------------------------------------ *\
	Section Video
\* ------------------------------------------------------------ */
.page-template-landing-page .section-video,
.section-video {
  padding: 0; }

.section-video + .section-video {
  margin-top: 90px; }

.page-template-default .section-video + .section-video {
  margin-top: 0px; }

.section-video .section-media {
  background: linear-gradient(to right bottom, #3d68c5 50%, #3155ad 50%);
  padding: 40px 0 0 0; }

.section-video .section-title {
  margin-bottom: 30px;
  /*font-size: 30px; font-weight: 400; letter-spacing: 0.08em;*/
  color: #fff; }

.slider .slide-video-wrapper,
.section-video .section-media-wrapper {
  padding-top: 56.2963%;
  position: relative;
  width: 100%; }

.slider .slide-video iframe,
.section-video .section-media-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*.slider,*/
.section-video .section-media-wrapper-outer {
  background: url(/wp-content/themes/whitesource/images/image-computer.png) 0 0 no-repeat;
  background-position: top center; }

.section-video .section-media-wrapper-outer,
.slider {
  padding: 4.2% 10.1% 15%;
  -webkit-background-size: contain;
  background-size: contain; }

.section-video .section-actions {
  padding: 100px 0;
  font-weight: 300;
  line-height: 1.3; }

.section-video .section-actions ul li {
  vertical-align: top;
  font-size: 26px;
  color: #252b35;
  font-weight: 100;
  letter-spacing: 0; }

.section-video .section-actions ul li a {
  margin-bottom: 7px; }

.section-video .section-actions ul li strong {
  display: block;
  font-weight: 500; }

/* ------------------------------------------------------------ *\
	# Wistia
\* ------------------------------------------------------------ */
.wistia {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 70.25%; }

.wistia iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

/* ------------------------------------------------------------ *\
	Section Video Secondary
\* ------------------------------------------------------------ */
.section-video-secondary .section-media {
  padding: 136px 0 0 0; }

/* ------------------------------------------------------------ *\
	Section Video Tertiary
\* ------------------------------------------------------------ */
.section-video-tertiary .section-title {
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 9px; }

/* ------------------------------------------------------------ *\
	Section Posts
\* ------------------------------------------------------------ */
.section-posts {
  padding: 39px 0;
  background: #fff; }

.section-posts .section-title {
  margin-bottom: 0.6em; }

.section-posts .section-actions {
  padding-top: 80px; }

.section-posts .section-actions .alignleft {
  float: left; }

.section-posts .section-actions .alignright {
  float: right; }

/* ------------------------------------------------------------ *\
	Section Logos
\* ------------------------------------------------------------ */
.section-logos {
  background: #fff;
  padding: 0; }

.section-logos .shell {
  max-width: 100%; }

/* ------------------------------------------------------------ *\
	Packages
\* ------------------------------------------------------------ */
.packages {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  width: 100%; }

.page-template-pricing .packages {
  /*display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex; flex-direction: row; -ms-flex-direction: row; flex-wrap: nowrap; -ms-flex-wrap: nowrap*/
  text-align: center; }

.package {
  margin-right: 1%;
  vertical-align: top;
  /* display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: -o-flex; display: flex;
        flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-direction: column; -ms-flex-direction: column; -webkit-flex-direction: column; */ }

.page-template-pricing .package {
  float: left;
  width: 24%;
  height: 260px;
  background-color: #eeeeef;
  position: relative; }

.page-template-pricing-new .package {
  height: 60px;
  margin: 0 auto 10px auto; }

.page-template-pricing-new .package:nth-of-type(1) .packages-body {
  width: 28%; }

.page-template-pricing-new .package:nth-of-type(2) .packages-body {
  width: calc(28% + 140px); }

.page-template-pricing-new .package:nth-of-type(3) .packages-body {
  width: calc(28% + 280px); }

.page-template-pricing-new .package:nth-of-type(4) .packages-body {
  width: calc(28% + 420px); }

.package:last-child {
  margin-right: 0; }

.pricing-plans .section-packages {
  padding-top: 0; }

.pricing-plans .section-body {
  text-align: center; }

.pricing-plans .package {
  width: 32%;
  height: 245px;
  float: left;
  padding: 65px 5px 18px;
  text-align: center;
  margin: 0 2% 100px auto;
  border-radius: 15px; }

.pricing-plan .package {
  width: 35%;
  height: 295px;
  float: left;
  padding: 65px 5px 18px;
  text-align: center;
  margin: 0 10% 100px 10%;
  border-radius: 15px; }

.package-trial {
  color: #fff;
  width: 200px;
  height: 52px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto 0;
  line-height: 52px;
  border-radius: 10px; }

.pricing-plan .package-trial {
  width: 250px; }

.package-trial a {
  color: #fff; }

.pricing-plans .package:nth-of-type(1), .pricing-plans .package:nth-of-type(1) .package-trial {
  background-color: #4E68C1; }

.pricing-plans .package:nth-of-type(2), .pricing-plans .package:nth-of-type(2) .package-trial, .pricing-plan .package:nth-of-type(1), .pricing-plan .package:nth-of-type(1) .package-trial {
  background-color: #2F3D75; }

.pricing-plans .package:nth-of-type(3), .pricing-plans .package:nth-of-type(3) .package-trial, .pricing-plan .package:nth-of-type(2), .pricing-plan .package:nth-of-type(2) .package-trial {
  background-color: #f6a21a; }

.package:last-child, .pricing-plans .package:last-child {
  margin-right: 0; }

.pricing-plan .package:last-child {
  margin-left: 0;
  padding-top: 110px; }

.package .packages-head {
  background: #3e68c6;
  position: relative; }

.page-template-pricing .package .packages-head {
  text-align: center;
  padding: 16px 10px; }

.page-template-pricing-new .package .packages-head {
  width: 210px;
  padding: 16px 20px; }

.pricing-plans .package .packages-head {
  width: 100%; }

.pricing-plans .package .packages-head, .pricing-plans .package .packages-actions {
  display: inline-block;
  height: 258px;
  vertical-align: top;
  background: none; }

.pricing-plans .section-packages .section-body {
  padding-bottom: 50px; }

.pricing-plan .section-packages .section-body {
  padding-bottom: 80px; }

.package .package-subtitle {
  color: white;
  line-height: 14px; }

.page-template-pricing .package .package-subtitle {
  font-size: 10px; }

.page-template-pricing-new .package .package-subtitle {
  position: absolute;
  font-size: 12px;
  right: 10px;
  width: 40%; }

.package .packages-title {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em; }

.package .packages-title {
  font-size: 22px;
  display: inline-block; }

.pricing-plans .package .packages-title {
  font-size: 40px;
  display: block; }

.package .packages-body {
  background: #eeeeef;
  text-align: left; }

.page-template-pricing .package .packages-body {
  text-align: center;
  padding: 14px 10px 40px 10px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }

.page-template-pricing-new .package .packages-body {
  padding: 22px 0 0 10px; }

.pricing-plans .package .package-subtitle {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px; }

.pricing-plans .package .packages-body {
  padding: 0;
  margin-top: 20px;
  background: none;
  text-align: center; }

.pricing-plans .package .packages-body, .pricing-plans .package .packages-body p {
  color: #fff;
  font-size: 20px; }

.pricing-plans .section .section-body p + p {
  padding-top: 10px; }

.package .packages-body ul {
  width: 100%; }

.package .packages-body p a {
  display: block; }

.package .packages-body > ul > li {
  position: relative;
  margin-bottom: 28px;
  position: relative;
  padding-right: 20px; }

.package .packages-body > ul > li:last-child {
  margin-bottom: 0; }

.package .packages-body > ul > li span {
  font-weight: 200;
  display: block;
  color: #000; }

.package .packages-body .menu-boxes,
.package .packages-body .box,
.package .packages-body .box > a {
  width: 20px;
  height: 20px; }

.table-features tbody tr td .menu-boxes,
.table-features tbody tr td .box,
.table-features tbody tr td .box > a {
  width: 18px;
  height: 18px;
  margin: 0 auto; }

.table-features .menu-boxes .box:hover .box-content-outer {
  top: -20px; }

.package .packages-body .menu-boxes {
  position: absolute;
  top: 0;
  right: 0; }

.package .packages-body .box > a:after {
  background: url(/wp-content/themes/whitesource/images/ico-plus-secondary.png) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.package .packages-body .box-content-outer {
  top: -19px; }

.package .packages-actions {
  text-align: center;
  text-transform: uppercase; }

.package .packages-actions a {
  display: block;
  color: #fff; }

.page-template-pricing .package .packages-actions {
  position: absolute;
  width: 100%;
  bottom: 0; }

.page-template-pricing .package .packages-actions a {
  padding: 12px 0;
  background: #ffc10e;
  font-weight: 700; }

.page-template-pricing .package .packages-actions a:hover {
  background: #3e68c6; }

.page-template-pricing-new .package .packages-actions {
  position: relative;
  background: #ffc10e;
  width: 140px; }

.page-template-pricing-new .package .packages-actions:hover {
  background-color: #3e68c6; }

.page-template-pricing-new .package .packages-actions a {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  padding: 0 4px; }

.page-template-pricing-new .package .packages-head,
.page-template-pricing-new .package .packages-body,
.page-template-pricing-new .package .packages-actions {
  display: inline-block;
  height: 100%;
  vertical-align: top; }

/* 160824 - design update START */
.page-template-pricing .package .box-content {
  width: 300px; }

.page-template-pricing li.package .packages-body {
  padding-bottom: 46px;
  line-height: 24px;
  padding-top: 30px; }

/*.page-template-pricing li.package:nth-of-type(1) .packages-body{padding-bottom:38px}*/
.page-template-pricing li.package .packages-body li {
  margin-bottom: 1.2em; }

.page-template-pricing li.package .packages-body li:nth-of-type(2) {
  height: 2em; }

.page-template-pricing li.package .packages-body ul li:last-child {
  height: 1em;
  margin-bottom: 0em; }

/*.page-template-pricing li.package:nth-of-type(4) .packages-body {height:356px}*/
.page-template-pricing li.package:nth-of-type(2) .packages-body li:nth-of-type(2) p:nth-of-type(1) {
  line-height: 1.2em; }

/*.page-template-pricing .section-signs { display: none; }*/
.page-template-pricing-new .section-signs .shell,
.page-template-pricing .section-signs .shell {
  position: relative; }

.page-template-pricing-new .section-signs .signs,
.page-template-pricing .section-signs .signs {
  position: absolute;
  background: url(/wp-content/themes/whitesource/images/prices-sign.png) left -35px no-repeat;
  min-height: 316px;
  background-size: cover;
  font-weight: bold;
  max-width: 270px;
  padding: 32px 0px 32px 10px;
  text-transform: uppercase;
  /*bottom: 0;*/
  bottom: -75px;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  z-index: 0; }

.pricing-plans .section-signs .signs {
  position: absolute;
  background: url(/wp-content/themes/whitesource/images/prices-sign.png) left -35px no-repeat;
  min-height: 316px;
  background-size: cover;
  font-weight: bold;
  max-width: 270px;
  padding: 32px 0px 32px 10px;
  text-transform: uppercase;
  top: -316px;
  right: 0;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  z-index: 0; }

.pricing-plan .section-signs .signs {
  position: absolute;
  background: url(/wp-content/themes/whitesource/images/sign-1-short.png) -5px -20px no-repeat;
  min-height: 270px;
  background-size: cover;
  font-weight: bold;
  max-width: 270px;
  padding: 32px 0px 32px 10px;
  text-transform: uppercase;
  top: -270px;
  right: 0;
  font-size: 22px;
  line-height: 20px;
  text-align: center;
  z-index: 0; }

.pricing-plans .section-signs .signs li:first-child,
.page-template-pricing-new .section-signs .signs li:first-child,
.page-template-pricing .section-signs .signs li:first-child {
  padding-bottom: 45px; }

.pricing-plans .section-signs .signs li,
.page-template-pricing-new .section-signs .signs li,
.page-template-pricing .section-signs .signs li {
  padding-top: 10px; }

.pricing-plans .section-signs .signs li a,
.page-template-pricing-new .section-signs .signs li a,
.page-template-pricing .section-signs .signs li a {
  color: inherit; }

.pricing-plans .section-signs {
  position: relative;
  background-color: #4e68c1;
  border-radius: 15px;
  padding: 40px;
  height: 200px;
  text-align: center;
  margin-bottom: 28px; }

.pricing-plans .section-signs .contact-text {
  text-align: center;
  color: #fff;
  font-size: 30px; }

.pricing-plans .section-signs .btn-quaternary {
  width: 260px;
  height: 60px;
  line-height: 60px;
  border-radius: 15px;
  text-align: center;
  color: #000;
  background-color: #fff;
  font-size: 30px;
  margin: 25px auto;
  padding: 0; }

.pricing-plan .os-circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  text-align: center;
  color: #000;
  background-color: #ffc10e;
  font-size: 30px;
  position: absolute;
  right: 6%;
  top: 50%;
  padding-top: 50px; }

.pricing-plan .os-circle a {
  color: #000; }

.one-cloud {
  position: absolute;
  right: 20px;
  top: 50px;
  max-width: 100px; }

.second-cloud {
  position: absolute;
  left: 80px;
  top: 100px;
  max-width: 100px; }

.third-cloud {
  position: absolute;
  left: 170px;
  top: 130px;
  max-width: 70px; }

/*= Text blocks (pricing new) =*/
.section-text-blocks {
  padding-bottom: 100px; }

.section-faq-text-blocks .text-block-title:hover {
  cursor: pointer; }

.section-faq-text-blocks h1,
.section-faq-text-blocks h2 {
  font-size: 42px;
  margin-top: 80px;
  margin-bottom: 30px;
  font-weight: 400; }

.section-text-blocks .text-block-item {
  position: relative;
  background-color: #eeeeef;
  margin-bottom: 15px; }

.pricing-plans .section-text-blocks {
  padding-bottom: 30px;
  width: 700px; }

.pricing-plans .section-text-blocks .text-block-item {
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  background: none; }

.section-text-blocks .text-block-item > div {
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top; }

.section-faq-text-blocks .text-block-item > div {
  display: none;
  padding: 10px 20px;
  vertical-align: top; }

.pricing-plans .section-text-blocks .text-block-item > div {
  padding: 0; }

.pricing-plan .section-text-blocks .text-block-item div, .pricing-plan .section-text-blocks .text-block-item p {
  font-size: 22px; }

.page-template-pricing-new .section-text-blocks .text-block-title {
  width: 15%;
  font-weight: bold; }

.page-template-pricing-new .section-text-blocks .text-block-body {
  width: 85%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%); }

.pricing-plans .section-text-blocks .text-block-title {
  width: 100%;
  font-weight: bold;
  padding: 0;
  display: block; }

.pricing-plans .section-text-blocks .text-block-body {
  width: 100%; }

.page-template-pricing-new .section-packages .section-body {
  padding-bottom: 15px; }

/*Pricing Plans New*/
.future-pricing-plans .package {
  height: 405px;
  width: 210px;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  background-color: #1451a2 !important;
  margin-right: 10px;
  margin-bottom: 10px; }

.future-pricing-plans .package .package-subtitle {
  font-size: 16px;
  position: static;
  line-height: 2; }

.future-pricing-plans .packages-head {
  padding-top: 50px;
  height: 258px; }

.future-pricing-plans .package-trial {
  width: 160px;
  height: 36px;
  border-radius: 0;
  background-color: #ffc10e !important;
  font-size: 16px;
  margin-top: 20px;
  line-height: 36px; }

.future-pricing-plans .package-bottom {
  border: 1px solid #c1c5d1;
  height: 147px;
  background-color: #ffffff !important; }

.future-pricing-plans .section-text-blocks {
  margin-top: 30px; }

.future-pricing-plans .package:last-child .package-trial-container .package-trial {
  font-size: 16px; }

.future-pricing-plans .package:last-child .packages-body {
  background-color: #eebf31 !important;
  height: 72px;
  padding-top: 25px;
  margin-top: 0px;
  border: 0px;
  color: #4D7CB8 !important; }

.future-pricing-plans .package:last-child .package-bottom {
  border: 0px; }

.future-pricing-plans .package:last-child img {
  height: 155px; }

.future-pricing-plans .package:last-child {
  background-color: #eebf31 !important; }

.future-pricing-plans .package:last-child .package-trial-container {
  border: 1px solid #c1c5d1;
  border-top: 0px;
  background-color: #fff;
  height: 75px;
  padding-top: 0px;
  margin-top: 0px;
  padding-top: 19px; }

.future-pricing-plans .package:last-child .package-trial-container .package-trial {
  padding-top: 0px;
  margin-top: 0px;
  background-color: #154e9c !important; }

.future-pricing-plans .packages-title {
  font-size: 38px;
  font-weight: 600;
  margin-top: 20px; }

.future-pricing-plans .package:first-child .packages-title {
  font-size: 21px;
  padding-top: 9px; }

.future-pricing-plans .package-trial-container .package-trial:hover {
  background-color: #1451a2 !important; }

.future-pricing-plans .package:last-child .package-trial-container .package-trial:hover {
  background-color: #eebf31 !important; }

.future-pricing-plans .section-signs .btn-quaternary:hover {
  background-color: #eebf31 !important; }

/*End Pricing Plans New*/
@media (max-width: 1135px) {
  .page-template-pricing li.package:nth-of-type(1) .packages-body,
  .page-template-pricing li.package:nth-of-type(2) .packages-body {
    height: 295px; }
  .page-template-pricing-new .package:nth-of-type(1) .packages-body,
  .page-template-pricing-new .package:nth-of-type(2) .packages-body,
  .page-template-pricing-new .package:nth-of-type(3) .packages-body,
  .page-template-pricing-new .package:nth-of-type(4) .packages-body {
    width: calc(95% - 210px - 140px); }
  .page-template-pricing-new .packages {
    text-align: center; }
  .page-template-pricing-new .packages .packages-head {
    text-align: initial; } }

@media (max-width: 1030px) {
  .page-template-pricing .package {
    width: 48%;
    margin-bottom: 15px; } }

@media (max-width: 856px) {
  .page-template-pricing li.package:nth-of-type(1) .packages-body,
  .page-template-pricing li.package:nth-of-type(2) .packages-body {
    height: inherit; }
  .page-template-pricing .section-signs .signs {
    position: static;
    margin: 0 auto; }
  .page-template-pricing-new .section-signs .signs {
    position: static;
    margin: 0 auto; }
  .section-text-blocks {
    padding-bottom: 20px; }
  .section-text-blocks .text-block-title {
    width: 20%; }
  .section-text-blocks .text-block-body {
    width: 80%;
    position: static;
    transform: initial; }
  .pricing-plans .section-text-blocks {
    padding-bottom: 30px;
    width: 100%; }
  .pricing-plans .section-signs {
    height: auto;
    margin-top: 316px; }
  .pricing-plans .section-signs .signs {
    margin: 0 auto;
    left: 0; }
  .pricing-plan .os-circle {
    position: relative;
    right: 0;
    margin: 0 auto; } }

@media (max-width: 550px) {
  .page-template-pricing-new .package:nth-of-type(1) .packages-body,
  .page-template-pricing-new .package:nth-of-type(2) .packages-body,
  .page-template-pricing-new .package:nth-of-type(3) .packages-body,
  .page-template-pricing-new .package:nth-of-type(4) .packages-body {
    width: calc(95% - 80px - 90px); }
  .page-template-pricing-new .package .packages-head {
    width: 80px;
    padding: 6px 4px; }
  .page-template-pricing-new .package .packages-actions {
    width: 90px; }
  .page-template-pricing-new .package .packages-actions a,
  .page-template-pricing-new .package .packages-head h1,
  .page-template-pricing-new .package .packages-body {
    font-size: 13px; }
  .page-template-pricing-new .package .packages-actions a {
    line-height: 18px; }
  .page-template-pricing-new .package .packages-body {
    padding: 8px 0 0 10px; }
  .section-text-blocks .text-block-title {
    width: 30%;
    font-weight: bold; }
  .section-text-blocks .text-block-body {
    width: 70%; }
  .section-text-blocks .text-block-item > div {
    font-size: 12px; }
  .page-template-pricing .package {
    width: 99%; }
  .page-template-pricing-new .package .package-subtitle {
    position: static;
    font-size: 10px;
    width: 100%; }
  .pricing-plans .section-text-blocks {
    padding-bottom: 30px;
    width: 100%; }
  .future-pricing-plans .package {
    width: 100%;
    height: 100%;
    margin-bottom: 10px; }
  .future-pricing-plans .package .package-bottom {
    background-color: #fff; }
  .future-pricing-plans .packages-head {
    padding-top: 38px;
    padding-bottom: 38px; }
  .pricing-plans .section-signs {
    padding: 20px; }
  .pricing-plan .os-circle {
    position: relative;
    right: 0;
    margin: 0 auto; }
  .one-cloud {
    right: 0px;
    top: 75px; }
  .second-cloud {
    left: 0px;
    top: 75px; }
  .third-cloud {
    left: 20px;
    top: 215px; }
  .col-4, .col-5, .col-2 {
    width: 100% !important; }
  .strep .items .item {
    margin-bottom: 15px !important; } }

/* 160824 - design update END */
/* ------------------------------------------------------------ *\
	Updates / Blog
\* ------------------------------------------------------------ */
.updates {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.77; }

.update {
  margin-right: 32px;
  width: calc(50% - 16px);
  float: left;
  margin-bottom: 69px;
  border-top: 1px solid #dfdfdf;
  padding-top: 17px; }

.page-template-free-trial .update {
  border-top-width: 0; }

.update:nth-child(2n+2) {
  margin-right: 0; }

.update .update-head {
  font-size: 11px;
  margin-bottom: 6px; }

.update .update-title {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.36;
  letter-spacing: 0.04em;
  margin-bottom: 10px; }

.update .update-title a {
  color: #252b35; }

.page-template-free-trial .update-title {
  font-size: 20px; }

.update .update-meta {
  color: #3e68c6;
  float: left;
  font-weight: 700; }

.update .creator {
  float: right;
  font-weight: 300; }

.update .update-image {
  margin-bottom: 21px; }

.update .update-image img {
  width: 100%;
  height: auto; }

.update .update-content p + p {
  padding-top: 10px; }

.update-inner {
  width: 100%;
  margin-right: 0;
  padding-top: 4px;
  float: none;
  display: inline-block; }

.update-inner .update-title {
  font-size: 38px; }

.update-inner .update-head {
  font-size: 17px; }

.update-inner .update-image {
  width: calc(50% - 16px);
  float: left;
  margin-right: 32px; }

.update-inner .update-content {
  min-height: 193px; }

.update-entry {
  position: relative;
  overflow: hidden;
  max-height: 72px; }

.update-entry {
  -webkit-transition: max-height .3s linear;
  -moz-transition: max-height .3s linear;
  -ms-transition: max-height .3s linear;
  -o-transition: max-height .3s linear;
  transition: max-height .3s linear; }

.update-active .update-entry {
  max-height: 100%; }

/* ------------------------------------------------------------ *\
	Update secondary
\* ------------------------------------------------------------ */
.updates-secondary {
  font-size: 18px;
  line-height: 1.37; }

/* 4 big tyles */
.updates-secondary .update {
  background: #fff;
  border: 0;
  text-align: center;
  margin-bottom: 33px;
  width: 48.5%;
  padding: 32px 28px;
  min-height: 335px; }

.updates-secondary .update .update-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  letter-spacing: 0.06em; }

.updates-secondary .update .update-image {
  border-radius: 50%;
  overflow: hidden;
  width: 43.4%;
  display: block;
  margin: 0 auto 14px; }

.updates-secondary .update p a {
  font-weight: 600;
  color: #3d68c5; }

.updates-secondary .update .read-more:before,
.updates-secondary .update .read-more:after {
  display: inline-block;
  vertical-align: middle; }

.updates-secondary .update .read-more:before {
  content: 'read more...'; }

.updates-secondary .update .read-more:after {
  content: 'read less';
  display: none; }

.updates-secondary .update.update-active .read-more:before {
  display: none; }

.updates-secondary .update.update-active .read-more:after {
  display: inline-block; }

/* 4 columns - overrides the 4-big tyles - by Gal 160828 */
.updates-secondary .update {
  top: 0px;
  left: 0px;
  width: 255px;
  z-index: auto;
  position: relative;
  display: list-item;
  margin-right: 25px; }

.updates-secondary .update:nth-child(4) {
  margin-right: 0px; }

.updates-secondary .update .update-entry {
  max-height: inherit; }

/*4 columns special ui - by Gal 161006 */
.update-entry .entry-full {
  display: none; }

.update-entry .entry-short {
  max-height: 4em;
  overflow: hidden; }

.update .entry-expander,
.update .entry-folder {
  text-align: center;
  cursor: pointer;
  margin: 0.5em 0;
  color: #3d68c5;
  line-height: 1.5em; }

.update .entry-folder {
  display: none; }

.update .entry-expander, .update .entry-folder {
  position: relative;
  clear: both; }

@media (max-width: 1135px) {
  .updates-secondary .update {
    width: 48%;
    height: inherit; }
  .update-entry .entry-short {
    min-height: inherit; }
  .updates-secondary .update:nth-of-type(2) {
    margin-right: 0px; } }

@media (max-width: 1030px) {
  .updates-secondary .update {
    margin-right: 0px; } }

@media (max-width: 768px) {
  .updates-secondary .update {
    width: 90% !important;
    max-width: 471px;
    /*background-color: transparent; min-height: 150px; padding: 0;*/
    height: inherit; }
  .updates-secondary .update:nth-child(2) {
    margin-right: 0; } }

@media (max-width: 768px) {
  .updates-secondary .update {
    min-height: 345px !important; } }

@media (max-width: 550px) {
  .updates-secondary .update {
    width: 90% !important; } }

/* ------------------------------------------------------------ *\
	Updates Teritary
\* ------------------------------------------------------------ */
.updates-teritary .update {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 14px);
  margin-right: 14px; }

.updates-teritary .update:nth-child(2n+2) {
  margin-right: 14px; }

.updates-teritary .update:nth-child(3n+3) {
  margin-right: 0; }

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

.updates-teritary .update .update-image {
  text-align: center;
  padding: 35px 0; }

/* for webunars page only */
.page-id-6563 .update-image {
  padding: 0 !important; }

.page-id-6563 .updates-teritary .link-more {
  margin-top: 0px; }

/* # */
.page-template-free-trial .updates-teritary .update .update-image {
  padding: 0; }

.updates-teritary .update .update-image img {
  max-width: 100%;
  width: auto;
  height: auto; }

.updates-teritary .update .update-body {
  text-align: left; }

.updates-teritary .update .update-title {
  font-size: 17px;
  margin-bottom: 4px;
  text-align: left; }

.updates-teritary .update .update-title a {
  color: #3e68c6; }

.page-template-free-trial .updates-teritary .update .update-title {
  font-size: 20px;
  font-weight: 700; }

.page-template-free-trial .updates-teritary .update .update-title a {
  color: #000; }

.updates-teritary .link-more {
  font-size: 11px;
  padding-right: 47px;
  margin-top: 70px; }

.page-template-free-trial .updates-teritary .link-more {
  margin-top: 0; }

.updates-teritary .link-more:after {
  width: 28px;
  height: 28px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-right: 14px; }

/* ------------------------------------------------------------ *\
	# Page Template Landing Page
\* ------------------------------------------------------------ */
.page-template-landing-page .section-form-content {
  float: left;
  width: 48%;
  margin-right: 2%; }

.page-template-landing-page .section-form-aside {
  float: right;
  width: 40%;
  margin-left: 10%; }

/* logos slider in landing page */
.page-template-landing-page .section#logos {
  padding: 0.5em 0 !important; }

.page-template-landing-page .section#logos .shell p {
  padding: 0 !important; }

.page-template-landing-page .section#logos .section-title {
  display: none; }

.page-template-landing-page .section#logos .aligncenter {
  margin-bottom: 1em; }

/* ------------------------------------------------------------ *\
	Link more
\* ------------------------------------------------------------ */
.link-more {
  font-size: 17px;
  font-weight: 300;
  padding-right: 48px;
  position: relative;
  color: #000;
  margin-top: 30px;
  float: right; }

.link-more:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url(/wp-content/themes/whitesource/images/ico-arrow-right-secondary.png) 0 0 no-repeat;
  width: 42px;
  height: 42px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.link-more:hover {
  color: #3D68C5; }

/* ------------------------------------------------------------ *\
	Link More Secondary
\* ------------------------------------------------------------ */
.link-more-secondary {
  text-transform: uppercase;
  color: #000;
  background: #ffc10e;
  border: 1px solid #ffc10e;
  padding: 11px 23px;
  display: inline-block;
  font-size: 19px;
  font-weight: 700; }

.link-more-secondary:hover {
  background: #fff; }

/* ------------------------------------------------------------ *\
	Link More Teritary
\* ------------------------------------------------------------ */
.link-more-teritary {
  font-size: 17px;
  font-weight: 400;
  padding-right: 63px;
  margin-top: 0; }

.link-more-teritary:after {
  background: url(/wp-content/themes/whitesource/images/ico-arrow-right-teritary.png) 0 0 no-repeat;
  width: 54px;
  height: 54px; }

.link-more-prev {
  padding-right: 0;
  padding-left: 63px; }

.link-more-prev:after {
  right: auto;
  left: 0;
  background: url(/wp-content/themes/whitesource/images/ico-arrow-left.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */
.list-logos li {
  float: left;
  width: 20%;
  text-align: center; }

.list-logos li + li {
  border-left: 1px solid #ececec; }

.list-logos li a {
  display: block;
  padding: 14px 0; }

/* ------------------------------------------------------------ *\
	List Logos
\* ------------------------------------------------------------ */
.list-logos-secondary {
  text-align: center; }

.list-logos-secondary li {
  width: 199px;
  float: left;
  margin: 0 26px 26px 0;
  background: #fff;
  padding: 28px 16px; }

.list-logos-secondary li:nth-child(5n+5) {
  margin-right: 0; }

.list-logos-secondary li span {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 79%; }

.list-logos-secondary li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%; }

.list-logos-secondary li img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */
.section-quaternary .gform_wrapper .gform_button,
.btn {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to right bottom, #ffc10e 50%, #f6a21a 50%);
  position: relative;
  font-weight: 700;
  line-height: 1; }

.btn {
  font-size: 37px;
  min-width: 442px;
  padding: 39px 50px; }

.section-quaternary .gform_wrapper .gform_button:hover,
.btn:hover {
  background: linear-gradient(to right bottom, #f6a21a 50%, #ffc10e 50%); }

.btn-secondary {
  background: #f6a11a;
  color: #fff;
  display: block;
  padding: 7px 16px;
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid #f6a11a; }

.btn-secondary:hover {
  color: #f6a11a;
  background: #fff; }

.btn-teritary {
  font-size: 17px;
  background: #3d68c5;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 25px;
  letter-spacing: .1em;
  border: 1px solid #3d68c5; }

.btn-teritary:hover {
  background: #fff;
  color: #3d68c5; }

.btn-quaternary {
  font-size: 25px;
  background: #ffc10e;
  min-width: 1px;
  padding: 22px 85px; }

.btn-quaternary:hover {
  background: #3e68c6; }

.btn-blue {
  font-weight: 300;
  background: #3e68c6;
  min-width: 1px;
  padding: 25px 51px;
  font-size: 32px;
  text-transform: none; }

.btn-blue:hover {
  background: #ffc10e; }

/* ------------------------------------------------------------ *\
	# Popup
\* ------------------------------------------------------------ */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul li {
  display: inline-block;
  padding: 0 5px; }

.socials ul li a:hover {
  opacity: .5; }

/* ------------------------------------------------------------ *\
	Socials Secondary
\* ------------------------------------------------------------ */
.socials-secondary ul li {
  padding: 0 15px; }

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  padding: 26px 0; }

/* ------------------------------------------------------------ *\
	Members
\* ------------------------------------------------------------ */
.members {
  font-size: 15px;
  font-weight: 300;
  margin: 0 -25px;
  padding-bottom: 45px; }

.member {
  float: none;
  display: inline-block;
  padding: 0 25px;
  width: 19.1%;
  position: relative;
  vertical-align: top; }

.member .member-image {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  display: inline-block; }

.member .member-image a {
  display: block; }

.member .member-image img {
  width: 100%;
  height: auto; }

.member .member-title {
  font-weight: 700; }

.members-secondary .member:after,
.members-primary .member:after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  top: -30px; }

.members-primary .member:after {
  background: url(/wp-content/themes/whitesource/images/member-primary-hover.png) 0 0 no-repeat;
  width: 94px;
  height: 68px; }

.members-secondary .member:after {
  background: url(/wp-content/themes/whitesource/images/member-secondary-hover.png) 0 0 no-repeat;
  width: 90px;
  height: 64px; }

.members-secondary .member:hover:after,
.members-primary .member:hover:after {
  visibility: visible;
  opacity: 1;
  top: 4px; }

.members-primary .member {
  width: 21%; }

/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */
.list-features {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  list-style: none !important; }

.list-features {
  margin: 0 -20px;
  letter-spacing: 0.04em; }

.list-features li {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  flex: 1 0 100px; }

.list-features li strong,
.list-features li img {
  margin-bottom: 20px; }

.list-features li a {
  color: #000; }

.list-features li a,
.list-features li strong {
  display: block; }

.list-features li strong {
  font-size: 22px; }

/* ------------------------------------------------------------ *\
	List Features Secondary
\* ------------------------------------------------------------ */
.list-features-tertiary {
  color: #fff;
  text-align: center;
  margin: 31px 0 19px 0; }

.list-features-tertiary > li {
  display: inline-block;
  vertical-align: top;
  width: 322px;
  margin: 1em 10px;
  padding: 0 45px; }

.list-features-tertiary h1 {
  font-size: 24px;
  line-height: 1.17;
  font-weight: 400; }

.list-features-tertiary img {
  display: block;
  margin: 0 auto 13px; }

/* ------------------------------------------------------------ *\
	List Features Horizontal
\* ------------------------------------------------------------ */
.list-features-horizontal {
  justify-content: flex-start;
  flex-wrap: wrap; }

.list-features-horizontal > li {
  width: 50%;
  text-align: left;
  flex: 0 0 50%; }

.list-features-horizontal .text-wrapper {
  display: inline-block;
  margin-left: 20px;
  width: 70%;
  padding-bottom: 30px; }

.list-features-horizontal li strong {
  margin-bottom: 0; }

.list-features-horizontal li img {
  width: 20%;
  height: auto;
  vertical-align: top; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widget_calendar a,
.widget-title a,
.widget ul li a {
  color: #2e51a8; }

.widget {
  margin-bottom: 35px; }

.widget .widget-title {
  letter-spacing: 0.02em; }

.widget_search {
  font-size: 17px;
  position: relative; }

.widget_search .search-field {
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #5f7abc;
  background: #f2f2f2;
  padding: 10px 35px 10px 9px;
  -webkit-appearance: none;
  border-radius: 0; }

.widget_search .search-submit {
  position: absolute;
  right: 10px;
  top: auto;
  bottom: -6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  background: url(/wp-content/themes/whitesource/images/ico-search.png) 0 0 no-repeat;
  width: 22px;
  height: 26px;
  border: 0; }

.widget_search .search-field::-webkit-input-placeholder {
  color: #808080; }

.widget_search .search-field::-moz-placeholder {
  color: #808080; }

.widget_search .search-field:-ms-input-placeholder {
  color: #808080; }

.widget_search .search-field::placeholder {
  color: #808080; }

.widget_search .search-field::-webkit-search-decoration,
.widget_search .search-field::-webkit-search-cancel-button,
.widget_search .search-field::-webkit-search-results-button,
.widget_search .search-field::-webkit-search-results-decoration {
  display: none; }

.widget_subscribe {
  background: #2F3D75;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding: 63px 43px 10px;
  position: relative;
  line-height: 1.33;
  font-weight: 300; }

.widget_subscribe:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(/wp-content/themes/whitesource/images/ico-mail.png) 0 0 no-repeat;
  width: 52px;
  height: 52px; }

.widget_subscribe p {
  padding-bottom: 12px; }

.widget.widget_callout .widget-title,
.widget.widget_tools .widget-content,
.widget.widget_subscribe .widget-title {
  font-weight: 700;
  letter-spacing: 0.08em;
  border: 0;
  text-transform: none;
  padding: 0;
  margin: 0; }

.widget.widget_subscribe .widget-title {
  font-size: 23px; }

.widget_rating .widget-title,
.widget_tag_cloud .widget-title,
.sidebar .widget-socials {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-align: center; }

.sidebar .widget-socials {
  padding: 14px 0; }

.widget_tag_cloud {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64; }

.widget_tag_cloud a {
  color: #000;
  display: inline-block; }

.widget_callout {
  font-size: 25px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding: 20px 20px 32px 20px;
  font-weight: 500;
  line-height: 1.36;
  color: #000;
  text-align: center; }

.widget.widget_callout .widget-title {
  color: #ffc10e;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center; }

.widget_callout .widget-actions {
  margin-top: 58px; }

.widget_rating .widget-title {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 29px;
  line-height: 1;
  margin-bottom: 13px; }

.widget_rating .widget-title strong {
  font-weight: 900;
  color: #3e68c6;
  font-size: 40px;
  display: block; }

.widget_rating {
  font-size: 17px; }

.widget_rating ul li {
  border-bottom: 1px solid #3d68c5;
  padding: 10px 0 10px 30px;
  position: relative;
  vertical-align: middle; }

.widget_rating ul li:last-child {
  border-bottom: 0; }

.widget_rating ul li a {
  color: #000;
  position: relative;
  display: table-cell;
  height: inherit;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  top: -0.55em; }

.widget_rating ul li strong {
  float: left; }

.widget_rating ul {
  counter-reset: numbers; }

.widget_rating ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  counter-increment: numbers;
  content: "#" counters(numbers, ".");
  font-weight: 700; }

.widget_tools {
  font-size: 23px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center; }

.widget_tools .widget-actions {
  background: #f1f1f1;
  padding: 83px 21px 11px 21px; }

.widget.widget_tools .widget-content {
  font-size: 23px;
  background: #3d68c5;
  padding: 11px 21px 83px 21px;
  position: relative; }

.widget_tools .widget-content strong {
  font-size: 55px;
  display: block;
  margin-bottom: 4px; }

.widget_tools .widget-content img {
  position: absolute;
  bottom: -69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.widget .widget-title {
  padding: 9px 0; }

.widget .widget-title {
  text-transform: uppercase;
  font-size: 27px;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 10px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  text-align: center; }

.dk-selected {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0; }

.dk-selected:after {
  margin: 0;
  border: 0; }

.dk-selected:before {
  background: url(/wp-content/themes/whitesource/images/ico-arrow-down-primary.png) 0 0 no-repeat;
  width: 22px;
  height: 12px;
  border: 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.dk-select-open-down .dk-selected:before {
  margin-top: 0px; }

.dk-select-open-down .dk-select-options {
  border-color: #233361;
  padding: 0; }

.dk-option-selected,
.dk-select-options .dk-option-highlight {
  background-color: #233361;
  color: #fff;
  padding: 5px; }

.dk-select-options .dk-option {
  padding: 5px; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.section.section-tabs .tab.tab-slider.current {
  overflow: visible; }

.slider {
  margin-top: 6px; }

.slider .popup-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }

.slider .slider-clip {
  background: #000; }

.slider .slide {
  min-height: 495px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.slider .slide-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  width: 75px;
  height: 75px; }

.slider .slick-prev {
  left: -200px;
  background: url(/wp-content/themes/whitesource/images/ico-arrow-left.png) 0 0 no-repeat; }

.slider .slick-next {
  right: -200px;
  background: url(/wp-content/themes/whitesource/images/ico-arrow-right.png) 0 0 no-repeat; }

.slider .slick-slide img {
  display: none; }

/* ------------------------------------------------------------ *\
	Slider Logos
\* ------------------------------------------------------------ */
.slider-logos {
  height: 127px;
  overflow: hidden; }

.slider-logos .slides {
  opacity: 0;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease; }

.slider-logos .slides.slick-initialized {
  opacity: 1; }

.slider-logos .slick-slide {
  text-align: center;
  padding: 29px 0; }

.slider-logos .slick-slide img {
  display: inline-block; }

/* ------------------------------------------------------------ *\
	Section Testimonial
\* ------------------------------------------------------------ */
.section-testimonial {
  position: relative;
  padding: 45px 0;
  z-index: 1; }

/* ------------------------------------------------------------ *\
	Slider Testimonial
\* ------------------------------------------------------------ */
.slider-testimonial {
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.21; }

.slider-testimonial .slide {
  padding: 0 1.6% 31px; }

.slider-testimonial .slide .slide-image {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  border: 14px solid #3e68c6;
  margin-bottom: 22px;
  border-radius: 50%;
  overflow: hidden; }

.slider-testimonial .slide .slide-image img {
  width: 100%;
  height: auto; }

.slider-testimonial .slide .slide-title {
  font-size: 19px;
  margin-bottom: 20px;
  font-weight: 600; }

.slider-testimonial .slide p {
  padding-bottom: 28px; }

.slider-testimonial .slide a {
  font-weight: 400;
  border-bottom: 1px solid #3e68c6; }

.slider-testimonial .slick-prev {
  left: 0;
  background: url(/wp-content/themes/whitesource/images/ico-arrow-leftt-secondary.png) 0 0 no-repeat; }

.slider-testimonial .slick-next {
  right: 0;
  background: url(/wp-content/themes/whitesource/images/ico-arrow-right-secondary.png) 0 0 no-repeat; }

.slider-testimonial .slick-prev,
.slider-testimonial .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 99999;
  margin-top: -56px; }

.slider-testimonial .slick-dots {
  text-align: center; }

.slider-testimonial .slick-dots > li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top; }

.slider-testimonial .slick-dots > li > button {
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  width: 12px;
  height: 12px;
  background: #bcbdc0;
  border-radius: 50%;
  overflow: hidden;
  border: 0; }

.slider-testimonial .slick-dots > li.slick-active > button {
  background: #3e68c6; }

/* ------------------------------------------------------------ *\
	Slider of videos in free-trial fragment
\* ------------------------------------------------------------ */
.slider.of-videos .slider-clip {
  background: transparent; }

.slider.of-videos .slide-header h3 {
  font-size: 31px;
  line-height: 1.1em;
  color: #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
  height: 68px; }

.slider.of-videos .slide-header {
  text-align: center;
  width: inherit;
  padding: 0 0 32px 0;
  margin-top: 0;
  line-height: 1.3em;
  height: 68px !important; }

.section-video .section-title {
  margin-bottom: 0; }

.section-video .slider.of-videos {
  padding: 2.2% 10.1% 0%; }

.section-video .section-media-wrapper {
  background: #000; }

.slider.of-videos .slide {
  min-height: inherit !important;
  max-height: inherit !important; }

@media (max-width: 1135px) {
  .slider.of-videos .slide-header {
    padding: 0 0 20px 0; }
  .slider.of-videos .slide-header h3 {
    font-size: 22px; }
  .slider.of-videos .slick-slider {
    position: relative !important; }
  .slider.of-videos .slick-prev,
  .slider.of-videos .slick-next {
    top: 50% !important; }
  .slider.of-videos .slick-next {
    right: -40px; }
  .slider.of-videos .slick-prev {
    left: -40px; } }

@media (max-width: 450px) {
  .slider.of-videos .slide-header h3 {
    font-size: 18px; } }

/*

.slider.of-videos .slide-header h3{color:#fff; text-align:center}
.slider.of-videos .slide-header {position: absolute; text-align:center; width:inherit; padding: 10px 0; height:30px !important; z-index:2}
.page-template-free-trial .slider .slide {min-height:inherit !important; max-height:475px !important;}
.page-template-free-trial .section-media-wrapper-outer.in-slide{padding:2em 3em}

@media (max-width: 768px){
    .slider.of-videos .slide-header h3{font-size:14px;}
    .page-template-free-trial .section-media-wrapper-outer.in-slide{padding:1.5em}
}
@media (max-width: 450px){
    .slider.of-videos .slide-header h3{display:none}
    .page-template-free-trial .section-media-wrapper-outer.in-slide{padding:1em}
}
*/
/* ------------------------------------------------------------ *\
	Sample / Blog Single
\* ------------------------------------------------------------ */
.article-body .article-entry p {
  padding-bottom: 18.2px; }

.article-body p img {
  width: 240px;
  height: 206px;
  display: block; }

.article-head .article-meta a {
  color: #3d68c5; }

.article-head .article-meta a:hover {
  color: #0C64BD; }

.article-body .article-entry a {
  color: #3d68c5; }

.article-body .article-entry a:hover {
  color: #0C64BD; }

.article-body ul,
.article-body ol {
  padding-bottom: 18.2px;
  margin-left: 25px; }

.article-body ul li,
.article-body ol li {
  padding-bottom: 10px; }

.article-body ul ul,
.article-body ol ol {
  padding-bottom: 0; }

.article-body .wp-caption-text {
  padding: 5px 10px; }

.article-body .wp-caption {
  width: 250px; }

.article-body .wp-caption img {
  width: 250px; }

.article-body blockquote {
  padding-left: 18.2px;
  border-left: 3px solid #5286B5;
  margin-bottom: 18.2px;
  font-style: italic; }

.article-body blockquote p:last-child {
  padding-bottom: 0; }

.article-body hr {
  border: 1px solid #787878;
  margin-bottom: 18.2px; }

.article-title {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #252b35; }

.article-title {
  padding-bottom: 1em; }

.article-body h2 {
  font-size: 26px;
  color: #233977;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin: 0 0 0.5em 0; }

.article-meta {
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px; }

.article-meta p {
  padding-bottom: 5px; }

.article-body .article-entry ol {
  counter-reset: numbers; }

/*.article-body .article-entry ol li:before { counter-increment: numbers; content: counters(numbers,".") "."; margin-right: 2px; }*/
.article-body .article-entry ol li ol {
  padding-left: 15px;
  padding-bottom: 0; }

.article .article-entry ul li {
  padding-left: 13px;
  position: relative; }

.article .article-entry ol li ol li,
.article .article-entry ul li ul li {
  padding-bottom: 0; }

/*.article .article-entry ul li:before,*/
/*.content .article-entry ul li:before {content: "• "; color: #3d68c5; position: absolute; top: 0; left: 0; }*/
/* Single post in Blog */
.single-post .main {
  margin-top: 2em; }

.single-post .sidebar {
  margin-top: 156px; }

/* Landing Pages Transition Button */
a.lp-button {
  transition: all .1s ease;
  color: #000 !important;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #f6a21a;
  background-color: #f6a21a;
  border-radius: 40px;
  letter-spacing: .6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  padding: 12px 30px;
  line-height: 18px; }

a.lp-button:hover {
  background-color: #EEBF31;
  border: 1px solid #EEBF31;
  transform: scale(1.03);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.24); }

/* ------------------------------------------------------------ *\
	LP: in site context
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Gallery
\* ------------------------------------------------------------ */
.gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px; }

.gallery .wp-caption-text {
  right: 10px;
  bottom: 10px;
  left: 10px; }

.gallery-item {
  float: left;
  position: relative;
  padding: 10px; }

.gallery-item img {
  width: 100%; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.67%; }

.gallery-columns-7 .gallery-item {
  width: 14.29%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.11%; }

.gallery-columns-7 .wp-caption,
.gallery-columns-8 .wp-caption,
.gallery-columns-9 .wp-caption {
  display: none; }

/* ------------------------------------------------------------ *\
	Pagination
\* ------------------------------------------------------------ */
.paging {
  padding: 0 0 20px;
  text-align: center; }

.paging ul {
  list-style: none outside none; }

.paging ul,
.paging li {
  display: inline-block;
  vertical-align: top; }

.paging li {
  padding: 0 2px; }

.paging a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #000;
  border-radius: 4px; }

.paging .current a,
.paging a:hover {
  text-decoration: none;
  background: #000;
  color: #fff !important; }

.paging-label {
  padding-right: 10px; }

.paging {
  overflow: hidden; }

.paging-first:before {
  content: '\AB'; }

.paging-last:before {
  content: '\BB'; }

.paging .paging-prev {
  float: left; }

.paging .paging-next {
  float: right; }

/* ------------------------------------------------------------ *\
	Comments
\* ------------------------------------------------------------ */
.section-comments {
  padding-top: 15px; }

.section-comments p {
  padding-bottom: 18.2px; }

.section-comments ol,
.section-comments ul {
  padding: 0;
  margin: 0;
  list-style: none outside none; }

.section-comments a {
  color: #4F5F75; }

.section-comments a:hover {
  color: #0C64BD; }

.section-comments h3 {
  position: relative;
  padding: 0 0 10px; }

.section-comments h3 small {
  position: absolute;
  top: 0;
  right: 0; }

.comments,
.comments .children {
  position: relative; }

.comments .children:before,
.comments .children:after {
  content: '';
  position: absolute;
  display: block; }

.comments .children:before {
  top: 33px;
  left: 23px;
  width: 32px;
  height: 27px;
  border-left: 8px solid #c3c3c3;
  border-bottom: 8px solid #c3c3c3;
  border-radius: 0 0 0 8px; }

.comments .children:after {
  top: -5px;
  left: 8px;
  border: 20px solid transparent;
  border-width: 20px 19px;
  border-bottom-color: #c3c3c3; }

.comments .comment {
  position: relative;
  border-top: 1px dashed #363636; }

.comments .children {
  padding-left: 70px; }

.comments .avatar {
  position: absolute;
  top: 28px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ccc; }

.comments .says {
  padding-left: 5px; }

.comments .moderation-notice {
  display: inline-block;
  margin: 3px 0 8px;
  color: #999; }

.comments .comment-entry {
  position: relative;
  padding: 30px 0 30px 65px; }

.comments .comment-text p:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.comments .comment-meta {
  padding-bottom: 12px; }

.comments .comment-meta a {
  color: #4F5F75; }

.comments .comment-meta a:hover {
  color: #0C64BD; }

.comments .comment-reply {
  padding-top: 10px;
  text-align: right; }

.comments .comment-reply a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 6px;
  background: #4F5F75;
  border: 1px solid #4F5F75; }

.comment-respond .form-submit input:hover,
.comments .comment-reply a:hover {
  text-decoration: none;
  background: #fff;
  color: #4F5F75; }

.comment-respond {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #363636; }

.comment-respond .required {
  color: #e40000; }

.comment-respond h3 {
  position: relative; }

.comment-respond small {
  position: absolute;
  top: 0;
  right: 0; }

.comment-respond label {
  display: inline-block;
  padding-bottom: 4px; }

.comment-respond input[type="text"],
.comment-respond textarea {
  display: block;
  width: 80%;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  -webkit-appearance: none;
  border-radius: 0; }

.comment-respond textarea {
  width: 100%;
  height: 100px; }

.comment-respond input[type="text"]:focus {
  background-color: #fff; }

.comment-respond input[type="text"]::-webkit-input-placeholder {
  color: #777; }

.comment-respond input[type="text"]::-moz-placeholder {
  color: #777; }

.comment-respond input[type="text"]:-ms-input-placeholder {
  color: #777; }

.comment-respond input[type="text"]::placeholder {
  color: #777; }

.comment-respond textarea {
  width: 100%; }

.comment-respond .comment-notes {
  padding-top: 15px; }

.comment-respond .form-submit input {
  display: block;
  width: 160px;
  height: 40px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  background: #4F5F75;
  border: 1px solid #4F5F75;
  -webkit-appearance: none;
  border-radius: 0; }

.nocomments {
  padding-top: 12px;
  font-weight: bold;
  font-size: 18px; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }

.widget ul {
  list-style: none outside none;
  margin: 0; }

.widget li {
  padding: 5px 0; }

.widget_categories .screen-reader-text {
  display: none; }

.widget_categories .post-form {
  width: 100%;
  padding: 5px;
  color: #000;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0; }

.widget_categories .post-form option:hover {
  background: #ccc; }

.widget_calendar td,
.widget_calendar th {
  padding: 5px;
  border: 1px solid #000; }

.widget_calendar table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center; }

.widget_calendar caption {
  padding: 12px 12px 10px 12px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px; }

.widget_calendar caption:after {
  content: '';
  position: absolute;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  bottom: -2px;
  background: #fff;
  height: 2px; }

.widget_calendar tfoot {
  font-weight: bold; }

.widget_rss .rsswidget {
  vertical-align: middle; }

.widget_rss .rsswidget img {
  float: left;
  margin: 5px 8px 0 0; }

body.no-header .wrapper {
  margin-top: 0; }

.wrapper ~ img {
  display: none; }

/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */
@media (max-width: 1640px) {
  .nav > ul > li > a {
    padding: 28px 12px; } }

@media (max-width: 1420px) {
  .slider .slick-next {
    right: -130px; }
  .slider .slick-prev {
    left: -130px; }
  .nav > ul > li > a {
    padding: 28px 9px; }
  .nav li.btn-trial a {
    padding: 18px 30px; } }

@media (max-width: 1250px) {
  .section.section-tabs .tabs-nav {
    margin: 0; }
  .section.section-tabs-secondary .tabs-nav {
    margin: 0 -14px; }
  .section.section-tabs-secondary .tabs-nav li {
    padding-bottom: 53px; }
  .slider .slick-next {
    right: -40px; }
  .slider .slick-prev {
    left: -40px; } }

@media (max-width: 1346px) {
  .table-features thead tr th {
    vertical-align: middle; } }

@media (max-width: 1270px) {
  .nav-trigger {
    display: inline-block; }
  .header {
    padding: 13px 15px; }
  .wrapper {
    margin-top: 69px; }
  .logo {
    margin: 0; }
  .nav {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #242b35;
    z-index: 20;
    text-align: center;
    font-size: 22px;
    border-top: 1px solid #fff; }
  .nav > ul > li {
    float: none;
    display: block; }
  .nav > ul > li > a {
    width: 100%; }
  .nav > ul > li.btn-login,
  .nav > ul > li.btn-contact,
  .nav > ul > li.btn-trial {
    width: 33.33%;
    float: left;
    font-size: 14px; }
  .nav > ul > li.btn-login a,
  .nav > ul > li.btn-contact a {
    padding: 24px 0; }
  .nav > ul > li.btn-trial a {
    padding: 15px 30px 14px 30px; }
  .nav.active {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
    overflow-y: scroll; }
  .sub-menu.active {
    position: relative;
    top: 0; }
  .sub-menu {
    padding: 10px 0;
    position: relative;
    top: 0;
    display: none; }
  .sub-menu > li {
    display: block; }
  .sub-menu > li > a {
    padding: 10px 0; } }

@media (max-width: 1110px) {
  .section-quaternary .gform_wrapper .dk-select,
  .section-quaternary .gform_wrapper .dk-select-multi {
    min-height: 34px; } }

@media (max-width: 1135px) {
  .footer-widget .widget-head {
    min-height: 93px; }
  .updates-secondary {
    text-align: center; }
  .list-logos-secondary li {
    float: none;
    display: inline-block; }
  .list-logos-secondary li:nth-child(5n+5),
  .list-logos-secondary li {
    margin: 0 23px 22px; }
  .section-tabs-inner,
  .section-quaternary,
  body {
    font-size: 17px; }
  .intro {
    font-size: 26px; }
  .intro .intro-head {
    padding: 0 20px 35px 20px; }
  .home .intro h1,
  .intro .intro-title {
    font-size: 50px; }
  .section.section-inner,
  .intro-secondary,
  .section {
    padding: 60px 0; }
  .section.section-inner,
  .section {
    padding: 60px 20px; }
  .section-video-secondary {
    padding: 0; }
  .section-video-secondary .section-media {
    padding: 60px 20px 0 20px; }
  .section-posts:not(.page-template-free-trial .section-posts) {
    padding: 0 0 50px 0; }
  .sidebar {
    padding-right: 20px; }
  .content {
    padding-left: 20px; }
  .section-teritary {
    padding: 60px 20px; }
  .section.section-inner .section-body {
    padding-bottom: 0; }
  .section .section-body {
    padding: 45px 0; }
  .section .article .article-title,
  .section-tabs-inner h1,
  .section-quaternary h1,
  .section-quaternary h2,
  .section .section-title {
    font-size: 45px; }
  .pricing-plans .packages {
    text-align: center; }
  .section-tabs,
  .section-single,
  .section-secondary .section-body,
  .section-video,
  .section-members,
  .section-circular,
  .section-logos {
    padding: 0; }
  .section-video .section-media {
    padding: 40px 20px 0 20px; }
  .section-video .section-actions,
  .section-single .section-body {
    padding: 45px 20px; }
  .section-intro img {
    width: 100%;
    height: auto;
    max-width: 220px; }
  .section-tabs .section-body {
    padding: 45px 20px; }
  .section.section-tabs .tabs-nav {
    margin: 0;
    padding-bottom: 0;
    text-align: center; }
  .section.section-tabs .tabs-nav li a img {
    max-width: 188px; }
  .section.section-tabs .tabs-nav li {
    margin-bottom: 20px; }
  .section.section-tabs .tabs-content {
    padding-bottom: 0; }
  .section .section-actions ul li {
    display: block;
    margin-bottom: 20px; }
  .section .section-actions ul li:last-child {
    margin-bottom: 0; }
  .section .section-actions ul li + li {
    margin-left: 0px; }
  .section-tabs-secondary {
    padding: 0; }
  .section-tabs-secondary .section-head {
    padding: 0 20px; }
  .section.section-tabs.section-tabs-secondary .tabs-nav li {
    width: 321px; }
  .section.section-tabs-secondary .tabs-nav li:after {
    display: none; }
  .btn {
    padding: 26px 44px;
    font-size: 26px;
    min-width: 346px; }
  .list-features {
    margin: 0;
    text-align: center; }
  .section.section-tabs .tabs-nav li,
  .list-features li {
    display: inline-block;
    width: 359px;
    padding: 0 20px; }
  .list-features li {
    margin-bottom: 40px; }
  .list-features li strong {
    margin-bottom: 0; }
  .list-features-secondary li {
    min-height: 355px;
    vertical-align: top; }
  .footer {
    padding: 30px 20px 0 20px; }
  .footer-widgets {
    padding: 21px 0; }
  .footer-widgets:first-child {
    text-align: left; }
  .footer-widget {
    margin-right: 6.4%; }
  .widget_nav_menu {
    margin-right: 3.3%; }
  .section .article {
    padding-right: 0; }
  .updates-secondary .update {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 471px;
    min-height: 435px; }
  .slider {
    padding: 4.3% 4.6% 15.9%; }
  .slider .slide {
    min-height: 510px; }
  .slider .slick-prev,
  .slider .slick-next {
    top: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }
  .slick-slider {
    position: static; }
  .slider .slick-prev {
    left: -0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .slider .slick-next {
    right: 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .slider .slick-prev,
  .slider .slick-next {
    width: 30px;
    height: 30px; }
  .update {
    margin-right: 30px; }
  .widget_subscribe {
    padding: 63px 29px 10px; }
  .members {
    margin: 0; }
  .member {
    padding: 0 19px; }
  .members-secondary .member:after {
    width: 77px;
    height: 42px;
    background-size: 100% 100%; }
  .members-primary .member:after {
    width: 73px;
    height: 41px;
    background-size: 100% 100%; }
  .update-inner .update-title {
    font-size: 30px; }
  .update-inner .update-content {
    min-height: 1px; }
  .link-more {
    margin-top: 20px; }
  .section-posts .section-actions {
    padding-top: 40px; }
  .menu-boxes .box-right-center .box-content-outer {
    left: auto;
    top: 120px;
    right: 0;
    width: 300px !important; }
  .menu-boxes .box-right-center .box-content-outer:after {
    top: -19px;
    right: 30px;
    left: auto;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); }
  .section .section-actions ul li:last-child,
  .section .section-actions ul li {
    float: none; }
  .widget_nav_menu:first-child .widget-title,
  .widget_nav_menu:last-child .widget-title {
    text-align: center; }
  /*.packages { flex-wrap: wrap; justify-content: center; }*/
  /*.package { margin: 0 51px 25px 51px;  } */
  .page-template-pricing .package {
    /* width: 298px;*/
    flex-wrap: wrap; }
  /*.page-template-pricing .package:last-child { margin-right: 51px; }*/
  .updates-teritary .update {
    margin: 0 12px;
    padding: 10px 0 26px 0;
    width: 257px; }
  .updates-teritary .update:nth-child(2n+2) {
    margin-right: 7px; }
  .updates-teritary .update .update-image {
    padding: 12px 0; }
  .updates-teritary .link-more {
    margin-top: 25px; }
  .intro-tertiary .shell {
    padding: 0 20px; }
  .table-features .menu-boxes .box:hover .box-content-outer {
    top: 38px; }
  .table-features .menu-boxes .box .box-content-outer {
    left: auto;
    width: 400px !important;
    right: -11px;
    top: 45px; }
  .table-features .menu-boxes .box:hover .box-content-outer:after {
    top: -19px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    left: auto;
    right: 12px; }
  .section-tabs-inner .tabs-nav {
    font-size: 15px; }
  .section-tabs-inner .tabs-content {
    padding-top: 27px; }
  .section-tabs-inner h2 {
    font-size: 45px;
    margin-bottom: 50px; }
  .section-tabs-inner .tab > ul {
    padding-top: 20px; }
  .list-features-tertiary > li {
    width: 198px;
    margin-bottom: 20px;
    padding: 0 15px; }
  .section-tabs-inner .tabs-nav > li {
    width: 245px;
    margin-bottom: 28px; }
  .section-tabs-inner .tabs-nav > li.current:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
  .list-features-tertiary h1,
  .list-features-tertiary h2 {
    font-size: 15px; }
  .section-quaternary h6 {
    margin-bottom: 30px; } }

@media (max-width: 944px) {
  .home-columns-section {
    padding-bottom: 20px; }
  .home-left-column {
    float: none;
    width: 100%;
    font-size: 18px; }
  .home-right-column {
    float: none;
    width: 100%;
    text-align: center; }
  .home-right-column .btn {
    width: auto; }
  .menu-boxes .box-center-left:hover,
  .menu-boxes .box-center-center:hover,
  .menu-boxes .box-center-right:hover,
  .menu-boxes .box-bottom-center:hover {
    border: 0; }
  .menu-boxes .box .label {
    font-size: 18px; }
  .menu-boxes .box-left-center .label {
    margin-left: -28px; }
  .section-circular .section-image > img {
    max-width: 480px; }
  .menu-boxes .box-center-left {
    left: 106px; }
  .menu-boxes .box-center-right {
    right: 106px; }
  .menu-boxes .box-center-center > a > img,
  .menu-boxes .box-center-left > a > img,
  .menu-boxes .box-center-right > a > img {
    width: 100%;
    height: auto;
    max-width: 66px; }
  .menu-boxes .box-center-left .label,
  .menu-boxes .box-center-right .label,
  .menu-boxes .box-center-center .label {
    font-size: 13px; }
  .section-video + .section-video {
    margin-top: 60px; }
  .size-1of2 {
    width: 100%; }
  .column + .column {
    margin-top: 20px; }
  .page-template-landing-page .section-form-content,
  .page-template-landing-page .section-form-aside {
    width: 100%;
    margin: 0; }
  .page-template-landing-page .section-form-aside {
    margin-top: 20px; } }

@media (max-width: 768px) {
  .footer-widget .widget-head {
    min-height: 74px; }
  .bar {
    padding: 20px 10px; }
  .menu-boxes .box .label {
    font-size: 18px; }
  .menu-boxes .box-left-center .label {
    margin-left: -10px; }
  .nav-secondary {
    font-size: 15px; }
  .nav-secondary ul li a {
    padding: 0 6px; }
  .section-intro .shell {
    min-height: 165px; }
  .section-intro img {
    max-width: 145px; }
  .updates-secondary {
    text-align: center; }
  .slider .slide {
    min-height: 377px; }
  .footer-widget {
    text-align: left;
    margin-right: 0;
    width: 327px;
    margin: 0 17px 20px 17px; }
  .updates-secondary .update {
    margin: 0 0 33px 0; }
  .widget_nav_menu {
    width: 239px;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0px;
    padding: 0 10px; }
  .footer .widget-socials {
    text-align: right; }
  .footer .widget-socials,
  .footer-widget-locations {
    padding: 0;
    margin: 0; }
  .sidebar,
  .content {
    width: 100%;
    float: none; }
  .sidebar {
    padding-left: 20px; }
  .content {
    padding-right: 20px; }
  .widget_subscribe {
    padding: 63px 29px 24px; }
  .update-inner {
    margin-right: 0;
    padding-top: 17px; }
  .home .intro h1,
  .intro .intro-title {
    font-size: 42px; }
  .intro .intro-head {
    position: relative;
    top: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 31px;
    z-index: 10; }
  .intro {
    padding: 4.5em 0 1.5em 0;
    position: relative; }
  /*
	.intro .intro-actions > ul > li { width: 100%; float: none; padding: 73px 0 181px 0; }
	.intro .intro-actions > ul > li:first-child { background: linear-gradient(to right bottom, #3d68c5 50%, #3155ad 50%); }
	.intro .intro-actions > ul > li:last-child { background: linear-gradient(to right bottom, #ffc10e 50%, #f6a21a 50%); padding-top: 130px; padding-bottom: 75px; }
        */
  /*
	.intro:after,
	.intro:before { display: none; }
        */
  .intro-secondary {
    padding: 60px 0; }
  .member {
    padding: 0 10px; }
  .members-primary .member:after {
    width: 62px;
    height: 34px;
    background-size: 100% 100%; }
  .members-secondary .member:after {
    width: 61px;
    height: 39px;
    background-size: 100% 100%; }
  .menu-boxes .box-center-left .label,
  .menu-boxes .box-center-right .label,
  .menu-boxes .box-center-center .label {
    font-size: 14px; }
  /*.package { margin: 0 15px 30px; }*/
  .page-template-pricing .package:last-child {
    margin-right: 15px; }
  .package .packages-title {
    font-size: 25px; }
  .slider-testimonial .slide {
    padding: 0 1% 31px; }
  .section-packages .menu-boxes .box .box-content-outer {
    width: auto !important;
    left: auto;
    right: 0;
    padding-top: 56px;
    min-width: 256px; }
  .section-packages .menu-boxes .box .box-content-outer:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: 38px;
    left: auto;
    right: 26px; }
  .slider {
    padding-bottom: 17.6%; }
  .intro-tertiary {
    padding: 47px 0 126px 0; }
  .article-title {
    font-size: 30px; }
  .article-body h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  body {
    font-size: 15px; }
  .widget_nav_menu:first-child .widget-title {
    text-align: left; }
  .menu-boxes .box .label {
    font-size: 10px; }
  .menu-boxes .box-bottom-center .label,
  .menu-boxes .box-top-center .label {
    padding-left: 4px; }
  .nav {
    overflow: auto;
    height: 485px; }
  .widget_nav_menu:last-child .widget-title {
    text-align: left; }
  .intro {
    font-size: 15px; }
  .home .intro h1,
  .intro .intro-title,
  .intro-tertiary h1,
  .section-tabs-inner h1,
  .section-quaternary h1,
  .section-quaternary h2,
  .intro .intro-actions {
    font-size: 27px; }
  .section-tabs-inner h2 {
    font-size: 27px; }
  .home .intro h1 br,
  .intro .intro-title br {
    display: none; }
  .intro .intro-head {
    margin-top: 0;
    padding: 0 10px; }
  .list-features li img,
  .section-intro img,
  .section.section-tabs .tabs-nav li a img,
  .member .member-image img,
  .updates-secondary .update-image img,
  .intro .intro-actions > ul > li > a img {
    width: 100%;
    height: auto;
    max-width: 100px; }
  .list-features-horizontal li img {
    width: 20%; }
  .list-features-horizontal li {
    flex: 0 0 100%; }
  .intro .intro-actions > ul > li > a {
    padding-bottom: 55px; }
  .intro .intro-actions > ul > li > a:after {
    width: 46px;
    height: 46px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .section-video + .section-video {
    margin-top: 30px; }
  .section.section-inner,
  .section {
    padding: 30px 10px 21px 10px; }
  .section .article .article-title,
  .section-team-content h1,
  .section-team-content h2,
  .section .section-title {
    font-size: 27px; }
  .section-team-content h1,
  .section-team-content h2 {
    padding-bottom: 26px; }
  .section .section-body h2 {
    font-size: 20px;
    margin-bottom: 0.3em;
    margin-top: 20px;
    text-align: center; }
  .pricing_title {
    font-size: 27px;
    top: 38%; }
  .pricing-plans .packages {
    font-size: 16px;
    min-width: 100%; }
  .pricing-plans .package {
    width: 100%;
    margin-bottom: 100px; }
  .future-pricing-plans .package {
    width: 100%;
    height: 100%;
    margin-bottom: 10px; }
  .future-pricing-plans .package .package-bottom {
    background-color: #fff; }
  .future-pricing-plans .packages-head {
    padding-top: 38px;
    padding-bottom: 38px; }
  #pl-266 .textwidget {
    text-align: center; }
  .list-features li strong {
    font-size: 18px; }
  .section.section-tabs .tabs-nav li,
  .list-features {
    flex-flow: row wrap;
    justify-content: space-between;
    float: none; }
  .list-features li {
    padding: 0;
    flex: 1 0 50%; }
  .btn {
    min-width: 1px;
    font-size: 19px;
    width: 100%;
    padding: 20px 30px; }
  .section .section-body {
    padding: 45px 0 19px 0; }
  .list-features-secondary {
    font-size: 13px; }
  .list-features-secondary li {
    min-height: 1px;
    padding: 0 5px;
    margin-bottom: 30px; }
  .section.section-inner .section-body {
    padding-top: 35px; }
  .footer {
    padding: 10px 10px 0 10px; }
  .footer-widgets {
    font-size: 13px;
    padding: 13px 0; }
  .footer-widget .widget-head {
    min-height: 66px; }
  .footer-widget {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center; }
  .footer .widget-socials {
    float: none; }
  .widget_nav_menu {
    width: 49.2%;
    padding: 0 10px;
    text-align: left; }
  .footer-inner {
    text-align: left; }
  .footer-inner {
    padding: 19px 0; }
  .footer-nav {
    margin-bottom: 10px; }
  .footer-nav,
  .copyright {
    font-size: 13px; }
  .copyright {
    display: inline-block; }
  .footer .widget-socials {
    margin-bottom: 9px; }
  .footer-widget-locations {
    margin-bottom: 12px; }
  .widget_nav_menu {
    font-size: 15px; }
  .widget_nav_menu .widget-title {
    font-size: 18px; }
  .bar {
    padding: 10px; }
  .section-tabs {
    padding: 0; }
  .section-tabs .section-body {
    padding: 45px 10px 20px 10px; }
  .section-intro .shell {
    min-height: 119px; }
  .section-secondary .section-body {
    padding: 0;
    border: 10px solid #eea21b; }
  .section-secondary {
    padding: 15px 25px; }
  .updates-secondary .update {
    /* width: 49%; background-color: transparent; min-height: 1px; padding: 0; max-height:150px;*/ }
  .updates-secondary .update .update-title {
    font-size: 18px; }
  /*.updates-secondary .update p { display: none; }*/
  .updates-secondary .update .update-image {
    width: 100%; }
  .section .section-inner {
    padding-top: 40px; }
  .section-video .section-media {
    padding: 27px 20px 0 20px; }
  .section-video-secondary {
    padding: 0; }
  .section.section-tabs-secondary {
    padding-top: 23px; }
  .section.section-tabs-secondary .tabs-nav li {
    min-height: 1px; }
  .section-tabs-secondary .section-head {
    padding: 0 10px; }
  .section.section-tabs.section-tabs-secondary .tabs-nav {
    margin: 0 -7px;
    font-size: 12px; }
  .section.section-tabs.section-tabs-secondary .tabs-nav li {
    width: 31.7%;
    vertical-align: top;
    padding: 0 7px; }
  .slider .slide {
    min-height: 155px;
    max-height: 155px;
    height: 100%; }
  .slider .slide-title {
    left: 0;
    right: 0;
    font-size: 15px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0 10px; }
  .section.section-tabs-secondary .article .article-title,
  .section.section-tabs-secondary .tabs-title {
    font-size: 32px; }
  .section-members .section-title,
  .intro-secondary {
    padding: 30px 10px; }
  .content {
    padding: 0 10px 30px 10px; }
  .section-posts {
    padding: 0 0 20px 0; }
  .update {
    margin-bottom: 20px; }
  .update .update-title a {
    display: block; }
  .update-inner .update-title {
    font-size: 21px;
    margin-bottom: 0; }
  .update .update-head,
  .update-inner .update-head {
    font-size: 13px; }
  .update-inner .update-image {
    width: 100%; }
  .update .creator,
  .update,
  .update-inner .update-image,
  .update .update-meta {
    float: none; }
  .update {
    width: 100%; }
  .link-more {
    font-size: 13px; }
  .link-more-teritary:after {
    width: 42px;
    height: 42px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .widget_subscribe {
    padding: 72px 1px 24px; }
  .widget_subscribe:after {
    top: 12px; }
  .widget_tools .widget-content,
  .widget_callout {
    font-size: 20px; }
  .widget_callout .widget-actions {
    margin-top: 28px; }
  .widget_callout .widget-title {
    font-size: 34px; }
  .link-more-secondary {
    font-size: 14px; }
  .widget_tools .widget-content:after {
    width: 100px;
    height: 100px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    bottom: -49px; }
  .widget_tools .widget-actions {
    padding-top: 75px; }
  .section-members,
  .section-video,
  .section-single {
    padding: 0; }
  .section-members .section-body,
  .section-single .section-body {
    padding: 45px 10px 19px 10px; }
  .section-single .section-title,
  .section-circular .section-title {
    margin-bottom: 20px; }
  .section-video .section-actions ul li span {
    font-size: 15px; }
  .section-video .section-actions {
    padding: 45px 10px; }
  .section .section-title br {
    display: none; }
  .members-primary .member,
  .member {
    width: 100%;
    float: none; }
  .nav-secondary ul li {
    display: block; }
  .members-primary .member:after {
    width: 44px;
    height: 29px; }
  .members-secondary .member:after {
    width: 47px;
    height: 28px; }
  .members {
    padding-bottom: 0; }
  .member {
    margin-bottom: 20px; }
  .section-circular .section-image > img {
    max-width: 165px; }
  .section-circular .section-image {
    padding: 66px 0; }
  .menu-boxes .box-bottom-center {
    bottom: 1px; }
  .menu-boxes a > img {
    width: 100%;
    height: auto;
    max-width: 65px; }
  .menu-boxes .box-left-center {
    left: -66px; }
  .menu-boxes .box-right-center {
    right: -69px; }
  .menu-boxes .box-left-center .label {
    margin-left: -10px; }
  .menu-boxes {
    font-size: 10px; }
  .menu-boxes > ul > li.menu-item-has-content a:after {
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .section-circular .section-body {
    padding: 30px 0; }
  .section-circular {
    padding: 0; }
  .menu-boxes > ul > li.menu-item-has-content:hover .menu-item-content {
    padding: 5px 8px; }
  .gallery-columns-3 .gallery-item {
    width: 100%;
    float: none; }
  .article-body p img,
  .article-body .wp-caption img,
  .gallery-item img {
    width: 100%;
    height: auto; }
  .comment-respond input[type="text"],
  .comment-respond textarea,
  .article-body .wp-caption {
    width: 100%; }
  .section-comments ul {
    display: none; }
  .section-comments h3 small {
    position: relative;
    display: inline-block; }
  .section-logos {
    padding: 0; }
  .section-logos .slick-slide .slide-content {
    padding: 0 10px;
    display: inline-block; }
  .slider-logos .slick-slide {
    padding: 10px 0; }
  .slider-logos .slick-slide img {
    width: 100%;
    height: auto; }
  .menu-boxes .box .box-content-outer {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: 100%;
    padding-top: 13px;
    margin-left: -8px;
    width: 181px !important; }
  .menu-boxes .box .box-content {
    height: 145px;
    overflow: auto !important; }
  .menu-boxes .box-bottom-center .box-content-outer {
    top: auto;
    bottom: 100%;
    padding-bottom: 18px; }
  .menu-boxes .box-bottom-center .box-content-outer:after {
    top: auto;
    bottom: 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    left: 50%; }
  .menu-boxes .box-center-center .box-content-outer:after,
  .menu-boxes .box-center-left .box-content-outer:after,
  .menu-boxes .box-center-right .box-content-outer:after,
  .menu-boxes .box-top-center .box-content-outer:after {
    top: -5px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    left: 50%; }
  .menu-boxes .box-right-center .box-content-outer {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    padding-top: 0;
    padding-right: 13px;
    margin-left: -122px;
    width: 178px !important; }
  .menu-boxes .box-right-center .box-content-outer:after {
    top: 50%;
    right: 4px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -14px; }
  .menu-boxes .box-left-center .box-content-outer {
    top: 0;
    left: 100%;
    right: auto;
    margin-left: 75px;
    margin-top: -45px;
    padding-left: 28px;
    padding-top: 0; }
  .menu-boxes .box-left-center .box-content-outer:after {
    top: 50%;
    left: 17px;
    margin-top: -12px; }
  .link-more-prev {
    padding-left: 36px; }
  .link-more-next {
    padding-right: 36px; }
  .link-more-next:after,
  .link-more-prev:after {
    width: 31px;
    height: 31px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .menu-boxes .box-center-center > a > img,
  .menu-boxes .box-center-left > a > img,
  .menu-boxes .box-center-right > a > img {
    max-width: 30px; }
  .menu-boxes .box-center-left .label,
  .menu-boxes .box-center-right .label,
  .menu-boxes .box-center-center .label {
    display: none; }
  .menu-boxes .box-center-left.box-has-content a:after,
  .menu-boxes .box-center-right.box-has-content a:after,
  .menu-boxes .box-center-center.box-has-content a:after {
    width: 10px;
    height: 10px;
    background-size: 100% 100%; }
  .slider-testimonial .slide {
    padding: 0 10px 23px; }
  .packages {
    font-size: 16px; }
  .package .packages-title {
    font-size: 20px; }
  .btn-quaternary {
    width: auto; }
  .package .packages-body p {
    padding-right: 0; }
  .section-packages {
    padding-top: 40px; }
  .widget-navs .widget_nav_menu {
    width: 50%;
    display: inline-block; }
  .section-packages .menu-boxes .box .box-content-outer {
    padding-top: 16px;
    margin: 0;
    min-width: 257px;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none; }
  .section-packages .menu-boxes .box .box-content {
    padding: 10px;
    height: auto !important; }
  .section-packages .menu-boxes .box .box-content-outer:after {
    top: -3px; }
  .updates-teritary .update .update-image {
    margin-bottom: 12px; }
  .nav > ul > li.btn-login a,
  .nav > ul > li.btn-contact a {
    padding: 34px 0 33px 0; }
  .nav > ul > li.btn-trial a {
    padding: 24px 3px; }
  .nav > ul > li.btn-login,
  .nav > ul > li.btn-contact,
  .nav > ul > li.btn-trial {
    min-height: 86px; }
  .section-video .section-media-wrapper-outer {
    padding: 4.5% 4% 17.9%; }
  .slider {
    padding: 4.3% 3.9% 30.9%; }
  .intro-tertiary {
    padding-bottom: 50px; }
  .section-tabs-inner .tab > ul > li {
    padding-left: 30px; }
  .section-tabs-inner .tab > ul > li:after {
    left: 0; }
  .section-tabs-inner .tab > ul > li:after {
    top: 8px; }
  .section-quaternary h5 {
    font-size: 15px;
    margin-bottom: 25px; }
  .section-quaternary .gform_wrapper {
    padding: 30px 5px; }
  .section-quaternary .gform_wrapper .gform_body {
    padding: 0; }
  .gform_wrapper form .top_label .gfield_error,
  .gform_wrapper form li.gfield.gfield_error.gfield_contains_required,
  .section-quaternary .gform_wrapper .gfield {
    width: 100%;
    float: none; }
  .section-quaternary .gform_wrapper .dk-selected:before {
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .section-quaternary h6 {
    margin-bottom: 0; }
  .section-quaternary .gform_wrapper {
    margin-bottom: 21px; }
  .table-features table {
    width: 100%; }
  .table-features thead {
    display: none; }
  .table-features table {
    border: 1px solid #3e68c6; }
  .table-features tbody td:first-child {
    padding-right: 10px; }
  .table-features {
    font-size: 14px;
    border-bottom: 1px solid #3e68c6; }
  .table-features .menu-boxes .box .box-content-outer {
    right: -107px;
    width: 200px !important;
    padding-top: 0; }
  .section-tabs-inner .tabs-nav > li {
    width: 147px; }
  .section-tabs-inner .tabs-nav {
    font-size: 14px; }
  .section-tabs-inner .tabs-nav > li > a {
    min-height: 54px; }
  .slider-logos {
    height: 99px; }
  .intro-tertiary .intro-actions {
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    top: auto;
    bottom: 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    position: relative;
    margin-top: 10px; }
  .intro-tertiary .intro-actions > ul > li,
  .intro-tertiary .intro-actions > ul > li:last-child {
    padding: 0; }
  .intro-tertiary .intro-actions > ul > li > a {
    padding: 11px 0; }
  .intro-tertiary .intro-actions > ul > li {
    margin: 0;
    float: left; }
  .intro-tertiary .intro-actions > ul > li > a {
    width: 100%; }
  .intro-tertiary {
    padding-bottom: 0; }
  .partners-buttons {
    margin-bottom: 50px; }
  .partners-buttons:last-of-type {
    margin-bottom: 0px; }
  .pricing-plans .section-text-blocks {
    padding-bottom: 30px;
    width: 100%; }
  .pricing-plans .section-packages .section-body {
    padding-bottom: 15px; } }

@media (max-width: 414px) {
  .slider .slide {
    min-height: 206px;
    max-height: 206px;
    height: 100%; }
  .list-features li {
    flex: 1 0 100%; }
  .slider {
    padding: 4.3% 3.9% 18%; } }

@media (max-width: 375px) {
  .slider .slide {
    min-height: 185px;
    max-height: 185px;
    height: 100%; } }

@media (max-width: 320px) {
  .slider .slide {
    min-height: 157px;
    max-height: 157px;
    height: 100%; } }

a.partner-btn {
  background: url("/wp-content/themes/whitesource/images/partner_button.png");
  padding: 20px;
  color: #fff;
  font-size: 2.25em;
  background-size: cover;
  width: 100%;
  display: inline-block; }

a.partner-btn:hover {
  background: linear-gradient(to right bottom, #f6a21a 50%, #ffc10e 50%);
  text-decoration: none !important;
  color: #fff;
  font-size: 2.25em; }

a.partner-btn:hover, a.partner-btn:focus, a.partner-btn:active {
  text-decoration: none !important;
  color: #fff; }

.page-template-partners ul.footer-widgets {
  margin-bottom: 0; }

.page-template-partners h3.widget-title {
  margin-top: 0;
  margin-bottom: 0; }

.page-template-partners h3.widget-title a:hover {
  text-decoration: none; }

table.partners-icons-mobile tr {
  margin: 10px; }

table.partners-icons-mobile td {
  padding: 8px;
  width: 50%; }

.desc_ph {
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  display: none;
  font-size: 16px;
  background-color: #e3e0dc !important; }

.logo-desc-inspector {
  display: block;
  border-radius: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f7a31c;
  color: #fff;
  font-size: 45px;
  border: 1px solid #101010;
  position: absolute;
  bottom: -1px;
  left: -1px; }

.text-opened {
  line-height: 32px; }

.section .thumbnail {
  padding: 30px !important;
  border: 1px solid #101010;
  position: relative;
  min-height: 212px; }

#pl-7773 #pgc-7773-1-0 .textwidget {
  text-align: center; }

.icon-title {
  font-size: 20px; }

/* Small devices (phones, 768px and up) */
@media (max-width: 768px) {
  .mobile-item-6 {
    width: 50% !important; }
  .icon-title {
    font-size: 14px; }
  .panel-grid-cell {
    width: 100% !important; } }

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {
  .mobile-item-6 {
    width: 50% !important; }
  .icon-title {
    font-size: 18px; } }

a.icon-title:active, a.icon-title:focus, a.hover {
  text-decoration: none !important; }

#panel-12064-0-0-1 {
  text-align: center; }

.star-links-section {
  background-color: white;
  padding: 15px 0px; }

.star-links-section a {
  color: black;
  font-size: 14px;
  font-weight: bold; }

.star-links-section a:before {
  content: "\2605";
  display: inline-block; }

.partner_special_title {
  text-align: center;
  left: 0;
  position: absolute;
  top: 37%;
  right: 0;
  color: #ffffff;
  font-size: 53px;
  font-weight: 300; }

.resource_special_title {
  text-align: center;
  left: 0;
  position: absolute;
  top: 35%;
  right: auto;
  color: #ffffff;
  font-size: 53px;
  font-weight: 300; }

/* FS Form */
.fscf-div-form {
  background-color: #2F3D75;
  padding: 30px 50px;
  text-align: center;
  margin: 0 auto; }

#fscf_submit1 {
  background: url("https://marketing.whitesourcesoftware.com/acton/attachment/10846/f-0133/1/-/-/-/-/image.jpg");
  width: 260px;
  height: 45px;
  margin-top: 21px; }

.fscf-div-error {
  color: #FF0000;
  font-size: 14px; }

/* Form Field Styles */
.fscf-div-field-left {
  padding-bottom: 10px;
  -moz-appearance: none;
  text-align: left; }

.fscf-div-label {
  padding-bottom: 2px;
  color: #fff;
  font-size: 16px; }

.fscf-input-text {
  width: 400px;
  height: 40px;
  border-style: none;
  border-left: #999999 solid 1px;
  border-top: #999999 solid 1px;
  border-right: #999999 solid 1px;
  border-bottom: #999999 solid 1px;
  font-size: 16px;
  color: #000000;
  background-color: #FFFFFF; }

.formTextArea {
  border-style: none;
  border-left: #999999 solid 1px;
  border-top: #999999 solid 1px;
  border-right: #999999 solid 1px;
  border-bottom: #999999 solid 1px;
  font-size: 16px;
  color: #000000;
  background-color: #FFFFFF; }

.formFieldFile {
  height: 30px;
  border-style: none;
  border-left: #999999 solid 1px;
  border-top: #999999 solid 1px;
  border-right: #999999 solid 1px;
  border-bottom: #999999 solid 1px;
  font-size: 16px;
  color: #000000;
  background-color: #FFFFFF; }

.formSectionDescription {
  padding-bottom: 10px;
  text-align: left; }

/* Form Field Sizes */
.formInputBlock {
  width: 410px;
  height: 35px;
  overflow: hidden; }

.formFieldSmall {
  width: 100px; }

.formFieldMedium {
  height: 40px;
  width: 284px;
  color: #000; }

.formFieldLarge {
  width: 400px;
  height: 40px; }

.formFieldMediumLeft {
  width: 195px; }

.formFieldMediumRight {
  width: 200px; }

.fscf-input-textError {
  height: 19px;
  border-style: none;
  border-left: #CC0000 solid 1px;
  border-top: #CC0000 solid 1px;
  border-right: #CC0000 solid 1px;
  border-bottom: #CC0000 solid 1px;
  font-size: 11px;
  color: #CC0000;
  background-color: #FFFFCC; }

.fscf-required-indicator {
  color: #FF0000;
  cursor: default; }

.fscf-input-select {
  width: 400px;
  height: 40px; }

.formFieldFileError {
  height: 19px;
  border-style: none;
  border-left: #CC0000 solid 1px;
  border-top: #CC0000 solid 1px;
  border-right: #CC0000 solid 1px;
  border-bottom: #CC0000 solid 1px;
  font-size: 11px;
  color: #CC0000;
  background-color: #FFFFCC; }

/* Standard Browser Look & Feel Housekeeping */
input[type="checkbox"] {
  -moz-appearance: checkbox; }

input[type="radio"] {
  -moz-appearance: radio; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* End FS Form */
/*  Strep section */
.row {
  display: block;
  width: 100%; }

.row, .col-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after, .clearfix:before, .row, .row:after, .row:before {
  display: table;
  content: " ";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.col-4 {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px; }

.col-5 {
  float: left;
  width: 41.66666667%;
  position: relative;
  min-height: 1px; }

.col-2 {
  float: left;
  width: 16.66666667%;
  position: relative;
  min-height: 1px; }

.strep .items .item {
  text-align: center; }

.strep .items .item img {
  width: 125px;
  height: 125px;
  vertical-align: middle;
  margin-bottom: 20px; }

.strep .items .item .title {
  /*font-size: 18px;*/
  margin-bottom: 20px; }

.strep .strep-title {
  text-align: center;
  margin-bottom: 5px; }

.strep .strep-desc {
  letter-spacing: 0 !important; }

.strep-title .article-title {
  padding-bottom: 5px; }

.strep .shell {
  padding: 0px 30px; }

.strep .strep-center {
  margin-top: -4% !important;
  margin-bottom: -8% !important; }

/*  End Strep section */
body {
  background: #fff !important; }

.shell--narrow {
  max-width: 910px; }

.shell-narrow {
  max-width: 700px;
  margin: 0 auto; }

.btn__default {
  display: block;
  padding: 15px;
  background: #ffc10e;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff; }

.btn__default:hover,
.btn__default:active,
.btn__default:focus {
  background: #f6a21a; }

/* plan-extras  */
.plan-extras {
  margin: 15px 0 40px;
  text-align: center;
  font-family: "Raleway", sans-serif; }

.plan-extras .plan-extras__info {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 19px; }

.plan-extras .plan-extras__links {
  display: flex;
  flex-flow: column; }

.plan-extras__links .plan-extras__link {
  padding-left: 55px;
  margin-bottom: 10px;
  border: 1px solid #3366cc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 50%;
  color: #000;
  font-weight: normal; }

@media (min-width: 768px) {
  .plan-extras .plan-extras__links {
    flex-flow: row wrap;
    justify-content: space-between; }
  .plan-extras__links .plan-extras__link {
    flex: 0 0 calc(50% - 4px);
    padding-left: 55px;
    /* background-size: auto 50%; */ } }

@media (min-width: 1100px) {
  .plan-extras .plan-extras__links {
    flex-flow: row wrap;
    justify-content: space-between; }
  .plan-extras__links .plan-extras__link {
    flex: 0 0 calc(50% - 4px);
    /* padding-left: 80px; */
    padding-left: 60px;
    background-size: auto 75%; } }

/*  */
.faq__title {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal; }

.faq__item:nth-child(odd) {
  background: #dfe5f5; }

.faq__question {
  position: relative;
  display: block;
  padding: 10px 50px 10px 15px;
  color: #000; }

.faq__question::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/whitesource/images/faq-toggle.png");
  /* content: "+";
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  width: 19px;
  height: 19px;
  background: #ffc10e;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  font-size: 20px;
  color: #fff; */ }

.faq__item--show .faq__question {
  font-weight: bold; }

.faq__item--show .faq__question::after {
  background-position: 0 -16px; }

.faq__answer {
  display: none;
  padding: 10px 50px 10px 15px; }

.faq__item--show .faq__answer {
  display: block; }

.call-out {
  margin-top: 40px;
  padding: 20px 0;
  background: #3366cc; }

.call-out .shell {
  display: flex;
  flex-flow: column;
  text-align: center; }

.call-out__text {
  max-width: 90%;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.call-out__btn {
  max-width: 80%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 768px) {
  .call-out {
    padding-left: 20px;
    padding-right: 20px; }
  .call-out .shell {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left; }
  .call-out__text {
    max-width: 55%;
    margin-left: 0;
    font-size: 34px; }
  .call-out__btn {
    margin-left: auto;
    margin-right: 0; } }

.whs-list {
  list-style: disc !important; }

#menu-main-menu {
  margin: 0; }

/* Languages page */
.page-template-templateslanguages_selection-php .section-body .widget-title {
  border: none;
  text-align: left;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 2px;
  padding: 0; }

.page-template-templateslanguages_selection-php .textwidget {
  font-size: 17px;
  font-weight: normal;
  width: 72%;
  margin-bottom: 10px; }

.page-template-templateslanguages_selection-php .lang-wrapper {
  width: 100%;
  min-height: 467px;
  position: relative;
  overflow: hidden;
  clear: both; }

.page-template-templateslanguages_selection-php .lang-wrapper .selector {
  width: 40%;
  background: #3e68c6 url("/wp-content/themes/whitesource/images/lupa.png") no-repeat center center;
  min-height: 467px;
  float: left; }

.page-template-templateslanguages_selection-php .lang-wrapper .info {
  background: url("/wp-content/themes/whitesource/images/languages.jpg") no-repeat center center;
  width: 500px;
  min-height: 467px;
  float: left; }

.page-template-templateslanguages_selection-php .lang-wrapper .selector .fields {
  margin: 46px 0 0 33px; }

.page-template-templateslanguages_selection-php .easy-autocomplete {
  float: left; }

.page-template-templateslanguages_selection-php .lang-wrapper .selector .fields #languages {
  width: 236px;
  height: 44px;
  border-radius: 0;
  box-shadow: none;
  border: none; }

.page-template-templateslanguages_selection-php .lang-wrapper .selector .fields .search-btn {
  width: 100px;
  height: 44px;
  border-radius: 0;
  display: inline-block;
  background: #ffc013;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: bold;
  /* position: absolute;
  top: 44px;
  left: 250px; */ }

.page-template-templateslanguages_selection-php .lang-wrapper .selector .success {
  display: none;
  margin: 44px 0 0 33px;
  color: #FFF;
  background: url("/wp-content/themes/whitesource/images/check.png") no-repeat 0 0;
  padding: 0 0 0 48px; }

.page-template-templateslanguages_selection-php .lang-wrapper .selector .success h4 {
  font-size: 24px;
  font-weight: 500; }

.page-template-templateslanguages_selection-php .lang-wrapper .selector .success h5 {
  font-size: 18px;
  font-weight: normal; }

.page-template-templateslanguages_selection-php .easy-autocomplete-container ul li div {
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%; }

@media screen and (max-width: 960px) {
  .page-template-templateslanguages_selection-php .lang-wrapper .selector {
    width: 100%;
    min-height: 240px; }
  .page-template-templateslanguages_selection-php .lang-wrapper .info {
    background: #dfe4f5 url("/wp-content/themes/whitesource/images/languages.jpg") no-repeat center center/contain;
    width: 100%;
    min-height: 467px;
    float: left; }
  .page-template-templateslanguages_selection-php .textwidget {
    width: 100%;
    font-size: 14px; }
  .page-template-templateslanguages_selection-php .widget-title {
    font-size: 26px; } }

@media (max-width: 420px) {
  .page-template-templateslanguages_selection-php .lang-wrapper .selector .fields {
    margin: 46px 0 0 10px; }
  .page-template-templateslanguages_selection-php .lang-wrapper .selector .fields #languages {
    width: 176px; } }

.pricing-faq-testimonial {
  background-color: #dfe5f5;
  padding-top: 55px; }

.slides-title {
  color: #252b35;
  font-size: 53px;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  text-align: center; }
  @media (max-width: 767px) {
    .slides-title {
      font-size: 27px; } }

.career-apply {
  margin-top: 80px;
  margin-bottom: 80px; }

.blue-button-strip {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 25px;
  background-color: #3d68c6;
  font-family: 'Raleway', sans-serif; }
  @media (max-width: 767px) {
    .blue-button-strip {
      flex-direction: column;
      align-items: flex-start; } }
  .blue-button-strip div {
    color: #fff;
    text-align: left;
    font-size: 22px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .blue-button-strip div {
        margin-bottom: 10px; } }
  .blue-button-strip p {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .blue-button-strip p {
        width: 100%;
        justify-content: center; } }
    .blue-button-strip p button {
      background-color: #ffc10e;
      border: none;
      border-radius: 8px;
      color: #25408F;
      font-weight: 700;
      font-size: 19px;
      padding: 7px 32px;
      box-shadow: 0px 2px 0px 0px #24428e; }
      .blue-button-strip p button:hover {
        background-color: #f5a21c; }

.pricing-plan {
  color: #fff;
  display: flex; }
  .pricing-plan .pricing-plan__header {
    background-color: #4e68c1;
    flex: 0 0 120px;
    width: 120px;
    padding: 15px; }
  .pricing-plan .pricing-plan__footer {
    background-color: #2d4992;
    flex: 0 1 auto;
    padding: 10px; }
  .pricing-plan .pricing-plan__name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px; }
  .pricing-plan .pricing-plan__image .image {
    width: 66px;
    height: auto;
    margin-left: 8px; }
  .pricing-plan .pricing-plan__text {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .pricing-plan .pricing-plan__button .btn__default {
    color: #4e68c1;
    display: inline-block; }

.plan-extras-2 {
  margin-bottom: 0; }
  .plan-extras-2 .plan-extras__info {
    text-align: left; }
  @media (min-width: 768px) {
    .plan-extras-2 .plan-extras__wrapper {
      display: flex; }
    .plan-extras-2 .plan-extras__links {
      display: block;
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 15px; }
    .plan-extras-2 .plan-extras__link:last-child {
      margin-bottom: 0; }
    .plan-extras-2 .pricing-plan {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px; } }

.pricing-faq .optional-features {
  padding: 0 15px; }

.pricing-faq .optional-features__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: normal; }

.pricing-faq .optional-feature__list {
  display: flex;
  flex-flow: column;
  list-style-type: disc;
  list-style-position: inside; }

.pricing-faq .optional-feature__list li {
  flex: 0 0 50%;
  color: #3366cc; }

.pricing-faq .optional-feature__list li::before {
  display: none;
  content: '&#183; ';
  position: relative;
  margin-bottom: -5px;
  color: #3366cc;
  font-size: 1.5em;
  line-height: 1;
  vertical-align: middle; }

.pricing-faq .optional-feature__list li span {
  color: #000; }

@media (min-width: 768px) {
  .pricing-faq .optional-features {
    margin-top: 20px; } }

@media (min-width: 1100px) {
  .pricing-faq .optional-features {
    width: 49%;
    width: calc(50% - 15px); }
  .pricing-faq .optional-feature__list {
    display: flex;
    flex-flow: row wrap;
    font-size: 15px; }
  .pricing-faq .optional-feature__list > li {
    padding-right: 5px;
    margin-bottom: 15px; }
  .pricing-faq .optional-feature__list > li span {
    margin-left: -10px; } }

.pricing-faq .cards,
.pricing-faq .card {
  display: flex; }

.pricing-faq .cards--planet {
  padding-top: 30px;
  flex-flow: column; }

.pricing-faq .card__planet {
  flex-flow: column;
  margin-bottom: 20px;
  padding: 15px 0px 30px;
  background: #3366cc;
  text-align: center;
  color: #fff; }

.pricing-faq .card__content {
  margin-top: auto;
  margin-bottom: auto; }

.pricing-faq .card__footer {
  margin-top: auto;
  padding: 0 10px; }

.pricing-faq .planet__price {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 22px; }

.pricing-faq .planet__price-period {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif; }

.pricing-faq .planet_image {
  width: 100%;
  margin-bottom: 20px;
  height: auto; }

.pricing-faq .card__planet .btn__default {
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px;
  font-weight: 800; }

.pricing-faq .planet__devs {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  text-transform: uppercase; }

.pricing-faq .planet__devs-type {
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .pricing-faq .cards--planet {
    flex-flow: row wrap; }
  .pricing-faq .card__planet {
    flex-flow: column;
    flex: 0 0 calc((100% - 20px) / 2);
    margin-right: 20px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .pricing-faq .card__planet:nth-child(2n) {
    margin-right: 0; } }

@media (min-width: 1024px) {
  .pricing-faq .card__planet {
    flex: 0 0 calc((100% - 45px) / 4);
    margin-right: 15px; }
  .pricing-faq .card__planet:nth-child(4n) {
    margin-right: 0; }
  .pricing-faq .planet__devs-type {
    padding: 0 15%; } }

.pricing-faq .sec-testimonial {
  padding: 30px 5px;
  background-color: #dfe5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.pricing-faq .test-header .qoute {
  position: absolute;
  left: 0; }

.pricing-faq .sec-testimonial .test-item {
  width: 290px;
  max-width: 90%;
  min-height: 480px;
  background-color: #fff;
  margin: 20px 20px;
  border-left: #eeeeef;
  margin-right: 10px;
  margin-left: 10px; }

.pricing-faq .sec-testimonial .test-item .test-header {
  height: 110px;
  margin-bottom: 55px;
  text-align: center;
  background-color: #3e69c7;
  position: relative; }

.pricing-faq .sec-testimonial .test-item .test-header .test-logo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #3e69c7;
  z-index: 2;
  position: relative;
  top: 20px;
  padding: 5px;
  background-color: #fff; }

.pricing-faq .sec-testimonial .test-item .test-header .test-qoute {
  width: 60px;
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 7px; }

.pricing-faq .sec-testimonial .test-content {
  padding: 5px 16px 16px;
  min-height: 390px; }

.pricing-faq .sec-testimonial .test-author {
  padding: 0 5px;
  text-align: center;
  margin-bottom: 16px; }

.pricing-faq .sec-testimonial .test-author h3 {
  margin: 0;
  font-family: 'Raleway-SemiBold',sans-serif;
  font-size: 18px;
  line-height: 1.2; }

.pricing-faq .sec-testimonial .test-author h3:last-child {
  font-size: 16px; }

.pricing-faq .sec-testimonial .test-author p {
  margin: 0px 0px 8px !important;
  padding: 0px 5px 8px !important;
  border-bottom: 1px solid #ffc10e !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px; }

.pricing-faq .sec-testimonial .test-msg {
  text-align: center;
  color: #888888; }

.pricing-faq .sec-testimonial .test-msg p {
  font-size: 15px !important;
  font-family: 'Raleway', sans-serif !important;
  font-style: italic !important;
  margin: 0 !important; }

.pricing-faq .sec-testimonial .test-footer {
  padding: 16px 10px 32px;
  text-align: center; }

.pricing-faq .sec-testimonial .test-footer button {
  height: 40px !important;
  width: 160px !important;
  font-family: 'Raleway', sans-serif !important;
  color: #fff !important;
  background-color: #ffc10e !important;
  border: unset !important;
  font-size: 20px !important;
  font-weight: normal !important;
  text-transform: uppercase; }

.pricing-faq .sec-testimonial .test-author h3:first-child {
  font-size: 18px; }

.pricing-faq .sec-testimonial .test-author p:first-child {
  font-size: 12px; }

@media screen and (max-width: 450px) {
  .pricing-faq .sec-testimonial .test-item {
    width: unset !important;
    margin: 20px auto; } }

.pricing-limited .section-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 40px;
  text-align: left; }

.pricing-limited .highlight {
  background-color: #fa0735;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px; }

.pricing-limited .cards {
  padding-top: 0; }

.pricing-limited .card {
  padding: 0; }
  .pricing-limited .card .count {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    text-transform: uppercase; }
  .pricing-limited .card .text {
    font-size: 14px;
    text-transform: uppercase; }
  .pricing-limited .card .price {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 22px;
    position: relative; }
    .pricing-limited .card .price::after {
      content: '';
      display: block;
      width: 88px;
      border-bottom: solid 3px #fa0735;
      transform: rotate(-15deg) translateY(-31px) translateX(-43px);
      left: 50%;
      position: relative; }
  .pricing-limited .card .card__content {
    padding: 15px; }
  .pricing-limited .card .card__footer {
    background-color: #2d4992;
    padding: 15px; }

/** Grid **/
.container {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  /* Columns */ }
  .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .container .row::before {
      display: none; }
    .container .row::after {
      display: none; }
  .container [class^="col-"] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    .container [class^="col-"]:last-child {
      margin-right: 0; }
  .container .col-1 {
    flex: 0 0 8.333333333%;
    max-width: 8.333333333%;
    -webkit-box-flex: 0; }
  .container .col-2 {
    flex: 0 0 16.666666667%;
    max-width: 16.666666667%;
    -webkit-box-flex: 0; }
  .container .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -webkit-box-flex: 0; }
  .container .col-4 {
    flex: 0 0 33.33333333333333%;
    max-width: 33.33333333333333%;
    -webkit-box-flex: 0; }
  .container .col-5 {
    flex: 0 0 41.666666667%;
    max-width: 41.666666667%;
    -webkit-box-flex: 0; }
  .container .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-flex: 0; }
  .container .col-7 {
    flex: 0 0 58.333333333%;
    max-width: 58.333333333%;
    -webkit-box-flex: 0; }
  .container .col-8 {
    flex: 0 0 66.666666664%;
    max-width: 66.666666664%;
    -webkit-box-flex: 0; }
  .container .col-9 {
    flex: 0 0 74.999999997%;
    max-width: 74.999999997%;
    -webkit-box-flex: 0; }
  .container .col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    -webkit-box-flex: 0; }
  .container .col-11 {
    flex: 0 0 91.666666663%;
    max-width: 91.666666663%;
    -webkit-box-flex: 0; }
  .container .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }

/** Grid end **/
/** Variables **/
/** Variables end **/
/** Fonts **/
/** Fonts end **/
.d-flex {
  display: flex !important; }

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

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

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

.justify-content-center {
  justify-content: center; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-between {
  justify-content: space-between; }

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

.img-fluid {
  max-width: 100%;
  height: auto; }

.p-zero {
  padding: 0; }

.mb-15 {
  margin-bottom: 15px; }

.mb-40 {
  margin-bottom: 40px; }

.text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 30px; }

.big-number {
  font-size: 81px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fdbf16;
  display: flex;
  align-items: baseline;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: -5px;
  min-width: 175px;
  justify-content: flex-end; }
  .big-number small {
    font-size: 52px;
    font-weight: 700; }

.percent-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0; }

.bg-blue {
  background: #3d68c5;
  color: #fff; }

.bg-white {
  background: #fff;
  color: #223976; }

.bg-yellow {
  background: #fdbf16;
  color: #223976; }

.bg-dark-blue {
  background: #223976;
  color: #fff; }

.page-template-annual-report {
  color: #223976;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }
  .page-template-annual-report .wrapper {
    margin-top: 0; }
  .page-template-annual-report .regular {
    font-weight: 400; }
  .page-template-annual-report .semi-bold {
    font-weight: 500; }
  .page-template-annual-report .light {
    font-weight: 300; }
  .page-template-annual-report section.first-screen {
    padding-top: 150px; }
    .page-template-annual-report section.first-screen .slogan {
      color: #3d68c5;
      font-family: "Raleway", sans-serif;
      font-size: 38px;
      font-weight: 600;
      line-height: 1.21;
      text-transform: uppercase;
      letter-spacing: 0; }
    .page-template-annual-report section.first-screen h1.heading {
      color: #3d68c5;
      font-family: "Raleway", sans-serif;
      font-size: 72px;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
      margin-bottom: 15px;
      letter-spacing: 0; }
    .page-template-annual-report section.first-screen .text-with-image a.link-to-pdf {
      color: #4d98ff;
      font-size: 26px;
      line-height: 1.9;
      font-weight: 400;
      text-transform: uppercase; }
    .page-template-annual-report section.first-screen .text p {
      margin-bottom: 20px; }
  .page-template-annual-report .section-key-findings-title {
    color: #223976;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -40px; }
  .page-template-annual-report section.key-findings {
    margin-bottom: 25px;
    background-color: #ebf0f8;
    padding: 40px 0; }
    .page-template-annual-report section.key-findings .item {
      height: 100%;
      position: relative;
      padding: 30px 30px 25px 35px;
      border: 0;
      font-weight: 400; }
      .page-template-annual-report section.key-findings .item.blue {
        background-color: #3d68c5;
        color: #fff; }
        .page-template-annual-report section.key-findings .item.blue .number {
          border-color: #3d68c5; }
      .page-template-annual-report section.key-findings .item.yellow {
        background-color: #fdbf16;
        color: #223976; }
        .page-template-annual-report section.key-findings .item.yellow .number {
          border-color: #fdbf16; }
      .page-template-annual-report section.key-findings .item.dark-blue {
        background-color: #223976;
        color: #fff; }
        .page-template-annual-report section.key-findings .item.dark-blue .number {
          border-color: #223976; }
      .page-template-annual-report section.key-findings .item.orange {
        background-color: #fb9b0b;
        color: #223976; }
        .page-template-annual-report section.key-findings .item.orange .number {
          border-color: #fb9b0b; }
      .page-template-annual-report section.key-findings .item .number {
        position: absolute;
        width: 44px;
        height: 44px;
        font-size: 31px;
        border: 4px solid;
        border-radius: 50%;
        left: 0;
        top: -22px;
        background-color: #fff;
        font-family: 'Times New Roman', sans-serif;
        font-weight: 700;
        text-align: center;
        color: #3d68c5;
        line-height: 38px; }
      .page-template-annual-report section.key-findings .item .text {
        font-size: 18px;
        letter-spacing: 0;
        font-weight: 300;
        padding: 0; }
  .page-template-annual-report section.chapter-head {
    padding-top: 140px;
    padding-bottom: 350px; }
    .page-template-annual-report section.chapter-head.bg-chapter-blue {
      background-image: linear-gradient(to bottom, #1e3a87, #3d68c5); }
      .page-template-annual-report section.chapter-head.bg-chapter-blue .heading-number {
        color: #fdbf16; }
      .page-template-annual-report section.chapter-head.bg-chapter-blue .subtitle {
        color: #fdbf16; }
    .page-template-annual-report section.chapter-head.bg-chapter-yellow {
      background-image: linear-gradient(to bottom, #fb9a0b, #fdbf16); }
      .page-template-annual-report section.chapter-head.bg-chapter-yellow .heading-number {
        color: #223976; }
      .page-template-annual-report section.chapter-head.bg-chapter-yellow .subtitle {
        color: #223976; }
    .page-template-annual-report section.chapter-head.bg-chapter-dark-blue {
      background-image: linear-gradient(to bottom, #3d68c5, #223976); }
      .page-template-annual-report section.chapter-head.bg-chapter-dark-blue .heading-number {
        color: #ffc40d; }
      .page-template-annual-report section.chapter-head.bg-chapter-dark-blue .subtitle {
        color: #ffc40d; }
    .page-template-annual-report section.chapter-head .heading-number {
      font-family: 'Times New Roman', sans-serif;
      font-size: 380px;
      position: relative;
      line-height: .85; }
      .page-template-annual-report section.chapter-head .heading-number::after {
        content: '';
        background-image: url("/wp-content/themes/whitesource/images/Vector_Smart_Object.png");
        position: absolute;
        width: 126px;
        height: 102px;
        left: 22px;
        bottom: 40px; }
    .page-template-annual-report section.chapter-head .section-title {
      font-size: 48px;
      font-weight: 600;
      color: #fff;
      font-family: "Raleway", sans-serif;
      text-transform: uppercase;
      letter-spacing: -3px;
      line-height: 50px;
      margin-bottom: 50px; }
    .page-template-annual-report section.chapter-head .subtitle {
      font-size: 24px;
      letter-spacing: 0; }
      .page-template-annual-report section.chapter-head .subtitle .semi-bold {
        font-size: 30px;
        line-height: 1.5; }
    .page-template-annual-report section.chapter-head .pic-right img.chapter-img {
      position: absolute;
      right: 0; }
  .page-template-annual-report section.section-with-img-or-chart {
    padding: 55px 0; }
    .page-template-annual-report section.section-with-img-or-chart .row {
      letter-spacing: 0;
      font-size: 18px;
      font-weight: 300;
      line-height: 24px; }
    .page-template-annual-report section.section-with-img-or-chart h3, .page-template-annual-report section.section-with-img-or-chart .title {
      text-transform: uppercase;
      font-size: 22.5px;
      font-weight: 600;
      font-family: "Raleway", sans-serif;
      margin-bottom: 15px; }
    .page-template-annual-report section.section-with-img-or-chart.two-charts {
      padding-top: 0;
      margin-top: -15px; }
    .page-template-annual-report section.section-with-img-or-chart .table {
      margin: 30px 0; }
      .page-template-annual-report section.section-with-img-or-chart .table table {
        width: 100%;
        font-size: 18px;
        line-height: 2;
        font-weight: 400; }
        .page-template-annual-report section.section-with-img-or-chart .table table tr {
          background-color: #458bff; }
          .page-template-annual-report section.section-with-img-or-chart .table table tr:nth-child(2n-1) {
            background-color: #2953b3; }
          .page-template-annual-report section.section-with-img-or-chart .table table tr .pl {
            padding-left: 55px; }
        .page-template-annual-report section.section-with-img-or-chart .table table tr.head {
          background-color: #223976;
          font-weight: 500;
          font-size: 22px; }
      .page-template-annual-report section.section-with-img-or-chart .table .high {
        color: red; }
    .page-template-annual-report section.section-with-img-or-chart .big-text {
      font-family: "Raleway", sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      text-transform: uppercase; }
  .page-template-annual-report section.bottom {
    padding-top: 100px;
    padding-bottom: 50px; }
    .page-template-annual-report section.bottom .bg-holder {
      position: relative;
      text-align: center; }
      .page-template-annual-report section.bottom .bg-holder .big-img-block {
        background: url("/wp-content/themes/whitesource/images/circle-bg.png") 0 0 no-repeat;
        width: 50%;
        padding: 50px 50px 80px 40px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        font-family: "Raleway", sans-serif;
        letter-spacing: 0; }
        .page-template-annual-report section.bottom .bg-holder .big-img-block .big-number {
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          font-size: 103px;
          min-width: 150px; }
      .page-template-annual-report section.bottom .bg-holder img.bgi {
        position: absolute;
        top: -60px;
        right: 0; }
  .page-template-annual-report canvas#top_100_projects {
    height: auto !important;
    width: 100% !important; }
  .page-template-annual-report .absolute-center-title {
    position: absolute;
    top: 125px;
    left: 195px;
    width: 200px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase; }
    .page-template-annual-report .absolute-center-title.last {
      left: 180px; }
    .page-template-annual-report .absolute-center-title .percents {
      font-size: 70px;
      height: 70px;
      line-height: 1;
      font-weight: 800; }
  .page-template-annual-report .quote {
    background-color: #427eea;
    position: relative;
    padding: 40px 100px 30px;
    color: #fff; }
    .page-template-annual-report .quote.quote-small {
      padding: 20px 25px 25px 70px;
      margin-bottom: 65px; }
      .page-template-annual-report .quote.quote-small .text p {
        font-size: 20px;
        line-height: 1.2; }
    .page-template-annual-report .quote img.left-quote {
      position: absolute;
      left: 15px;
      top: 20px; }
      .page-template-annual-report .quote img.left-quote.left-quote-small {
        width: 33px;
        height: 27px;
        left: 20px;
        top: 20px; }
    .page-template-annual-report .quote img.right-quote {
      position: absolute;
      right: 15px;
      bottom: 70px; }
    .page-template-annual-report .quote .text p {
      font-size: 26px;
      line-height: 32px; }
    .page-template-annual-report .quote .capture {
      font-size: 15px; }
      .page-template-annual-report .quote .capture .regular {
        font-size: 16px; }
    .page-template-annual-report .quote::after {
      content: '';
      position: absolute;
      bottom: -33px;
      left: 0;
      width: 102px;
      height: 33px;
      background-image: url("/wp-content/themes/whitesource/images/angle-after-quote.png"); }
  .page-template-annual-report #spent_hours {
    width: 100% !important;
    height: auto !important; }
  .page-template-annual-report .chart-legend-icon {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    margin-right: 15px;
    display: inline-block;
    float: left; }
  .page-template-annual-report #spent_hours-legend ul,
  .page-template-annual-report #stacked_bar-legend ul {
    column-count: 2;
    column-gap: 20px;
    margin-top: 25px; }
    .page-template-annual-report #spent_hours-legend ul li,
    .page-template-annual-report #stacked_bar-legend ul li {
      background-color: #ffe25c;
      padding: 7px 15px;
      line-height: 1; }
      .page-template-annual-report #spent_hours-legend ul li:nth-child(2), .page-template-annual-report #spent_hours-legend ul li:nth-child(5),
      .page-template-annual-report #stacked_bar-legend ul li:nth-child(2),
      .page-template-annual-report #stacked_bar-legend ul li:nth-child(5) {
        background-color: #e7e6e5; }
  .page-template-annual-report #find_vlnrb_reaction-legend ul {
    margin-top: 25px; }
    .page-template-annual-report #find_vlnrb_reaction-legend ul li {
      background-color: #ffd200;
      padding: 7px 15px;
      line-height: 1; }
      .page-template-annual-report #find_vlnrb_reaction-legend ul li:nth-child(2n) {
        background-color: #e7e6e5; }
  .page-template-annual-report #priorite_osv-legend ul {
    margin-top: 25px; }
    .page-template-annual-report #priorite_osv-legend ul li {
      background-color: #2b54a5;
      padding: 7px 15px;
      line-height: 1; }
      .page-template-annual-report #priorite_osv-legend ul li:nth-child(2n) {
        background-color: #427eea; }
  .page-template-annual-report #navigation {
    position: fixed;
    top: calc(50% - 80px);
    left: 10px;
    padding-left: 30px;
    padding-top: 15px;
    overflow-x: hidden; }
    .page-template-annual-report #navigation ul {
      width: 250px; }
      .page-template-annual-report #navigation ul li a {
        display: block;
        position: relative;
        transition: all .2s ease-in-out; }
        .page-template-annual-report #navigation ul li a span {
          background-color: #3d68c5;
          height: 36px;
          margin-bottom: 30px;
          padding-left: 40px;
          display: flex;
          align-items: center;
          transition: all .2s ease-in-out;
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 0;
          color: #fff;
          line-height: 1;
          font-weight: 500; }
          @media (max-width: 1500px) {
            .page-template-annual-report #navigation ul li a span {
              transform: translateX(-250px);
              z-index: 1;
              opacity: 0; } }
        .page-template-annual-report #navigation ul li a:hover span {
          opacity: 1;
          transform: translateX(0); }
        .page-template-annual-report #navigation ul li a .ch-number {
          background-color: #fff;
          border: 2px solid #3d68c5;
          height: 60px;
          width: 60px;
          border-radius: 35px;
          position: absolute;
          top: -12.5px;
          font-weight: 700;
          left: -30px;
          font-size: 42px;
          text-align: center;
          color: #3d68c5;
          transition: all .2s ease-in-out;
          line-height: 1.3;
          z-index: 2; }
          @media (max-width: 1500px) {
            .page-template-annual-report #navigation ul li a .ch-number {
              opacity: 1 !important; } }
      .page-template-annual-report #navigation ul li:hover .ch-number {
        color: #223976; }
  .page-template-annual-report .last-section .top-section {
    padding-top: 130px;
    padding-bottom: 80px;
    background-image: linear-gradient(to bottom, #3d68c5, #223976); }
  .page-template-annual-report .last-section .title {
    font-size: 48px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1; }
  .page-template-annual-report .last-section .text {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 0; }
  .page-template-annual-report .last-section .statements {
    display: flex; }
    .page-template-annual-report .last-section .statements .statement {
      text-align: center;
      padding: 30px 0; }
      .page-template-annual-report .last-section .statements .statement img {
        padding: 15px 25px; }
      .page-template-annual-report .last-section .statements .statement .caption {
        font-size: 21px;
        line-height: 1.4;
        color: #223976;
        font-weight: 400;
        position: relative;
        padding-top: 15px; }
        .page-template-annual-report .last-section .statements .statement .caption strong {
          font-size: 48px;
          font-weight: 400; }
        .page-template-annual-report .last-section .statements .statement .caption:before {
          content: '';
          position: absolute;
          height: 5px;
          width: 150px;
          left: calc(50% - 75px);
          top: 0;
          background-color: #d8e1f3; }
  .page-template-annual-report .iScrollVerticalScrollbar.iScrollLoneScrollbar {
    z-index: 99999999999 !important;
    pointer-events: auto !important; }

.page-template-careers .section-slider {
  padding: 0; }

.events-intro {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 53px 15px;
  position: relative;
  text-align: left;
  margin-bottom: 30px; }

.events-intro--logo {
  display: block;
  height: auto;
  max-height: 61px;
  max-width: 100%; }

.events-intro--tt {
  color: #ffffff;
  display: block;
  font-size: 67px;
  font-weight: 700;
  margin: 0;
  padding: 0; }

.events-intro--dd {
  color: #ffffff;
  display: block;
  font-size: 48px; }

.events-list {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 15px 100px; }

.events-item {
  list-style: none;
  display: table;
  width: 100%;
  margin-bottom: 40px; }

.events-item--img {
  display: table-cell;
  width: 300px;
  vertical-align: top; }

.events-item--img img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.events-item--content {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px; }

.events-item--tt {
  font-size: 28px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 15px; }

.events-item--dt {
  font-size: 19px;
  font-weight: 700;
  line-height: 26px; }

.events-item--dd {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px; }

@media (max-width: 768px) {
  .events-intro--tt {
    font-size: 40px; }
  .events-intro--dd {
    font-size: 20px; }
  .events-item--img {
    display: block;
    width: 100%; }
  .events-item--content {
    display: block;
    width: 100%;
    padding: 10px 0; } }

.section-faq {
  background-color: #fff; }
  .section-faq .shell {
    max-width: 900px; }
  .section-faq .section-title {
    text-align: left;
    margin-bottom: 30px; }

.faq-footer {
  color: #fff;
  background-color: #3d68c6;
  text-align: center;
  padding: 14px; }

.faq-nav {
  display: none;
  width: 100%;
  border-bottom: solid 6px #3d68c6; }

.faq-nav-item {
  flex: 1; }
  .faq-nav-item:not(:last-child) {
    padding-right: 8px; }

.faq-categories {
  background-color: #dfe5f5; }

.faq-category-title {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #ffc10e;
  padding: 12px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: -0.1px; }

.active > .faq-category-title {
  background-color: #3d68c6; }

.faq-items {
  display: none; }

.faq-category.active .faq-items {
  display: block; }

.faq-item {
  padding: 8px 25px; }
  .faq-item:nth-child(even) {
    background-color: #fff; }

.faq-question {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: block;
  cursor: pointer; }

.faq-answer {
  font-size: 14px;
  font-weight: 300;
  display: none; }
  .faq-answer p {
    margin-top: 16px; }

.faq-footer a {
  color: #fff;
  text-decoration: underline; }

@media (max-width: 767px) {
  .section-faq {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }
    .section-faq .section-title {
      margin-left: 25px; }
  .faq-category:not(.active):not(:last-child) {
    border-bottom: solid 2px #fff; }
  .faq-item:first-child {
    padding-top: 24px; }
  .faq-item:last-child {
    padding-bottom: 24px; } }

@media (min-width: 768px) {
  .faq-category-title {
    display: none; }
  .faq-nav {
    display: flex; }
    .faq-nav .faq-category-title {
      display: block; }
  .faq-items {
    padding: 23px;
    padding-top: 30px;
    padding-bottom: 40px; }
  .faq-item {
    max-width: 725px;
    padding-right: 18px; }
  .faq-question {
    position: relative; }
    .faq-question::after {
      content: '+';
      position: absolute;
      right: 0;
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      background-color: #ffc10e;
      color: white;
      text-align: center;
      font-size: 20px;
      line-height: 16px;
      text-indent: 2px; }
  .faq-item.open .faq-question::after {
    content: '-';
    font-size: 14px;
    text-indent: 1px; } }

/* ------------------------------------------nav */
.integrations-nav {
  padding: 0; }

.integrations-nav p {
  border-bottom: 6px solid #3e68c6;
  display: table;
  font-size: 0;
  width: 100%; }

.integrations-nav p br {
  display: none; }

.integrations-nav a {
  background: #ffc10e;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  color: #ffffff;
  display: table-cell;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 20px 5px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap; }

.integrations-nav a.active {
  background: #3e68c6;
  color: #ffffff; }

.integrations-nav a:first-of-type {
  border-left: 0; }

.integrations-nav a:last-of-type {
  border-right: 0; }

@media (max-width: 768px) {
  .integrations-nav p {
    display: block; }
  .integrations-nav a {
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #ffffff;
    display: block;
    float: left;
    width: 50%; } }

@media (max-width: 700px) {
  .integrations-nav a {
    white-space: normal;
    width: 100%; } }

/* ------------------------------------------/nav */
/* ------------------------------------------tab */
.integrations-tab {
  background: #dfe4f5;
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out; }

.integrations-tab.active {
  padding: 30px; }

.integrations-tab.active {
  max-height: 10000px;
  opacity: 1; }

.integrations-tab .widget_sow-image {
  float: left;
  width: 25%; }

.integrations-tab .sow-image-container {
  align-items: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  margin: 0 15px 30px;
  min-height: 80px;
  text-align: center; }

.integrations-tab .sow-image-container img {
  height: auto !important;
  margin: 10px auto;
  max-width: 80% !important; }

@media (max-width: 768px) {
  .integrations-tab .widget_sow-image {
    width: 50%; } }

/* ------------------------------------------/tab */
.shell {
  max-width: 970px; }

.intro-tertiary.trial-page .shell {
  padding-bottom: 20px; }

.trial-form-block {
  padding: 32px 0 64px 0; }
  .trial-form-block .trial-form-heading {
    font-size: 28px;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 400; }
  .trial-form-block .background-block_form {
    background-color: #3d68c6;
    min-height: 550px;
    padding: 18px 0 18px 18px;
    display: table;
    width: 100%;
    overflow: hidden; }
  .trial-form-block .form-white {
    width: 40%;
    background: #fff;
    height: 100%;
    display: inline-block;
    min-height: 514px;
    display: table-cell;
    vertical-align: top; }
  .trial-form-block .image_right {
    width: 60%;
    display: table-cell;
    text-align: right;
    vertical-align: bottom; }
    .trial-form-block .image_right img {
      width: 104%;
      margin-bottom: -18px;
      margin-right: -30px; }
  @media (max-width: 1100px) {
    .trial-form-block .form-white {
      min-width: 350px; }
    .trial-form-block .shell {
      padding: 0 20px; } }
  @media (max-width: 640px) {
    .trial-form-block .form-white {
      display: block;
      min-width: calc(100% - 18px);
      z-index: 2;
      margin-top: 80px;
      position: relative; }
    .trial-form-block .background-block_form {
      display: block;
      position: relative; }
    .trial-form-block .image_right {
      display: block;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      z-index: 1; }
      .trial-form-block .image_right img {
        width: 50%;
        margin: 0 auto;
        display: inline-block; } }

@media (min-width: 945px) {
  .page-template-landing-page-in-site-context .section-form-content {
    float: left;
    margin-right: 2%;
    width: 48%; }
  .page-template-landing-page-in-site-context .section-form-aside {
    float: right;
    margin-left: 10%;
    width: 40%; } }

@media (max-width: 944px) {
  .page-template-landing-page-in-site-context .section-form-aside {
    margin-top: 20px; } }

.page-template-landing-page-in-site-context .section-form ul {
  list-style-type: none; }

.page-template-pricing-faq .section-packages {
  padding-bottom: 0; }

.page-template-pricing-faq .bdb * {
  box-sizing: border-box; }

.page-template-pricing-faq .planet__title {
  border-bottom: 2px solid #ffc10e;
  margin: 0 10px 10px;
  padding: 0 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: bold; }

.page-template-pricing-faq .planet__price.planet__price--free {
  display: block;
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: -8px; }

.page-template-pricing-faq .card__planet--enterprise {
  background: #ffc10e;
  color: #3366cc; }

.page-template-pricing-faq .card__planet--enterprise .planet__title,
.page-template-pricing-faq .card__planet--enterprise .btn__default {
  font-weight: 600; }

.page-template-pricing-faq .card__planet--enterprise .planet__title {
  border: 0 none;
  padding: 0;
  margin: 0;
  font-size: 34px; }

.page-template-pricing-faq .card__planet--enterprise .planet__devs {
  font-family: 'Roboto', sans-serif;
  font-size: 24px; }

.page-template-pricing-faq .card__planet--enterprise .planet__devs-type {
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  font-weight: normal; }

.page-template-pricing-faq .card__planet--enterprise .btn__default {
  margin: 0 auto;
  background: #3366cc;
  font-size: 20px; }

.page-template-pricing-faq .card__planet--enterprise .btn__default:hover,
.page-template-pricing-faq .card__planet--enterprise .btn__default:active,
.page-template-pricing-faq .card__planet--enterprise .btn__default:focus {
  background: #f6a21a; }

@media (min-width: 768px) {
  .page-template-pricing-faq .card__planet--enterprise {
    flex: 0 0 calc((100% - 20px) / 2);
    margin-top: 20px; } }

@media (min-width: 1024px) {
  .page-template-pricing-faq .card__planet--enterprise {
    flex: 0 0 50%;
    flex: 0 0 calc((100% - 15px) / 2); }
  .page-template-pricing-faq .card__planet--enterprise .btn__default {
    max-width: 75%; } }

.page-template-pricing-faq-2 .section-packages .shell > .section-title {
  font-size: 36px;
  font-weight: 500;
  text-align: left;
  margin-top: 80px; }

.page-template-pricing-faq-2 .cards .card {
  padding: 0; }

.page-template-pricing-faq-2 .cards .card__header,
.page-template-pricing-faq-2 .cards .card__content,
.page-template-pricing-faq-2 .cards .card__footer {
  padding: 10px; }

.page-template-pricing-faq-2 .cards .card__header,
.page-template-pricing-faq-2 .cards .card__footer {
  background-color: #2d4992; }

.page-template-pricing-faq-2 .cards .card__content {
  margin: 0; }

.page-template-pricing-faq-2 .cards .planet__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }

.page-template-pricing-faq-2 .cards .planet_image {
  width: auto;
  margin-bottom: 50px; }

.page-template-pricing-faq-2 .cards .planet__devs-type {
  margin: 0; }

.page-template-pricing-faq-2 .cards .planet__price-period {
  margin-bottom: 31px; }

.page-template-pricing-faq-2 .cards .btn__default {
  line-height: 40px;
  color: #4e68c1;
  padding-top: 3px;
  padding-bottom: 3px; }

.page-template-pricing-faq-2 .cards .card:nth-child(1) .planet_image {
  margin-top: 52px;
  height: 84px;
  margin-left: 10px; }

.page-template-pricing-faq-2 .cards .card:nth-child(2) .planet_image {
  margin-top: 35px;
  height: 101px;
  margin-left: 10px; }

.page-template-pricing-faq-2 .cards .card:nth-child(3) .planet_image {
  margin-top: 30px;
  height: 106px; }

.page-template-pricing-faq-2 .cards .card__planet--enterprise .card__content {
  padding: 0; }

.page-template-pricing-faq-2 .cards .card__planet--enterprise .planet_image {
  width: 100%;
  margin: 0; }

.page-template-pricing-faq-2 .cards .card__planet--enterprise .planet__devs-type {
  margin-bottom: 4px; }

.page-template-pricing-faq-2 .cards .card__planet--enterprise .btn__default {
  line-height: 1; }

.page-template-pricing-faq-2 .optional-features {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .page-template-pricing-faq-2 .optional-features {
      margin-top: 20px; } }

#whatsnews-content table {
  display: block;
  width: 100%; }
  #whatsnews-content table tr td:first-child {
    width: 250px; }
    #whatsnews-content table tr td:first-child img {
      max-width: 100%; }

@media (max-width: 768px) {
  #whatsnews-content table {
    display: block;
    width: 100%; }
    #whatsnews-content table tr {
      display: block;
      width: 100%; }
      #whatsnews-content table tr td {
        display: block;
        width: 100%;
        text-align: center; }
        #whatsnews-content table tr td:first-child {
          width: 100%; }
          #whatsnews-content table tr td:first-child img {
            display: block;
            margin: 0 auto 20px; }
  #whatsnews-content ul {
    padding-left: 0 !important; } }

@media (max-width: 660px) {
  .page-id-266 #pgc-266-0-0 {
    width: 100%; } }

@media (max-width: 768px) {
  .page-id-266 .wrapper {
    margin-top: 23px; }
  .page-id-266 #pg-266-0 {
    padding-bottom: 30px;
    display: block !important; } }

.shell {
  max-width: 970px; }

.intro-tertiary.trial-page .shell {
  padding-bottom: 20px; }

.trial-form-block {
  padding: 32px 0 64px 0; }
  .trial-form-block .trial-form-heading {
    font-size: 28px;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 400; }
  .trial-form-block .background-block_form {
    background-color: #3d68c6;
    min-height: 550px;
    padding: 18px 0 18px 18px;
    display: table;
    width: 100%;
    overflow: hidden; }
  .trial-form-block .form-white {
    width: 40%;
    background: #fff;
    height: 100%;
    display: inline-block;
    min-height: 514px;
    display: table-cell;
    vertical-align: top; }
  .trial-form-block .image_right {
    width: 60%;
    display: table-cell;
    text-align: right;
    vertical-align: bottom; }
    .trial-form-block .image_right img {
      width: 104%;
      margin-bottom: -18px;
      margin-right: -30px; }
  @media (max-width: 1100px) {
    .trial-form-block .form-white {
      min-width: 350px; }
    .trial-form-block .shell {
      padding: 0 20px; } }
  @media (max-width: 640px) {
    .trial-form-block .form-white {
      display: block;
      min-width: calc(100% - 18px);
      z-index: 2;
      margin-top: 80px;
      position: relative; }
    .trial-form-block .background-block_form {
      display: block;
      position: relative; }
    .trial-form-block .image_right {
      display: block;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      z-index: 1; }
      .trial-form-block .image_right img {
        width: 50%;
        margin: 0 auto;
        display: inline-block; } }

.single-career .article {
  margin-top: 100px; }

.single-career .article-head {
  margin-bottom: 40px; }

.single-career .article-title {
  margin-bottom: 30px;
  padding: 0;
  color: #000;
  font-family: 'Raleway';
  font-weight: 700;
  letter-spacing: 0;
  font-size: 36px; }

.single-career .career-location {
  font-size: 24px; }

.single-career .share-title {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right; }

.single-career .share-buttons {
  padding-left: 20px;
  padding-right: 20px;
  text-align: right; }

@media (max-width: 1050px) {
  .single-career .main .shell {
    padding-left: 20px;
    padding-right: 20px; }
  .single-career .article-share {
    margin-bottom: 40px; } }

@media (min-width: 1050px) {
  .single-career .article {
    position: relative; }
  .single-career .article-head {
    margin-right: 385px; }
  .single-career .article-share {
    width: 385px;
    position: absolute;
    top: 0;
    right: 0; } }

.section-career-filters {
  background-color: #fff;
  padding-bottom: 0; }
  .section-career-filters .section-title {
    font-size: 64px;
    font-weight: 500; }
  .section-career-filters .career-filters-form {
    background-color: #dfe5f5;
    margin-top: 20px;
    padding: 20px; }
    .section-career-filters .career-filters-form .btn-submit {
      border: 0;
      padding: 10px 40px;
      min-width: 0;
      font-size: 20px;
      background: #fec10e; }
      .section-career-filters .career-filters-form .btn-submit:hover {
        background: #4e68c1; }
  .section-career-filters .career-filter {
    position: relative; }
    .section-career-filters .career-filter::after {
      content: '';
      width: 0;
      height: 0;
      border-left: solid 12px transparent;
      border-right: solid 12px transparent;
      border-top: solid 12px #fec10e;
      position: absolute;
      top: 40%;
      right: 15px;
      pointer-events: none; }
  .section-career-filters .career-filter-select {
    font-size: 20px;
    color: #252b35;
    border: 0;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 40px;
    padding-left: 20px;
    padding-right: 40px;
    width: 100%; }
  @media (max-width: 767px) {
    .section-career-filters .career-filter {
      margin-bottom: 15px; } }
  @media (min-width: 768px) {
    .section-career-filters .career-filters-form {
      display: flex; }
      .section-career-filters .career-filters-form .career-filter-department {
        flex: 0 1 66.66666%;
        max-width: 66.66666%;
        margin-right: 15px; }
      .section-career-filters .career-filters-form .career-filter-location {
        flex: 0 1 33.33333%;
        max-width: 33.33333%;
        margin-right: 15px; }
      .section-career-filters .career-filters-form .btn-submit {
        flex: 0 0 auto; } }

.section-careers {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
  .section-careers .careers-wrapper {
    background-color: #4e68c1;
    padding: 40px 0;
    margin-top: 30px; }
  .section-careers .count {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px; }
  .section-careers .careers {
    list-style: none;
    margin: 0;
    padding: 0; }
  .section-careers .career .anchor {
    display: block;
    padding: 20px 40px;
    background-color: #fff;
    border-left: solid 8px #fec10e;
    height: 100%; }
  .section-careers .career .title,
  .section-careers .career .location {
    display: block; }
  .section-careers .career .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500; }
  .section-careers .career .location {
    font-size: 16px;
    color: #252b35;
    margin-top: 6px; }
  .section-careers .careers {
    margin-left: 20px;
    margin-right: 20px; }
  @media (max-width: 767px) {
    .section-careers .career:not(:last-child) {
      margin-bottom: 20px; }
    .section-careers .count {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 768px) {
    .section-careers .careers-wrapper .shell {
      padding-left: 15px;
      padding-right: 15px; }
    .section-careers .careers {
      display: flex;
      flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: -30px;
      max-height: 616px;
      overflow-y: auto; }
    .section-careers .career {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; } }
  @media (min-width: 1136px) {
    .section-careers .careers-wrapper .shell {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1050px) {
    .section-careers .career {
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }

.section-header-image {
  padding: 0;
  background-color: #4e68c1; }
  .section-header-image .background-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.section-heading {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0; }
  .section-heading .heading {
    font-size: 28px; }

.page-template-default .section-intro .shell h1.section-title,
.page-template-about .section-intro .shell h1.section-title,
.page-template-team .section-intro .shell h1.section-title,
.page-template-how-works .section-intro .shell h1.section-title,
.page-template-pricing-faq .section-intro .shell h1.section-title,
.page-template-future-pricing-plans .section-intro .shell h1.section-title {
  position: absolute;
  font-size: 25px;
  top: calc(50% + 20px);
  transform: translateY(-50%);
  left: 15px;
  color: #fff;
  font-weight: 500; }
  @media (min-width: 991px) {
    .page-template-default .section-intro .shell h1.section-title,
    .page-template-about .section-intro .shell h1.section-title,
    .page-template-team .section-intro .shell h1.section-title,
    .page-template-how-works .section-intro .shell h1.section-title,
    .page-template-pricing-faq .section-intro .shell h1.section-title,
    .page-template-future-pricing-plans .section-intro .shell h1.section-title {
      left: 0;
      font-size: 50px;
      font-weight: 300;
      max-width: 80%; } }

.section-hero {
  color: #fff;
  background-color: #4e68c1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .section-hero .heading,
  .section-hero .sub-heading {
    max-width: 800px; }
  .section-hero .heading {
    font-size: 80px;
    font-weight: 400; }
  .section-hero .sub-heading {
    font-size: 48px;
    font-weight: 400;
    line-height: 72px; }

.section-image-and-text {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-image-and-text .picture {
    display: block; }
  .section-image-and-text .text p {
    margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .section-image-and-text .shell {
      display: flex; }
    .section-image-and-text .picture {
      flex: 0 0 auto; }
    .section-image-and-text .text {
      flex-grow: 1;
      padding-left: 2rem; } }
  @media (max-width: 767px) {
    .section-image-and-text .text {
      margin-top: 2rem; } }

.section-slider {
  background-color: #fff; }
  .section-slider .slides {
    background-color: #4e68c1;
    margin-top: 50px;
    margin-bottom: 25px;
    position: relative; }
  .section-slider .picture {
    display: block;
    text-align: center; }
    .section-slider .picture .image {
      max-width: 100%;
      display: inline-block; }
  .section-slider .slick-prev,
  .section-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc( 50% - 2px);
    display: block;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    width: 18px;
    height: 30px;
    margin: 10px 16px;
    z-index: 10; }
    .section-slider .slick-prev:before, .section-slider .slick-prev:after,
    .section-slider .slick-next:before,
    .section-slider .slick-next:after {
      content: '';
      width: 21px;
      height: 4px;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      right: 3px;
      box-shadow: inset 0 0 0 48px;
      transform-origin: right; }
    .section-slider .slick-prev:before,
    .section-slider .slick-next:before {
      transform: rotate(45deg);
      top: 4px; }
    .section-slider .slick-prev:after,
    .section-slider .slick-next:after {
      transform: rotate(-45deg); }
  .section-slider .slick-prev {
    left: 10px;
    transform: rotate(180deg); }
  .section-slider .slick-next {
    right: 10px; }
  .section-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    .section-slider .slick-dots li {
      position: relative;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 5px;
      padding: 0;
      cursor: pointer; }
      .section-slider .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 12px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent; }
        .section-slider .slick-dots li button::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          opacity: 0.5;
          background-color: #fff; }
      .section-slider .slick-dots li.slick-active button::before {
        opacity: 1; }
  @media (max-width: 1050px) {
    .section-slider .text {
      padding-left: 20px;
      padding-right: 20px; } }

.section-tabs-generic {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 0; }
  .section-tabs-generic .tabs-nav {
    display: none;
    width: 100%; }
  .section-tabs-generic .tabs-nav-item {
    flex: 1; }
    .section-tabs-generic .tabs-nav-item:not(:last-child) {
      padding-right: 18px; }
  .section-tabs-generic .tabs {
    background-color: #3d68c6;
    color: #fff; }
  .section-tabs-generic .tabs-title {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #ffc10e;
    padding: 24px 12px;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: -0.1px; }
  .section-tabs-generic .active > .tabs-title {
    background-color: #3d68c6; }
  .section-tabs-generic .tabs-nav .tabs-title {
    border-bottom: solid 16px #fff; }
  .section-tabs-generic .tabs-nav .active > .tabs-title {
    border-bottom: solid 16px #3d68c6; }
  .section-tabs-generic .tab-content {
    display: none; }
  .section-tabs-generic .tab.active .tab-content {
    display: block; }
  .section-tabs-generic .tab ol {
    list-style: decimal;
    padding-left: 40px; }
  @media (max-width: 767px) {
    .section-tabs-generic {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0; }
      .section-tabs-generic .tab:not(.active):not(:last-child) {
        border-bottom: solid 2px #fff; }
      .section-tabs-generic .tab-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 16px;
        padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .section-tabs-generic .tabs-title {
      display: none; }
    .section-tabs-generic .tabs-nav {
      display: flex; }
      .section-tabs-generic .tabs-nav .tabs-title {
        display: block; }
    .section-tabs-generic .tab-content {
      padding: 40px 44px; } }

.section-testimonials {
  background-color: #fff; }
  .section-testimonials .testimonials {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px; }
  .section-testimonials .testimonial {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .section-testimonials .testimonials {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1050px) {
    .section-testimonials .testimonial {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 520px) {
    .section-testimonials .testimonial {
      display: flex; }
      .section-testimonials .testimonial .image {
        flex: 0 0 35%;
        max-width: 35%; }
      .section-testimonials .testimonial .quote {
        height: 280px;
        flex: 0 0 65%;
        max-width: 65%; } }
  .section-testimonials .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 280px; }
  .section-testimonials .quote {
    background-color: #4e68c1;
    color: #fff;
    padding: 20px;
    letter-spacing: 0; }
    .section-testimonials .quote .text {
      font-size: 16px;
      margin-bottom: 20px; }
    .section-testimonials .quote .author {
      font-size: 14px;
      font-weight: bold; }
    .section-testimonials .quote .title {
      font-size: 12px; }
    .section-testimonials .quote::before {
      content: '';
      display: block;
      width: 51px;
      height: 43px;
      background-image: url("/wp-content/themes/whitesource/images/quote.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      margin-bottom: 10px; }

.section-text-and-image {
  background-color: #fff; }
  .section-text-and-image .picture {
    display: block;
    text-align: center;
    margin-top: 40px; }
    .section-text-and-image .picture .image {
      max-width: 100%; }

.section-text-strip {
  padding: 30px 0;
  background-color: #2d4992;
  color: #fff;
  font-size: 26px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .section-text-strip {
      display: none; } }
  @media (max-width: 1050px) {
    .section-text-strip .shell {
      padding-left: 20px;
      padding-right: 20px; } }

.section-text {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-text p {
    margin-bottom: 1rem; }

