body {
  margin: 0;
  font-size: 14px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #444444;
}

p {
  margin: 0 0 20px;
}

.no-gutter {
  padding: 0;
}

h1, h2, h3, h4.h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 36px;
}

.popover-content {
  font-weight: 400;
}

.body-wrapper {
  width: 100%;
  float: left;
}

img {
  outline-style: none;
  text-decoration: none;
  border: 0;
}

.row {
  width: 100%;
  margin: 0;
}

.margin-center {
  margin: 0 auto;
}

a {
  color: #2e2e4e;
  text-decoration: none;
}

a:hover {
  color: #0d7487;
  text-decoration: none;
}

h3 a {
  color: #000;
}

input {
  -webkit-tap-highlight-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.alignright {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

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

.space-bottom {
  padding-bottom: 20px !important;
}

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

.container {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.aligncenter {
  text-align: center;
}

#searchspring .container {
  position: unset;
}

#tmx_tags_iframe {
  display: none;
}

.main-cont {
  min-height: 400px;
}

.icon-sprite {
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/icon-sprite.png");
}

.grid-full-width > div {
  width: 100%;
}

.grid-4-equal > div {
  width: 285px;
  height: 200px;
  float: left;
}

.grid-4-equal > div img {
  max-width: none;
}

.grid-4-equal > div + div {
  margin-left: 20px;
}

section + section {
  margin-top: 33px;
}

section + div {
  margin-top: 20px;
}

.section-header .title {
  font: normal 30px/1 TrajanProBold;
}

ul {
  padding-left: 0;
}

ul li {
  list-style-type: none;
}

ul.list-inline li {
  display: inline-block;
}

.item ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
}

.content-slider li {
  text-align: center;
  color: #FFF;
}

.content-slider h3 {
  margin: 0;
  padding: 70px 0;
}

.slider-inner {
  width: 100%;
}

.main-btn {
  border: 0;
  font-size: 14px;
  color: #ffffff;
  height: 33px;
  flex-grow: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
  background: #2A8354;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.main-btn:hover {
  -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  transition-duration: .3s;
  border: none;
  text-align: center;
}

.butn_notify {
  background-color: #e6c777;
  height: auto;
  color: #444;
  line-height: 33px;
  margin-top: 15px;
  font-weight: 400;
}

.butn_notify:hover {
  background: #ffde99;
}

.in-stock-info, .ira-approved-label, .out-of-stock-info, .pre-sale-info {
  color: #fff;
  background: #34A267;
  float: left;
  border-radius: 3px;
  margin-right: 5px;
}

.out-of-stock-info {
  background: #f29940;
}

.pre-sale-info {
  background: #41416e;
}

.in-stock-info span, .out-of-stock-info span, .pre-sale-info span {
  padding: 3px 5px;
}

.ira-approved-label span {
  padding: 3px 5px 3px 0;
}

.ira-approved-label .fa-check {
  margin-left: 5px;
}

.in-stock {
  background: #f3f3f3;
  color: #444;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  text-decoration: none !important;
}

.in-stock-alert-box a{
  width: 100%;;
}

.stock-alert-btn {
  color: #e6c777;
  background-color: #e6c777;
  height: 33px;
  margin-left: 0!important;
  width: 100%;
}

.stock-alert-btn:hover {
  background: #ffde99;
}

.x-out-of-stock {
  font-size: 20px !important;
  color: #000000 !important;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#698090 0%, #698090 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #698090;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #698090;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #000;
}

input {
  font-size: 14px;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus {
  outline: 0;
}

.nopad {
  padding: 0 !important;
}

.header-bar-text {
  font-size: 14px;
  color: #2e2e4e;
  line-height: 20px;
  margin-left: 10px;
}

.header .toolbar {
  background-color: #f3f3f3;
  width: 100%;
  height: 40px;
  text-transform: uppercase;
}

.header.fixed .toolbar {
  height: 0;
}

.header .toolbar .container > div {
  width: auto;
}

.header .toolbar .container .toolbar-left {
  float: left;
  margin-top: 11px;
}

.header.fixed .toolbar .container .toolbar-left, .header.fixed .toolbar .container .toolbar-center {
  display: none;
}

.header .toolbar .container .toolbar-center {
  float: left;
  margin-left: 270px;
  margin-top: 11px;
}

.header .toolbar .container .toolbar-left img {
  width: 398px;
}

.header .toolbar .container .toolbar-right {
  float: right;
}

.header.fixed .toolbar .container .toolbar-right {
  float: right;
  position: absolute;
  right: 0;
  z-index: 2;
}

.header .toolbar .container .toolbar-right .login {
  height: 40px;
  padding-top: 4px;
}

.header .toolbar .container .toolbar-right #loginaccounts>a {
  position: relative;
  top: 5px;
}

.header.fixed .toolbar .container .toolbar-right #loginaccounts {
  border-left: solid thin #ccc;
  border-bottom: solid thin #ccc;
  background-color: #f3f3f3;
}

.header.fixed .toolbar .container .toolbar-right .login a {
  color: #444;
}

.header .toolbar .container .toolbar-right ul {
  margin: 0;
  position: relative;
}

.login a:hover {
  color: #444 !important;
}

.hidden-span,.hidden-label{
  display: none!important;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper {
  display: none;
  background: #fff;
  width: 400px;
  position: absolute;
  top: 40px;
  right: 0;
  border: 1px solid #b7b7b7;
  border-radius: 0 0 3px 3px;
  z-index: 99999;
}

.header .toolbar .container .toolbar-right ul li .minicart-empty {
  width: 300px;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-top {
  padding: 15px 20px 0;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-top div:last-child {
  border-bottom: none;
}

.minicart-header {
  padding: 10px 0;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-header div[class*="item-"] {
  display: inline-block;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-header .item-list {
  width: 68%;
  text-align: left;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-header .item-price-list {
  width: 30%;
  text-align: center;
  padding-left: 10px;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details div[class*="item-"] {
  display: inline-block;
  vertical-align: middle;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-image {
  width: 10%;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-name {
  width: 60%;
  padding-left: 10px;
  color: #2e2e4e;
}

.minicart-item-details .item-price {
  float: right;
  width: 80px;
  margin-top: 10px;
  margin-right: 15px;
  text-align: right !important;
}

.minicart-item-details p {
  margin: 10px 0 15px;
  line-height: 17px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-price .icon-close {
  margin-left: 16px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  padding: 2px 4px 3px 4px;
  cursor: pointer;
  background-color: #eaeaea;
  color: #34A267;
}

.checkoutmini {
  float: right;
}

.checkoutmini button {
  height: 35px;
  border: none;
  width: 117px;
}

.welcome-message {
  font-size: 14px;
  color: #2e2e4e;
  display: inline-block;
  line-height: 20px;
  padding: 7px 15px;
}

.header .toolbar .container .toolbar-right ul li > a {
  padding: 0 15px;
  color: #2e2e4e;
}

.fa-check-circle {
  font-size: 20px !important;
  vertical-align: text-top;
}

.header .toolbar .container .toolbar-right ul li > a .fas {
  color: #0d7487;
  margin-right: 7px;
  margin-top: 3px;
}

.header .toolbar .container .toolbar-right ul li.cart {
  float: right;
  background-color: #34A267;
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 0 15px;
  height: 40px;
  font-weight: 600;
}

.header.fixed .toolbar .container .toolbar-right ul li.cart {
  border-bottom: solid thin #34A267;
}

.header .toolbar .container .toolbar-right ul li.cart.active .minicart-wrapper {
  display: block;
}

.header .toolbar .container .toolbar-right ul li.cart.active a span.items-in-cart {
  background-color: #444444;
}

#mycart {
  text-align: center;
  color: #ffffff;
}

#mycart>span {
  position: relative;
  top: -3px;
}

.header .toolbar .container .toolbar-right ul li.cart a, .header.fixed .utility-bar .container .list-inline > li.cart a {
  padding: 0;
  display: block;
  text-transform: capitalize;
}

.header .toolbar .container .toolbar-right ul li.cart a .fas {
  color: #ffffff;
  margin-top: 8px;
  margin-right: 7px;
  font-size: 22px;
}

.header .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  background-color: #444444;
  border-radius: 50%;  /* border-radius: 100px; */
  color: #fff;
  padding: 3px 4px;
  font-size: 11px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: relative;
  top: -6px;
  font-weight: 600;
}

.header .utility-bar .container .list-inline {
  display: table;
  margin: 3px 0;
  width: 100%;
}

.header .utility-bar .container .list-inline > li {
  display: table-cell;
  vertical-align: middle;
}

.header .utility-bar .container .list-inline > li .minicart-wrapper {
  display: none;
  background: #fff;
  z-index: 99999;
  width: 400px;
  position: absolute;
  top: auto;
  border: 1px solid #b7b7b7;
  border-radius: 3px;
  top: 40px;
  right: -1px;
  border-top-color: transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.header .utility-bar .container .list-inline > li .minicart-empty {
  width: 300px;
}

.minicart-top {
  padding: 15px 20px 0;
}

.empty-cart-message {
  padding-top: 20px;
  text-align: center;
}

.empty-cart-message p {
  font-weight: 600;
}

.minicart-top div:last-child {
  border-bottom: none;
}

.minicart-header div[class*="item-"] {
  display: inline-block;
}

.minicart-header .item-list {
  width: 68%;
  text-align: left;
}

.minicart-header .item-price-list {
  width: 30%;
  padding-left: 10px;
}

.minicart-item-details {
  padding: 0;
  height: 60px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.minicart-item-details div[class*="item-"] {
  display: inline-block;
  vertical-align: middle;
}

.minicart-item-details .item-image {
  width: 10%;
}

.minicart-item-details .item-name {
  width: 60%;
  padding-left: 10px;
  color: #114e87;
}

.minicart-item-details .item-price .icon-close {
  margin-left: 10px;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  padding: 2px 4px 3px 4px;
  cursor: pointer;
  background-color: #eaeaea;
  color: #34A267;
}

.minicart-bottom-section {
  border-top: solid 1px #ccc;
  background-color: #eaeaea;
}

.minicart-bottom-section .btm-section-wrapper {
  padding: 15px 15px 15px 20px;
  width: 100%;
}

.minicart-bottom-section div {
  display: inline-block;
  text-align: left;
}

.minicart-bottom-section div.edit {
  margin-top: 8px;
  width: 18%;
  margin-right: 5px;
}

.minicart-bottom-section div.edit a {
  color: #0d7487;
  text-transform: capitalize;
}

.minicart-bottom-section div.total {
  margin-top: 8px;
  width: 150px;
}

.minicart-bottom-section div.total p {
  margin: 0;
  font: 700 15px;
}

.minicart-bottom-section div.total span {
  margin-left: 5px;
}

.minicart-bottom-section div.checkout {
  width: 35%;
}

.minicart-bottom-section div.checkout button {
  height: 35px;
  border: none;
  width: 117px;
}

.header .utility-bar .container .list-inline > li.logo {
  display: block;
  padding: 0;
}

.header .utility-bar .container .list-inline > li.logo img {
  width: 250px;
}

.header .utility-bar .container .list-inline > li.logo-fixed {
  display: none;
}

.header .utility-bar .container .list-inline > li.logo-fixed img {
  width: auto;
}

.header .utility-bar .container .list-inline > li.search-bar {
  position: relative;
  width: 735px;
  height: 35px;
}

.header .utility-bar .container .list-inline > li.search-bar input {
  width: 100%;
  height: 35px;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 5px 0 5px 15px !important;
}

.header .utility-bar .container .list-inline > li.search-bar input::placeholder, li.search-bar input:-ms-input-placeholder, li.search-bar input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.header .utility-bar .container .list-inline > li.search-bar .floating-label {
  display: none !important;
}

.header .utility-bar .container .list-inline > li.search-bar button {
  position: absolute;
  right: 0;
  background-color: #34A267;
  color: #ffffff;
  font-size: 18px;
  height: 35px;
  width: 35px;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.header .utility-bar .container .list-inline > li.shipping-info {
  width: 211px;
  padding-left: 25px;
}

.header .utility-bar .container .list-inline > li.shipping-info > div {
  float: left;
}

.header .utility-bar .container .list-inline > li.shipping-info > div img {
  width: auto;
  -moz-transform: translate(0, 4px) rotate(0);
  -ms-transform: translate(0, 4px) rotate(0);
  -o-transform: translate(0, 4px) rotate(0);
  -webkit-transform: translate(0, 4px) rotate(0);
  transform: translate(0, 4px) rotate(0);
}

.header .utility-bar .container .list-inline > li.shipping-info > div.shipping-info-left {
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/icon-sprite.png");
  width: 57px;
  height: 41px;
  background-position: 344px -2px;
}

.header .utility-bar .container .list-inline > li.shipping-info > div.shipping-info-right {
  margin-left: 5px;
  margin-top: 6px;
}

.header .utility-bar .container .list-inline > li.shipping-info > div.shipping-info-right > div a {
  color: #000;
  text-decoration: none;
}

.header .utility-bar .container .list-inline > li.shipping-info > div.shipping-info-right > div:first-child {
  text-transform: uppercase;
  font: 400 16px/1;
  font-weight: 600;
  font-style: italic;
}

.header .utility-bar .container .list-inline > li.shipping-info > div.shipping-info-right > div:last-child {
  text-transform: uppercase;
  font: 400 14px/1;
  margin-top: 4px;
  font-style: italic;
}

.header .utility-bar .container .list-inline > li.contact > div {
  text-align: right;
}

.header .utility-bar .container .list-inline > li.contact > div.timings {
  font: 400 14px/20px;
}

.header .utility-bar .container .list-inline > li.contact > div.number {
  font: 400 23px/26px;
  font-weight: 600;
}

.header .utility-bar .container .list-inline > li.contact > div.chat {
  font: 400 14px/1;
}

.header .utility-bar .container .list-inline > li.contact > div.chat i {
  color: #13365c;
  margin-right: 8px;
  font-size: 18px;
}

.header .utility-bar .container .list-inline > li.contact > div.chat a {
  color: #0d7487;
  text-decoration: underline;
}

.header .utility-bar .container .list-inline > li.contact > div.chat a:hover {
  color: #13365C;
}

/*-----------head nav starts here---------------*/
.header .main-nav {
  float: left;
  width: 100%;
  background: #f3f3f3;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#side-menu-open, #side-search {
  float: right;
  color: #0d7487;
  width: 50px;
  text-align: center;
  display: none;
  font-size: 30px;
  cursor: pointer;
  margin-top: 35px;
}

.header .side-nav {
  display: none;
  top: 0;
  position: fixed;
  width: 80%;
  background: #f3f3f3;
  z-index: 999;
  height: 100%;
  transition: left .5s;
  box-shadow: -2px 1px 16px 6px #444;
}

.header .side-nav ul {
  padding: 0;
  max-width: none;
}

.header .side-nav ul li, .side-nav-close {
  padding: 10px;
  border-bottom: solid thin #cccccc;
}

.header .side-nav ul li:hover {
  cursor: pointer;
  background: #fff;
}

.header .side-nav ul li a {
  color: #444;
  font-size: 15px;
}

.header .side-nav ul li:hover a {
  color: #0d7487;
}

.deals::before {
  content: '';
  background: url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/fire.png");
  position: relative;
  width: 16px;
  height: 14px;
  background-size: cover;
  display: inline-block;
  left: 2px;
}

.header .main-nav ul.list-inline > .deals > a {
  padding: 10px 15px 10px 5px;
  font-weight: 700;
  color: #0d7487;
}

.header .main-nav ul.list-inline > .deals::before {
  top: 12px;
}

.header .side-nav ul.list-inline > .deals::before {
  margin-right: 5px;
}

.header .side-nav ul.list-inline > .deals > a {
  font-weight: 700;
  color: #0d7487;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul {
  display: table;
  padding: 10px 0 10px;
}

.header .main-nav ul.list-inline {
  position: relative;
  text-align: center;
  display: flex;
  height: 42px;
  padding: 0;
}

.dropdown a {
  font-size: 18px;
  font-weight: 700;
  color: #494949;
  text-align: left;
  width: 100%;
  display: block;
  margin: 0;
  padding-bottom: 10px;
}

.sub-menu a {
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  padding-bottom: 3px;
  font-weight: 400;
}

.header .main-nav ul.list-inline li.contact.active .dropdown {
  right: 0;
  width: 20%;
  left: 80%;
}

.header .main-nav ul.list-inline > li {
  width: auto;
  flex-grow: 1;
  text-align: center
}

.header .main-nav ul.list-inline > li > a {
  text-transform: uppercase;
  color: #444;
  display: inline-block;
  padding: 10px 22px;
  vertical-align: top;
  font-size: 15px;
}

.header .main-nav ul.list-inline > li > a:hover {
  text-decoration: none;
}

.header .main-nav ul.list-inline > li > a img {
  width: 15px;
  margin-right: 5px;
}

.header .main-nav ul.list-inline > li .dropdown {
  display: none;
  border: none;
  position: absolute;
  padding: 0 5px 5px 5px;
  left: -5px;
  z-index: 99;
  top: 42px;
  width: calc(100% + 10px);
  overflow: hidden;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content {
  position: relative;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li {
  display: table-cell;
  width: auto;
  float: none;
  text-align: center;
}

.header .main-nav ul.list-inline > .ira .dropdown .dropdown-content > ul {
  display: block;
}

.header .main-nav ul.list-inline > .ira .dropdown .dropdown-content > ul > li {
  text-align: left;
  width: 100%;
  float: left;
}

.ira-top p {
  margin: 0;
  font-size: .8em;
  color: #444;
  padding: 5px 0 !important;
  border-bottom: solid thin #e8cc79;
}

.ira .dropdown a {
  padding-bottom: 0;
}

.ira-top li {
  display: block !important;
}

.ira-top ol {
  padding-left: 20px;
  margin: 10px 0;
}

.ira-content-1 {
  margin: 5px 0 10px;
}

.ira-bottom {
  padding: 10px 30px 5px;
  margin-top: 15px;
}

.ira-bottom ul {
  border-top: solid thin #e8cc79;
  padding-top: 15px;
}

.ira-bottom-text {
  font-size: 18px;
  font-weight: 700;
}

.ira-bottom-links {
  float: right;
  padding: 5px 10px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #ccc;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-image {
  margin-bottom: 10px;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li a:hover {
  color: #0d7487;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-inner {
  padding-left: 30px;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-inner ul li.main-list-empty {
  margin: 0;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-inner ul li {
  text-align: left;
  width: 100%;
  padding-bottom: 5px;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-inner .sub-menu li {
  padding-bottom: 0;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-inner .sub-menu li a::before {
  content: "\f054";
  color: #9b9b9b;
  font-family: "Font Awesome 5 pro";
  font-weight: 600;
  font-size: 10px;
  margin-right: 5px;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-inner ul li.main-list > a {
  font-size: 16px;
  font-weight: 700;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content > ul > li .dropdown-inner ul li.main-list ul li a {
  font-weight: 400;
  font-size: 14px;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content .dropdown-promo {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 17px;
  background: #fff;
  border-top: 1px solid #ccc;
  width: 80.7%;
  text-align: center;
}

.header .main-nav ul.list-inline > li .dropdown .dropdown-content .dropdown-promo img {
  width: auto;
}

.header .main-nav ul.list-inline > li.active {
  background-color: #ffffff;
  cursor: pointer;
}

.header .main-nav ul.list-inline > li a:hover {
  color: #0D7487;
  text-decoration: none;
}

.header .main-nav ul.list-inline > li.active .dropdown {
  display: block;
}

.header .main-nav ul.list-inline > li.platinum .dropdown .dropdown-content > ul > li .dropdown-inner > ul > li.main-list > a {
  float: left;
  padding-bottom: 6px;
  width: 100%;
}

/*---end of header nav---*/
.header {
  min-width: 100%;
  background: #fff;
  height: auto;
  -moz-transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
  -o-transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
  -webkit-transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
  transition: top .3s ease-out, opacity .3s ease-out, visibility .3s ease-out;
}

.header.fixed.slide {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.header.fixed {
  position: fixed;
  top: -120px;
  left: 0;
  width: 100%;
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
}

.header.fixed .utility-bar .container .list-inline {
  display: table;
  table-layout: fixed;
  margin: 6px 0;
}

.header.fixed .utility-bar .container .list-inline > li {
  display: table-cell;
  vertical-align: middle;
  float: left;
}

.header.fixed .utility-bar .container .list-inline > li.logo {
  display: none;
}

.header.fixed .utility-bar .container .list-inline > li.logo-fixed {
  display: inline-block;
  width: 330px;
  padding: 0;
}

.header.fixed .utility-bar .container .list-inline > li.logo-fixed img {
  width: auto;
}

.header.fixed .utility-bar .container .list-inline > li.search-bar {
  margin-top: 5px;
  float: left;
  width: 440px;
}

.header.fixed .utility-bar .container .list-inline > li.search-bar input {
  height: 35px;
}

.header.fixed .utility-bar .container .list-inline > li.search-bar button {
  height: 35px;
}

.header.fixed .utility-bar .container .list-inline > li.shipping-info {
  margin-top: 6px;
  margin-left: 22px;
}

.header.fixed .utility-bar .container .list-inline > li.contact {
  display: none;
}

.header.fixed .utility-bar .container .list-inline > li.cart {
  padding: 7px 4px 10px 7px;
  height: 42px;
  width: 161px;
  margin-top: 4px;
  float: right;
  font-weight: 600;
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/cart-bg.png");
  background-repeat: repeat-x;
  border: 1px solid #ffca5e;
}

.header.fixed .utility-bar .container .list-inline > li.cart.active {
  background-image: none;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-bottom: 0;
}

.header.fixed .utility-bar .container .list-inline > li.cart.active .minicart-wrapper {
  display: block;
  margin-top: 15px;
  z-index: 99999;
}

.header.fixed .utility-bar .container .list-inline > li.cart.active a span.items-in-cart {
  background-color: #e4a714;
}

.header.fixed .utility-bar .container .list-inline > li.cart a .fas {
  color: #14253b;
  margin-top: 2px;
  margin-right: 7px;
  font-size: 22px;
}

.header.fixed .utility-bar .container .list-inline > li.cart a .items-in-cart {
  background-color: #c01313;
  border-radius: 100px;
  color: #ffffff;
  padding: 3px 5px 3px 0;
  font-size: 12px;
  font-weight: bold;
}

.header.fixed .utility-bar .container .list-inline > li.cart {
  border: medium none;
  width: 156px;
  position: relative;
}

.header.fixed .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  background-color: #444444;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 4px;
}

.header.fixed .utility-bar .container .list-inline > li.cart a .items-in-cart, .header .utility-bar .container .list-inline > li.cart a .items-in-cart {
  background-color: #c01313;
  border-radius: 100px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 4px;
  position: relative;
  top: -6px;
}

.header.fixed .utility-bar .container .list-inline > li.cart a .items-in-cart {
  position: relative;
  top: -7px;
}

.header .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  border-radius: 100px;
}

.header .main-nav ul.list-inline > li.silver .dropdown .dropdown-content > ul > li .dropdown-inner > ul.silver-coins {
  padding: 0 20px 0;
}

.header .toolbar .container .toolbar-right ul li.cart a .items-in-cart {
  padding: 3px  4px;
}

.header .main-nav ul.list-inline > li.copper .dropdown .dropdown-content > ul > li .dropdown-inner ul li.main-list > a {
  float: left;
  padding-bottom: 7px;
  width: 100%;
}

.header .main-nav ul.list-inline li.ira.active .dropdown {
  right: 65px;
}

.header .main-nav ul.list-inline li.contact.active .dropdown {
  right: 1px;
}

.ie .header .utility-bar .container .list-inline > li.search-bar button:not(:root) {
  top: 92%;
}

.ie .header.fixed .utility-bar .container .list-inline > li.search-bar button:not(:root) {
  top: 50%;
}

.chrome .header .main-nav ul.list-inline > li.contact > a {
  padding: 16px 22px;
}

.header.fixed .utility-bar .container .list-inline > li.logo-fixed img {
  max-width: 175px;
  width: auto;
}

img {
  max-width: 100%;
}

.ie11 body {
  overflow-x: hidden;
}

body.product-detal-page {
  float: left;
  width: 100%;
  position: relative;
}

.overlayer {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 8;
  display: none;
  top: 0;
}

.overlayer.overlay_active {
  display: block;
}

.utility-bar {
  width: 100%;
  float: left;
}

.spot-prices .red {
  background: #5d5454;
}

.spot-prices .green {
  background: #2d959a;
}

.spot-prices {
  background-color: #0d7487;
  text-transform: uppercase;
  z-index: 999;
  transition: bottom .3s;
  -webkit-transition: bottom .3s;
  -moz-transition: bottom .3s;
  -o-transition: bottom .3s;
}

.spot-prices div {
  padding: 10px 0px;
  display: inline-block;
  transition: background-color 0.5s ease;
}

.spot-prices a {
  color: #000000;
}

.spot-prices a:hover {
  text-decoration: none;
}

.spot-prices ul, .floating-spot .spot-prices ul {
  display: flex;
}

.spot-prices ul li, .floating-spot .spot-prices ul li {
  flex-grow: 1;
  padding: 0 20px 0 10px;
  font-size: 15px;
}

.spot-prices ul .typegold, .floating-spot .spot-prices ul .typegold {
  padding: 0 20px 0 0;
}

.spot-prices ul li:last-child {
  text-align: right;
}

.showcharts {
  cursor: pointer;
  text-align: right;
}

.charticon, .show-chart-arrow {
  color: #fff;
  margin-left: 5px;
}

.spot-prices ul li.title, .floating-spot .spot-prices ul li.title {
  padding-left: 18px !important;
  font-weight: 600 !important;
}

.spot-prices ul li .type, .floating-spot .spot-prices ul li .type {
  color: #ffffff;
}

.spot-prices ul li .price, .floating-spot .spot-prices ul li .price {
  margin-left: 5px;
  color: #ffffff;
}

.spot-prices ul li .change.pos {
  color: #6bcf99;
}

.spot-prices ul li .change.neg {
  color: #fd7979;
  font-weight: 700;
}

.spot-prices ul li .change i {
  margin-left: 5px;
  -moz-transform: translate(-2px, 0) rotate(0);
  -ms-transform: translate(-2px, 0) rotate(0);
  -o-transform: translate(-2px, 0) rotate(0);
  -webkit-transform: translate(-2px, 0) rotate(0);
  transform: translate(-2px, 0) rotate(0);
}

.floating-spot {
  display: none;
  margin-top: -5px;
}

.floating-spot .spot-prices .list-inline {
  table-layout: unset !important;
}

.floating-spot .spot-prices {
  border: none;
}

* {
  outline: none;
}

.promo-top-left {
  padding-left: 0;
}

.promo-top-right {
  padding-right: 0;
  padding-left: 0;
}

.featured-promo-container-2 {
  margin-top: 16px;
}

.homepage-midpage-promo img:hover {
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -webkit-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -moz-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -o-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  cursor: pointer;
}

#about-us-container {
  width: 100%;
  float: left;
}

#about-us-container .about {
  background: #f3f3f3;
  margin-bottom: 30px;
  padding: 30px 15px 50px;
  overflow: hidden;
}

#about-us-container .dip {
  background: #fff;
  border-radius: 0 0 80% 80%;
  position: relative;
  top: 30px;
  padding: 30px;
}

.homepage-section-title {
  margin-bottom: 30px;
}

#about-us-container .homepage-section-title h2 {
  background: #f3f3f3;
  margin-top: 40px;
}

#about-us-container .about-pm {
  background: #f3f3f3;
  margin-bottom: 30px;
  padding: 30px 15px 50px;
  overflow: hidden;
}

.about-container .pm-reviews {
  float: right;
  height: 370px;
  padding-top: 20px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -webkit-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -moz-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  -o-box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
}

.pm-excerpt p {
  margin-bottom: 20px;
  font-size: 18px;
}

.series .section-header {
  width: 100%;
}

.series > div:not(.section-header) {
  width: 386px;
  height: 300px;
  float: left;
  position: relative;
}

.series > div:not(.section-header) img {
  border-radius: 2px;
}

.series > div:not(.section-header) + div {
  margin-left: 21px;
}

.series > div:not(.section-header) .ribbon span {
  background: linear-gradient(#f6bd30 0%, #f6bd30 100%);
  color: #000;
  font-size: 15px;
  transform: rotate(48deg);
  -webkit-transform: rotate(48deg);
  right: -23px;
  top: 22px;
}

.series > div:not(.section-header) > div {
  width: 386px;
  height: 140px;
}

.series > div:not(.section-header) > div + div {
  margin-top: 20px;
}

.home-recent-article {
  margin-top: 30px;
}

.home-products-tab .status {
  display: none;
}

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

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

.products .section-header .tab-menus .tab-links {
  margin: 0;
  display: flex;
}

.products .section-header .tab-menus .tab-links li {
  position: relative;
  flex-grow: 1;
  text-align: center;
  padding: 0;
}

.products .section-header .tab-menus .tab-links li a {
  text-transform: capitalize;
  color: #616161;
  display: block;
}

.products .section-header .tab-menus .tab-links li a .icon {
  width: 36px;
  height: 30px;
  float: left;
  margin-right: 10px;
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/icon-sprite.png");
}

.products .section-header .tab-menus .tab-links li a .icon + span {
  line-height: 32px;
}

.products .section-header .tab-menus .tab-links li a {
  text-decoration: none;
  padding: 15px;
  border: solid 1px #CCC;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #2e2e4e;
}

.filler-tab {
  width: 80%;
  border-bottom: 1px solid #2e2e4e;
}

.products .section-header .tab-menus .tab-links li.active a {
  color: #13365c;
  border: solid 1px #2e2e4e;
  border-bottom: solid 1px #FFFFFF;
}

.products .section-header .tab-menus .tab-links li:nth-child(2).active::before {
  width: 100%;
  left: 0;
}

.products .section-header .tab-menus .tab-links li:first-child a .icon {
  background-position: 5px -64px;
}

.products .section-header .tab-menus .tab-links li:first-child.active a .icon {
  background-position: -44px -64px;
}

.products .section-header .tab-menus .tab-links li:nth-child(2) a .icon {
  background-position: -109px -64px;
}

.products .section-header .tab-menus .tab-links li:nth-child(2).active a .icon {
  background-position: -176px -64px;
}

.products .section-header .tab-menus .tab-links li:last-child a .icon {
  background-position: -249px -63px;
}

.products .section-header .tab-menus .tab-links li:last-child.active a .icon {
  background-position: -331px -63px;
}

.homepage-content-block p {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  line-height: 30px;
  font-size: 20px;
}

.item.top {
  min-height: 300px;
}

.item a {
  display: flex;
}

.about-provident-items {
  margin-top: 100px;
}

.about-provident-items .item3, .about-provident-items .item4, .about-provident-items .item5 {
  margin-bottom: 15px;
}

.bkg-two {
  background: none repeat scroll 0 0 #F3F3F3;
  display: block;
  height: 210px;
  position: absolute;
  transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  width: 420px;
  top: -14px;
  z-index: -1;
}

.item2 .bkg-two {
  background: none repeat scroll 0 0 #F3F3F3;
  display: block;
  height: 210px;
  left: 111px;
  position: absolute;
  top: -14px;
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  width: 420px;
}

.item .item-img {
  z-index: 500;
}

.item-img>img {
  padding-left: 0;
  position: relative;
  z-index: 40;
}

.item1 .item-img>img, .item2 .item-img>img {
  margin-left: -42px;
}

.item-img-1>img, .item-img-2>img {
  width: 190%;
  max-width: none;
}

.item .desc {
  float: left;
  font-size: 19px;
  height: auto;
  position: relative;
  padding-left: 23px;
  padding-top: 13px;
  color: #434343;
}

.item.bottom .desc {
  font-size: 17px;
}

.item1 .desc {
  padding-left: 50px;
}

.item .bkg-one {
  background-image: url(https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/bkg-one-bg.png);
  width: 100%;
  background-size: 100% 100%;
  height: 230px;
  position: absolute;
  border-top: solid 4px #444444;
}

.item3 .bkg-one, .item4 .bkg-one, .item5 .bkg-one {
  height: 180px;
}

.item2 .bkg-one {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.item .title {
  color: #444;
  font-size: 35px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  top: -6px;
  left: 19px;
  margin-bottom: -17px;
}

.item.bottom .title {
  color: #434343;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 6px;
  top: 10px;
  font-size: 29px;
}

.item.bottom .title .light.clearfix {
  font-weight: normal;
  display: block;
  margin-bottom: -7px;
  margin-top: -3px;
}

.item .divider {
  background: #444;
  height: 4px;
  position: relative;
}

.tab-content {
  padding-bottom: 10px;
}

#blog-tab {
  padding: 15px 15px 0;
}

.crop-image {
  max-width: 200px;
  margin-bottom: 15px;
  width: 100%;
  max-height: 130px;
  overflow: hidden;
  border: 4px solid #E4E1DC;
}

.blog-entry {
  margin-bottom: 15px;
}

.blog-entry .blog-title {
  font-size: 20px;
  line-height: 20px;
}

.blog-entry .entry-date {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  color: #757575;
}

.read-more {
  width: auto;
  clear: both;
  float: left;
  padding: 15px 15px;
}

.read-more a, .learn-more a {
  display: block;
  color: #fff;
  background: #2e2e4e;
  line-height: 33px;
  width: 100%;
  padding: 0 15px;
}

.featured-product-title {
  text-align: center;
  color: #444444;
  position: relative;
  clear: both;
}

.featured-product-title h2 {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  padding: 10px 15px;
  background: #fff;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}

.featured-product-title hr {
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), to(#fff), color-stop(50%, #2e2e4e));
  background-image: -webkit-linear-gradient(left, #fff 0%, #2e2e4e; 50%, #fff 100%);
  background: -moz-linear-gradient(left, #fff 0%, #2e2e4e, 50%, #fff 100%);
  background: -ms-linear-gradient(left, #fff 0%, #2e2e4e, 50%, #fff 100%);
  background: -o-linear-gradient(left, #fff 0%, #2e2e4e, 50%, #fff 100%);
  background: linear-gradient(left, #fff 0%, #2e2e4e, 50%, #fff 100%);
  border: 0;
  height: 2px;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.tab-content .tab {
  float: left;
}

.home-products-tab .tab-content .tab {
  height: auto !important;
}

.tab-content .lSAction a.lSPrev {
  background-position: 0 50%;
  background-repeat: repeat-x;
  background-color: #34A267;
  left: 0;
}

.tab-content .lSAction a {
  height: 55px;
  top: 20%;
}

.tab-content .lSAction a.lSNext {
  background-position: -57px 50%;
  background-repeat: repeat-x;
  background-color: #34A267;
  right: 0;
}

.tab-content .tab > .tab-cols {
  list-style: none;
  position: relative;
  padding: 15px;
  min-height: 400px;
  float: left;
}

.product-category .tab > .tab-cols {
  width: 20%;
  min-width: 222px;
  min-height: 420px;
}

.product-category .tab > .tab-cols .grid-view-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.tab-content .tab > .tab-cols a {
  display: block;
}

.table thead th {
  color: #444444;
}

.tab-content .titleblock {
  height: 65px;
  display: block;
}

.tab-content .tab > .tab-cols a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.tab-content .tab > .tab-cols .discount {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

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

.tab-content .tab > .tab-cols .discount .price-label {
  display: block;
  color: #737373;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}

.tab-content .tab > .tab-cols .discount .lowest-price {
  display: block;
  font-size: 20px;
  line-height: 18px;
  color: #444;
  font-weight: 400;
}

.tab-content .tab > .tab-cols .status {
  position: absolute;
  bottom: 74px;
  width: 100%;
  left: 0;
  text-transform: capitalize;
}

.product-category .tab > .tab-cols .status {
  display: none;
}

.tab-content .tab > .tab-cols .status i {
  color: #439439;
  padding-right: 5px;
}

.tab-content .tab > .tab-cols .status span {
  color: #145891;
  position: relative;
  top: -1px;
}

.add-to-cart {
  position: relative;
  display: block;
  clear: both;
}

.tab-content .tab > .tab-cols .add-to-cart,.tab-content .tab > .tab-cols .notify {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 20px;
  padding-right: 30px;
}

.product-detail-right .qtyminus {
  left: -22px;
  top: 25px;
  background-color: #fff;
  border: none;
}

.product-detail-right .qtyplus {
  left: -22px;
  background-color: #fff;
  border: none;
  top: 5px;
}

.product-detail-right .addToCart {
  height: 40px;
  width: 340px;
}

.progress {
  height: 25px;
}

.progress-bar {
  background-color: #34A267;
  height: 25px;
}

.cart-qty qty {
  height: 55px;
  width: 40px;
  padding: 5px 0 5px 15px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 8px;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 5px;
}

.add-to-cart .floating-label {
  display: none !important;
}

.tab-content .tab > .tab-cols .add-to-cart input {
  width: 50px;
  height: 33px;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  text-align: center;
  margin-right: 2px;
  padding: 10px 0;
  padding-top: 10px !important;
  position: relative;
}

.tab-content .tab > .tab-cols img {
  height: 187px;
  width: 100%;
  max-width: 187px;
}

.tab-cols .ribbon {
  top: -5px;
  right: -6px;
}

.tab-content .tab > .tab-cols .ribbon span {
  letter-spacing: 1px;
}

.tab-content .tab > .tab-cols.presale .ribbon {
  display: block;
}

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

.tab-content .product-img {
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
  text-align: center;
  background-color: #fff;
}

.product-badge {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 7;
  width: 88px;
  height: 20px;
  display: block;
  background: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/product_badges-sprite.svg) no-repeat scroll transparent;
}

.product-badge-list {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 7;
  width: 88px;
  height: 20px;
  display: block;
  background: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/product_badges-sprite.svg) no-repeat scroll transparent;
}

.product-badge-pdp {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 85px;
  z-index: 2;
  width: 132px;
  height: 30px;
  display: block;
  background: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/product_badges-sprite.svg) no-repeat scroll transparent;
  background-size: 1169px auto;
}

.product-badge.pre-sale, .product-badge-list.pre-sale {
  background-position: -296px 0;
}

.product-badge-pdp.pre-sale {
  background-position: -444px 0;
}

.product-badge.on-sale, .product-badge-list.on-sale {
  background-position: -690px 0;
}

.product-badge-pdp.on-sale {
  background-position: -1035px 0;
}

.product-badge.new, .product-badge-list.new {
  background-position: -590px 0;
}

.product-badge-pdp.new {
  background-position: -890px 0;
}

.about > div {
  float: left;
}

.about .about-left {
  padding: 7px 22px;
  width: 630px;
  height: 420px;
}

.about-header {
  font: 700 25px;
  margin: 10px 0 15px;
}

.about .about-left a {
  text-decoration: none;
  color: #145891;
}

.about .about-left a:hover {
  text-decoration: underline;
}

.about .about-right {
  position: relative;
  width: 560px;
  height: 460px;
}

.about .about-right img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -54%) rotate(0);
  -ms-transform: translate(-50%, -54%) rotate(0);
  -o-transform: translate(-50%, -54%) rotate(0);
  -webkit-transform: translate(-50%, -54%) rotate(0);
  transform: translate(-50%, -54%) rotate(0);
  padding-top: 34px;
}

.reviews {
  margin: 44px 0 32px;
  text-align: center;
}

.reviews li {
  color: #000;
}

.reviews .section-header {
  padding-bottom: 27px;
}

.reviews .section-header .title {
  font: normal 33px/1 TrajanProBold;
}

.reviews .slider-inner {
  position: relative;
}

.reviews .slider-inner .nav-layer {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 120px;
  background-color: #ffffff;
  z-index: 999;
  -moz-transform: translate(-2px, 0) rotate(0);
  -ms-transform: translate(-2px, 0) rotate(0);
  -o-transform: translate(-2px, 0) rotate(0);
  -webkit-transform: translate(-2px, 0) rotate(0);
  transform: translate(-2px, 0) rotate(0);
}

.reviews .slider-inner .nav-layer.next {
  left: auto;
  right: 0;
  -moz-transform: translate(2px, 0) rotate(0);
  -ms-transform: translate(2px, 0) rotate(0);
  -o-transform: translate(2px, 0) rotate(0);
  -webkit-transform: translate(2px, 0) rotate(0);
  transform: translate(2px, 0) rotate(0);
}

.reviews .slider-inner #content-slider {
  height: auto !important;
}

.reviews .slider-inner #content-slider li {
  color: #000;
}

.reviews .slider-inner #content-slider li .review-inner {
  padding: 0 182px;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer {
  font-size: 15px;
  margin-top: 15px;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer .name {
  margin-right: 15px;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer .name ~ span {
  font-size: 14px;
  font-weight: normal;
}

.reviews .slider-inner #content-slider li .review-inner .reviewer .name ~ span + span {
  margin-left: 3px;
}

.reviews .slider-inner #content-slider li .review-inner .review-title {
  margin-top: 11px;
  font-weight: 400;
}

.reviews .slider-inner #content-slider li .review-inner .review-title span:last-child {
  margin-left: 13px;
}

.reviews .slider-inner #content-slider li .review-inner .review-text {
  margin-top: 24px;
  padding-bottom: 5px;
  line-height: 25px;
}

.reviews .slider-inner .all-reviews {
  float: left;
  width: 100%;
  margin-top: 32px;
}

.reviews .slider-inner .all-reviews a {
  padding: 12px 20px;
  display: inline-block;
  border-radius: 4px;
  font-size: 17px;
  text-align: center;
}

.reviews .slider-inner .review-btm-wrapper {
  margin-top: 25px;
}

.reviews .slider-inner .review-btm-wrapper div {
  display: inline-block;
  max-width: 50%;
  padding: 5px 20px;
}

.reviews .slider-inner .review-btm-wrapper div span:first-child {
  font-size: 30px;
  color: #125ea7;
}

.reviews .slider-inner .review-btm-wrapper div span:last-child {
  font-size: 23px;
  color: #13365c;
}

.reviews .slider-inner .review-btm-wrapper .rating-count {
  border-left: 1px solid #ddd;
}

.reviews .slider-inner .review-btm-wrapper .rating-count span:first-child {
  color: #deb053;
}

.reviews li .review-inner {
  padding: 0 182px;
}

.reviews .review-inner .reviewer {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 700;
}

.reviews li .review-inner .reviewer .name {
  font-weight: 700;
  margin-right: 15px;
}

.reviews .reviewer span:nth-child(2), .reviews .reviewer span:nth-child(3) {
  font-size: 14px;
  font-weight: 700;
}

.reviews .reviewer .name ~ span + span {
  margin-left: 3px;
}

.reviews .slider-inner #content-slider li .review-inner .review-title {
  margin-top: 18px;
  font: 400 14px/1;
  font-weight: 400;
}

.reviews .slider-inner #content-slider li .review-inner .review-title span:last-child {
  margin-left: 13px;
}

.reviews .slider-inner #content-slider li .review-inner .review-text {
  margin-top: 30px;
  line-height: 25px;
  font: 400 16px/23px;
  padding-bottom: 5px;
}

.reviews .slider-inner .all-reviews {
  float: left;
  width: 100%;
  margin-top: 0px;
}

.reviews .slider-inner .all-reviews a {
  vertical-align: top;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 4px;
  font-size: 17px;
  text-align: center;
}

.reviews .review-btm-wrapper {
  margin-top: 20px;
  font-weight: 600;  /*     padding-bottom:18px; */
}

.reviews .review-btm-wrapper div {
  display: inline-block;
  max-width: 50%;
  padding: 5px 20px;
}

.reviews .review-btm-wrapper div span:first-child {
  font-size: 30px;
  color: #125ea7;
}

.reviews .review-btm-wrapper div span:last-child {
  font-size: 23px;
  color: #13365c;
}

.reviews .review-btm-wrapper .rating-count {
  border-left: 1px solid #ddd;
}

.reviews .review-btm-wrapper .rating-count span:first-child {
  color: #deb053;
}

.shipping-inner-right .rating {
  float: left;
  width: auto;
  padding-right: 8px;
}

.all-reviews img {
  width: 133px;
  margin-right: 30px;
}

.reviews .section-header {
  padding-bottom: 0;
}

.reviews .slider-inner .all-reviews {
  margin-top: 30px;
}

table.data-table.pricing-table a {
  color: #444;
  display: inline !important;
  text-decoration: none !important;
}

.pricing-header {
  background: #0d7487;
  color: #fff;
}

.pricing-header h2 {
  margin: 0;
  padding: 0;
}

.font-large {
  font-size: 1.2em;
}

.p-10 {
  padding: 10px;
}

.payment-inner .add-to-cart button.main-btn {
  height: 44px;
  width: 270px;
  text-align: center;
  border-radius: 4px;
}

.payment-inner .add-to-cart button.stock-alert-btn {
  width: 100%;
}

.stock-rating .stock .rating-star {
  margin-top: 3px;
}

/*sales page product description*/
.product-description {
  float: left;
  width: 42%;
  padding-right: 30px;
  box-sizing: border-box;
}

.product-description h2 {
  font: 600 20px;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 10px;
}

.product-description .price {
  font: 500 16px;
  color: #0c477f;
  margin: 0;
  padding-bottom: 15px;
}

.product-description .detail {
  font: 400 15px;
  color: #010101;
  margin: 0;
  padding-bottom: 10px;
}

.product-description .availability {
  color: #ff0000;
  font: 400 13.9px;
}

.product-description .stock-rating .stock > span {
  color: #000;
  font: 400 15px;
}

.product-description .availability {
  color: #000;
  font: 400 16px;
  width: auto;
  float: left;
}

.product-description .availability p.instock, .prod-detail .availability p.instock {
  margin: 0;
  padding-left: 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}

.product-description .availability p {
  padding-left: 25px;
  margin: 0px;
}

.presalelist {
  color: #fff;
  background: #41416e;
  border-radius: 3px;
  padding: 3px 5px;
  margin-bottom: 8px;
}

.grid-presale-date{
  font-size: 9px;
  color: #41416e;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  height: 30px;
}


.home-products-tab .grid-presale-date{
top: 173px;
}

.product-description .stock-rating, .prod-detail .stock-rating {
  width: 100%;
  float: left;
}

.product-description .stock-rating .stock .rating-star, .prod-detail .stock-rating .stock .rating-star {
  float: left;
  margin: -1px 5px 0;
  width: auto;
}

.product-description .stock-rating .stock > span, .prod-detail .stock-rating .stock > span {
  float: left;
  width: auto;
}

/*all page quantity section*/
#myform {
  text-align: center;
  width: auto;
  float: left;
  position: relative;
  margin-right: 12px;
}

#myform .qty {
  width: 102px;
  height: 25px;
  text-align: left;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-left: 50px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font: 400 15px;
}

#myform .qty.product {
  text-align: center;
  padding-right: 24px;
}

.qtyplus, .qtyminus {
  position: absolute;
  border: 1px solid #ccc;
  font-weight: bold;
  background: #eef0f2;
  width: 21px;
  cursor: pointer;
  z-index: 2;
  margin: 0;
}

.qtyplus {
  right: 0;
  top: 0;
  border-top-right-radius: 4px;
}

.qtyminus {
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 4px;
}

.cartform .qtyplus, .cartform .qtyminus {
  left: -22px;
  background-color: white;
  border: none;
}

.cartform .qtyplus {
  top: 5px;
}

.cartform .qtyminus {
  bottom: 5px;
}

/*common payment table  code end*/
.social-img img {
  margin-left: 14px;
}

.social-section {
  float: right;
  text-align: right;
  width: 30%;
}

.social-section .align-right {
  float: right;
  text-align: right;
  width: auto;
}

.social-section .align-right .social-media > div {
  border: 1px solid #ccc;
  display: table-cell;
  height: 49px;
  text-align: center;
  vertical-align: middle;
  width: 49px;
  border-radius: 4px;
}

.social-section .align-right .social-media > div i.fab {
  color: #797979;
  font-size: 28px;
}

.social-section p {
  font: 400 15px;
  padding-bottom: 14px;
}

.category-product-list .cartform .qtyminus {
  bottom: 0;
}

.category-product-list .cartform .qtyplus {
  top: 0;
}

.category-product-list .cartform .qtyplus, .qtyminus {
  font-size: 16px;
}

.sales-title * {
  margin: 0;
}

.sales-title .title-text {
  float: left;
  width: 70%;
}

.sales-title .title-text h2 {
  font: 600 37px;
  color: #010101;
  padding-top: 14px;
  padding-bottom: 10px;
}

.sales-title .title-text p {
  color: #000;
  padding-bottom: 28px;
}

.sales-description {
  margin-bottom: 30px;
}

.sales-description .buy h1 {
  margin: 0 0 20px;
}

.sales-description h2 {
  color: #010101;
  font: 600 25px;
  margin: 0;
  padding-bottom: 10px;
}

.sales-section {
  padding: 20px;
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 18px;
}

.sale-page .sales-section, .sales-section.category-product-list {
  padding: 20px;
}

.sales-section .payment-inner table {
  width: 100%;
  border-right: 0;
  border-top: 0;
  border-left: 0;
}

.sales-section .coin-image {
  float: left;
  width: 19.6%;
}

/*on sale page css end*/

/*cart-bridge start*/

.cart-section {
  margin-top: 20px;
  float: left;
  width: 51%;
}

.cart-section button span {
  background: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/brown-arrow.png") no-repeat scroll 100% center;
  padding-right: 35px;
  font: 700 16px;
  padding-right: 29px;
}

.cart-section-top {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
}

.cart-section-left .new-customer .main-btn {
  margin-top: 87px;
}

.cart-page .cart-section-right .forgot-password p {
  font: 400 15px;
  text-align: center;
  width: auto;
}

.cart-section-right .forgot-password p a {
  color: #0d7487;
  font: 700 15px;
}

.cart-section-right .forgot-password p a:hover {
  text-decoration: underline;
}

.cart-section-btm {
  float: left;
  margin-bottom: 50px;
}

.cart-section-btm .shipping .col {
  float: left;
  height: 50px;
  padding: 0 0 0 10px;
}

.cart-section-btm .shipping .col + .col {
  border-left: 1px solid #ccc;
}

.cart-section-btm .shipping .col:nth-child(1) {
  width: 282px;
}

.cart-section-btm .shipping .col:nth-child(2) {
  width: 310px;
}

.cart-section-btm .shipping .col:nth-child(3) {
  width: 267px;
}

.cart-section-btm .shipping .shipping-inner-left {
  float: left;
  padding-right: 15px;
  width: auto;
}

.cart-section-btm .shipping .shipping-inner-right .title {
  font: 700 14.71px/1;
}

.cart-section-btm .shipping .shipping-inner-right p {
  font: 400 11.77px/1;
  margin: 5px 0;
}

.back-to-cart a {
  background: #2e2e4e;
  color: #fff;
  border-radius: 5px;
}

.back-to-cart a:hover {
  color: #fff;
  background-color: #2e2e4e;
}

.back-to-cart .fa {
  font-size: 15px;
  padding-right: 8px;
}

.modified-cart {
  float: right;
  width: 45%;
  padding-top: 20px;
  padding-left: 2%;
}

.modified-cart table {
  border: 1px solid #ccc;
  width: 100%;
  display: block;
}

.modified-cart table img {
  width: 50px;
  height: 50px;
}

.new-customer {
  padding-bottom: 10px;
}

.cart-page .forgot-password p {
  padding-right: 0 !important;
  width: 300px;
  text-align: center;
}

.cart-section button {
  height: 50px;
  width: 225px;
  margin: 0 auto;
  display: block;
}

.cart-section h2 {
  padding: 13px 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  width: auto;
  text-transform: uppercase;
}

.cart-section p {
  font: 400 14px;
}

.cart-section .fa {
  color: #34A267;
  margin-right: 10px;
}

.cart-section-right {
  float: left;
  width: 56%;
  border-left: thin solid #ccc;
  padding-left: 20px;
}

.cart-section-left {
  float: left;
  width: 44%;
  padding-right: 4%;
}

.cart-section-right .new-input {
  width: 100%;
}

.cart-bridge .header {
  background-color: #f3f3f3;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  min-width: 1200px;
}

.cart-bridge .header.fixed {
  display: none;
}

.cart-bridge .header .fa-comments::before {
  color: #ebba57;
}

.cart-bridge .header .lock-image {
  float: left;  /* padding-left: 38px; */
  padding-left: 10px;
  width: auto;
  padding-top: 7px;
}

.cart-bridge .header .secure {
  padding-left: 30px;
}

.cart-bridge .header .utility-bar .container .list-inline > li.contact > div.timings {
  color: #fff;
  font: 300 14.25px/20px;
}

.cart-bridge .header .utility-bar .container .list-inline > li.contact > div.number {
  color: #fff;
  font: 600 22.6px/26px;
}

.cart-bridge .header .utility-bar .container .list-inline > li.contact > div.chat a {
  color: #fff;
  font: 300 15.56px/1;
}

.cart-bridge .header .utility-bar .container .list-inline li.logo {
  display: table-cell;
  padding: 14px 0 9px;
}

.cart-bridge .header .utility-bar .container .list-inline li .securechekout .text {
  font: 300 32.56px;
  color: #fefefe;
  width: auto;
  float: left;
}

.new-input {
  position: relative;
}

.cart-bridge .header.fixed .utility-bar .container .list-inline > li.secure {
  display: none;
}

button:focus {
  outline: none;
}

/*input textbox style end*/
.product-desc .stockalert {
  margin-top: 10px;
}

.product-desc p span {
  padding: 3px;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
}

.product-desc p span.stock {
  background: #34A267;
}

.product-desc p span.presalelabel {
  background: #41416e;
}

.presale > input {
  margin-left: 0;
}

.cart-payment-page {
  min-height: 350px;
}

.cart-payment-page .woocommerce h1, .woocommerce .cart-empty {
  text-align: center;
  margin: 40px 0 20px 0;
}

.cart-payment-page .product-desc h2 {
  padding-bottom: 50px;
  padding-right: 30px;
}

.product-verification tr td:nth-child(2) p span {
  font: 700 15px;
}

.fa-question-circle::before {
  color: #14253b;
  content: "";
  padding-left: 10px;
}

.payment-area td {
  text-align: right;
}

.modified-cart table td .title p {
  margin-bottom: 6px;
  text-align: left;
}

.cart-payment-page #myform, .order-pages.thank-you #myform {
  padding-left: 34px;
}

.cart-payment-page .add-to-cart button, .order-pages.thank-you .add-to-cart button {
  background: rgba(0, 0, 0, 0) url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/update-button.png") no-repeat scroll 100% center;
  padding-right: 29px;
  width: 80px;
  border: none;
}

.cart-payment-page .main-btn span, .order-pages.thank-you .main-btn span {
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.cart-payment-page .add-to-cart button, .order-pages.thank-you .add-to-cart button {
  height: 40px;
  margin-top: 20px;
}

.cart-payment-page #myform .qty, .order-pages.thank-you #myform .qty {
  width: 80px;
}

.cart-payment-page .checkout button, .order-pages.thank-you .checkout button {
  border-radius: 4px;
  max-height: 39px;
  padding: 9px 80px;
  width: 281px;
}

.cart-payment-page .social-wrapper .payment-area, .order-pages.thank-you .social-wrapper .payment-area {
  max-width: 165px;
}

.cart-payment-page .payment-area, .order-pages.thank-you .payment-area {
  float: right;
  max-width: 304px;
  padding: 10px 14px 0px 0px;
  margin-right: 14px;
}

.cart-payment-page .payment-area .shipping p span, .order-pages.thank-you .payment-area .shipping p span {
  color: #757575;
}

.cart-payment-page .payment-area > div, .order-pages.thank-you .payment-area > div {
  width: 100%;
  float: left;
}

.cart-payment-page .payment-area > div p, .order-pages.thank-you .payment-area > div p {
  font: 15px;
  padding-bottom: 10px;
  float: left;
}

.cart-payment-page .payment-area div.tool-tip-area .close-mark, .order-pages.thank-you .payment-area div.tool-tip-area .close-mark {
  color: #cccccc;
  cursor: pointer;
  float: right;
  position: absolute;
  right: 9px;
  text-align: right;
  top: 7px;
}

.cart-payment-page .payment-area div.tool-tip-area p, .order-pages.thank-you .payment-area div.tool-tip-area p {
  padding-bottom: 0;
  text-align: left;
}

.cart-payment-page h6.select, .order-pages.thank-you h6.select {
  color: #000;
}

.cart-payment-page p, .order-pages.thank-you p, .cart-payment-page h2, .order-pages.thank-you h2, .cart-payment-page h6, .order-pages.thank-you h6 {
  margin: 0;
}

.cart-payment-page .product-verification, .order-pages.thank-you .product-verification {
  border: 1px solid #ccc;
  margin-bottom: 40px;
}

.cart-payment-page .verification-title p, .order-pages.thank-you .verification-title p {
  color: #010101;
  text-align: center;
  font: 400 23px;
  padding-top: 21px;
  padding-bottom: 37px;
}

.cart-payment-page .verification-title p span, .order-pages.thank-you .verification-title p span {
  font: 700 23px;
}

input[type='radio']:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ccc;
}

input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #0d7487;
  content: '';
  display: inline-block;
  visibility: visible;
  border: 2px solid #ccc;
}

/*product verification table*/
.cart-payment-page .product-verification > table {
  border-collapse: collapse;
}

.cart-payment-page .product-verification h6 {
  text-align: center;
  font: 700 16px;
  color: #114e88;
}

.product_tbl {
  float: left;
  width: 100%;
}

.product_tbl tr {
  border-bottom: solid thin #ddd;
}

.coupons {
  margin-top: 20px;
}

.product_tbl>tbody>tr>td {
  vertical-align: middle;
  padding: 0 10px;
}

.product_tbl thead tr th {
  text-align: left;
  font-size: 20px;
  color: #444;
  padding-bottom: 15px;
  border: none;
}

.product-desc {
  position: relative;
}

.product-desc a {
  font-size: 18px;
  font-weight: 700;
}

.product_tbl .price-each {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  padding-right: 30px;
}

.product_tbl .price-each p {
  float: left;
  text-align: left;
}

.product_tbl .price-each button {
  background: #34A267 none repeat scroll 0 0;
  border: 1px solid #34A267;
  border-radius: 4px;
  float: right;
  height: 31px;
  color: #fff;
  min-width: 80px;
  margin-right: 5px;
}

.product_tbl .price-each button.inactive {
  background: #e7e7e7;
  color: #757575;
  border: none;
}

.product_tbl .price-each p {
  margin-top: 6px;
  color: #000;
}

.product_tbl .price-each p.inactive {
  color: #757575;
}

.product-subtotal p {
  padding-left: 5px;
}

.product_tbl tbody tr td .product-detail {
  display: inline-block;
  padding: 26px 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.product_tbl tbody tr td .product-detail .product-image {
  float: left;
  text-align: center;
  width: 225px;
}

.product_tbl tbody tr td .product-detail .product-desc h2 {
  font: 600 20px;
  float: right;
  text-align: left;
  width: 505px;
  padding: 10px 20px 30px 0;
}

.product_tbl tbody tr td .product-detail .product-desc p {
  float: right;
  text-align: left;
  width: 505px;
}

.product_tbl tbody tr td .product-detail .product-desc p {
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/green-tick.png");
  background-position: 2px 8px;
  background-repeat: no-repeat;
  margin: 0;
  padding-left: 20px;
  cursor: pointer;
}

.product_tbl tbody tr td .product-detail .product-desc p.presale {
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/presale.png");
  padding-left: 25px;
  background-position: 0 6px;
  cursor: pointer;
}

.product_tbl tbody tr td .product-detail .product-desc h6 {
  padding-bottom: 50px;
}

.product_tbl tbody tr td .confirmation {
  max-width: 465px;
  padding-left: 25px;
  padding-top: 33px;
  padding-bottom: 30px;
}

.product_tbl tbody tr td .confirmation p {
  font: 400 15px/24px;
  color: #757575;
  line-height: 25px;
}

.product_tbl tbody tr td .confirmation label {
  cursor: pointer;
}

.product_tbl tbody tr td .confirmation p.presale {
  color: #e00f0f;
  padding-left: 0px;
  background-image: none !important;
}

.product_tbl tbody tr td #myform .qty {
  margin-left: 0px;
  width: 80px;
}

.product_tbl tbody tr td .col-1 {
  width: 248px;
  float: left;
}

.product_tbl tbody tr td .col-1 .shipping-inner-left {
  padding-top: 10px;
  padding-right: 14px;
  float: left;
  min-height: 62px;
  width: auto;
  padding-right: 15px;
}

.product_tbl tbody tr td .col-1 .shipping-inner-right .title {
  color: #6c6c6c;
  font: 700 14.75px;
}

.product_tbl tbody tr td .col-1 .shipping-inner-right p {
  font: 300 12.75px;
  color: #6c6c6c;
}

.product_tbl tbody tr td .col-2 {
  float: left;
  width: 256px;
}

.product_tbl tbody tr td .col-2 .shipping-inner-left {
  padding-top: 3px;
  float: left;
  min-height: 62px;
  padding-right: 15px;
  width: auto;
}

.product_tbl tbody tr td .col-2 .shipping-inner-right .title {
  color: #6c6c6c;
  font: 700 14.75px;
}

.product_tbl tbody tr td .col-2 .shipping-inner-right p {
  font: 300 12.75px;
  color: #6c6c6c;
}

.product_tbl tbody tr td .text {
  float: right;
  width: auto;
  width: 318px;
}

.product_tbl tbody tr td .text.checkout {
  float: left;
  width: auto;
  padding-left: 50px;
}

.table-checkout-bottom td {
  background-color: #fff !important;
}

.product_tbl tbody tr td .text p {
  font: 700 16px;
  padding-top: 10px;
}

/*common css*/
.green-tick {
  float: left;
  min-height: 80px;
  padding-top: 35px;
  width: auto;
  padding-right: 25px;
}

/*pagination area*/
.pagination-area .pagination {
  display: table;
  float: none;
  margin: 0 auto;
  text-align: center;
  width: auto;
}

.pagination-area .pagination p.dots {
  float: left;
  padding-left: 12px;
  padding-right: 3px;
  padding-top: 5px;
  color: #666;
}

.pagination-area .pagination i {
  color: #dae6ef;
}

.pagination-area .pagination a:hover:not(.active) {
  background-color: #ddd;
}

.pagination-area .pagination a {
  color: #666;
  float: left;
  padding: 5px 0;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ccc;
  margin-left: 10px;
  background-color: #f2f7fb;
  border-radius: 3px;
  width: 30px;
  height: 30px;
}

.pagination-area .pagination a.active, .pagination-area .pagination a:hover {
  background-color: #dae6ef;
  color: #666;
}

.pagination-area .pagination a.active i, .pagination-area .pagination a:hover i {
  color: #000;
}

.pagination-area > p {
  color: #666;
  text-align: center;
}

/*grid-select*/
ul.grid-select, ul.grid-select1, ul.grid-select3 {
  height: 30px;
  width: 150px;
  z-index: 2;
  border: 1px #000 solid;
  position: absolute;
}

ul.grid-select li, ul.grid-select3 li, ul.grid-select1 li {
  padding: 5px 10px;
  z-index: 2;
}

ul.grid-select li:not(.init), ul.grid-select3 li:not(.init), ul.grid-select1 li:not(.init) {
  float: left;
  width: 130px;
  display: none;
}

ul.grid-select li:not(.init):hover, ul li.selected:not(.init), ul.grid-select li.init, ul.grid-select3 li.init, ul.grid-select1 li.init {
  cursor: pointer;
}

ul.grid-select a#submit, ul.grid-select1 a#submit {
  z-index: 1;
}

ul.grid-select3 a#submit {
  z-index: 1;
}

.chrome .payment-method thead tr th .payment-selection ul li {
  padding-right: 9px;
}

.breadcrumb {
  list-style: none;
  overflow: hidden;
  font-size: 13px;
  background: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  float: left;
  padding-right: 36px;
  position: relative;
}

.breadcrumb .space {
  padding: 0px 2px;
  float: left;
}

.breadcrumb li {
  float: left;
}

.breadcrumb li .home {
  left: 15px;
  position: absolute;
  top: 3px;
  z-index: 9;
}

.breadcrumb li a {
  color: #444;
  text-decoration: none;
  position: relative;
  display: block;
  float: left;
  padding: 0px;
}

#pm_message_reg {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 15px;
  text-align: center;
}

.bitpay_checkout_text {
  margin: 0 auto;
  font-size: 15px;
}

h1.page-title {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 24px;
  padding-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.sale-page h1.page-title {
  text-align: left;
  font-size: 30px;
}

select:focus, select:focus option {
  outline: none;
}

select::-ms-expand {
  display: none;
}

.breadcrumb-area {
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.cart-payment-page .payment-method.choose .payment-area > div p {
  padding-bottom: 10px;
}

.cart-payment-page .payment-area > div.shipping {
  position: relative;
}

.cart-payment-page .payment-method.choose .payment-title h2 {
  padding-bottom: 8px;
}

/*category page-1 start*/
.silver-bar-section {
  margin-bottom: 30px;
}

.prod-section:nth-child(5) {
  margin-right: 0;
}

.prod-section {
  border: solid thin #dddddd;
  float: left;
  min-height: 310px;
  text-align: center;
  width: calc(20% - 16px);
  margin-right: 20px;
  margin-bottom: 20px;
}

/* .prod-section:hover{
  box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.2);
} */
.top-bar.active .prod-section.active {
  -moz-box-shadow: inset 0 0 1px #9b9b9b;
  -webkit-box-shadow: inset 0 0 1px #9b9b9b;
  box-shadow: inset 0 0 1px #9b9b9b;
}

.silver-bar-section .top-bar {
  width: 100%;
  float: left;
}

.silver-bar-section .top-bar .prod-section h6 {
  font-size: 16px;
  margin: 0 auto 20px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: solid thin #ddd;
  background-color: #f5f5f5;
  text-align: center;
  color: #444444;
}

.silver-bar-section .top-bar .prod-section .product-img {
  min-height: 234px;
}

.silver-bar-section .top-bar:last-child {
  border: none;
}

.browse-link {
  color: #0e4375;
  font: 400 15px;
}

.browse-link:hover {
  text-decoration: underline;
}

.sales-description .silver-bar p, .sales-description .silver-round p {
  padding-bottom: 10px;
}

.category-banner > img {
  padding-left: 10px;
  padding-top: 30px;
}

.category-product-list {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 16px 0 0 0;
  min-height: 250px;
  position: relative;
}

.bannerarea {
  float: right;
  position: absolute;
  right: 0;
  top: 25px;
}

.bannerarea img {
  width: 471px;
}

.category-banner {
  width: 100%;
  float: left;
}

.title-area {
  position: relative;
  float: left;
  width: 100%;
}

.dim-white {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #f2f7fb;
  color: #4a4a4a;
  font-size: 15px;
  padding: 14px 30px;
}

/*category-list-page*/
.category-product-list .prod-img {
  float: left;
  padding-top: 8px;
  text-align: left;
  width: 230px;
  background: #fff;
  position: relative;
}

.category-product-list .prod-detail {
  float: left;
  width: 485px;
  position: relative;
  padding: 0 20px;
}

.category-product-list h2.product-title {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding-bottom: 17px;
}

.category-product-list h2.product-title a {
  color: #444;
}

.category-product-list .prod-detail > p {
  margin: 0;
  padding-bottom: 15px;
}

.category-product-list .prod-detail > p a {
  color: #114a81;
}

.category-product-list .Qty-table table tr th {
  font: 600 14px;
}

.Qty-table {
  width: 100%;
  float: left;
}

.category-product-list .Qty-table table {
  border-collapse: collapse;
  width: 296px;
  border: 1px solid #ccc;
}

.category-product-list .Qty-table table td {
  border-right: 1px solid #ccc;
}

.category-product-list .Qty-table table tr:nth-child(even) td {
  background: #fff;
  padding: 6px 15px;
}

.category-product-list .Qty-table table tr:nth-child(odd) td {
  background: #f6f6f6;
  padding: 4px 15px;
}

.category-product-list .Qty-table {
  width: 30.7%;
  float: left;
  padding-left: 50px;
}

.category-product-list .Qty-table table td {
  font: 300 14px;
  color: #000;
  text-align: center;
}

.category-product-list .Qty-table table th {
  background-color: #14253b;
  border: 1px solid #ccc;
  color: #fff;
  padding: 7px 0;
}

.category-product-list .Qty-table table tr td:nth-child(1), .category-product-list .Qty-table table tr th:nth-child(1) {
  width: 68px;
}

.category-product-list .Qty-table table tr td:nth-child(2), .category-product-list .Qty-table table tr th:nth-child(2) {
  width: 122px;
}

.category-product-list .Qty-table table tr td:nth-child(3), .category-product-list .Qty-table table tr th:nth-child(3) {
  width: 106px;
}

.category-product-list .Qty-table table tr:last-child td {
  border-top: 1px solid #ccc;
  padding: 12px;
}

.chrome .category-product-list .Qty-table table tr:nth-child(even) td, .ie .category-product-list .Qty-table table tr:nth-child(even) td {
  padding: 6px 12px;
}

.chrome .category-product-list .Qty-table table tr:nth-child(odd) td, .ie .category-product-list .Qty-table table tr:nth-child(odd) td {
  padding: 4px 5px;
}

.category-product-list .Qty-table table.out-of-stock th {
  background: #8e8e8e;
}

.onsale span {
  background: rgba(0, 0, 0, 0) linear-gradient(#ca0000 0px, #ca0000 100%) repeat scroll 0 0;
  color: #ffffff;
  font-weight: 600;
}

.category-product-list .Qty-table table.out-of-stock button span {
  background: rgba(0, 0, 0, 0) url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/exclamatory.png") no-repeat scroll 100% center;
  font: 700 16px;
  padding-right: 29px;
}

.category-product-list .box {
  width: 200px;
  height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}

.category-product-list .ribbon.left {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.category-product-list .ribbon.left span {
  font-size: 10px;
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  position: absolute;
  top: 19px;
  left: -21px;
}

.category-product-list .ribbon.left:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.category-product-list .ribbon.left:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.category-2 .payment-section {
  margin: 10px 0 10px;
}

/*category list page css end*/

/*tool bar section*/
.category-product-list .toolbar {
  background: #eeeeee none repeat scroll 0 0;
  margin-bottom: 30px;
}

.toolbar .toolbar-sorter {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
}

.toolbar .toolbar-sorter .sorter-label {
  line-height: 32px;
  color: #444444;
  padding-right: 9px;
}

.toolbar .toolbar-sorter .sorter-label, .toolbar .toolbar-sorter .sorter-options, .toolbar .toolbar-sorter .sorter-action {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

#catalog-listing .toolbar .toolbar-sorter select.month-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select.month-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select1.month-select li.init, .payment-page .grid-select.month-select li.init, .payment-page .grid-select1.month-select li.init, .payment-page .grid-select3.month-select li.init, #catalog-listing .toolbar .toolbar-sorter select.year-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select.year-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select1.year-select li.init, .payment-page .grid-select.year-select li.init, .payment-page .grid-select1.year-select li.init, .payment-page .grid-select3.year-select li.init {
  height: 44px;
  width: 113px;
  background: #ffffff url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/drop-down-grey-arrow.png") no-repeat scroll 94% center;
}

#catalog-listing .toolbar .toolbar-sorter select.month-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select.month-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1.month-select li.init:not(.init), .payment-page .grid-select.month-select li.init:not(.init), .payment-page .grid-select1.month-select li.init:not(.init), .payment-page .grid-select3.month-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter select.year-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select.year-select li.init:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1.year-select li.init:not(.init), .payment-page .grid-select.year-select li.init:not(.init), .payment-page .grid-select1.year-select li.init:not(.init), .payment-page .grid-select3.year-select li.init:not(.init) {
  padding-top: 1px;
  padding-bottom: 1px;
}

#catalog-listing .toolbar .toolbar-sorter select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select li.init, #catalog-listing .toolbar .toolbar-sorter .grid-select1 li.init, .payment-page .grid-select li.init, .payment-page .grid-select1 li.init, .payment-page .grid-select3 li.init {
  -moz-appearance: none;
  background: #ffffff url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/bg-selectbox.png") no-repeat scroll 98% center;
  border-color: #dbdbdb;
  box-shadow: none;
  padding-right: 26px;
  text-indent: 1px;
  text-overflow: "";
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px;
  width: 182px;
  font: 400 14px;
  -webkit-appearance: none;
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 0px;
}

#catalog-listing .toolbar .toolbar-sorter select li, #catalog-listing .toolbar .toolbar-sorter .grid-select li, #catalog-listing .toolbar .toolbar-sorter .grid-select1 li, .payment-page .grid-select li, .payment-page .grid-select1 li, .payment-page .grid-select3 li, #catalog-listing .toolbar .toolbar-sorter select option, #catalog-listing .toolbar .toolbar-sorter .grid-select option, #catalog-listing .toolbar .toolbar-sorter .grid-select1 option, .payment-page .grid-select option, .payment-page .grid-select1 option, .payment-page .grid-select3 option {
  padding-bottom: 7px;
  padding-left: 20px;
  padding-top: 7px;
  padding-left: 12px;
  font: 300 14px;
  border-bottom: none;
  background: #fff;
}

#catalog-listing .toolbar .toolbar-sorter select li:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select li:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select1 li:hover, .payment-page .grid-select li:hover, .payment-page .grid-select1 li:hover, .payment-page .grid-select3 li:hover, #catalog-listing .toolbar .toolbar-sorter select option:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select option:hover, #catalog-listing .toolbar .toolbar-sorter .grid-select1 option:hover, .payment-page .grid-select option:hover, .payment-page .grid-select1 option:hover, .payment-page .grid-select3 option:hover {
  color: #114a81;
}

#catalog-listing .toolbar .toolbar-sorter select li:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select li:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1 li:not(.init), .payment-page .grid-select li:not(.init), .payment-page .grid-select1 li:not(.init), .payment-page .grid-select3 li:not(.init), #catalog-listing .toolbar .toolbar-sorter select option:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select option:not(.init), #catalog-listing .toolbar .toolbar-sorter .grid-select1 option:not(.init), .payment-page .grid-select option:not(.init), .payment-page .grid-select1 option:not(.init), .payment-page .grid-select3 option:not(.init) {
  width: 181px;
  border: 1px solid #ccc;
  border-top: 0px;
  cursor: pointer;
}

.select-area {
  float: left;
  position: absolute;
  top: 0;
  width: auto;
}

.toolbar-sorter.sorter .select-area {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  width: auto;
}

.select-area ul {
  left: 20px;
  margin: 0;
  position: absolute;
}

.select-area ul.grid-select, .select-area ul.grid-select1, .select-area ul.grid-select3 {
  border: none;
}

.container > div#catalog-listing {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 6px 15px;
  margin-bottom: 20px;
}

.toolbar .modes .modes-mode::before {
  color: #878787;
  display: inline-block;
  font: 22px Font Awesome\ 5 Free;
  text-align: center;
  font-weight: 700;
}

.toolbar .modes .modes-mode {
  float: left;
  padding: 9px 9px 9px 14px;
  text-align: center;
}

.toolbar .modes .modes-mode.active {
  background: transparent;
}

.toolbar .modes .modes-mode span {
  float: left;
  margin-right: 5px;
  color: #444;
}

.toolbar .modes .modes-mode span.fas {
  margin-top: 3px;
}

.toolbar.toolbar-products {
  float: left;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 15px;
}

.toolbar-sorter.sorter {
  float: right;
  width: auto;
  padding-right: 185px;
  position: relative;
}

.toolbar .modes {
  float: left;
  width: auto;
}

.modes-label {
  float: left;
  width: auto;
  color: #000;
  margin-top: 9px;
  padding-right: 8px;
}

.toolbar .modes .modes-mode.active {
  background: #2e2e4e;
  border-radius: 5px;
}

.toolbar .modes .modes-mode.active span {
  color: #FFF;
}

/*tool bar section*/

/*category-2 page*/

.sales-description.category-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

.tab-content.category-2 .tab .tab-cols .product-img {
  display: block;
  min-height: 200px;
  margin: 0 auto 10px;
  text-align: center;
}

.sales-description.category-list p {
  font: 400 13.50px;
  padding-bottom: 22px;
}

.sales-description.category-list h2 {
  font: 700 25px;
  padding-bottom: 22px;
}

.sales-description.category-list.category-list {
  padding: 15px 0;
  clear: both;
}

.toolbar .modes .modes-mode.mode-grid {
  margin-right: 3px;
}

.review-section {
  border: 1px solid #ccc;
  float: right;
  width: 100%;
}

.review-section .product-review table {
  width: 100%;
}

.review-section .product-review table th {
  border-bottom: 1px solid #ccc;
  text-align: left;
  min-height: 66px;
  padding: 13px 13px 12px 22px;
}

/*common-style for blue button start*/
.blue-button {
  background-color: #2e2e4e;
  border-radius: 5px;
  float: left;
  text-align: center;
  border: medium none;
}

.write-a-review {
  width: 100%;
  text-align: center;
}

.not-logged-in-review {
  margin: 15px auto;
  display: inline-block;
}

.write-a-review .blue-button {
  padding: 0 15px;
  line-height: 33px;
  margin: 15px;
}

.not-logged-in-review .blue-button {
  margin: 0 5px;
}

.not-logged-in-review>span {
  float: left;
  margin: 10px 0 0;
}

.blue-button:hover {
  background: #12375c;
  cursor: pointer;
}

.blue-button span {
  color: #fff;
  text-shadow: none;
}

/*common-style for blue button start*/

/*review section in product detail page start*/

.review-title {
  float: left;
  padding: 10px 15px;
  font-size: 1.2em;
  font-weight: 700;
  width: 100%;
  background: #0d7487;
  color: #fff;
}

.total-review-rating {
  display: none;
}

.review-title .review-count-area {
  font-size: 0.9em;
  font-weight: 400;
}

.review-count-area .reviewCount {
  margin-right: 0;
  margin-left: 15px;
}

.review-count-area .reviewText {
  margin-left: 5px;
}

.review-title span {
  float: left;
  margin-right: 15px;
}

.review-title .rating-star, .customer-rating {
  float: left;
  height: 18px;
  margin-left: 10px;
}

.customer-rating {
  margin-top: 15px;
}
#reviewModal.modal .modal-content{
  width: 500px;
}

.modal-body .comments{
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #444;
  margin-bottom: 10px;
}

.modal-body .customer-rating,.modal-body .customer-name{
  margin-bottom: 10px;
}

.modal-body .customer-rating{
  margin-top: 0;
}

.review-title .rating-star img, .customer-rating img {
  height: 100%;
}

.review-section .product-review table tbody tr:nth-child(1) td:nth-child(1) {
  width: 155px;
}

.review-section .product-review table tbody tr:nth-child(1) td:nth-child(2) {
  width: 262px;
  float: left;
}

.review-section .product-review table tbody tr td .rating-region .number {
  background: #0c9805;
  display: table-cell;
  height: 84px;
  text-align: center;
  vertical-align: middle;
  width: 118px;
}

.review-section .product-review table tbody tr td .rating-region .number span {
  color: #fff;
  font: 55.82px;
}

.review-section .product-review table tbody tr td .rating-region .total {
  width: 118px;
  height: 28px;
  text-align: center;
  background: #14253b;
}

.review-section .product-review table tbody tr td .rating-region .total span {
  font: 400 14px/28px;
  color: #fff;
}

.review-section .product-review table tbody tr td .rating-star img {
  padding-top: 13px;
}

.review-section .product-review table tbody tr td .stars-section .stars {
  width: 100%;
  float: left;
}

.review-section .product-review table tbody tr td .stars-section .stars.star-5 .star-bar .star-range {
  width: 136px;
}

.review-section .product-review table tbody tr td .stars-section .stars.star-4 .star-bar .star-range {
  width: 10px;
}

.review-section .product-review table tbody tr td .stars-section .stars.star-3 .star-bar .star-range {
  width: 2px;
}

.review-section .product-review table tbody tr td .stars-section .stars p {
  width: auto;
  float: left;
  margin: 0;
  padding-right: 18px;
  font-size: 13px;
}

.review-section .product-review table tbody tr td .stars-section .stars .star-bar {
  background: #ccc none repeat scroll 0 0;
  height: 12px;
  width: 146px;
  float: left;
  margin-top: 5px;
}

.review-section .product-review table tbody tr td .stars-section .stars .star-bar .star-range.rating {
  height: 12px;
  background: #114e88;
}

.review-section .product-review table tbody tr td .stars-section .stars .grey-text {
  padding-right: 0px;
  padding-left: 10px;
  font-size: 12px;
}

.review-section .product-review table tbody tr .single-column {
  border-top: 1px solid #ccc;
}

.review-section .product-review table tbody tr .single-column .comments {
  font: 400 12.33px;
  padding: 0 18px;
}

.review-section .product-review table tbody tr .single-column .comments .customer-name {
  float: left;
  font-size: 14;
  padding-bottom: 12px;
  margin-top: 15px;
  width: auto;
}

/*review section in product detail page start*/
.product-detail-left .text .discount {
  float: left;
  width: 100%;
}

.product-detail-left .text {
  float: left;
  width: 100%;
  font: 400 14px/1;
}

.product-detail-left .product-text {
  padding: 20px 20px 10px;
  text-align: center;
  color: #114e88;
}

.promotions {
  margin-top: 15px;
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.promo-top {
  width: 100%;
}

.product-detail-right .promotions .usps i, .buybackclick i {
  cursor: pointer;
}

.leftinfo {
  float: left;
  width: 650px;
  margin-right: 15px;
  margin-bottom: 50px;
}

.rightinfo {
  float: right;
  width: 455px;
  margin-bottom: 20px;
}

.promobox {
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding-bottom: 0;
  margin-top: 10px;
  height: 60px;
  margin-bottom: 12px;
}

.shipping > div {
  margin: 0;
}

.shipping > div .col {
  border-left: solid 1px #ccc;
  width: 399px;
  float: left;
  height: 80px;
  margin: 15px 0;
  padding: 20px 0 0;
}

.shipping > div .col:first-child {
  border-left: none;
}

.shipping-inner-left {
  float: left;
  text-align: center;
  margin-top: 4px;
  width: 62px;
  background-repeat: no-repeat;
  height: 50px;
  margin-left: 5px;
  margin-right: 0;
}

.freeshipbox {
  margin-top: 15px;
}

.freeship {
  margin-left: 10px;
  width: 76px;
  background-position: -356px -6px;
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/icon-sprite.png");
}

.shipping-inner-right .title {
  font: 700 20px/1;
  color: #114e88;
}

.shipping-inner-right p {
  margin: 5px 0;
  color: #000;
  font: 600 14px/1;
}

.shipping-inner-right p.free {
  padding-bottom: 6px;
  width: 100%;
}

.shipping-inner-right .title.free {
  padding-top: 3px;
  padding-bottom: 0px;
}

.product-detail-page {
  float: left;
  padding-bottom: 19px;
  width: 100%;
}

.cart-popup-container {
  display: none;
}

.cart-popup-container.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  right: 0;
  top: 0;
}

.popup-close {
  padding: 10px 0;
  height: auto;
}

.atc-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cart-popup-msge {
  width: 100%;
}

.cart-popup-msge.side-error-message {
  padding: 20px;
}

.cart-popup-msge h2 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  display: inline-block;
  margin-top: 0;
  vertical-align: top;
}

.modalwrap {
  display: block;
  width: 440px;
  height: 100%;
  clear: both;
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0%;
  margin: 0;
  padding-bottom: 30px;
}

.cart-popup-product-name .quickremove {
  float: right;
  cursor: pointer;
}

.modalwrap .cart-buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
}

.modalwrap .cart-buttons .button {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
  display: block;
  color: #fff;
  width: 100%;
  background: #34A267;
  height: 51px;
  border-radius: 5px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
  flex-grow: 1;
  border: 0;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: .075em;
  padding: 12px 0;
}

.modalwrap .cart-coupon {
  margin-top: 20px;
  position: relative;
  color: #444;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  padding: 15px;
  height: auto;
  margin-bottom: 20px;
  background: #f3f3f3;
}

.modalwrap .cart-coupon  a {
  color: #2e2e4e;
}

.modalwrap input.qtyplus {
  left: -31px;
}

.modalwrap input.qtyminus {
  left: -31px;
  bottom: -7px;
}

.modalwrap .pricing-type {
  padding: 15px;
  cursor: pointer;
  white-space: nowrap;
  text-align: right;
  position: relative;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.modalwrap .dropdown-menu {
  width: 100%;
}

.pricing-type .chevron-down {
  margin-left: 5px;
}

.cart-row-price {
  float: right;
  margin-top: 25px;
}

.cart-popup-product-details span {
  line-height: 35px;
  margin-left: 5px;
}

.modalwrap .dropdown-menu {
  padding: 0;
}

.modalwrap .dropdown-menu a {
  padding: 15px;
  clear: both;
  text-align: left;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  width: 100%;
  display: block;
  border-bottom: solid thin #ccc;
}

.modalwrap .dropdown-menu a:hover {
  background-color: #f5f5f5;
}

.modalwrap .dropdown-menu a:last-child {
  border-bottom: none
}

.dropdown-menu .pricing-name {
  font-size: 18px;
  font-weight: 700;
}

.pricing-type .chevron-down:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f078";
}

.modalwrap .cart-buttons .button .button-text {
  float: left;
}

.cart-checkout .button-text {
  padding-left: 15px;
}

.cart-checkout .subtotal {
  float: right;
  padding-right: 15px;
}

.btn-cart:hover, .btn-login:hover {
  background: #44c37e;
}

.cart-popup-wrapper {
  display: block;
  width: 100%;
  margin: 0 auto;
  clear: both;
  z-index: 3;
  position: relative;
  top: 0;
}

.cart-header {
  position: relative;
  height: 85px;
  background: #f3f3f3;
  color: #444;
  font-size: 32px;
  padding: 18px 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.cart-header span {
  margin-left: 80px;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-section {
  display: inline-block;
  width: 19%;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 15px;
}

.product-summary {
  width: 100%;
  display: block;
  margin-bottom: 60px;
}

.product-summary .cart-popup-product-details {
  padding: 0 15px;
  display: inline-block;
  width: 75%;
}

.product-summary .cart-popup-product-details form#myform input.qty {
  margin-left: 0;
  height: 45px;
}

.product-summary .cart-popup-product-details .add-to-cart button {
  height: 45px;
  width: 120px;
  margin-bottom: 10px;
}

.product-summary .cart-popup-product-details .cart-popup-product-name p {
  color: #2e2e4e;
  font-size: 14px;
  line-height: initial;
  max-width: 95%;
  margin: 15px 0 10px 0;
}

.product-summary .bottom-button-section {
  float: right;
  text-align: right;
  width: 75%;
  box-sizing: border-box;
  padding-right: 20px;
}

@-moz-document url-prefix() {
  .product-summary .bottom-button-section {
    top: 351px;
  }

}

.button-wrapper a:hover {
  text-decoration: none;
}

.product-summary .bottom-button-section .button-wrapper a {
  width: 220px;
  height: 45px;
  border: 1px solid #c6c6c6;
  display: inline-block;
  text-align: center;
  line-height: 43px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  background: #f2f7fb;
}

.product-summary .bottom-button-section .button-wrapper img {
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #c6c6c6;
  padding: 3.5px 4px;
  border-radius: 2px;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-details-wrapper {
  width: 34%;
  display: inline-block;
  vertical-align: top;
  margin-top: -40px;
}

.cart-popup-product-payment-details {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  background-color: #f5f5f5;
}

.cart-popup-product-payment-details .cart-details {
  color: #000;
  font-weight: 600;
}

.cart-popup-product-payment-details .cart-details p {
  display: inline-block;
  width: 70%;
  margin: 5px 0 10px;
  font-size: 20px;
}

.cart-popup-product-payment-details .cart-details p.sub-total {
  width: 28%;
  font-size: 16px;
  text-align: right;
  padding-right: 8px;
}

.cart-popup-product-payment-details .cart-details p i {
  font-size: 23px;
  color: #0b2f5e;
  margin-right: 5px;
}

.cart-popup-product-payment-details .cart-price-details {
  margin-top: 0;
  border: 1px solid #c6c6c6;
}

.cart-popup-product-payment-details .cart-price-details p {
  padding: 10px;
  border-bottom: 1px solid #c6c6c6;
  margin: 0;
}

.cart-popup-product-payment-details .cart-price-details label {
  width: 65%;
  float: left;
  font-weight: 600;
}

.payment-msge {
  text-align: center;
  font-weight: 600;
  padding-top: 10px;
}

.payment-msge img {
  margin-right: 5px;
}

.cart-popup-product-shipping-section {
  padding: 0 10px;
}

.shipping-wrapper {
  width: 50%;
  float: left;
  padding: 10px 0;
  height: 65px;
}

.shipping-wrapper div {
  display: inline-block;
  color: #6c6c6c;
}

.shipping-image {
  margin-left: 35px;
  float: left;
  text-align: right;
  margin-top: 5px;
}

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

.shipping-foot {
  margin: 0;
  font-size: 13px;
}

.shipping-head {
  font-weight: 600;
  margin: 0;
  font-size: 13px;
}

.cart-popup-product-shipping-section a.main-btn {
  display: block;
  width: 320px;
  margin-top: 20px;
  margin-bottom: 5px;
  clear: both;
}

.cart-popup-product-shipping-section a.main-btn span {
  display: inline-block;
  height: 45px;
  text-align: center;
  line-height: 45px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
}

.cart-popup-product-shipping-section a.grey span {
  background: #f2f7fb;
  color: #393939;
}

.cart-popup-product-shipping-section a.grey span:hover {
  background: #d9e5ef;
}

.cart-popup-wrapper .cart-popup-product-wrapper .cart-price-details {
  margin-top: 0px;
  clear: both;
  background-color: #fff;
}

.cart-popup-wrapper .cart-popup-product-wrapper .cart-price-details div:last-child p {
  border-bottom: none;
}

.productlist span span {
  width: auto;
  margin-left: 5px;
  color: #000;
  display: inline-block;
  font-size: 14px;
}

.cartpriceinfo span {
  width: 35%;
  color: #114e88;
  display: inline-block;
  text-align: right;
}

.cartpriceinfo label {
  display: inline-block;
  font-weight: 600;
  width: 70%;
}

.cartpriceinfo span span {
  width: auto;
  margin-left: 5px;
  color: #000;
  display: block;
}

.cart-popup-wrapper .cart-popup-footer-wrapper {
  margin-top: 30px;
}

.product-detail-left {
  float: left;
  width: 620px;
  margin-right: 40px;
}

.product-detail-left .top-section .title-area {
  width: 652px;
  float: left;
}

.product-detail-left .top-section .title-area h2 {
  color: #444444;
  font-weight: 700;
  font-size: 27px;
  margin: 0;
  padding-bottom: 36px;
  padding-top: 20px;
}

.product-detail-left .product-view-section {
  float: left;
  width: 100%;
  position: relative;
}

.product-detail-left .product-view-section a#ui-carousel-prev {
  left: 31%;
}

.product-detail-left .product-view-section a#ui-carousel-next {
  left: 31%;
}

.product-detail-left .product-view-section #gallery_pdp {
  height: 400px !important;
  margin: 0;
}

.product-detail-left .product-view-section #gallery_pdp a img {
  margin-bottom: 13px;
}

.product-detail-left .product-view-section .gallery-viewer {
  width: 81.3%;
  float: left;
  max-width: inherit;
  text-align: center;
}

.product-detail-left .product-view-section .gallery-viewer img {
  width: auto;
  height: auto;
  padding-left: 0;
}

.product-detail-left .product-view-section .ribbon {
  right: 0;
  top: 10px;
}

.product-detail-left .product-view-section .ribbon span {
  font: 400 12px/18px;
  letter-spacing: 2px;
  box-shadow: none;
}

.product-detail-left .product-view-section .ribbon span::after {
  border-color: #698090 #698090 transparent transparent;
}

.product-detail-left .product-view-section .ribbon span::before {
  border-color: #698090 #698090 transparent transparent;
}

.intellisuggest-title {
  font: 600 24px;
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0px;
}

.product-detail-left .people-bought .product {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 14px 0;
  text-align: center;
  width: 169px;
}

.product-detail-left .people-bought .product:last-child {
  margin-right: 0px;
}

.product-detail-left .people-bought .product .product-text {
  color: #114e88;
  padding: 20px 20px 10px;
  text-align: center;
  cursor: pointer;
}

.product-detail-left .people-bought .product .discount .text .lowest-price {
  float: left;
  text-align: center;
  width: 100%;
  font: 600 16px/1;
  padding-top: 5px;
}

.product-detail-right {
  float: right;
  width: 455px;
}

.cartform {
  text-align: center;
  width: auto;
  float: left;
  position: relative;
  margin: 0px 20px;
}

.product-detail-right .payment-section, .sales-section .payment-section {
  float: left;
  width: 455px;
  margin-top: 20px;
  padding-bottom: 0px;
}

.product-detail-right .buy-back-price {
  padding-bottom: 15px;
}

.category-product-list .payment-section {
  width: 380px;
  margin-top: -40px;
}

.category-product-list  .product-list-buyback {
  padding: 0 5px;
  float: right;
  font-size: 11px;
}

.category-product-list  .product-list-buyback span {
  margin-left: 5px;
}

.category-product-list .prod-detail .stock-rating .stock .rating-star {
  width: 70px;
  margin: 3px 5px 0;
}

.category-product-list .payment-section .list-view-title {
  background-color: #f3f3f3;
  color: #444;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
}

.category-product-list .add-to-cart {
  margin-top: 20px;
  height: auto;
}


.category-product-list .payment-section .payment-inner thead {
  font-size: 12px;
}

.category-product-list .payment-section .payment-inner thead th {
  padding: 5px 0 5px 10px;
  color: #444;
}

.category-product-list .payment-section .payment-inner thead th a {
  color: #444;
  font-size: 16px;
}

.category-product-list .payment-section .payment-inner thead th a .fa-info-circle {
  font-size: 10px;
  position: relative;
  top: -5px;
}

.category-product-list .payment-section .payment-inner thead th a .fa-money-bill {
  padding-right: 5px;
}

.category-product-list .payment-section .payment-inner tr {
  border-bottom: 1px solid #eaeaea;
}

.category-product-list .payment-section .payment-inner td {
  padding: 5px 10px;
}

.category-product-list .payment-section .payment-inner .stock-alert-btn {
  margin-left: 70px;
}

.border-light {
  border: 1px solid #ccc !important;
}

#accessoriestable{
  display: block;
}

.product-detail-right .fa-question-circle::before {
  padding-left: 5px;
  font-size: 16px;
}

.product-detail-right .payment-inner #myform {
  padding-left: 15px;
}

.product-detail-right .payment-inner #myform .qty {
  padding-left: 23px;
}

.product-detail-right .payment-inner table.card-image {
  margin-bottom: 0px;
}

.welcome-message {
  cursor: pointer;
}

.welcome-message .fa-user {
  margin-right: 5px;
}

.welcome-message .fa-sort-down {
  position: relative;
  top: -2px;
  left: 5px;
}

.my-account-dropdown {
  z-index: 9000;
  text-align: left;
  position: absolute;
  top: 0px;
  width: 194px;
  display: none;
  left: 0;
  box-shadow: 0 0 1px #ccc;
  border: 1px solid #ededed !important;
  background: #f8f8f8;
  text-transform: uppercase;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
}

.my-account-dropdown li {
  font-size: 12px;
  font-weight: 400;
  height: 27px;
  display: block !important;
  line-height: 25px;
  border-bottom: 1px solid #eaeaea;
}

.my-account-dropdown li:hover, .my-account-dropdown li:active {
  background: #eaeaea;
}

.my-account-dropdown a {
  width: 100%;
  display: block;
  padding: 0 8px !important;
  color: #444 !important;
}

.my-account-dropdown .fa {
  color: #444;
  width: 18px;
}

.dotted {
  border-bottom: 1px dotted;
}

ul.breadcrumb-2 {
  padding: 0;
  padding-left: 0px !important;
  list-style: none;
  margin: 0 !important;
  border-bottom: 1px solid #ccc;
}

ul.breadcrumb-2 li {
  display: inline;
  padding-bottom: 21px;
  padding-right: 15px;
  line-height: 10px;
}

ul.breadcrumb-2 li a {
  color: #bbb;
}

ul.breadcrumb-2 li a:after {
  color: #000;
  content: "\f101";
  font-family: "Font Awesome 5 pro";
  font-size: 12px;
  padding-left: 4px;
  padding-top: 2px;
  position: absolute;
  font-weight: 900;
}

ul.breadcrumb-2 li:last-child a {
  cursor: default;
}

ul.breadcrumb-2 li:last-child a:after {
  content: '';
}

ul.breadcrumb-2 li span {
  font: 700 12px;
}

ul.breadcrumb-2 li a {
  color: #7d7d7d;
}

ul.breadcrumb-2 li {
  display: inline-block;
}

/*breadcrumb model-2 end*/

/*tab changing code for product-detail page start*/
.product-detail-page .etabs {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}

.product-detail-page .tab {
  float: left;
  background: #f8f8f8;
  position: relative;
  border: solid thin #ccc;
  border-radius: 5px 5px 0 0;
  border-bottom: none;
  padding: 10px 15px;
  font-size: 1.2em;
}

.product-detail-page .tab a {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #444444;
  font-size: 16.8px;
  display: block;
  padding: 0 10px;
  outline: none;
}

.product-detail-page .tab a:hover {
  text-decoration: none;
}

.product-detail-page .tab.active {
  background: #fff;
  position: relative;
  top: 1px;
  border: solid thin #2e2e4e;
  border-bottom: transparent;
}

.product-detail-page .tab a.active {
  font-weight: 400;
  color: #444444;
}

.tab a.active {
  color: #114e88;
  font-weight: bold;
}

.product-details-right {
  width: 455px;
  float: right;
  clear: right;
}

.product-details-right .product-details {
  background: #0d7487;
}

.product-details-right .product-details h2 {
  padding: 10px 0;
  margin: 0;
  color: #fff;
  font-size: 1.2em;
}

.product-details-right table {
  margin-top: 15px;
  margin-bottom: 15px;
}

.product-details-right table tbody {
  border-bottom: solid thin #cccccc;
}

.product-details-right .label {
  display: block;
  font-size: 11px;
  color: #444;
  background: #f3f3f3;
  border-radius: 0;
  border: 1px solid #ccc;
  border-width: 1px 1px 0;
}

.product-details-right td {
  vertical-align: middle !important;
  border-right: 1px solid #ccc;
  padding: 0 !important;
}

.product-detail-page .tab-container .panel-container {
  background: #fff;
  border-top: solid thin #2e2e4e;
  float: left;
  width: 650px;
}

.product-detail-page .tab-container .panel-container .specification-detail {
  padding: 0 15px;
}

.product-detail-page .tab-container .panel-container .specification-detail p {
  font: 400 14px;
}

.product-detail-page .tab-container .panel-container .specification-detail ul {
  padding-left: 10px;
}

.product-detail-page .tab-container .panel-container .specification-detail ul li {
  font: 400 14px;
}

/*tab changing code for product-detail page start*/
.product-detail-page .panel-container {
  margin-bottom: 10px;
}

.prod-detail .stock-rating .stock {
  text-align: left;
}

.category-product-list .prod-detail .availability p.instock {
  padding-left: 0;
  top: 0;
}

.prod-detail .availability {
  color: #000;
  width: auto;
  float: left;
}

.availability.out-of-stock {
  background: #f29940;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
}

.prod-detail .availability .fa-tag {
  color: #6bcf99;
  font-size: 14px;
  margin-right: 5px;
}

.availability .fa-check-circle {
  color: #439439;
}

.product-img > img {
  cursor: pointer;
}

.promotions > div.review-section:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.presale-section.promotions .shipping > div .col, .product-detail-right .shipping-section .shipping > div .col {
  float: left;
  height: auto;
  padding: 8px 0 0;
  width: 399px;
  margin: 0;
}

.pdp-shipping-promo {
  width: 440px;
  float: right;
  margin-top: 20px;
}

.pdp-shipping-promo a img {
  margin: 0 auto;
}

.people-bought > h2 {
  font: 700 24px;
}

.product-detail-page .tab-container .panel-container table td:nth-child(1) {
  padding-left: 18px;
  width: 231px;
  font: 600 15px;
}

.product-detail-page .tab-container .panel-container table tr:nth-child(odd) {
  background: #ebebeb;
}

.product-detail-page .tab-container .panel-container table tr:nth-child(even) {
  background: #fff;
}

.specification-detail > table {
  width: 100%;
  border-collapse: collapse;
}

.product-detail-page .tab-container {
  float: left;
  padding-top: 42px;
  width: 100%;
}

.product-detail-page .panel-container > div {
  padding-top: 15px;
  padding-bottom: 10px;
}

.product-detail-page .tab-container .panel-container table tr td {
  padding: 5px 0;
}

.product-detail-page .tab-container .panel-container table tr td:nth-child(2) {
  color: #666;
  font: 400 15px;
}

.product-detail-page .tab-container h4 {
  padding: 0 0 10px 0;
  font-size: 17px;
  border-bottom: 1px solid #CCC;
  font-weight: 700;
}

.product-detail-page .tab-container p {
  margin: 0 0 10px;
}

.feedback {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.product-review tbody tr:nth-child(1) td:nth-child(1) {
  padding: 20px 20px 20px;
}

.review-section .product-review .stars-section {
  padding-top: 30px;
}

.grey-text {
  color: #676767;
}

.error-message, .success-message, .woocommerce-error, .woocommerce-message, div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  position: relative;
  font-weight: 600;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  width: auto;
  display: block;
}

.error-message, .woocommerce-error, div.wpcf7-validation-errors {
  color: #c01313;
  font-size: 16px;
  background-color: #f8f8f8;
  margin-top: 20px;
  margin-bottom: 0px;
}

.checkout-detail .woocommerce-error {
  margin: 0 0 20px 0;
}

.error-message span a, .woocommerce-error span a {
  text-decoration: none;
  color: #114e88;
  font-weight: 600;
}

.error-message span a:hover, .woocommerce-error span a:hover {
  text-decoration: underline;
}

.success-message, .woocommerce-message, div.wpcf7-mail-sent-ok {
  color: #000000;
  font-size: 16px;
  background-color: #f8f8f8;
  margin-top: 20px;
}

.woocommerce-message .fa-check {
  color: #34A267;
}

.error-message:before, .woocommerce-error:before, div.wpcf7-validation-errors:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 18px);
  top: -webkit-calc(50% - 18px);
  top: -moz-calc(50% - 18px);
}

.success-message:before, .woocommerce-message:before, div.wpcf7-mail-sent-ok:before {
  position: absolute;
  left: 20px;
  top: calc(50% - 20px);
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
}

.cart-popup-product-details .woocommerce-error {
  border-radius: 3px;
  width: 100%;
  float: none;
  padding: 5px 5px 5px 80px;
  margin: 0 0 20px 0;
  font-size: 13px
}

.product-detail-page .review-section .product-review .stars {
  padding-bottom: 4px;
}

.eligible-criteria {
  margin-top: 13px;
  width: 100%;
  height: 50px;
}

.eligible-criteria .selling-price {
  float: left;
  text-align: right;
  width: auto;
}

.eligible-criteria .selling-price p {
  font: 400 16px;
  margin: 0;
  display: inline-block;
}

.eligible-criteria .selling-price p span {
  font: 600 16px;
}

.eligible-criteria .availability {
  width: auto;
  float: right;
  font-size: 16px;
}

.eligible-criteria .availability p {
  margin: 0;
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/green-tick.png");
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: #000;
  padding-left: 25px;
  font: 400 16px;
}

#see-more-review {
  padding-top: 20px;
  font-weight: 600;
  margin-left: 170px;
  width: 100%;
  cursor: pointer;
  text-align: right;
}

.payment-inner table tbody tr:nth-child(odd) td {
  background: #f6f6f6;
}

.product-detail-left .fa-home::before {
  color: #114e88;
}

.people-bought {
  float: left;
  width: 100%;
}

.stock-alert-btn span {
  color: #ffffff !important;
}

.outofstock {
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
}

.outofstock i {
  cursor: pointer;
}

#outofstocktip {
  left: 130px;
  top: 35px;
  text-align: left;
}

#outofstocktip:before {
  margin-left: 100px !important;
}

#outofstocktip:after {
  margin-left: 101px !important;
}

.product-review {
  height: 75px;
}

.product-detail-right .product-review-title {
  float: left;
  font-size: 20px;
  width: auto;
  padding-top: 6px;
  padding-left: 6px;
}

.product-detail-right .review-btn {
  float: right;
  width: auto;
}

.product-detail-right .fa-question-circle::before {
  padding-left: 0px;
}

.product-detail-right {
  position: relative;
}

.stock-detail {
  border: 1px solid #114e88;
  border-radius: 3px;
  padding: 15px;
  position: absolute;
  right: 16px;
  z-index: 2;
  top: 74px;
  width: 262px;
  background: #fff;
  display: none;
  box-shadow: 0.5px 0 2px #1c1c1c;
}

#buybacktip {
  right: 0;
  top: 735px;
}

.stock-detail i {
  text-align: right;
  float: right;
  color: #ccc;
  cursor: pointer;
}

.stock-detail:after, .stock-detail:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.stock-detail:after {
  border-color: transparent transparent #fff  transparent;
  border-width: 6px 17px 12px 1px;
  margin-left: -38px;
}

.stock-detail:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: rgba(194, 225, 245, 0) rgba(194, 225, 245, 0) #114e88;
  border-width: 8px 20px 14px 1px;
  margin-left: -39px;
}

.stock-detail.active {
  display: block;
}

.stock-detail h3 {
  color: #114e88;
  margin: 0;
  font: 600 14px;
}

.stock-detail p {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.payment-title {
  text-align: center;
  width: 100%;
}

.payment-title h2 {
  font: 600 38px;
  margin: 0;
  padding-bottom: 26px;
  padding-top: 36px;
}

.tool-tip {
  border: 1px solid #114e88;
  border-radius: 3px;
  padding: 15px;
  position: absolute;
  right: -26px;
  top: -84px;
  width: 262px;
  background: #fff;
  display: none;
  box-shadow: 0.5px 0 2px #1c1c1c;
}

.tool-tip-cart {
  float: left;
  display: none;
  position: absolute;
  border: 1px solid #114e88;
  border-radius: 3px;
  margin-top: 10px;
  background: #fff;
  width: 400px;
  padding: 15px;
  box-shadow: 0.5px 0 2px #1c1c1c;
  z-index: 1;
}

.card > .tool-tip-cart {
  margin-right: 20px;
  float: right !important;
}

.bumpdown {
  top: 40px;
  z-index: 3;
  font-weight: normal;
  width: 385px;
  right: 60px;
  left: auto;
}

.cart-title {
  position: relative;
}

.productpresale {
  top: 93px;
}

.tool-tip.status-tool {
  top: 80px;
  width: 202px;
}

.tool-tip.status-tool.refund {
  right: -148px;
  top: 120px;
  width: 199px;
}

.tool-tip.status-tool.refund.red {
  right: -121px;
  top: 146px;
  width: 223px;
}

.tool-tip.status-tool.refund.red > div > i {
  position: absolute;
  right: 5px;
  text-align: right;
  top: 5px;
}

.tool-tip.status-tool.refund.red p {
  padding-bottom: 0px;
}

.tool-tip.status-tool.refund.red:after, .tool-tip.status-tool.refund.red:before {
  left: 22%;
  top: -20.6%;
}

.tool-tip.status-tool.refund p {
  color: #000 !important;
  text-align: left;
  padding-bottom: 0px;
}

.tool-tip.status-tool.refund:after, .tool-tip.status-tool.refund:before {
  left: 36%;
  top: -18.1%;
}

.tool-tip.status-tool.estimate {
  right: 88px;
}

.tool-tip.status-tool.estimate.status-3 {
  width: 263px;
  right: -82px;
}

.tool-tip.status-tool.estimate.status-3:after, .tool-tip.status-tool.estimate.status-3:before {
  left: 22%;
  top: -9.8%;
}

.tool-tip.status-tool i {
  color: #ccc;
  cursor: pointer;
  float: right;
  text-align: right;
}

.tool-tip.status-tool P {
  font: 400 14px;
}

.tool-tip.status-tool:after, .tool-tip.status-tool:before {
  top: -15.5%;
  left: 37%;
}

.tool-tip.status-tool:before {
  border-color: transparent transparent #114e88;
  border-width: 10px 14px 12px 5px;
}

.tool-tip.status-tool:after {
  border-color: transparent transparent #fff;
  border-width: 13px 12px 10px 5px;
}

#ccv_block .tool-area {
  position: absolute;
  right: 10px;
  top: 10px;
}

#ccv_block .new-input {
  padding-bottom: 0
}

.tool-tip.checkout {
  border: 1px solid #114e88;
  display: block;
  right: 0;
  left: 40px;
  z-index: 1;
  top: -30px;
  padding: 12px 9px;
  display: none;
}

.tool-tip.checkout > i {
  position: absolute;
  top: 2px;
  right: 15px;
  color: #cccccc;
  cursor: pointer;
  float: right;
  text-align: right;
}

.tool-tip.echeck-tooltip {
  width: 800px;
  top: 35px;
  left: -22px;
  padding: 5px 15px;
}

.tool-tip.checkout.active {
  display: block;
}

.tool-tip.checkout:after, .tool-tip.checkout:before {
  left: 25px;
  top: 22%;
}

.tool-tip.checkout:after {
  border-color: transparent   #ffff transparent  transparent;
  margin-left: -38px;
  top: 23%;
  border-width: 1px 12px 18px 2px;
}

.tool-tip.checkout:before {
  border-color: transparent  #114e88 transparent  transparent;
  margin-left: -43px;
  border-width: 2px 12px 18px 5px;
}

.tool-area .tool-tip.echeck-tooltip:before, .tool-tip.echeck-tooltip:after {
  left: 30% !important;
  top: auto !important;
}

.tool-area .tool-tip.echeck-tooltip:before {
  border-color: rgba(17, 78, 136, 0);
  border-bottom-color: #114e88;
  border-width: 12px;
  margin-left: -12px;
}

.tool-area .tool-tip.echeck-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.tool-tip .cart-area {
  float: left;
  width: 100%;
}

.tool-tip .cart-area.first {
  padding-bottom: 20px;
}

.tool-tip .cart-area p {
  color: #9b9b9b;
  font: 14px !important;
}

.tool-tip .cart-area .card-image {
  width: 50%;
  float: left;
}

.tool-tip .cart-area .card-section {
  width: 50%;
  float: left;
}

.tool-tip.active {
  display: block;
}

.tool-tip p {
  margin: 0;
  font: 400 14px !important;
}

.tool-tip:after, .tool-tip:before {
  bottom: 100%;
  left: 102%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  top: 100%;
}

.tool-tip:after {
  border-color: #fff transparent transparent;
  border-width: 9px 13px 10px 4.5px;
  margin-left: -38px;
}

.tool-tip:before {
  border-color: #114e88 transparent transparent;
  border-width: 11px 15px 12px 5.5px;
  margin-left: -39px;
}

/*tool tip area end*/
.payment-page .payment-section {
  padding-bottom: 90px;
}

.payment-page .payment-section h3 {
  font: 600 18px;
  margin-bottom: 13px;
  margin-top: 0;
}

.payment-page .payment-section .add-another {
  padding-top: 15px;
}

.payment-page .payment-section .credit-card {
  float: left;
  width: 100%;
}

.payment-page .payment-section .credit-card .chk-box {
  margin-bottom: 16.5px;
  padding-left: 16px;
}

.payment-page .payment-section .account-details {
  float: right;
  width: 52%;
}

.payment-page .payment-section .account-details .chk-box {
  margin-bottom: 16.5px;
  padding-left: 16px;
}

.payment-page .payment-section .tab-content {
  display: none;
  padding: 15px 0px;
}

.payment-page .payment-section .tab-content.tab-content.current {
  display: inherit;
}

.payment-page .payment-section ul.tabs {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none;  /* border: 1px solid #ccc; */
  float: left;
  width: 100%;
  background: #e7eaed;
  color: #6e6e6e;
}

.payment-page .payment-section ul.tabs li {
  width: 240px;
  background: none;
  color: #222;
  padding: 10px 15px;
  cursor: pointer;
  float: left;
  text-align: center;
  color: #6e6e6e;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.payment-page .payment-section ul.tabs li a:hover {
  text-decoration: none;
}

.payment-page .payment-section ul.tabs li.method {
  padding: 3px 15px 6px;
}

.payment-page .payment-section ul.tabs li span {
  width: 100%;
  display: block;
  font: 700 14px;
  text-transform: uppercase;
  color: #000;
}

.payment-page .payment-section ul.tabs li span.methods {
  background: url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/payment-methods-hover.png") no-repeat scroll 21px 5px;
  padding-left: 33px;
  padding-top: 6px;
}

.payment-page .payment-section ul.tabs li span i {
  color: #6e6e6e;
  font-size: 15px;
  padding-right: 8px;
}

.payment-page .payment-section ul.tabs li:nth-child(1) {
  border-left: 1px solid #ccc;
}

.payment-page .payment-section ul.tabs li:nth-child(4) {
  padding: 5px 15px 4px;
}

.payment-page .payment-section ul.tabs li.current {
  background: #114e88;
  color: #fff;
  border: 1px solid #114688;
}

.payment-page .payment-section ul.tabs li.current span {
  color: #fff;
}

.payment-page .payment-section ul.tabs li.current span.methods {
  background: rgba(0, 0, 0, 0) url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/payment-methods.png") no-repeat scroll 21px 5px;
  padding-left: 33px;
}

.payment-page .payment-section ul.tabs li.current span i {
  color: #fff;
}

.payment-page .payment-section table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  float: left;
  width: 100%;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(1), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(1) {
  width: 287px;
  padding-left: 15%;
  text-align: left;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(2), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(2) {
  width: 95px;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(3), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(3) {
  width: 80px;
}

.payment-page .payment-section table.credit-detail thead tr th:nth-child(4), .payment-page .payment-section table.credit-detail tbody tr td:nth-child(4) {
  width: 74px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(1), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(1) {
  width: 151px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(2), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(2) {
  width: 156px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(3), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(3) {
  width: 160px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(4), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(4) {
  width: 83px;
}

.payment-page .payment-section table.acct-detail thead tr th:nth-child(5), .payment-page .payment-section table.acct-detail tbody tr td:nth-child(5) {
  width: 80px;
}

.payment-page .payment-section table .chk-area {
  display: table;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
}

.payment-page .payment-section table .acct-details {
  float: left;
  text-align: center;
  width: 50%;
}

.payment-page .payment-section table .acct-details .chk-area {
  margin: 0;
  text-align: left;
}

.payment-page .payment-section table .acct-details .chk-area form {
  width: 450px;
}

.payment-page .payment-section table .acct-details .chk-area form input {
  max-width: 450px;
}

.payment-page .payment-section table tr:last-child td {
  border-bottom: none;
}

.payment-page .payment-section table tr td:last-child, .payment-page .payment-section table tr th:last-child {
  border-right: 0px;
}

.payment-page .payment-section table tr td p.delete {
  color: #114e88;
  font: 400 16px;
  cursor: pointer;
}

.add-another {
  float: left;
  margin-right: 15px;
}

.add-another button {
  border-radius: 4px;
  max-height: 39px;
  padding: 9px 40px;
  font-weight: 600;
  width: auto;
  min-height: 51px;
}

.add-another button span {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.chk-box {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*customized checkbox*/

/* Hide the browser's default checkbox */
.chk-box input {
  position: absolute;
  opacity: 0;
}

.chk-box .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #ccc;
}

.chk-box:hover input ~ .checkmark {
  background-color: #ccc;
}

.chk-box .checkmark:after {
  left: 4px;
  top: 1px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chk-box .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chk-box input:checked ~ .checkmark {
  background-color: #34A267;
  border: none;
}

.chk-box input:checked ~ .checkmark:after {
  display: block;
}

.empty-payment p {
  padding-top: 10px;
  margin-bottom: 7px;
}

.payment-period select {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 60px;
  float: left;
  width: 100%;
  position: relative;
  color: #555;
  font: 400 14px/1;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: pointer;
  text-indent: 0.01px;
  cursor: pointer;
  padding-left: 10px;
}

select option {
  text-align: center;
}

.csc {
  padding-left: 15px;
  width: 95px;
  height: 36px;
  padding-top: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.echeck-link-guest {
  float: left;
  margin: 10px 0;
  position: absolute;
  bottom: 10px;
}

.single-check-link.echeck-link-guest {
  position: static;
  width: 400px;
  height: 50px;
}

.tool-area i {
  cursor: pointer;
  margin-left: 5px;
  margin-top: 11px;
  float: left;
}

.credit-details.payment-3 .chk-box {
  margin-left: 0px !important;
}

.credit-details .chk-area.default {
  text-align: left;
  margin: 0;
}

.credit-details .new-input {
  padding-bottom: 20px;
  padding-right: 20px;
  width: auto;
  float: left;
}

.payment-period .month, .payment-period .years {
  float: Left;
  position: relative;
  margin-right: 15px;
  width: 136px;
}

.payment-page .routing-sec, .modal-body .routing-sec {
  float: right;
  padding: 45px 33px 30px;
  width: auto;
}

.acct-details {
  padding-top: 24px;
}

.acct-details .chk-box {
  padding-bottom: 10px;
}

.payment-page form, .modal-body form, .modal-body .form {
  float: left;
  position: relative;
  width: auto;
}

.button-section.address-button {
  padding-bottom: 0px;
  float: right;
}

#save-address {
  width: 150px;
}

.button-section.address button {
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

.button-section.save {
  padding-bottom: 0px;
  padding-top: 10px;
  border-radius: 5px;
}

.user-address .form {
  position: absolute;
  bottom: 15px;
}

.button-section.save button {
  width: 105px;
  height: 40px;
}

.button-section .grey {
  background: #f2f7fb;
  color: #000;
  margin-left: 15px;
}

.button-section button.grey:hover {
  background: #d9e5ef;
}

.button-section button span {
  font-weight: 600;
}

.payment-page .payment-section .new-credit form {
  padding-top: 24px;
  padding-left: 15px;
}

.payment-page .payment-section .new-credit form.payment-4 {
  padding-top: 0px;
}

.credit-detail table, .credit-detail th, .credit-detail td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.payment-page .payment-section .new-credit table thead tr th {
  font: 600 16px;
  background: #f4f4f4;
  height: 40px;
}

.payment-page .payment-section .new-credit table .new-input {
  float: left;
  padding-bottom: 10px;
}

.payment-page .payment-section .new-credit table .new-input input {
  width: 342px;
  padding: 18px 0 5px 15px;
}

.payment-page .payment-section .new-credit table .chk-area {
  text-align: left;
  margin: 0 auto;
}

.payment-page .payment-section .new-credit table .chk-area label.chk-box {
  font-size: 14px;
  font-weight: 400;
}

.payment-page .payment-section .new-credit table .chk-area .checkmark {
  top: 2px;
}

/*checkout page*/
.ie .checkout.tool-tip:after {
  top: 23.5%;
  border-color: transparent white transparent transparent;
}

.shipping-images {
  float: right;
  padding-top: 11px;
  width: auto;
}

.shipping-images .fako {
  padding-right: 12px;
}

.cart-page.chekout.two-column a, .cart-page.address.two-column a {
  color: #2e2e4e;
}

.bitpay_checkout_text {
  width: 400px;
}

.bitpay_checkout_text img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

#bitpaymodal {
  text-align: center;
  margin-top: 20px;
  display: block;
}

#bitpaymodal button {
  width: 400px;
  height: 40px;
}

.checkout-block .head {
  padding: 0 30px;
}

.checkout-detail {
  margin-bottom: 20px;
  float: left;
  width: 55%;
  padding-top: 20px;
}

.my-account-box {
  width: 100%;
  padding-top: 0px;
}

.my-account-box form {
  width: 100%;
}

#updatemyacount, #updatemypass, #change_email, #jm-modifty-account-btn {
  width: 200px;
  height: 50px;
}

#cancelchange, #cancel-pwd-change, #cancel-email-change, .canceladdress {
  width: 150px;
  height: 50px;
}

.my-account-box.edit-address {
  display: none;
}

.my-account-box.edit-address table {
  margin-bottom: 0px;
}

.my-account-box.edit-address table .address-block {
  padding: 0 17px;
}

.my-account-box.edit-address.active {
  display: block;
  padding-top: 0;
}

.my-account-box .checkout-block::after {
  border: none !important;
}

.my-account-box.my-info {
  margin-bottom: 20px;
}

.my-account-box.my-info.hide-table {
  display: none;
}

.my-account-box.edit-info-det {
  display: none;
}

.my-account-box.edit-info-det.active {
  display: inline-block;
}

.my-account-box.change-pwd-det {
  display: none;
}

.my-account-box.change-pwd-det.active {
  display: inline-block;
}

.my-account-box.change-email-det {
  display: none;
}

.my-account-box.new-cc-wrapper {
  min-height: 190px;
  padding: 10px !important;
}

.my-account-box.change-email-det.active {
  display: inline-block;
}

.my-account-box .left-section.hide-section {
  display: none;
}

.my-account-box .right-section.full-width {
  width: 100%;
}

table#cc-list-table {
  padding-bottom: 10px !important;
}

.next-step {
  width: 100%;
  text-align: right;
}

.next-step .proceed-btn {
  padding: 20px 25px;
}

.next-step p {
  text-align: center;
  margin-top: 20px;
}

.next-step p a {
  color: #005aa3;
  font: 600 14px;
}

.checkout-block {
  width: 100%;
  float: left;
  position: relative;
  background: transparent;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .new-input.state select, .cart-page.address.two-column .checkout-detail .checkout-block .new-input.state select {
  -moz-appearance: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 42px;
  width: 361px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing {
  float: left;
  position: relative;
  width: auto;
  padding-top: 5px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products {
  float: right;
  position: absolute;
  margin-top: 0px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area {
  position: relative;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul {
  position: relative;
  left: 0;
  padding-top: 0px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li, .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li {
  width: 365px;
  height: 38px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li:nth-child(2), .cart-page.address.two-column .checkout-detail .checkout-block #catalog-listing .toolbar.toolbar-products .select-area ul li:nth-child(2) {
  border-top: 1px solid #ccc;
}

#new-shipping-details {
  padding: 20px 0 10px;
  clear: both;
  display: none;
}

#new-card {
  padding: 0 0 10px;
  clear: both;
  display: none;
}

li.init {
  background: #fff url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/dropdown-blue.png") no-repeat scroll 100% center;
  padding-top: 8px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.checkout-block .head {
  border: 1px solid #ccc;
  padding: 0;
  background: #eaeaea;
  width: 100%;
  float: left;
  position: relative;
}

.checkout-block .head.padding-30 {
  padding: 0 30px;
}

.checkout-block .head.block-6 {
  padding: 0px 30px 0px;
}

.checkout-block .head.active {
  border-bottom: 0px;
}

.checkout-block .head h5 {
  padding: 0;
  margin: 0;
  line-height: 50px;
  font-size: 20px;
  width: auto;
  text-transform: uppercase;
}

.checkout-block .head h5 span {
  background: none repeat scroll 0 0 #34A267;
  color: #fff;
  display: block;
  float: left;
  padding: 0px 20px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#catalog-listing .toolbar.toolbar-products .select-area ul li {
  width: 288px;
}

.head.payment-content-area h5 {
  width: 40.5%;
}

.payment-images {
  float: right;
  width: auto;
  padding-right: 18px;
}

.payment-images span {
  float: right;
  line-height: 52px;
  margin-left: 40px;
}

.payment-images img {
  margin-top: 11px;
  margin-right: 3px;
}

.checkout-block .body {
  padding: 0 5px;
  width: 100%;
  float: left;
}

.checkout-block .body.block-6 {
  padding: 10px 30px 10px;
}

.checkout-block .body.block-5 .addr-detail ul {
  margin: 0;
  padding: 5px 0;
}

.checkout-block .body.padding-30 {
  padding: 25px 30px 25px;
}

.checkout-block .body.padding-30.optional {
  padding: 25px 30px 10px;
}

.checkout-block .body.padding-30.optional p {
  padding-bottom: 20px;
}

.checkout-block .body.padding-30 p {
  margin: 0px;
}

.checkout-block .body.block-4 {
  padding: 3px 30px 14px;
}

.checkout-block .body p.digit {
  font: 14px;
}

.addr-detail ul.shipping {
  margin: 0px;
  padding: 0px;
}

.addr-detail ul.shipping .addr p {
  margin: 0;
  padding-top: 2px;
  font-size: 16px;
}

.addr-detail ul.shipping .addr p span:last-child {
  margin-left: 25px;
}

.addr-detail ul li {
  padding: 13px 30px;
  cursor: pointer;
}

li.addr.active {
  padding-left: 30px;
}

.addr-detail ul li.addr .chk-area .chk-box {
  padding-left: 30px;
}

.addr-detail #shipareablocks li.addr .chk-area .chk-box {
  padding-left: 30px;
}

.addr-detail #shipareablocks li.addr #add_new_ship .chk-box {
  margin-top: 0;
}

.addr-detail ul li .card-detail p.add {
  padding-top: 2px;
  margin-top: 0;
}

.card-input-field {
  width: 100%;
}

.full {
  width: 100%;
}

.half {
  width: calc(50% - 10px);
}

.third {
  width: calc((100% - 40px)/3);
}

.tiny {
  width: 95px;
}

.two {
  margin-left: 20px;
  float: left !important;
}

.tabletop {
  vertical-align: bottom;
  font-weight: bold;
  padding: 10px !important;
}

.cart_table_item .add-to-cart {
  float: left;
}

.cart-qty div {
  clear: both;
}

.modified-cart .table thead th {
  text-align: center;
  text-transform: uppercase;
  padding: 7px 0;
  background: #eaeaea;
  font-size: 14px;
  line-height: 22px;
}

.new-input {
  float: left;
  color: #555;
  min-width: 95px !important;
  padding-bottom: 20px;
  position: relative;
}

.new-input input {
  position: relative;
  width: 100%;
  padding: 5px 0 5px 15px;
  height: 60px;
  box-sizing: border-box;
  display: block;
  float: none;
  margin-bottom: 8px;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  border-radius: 5px;
}

.new-input label, .new-text-message label {
  color: #444444;
  left: 15px;
  position: absolute;
  font-weight: 400;
  transform: translateY(10px);
  width: calc(100% - 44px);
  transition-duration: .3s;
  transition-property: color, transform;
  pointer-events: none;
}

.new-input input:focus + label {
  transform: translateY(-20px);
  width: auto;
  background: white;
}

.new-text-message textarea:focus + label {
  transform: translateY(-10px);
  width: auto;
  background: white;
}

label.filled {
  transform: translateY(-20px);
  width: auto;
  background: white;
}

.secure-processing label.filled {
  z-index: 1;
}

.new-text-message label.filled {
  transform: translateY(-10px);
}

.addr-detail ul li .card-input-field form .new-input input {
  padding-left: 15px;
  width: 95px;
  height: 36px;
  padding-top: 13px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.card-input-field p {
  margin-top: 5px;
}

.addr-detail {
  margin-left: 0px;
  padding-bottom: 0px;
}

.toolbar.toolbar-products .select-area ul li {
  width: 339px;
  margin-left: 24px;
}

.toolbar.toolbar-products .select-area ul li.init p {
  color: #9b9b9b;
  margin: 0;
}

.addr-detail ul li form .new-input {
  min-width: 339px;
  max-width: 339px;
}

.addr-detail ul li form .new-input.phone {
  width: auto;
  float: right;
}

.checkout-block .body.active {
  padding: 8px 30px 0px;
}

.secure-processing {
  margin: 0 auto;
  max-width: 577px;
  text-align: center;
}

.secure-processing .card-image {
  padding-top: 23px;
}

.secure-processing .secure-section {
  width: 100%;
  float: left;
  padding: 30px 0 20px;
}

.secure-processing .secure-section > div {
  width: auto;
  display: inline-block;
  margin: 0 auto;
}

.secure-processing .secure-section > .secure-image{
  width: 50px;
}

.secure-processing .secure-section > div.norton-image {
  float: right;
}

.secure-processing .secure-section > div.card-image {
  padding-top: 24px;
}

.secure-processing .secure-section > div.secure-image img {
  margin-left: -10px;
}

.secure-processing .secure-section > div h4 {
  margin: 0;
  text-align: left;
  color: #000;
  padding-top: 5px;
  font: 400 23px;
}

.secure-processing .secure-section > div p {
  color: #555;
  margin: 0;
  font: 400 16px;
}

.e-checking.shiping-list-detail.chk-4 {
  display: none;
}

.e-checking.chk-2 form .new-input {
  padding-bottom: 10px;
}

.authorise {
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 16px;
}

.e-checking .authorise label {
  padding-left: 26px;
  float: left;
}

.authorise label .text {
  font: 400 15px;
  text-align: left;
  float: left;
}

.e-checking .authorise label .checkmark {
  margin-top: 4px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form > div, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form > div {
  width: 100%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form > div input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking.chk-2 form > div input {
  width: 100%;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form {
  width: 100%;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship {
  padding: 5px 0 3px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship #catalog-listing, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.full-width.ship #catalog-listing {
  padding-left: 15px;
}

.toolbar-sorter .select-area ul li {
  width: 367px;
}

.ship.address-form.chk-area {
  margin-left: 0px;
  max-width: 777px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li {
  height: 40px;
  padding-top: 8px;
  text-align: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li:nth-child(2), .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li:nth-child(2) {
  border-top: 1px solid #ccc;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init {
  width: 368px;
  height: 50px;
  margin-bottom: 10px;
  border: 1px solid #979797;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding-top: 15px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init.active p, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init.active p {
  color: #000;
}

.select-area ul li p {
  display: table;
  float: left;
  margin: 0 auto;
  text-align: left;
  width: auto;
  color: #9b9b9b;
  font-size: 14px;
}

.e-checking form #catalog-listing {
  padding-top: 0px;
}

.e-checking form #catalog-listing .toolbar.toolbar-products {
  margin-top: 0px;
}

.e-checking form #catalog-listing .toolbar-sorter {
  margin-top: 0px;
}

.e-checking form #catalog-listing .toolbar-sorter .select-area ul li {
  height: 50px;
  width: 362px;
  padding-top: 14px;
}

.e-checking form #catalog-listing .toolbar-sorter .select-area ul li.init {
  background: #fff url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/drop-down-grey-arrow.png") no-repeat scroll 94% center;
}

.e-checking form .button-section button.grey {
  background: #f2f7fb none repeat scroll 0 0;
  color: #000;
  border-radius: 4px;
  height: 46px;
  margin-right: 15px;
  width: 146px;
  margin-top: 0px;
}

.e-checking form .button-section button.grey:hover {
  background: #d9e5ef;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input {
  width: 50%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input label, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input label {
  color: #9b9b9b;
  top: 17px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address {
  max-width: 761px !important;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.address input {
  width: 100%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input input, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input input {
  height: 50px;
  width: 367px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone {
  clear: both;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone.number, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.phone.number {
  clear: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.odd, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form .new-input.odd {
  width: 100%;
  float: left;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .body .e-checking form #catalog-listing, .cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form #catalog-listing {
  width: 50%;
}

.e-checking form #catalog-listing .toolbar-sorter .select-area ul li.init {
  border: 1px solid #ccc;
}

.paypal-address {
  font-weight: 700;
  font-size: 16px;
}

.checkout-block p {
  padding-top: 9px;
  padding-bottom: 2px;
}

.checkout-block p.note {
  padding-top: 9px;
  padding-bottom: 2px;
  margin: 5px 0 0;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .block-4 .addr-detail ul, .cart-page.address.two-column .checkout-detail .checkout-block .block-4 .addr-detail ul {
  padding-bottom: 0px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.cancel, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.cancel {
  display: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.edit-info, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.edit-info {
  display: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active {
  display: block;
}

.addr-detail.edit-info {
  display: none;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail.edit-info.active {
  margin-left: 2px;
  display: block;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail ul, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail ul {
  float: left;
  padding-bottom: 12px;
  padding-top: 14px;
  width: 100%;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail, .cart-page.address.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail {
  padding-right: 20px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail i {
  font-size: 20px;
  padding-top: 5px;
}

.cart-page.address.two-column .checkout-detail .checkout-block .addr-detail ul .address-detail i {
  font-size: 20px;
  padding-top: 4px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block .method-details, .cart-page.address.two-column .checkout-detail .checkout-block .method-details {
  padding-bottom: 10px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block li.addr, .cart-page.address.two-column .checkout-detail .checkout-block li.addr {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 10px;
  list-style-type: none;
  cursor: pointer;
}

.checkout-block li.addr .chk-box input:checked ~ .checkmark, .checkout-block li.addr .chk-box input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ccc;
}

.cart-page.address.two-column .checkout-detail .checkout-block li.addr.active .card-input-field, .cart-page.chekout.two-column .checkout-detail .checkout-block li.addr.active .payment-page.shiping-list-detail, .cart-page.address.two-column .checkout-detail .checkout-block li.addr.active .payment-page.shiping-list-detail {
  display: block;
  clear: both;
}

.checkout-block li.addr.active .shiping-list-detail.chk-4, .checkout-block li.addr.activeship .shiping-list-detail.chk-4 {
  display: block;
}

.checkout-block li.addr.active .chk-box input:checked ~ .checkmark, .checkout-block li.addr.activeship .chk-box input:checked ~ .checkmark {
  background-color: #fff !important;
  border: 1px solid #0d7487;
}

li.addr.active .addr-detail {
  display: block;
}

li.addr.active .addr-detail.edit-info {
  display: none;
}

li.addr.active .addr-detail.edit-info.active {
  display: block;
}

.shiping-list-detail {
  display: block;
  clear: both;
  padding-top: 20px;
}

.e-checking {
  padding-top: 5px;
}

.e-checking p {
  font-size: 14px !important;
}
#new-echeck {
  min-height: 150px;
}
#new-echeck-description {
  padding-bottom: 20px;
}

.echeck-method-box {
  position: relative;
  min-height: 400px;
  width: calc(50% - 10px);
  float: left;
  border: solid 1px;
  padding: 15px;
  margin-bottom: 10px;
}

.echeck-method-box h5 {
  margin-bottom: 5px;
}

.echeck-question-placeholder {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.echeck-question {
  float: left;
  color: #005aa3;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.echeck-method-box:last-child {
  margin-left: 20px;
}

.shipping-add span {
  margin-top: -2px;
}

li.addr:last-child {
  margin-bottom: 0px;
}

.card-detail, .card-input-field {
  width: auto;
  float: left;
}

.active .card-detail {
  padding-bottom: 20px;
}

#echeck_profiles .active .card-detail {
  padding-bottom: 0;
}

.card-detail p, .card-input-field p {
  width: auto;
  float: left;
  margin: 5px 0 0 0px;
}

.card-detail img {
  width: auto;
  float: left;
  padding-right: 10px;
}

.cart-page .card-detail img {
  margin-top: -3px
}

.stock-detail-area .card-detail p {
  font: 400 14px;
  margin: 5px 0;
}

.card-input-field {
  width: 100%;
  padding-top: 16px;
  padding-left: 30px;
  display: none;
}

.cart-page .card-input-field {
  display: block;
  padding-left: 0;
  padding-top: 0;
}

.cart-page .card-input-field.has-cc {
  margin-left: 10px;
}

.card-input-field .new-input {
  padding-bottom: 0;
}

.new-input label {
  top: 9px;
  text-align: left;
}

.card-input-field img {
  width: auto;
  float: left;
  margin-left: 8px;
  margin-right: 12px;
}

.cart-page.chekout.two-column .checkout-detail .checkout-block li.addr i span, .cart-page.address.two-column .checkout-detail .checkout-block li.addr i span {
  float: right;
  width: 180px;
}

li.addr.active .chk-box {
  width: auto;
  float: left;
  padding-left: 40px;
}

#account-list-table .chk-box .checkmark {
  top: 0;
}

li.addr .chk-box {
  width: auto;
  float: left;
  padding-left: 40px;
  margin-top: 0px;
}

li.addr .chk-box.new {
  padding-left: 28px;
}

li.addr span.ship-address {
  font: 600 16px;
}

li.addr span.ship-address.new {
  font-weight: 400;
  margin-top: 10px;
}

li.addr .main-btn.grey {
  background: #f2f7fb none repeat scroll 0 0;
  color: #000;
  border-radius: 4px;
  height: 50px;
  margin-right: 15px;
  width: 146px;
  margin-top: 0px;
}

li.addr .main-btn.grey.edit_address_button {
  float: right;
}

li.addr .main-btn.grey:hover {
  background: #d9e5ef;
}

.main-btn.grey span {
  color: #393939;
  font: 600 14px;
}

.contact-detail, .address-detail {
  float: left;
}

.cart-page .contact-detail, .cart-page .address-detail {
  margin-top: 2px;
}

.checkout-detail button {
  width: 200px;
}

.butn_checkout_cont button {
  height: 55px;
}

.state_select {
  width: 100%;
  padding: 5px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  color: #555;
  font: 400 14px/1;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  cursor: pointer;
  text-indent: 0.01px;
  cursor: pointer;
  padding-left: 10px;
}

.state_selecter {
  position: absolute;
  right: 16px;
  top: 20px;
  color: #444;
  font-size: 20px;
  display: block;
  pointer-events: none;
}

.contact-detail p, .address-detail p {
  margin: 0;
  padding: 0;
  clear: both;
}

.contact-detail p i, .address-detail p i {
  width: 15px;
  float: left;
  margin-top: 5px;
}

.contact-detail p .fa-phone {
  margin-top: 3px;
}

@-moz-document url-prefix() {
  .contact-detail p .fa-phone {
    margin-top: 8px;
  }

}

.contact-detail p span, .address-detail p span {
  float: left;
}

.contact-detail p span {
  margin-left: 5px;
}

.contact-us .social-links .icons .fab, .contact-us .social-links .icons .fa {
  font-size: 60px;
}

.contact-us .social-links .icons a {
  display: inline-block;
  margin: 15px;
}

.social-links a.youtube {
  color: #cb322c;
}

.social-links a.instagram {
  color: #125688;
}

.social-links a.twitter {
  color: #2ca8d2;
}

.social-links a.blog {
  color: #e96b19;
}

.social-links a.pinterest {
  color: #e43b43;
}

.checkout-block li .checkmark {
  border-radius: 50%;
}

.checkout-block li.shipping-list {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 8px 18px 15px;
}

.checkout-notice {
  background: #f3f3f3;
  height: auto;
  margin: 15px 0;
  padding: 15px 17px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.checkout-notice .fa {
  float: left;
  font-size: 15px;
  margin-right: 7px;
  margin-top: 1px;
}

.checkout-notice p {
  margin: 0;
  padding: 0;
}

.checkout-block li.shipping-list .ground > span {
  color: #555;
  font: 600 16px;
  padding-top: 18px;
  width: 100%;
  float: left;
  padding-bottom: 4px;
}

.ground .chk-area > span {
  color: #000;
  margin-left: 35px;
  display: block;
}

.ground h4 {
  margin-left: 10px;
}

.ground h4 span {
  float: right;
}

.ground .chk-area .chk-box {
  text-align: right;
  float: left;
}

.cart-page.address.two-column .modified-cart .pricing-lock {
  text-align: center;
  font-size: 22px;
  padding: 18px 25px 22px;
  margin-top: 20px;
}

.cart-page.chekout.two-column .modified-cart .pricing-lock {
  text-align: center;
  font-size: 22px;
}

#countprice {
  color: #2e2e4e;
  padding-top: 6px;
  font-weight: 500;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area td, .cart-page.address.two-column .modified-cart table tbody tr.payment-area td {
  color: #000;
  padding-top: 3px;
  padding-left: 18px;
  text-align: left;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area span, .cart-page.address.two-column .modified-cart table tbody tr.payment-area span {
  font-weight: 400;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area.ship #jm_ship {
  text-align: right;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area.border td, .cart-page.address.two-column .modified-cart table tbody tr.payment-area.border td {
  border-top: 1px solid #ccc;
  font-weight: 700;
  padding-bottom: 16px;
  padding-left: 18px;
  padding-top: 13px;
}

.cart-page.chekout.two-column .modified-cart table tbody tr.payment-area.border td span, .cart-page.address.two-column .modified-cart table tbody tr.payment-area.border td span {
  font-weight: 700;
}

button.echeck-link {
  position: absolute;
  bottom: 50px;
  left: 30px;
}

.tab-link {
  height: 41px;
}

.address-area {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  padding: 30px;
}

.account-address {
  width: 100%;
  padding: 10px 30px;
  float: left;
}

.address-area.hide-table, .my-account-box.hide-table {
  display: none;
}

.address-area .user-address {
  width: 366px;
  border: 1px solid #ccc;
  height: 275px;
  float: left;
  margin: 0 20px 20px 0;
  padding: 20px;
  position: relative;
}

.address-area .user-address:nth-child(3n+5) {
  margin-right: 0;
}

.address-area .user-address .button-section.address {
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-top: 80px;
  vertical-align: middle;
}

.address-area .user-address .button-section.address button {
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

.address-area .user-address .button-section.address button span {
  font-weight: 600;
}

.address-area .user-address .button-section.address-button {
  width: 100%;
  float: left;
  padding-bottom: 0px;
}

.address-area .user-address .button-section.address-button button {
  border-radius: 5px;
  height: 40px;
  width: 132px;
}

.address-area .user-address .contact-detail > div {
  width: 100%;
  float: left;
}

.address-area .user-address .contact-detail > div p {
  margin: 0px;
  padding-bottom: 10px;
  width: auto;
  float: left;
  font: 400 16px;
}

.address-area .user-address .contact-detail > div i {
  color: #1e5688;
  font-size: 18px;
  width: 25px;
  float: left;
  margin-top: 3px;
}

.address-area .user-address:last-child {
  margin-right: 0px;
}

/*address page end*/
ul.bullet.blue li:before {
  background-color: #145891;
  top: 10px;
}

ul.bullet li {
  padding-bottom: 6px;
  position: relative;
  padding-left: 10px;
}

ul.bullet li:before {

  /* add the new bullet point */
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  margin-right: 5px;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 0;
}

/*my-info page start*/
.my-account-box {
  display: inline-block;
  border: 1px solid #ccc;
  width: 100%;
  padding: 30px;
}

.my-info.address .payment-section {
  padding-bottom: 30px;
}

.my-account-box .new-input.first-name, .my-account-box .new-input.last-name, .my-account-box .new-input.phone-number, .my-account-box .new-input.current-password, .my-account-box .new-input.new-password, .my-account-box .new-input.confirm-password, .my-account-box .new-input.new-email, .my-account-box .new-input.confirm-new-email, #password_1, #password_2 {
  width: 350px;
  padding-right: 20px;
}

.edit-info-det .phone-number {
  padding-bottom: 0;
}

.my-info.address .my-info .left-section, .my-info.address .my-info .right-section {
  width: 50%;
  float: left;
}

.my-info.address .my-info .left-section > div {
  font: 600 18px;
}

.my-info.address .my-info .left-section > div span {
  font: 400 16px;
}

.my-info.address .my-info .right-section {
  text-align: right;
}

.my-info.address .my-info .right-section ul {
  margin: 0px;
}

.my-info.address .my-info .right-section ul li {
  font: 600 16px;
}

.my-info.address .my-info .right-section ul li i {
  color: #000;
  padding-left: 5px;
  padding-bottom: 7px;
}

.my-info, .order-page {
  margin-top: 0px;
  margin-bottom: 34px;
}

.cart-page.payment-page.two-column.my-info .checkout-detail .checkout-block .body .e-checking form.form-info {
  width: 100%;
  float: left;
  max-width: 100% !important;
}

.cart-page.payment-page.two-column.my-info .checkout-detail .checkout-block .body .e-checking form.form-info .new-input {
  width: auto;
  padding-right: 20px;
  padding-bottom: 11px;
}

.cart-page.payment-page.two-column.my-info .checkout-detail .checkout-block .body .e-checking form.form-info .new-input.confirm {
  padding-right: 0px;
}

/*my-info-3 page end*/

/*order page start*/
.payment-section {
  padding-bottom: 30px;
}

.payment-section .pagination-area {
  padding-top: 10px;
  width: 100%;
  float: left;
}

.payment-section .message {
  width: 100%;
  float: left;
}

.payment-section .message p {
  float: left;
  font: 700 16px/1px;
  margin: 0;
  width: 100%;
  padding-bottom: 32px;
  padding-top: 6px;
}

.payment-section .message p.error-message {
  color: #fe0000;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 21px;
}

.payment-section .past-order {
  width: 100%;
  float: left;
  padding-top: 3px;
}

.payment-section .past-order p {
  margin-top: 0px;
  font: 400 16px/18px;
  margin-bottom: 2px;
}

.payment-section .past-order .button-section {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 14px;
}

.payment-section table tr.cancellation i {
  color: #d0021b;
  padding-right: 6px;
  cursor: pointer;
}

.payment-section table tr.cancellation td:nth-child(1) {
  padding-right: 32px;
}

.payment-section table tr.cancellation.activated {
  border-left: 2px solid #1e66a2;
  border-right: 2px solid #1e66a2;
}

.payment-section table tr.cancellation.activated td {
  background: #f3f3f3;
  border-top: 2px solid #1e66a2;
}

.payment-section table tr.action-history {
  display: none;
}

.payment-section table tr.action-history.activated {
  display: table-row;
  border-left: 2px solid #1e66a2;
  border-right: 2px solid #1e66a2;
}

.payment-section table tr.action-history.activated td {
  border-bottom: 2px solid #1e66a2;
}

.order-table th {
  width: 240px;
  text-align: center;
  color: #13365c;
  background: #f4f4f4;
  font: 600 16px;
  padding: 10px 0;
  height: 40px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.order-table td {
  text-align: center;
  padding: 9px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font: 400 16px;
}

/*main btn grey*/
.main-btn.grey:hover {
  background: #d9e5ef;
}

.main-btn.grey span {
  color: #393939;
  font: 600 14px;
}

/*order page end*/
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  top: 50px;
  left: 50%;
  overflow: visible;
}

.modal#createaccountmodal .modal-content, .sell-to-us .modal .modal-content, .IRA .modal .modal-content {
  width: 703px;
  margin-left: -351px;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.review-area {
  float: left;
}

.modal#createaccountmodal .modal-content .modal-body .new-account form {
  border-bottom: 1px solid #ccc;
}

.modal#createaccountmodal .modal-content .modal-body .new-account form > div:nth-child(even) {
  float: right;
  width: 47.7%;
}

#createaccountmodal .rpassword {
  padding-bottom: 0px;
}

#createaccountmodal .terms {
  width: 100%;
  float: left;
  display: flex;
}

.modal#createaccountmodal .modal-content .modal-body .new-account form > div.terms p {
  text-align: left;
  margin-left: 10px;
  font-size: 11px;
  float: left;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .existing-user {
  border: none;
  margin-top: 10px;
  width: 50%;
  float: left;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .existing-user p {
  text-align: left;
  margin: 0;
  font: 400 16px;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .button-section {
  float: right;
  padding-top: 20px;
  width: auto;
}

.modal#createaccountmodal .modal-content .modal-body .new-account .button-section button {
  width: 307px;
  float: right;
}

.modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 29%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal .modal-content .modal-header {
  background-color: #f3f3f3;
  width: 100%;
  float: left;
  text-align: center;
  border-bottom: none;
}

.modal .modal-content .modal-header img {
  margin: 0 auto;
  width: 200px;
  padding: 0;
}

.modal .modal-content .modal-header .close, .modal .modal-content .modal-header .create-close, .modal .modal-content .modal-header .login-close, .modal .modal-content .modal-header .forgot-close {
  color: #0d7487;
  font-weight: 500;
  font-size: 17px;
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .create-close:hover, .modal .modal-content .modal-header .login-close:hover, .modal .modal-content .modal-header .forgot-close:hover, .modal .modal-content .modal-header .close:focus, .modal .modal-content .modal-header .create-close:focus, .modal .modal-content .modal-header .login-close:focus, .modal .modal-content .modal-header .forgot-close:focus {
  color: #444444;
  text-decoration: none;
  cursor: pointer;
}

.modal .modal-content .modal-body {
  padding: 0 30px 20px;
  width: 100%;
  float: left;
  background: #fff;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.modal .modal-content .modal-body .login-border {
  margin-bottom: 5px;
}

.new-accounts {
  padding-top: 15px;
  clear: both;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

#jmlogin {
  height: 46px;
  width: 100%;
  font-size: 17px;
  padding: 10px 0px;
}

#jm_register_form_button {
  height: 46px;
  width: 210px;
  font: 17px;
  padding: 10px 0px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .reset-text p, .modal .modal-content .modal-body .prefered-contact.new-account.login .reset-text p {
  padding: 0 0 20px;
  text-align: left;
}

.modal .modal-content .modal-body .trading-team.new-account.login .new-accounts p, .modal .modal-content .modal-body .prefered-contact.new-account.login .new-accounts p {
  width: 50%;
  float: left;
  text-align: left;
  margin: 0;
  padding: 10px 0 5px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .new-accounts a, .modal .modal-content .modal-body .prefered-contact.new-account.login .new-accounts a {
  width: 50%;
  float: right;
  text-align: right;
  color: #0d7487;
  padding: 10px 0 5px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .return-section p a, .modal .modal-content .modal-body .prefered-contact.new-account.login .return-section p a {
  color: #0d7487;
  font: 600 14px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password p, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password p {
  width: auto;
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0 0 20px 6px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area {
  float: left;
  margin-bottom: 0px;
  width: 100%;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area a, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area a {
  color: #0d7487;
  font: 600 14px;
  width: 50%;
  float: right;
  text-align: right;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area .chk-box, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area .chk-box {
  padding-left: 23px;
  width: auto;
  float: left;
  margin-bottom: 0px;
}

.modal .modal-content .modal-body .trading-team.new-account.login .forgot-password .chk-area .chk-box input, .modal .modal-content .modal-body .prefered-contact.new-account.login .forgot-password .chk-area .chk-box input {
  left: -9px;
}

.modal .modal-content .modal-body .trading-team.new-account .terms, .modal .modal-content .modal-body .prefered-contact.new-account .terms {
  padding-bottom: 4px;
}

.modal .modal-content .modal-body .trading-team.new-account .terms p, .modal .modal-content .modal-body .prefered-contact.new-account .terms p {
  padding-bottom: 20px;
}

.modal .modal-content .modal-body .trading-team.new-account form > .new-input.last, .modal .modal-content .modal-body .prefered-contact.new-account form > .new-input.last {
  padding: 0px;
}

.modal .modal-content .modal-body .trading-team.new-account .button-section button.main-btn span, .modal .modal-content .modal-body .prefered-contact.new-account .button-section button.main-btn span {
  background: none;
}

.modal .modal-content .modal-body .trading-team.new-account .existing-user, .modal .modal-content .modal-body .prefered-contact.new-account .existing-user {
  width: 100%;
  float: left;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
}

.modal .modal-content .modal-body .trading-team.new-account .existing-user p a, .modal .modal-content .modal-body .prefered-contact.new-account .existing-user p a {
  font: 600 16px;
  padding-left: 15px;
}

.modal .modal-content .modal-body .trading-team.new-account p a, .modal .modal-content .modal-body .prefered-contact.new-account p a {
  color: #0d7487;
}

.modal .modal-content .modal-body .trading-team p, .modal .modal-content .modal-body .prefered-contact p {
  width: 100%;
  text-align: center;
  font: 400 14px;
  margin: 0;
}

.modal .modal-content .modal-body .return-section p {
  padding-top: 10px;
  float: left;
}

#timesup .modal-content .modal-body .trading-team p {
  margin: 20px 0;
}

.modal .modal-content .modal-body .email-call {
  padding-bottom: 10px;
}

.modal .modal-content .modal-body .email-call .radio-section {
  border: 1px solid #979797;
  float: left;
  padding: 15px;
  width: calc(33% - 10px);
  border-radius: 4px;
}

.modal .modal-content .modal-body .email-call .radio-section:nth-child(2) {
  margin-left: 20px;
}

.modal .modal-content .modal-body fieldset {
  margin: 0;
  padding: 0;
}

.modal .modal-content .modal-body .rating {
  border: none;
  float: left;
}

.modal .modal-content .modal-body .rating > input {
  display: none;
}

.modal .modal-content .modal-body .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: "Font Awesome 5 pro";
  display: inline-block;
  content: "\f005";
}

.modal .modal-content .modal-body .rating > .half:before {
  content: "\f089";
  position: absolute;
}

.modal .modal-content .modal-body .rating > label {
  color: #ddd;
  float: right;
}

.modal .modal-content .modal-body .rating > input:checked ~ label, .modal .modal-content .modal-body .rating:not(:checked) > label:hover, .modal .modal-content .modal-body .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}

.modal .modal-content .modal-body .rating > input:checked + label:hover, .modal .modal-content .modal-body .rating > input:checked ~ label:hover, .modal .modal-content .modal-body .rating > label:hover ~ input:checked ~ label, .modal .modal-content .modal-body .rating > input:checked ~ label:hover ~ label {
  color: #FFED85;
}

.modal .modal-content .modal-body .forgot {
  padding-bottom: 0;
}

.modal .modal-content .modal-body .forgot h2 {
  font-size: 18px;
}

.modal .modal-content .modal-body .your-review.login-border h2.border:after {
  left: -1px;
  width: 140px;
}

.modal .modal-content .modal-body .your-review.create-acc h2.border {
  padding-bottom: 20px;
}

.modal .modal-content .modal-body .your-review.create-acc h2.border:after {
  left: 24px;
  width: 137px;
}

.modal .modal-content .modal-body .your-review.create-acc.forgot h2.border:after {
  width: 143px;
  left: 32px;
}

.modal .modal-content .modal-body .your-review h2 {
  text-align: center;
  width: auto;
  display: table;
  margin: 5px auto 0;
  padding: 15px 0;
  color: #444444;
  font-size: 20px;
}

.modal .modal-content .modal-body .your-review h2.border {
  border: none;
}

.modal .modal-content .modal-body .your-review h2.border.request:after {
  width: 146px;
  left: 30px;
}

.modal .modal-content .modal-body .your-review h2.border:after {
  background-color: #b2b6bf;
  content: "";
  display: block;
  height: 1px;
  left: 12px;
  position: relative;
  width: 142px;
}

#modify_echeck_details .modal-content {
  width: 845px !important;
  margin-left: -425px !important;
}

#modify_echeck_details .modal-content .modal-body .your-review h2.border:after {
  width: 198px;
}

.modal .modal-content .modal-body form {
  width: 100%;
}

.modal .modal-content .modal-body form .button-section button {
  width: 100%;
  height: 51px;
}

.modal .modal-content .modal-body .review-area p {
  margin: 7px 10px 0 0;
  float: left;
}

.modal .modal-content .modal-body .review-area .rating img {
  padding-top: 7px;
  padding-bottom: 13px;
}

.modal .modal-content .modal-body .review-area .review {
  width: 100%;
  float: left;
}

.modal .modal-content .modal-body .review-area .review textarea, .sell-to-us .modal .new-text-message {
  margin-top: 15px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
  max-height: 300px;
  border: 1px solid #979797;
  border-radius: 4px;
  padding: 10px 15px 15px 15px;
  font: 14px;
  color: #4a4a4a;
}

.modal .wpcf7-textarea {
  font: 400 14px/1;
}

.ff .payment-page .payment-section ul.tabs li span.methods {
  min-height: 31px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }

}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }

}

.checkout-block .body ul li .chk-box input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #ccc;
}

.checkout-block ul li.active .chk-box input:checked ~ .checkmark, .checkout-block  ul li.activeship .chk-box input:checked ~ .checkmark {
  border: 1px solid #0d7487;
}

.checkout-block ul li.active .chk-box input:checked ~ .checkmark::after, .checkout-block  ul li.activeship .chk-box input:checked ~ .checkmark::after {
  background: #0d7487 none repeat scroll 0 0;
  border-radius: 50%;
  color: #0d7487;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

.checkout-block ul li .chk-box .checkmark::after {
  border: 0 solid transparent;
  content: "";
  display: none;
  font-size: 68px;
  height: 0;
  left: 2px;
  position: absolute;
  top: 2px;
  transform: rotate(0deg);
  width: 0;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  left: 15px;
}

input:focus::-webkit-textfield-decoration-container {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 15px;
}

.cart-page.address.two-column .checkout-detail .checkout-block .body .e-checking form.ship #catalog-listing .toolbar-sorter .select-area ul li.init {
  width: 362px !important;
}

.payment-page.address.my-info .payment-section {
  padding-bottom: 30px;
}

.order-pages .spot-prices ul {
  margin: 8px 0px;
}

.order-pages h4, .order-pages h3, .order-pages h2, .order-pages h6, .order-pages p, .order-pages ul, .order-pages li {
  margin: 0px;
}

.order-pages.prepared-area {
  padding: 0 30px;
}

.order-pages div .head h5.cancel {
  width: auto;
  float: right;
  margin: 0;
  font: 600 16px;
}

.order-pages div .status .body {
  padding: 25px 0px;
}

.order-pages div .status .prepared-area {
  padding: 0 30px;
}

.order-pages div .status .prepared-area.cancelled .prepared {
  margin-top: 0px;
}

.order-pages div .status .prepared-area.cancelled .prepared p {
  padding-bottom: 0px;
}

.order-pages div .status .prepared-area.cancelled .prepared h3 {
  padding-bottom: 12px;
}

.order-pages div .status .prepared-area .order-3 {
  Padding: 0 24px;
}

.order-pages div.body, .order-pages div.head {
  width: 100%;
  float: left;
}

.order-pages div.body a, .order-pages div.head a {
  color: #114e87;
}

.order-pages div.body a.print, .order-pages div.head a.print {
  text-align: right;
  font: 400 14px;
  float: right;
  background: url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/print.png") no-repeat scroll 0% center;
  padding-left: 30px;
  margin: 0px;
  margin: 4px 0 0;
}

.order-pages div.body p, .order-pages div.head p {
  color: #000;
  font: 400 16px;
}

.order-pages div.body p span, .order-pages div.head p span {
  color: #000;
  font: 600 16px;
}

.order-pages div.body p span.blue, .order-pages div.head p span.blue {
  color: #114e87;
  display: inline-block;
  padding-top: 10px;
  width: 100%;
}

.order-pages div.body p a, .order-pages div.head p a {
  color: #114e87;
}

.order-pages div.head {
  border: 1px solid #ccc;
  padding: 9px 30px;
  background: #e7eaed;
}

.order-pages div.head h4 {
  font: 600 20px;
  width: auto;
  float: left;
}

.order-pages div.body {
  padding: 25px 30px;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}

.order-pages div.body.border {
  border-top: 0px;
}

.order-pages div.body.border.return {
  margin-bottom: 20px;
}

.order-pages div.body .left-section {
  width: 49%;
  float: left;
}

.order-pages div.body .right-section {
  width: 49%;
  float: right;
}

.order-pages div.body .social-section, .order-pages div.body .icons {
  margin-top: 55px;
  float: left;
  text-align: right;
  width: 33.5%;
}

.order-pages div.body .social-section > p, .order-pages div.body .icons > p {
  width: auto;
  float: left;
  margin-top: 6px;
}

.order-pages div.body .social-section .align-right, .order-pages div.body .icons .align-right {
  float: left;
  margin-left: 15px;
  text-align: left;
  width: auto;
}

.sale-page .social-section {
  margin-top: 20px;
}

.order-pages div.body .social-section .align-right .social-media, .order-pages div.body .icons .align-right .social-media, .sale-page .social-media {
  float: left;
  margin-right: 15px;
  text-align: right;
}

.sale-page .social-media:last-child {
  margin-right: 0;
}

.order-pages div.body .social-section .align-right .social-media > div, .order-pages div.body .icons .align-right .social-media > div {
  border: 1px solid #ccc;
  display: table-cell;
  height: 49px;
  text-align: center;
  vertical-align: middle;
  width: 49px;
  border-radius: 6px;
}

.order-pages div.body .social-section .align-right .social-media > div i.fab, .order-pages div.body .icons .align-right .social-media > div i.fab {
  color: #797979;
  font-size: 28px;
}

.order-pages div.body .social-section .align-right .social-media > div.print:hover a i, .order-pages div.body .icons .align-right .social-media > div.print:hover a i {
  color: #797979;
}

.order-pages div.body .social-section .align-right .social-media > div:hover a i, .order-pages div.body .icons .align-right .social-media > div:hover a i {
  color: #1997f0;
}

.order-pages.thank-you .container > div {
  width: 100%;
  float: left;
}

.order-pages.thank-you .heading {
  text-align: center;
}

.order-pages.thank-you .heading h2 {
  font: 600 40px;
  padding: 20px 0px;
}

.order-pages.thank-you .order-delivery .body {
  padding: 21px 30px 20px;
}

.order-pages.thank-you .order-delivery .body h2 {
  font: 600 20px;
  padding-bottom: 10px;
}

.order-pages.thank-you .order-delivery .body h3 {
  font: 600 25px;
  padding-bottom: 10px;
}

.order-pages.thank-you .order-delivery .body .right-section {
  max-width: 269px;
}

.order-pages.thank-you .payment-instruction.single-column .body p.payment-text {
  font: 400 18px;
  padding-top: 22px;
}

.order-pages.thank-you .payment-instruction .body p.statement {
  padding-top: 30px;
}

.blank-wire {
  background: #f1faff;
  width: 100%;
  float: left;
  padding: 20px;
  float: right;
  border: 1px solid #114e87;
}

.blank-wire > p {
  padding-bottom: 20px;
}

.blank-wire .details {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.blank-wire .details.account {
  padding-bottom: 0px;
}

.blank-wire .details .left {
  width: 36%;
  float: left;
}

.blank-wire .details .right {
  font: 400 16px;
  width: 64%;
  float: right;
}

.order-pages.thank-you .order-detail {
  padding-top: 10px;
}

.order-pages.thank-you .order-detail .return-section {
  width: auto;
  float: right;
  text-align: right;
  padding-bottom: 30px;
}

.order-pages.thank-you .order-detail .return-section ul li {
  width: auto;
  float: left;
  padding-left: 20px;
}

.order-pages.thank-you .order-detail .return-section ul li a {
  color: #114e88;
  font: 700 16px !important;
  display: inline-block;
  margin-top: 8px;
}

.order-pages.thank-you .order-detail table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
}

.order-pages.thank-you .order-detail table th {
  padding-bottom: 5px;
  padding-top: 5px;
}

.order-pages.thank-you .order-detail table th:nth-child(1) {
  padding-left: 40px;
}

.order-pages.thank-you .order-detail table th, .order-pages.thank-you .order-detail table td {
  border-right: 1px solid #ccc;
  text-align: center;
}

.order-pages.thank-you .order-detail table th:nth-child(1), .order-pages.thank-you .order-detail table td:nth-child(1) {
  width: 59%;
  text-align: left;
}

.order-pages.thank-you .order-detail table th:nth-child(2), .order-pages.thank-you .order-detail table td:nth-child(2) {
  width: 15%;
}

.order-pages.thank-you .order-detail table th:nth-child(3), .order-pages.thank-you .order-detail table td:nth-child(3) {
  width: 13%;
}

.order-pages.thank-you .order-detail table th:nth-child(4), .order-pages.thank-you .order-detail table td:nth-child(4) {
  width: 13%;
  border-right: 0px solid #ccc;
}

.order-pages.thank-you .order-detail table thead tr {
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.order-pages.thank-you .order-detail table thead tr th {
  font: 400 18px;
}

.order-pages.thank-you .order-detail table tbody tr {
  border-bottom: 1px solid #ccc;
}

.order-pages.thank-you .order-detail table tbody tr td {
  border-right: 1px solid #ccc;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail {
  width: 100%;
  padding: 12px 0;
  display: inline-block;
  vertical-align: middle;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail .items-image {
  float: left;
  text-align: center;
  width: 170px;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail .items-image img {
  padding: 0px 20px;
}

.order-pages.thank-you .order-detail table tbody tr td .items-detail .items-desc {
  padding-top: 25px;
}

/*order-step common style start*/
.order-steps.flow .steps {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.order-steps .steps {
  display: table;
  width: 100%;
}

.order-steps .steps.three .step {
  width: 33%;
}

.order-steps .steps .step {
  display: table-cell;
  text-align: center;
  position: relative;
  width: 25%;
}

.order-steps .steps .step p {
  font: 400 14px;
  color: #727272;
  padding-bottom: 15px;
}

.order-steps .steps .step p span {
  color: #000;
  width: auto;
  font: 400 14px;
}

.order-steps .steps .step p.hide {
  visibility: hidden;
}

.order-steps .steps .step.active span.info {
  font: 600 18.4px;
}

.order-steps .steps .step.active span.info.red {
  color: #d0021c;
}

.order-steps .steps .step.sell:after {
  top: 19px;
  background-color: #f2c568;
}

.order-steps .steps .step.sell span.number {
  background-color: #f2c568;
  height: 48px;
  width: 48px;
  padding-top: 14px;
}

.order-steps .steps .step.active:after {
  background-color: #573791;
}

.order-steps .steps .step.active span.number {
  background-color: #f2c568;
}

.order-steps .steps .step.completed:after {
  background-color: #f2c568;
}

.order-steps .steps .step.completed.red:after {
  background-color: #d0011b;
}

.order-steps .steps .step.completed span.number {
  background-color: #f2c568;
}

.order-steps .steps .step.completed span.info {
  color: #2b2b2b;
}

.order-steps .steps .step.step1:after {
  content: none;
}

.order-steps .steps .step:after {
  position: absolute;
  right: 50%;
  width: 100%;
  height: 5px;
  background-color: #dedede;
  content: ' ';
  top: 49px;
}

.order-steps .steps .step span {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  color: #919191;
}

.order-steps .steps .step span.number {
  background-color: #9b9b9b;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  color: #fff;
  padding-top: 7px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-top: 0;
  margin-top: 1px;
}

.order-steps .steps .step span.number.red {
  background: #d0011b;
}

.order-steps .steps .step span.number i {
  font-size: 32px;
}

.order-steps .steps .step span.number i.fa-check, .order-steps .steps .step span.number i.fa-times {
  margin-top: 6px;
  font-size: 22px;
}

.order-steps .steps .step span.info {
  color: #a4a4a4;
  font: 400 17px;
  padding-top: 3px;
}

/*order-step common style end*/
.order-pages.thank-you .status {
  margin-top: 20px;
}

.order-pages.thank-you  button.right-arrow span {
  font: 600 17.28px;
  padding: 0px 37px 5px 0px;
  background: rgba(0, 0, 0, 0) url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/brown-arrow-2.png") no-repeat scroll right 0px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.order-pages.thank-you .body .order-total {
  width: 100%;
  float: left;
  margin-top: 39px;
}

.order-pages.thank-you .body .order-total > div {
  border: 1px solid #ccc;
  width: 50%;
  min-height: 356px;
}

.order-pages.thank-you .body .order-total .left-section {
  width: 535px;
  float: left;
  padding: 25px;
  background: #f9f9f9;
}

.order-pages.thank-you .body .order-total .left-section .address-area {
  width: 100%;
  float: Left;
}

.order-pages.thank-you .body .order-total .left-section .address-area.name {
  padding-top: 23px;
}

.order-pages.thank-you .body .order-total .left-section .address-area.address {
  padding-bottom: 23px;
}

.address-left {
  width: 20%;
  float: left;
}

.address-right {
  width: 80%;
  float: left;
}

.order-pages.thank-you .body .order-total .left-section p {
  font: 400 16px;
  padding-bottom: 15px;
}

.order-pages.thank-you .body .order-total .left-section p span {
  color: #000;
  display: inline-block;
  float: left;
  font: 600 18px;
  padding-bottom: 10px;
  width: 100%;
}

.order-pages.thank-you .body .order-total .right-section {
  width: 535px;
  float: right;
  background: #f9f9f9;
  padding: 20px 35px;
}

.order-pages.thank-you .prepared.detail {
  border: 1px solid #CCC;
  padding: 25px;
  background: #e7eaed;
  width: 100%;
  float: left;
  margin-top: 30px;
}

.order-pages.thank-you .prepared.detail.order-3 {
  padding: 0px 20px;
  background: #fff;
  border: none;
}

.order-pages.thank-you .prepared.detail > p {
  color: #000;
  font: 16px !important;
  padding-bottom: 0px;
}

.order-pages.thank-you .prepared.detail .amount-section {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 > div {
  width: 25%;
  float: left;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 > div.total {
  padding-left: 0%;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 > div.paid {
  padding-left: 0%;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 > div.payment {
  padding-left: 0%;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 > div.pay-balance {
  float: right;
}

.order-pages.thank-you .prepared.detail .amount-section.order-5 > div.pay-balance button {
  width: 136px;
  height: 35px;
  padding: 6px 0;
  float: right;
}

.order-pages.thank-you .prepared.detail .amount-section > div {
  display: inline-block;
  width: auto;
}

.order-pages.thank-you .prepared.detail .amount-section > div.total {
  padding-left: 16.5%;
}

.order-pages.thank-you .prepared.detail .amount-section > div.paid {
  padding-left: 14.5%;
}

.order-pages.thank-you .prepared.detail .amount-section > div.payment {
  padding-left: 14.5%;
}

.order-pages.thank-you .prepared.detail .method-section {
  background: #fff;
  border: 1px solid #ccc;
  padding: 25px 25px 30px;
  width: 100%;
  float: left;
  min-height: 188px;
}

.order-pages.thank-you .prepared.detail .method-section.status-3 {
  background: #f9f9f9;
}

.order-pages.thank-you .prepared.detail .method-section > div {
  float: left;
}

.order-pages.thank-you .prepared.detail .method-section > div.deliver-method {
  width: 44%;
}

.order-pages.thank-you .prepared.detail .method-section > div.method-payment {
  width: 29.5%;
}

.order-pages.thank-you .prepared.detail .method-section > div.method-payment img {
  width: auto;
  float: left;
  margin-right: 9px;
}

.order-pages.thank-you .prepared.detail .method-section > div.method-payment p {
  padding-top: 10px;
}

.order-pages.thank-you .prepared.detail .method-section > div.method-payment p.text {
  padding-top: 0px;
}

.order-pages.thank-you .prepared.detail .method-section > div h3 {
  color: #000;
  font: 600 16px;
  padding-bottom: 9px;
}

.order-pages.thank-you .prepared.detail .method-section > div p {
  font: 400 16px;
}

.order-pages.thank-you .prepared.detail .method-section > div .status-tool P {
  font: 400 14px;
}

.order-pages.thank-you .prepared.detail .method-section > div .estimated {
  position: relative;
}

.order-pages.thank-you .prepared.detail .method-section > div .estimated h3 {
  padding-top: 15px;
}

.order-pages.thank-you .prepared.detail .method-section > div .estimated .usps i {
  cursor: pointer;
  margin-left: 5px;
}

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

.category-description {
  font-size: 14px;
}

.anchor {
  display: block;
  height: 40px;
  margin-top: -50px;
  visibility: hidden;
}

.nav-tabs {
  background: 0 0;
  border: 0;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
  margin: 0;
  color: #444;
  text-transform: uppercase;
  border-radius: 5px 5px 0 0;
  border: solid #ccc;
  border-width: 1px 1px 0;
  border-bottom: 1px solid #2e2e4e;
  border-radius: 5px 5px 0 0;
}

.nav-tabs>li>a {
  background: #f8f8f8;
}

.usps i {
  cursor: pointer !important;
}

.sell-to-us-content {
  padding: 0;
}

/*default check box*/
.radio-button-area {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font: 600 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-button-area input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-button-area .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.radio-button-area .checkmark:after {
  height: 10px;
  left: 2px;
  top: 2px;
  width: 10px;
  border-radius: 50%;
  background: #0d7487;
}

.radio-button-area input:checked ~ .checkmark {
  border: 1px solid  #0d7487;
}

.radio-button-area input:checked ~ .checkmark:after {
  display: block;
}

.radio-button-area input:checked ~ .checkmark {
  background-color: #fff;
}

.radio-button-area .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.invest-section {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.invest-section .invest-section-left {
  width: 29.5%;
  float: left;
}

.invest-section .invest-section-left .left-side-bar {
  width: 333px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu, .invest-section .invest-section-left .left-side-bar .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.invest-section .invest-section-left .left-side-bar .mainmenu {
  position: relative;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li {
  position: relative;
  border: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  padding-left: 15px;
  min-height: 60px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li.second-level > a:hover:after {
  color: #4a4a4a;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li.second-level > a:after {
  content: "\203A";
  font-size: 29px;
  height: 10px;
  padding-top: 0;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 10px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li a {
  font: 400 16px;
  padding: 17px 10px 10px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li:hover {
  background: #eef0f2;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li:hover > a {
  color: #4a4a4a;
  font: 600 16px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li.active {
  background: #14253b;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li.active a {
  color: #fff;
  font: 700 22px;
  padding: 12px 10px 10px;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li:last-child {
  border-bottom: 1px solid #ccc;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li .submenu {
  display: none;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li:hover .submenu {
  display: block;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #4a4a4a;
}

.invest-section .invest-section-left .left-side-bar .mainmenu > li > a {
  padding-top: 15.5px;
}

.mainmenu .submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  background: #eef0f2;
  width: 868px;
}

.mainmenu .submenu table {
  width: 100%;
  border-collapse: collapse;
}

.mainmenu .submenu td {
  min-height: 60px;
  width: 50%;
  border: 1px solid #ccc;
}

.mainmenu .submenu a {
  padding-left: 45px;
  padding-top: 17.5px;
}

.mainmenu .submenu td a:hover {
  color: #114e88;
}

.invest-section .invest-section-right {
  width: 70.5%;
  float: right;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.invest-section .invest-section-right p, .invest-section .invest-section-right h3, .invest-section .invest-section-right ul li, .invest-section .invest-section-right h4 {
  padding: 0px;
  margin: 0px;
}

.invest-section .invest-section-right h3 {
  font: 700 30px;
  padding-top: 30px;
  padding-bottom: 15px;
  display: inline-block;
}

.invest-section .invest-section-right h4 {
  font: 400 18px;
  padding-bottom: 17px;
}

.invest-section .invest-section-right P {
  font: 300 14px;
  padding-bottom: 20px;
}

.invest-section .invest-section-right P a {
  color: #17528b;
  text-decoration: underline;
}

.invest-section .invest-section-right .content-section {
  padding: 25px 30px 10px;
  width: 100%;
  float: left;
}

.invest-section .invest-section-right .content-section .links {
  width: 100%;
  float: left;
}

.invest-section .invest-section-right .content-section .links .link-detail {
  float: left;
  padding-right: 30px;
  width: auto;
}

.invest-section .invest-section-right .content-section .links .link-detail:last-child {
  padding-right: 0px;
}

.invest-section .invest-section-right .content-section ul {
  margin: 0;
  padding: 0;
}

.invest-section .invest-section-right .content-section ul li {
  padding-bottom: 15px;
}

.invest-section .invest-section-right .content-section ul li i {
  color: #114e88;
}

.invest-section .invest-section-right .content-section ul li a {
  background: rgba(0, 0, 0, 0) url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/link-arrow.png") no-repeat scroll 0 6px;
  color: #114e88;
  font: 400 16px;
  padding-left: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.invest-section .invest-section-right .content-section>h1 {
  margin-top: 0;
}

.invest-section .invest-section-right .banner-section {
  background: rgba(0, 0, 0, 0) url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/investing-guide-bg.jpg") no-repeat scroll 100% 100%;
  float: left;
  height: 302px;
  width: 100%;
}

.invest-section .invest-section-right .banner-section .banner-text {
  color: #fff;
  width: 358px;
  background: #114e88;
  padding: 20px 30px 14px;
  margin-top: 76px;
}

.invest-section .invest-section-right .banner-section .banner-text p {
  font: 700 33px;
  padding-bottom: 5px;
}

.blog-pages a, .one-column-blog a, .about-pages a, .sell-to-us a, .text-blocks a {
  text-decoration: underline;
}

.blog-section h4 a {
  text-decoration: none;
}

.blog-pages h2, .blog-pages h4, .blog-pages p, .blog-pages h3, .blog-pages h6, .sales-description h3 {
  margin: 0px;
  padding: 0px;
}

.blog-page-heading {
  width: 100%;
  float: left;
}

.blog-page-heading h2 {
  text-align: center;
  font: 700 33px;
  padding: 18px 0 0 0;
  margin: 0;
}

.blog-pages .blog-page-heading.payment-heading h2 {
  padding: 18px 0 28px;
}

.blog-pages .button-area {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.blog-pages .pagination-area {
  padding-bottom: 30px;
}

.blog-pages .pagination-area p {
  padding-top: 10px;
}

.blog-pages .one-column-blog.our-product > div {
  margin-bottom: 20px;
}

.blog-pages .one-column-blog.our-product .condition {
  padding-top: 2px;
}

.blog-pages .one-column-blog.our-product .product-sec > p:last-child {
  padding-bottom: 0px;
}

.blog-pages .one-column-blog.shipping {
  padding: 23px 30px 7px;
}

.blog-pages .one-column-blog.shipping .product-sec, .blog-pages .one-column-blog.shipping .about-blog {
  margin-bottom: 0px;
}

.blog-pages h3, .blog-pages h2, .sales-description h2, .sales-description h3 {
  font-weight: 700;
  color: #444444;
  padding-bottom: 20px;
}

.cms-section-heading h2 {
  font-size: 18px;
}

.blog-pages .one-column-blog.shipping p {
  font: 400 14px;
  padding-bottom: 21px;
}

.blog-pages .one-column-blog .size-full {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-pages .one-column-blog.shipping .about-blog .shipping-region {
  padding-left: 4%;
}

.blog-pages .one-column-blog .order-section {
  width: 100%;
  float: left;
  padding-top: 15px;
  margin-bottom: 0px;
}

.blog-pages .one-column-blog .order-section > p {
  font: 400 14px;
}

.order-blog {
  width: 100%;
  float: left;
  padding-bottom: 25px;
}

.order-blog .item {
  border: 1px solid #ccc;
  width: 20%;
  float: left;
  padding: 10px 20px;
  min-height: 190px;
  background: #f8f8f8;
  width: 27.5%;
  margin-right: 1.2%;
}

.order-blog .item.last {
  margin-right: 0;
  width: 13.5%;
  text-align: center;
  padding: 5px 20px;
}

.order-blog .item h6 {
  font: 700 14px;
  padding-bottom: 8px;
}

.order-blog .item h6 span {
  font: 700 18px;
}

.order-blog .item p {
  padding-bottom: 0px;
  font: 400 16px;
}

.blog-pages .one-column-blog.no-heading {
  margin-top: 30px;
  padding: 20px 30px 7px;
}

.blog-pages .one-column-blog.no-heading p {
  font: 400 14px;
}

.blog-pages .one-column-blog.no-heading .product-sec {
  padding-top: 15px;
}

.blog-pages .one-column-blog.no-heading .product-sec h3 {
  font: 700 25px;
  padding-bottom: 18px;
}

.blog-pages .one-column-blog.our-payment {
  padding: 22px 30px 0;
}

.blog-pages .one-column-blog.our-payment h3 {
  padding-bottom: 15px;
  font: 700 25px;
}

.blog-pages p, .blog-pages .one-column-blog p, .sales-description p {
  padding-bottom: 20px;
  margin: 0;
}

.blog-pages .one-column-blog h3, .sales-description h3 {
  font: 600 22px;
  padding-bottom: 20px;
}

.blog-pages .one-column-blog > div.condition {
  padding-top: 18px;
}

.blog-pages .one-column-blog > div.about-blog.product {
  padding-bottom: 0px;
}

.blog-pages .one-column-blog > div.about-blog.left-aligned {
  padding-bottom: 7px;
}

.blog-pages .one-column-blog > div.about-blog.left-aligned h2 {
  font: 700 28px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.blog-pages .one-column-blog > div.about-blog.left-aligned > p {
  font: 400 16px;
  padding-bottom: 10px;
}

.right-section {
  float: right;
  width: 39%;
}

.blog-pages .one-column-blog > div.about-blog.left-aligned .right-section {
  float: right;
  width: 57%;
}

.blogpostleft {
  float: left;
  margin: 0 15px 15px 0;
}

.blog-pages .one-column-blog > div.about-blog .left-section h3 {
  line-height: 15px;
  margin-bottom: 8px;
}

.blog-pages .one-column-blog > div.about-blog .right-section {
  float: right;
  width: 39%;
}

.blog-pages .one-column-blog > div.payment-blog p, .blog-pages .one-column-blog > div.payment-blog li {
  color: #000;
  font: 400 14px;
}

.blog-pages .one-column-blog > div.payment-blog p:last-child {
  padding-bottom: 0px;
}

.card-block .item {
  border: 1px solid #ccc;
  background: #f4f4f4;
  width: 16%;
  float: left;
  margin-right: 9px;
  min-height: 180px;
  padding: 15px 10px 10px 0;
}

.card-block {
  padding-top: 8px;
  width: 100%;
  float: left;
}

.card-block .item h4 {
  min-height: 70px;
  text-align: center;
}

.card-block .item ul {
  margin: 0 0 0 5px !important;
}

.card-block .item ul li {
  list-style-type: initial;
  margin-left: 15px;
  font: 400 14px;
  padding-bottom: 6px;
}

.card-details {
  border: 1px solid #ccc;
  width: 100%;
  float: left;
  margin-top: 20px;
}

.card-details ul, .card-details li {
  margin: 0px;
  padding: 0px;
}

.card-details .body {
  background: #f6f6f6;
  padding: 25px 30px 27px;
  width: 100%;
  float: left;
}

.card-details .head {
  border-bottom: 1px solid #ccc;
  font: 700 25px;
  padding: 25px 30px;
  background: #f6f6f6;
  width: 100%;
  float: left;
}

.card-details .head .left-section {
  float: left;
}

.card-details .head .left-section img {
  float: left;
  width: auto;
  border-radius: 3px;
  border: solid 1px #ccc;
}

.card-details.visa .head .left-section img {
  border: none;
}

.card-details .head .left-section h4 {
  float: left;
  width: auto;
  font: 700 25px;
  padding-top: 20px;
  margin-left: 20px;
}

.card-details .head .right-section {
  width: 450px;
  float: right;
  text-align: right;
}

.card-details .head .right-section ul {
  float: right;
  margin: 0;
  padding: 0;
}

.card-details .head .right-section ul li {
  color: #686464;
  display: list-item;
  float: left;
  font: 700 14px;
  list-style-type: initial;
  margin-left: 30px !important;
  width: auto;
  padding-top: 27px;
}

.blog-pages .about-blog > p span, .blog-pages .blog-section > p span {
  float: left;
  font: 400 15px;
  padding-bottom: 28px;
  width: 100%;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0) url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/calender-icon.png") no-repeat scroll 1px 3px;
}

.blog-pages .about-blog > p span.post, .blog-pages .blog-section > p span.post {
  padding-bottom: 17px;
}

.blog-pages .blog-section {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 22px 30px 28px;
}

.blog-pages .blog-section h4 {
  font-size: 23px;
  letter-spacing: -1px;
  padding-bottom: 4px;
}

.blog-pages .blog-section .left-section {
  width: 30.6%;
  float: left;
}

.blog-pages .blog-section .right-section {
  width: 69.4%;
  float: right;
}

.blog-pages .blog-section .right-section p {
  padding-bottom: 20px;
}

.blog-pages .blog-section .right-section .button-section {
  float: left;
  text-align: right;
  width: 100%;
}

.blog-pages .blog-section .right-section .button-section button {
  height: 39px;
  width: 110px;
  border-radius: 5px;
}

.blog-pages .blog-section .right-section .button-section button span {
  font: 700 14px;
}

.mac .modal {
  top: 30px;
}

.mac .modal#timesup {
  padding-top: 100px;
}

.mac .modal#createaccount {
  margin-top: 0px;
  padding-top: 30px;
}

.mac .modal#createaccount .modal-content {
  max-height: 600px;
}

.news-section {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}

.news-section .news {
  width: 66%;
  float: left;
}

.news-section .news .top-section {
  padding-bottom: 15px;
}

.news-section .news > div {
  width: 100%;
  float: left;
}

.news-section .news > div > div {
  width: 50%;
  float: left;
  position: relative;
}

.news-section .news .blue-area {
  background-color: #145891;
  min-height: 299px;
  padding: 30px;
}

.news-section .news .blue-area * {
  color: #fff;
}

.news-section .news .blue-area h3 {
  font: 700 20px;
  padding-bottom: 20px;
}

.news-section .news .blue-area p {
  font: 400 16px;
}

.news-section .social-media-section {
  width: 32.4%;
  height: 615px;
  background-color: #efefef;
  float: right;
}

.news-section .social-media-section .media-header {
  background: #13365c;
}

.news-section .social-media-section .media-header h3 {
  color: #fff;
  font: 700 20px;
  padding: 26px 30px;
}

.news-section .social-media-section .media-content {
  width: 100%;
  float: left;
}

.news-section .social-media-section .media-content .follow-section {
  width: 100%;
  float: left;
  margin: 0 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-top: 13px;
}

.news-section .social-media-section .media-content .follow-section p {
  width: auto;
  float: left;
  font: 600 14px;
  color: #696969;
}

.news-section .social-media-section .media-content .follow-section > div {
  width: auto;
  float: left;
  padding-left: 32px;
}

.news-section .social-media-section .media-content .follow-section > div.fb i {
  color: #4d68a1;
}

.news-section .social-media-section .media-content .follow-section > div.twitter i {
  color: #66bad6;
}

.news-section .social-media-section .media-content .follow-section > div.p-interest i {
  color: #bc0000;
}

.news-section .social-media-section .media-content .follow-section > div.instagram i {
  color: #13365c;
}

.news-section .social-media-section .media-content .follow-section > div i {
  font-size: 25px;
}

.news-section .social-media-section .media-content .social.section {
  margin: 20px;
  padding: 20px;
  background: #fff;
}

.news-section .social-media-section .media-content .social.section .date {
  color: #3b5998;
  font: 700 16px;
  padding-top: 15px;
}

.news-section .social-media-section .media-content .social.section.twitter .title {
  padding-bottom: 10px;
}

.news-section .social-media-section .media-content .social.section.twitter .date {
  color: #66bad6;
  font: 700 16px;
}

.news-section .social-media-section .media-content .social.section .title {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.news-section .social-media-section .media-content .social.section .title .social-icon {
  width: auto;
  float: left;
  padding-right: 13px;
}

.news-section .social-media-section .media-content .social.section .title .social-icon i {
  color: #3b5998;
  font-size: 32px;
}

.news-section .social-media-section .media-content .social.section .title .social-icon i.fa-twitter {
  color: #66bad6;
  font-size: 37px;
}

.news-section .social-media-section .media-content .social.section .title h6 {
  font: 700 18px;
  color: #000;
  width: auto;
  float: left;
}

.news-section .social-media-section .media-content .social.section .title .sync {
  width: auto;
  float: right;
  margin-top: 5px;
}

.news-section .social-media-section .media-content .social.section .content p {
  font: 400 16px;
}

.news-section .social-media-section .media-content .social.section .content p a {
  color: #0d7487;
  font: 400 16px;
}

div.blue-area:before, div.tooltip:after {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  border: 25px solid transparent;
}

div.blue-area.right:before {
  border-right-color: #145891;
  border-left-color: transparent;
  left: auto;
  right: 100%;
}

div.blue-area:before {
  border-left-color: #145891;  /* arrow color */

  /* positioning */
  left: 100%;
  position: absolute;
  top: 37%;
  z-index: 2;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  #printarea {
    display: block;
  }

  body .footer {
    display: none;
  }

  body .header {
    display: none;
  }

  body .spot-prices {
    display: none;
  }

  body .container {
    max-width: 1100px;
  }

  body .pay {
    display: none;
  }

  body .order-pages .status .prepared-area .order-3 {
    padding: 0;
  }

  body .order-pages.thank-you .prepared.detail.order-3 {
    padding: 0;
  }

  body .order-pages.thank-you .body .order-total .left-section {
    width: 515px;
  }

  body .order-pages.thank-you .body .order-total .right-section {
    width: 515px;
  }

  body .order-pages .order-detail .return-section {
    display: none;
  }

  body .order-pages .head .print {
    display: none;
  }

  title {
    display: none;
  }

  .noprint {
    display: none;
  }

}

@page {
  size: auto;
  margin: 20px;
}

.order-pages.thank-you.cart-page.two-column.chekout {
  margin: 24px 0;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail {
  width: 100%;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block {
  border: none;
  margin-bottom: 0px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block:before, .order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block:after {
  display: none;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .head {
  border-radius: 0px;
  border: 1px solid #ccc;
  padding: 9px 30px;
  background: #e7eaed;
  border-bottom: none;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .head h5 {
  padding: 0px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body {
  border-radius: 0px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body p.title {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body p.title.bank {
  padding-bottom: 15px;
  padding-top: 10px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail {
  width: 100%;
  float: left;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail .head h5 {
  font: 600 16px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail .head h5.routing {
  float: left;
  width: 27.5%;
  padding-left: 45px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li .card-detail, .order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li new {
  padding-left: 10px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li .routing-number {
  float: left;
  width: 26%;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li .routing-number p {
  padding-left: 10px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li > div.e-checking {
  width: 100%;
  float: left;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li > div form > .new-input input.csc:focus + label, .order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li > div form > .new-input input.csc:valid + label {
  bottom: 100%;
  font-size: 12px;
  margin-top: -7px;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li > div form {
  width: 65.5%;
}

.order-pages.thank-you.cart-page.two-column.chekout .checkout-detail .checkout-block .body .addr-detail ul li > div form.credit-details {
  width: 100%;
  padding-left: 41px;
  padding-top: 22px;
}

.footer {
  padding: 0;
  float: left;
  width: 100%;
}

.footer .support {
  float: left;
  width: 100%;
  background-color: #f3f3f3;
  padding: 25px 0;
}

.footer .support p {
  padding-top: 6px;
  width: 60%;
  float: left;
  color: #444;
  font-size: 16px;
  margin: 0;
}

.footer .support .row {
  margin: 0 auto;
}

.email-subscription {
  width: 40%;
}

.newsletter-hero .email-subscription {
  width: 40%;
  padding: 0;
  margin: 30px 0;
}

#subscribe_newsletter_email {
  border-radius: 5px 0 0 5px;
  color: #444;
  display: block;
  float: left;
  width: 68%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#subscribe_button {
  height: 38px;
  width: 30%;
  min-width: 135px;
  display: block;
  float: left;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  background: #2e2e4e;
  border: none;
  padding: 8px 12px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

.footer .support > .container > div > div {
  display: inline-block;
}

.footer .support > .container > div .support-inner-left {
  border: 1px solid #fff;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  padding: 12px;
  margin-right: 12px;
  background-image: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/icon-sprite.png");
}

.footer .support > .container > div .support-inner-left img {
  width: auto;
  height: auto;
}

.footer .support > .container > div .support-inner-right > div + div {
  margin-top: 8px;
}

.footer .support > .container > div .support-inner-right .support-header {
  text-transform: capitalize;
  font: 400 14px/1;
  color: #8e9fb1;
}

.footer .support > .container > div .support-inner-right .support-contact {
  text-transform: uppercase;
  font: 400 23px/1;
  font-weight: 600;
  color: #ffffff;
}

.footer .support > .container > div .support-inner-right .support-contact a {
  text-decoration: none;
  color: #ffffff;
}

.footer .support > .container > div .support-inner-right .support-desc {
  font: 400 14px/1;
  color: #8e9fb1;
}

.footer .support > .container > div .support-inner-right .support-desc a {
  font: inherit;
  color: inherit;
}

.footer .support > .container > div:first-child .support-inner-left {
  background-position: -178px -155px;
}

.footer .support > .container > div:nth-child(2) .support-inner-left {
  background-position: 8px -155px;
}

.footer .support > .container > div:nth-child(3) .support-inner-left {
  background-position: -115px -154px;
}

.footer .support > .container > div:last-child .support-inner-left {
  background-position: -53px -155px;
}

.footer .sitemap {
  float: left;
  width: 100%;
  background-color: #0d7487;
  color: #ffffff;
  padding-top: 5px;
}

.footer .sitemap .container > div {
  border-top: 1px solid #ffffff;
}

.footer .sitemap .container .sitemap-links {
  padding: 10px 0 15px;
  margin: 0;
}

.footer .sitemap .container .sitemap-links li {
  padding-left: 0;
  padding-right: 30px;
}

.footer .sitemap .container .sitemap-links li:last-child {
  padding-right: 0;
}

.footer-follow-us {
  padding: 10px 0 !important;
}

.footer-follow-us div {
  float: left;
  margin-right: 5px;
}

.footer-follow-us a span {
  font-size: 20px;
  margin: 0 5px;
}

.footer .sitemap .container .sitemap-links > li .sitemap-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.footer .sitemap ul {
  padding-top: 10px;
}

.footer .sitemap .container .sitemap-links > li p {
  color: #ababab;
  font: 400 13px/20px;
  margin: 28px 0;
}

.footer .sitemap .container .sitemap-links > li .email-subscription {
  position: relative;
  width: 245px;
}

.footer .sitemap .container .sitemap-links > li .email-subscription input, .footer .sitemap .container .sitemap-links > li .email-subscription button {
  height: 42px;
}

.footer .sitemap .container .sitemap-links > li .email-subscription input {
  width: 245px;
  padding: 10px 42px 10px 12px;
}

.footer .sitemap .container .sitemap-links > li .email-subscription button {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #145891;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 0px;
}

.footer .sitemap .container .sitemap-links > li .email-subscription button i {
  font-size: 18px;
}

.footer .sitemap .container .sitemap-links > li li {
  padding: 3px 0;
}

.footer .sitemap .container .sitemap-links > li li a, .footer .sitemap .container .sitemap-links > li div {
  text-transform: capitalize;
  color: #ffffff;
  font-size: 12px;
  margin-top: -3px;
}

.footer .sitemap .container .sitemap-links > li li a:hover, .footer .sitemap .container .sitemap-links > li li a:focus {
  color: #bfbfbf;
}

.footer-contact-info li {
  display: table !important;
}

.footer .sitemap .container .sitemap-links > li i {
  padding-right: 15px;
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
}

.footer .sitemap .container .sitemap-links > li span {
  display: inline-block;
  margin-right: 8px;
}

.footer .sitemap .container .sitemap-links > li div {
  padding: 5px 0;
}

.footer .sitemap .container .secure-shopping {
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0;
}

.footer .sitemap .container .secure-shopping .assurance {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.footer .sitemap .container .secure-shopping > div.assurance p {
  /* padding-right: 30px; */
  display: table-cell;
  margin-bottom: 0;
  line-height: 17px;
  font-weight: 700;
  vertical-align: middle;
}

.footer .sitemap .container .secure-shopping > div.assurance .shopper-approved {
  float: left;
  margin-left: 50px;
}

.footer .sitemap .container .secure-shopping > div.assurance .footer-security {
  display: inline-block;
  margin-left: 45px;
}

.footer .sitemap .container .secure-shopping > div.assurance .footer-security img {
  height: 54px;
}

.footer .sitemap .container .secure-shopping > div.app-download-links {
  float: right;
}

.footer .sitemap .container .secure-shopping > div.app-download-links p {
  max-width: 150px;
  margin-top: 15px;
  line-height: 17px;
}

.footer .sitemap .container .secure-shopping > div.app-download-links a + a {
  margin-left: 20px;
}

.footer .sitemap .container .secure-shopping img {
  width: auto;
  float: right;
  display: table-cell;
  max-width: 418px;
}

.footer .sitemap .container .copyright-follow {
  text-transform: capitalize;
  padding: 10px 0 50px;
  text-align: center;
}

.footer .sitemap .container .copyright-follow > div.copyright p {
  margin: 6px 0;
  font-size: 12px;
}

.app-download-links>div, .partners ul li {
  background-image: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/footer-sprite.png);
  background-repeat: no-repeat;
}

.app-download-links>div a, .partners ul li a {
  display: block;
  height: 100%;
  width: 100%;
}

.inc500-sprite {
  background-position: -138px 0;
  width: 83px;
  height: 70px;
}

.market50-sprite {
  background-position: -54px -5px;
  width: 69px;
  height: 66px;
}

.shopper-sprite {
  background-position: -294px -90px;
  width: 140px;
  height: 70px;
}

.digicert-sprite {
  background-position: -152px -93px;
  width: 130px;
  height: 70px;
}

.bbb-sprite {
  background-position: -90px -88px;
  width: 45px;
  height: 70px;
}

.jm-facebook-sprite {
  background-position: -451px -97px;
  width: 168px;
  height: 62px;
}

.dallas100-sprite {
  background-position: 0 -88px;
  width: 70px;
  height: 70px;
}

.app-store-sprite {
  background-position: -230px -9px;
  width: 182px;
  height: 57px;
  margin-right: 20px;
}

.app-playstore-sprite {
  background-position: -426px -8px;
  width: 182px;
  height: 57px;
}

.footer .sitemap .container .copyright-follow > div.follow a i {
  -moz-transform: translate(0, 5px) rotate(0);
  -ms-transform: translate(0, 5px) rotate(0);
  -o-transform: translate(0, 5px) rotate(0);
  -webkit-transform: translate(0, 5px) rotate(0);
  transform: translate(0, 5px) rotate(0);
}

.footer img {
  width: auto;
}

.standard-p-font {
  font: 400 16px;
}

.about .about-left {
  height: 460px;
}

.lSSlideOuter {
  position: relative;
}

.lSSlideOuter .lSPager.lSpg {
  list-style-type: disc;
  transform: translate(0,-40px)!important;
}

.lSSlideOuter .lSPager.lSpg li a {
  background-color: white;
}

.minicart-body {
  max-height: 460px;
  overflow-y: auto;
}

.minicart-wrapper {
  top: 55px;
}

.header.fixed .utility-bar .container .list-inline > li.cart {
  height: 60px;
}

.buyback-search {
  position: relative;
  width: 375px;
  height: 35px;
  margin: 5px 0 20px 15px;
}

.buyback-search input {
  width: 375px;
  height: 35px;
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 0 40px 0 12px;
}

.buyback-search button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #145891;
  color: #ffffff;
  font-size: 18px;
  height: 35px;
  width: 42px;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.buyback-search .buyback-reset-btn {
  right: -90px;
  height: 35px;
}

.buyback-price {
  width: 300px !important;
  margin: 0 20px;
  height: 49px !important;
}

.buyback-price span {
  font: 600 16px !important;
}

.sell-to-us .sell-steps .detail-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.product-detail-page .tab-container {
  float: left;
  padding-top: 11px;
  width: 100%;
}

.product-detail-page .product-detail-page .tab-container{
  padding-top: 0;
}

.product-detail-page .panel-container > div {
  padding-bottom: 20px;
}

.sell-to-us .sell-steps .detail-section .right-section p {
  font-size: 16px;
}

.sell-to-us .sell-steps .step span.sell-detail {
  font-size: 16px;
  max-width: 340px;
}

.remove-item {
  font-size: 13px;
  margin-left: 8px;
  color: #696969;
  display: inline;
  cursor: pointer;
}

.remove-item:focus, .remove-item:hover {
  color: #114e88;
}

.payment-area .jm_cart_btn span {
  float: none;
  display: block;
}

a.jm_cart_btn:hover {
  text-decoration: none;
}

.cart-page .cart-section p {
  font: 400 16px;
  padding-right: 20px;
}

.cart-page .cart-section .forgot-password p {
  font: 400 14px;
  padding-top: 10px;
}

.cart-page.two-column .modified-cart table tr td {
  color: #000;
  text-align: center;
  padding-top: 13px;
  vertical-align: top;
}

#_modify_cart td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.starter-pack-section {
  margin-top: 35px;
  float: right;
}

.product-ribbon {
  position: absolute;
  right: 20px;
  top: 100px;
  z-index: 2;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.product-detail-page .tab-container .panel-container .specification-detail ul li, .product-detail-page .tab-container .panel-container .specification-detail p {
  font: 400 16px;
}

.product-detail-page .tab-container .panel-container .specification-detail ul li {
  margin-left: 20px;
  list-style-type: disc;
}

.product-detail-page .tab-container .panel-container table td:nth-child(1) {
  font: 400 16px;
  font-weight: 600;
}

.product-detail-page .tab-container .panel-container table tr td:nth-child(2) {
  font: 400 16px;
}

#myform .qty {
  margin-left: 15px;
}

.product-detail-page .promotions .shipping > div .col .shipping-inner-right .title.free {
  padding-top: 5px;
  padding-bottom: 5px;
}

.prem-opt {
  text-align: center;
  font-style: italic;
  padding: 20px 20px 8px;
  font-weight: 600;
  overflow: auto;
}

.header .toolbar .container .toolbar-right ul li .minicart-wrapper .minicart-item-details .item-price .icon-close {
  margin-left: 5px;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-section img {
  width: 100%;
}

.cart-popup-wrapper .cart-popup-product-wrapper div.cart-popup-product-details-wrapper .cart-popup-product-payment-details .cart-popup-product-shipping-section a.main-btn span {
  font-weight: 700;
}

.cart-popup-wrapper .cart-popup-footer-wrapper {
  margin-top: 20px;
}

.overlayer {
  position: fixed;
}

.payment-method thead tr th .payment-title-default h2 {
  padding-top: 30px;
}

.payment-method > table.activated ul .payment-method-default {
  display: block;
}

.chrome .payment-method thead tr th .payment-selection ul li {
  position: relative;
}

.payment-method > table.activated thead th:nth-child(2) .payment-selection ul li {
  height: 97px;
  position: relative;
}

.payment-method > table.activated .card-left-content li {
  display: list-item;
}

.payment-method-right, .payment-method-left, .payment-none-selected {
  display: inline-block;
}

.blue-arrow, .payment-method-right {
  float: right;
}

.payment-method tbody tr td .blue-arrow {
  text-align: center;
  width: 50%;
  position: absolute;
  left: 660px;
  top: 30px;
}

.payment-method > table.activated thead th:nth-child(2) .payment-selection ul li .paper-check {
  padding-bottom: 0;
}

ul.card-left-content {
  margin-top: 0;
  padding-left: 20px;
  padding-top: 10px;
}

ul.card-left-content li {
  list-style-type: disc;
  color: #444;
  font: 400 16px;
  padding-bottom: 8px;
}

.method {
  text-align: right;
  width: 100%;
  padding-bottom: 15px;
  height: 41px;
}

.method p {
  font: 400 14px !important;
}

.method p span {
  color: #010101;
  font: 700 15px !important;
}

.payment-method th, .payment-method td {
  width: 100%;
}

.payment-method tbody tr td:nth-child(1) {
  width: 100%;
}

.card-heading {
  color: #114e88;
  font: 700 30px !important;
}

span.shipping-detail {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}

.payment-instruction {
  line-height: 25px !important;
  padding-top: 8px;
}

.cart-payment-page h6.select {
  font-size: 20px;
}

.cart-payment-page .payment-area > div span.usps p {
  font: 400 14px;
  padding-right: 3px;
}

.my-card-num {
  display: inline-block;
  text-align: left;
  margin: 0;
}

.payment-section .my-card-tab tr td, .payment-page .payment-section .my-card-tab tr th {
  text-align: center;
}

.payment-section table tr td p.delete {
  color: #114e88;
  font: 400 14px;
  cursor: pointer;
}

.payment-section .credit-card img {
  padding-right: 17px;
  padding-top: 10px;
}

.my-acc-sub-title {
  padding-left: 20px !important;
}

strong {
  font-weight: 600;
  line-height: 25px;
}

.entry > div {
  margin: 20px 0;
  height: auto;
}

.entry ul, .entry ol, .blog-pages .one-column-blog ul, .sales-description ul, .military-page .one-column-blog li, .text-blocks ul {
  margin: 0 0 0 15px;
  padding-left: 10px;
}

.text-blocks ul li {
  list-style-type: disc;
}

.entry ul li, .blog-pages .one-column-blog li, .sales-description li, .military-page .one-column-blog li {
  list-style-type: none;
  line-height: 1.4em;
  padding-bottom: 20px;
}

.entry > div > div {
  clear: none !important;
}

.banner-center h6, .banner-left h6 {
  font: 600 20px;
}

.banner-center h2 {
  font: 600 32px;
}

.acheivement-page .achievement-content .middle-sec h2 {
  padding-top: 30px;
}

.acheivement-page .achievement-banner .banner-content {
  padding: 20px 30px 30px;
}

.acheivement-page .achievement-banner .banner-content .banner-left h2 {
  margin-top: 5px;
}

.timeline-article .content-left, .timeline-article .content-right {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  padding: 30px;
}

#conference-timeline .timeline-article .content-right-container.arrow-area {
  margin-top: 20px;
}

.about-pages .about-content .about-inner-content p, .timeline-article p, .acheivement-page .achievement-content .middle-sec p, .blog-pages p {
  font: 400 16px;
}

.button-area {
  margin-top: 10px;
}

.blog-pages .blog-section {
  padding: 20px 30px 20px;
}

.blog-pages .blog-section .left-section {
  width: 200px;
}

.blog-pages .blog-section .right-section {
  width: 900px;
  margin-left: 30px;
  float: left;
}

.IRA .ira-advantage h2 {
  padding-bottom: 30px;
}

.IRA .ira-advantage p, .IRA .ira-advantage ul li, .IRA .ira-advantage .faq-section > p, .IRA .ira-advantage .faq-section .faq p.answer {
  font: 400 16px;
}

.IRA h2.blog-title, .IRA .ira-advantage .faq-section > p, .IRA .ira-advantage .faq-section .faq p.question.last {
  padding-bottom: 20px;
}

.IRA .custodian-section .blog-subtitle, .IRA .ira-advantage .faq-section .faq p.question {
  font: 400 16px;
  padding-bottom: 20px;
}

.sell-to-us .sell-steps .step span.sell-detail {
  font-size: 15px;
}

.news-section .news > div > div {
  height: 300px;
}

.news-section .news > div img {
  height: 300px;
}

.news-section .social-media-section .media-content .follow-section > div.career-facebook i {
  color: #4266B2;
}

.news-section .social-media-section .media-content .follow-section > div.career-twitter i {
  color: #1DA1F2;
}

.news-section .social-media-section .media-content .follow-section > div.career-pinterest i {
  color: #bc0000;
}

.news-section .social-media-section .media-content .follow-section > div.career-instagram i {
  color: #AA3095;
}

.card-details .head .left-section h4 {
  font-size: 22px;
}

.order-status-icon {
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.starter-icon, .checked-icon, .action-required-icon, .processing-icon, .cancelled-icon, .end-icon {
  height: 35px;
  width: 35px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.starter-icon {
  background-image: url(https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/status-icon/starter-status.png);
}

.checked-icon {
  background-image: url(https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/status-icon/checked-status.png);
}

.action-required-icon {
  background-image: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/status-icon/action-required-status.png);
}

.processing-icon {
  background-image: url(https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/status-icon/processing-status.png);
}

.cancelled-icon {
  background-image: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/status-icon/cancelled-status.png);
}

.end-icon {
  background-image: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/status-icon/end-status.png);
}

.order-steps .steps .step.active span.info {
  font-weight: 700;
}

.cart-payment-page .social-wrapper .payment-area, .order-pages.thank-you .social-wrapper .payment-area {
  max-width: 220px;
}

.cart-payment-page .payment-area > div p, .order-pages.thank-you .payment-area > div p {
  font: 400 16px;
}

.payment-area span {
  font: 600 16px;
  color: #000;
}

.social-media div {
  cursor: pointer;
  transition: all .1s ease;
}

.fa-question-circle::before {
  padding-left: 0;
}

.order-pages.thank-you .order-detail .return-section ul li a {
  color: #727272;
  font: 600 14px !important;
  margin-top: 15px;
}

.order-pages.thank-you .order-detail .return-section ul li a:hover {
  color: #114e88;
}

.modal .modal-content {
  width: 400px;
  margin-left: -200px;
  border: none;
}

/*Faq*/
.widget h3 {
  font-size: 20px;
  font-weight: 600;
}

#contactmethods {
  display: none;
}

.pakb-search input[type=submit] {
  background-color: #145891 !important;
  cursor: pointer;
}

.sidebar {
  float: right;
}

.pakb-search {
  margin-top: 20px;
}

.pakb-main h2 a, .pakb-main h2 a:hover, .pakb-main h2 a:focus, .pakb-main h2 {
  font-weight: 600;
}

.pakb-main h2 a, .pakb-main h2 a:hover, .pakb-main h2 a:focus, .pakb-main h2 i {
  text-decoration: none;
}

.pakb-list li a, .pakb-list li a:hover, .pakb-list li a:focus, .pakb-list i {
  font-size: 16px !important;
}

/*review*/
.blog-page-heading > .reviews {
  margin: 30px 0;
}

.sa_info {
  width: 100%;
}

.sa_info > span > span, .sa_info > div {
  padding-bottom: 5px;
}

.sa_review .sa_comments {
  padding-right: 5px !important;
}

.sa_comments {
  width: 100%;
  float: left;
  overflow: visible;
  display: block;
  position: static;
}

.sa_comments:before {
  background-color: inherit;
  bottom: 0;
  position: absolute;
  right: 0;
  content: '\2026';
}

.sa_comments:after {
  content: '';
  background-color: inherit;
  position: absolute;
  height: 100px;
  width: 100%;
  z-index: 1;
}

.more-comments {
  width: 100%;
  margin: 30px 0;
  display: block;
}

.review-comments > .comment {
  width: 580px;
  background: url(https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/comment_bg.gif) repeat-y;
  background-size: 100% auto;
  float: left;
  margin-bottom: 10px;
}

.comment_In {
  background: url(https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/comment_Inbg.gif) no-repeat;
  background-size: 100% auto;
}

.comment_Inner {
  padding: 15px 25px 35px 75px;
  background: url(https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/comment_Innerbg.gif) no-repeat left bottom;
  background-size: 100% auto;
}

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

/* SEARCHSPRING TYPE AHEAD RESULT */

/* Utilities - Checkboxes */
.ss-checkbox {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.ss-checkbox:before {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.ss-checkbox.ss-checkbox-round:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.ss-checkbox.ss-active:before {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=!string!viewBox=!string!preserveAspectRatio=!string!%3E%3Cpath fill=!string!d=!string!/%3E%3C/svg%3E");
  background-size: 75% auto;
}

/* START SEARCHSPRING AutoComplete */
[ss-autocomplete] {
  position: absolute;
  top: 40px;
  left: 0;
  right: auto;
  z-index: 999999;
}

[ss-autocomplete] * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* AutoComplete - Resets */
[ss-autocomplete] ul:not(.ss-grid):not(.ss-palette) {
  margin: 0;
}

[ss-autocomplete] ul, [ss-autocomplete] ul li {
  list-style: none;
}

[ss-autocomplete] ul, [ss-autocomplete] ul li, [ss-autocomplete] .ss-title {
  padding: 0;
}

[ss-autocomplete] a, [ss-autocomplete] a:hover {
  text-decoration: none;
}

#jmheader.fixed [ss-autocomplete] {
  top: 50px;
  left: 0px;
}

/* AutoComplete - Container */
#jmheader.fixed div[ss-autocomplete] {
  left: auto;
  right: -68.5% !important;
  top: 40px !important;
}

[ss-autocomplete] .ss-ac-container {
  text-align: left;
  padding: 0 0 0 150px;
  font-size: 12px;
  line-height: 1.5;
  background: #ececec;
  border: 1px solid #cccccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px !important;
  overflow: hidden;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}

[ss-autocomplete] .ss-ac-container:before, [ss-autocomplete] .ss-ac-container:after {
  display: table;
}

[ss-autocomplete] .ss-ac-container:after {
  clear: both;
  zoom: 1;
}

[ss-autocomplete] .ss-ac-container.no-terms {
  padding: 0;
}

[ss-autocomplete] .ss-ac-container ul li a {
  color: #444;
}

[ss-autocomplete] .ss-ac-container em {
  text-transform: none;
}

/* AutoComplete - Merchandising */
[ss-autocomplete] .ss-ac-merchandising img {
  max-width: 100%;
  height: auto !important;
}

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-header, [ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-banner {
  margin: 0 0 10px 0;
}

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-footer {
  margin: 10px 0 0 0;
}

[ss-autocomplete] .ss-ac-merchandising#ss-ac-merch-left {
  margin: 20px 0 0 0;
}

/* AutoComplete - Active and Focus States */
[ss-autocomplete] #ss-ac-terms .ss-list .ss-active .ss-list-link, [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-active, [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-focused .ss-ac-item-details .ss-ac-item-name {
  color: #444;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-focused, [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-focused, [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-focused .ss-ac-item-details .ss-ac-item-name {
  text-decoration: none;
}

/* AutoComplete - Terms */
[ss-autocomplete] #ss-ac-terms {
  float: left;
  margin: 0 0 0 -150px;
  width: 150px;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link em {
  font-style: normal;
  font-weight: bold;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
  display: list-item;
}

[ss-autocomplete] #ss-ac-terms .ss-list .ss-active {
  background: #ffffff;
}

/* AutoComplete - Content */
[ss-autocomplete] #ss-ac-content {
  width: 572px;
  background: #ffffff;
  padding: 15px 20px;
}

[ss-autocomplete] #ss-ac-content:before, [ss-autocomplete] #ss-ac-content:after {
  display: table;
}

[ss-autocomplete] #ss-ac-content:after {
  clear: both;
  zoom: 1;
}

/* AutoComplete - Facets */
[ss-autocomplete] #ss-ac-facets {
  float: left;
  width: 150px;
  padding: 0 20px 0 0;
  display: none;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container {
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cccccc;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container:last-child {
  border-bottom: 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list .ss-list-option {
  margin: 0 0 3px 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list .ss-list-option:last-child {
  margin-bottom: 0;
}

[ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-list-option {
  display: list-item;
}

/* AutoComplete - Results */
.searchspring-row {
  margin-top: 40px !important;
  min-height: 500px;
}

#searchspring-sidebar {
  border: none !important;
}

[ss-autocomplete] #ss-ac-results {
  overflow: hidden;
}

[ss-autocomplete] #ss-ac-results .ss-title {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

[ss-autocomplete] #ss-ac-results .ss-title .ss-results-title-query {
  color: #000000;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container {
  margin: 0 -5px -10px -5px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item {
  width: 32%;
  margin: 0 0 10px 5px;
  padding: 8px 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:hover {
  -moz-box-shadow: inset 0 0 5px #cccccc;
  -webkit-box-shadow: inset 0 0 5px #cccccc;
  box-shadow: inset 0 0 5px #cccccc;
  background: none repeat scroll 0 0 #f3f3f3;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item > a {
  display: block;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container {
  position: absolute;
  top: 85px;
  left: 5px;
  z-index: 2;
  margin: auto;
  max-width: 65px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container.ss-badge-2 {
  top: 70px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container.ss-badge-3 {
  top: 55px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container .ss-badge {
  display: block;
  margin: 0 0 2px 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-badge-container .ss-badge:last-child {
  margin-bottom: 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
  line-height: 0;
  width: 100%;
  height: 120px;
  margin: 0 0 10px 0;
  position: relative;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image .ss-image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p {
  margin: 0 0 3px 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details p:last-child {
  margin-bottom: 0;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-name {
  font-size: 14px;
  height: 36px !important;
  overflow: hidden;
  color: #444;
  line-height: 17px;
  font-weight: 700;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-from-price {
  font-size: 13px;
  color: #666;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating {
  height: 22px;
  overflow: hidden;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-image, [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-count {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-image {
  width: 75px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-rating .ss-ac-item-rating-count {
  color: #acacac;
  font-size: 11px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price:not(span.ss-ac-from-price) ~ span {
  padding-left: 5px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-regular {
  color: #444;
  font-size: 15px;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-on-sale {
  color: #5988b2;
}

[ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-details .ss-ac-item-price .ss-ac-item-msrp {
  color: #5988b2;
  text-decoration: line-through;
}

/* AutoComplete - See More Results */
[ss-autocomplete] #ss-ac-see-more {
  clear: both;
  text-align: center;
  margin: 15px 0 10px 0;
}

[ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link {
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-size: 14px;
  color: #ffffff;
  height: 33px;
  flex-grow: 1;
  font-weight: 700;
  text-align: center;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border-radius: 5px;
  background: #34A267;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  padding: 8px 40px;
}

[ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link:hover {
  -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2) !important;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  transition-duration: .3s;
  border: none;
  text-align: center;
}

@media only screen and (min-width:992px) {
  [ss-autocomplete] #ss-ac-see-more.ss-ac-see-more-padding {
    padding-left: 0px;
  }

}

/* AutoComplete - Breakpoint 1 */
@media only screen and (max-width:1199px) {
  [ss-autocomplete] .ss-ac-container {
    padding: 0;
  }

  [ss-autocomplete] #ss-ac-terms {
    width: 700px;
    margin: 0;
    float: none;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

}

/* AutoComplete - Breakpoint 2 */
@media only screen and (max-width:991px) {
  [ss-autocomplete] {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
  }

  [ss-autocomplete] #ss-ac-terms, [ss-autocomplete] #ss-ac-content, [ss-autocomplete] #ss-ac-facets {
    width: auto;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    padding: 5px 10px;
    font-size: 12px;
  }

  [ss-autocomplete] #ss-ac-content {
    padding: 10px;
  }

  [ss-autocomplete] #ss-ac-facets {
    float: none;
    padding: 0;
    margin: 0 -5px;
    display: none;
  }

  [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container {
    width: 33.33%;
    border: 0;
    margin: 0 0 10px 0;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }

  [ss-autocomplete] #ss-ac-facets .ss-ac-facet-container .ss-title {
    font-size: 14px;
  }

  [ss-autocomplete] #ss-ac-results {
    overflow: visible;
  }

  [ss-autocomplete] #ss-ac-results .ss-title {
    font-size: 14px;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+4) {
    display: none;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
    height: 100px;
  }

  [ss-autocomplete] #ss-ac-see-more {
    text-align: left;
    margin: 10px 0 0 0;
  }

  [ss-autocomplete] .merchandising#ss-ac-merch-left {
    display: none;
  }

}

/* AutoComplete - Breakpoint 3 */
@media only screen and (max-width:767px) {
  [ss-autocomplete] #ss-ac-facets, [ss-autocomplete] #ss-ac-results .ss-title {
    display: none;
  }

  [ss-autocomplete] #ss-ac-terms {
    padding: 10px;
    border-bottom: 1px solid #cccccc;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list {
    display: block;
    width: auto;
    margin: 0 -5px -10px -5px;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list, [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    text-align: left;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option {
    width: 50%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-list-option .ss-list-link {
    padding: 0;
    font-size: 11px;
  }

  [ss-autocomplete] #ss-ac-terms .ss-list .ss-active {
    background: transparent;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item {
    width: 50%;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+4) {
    display: inline-block;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item:nth-child(n+3) {
    display: none;
  }

  [ss-autocomplete] #ss-ac-results .ss-ac-item-container .ss-ac-item .ss-ac-item-image {
    height: 80px;
  }

  [ss-autocomplete] #ss-ac-see-more .ss-ac-see-more-link {
    font-size: 12px;
  }

}

/*END SEARCHSPRING */

/* Order status check */
.box_login {
  float: left;
  width: 100%;
  min-height: 200px;
}

.box_login form, #jm-forgot-password-form {
  padding-top: 10px;
  width: 500px;
  margin: 0 auto 30px auto;
}

#jm-forgot-password-form.jm-forgot-password-modal {
  margin: 0 auto;
  width: 100%;
  padding-top: 0;
}

.box_login input {
  width: 350px;
}

.box_login form div, #jm-forgot-password-form div {
  width: 350px;
  margin: 0 auto 20px auto;
  float: none;
  padding-bottom: 0;
}

#jm-forgot-password-form.jm-forgot-password-modal div {
  margin: 0 auto 20px auto;
  float: left;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}

#jm-forgot-password-form.jm-forgot-password-modal .reset-text {
  margin-bottom: 20px;
}

#jm-forgot-password-form.jm-forgot-password-modal .reset-text p {
  margin: 0;
}

#jm-forgot-password-form.jm-forgot-password-modal .return-section {
  text-align: center;
}

#jm-forgot-password-form.jm-forgot-password-modal .return-section p {
  margin: 0;
  float: none;
}

.box_login .new-users {
  text-align: center;
  margin: 0 auto;
}

.box_login .new-users h2 {
  border-top: solid thin #d2d6d9;
  font-size: 24px;
  padding-top: 40px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.box_login .new-users .fa {
  color: #6BCF99;
  margin-right: 10px;
}

.box_login #makeaccount {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.order-status-check-btn button {
  height: 50px;
  width: 350px;
}

.order-status-lookup-btn {
  font-size: 16px;
  padding: 10px 30px;
  width: auto !important;
  float: right;
}

.body-wrapper.order-pages.thank-you .status {
  margin-top: 30px;
}

/*history*/
.banner-content h2, .banner-content h3, .banner-content h4, .banner-content h6, .banner-content p, .conference-timeline-content h2, .conference-timeline-content h3, .conference-timeline-content h4, .conference-timeline-content h6, .conference-timeline-content p {
  padding: 0;
  margin: 0;
}

.about-banner .banner-content .banner-center h2.jmb, .history-banner .banner-content .banner-center h2.jmb, .carrers-banner .banner-content .banner-center h2.jmb {
  padding-top: 38px;
  padding-bottom: 8px;
}

.timeline-title {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.timeline-title h2 {
  font: normal 30px/1 TrajanProBold;
  margin-top: 40px;
  padding-bottom: 10px;
}

.timeline-title p {
  font: 400 19px;
  color: #666666;
}

.timeline-article .content-left, .timeline-article .content-right {
  box-shadow: none;
  padding: 30px;
}

#conference-timeline .timeline-article .content-right-container.arrow-area {
  margin-top: 20px;
}

.conference-timeline-content .arrow_box:after, .conference-timeline-content .arrow_box:before {
  top: 57px;
}

.basic-page-heading {
  width: 100%;
  float: left;
}

.basic-page-heading h2 {
  font: 700 33px;
  padding: 30px 0;
  margin: 0;
}

.one-column-blog h3 {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
}

.woocommerce-error .woocommerce-Price-currencySymbol {
  float: none !important;
}

.woocommerce-Price-currencySymbol {
  float: left !important;
}

.woocommerce-remove-coupon {
  margin-right: 5px;
}

.product_show {
  display: block;
}

.product_hide {
  display: none;
}

.cufon {
  margin: 0;
  text-align: center;
  padding: 30px 0;
}

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

.post-entry {
  margin: 30px 0;
  padding: 30px;
  border: solid 1px #cccccc;
}

.post-entry p {
  margin: 0 0 20px 0;
}

/*invoices*/
#invoice_checkout .checkout-detail {
  padding-top: 0;
}

#invoice_checkout .checkout-detail h2 {
  padding-bottom: 9px;
}

#invoice_checkout .shipping p {
  padding-bottom: 0;
}

#invoice_checkout .checkout-block:before, #invoice_checkout .checkout-block:after {
  left: 50% !important;
}

#invoice_checkout .proceed-btn {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: -10px auto 0;
}

#invoice_checkout .order-pages div.body p span {
  font-weight: 400;
}

#invoice_checkout .order-pages div.body {
  padding: 20px 30px 0;
  margin-bottom: 10px;
}

/*register page*/
.register-page-form .new-input {
  width: calc(50% - 10px);
}

.register-page-form .new-input:nth-child(even) {
  float: right;
}

.register-page-form .terms {
  width: 100%;
  float: left;
  text-align: center;
}

.register-page-form .button-section, .register-page-form .existing-user {
  text-align: center;
}

.register-page-form .existing-user {
  float: left;
  margin-top: 20px;
  width: 100%;
}

.register-page-form .existing-user p {
  padding-bottom: 0;
}

#jm_message, #jm_message_reg {
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.clear {
  clear: both;
}

.modalwrap {
  background-color: #fff;
}

.cartform .qty {
  width: 102px;
  text-align: left;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 0 10px 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-blocks {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  padding: 0 30px 30px;
  margin: 30px 0px;
}

.product-verification h6 a {
  color: #114e88;
}

.payment_disabled {
  opacity: 0.5;
}

.jmb_cart_checkout {
  border-radius: 4px;
  max-height: 39px;
  padding: 9px 80px;
  width: 281px;
  white-space: nowrap;
}

.product-description h2 a {
  color: #125ea7;
}

.butn_reload {
  font-size: 13px;
  background: none;
  padding-right: 29px;
  width: 80px;
  height: 40px;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.product_tbl .cart-price {
  width: 250px;
  padding: 10px 10px 0;
}

.product_tbl .stockalert {
  font-size: 12px;
}

.product_tbl .product-image {
  width: 200px;
  padding: 10px 0;
}

.product_tbl .cart-qty {
  width: 170px;
  padding: 10px;
}

.woocommerce-Price-currencySymbol {
  float: left;
}

.product-verification table tbody tr td .add-to-cart {
  text-align: center;
  width: auto;
  float: left;
  position: relative;
  margin-left: 35px;
}

.add-to-cart .qty {
  margin-left: 0px;
  width: 70px;
  text-align: left;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.product-verification table tbody tr td .add-to-cart input.qtyplus {
  padding: 3px 6px 3px 5px;
  right: 0;
  position: absolute;
  top: 0;
  height: 22px;
  font-weight: bold;
  background: none;
  width: 21px;
  box-shadow: none;
  margin: 0;
  cursor: pointer;
}

.product-verification table tbody tr td .add-to-cart input.qtyminus {
  bottom: 0;
  position: absolute;
  right: 0px;
  padding: 3px 7px 4px 7.5px;
  font-weight: bold;
  background: none;
  width: 21px;
  height: 23px;
  box-shadow: none;
  margin: 0;
  cursor: pointer;
}

#content-slider {
  height: 300px!important;
  overflow-y: hidden;
}

.tab-content .tab>.tab-cols a {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.product-category .tab>.tab-cols a {
  font-size: 18px;
}

.product-category .tab>.tab-cols a:hover {
  text-decoration: none;
}

.tab-content .tab>.tab-cols:hover {
  -moz-box-shadow: inset 0 0 5px #cccccc;
  -webkit-box-shadow: inset 0 0 5px #cccccc;
  box-shadow: inset 0 0 5px #cccccc;
  background: none repeat scroll 0 0 #f3f3f3;
}

.product-category .tab>.tab-cols:hover {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, .2);
}

.product-category .tab>.tab-cols:hover {
  box-shadow: 2px 5px 10px 2px rgba(150, 150, 150, .5);
  background: none repeat scroll 0 0 #f3f3f3;
}

.add-to-cart input, .add-to-cart button {
  float: left;
}

.tab-content .tab>.tab-cols .add-to-cart button {
  margin-left: 4px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sell-to-us .product-tab-section .connect p {
  font: 400 22px;
  padding: 21px 0 15px;
}

.blog-section h4 a {
  color: #000;
}

.body-wrapper.blog-pages .one-column-blog>div.about-blog.left-aligned .left-section {
  width: auto;
  margin: 0 25px 15px 0px;
}

.prefered-contact {
  display: block;
  clear: both;
}

span.wpcf7-not-valid-tip {
  clear: both;
}

div.wpcf7-response-output {
  float: left;
  margin: 0;
  margin-bottom: 15px;
  margin-top: -15px;
  width: 100%;
}

#quoteSubmit, #sell-to-us-rq {
  height: 50px;
  width: 100%;
  max-width: none;
  float: left;
  padding-right: 0px;
  border-radius: 4px;
  border: solid 1px #9B9B9B;
  background: #edbb56;
  background: -webkit-linear-gradient(#FADB99, #edbb56);
  background: -o-linear-gradient(#FADB99, #edbb56);
  background: -moz-linear-gradient(#FADB99, #edbb56);
  background: -webkit-gradient(linear, left top, left bottom, from(#FADB99), to(#edbb56));
  background: linear-gradient(#FADB99, #edbb56);
  box-shadow: none;
  font: 600 17.28px;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
}

.modal .modal-content .modal-body form .button-section {
  padding-top: 18px;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
}

#captcha-wrapper {
  text-align: left;
}

.sell-to-us .modal .modal-content .modal-body form .button-section, .ira .modal .modal-content .modal-body form .button-section {
  padding-top: 0;
  width: calc(33% - 10px);
  float: right;
}

.ira .modal-content .button-section:after {
  content: 'xMinYMid';
  background-image: url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/images/brown-arrow-2.png");
  position: absolute;
  top: 25px;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translatey(-50%);
}

#quoteSubmit:hover, #sell-to-us-rq:hover {
  background: #EFC468;
  background: -webkit-linear-gradient(#F7D185, #EFC468);
  background: -o-linear-gradient(#F7D185, #EFC468);
  background: -moz-linear-gradient(#F7D185, #EFC468);
  background: -webkit-gradient(linear, left top, left bottom, from(#F7D185), to(#EFC468));
  background: linear-gradient(#F7D185, #EFC468);
}

.floating-label {
  display: none;
  position: absolute;
  top: 3px;
  z-index: 9;
  left: 12px;
  font-size: 12px;
  color: #9B9B9B;
}

.skip-link {
  display: none !important;
}

.header .main-nav ul.list-inline>li .dropdown .dropdown-content>ul>li {
  vertical-align: top;
  padding-top: 0px;
  width: 25%;
}

.menu-product {
  padding-right: 30px;
}

.menu-product .dropdown-inner {
  height: 350px;
  background-color: #f4f4f4;
}

.availability p {
  color: #114a81;
  padding-bottom: 8px;
  margin: 0;
}

.failed-order-delivery {
  text-align: center;
}

.no-category {
  width: 100%;
  text-align: center;
  min-height: 50px;
  font: 600 14px;
}

.update_address_form .error-message {
  padding-bottom: 20px;
  background-color: transparent;
  margin-top: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 30px;
}

.update_address_form .error-message:before {
  top: calc(50% - 35px);
  top: -webkit-calc(50% - 35px);
}

.card-type-icon {
  position: absolute;
  top: 12px;
  right: 10px;
}

.card-type-icon img {
  display: none;
}

.prod-section {
  position: relative;
}

.prod-count {
  font-size: 14px;
  font-weight: 600;
  color: #0d7487;
  position: absolute;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.prod-section:hover .prod-count {
  background: #0d7487;
  color: #FFFFFF;
}

.reviews .slider-inner .nav-layer {
  z-index: 1;
}

.bank-manual-verification-disclaimer-pending, .bank-auto-verification-disclaimer-pending, .bank-verification-disclaimer-verified, .bank-login-required-disclaimer {
  font-weight: 600 !important;
  float: right;
}

.bank-manual-verification-disclaimer-pending {
  color: red;
}

.bank-login-required-disclaimer {
  color: blue;
}

.bank-auto-verification-disclaimer-pending {
  color: #ebba57;
  padding: 0;
}

.bank-verification-disclaimer-verified {
  color: green;
}

.bank-login-required-hint {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: -5px 0 0 30px;
  color: blue;
  font-weight: 600;
}

.bank-verification-pending-hint {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: -5px 0 0 30px;
  color: green;
  font-weight: 600;
}

.echeck_flow {
  position: relative;
  width: calc((100% - 40px)/3);
  float: left;
  margin: 0 20px 10px 0;
}

.echeck_flow:last-child {
  margin-right: 0 !important;
}

.echeck-step {
  font-size: 16px;
  font-weight: 600;
  margin-left: 0 !important;
}

.echeck_flow > p {
  font: 400 12px !important;
}

#echeck-tooltip-block {
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: relative;
}

.modal #echeck_profiles {
  float: left;
}

.modal #echeck_profiles li {
  float: left;
  width: 100%;
  padding: 10px 10px 0 !important;
}

.modal #echeck_profiles .card-detail p {
  font-size: 14px !important;
  line-height: 20px;
}

.modal #echeck_profiles li .chk-area {
  float: left;
}

.thank-you .modal #echeck_profiles li .chk-area {
  margin-top: 3px;
}

.modal-footer {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
  border-top: none;
  margin: 0;
}

#modify_echeck_details.modal .bank-checkout-block {
  margin-bottom: 0;
}

#save_echeck_details {
  width: 150px;
}

.modal .checkout-block {
  border: none;
  border-radius: 0;
}

#bank-message, #bank-error, #cc-message {
  margin-top: 13px !important;
}

#bank-message >i, #bank-error >i, #cc-message >i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ccc;
  cursor: pointer;
}

.tool-area.payment-help {
  position: relative !important;
  top: -8px !important;
  right: 0 !important;
  z-index: 999;
}

.payment-help > span {
  margin: 0 18px 0 -10px !important;
  padding: 0 !important;
}

.payment-help > i {
  margin-left: 100px !important;
  margin-top: -30px !important;
}

.tool-tip.payment-help-tooltip {
  top: 40px !important;
  right: -2px !important;
  padding: 10px !important;
  width: 250px !important;
  text-align: left;
}

.tool-area.payment-help .tool-tip.payment-help-tooltip:before, .tool-tip.payment-help-tooltip:after {
  left: 91% !important;
  top: auto !important;
}

.tool-area.payment-help .tool-tip.payment-help-tooltip:before {
  border-color: rgba(17, 78, 136, 0);
  border-bottom-color: #114e88;
  border-width: 12px;
  margin-left: -12px;
}

.tool-area.payment-help .tool-tip.payment-help-tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

#tool-tip-thankyou-page {
  top: 38px !important;
  right: -15px !important;
  line-height: 18px;
}

#thankyou-page-tool-area {
  top: -22px !important;
  right: 120px !important;
  position: absolute !important;
}

#thankyou-page-tool-area > i {
  margin-top: 12px !important;
}


#cartPopupError {
  margin-top: 0;
  background-color: transparent;
  border: none;
  font-size: 13px;
  padding: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

#cartPopupError span{
  font-weight: 700;
}

#searchform {
  position: relative;
}

.header .utility-bar .container .list-inline>li.search-bar button {
  height: 35px;
  position: absolute;
  top: 0;
}

.pay-with-ach {
  font-weight: bold !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
}

#no-bank-record {
  padding-top: 0 !important;
}

#no-cc-record {
  padding-top: 0 !important;
}

.military_discount_note {
  background: #EEF0F2;
  margin: 0;
  padding: 7px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #D8D8D8;
}

.military_discount_note > span {
  font-weight: bold;
  font-size: 13px;
}

.price-hidden {
  text-align: center;
  margin-bottom: 0;
  font-weight: bolder;
}

.search-product-ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 2;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.tax {
  position: relative;
}

.tax-tool-tip {
  right: -35px !important;
  top: 35px !important;
  z-index: 2;
  width: 320px;
}

.tax-tool-tip:after, .tax-tool-tip:before {
  bottom: 100%;
  left: 87%;
  top: auto;
}

.tax-tool-tip:after {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ffff;
  border-width: 8px;
  margin-left: -8px;
}

.tax-tool-tip:before {
  border-color: rgba(17, 78, 136, 0);
  border-bottom-color: #114e88;
  border-width: 11px;
  margin-left: -11px;
}

.tax-tool-tip-side {
  width: 220px;
  top: 40px !important;
  right: -60px !important;
}

.tax-tool-tip-thankyou {
  width: 220px;
  top: 35px !important;
  right: 90px !important;
}

.tax-tool-tip-side i {
  position: absolute;
  color: #cccccc;
  right: 9px;
  top: 7px;
}

.tax-tool-tip-side:after, .tax-tool-tip-side:before {
  left: 50%;
}

.tax i {
  cursor: pointer;
}

#thankyou-page-tool-area {
  top: -24px !important;
  right: 130px !important;
}

.tool-area.payment-help {
  z-index: 2;
}

.bank-checkout-block {
  float: left;
  background-color: #ffffff;
  border: solid thin #cccccc;
  width: calc(50% - 15px);
  margin-bottom: 10px;
  padding: 20px;
  height: 320px;
  position: relative;
}

.bank-checkout-block h3 {
  font-size: 18px;
}

button#bank-info-btn {
  width: 100%;
  text-align: center;
}

button#bank-info-btn span {
  padding: 0;
}

button#submit-bank-info {
  text-align: center;
}

button#submit-bank-info span {
  padding: 0;
}

#wm_contentarea #payment-sent.modal {
  position: absolute;
  padding: 0 !important;
  transform: translateX(-50%);
  width: 90%;
  z-index: 15
}

#wm_contentarea #payment-sent.modal .modal-content {
  width: 100% !important;
  height: 100%;
  margin: 0 0 0 0 !important
}

#wm_contentarea #payment-sent.modal .modal-content .modal-header {
  padding: 0;
  height: 65px;
  float: none;
  display: block
}

#wm_contentarea #payment-sent.modal .modal-content .modal-header img {
  padding: 23px 0 12px 0;
  margin: 0 auto;
  display: block
}

#wm_contentarea #payment-sent.modal .modal-content .modal-body {
  padding: 10px 10px 20px 10px;
  float: none;
  height: calc(100% - 140px);
  max-height: calc(100% - 140px);
  overflow-y: auto;
  overflow-x: hidden
}

#wm_contentarea #payment-sent.modal .modal-content .modal-body > div {
  float: none
}

#wm_contentarea #payment-sent.modal .modal-content .modal-body > p {
  float: none
}

#wm_contentarea #modify_echeck_details.modal .modal-content .modal-body .your-review h2.border {
  display: block;
  padding: 11px 0 0 0;
  line-height: 1.2
}

#wm_contentarea #modify_echeck_details.modal .modal-content .modal-body .your-review h2.border:after {
  width: 100%;
  margin-top: 8px;
  left: 0
}

#charts {
  overflow: hidden
}

#charts .metal {
  color: #444;
  border: solid #2e2e4e;
  border-width: 1px 0 1px 1px;
  padding: 5px;
  float: left;
  width: 25%;
  text-align: center;
  font-size: 12px
}

#charts .metal.Palladium {
  border-right: solid thin #2e2e4e;
}

#charts .switch-charts {
  position: relative;
  background: #f3f3f3
}

#charts .chart-content {
  border: solid #2e2e4e;;
  border-width: 0 1px;
  overflow: hidden;
  height: 130px
}

#charts .metal:hover, #charts .metal.active {
  background: #2e2e4e;
  border-color: #2e2e4e;
  color: #fff;
  cursor: pointer;
}

#charts .switch-charts-selector {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: '%235988b2';
  width: 0;
  height: 0;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fefefe
}

#charts .chart-container {
  padding: 0
}

.showcharts, .hidecharts {
  cursor: pointer;
  text-align: right !important;
}

.charticon {
  color: white;
}

.showcharts, .hidecharts .show-chart-arrow {
  color: white;
}

.spot-charts {
  width: 1140px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 200px;
  background: white;
}

.spot-charts ul {
  height: 170px !important;
}

.spot-charts li {
  margin: 0 !important;
  height: 150px !important;
}

.spot-charts li h4:hover {
  color: #0d7487 !important;
}

.spot-charts li h4 {
  text-align: left;
  font-weight: 700;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #2e2e4e;
  font-size: 21px !important;
}

.spot-charts a, .spot-charts a:focus, .spot-charts a:active, .spot-charts a:visited, .spot-charts a:link {
  color: #2e2e4e;
  font-size: 14px;
  font-family: montserrat, helvetica neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.updated-at {
  text-transform: uppercase;
  text-align: right !important;
}

.spot-chart {
  background-color: white;
  text-transform: uppercase;
  z-index: 999;
  transition: bottom .3s;
  -webkit-transition: bottom .3s;
  -moz-transition: bottom .3s;
  -o-transition: bottom .3s;
}

.panel-heading h2, .panel-heading h3 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}

#ProductGuideDiv a {
  text-decoration: none;
}

#invoice_checkout {
  margin-top: 30px;
}

#invoice_checkout .head h1 {
  margin: 10px 0;
}

#invoice_checkout .shipping {
  padding: 0 !important;
}

.ss-item-container-grid {
  min-height: 400px;
}

.spotprice ul li.green {
  background: #6BCF99
}

.spotprice ul li.red {
  background: #3A6E7D
}

.pagenotfound .title {
  height: 230px;
  font-size: 190px;
  font-weight: 700;
}

.pagenotfound .more-info {
  font-size: 25px;
  text-align: center;
}

.what-now {
  padding-bottom: 30px;
}

.what-now .links a {
  text-decoration: none;
}

.what-now .links .label {
  padding: 6px 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  background: #e8e8e8;
  transition: .5s;
}

.what-now .links .label fa {
  padding-right: 5px;
}

.what-now .links .label:hover {
  background: #d7d7d7;
}

#pm_register_form_button{
  width: 200px;
  height: 40px;
}

.payment-area td:nth-child(2) {
  padding-left: 0 !important;
}

.breadcrumbs-wrapper{
  margin-top: 15px;
}

.accepted-cards {
  margin-top: -3px;
  width: 115px;
  height: 22px;
}

#printarea{
  float: left;
  width: 100%;
}

#bankwire-info-area{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

#bankwire-info-area p{
  margin: 5px 0;
}

.send-payment,.bank-wire-instructions{
  float: left;
  width: 100%;
}

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

.send-payment h1,.bank-wire-instructions h1{
  font-weight: 400!important;
  font-size: 20px;
}

.bank-info-col{
  width: 50%;
  float: left;
}

.bank-info-col strong{
  clear: right;
}

.waitlist-archives{
  padding-left: 20px;
  display: inline-block;
}

.waitlist-archives{
  margin-bottom: 5px;
}

.iagree_to_terms_p{
  margin:20px auto 0px auto;
  width:95%;
  clear:both;
}

#policy-table {
  margin: 20px 0;
  border-collapse: collapse;
}

#policy-table, #policy-table th, #policy-table td {
  border: 1px solid #000;
}

#policy-table th, #policy-table td{
	padding: 15px;
}

#policy-table p{
	padding-bottom: 0;
}


#policy-table th:first-child{
	width: 30%;
}

.mobile-app-badge{
  float: left;
  margin-top: 10px!important;
}

.mobile-app-badge:first-child{
 margin-right: 10px;
}

.mobile-app-badge img{
  height: 45px;
}

.ground .chk-area{
  position: relative;
}

.recommendshipment{
  top: 30px;
  color: #000;
  font-size: 13px;
  right: 0;
  position: absolute;
  background-color: #FFC850;
  font-weight: 500;
  padding: 10px;
  width: 150px;
  text-align: center;
  border-radius: 5px;
}

.recommendshipment .fa-thumbs-up{
  margin-right: 5px;
}

@media only screen and (max-device-width: 480px) {
  .body-wrapper {
    float: none !important;
  }

  .iagree_to_terms_p{
    margin:20px 40px 15px auto;
  }
}
/*!
 * Font Awesome Pro 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

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

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

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

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

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

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

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

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

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

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

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

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

.fa-arrows:before {
  content: "\f047"; }

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

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

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

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-book-user:before {
  content: "\f7e7"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-books-medical:before {
  content: "\f7e8"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-brackets:before {
  content: "\f7e9"; }

.fa-brackets-curly:before {
  content: "\f7ea"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-loaf:before {
  content: "\f7eb"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-burrito:before {
  content: "\f7ed"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

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

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-chart-scatter:before {
  content: "\f7ee"; }

.fa-check:before {
  content: "\f00c"; }

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

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-cheese-swiss:before {
  content: "\f7f0"; }

.fa-cheeseburger:before {
  content: "\f7f1"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

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

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

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

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

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

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clipboard-user:before {
  content: "\f7f3"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

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

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

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

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-medical:before {
  content: "\f7f4"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-croissant:before {
  content: "\f7f6"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-crutches:before {
  content: "\f7f8"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-debug:before {
  content: "\f7f9"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-egg-fried:before {
  content: "\f7fc"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

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

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-files-medical:before {
  content: "\f7fd"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

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

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fish-cooked:before {
  content: "\f7fe"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flower:before {
  content: "\f7ff"; }

.fa-flower-daffodil:before {
  content: "\f800"; }

.fa-flower-tulip:before {
  content: "\f801"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folder-tree:before {
  content: "\f802"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-french-fries:before {
  content: "\f803"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass:before {
  content: "\f804"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-side-brain:before {
  content: "\f808"; }

.fa-head-side-medical:before {
  content: "\f809"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-alt:before {
  content: "\f80a"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-home-lg:before {
  content: "\f80b"; }

.fa-home-lg-alt:before {
  content: "\f80c"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hospitals:before {
  content: "\f80e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-island-tropical:before {
  content: "\f811"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

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

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

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

.fa-location:before {
  content: "\f601"; }

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

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailbox:before {
  content: "\f813"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-meat:before {
  content: "\f814"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

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

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

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

.fa-pizza:before {
  content: "\f817"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-popcorn:before {
  content: "\f819"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-search:before {
  content: "\f81a"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-rings-wedding:before {
  content: "\f81b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sack:before {
  content: "\f81c"; }

.fa-sack-dollar:before {
  content: "\f81d"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salad:before {
  content: "\f81e"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sandwich:before {
  content: "\f81f"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-sausage:before {
  content: "\f820"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shish-kebab:before {
  content: "\f821"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sickle:before {
  content: "\f822"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

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

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

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

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-soup:before {
  content: "\f823"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steak:before {
  content: "\f824"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-stretcher:before {
  content: "\f825"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-taco:before {
  content: "\f826"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tanakh:before {
  content: "\f827"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-tasks-alt:before {
  content: "\f828"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-tree-palm:before {
  content: "\f82b"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-hard-hat:before {
  content: "\f82c"; }

.fa-user-headset:before {
  content: "\f82d"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-md-chat:before {
  content: "\f82e"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-users-medical:before {
  content: "\f830"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

.fa-volume-slash:before {
  content: "\f2e2"; }

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

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walker:before {
  content: "\f831"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-webcam:before {
  content: "\f832"; }

.fa-webcam-slash:before {
  content: "\f833"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-brands-400.eot");
  src: url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-brands-400.woff2") format("woff2"), url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-brands-400.woff") format("woff"), url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-brands-400.ttf") format("truetype"), url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-light-300.eot");
  src: url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-light-300.woff2") format("woff2"), url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-light-300.woff") format("woff"), url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-light-300.ttf") format("truetype"), url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("https://393qmj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-regular-400.eot");
  src: url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-regular-400.woff2") format("woff2"), url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-regular-400.woff") format("woff"), url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-regular-400.ttf") format("truetype"), url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-solid-900.eot");
  src: url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-solid-900.woff2") format("woff2"), url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-solid-900.woff") format("woff"), url("https://io2fbj-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-solid-900.ttf") format("truetype"), url("https://y2lkwa-mmqtunasnn3g.cloudmaestro.com/I-RrCfeE_/wp-content/themes/provident/fonts/font-awesome/5.8.1/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }
