/*
Theme Name: Custom Theme (Amberlight)
Theme URI: https://newideaweb.com/
Version: 1.0
Description: Custom Theme by New Idea Web LLC
Author: New Idea Web Inc
Author URI: https://newideaweb.com/
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
:root {
    --asphalt: #323232;
    --red: #500AC9;
    --violet: #500AC9;
    --blue: #082BAC;
}

/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    overflow-x: hidden;
}
body {
    font: 300 18px/1.5 'Montserrat', sans-serif;
    color: var(--asphalt);
    word-break: break-word;
    background-color: #bfbfbf;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
p {
    margin-bottom: 20px;
}
b, strong {
    font-weight: bold;
}
a, input[type="submit"], button {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
a:hover {
    color: #000;
}
.page_wrap {
    overflow-x: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-width: 100%;
}
.container {
    max-width: 1480px;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
    height: auto;
}
a {
    color:inherit;
    text-decoration:none;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}
.red, .violet {
    color: var(--red);
}
.asphalt {
    color: var(--asphalt);
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.container {
    padding-right: 40px;
    padding-left: 40px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 2rem;
    font-family: 'Montserrat', sans-serif;
}
.h1, h1 {
    font-size: 6.4rem;
}
.h2, h2 {
    font-size: 4.8rem;
}
.h3, h3 {
    font-size: 4rem;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 18px;
}
main section ol, main section ul {
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
}
main section ol li, main section ul li {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    background: url(img/checkmark.png) no-repeat left 5px;
    font-weight: 500;
}


/* header */
.header {
    padding: 5px 0;
    position: relative;
    z-index: 99999;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.sticky .site_logo a {
    max-width: 200px;
    display: block;
}
.sticky {
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 17px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 17px 0px rgba(0, 0, 0, 0.3);
}
.header.sticky {
        position: fixed;
}



/* nav */
.main-nav {
    margin: 0;
    list-style: none;
    padding: 0;
}
.main-nav > li {
    display: inline-block;
    margin: 0 2vw 0 0;
    position: relative;
}
.main-nav.right-nav > li {
    margin-right: 0;
    margin-left: 3vw;
}
.main-nav li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--red);
    -webkit-box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 17px 0px rgb(0 0 0 / 10%);
    display: none;
    z-index: 999;
    width: 244px;
    padding: 15px 20px;
    text-align: left;
}
.sub-menu li {
    margin: 0 0 20px;
    list-style: none;
    line-height: 1;
}
.sub-menu li a {
    font-size: 16px !important;
}
.main-nav li:hover .sub-menu {
    display: block;
}
.main-nav li a {
    font-size: 16px;
    text-decoration: none !important;
    font-weight: 500;
}
.main-nav li.social_btn a {
    color: var(--red);
}
.main-nav li.current-menu-item > a {
    font-weight: 600;
}
.main-nav li.social_btn:hover > a {
    border-color: #fff;
    color: #fff;
}
.sub-menu li:hover > a, .sub-menu li.current-menu-item > a {
    border-color: #fff;
    color: #fff;
}
.main-nav li.nav_btn a {
    background-color: var(--red);
    color: #fff;
    font-size: 20px;
    padding: 10px 25px;
    border-radius: 0;
    text-decoration: none !important;
    border: 1px solid var(--red) !important;
    font-weight: 600;
    border-radius: 8px;
}
.main-nav li.nav_btn a:hover {
    color: var(--red);
    background-color:#fff ;
}
.site-nav ul {
    padding: 0;
    margin:0;
    list-style: none;
}
.site-nav ul > li {
    position: relative;
    margin: 0 0 20px;
    display: block;
    padding: 0;
}
.site-nav ul li a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
    text-transform: uppercase;
}
.site-nav ul li:hover > a, .site-nav ul li.current-menu-item > a {
    border-bottom: 1px #fff;
}
.site-nav ul li.current-menu-item > a {
    font-weight: bold;
}
.site-nav ul.sub-menu li a {
    color: var(--red);
    font-size: 16px !important;
}
.site-nav ul.sub-menu {
    width: 244px !important;
    background: #fff;
    padding: 10px 10px 1px;
}
.site-nav .nav_btn a {
    background-color: transparent;
    color: #fff;
    font-size: 18px !important;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none !important;
    position: relative;
    top: -2px;
    border: 1px solid #fff !important;
    font-weight: bold;
    display: inline-block;
}
.site-nav .nav_btn a:hover {
    background: #fff;
    color: var(--red);
}
.site-nav .nav_btn i {
    transform: rotate(90deg);
    position: relative;
    top: 1.5px;
    margin-right: 2px;
}
.site-nav {
    text-align: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: var(--red);
    top: 0;
    right: -100vw;
    bottom: 0;
    z-index: 9;
    transition: .3s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 140px;
    padding-bottom:70px;
}
.site-nav.active {
    right: 0;
}


/* sidebar */
.sidebar {

}

/* footer */
.footer {
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
}
ul.footer-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}
ul.footer-nav li {
    margin: 0 10px 10px 0;
    display: inline-block;
    width: calc(50% - 15px);
}
ul.footer-nav li .sub-menu {
    display: none;
}
ul.footer-nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
ul.footer-nav li a:hover {
    text-decoration: underline;
}
.footer_top h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer_bottom {
    border-top: 1px solid #222222;
}
.footer_text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_text ul li {
    margin: 0 0 20px;
}
.footer_text ul li a {
    padding: 5px 0 5px 37px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
.footer_text ul li:nth-child(1) a {
    background: url(img/icon-phone.png) no-repeat left 5px;
}
.footer_text ul li:nth-child(2) a {
    background: url(img/icon-map-marker.png) no-repeat left 0;
}
.footer_text ul li:nth-child(3) a {
    background: url(img/icon-email.png) no-repeat left 5px;
}
.contact_cta .inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_cta .inner .outline-btn.solid-btn.white-btn {
    color: #000 !important;
}
.contact_cta .inner .outline-btn.solid-btn.white-btn:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
}





/*------------------------------------*\
    PAGES
\*------------------------------------*/

*::-webkit-input-placeholder {
   color: #A7A7A7;
}
*:-moz-placeholder { /* Firefox 18- */
   color: #A7A7A7;
}
*::-moz-placeholder {  /* Firefox 19+ */
   color: #A7A7A7;
}
*:-ms-input-placeholder {
   color: #A7A7A7;
}
::-webkit-input-placeholder:after{
}
:focus::-webkit-input-placeholder{
     color:transparent;
}
::-moz-placeholder:after{
}
:focus::-moz-placeholder{
     color:transparent;
}

.outline-btn {
    display: inline-block;
    font-size: 20px;
    border: 2px solid var(--red);
    padding: 15px 25px;
    line-height: 1;
    text-decoration: none !important;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    border-radius: 8px;
    line-height: 1;
    color: var(--red);
    letter-spacing: 0;
    min-width: 180px;
    text-align: center;
    text-shadow: none !important;
}
.outline-btn:hover {
    background-color:  var(--red) !important;
    color: #fff !important;
    border-color:  var(--red) !important;
}
.outline-btn.white-btn {
    color: #fff;
    border-color: #fff;
}
.outline-btn.white-btn:hover {
    background-color:  #fff !important;
    color: var(--red) !important;
    border-color:  #fff !important;
}
.outline-btn.gray-btn {
    border-color: #B4B4B4;
    color: var(--asphalt);
}
.outline-btn.solid-btn {
    background-color: var(--red);
    color: #fff;
    border-color: var(--red);
}
.outline-btn.solid-btn:hover  {
    background-color: #fff !important;
    color: var(--red) !important;
    border-color: var(--red) !important;
}
.outline-btn.solid-btn.white-btn {
    background-color: #fff !important;
    color: var(--blue) !important;
    border-color: #fff !important;
}
.outline-btn.solid-btn.white-btn:hover  {
    background-color: var(--blue) !important;
    color: #fff !important;
    border-color:var(--blue) !important;
}
section {
    padding: 8rem 0 5rem;
}
.hero {
    min-height: 21.7rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    padding: 20px 0;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,.55);
}
.hero article {
    color: #fff;
}
.hero h1 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
}

.slider ul {
    padding: 0;
    margin: 0;
}
.slider ul li {
    list-style: none;
}
.slide_txt  {
    display: flex;
    align-items: center;
}
.slide_txt .inner, .quote {
    background: rgba(255,255,255,.9);
    padding: 10px 10px 10px 30px;
}
.slide_txt .inner {
    width: clamp(500px,50vw,740px);
    max-width: 100%;
}
.slide_txt.overlay {
    padding: 20px 20px 160px;
}
.slide_txt .inner:before, .quote:before {
    content: '';
    display: block;
    width: 6px;
    background: radial-gradient(196.98% 635.89% at -3.5% 5.03%, #500AC9 1.41%, #500AC9 7.35%, #6928DA 21.81%, #732DEE 31.46%, #853EFF 40.58%, #5C1BCB 53.8%, #5E0FAF 55.63%, #500AC9 64.87%, #500AC9 83.71%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 13px;
}
.slide_txt .inner p, .quote p {
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
}
.slide_txt .inner h3, .quote h3 {
    font-size: 6.4rem;
    line-height: 1;
    margin-bottom: 5px;
}
.slider .bx-pager {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 30px;
}
.slider .bx-pager a {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 0 0 15px;
    text-indent: -99999px;
}
.slider .bx-pager a.active {
    background: var(--grass);
}
.bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background: url(img/arrowleft.png) no-repeat center;
    text-indent: -999px;
    width: 40px;
    height: 40px;
    transition: all .3s;
}
.bx-controls-direction a.bx-prev {
    left: 15px;
}
.bx-controls-direction a:hover {
    opacity: .8;
}
.bx-controls-direction a.bx-next {
    right: 15px;
    transform: rotate(180deg);
}
.bx-default-pager {
    text-align: center;
    position: relative;
    bottom: -60px;
}
.bx-default-pager>div {
    display: inline-block;
}
.bx-default-pager>div a {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #d9d9d9;
    text-indent: -9999px;
    margin: 0 9px 9px;
}
.bx-default-pager>div a.active {
    background-color: var(--violet);
}
.feature {
    min-height: 92px;
    padding: 10px 10px 10px 100px;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin: 0 0 30px;
    background: url(img/check.png) no-repeat 40px center;
    font-size: 20px;
    color: #323232;
    font-weight: 500;
}



body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    font-weight: 400;
}
body .gform_wrapper.gravity-theme .gfield select, body .gform_wrapper.gravity-theme .gfield input, body .gform_wrapper.gravity-theme .gfield textarea {
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    outline: none !important;
    height: 56px;
    padding: 10px;
}
body .gform_wrapper.gravity-theme .gfield select {

  /*Clear the default select box style*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*Display a small arrow picture in the rightmost middle of the selection box*/
  background: url(img/select-arrow.png) no-repeat scroll 98% center transparent;


  /*Leave a little place for the small drop-down arrow to avoid being overwritten by text*/
  padding-right: 30px;
}

body #gform_wrapper_3.gform_wrapper.gravity-theme .gform_footer {
    text-align: center;
}

/*Clear the default selection box style of ie. Clear, hide the drop-down arrow*/
select::-ms-expand { display: none; }
body .gform_wrapper.gravity-theme .gform_footer input, body .tml-button, .gform_wrapper.gravity-theme .gform_page_footer input {
    background-color: var(--red);
    border: 2px solid var(--red);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 60px;
    line-height: 1 !important;
    border-radius: 8px;
    transition: all .25s;
}
body .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    color: var(--violet);
    background-color: transparent;
}
body .contact_form .gform_wrapper .gform_footer input {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
body .contact_form .gform_wrapper .gform_footer input:hover {
    color: #fff !important;
}

body .gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: transparent;
    color: var(--red);
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 203px;
}
body .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 20px;
}
body .gform_wrapper.gravity-theme .gform_footer {
    padding: 10px 0;
    margin-top: 0;
    text-align: right;
}
.home .about_us .row>div:first-child>.inner {
    margin-left: -90px;
}
.about_us h3 {
    font-size: 4rem;
    font-weight: 600;
    color: var(--violet);
}
.service_list h3 {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0;
    padding: 20px;
}
.service_list h3 a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 0 20px 0 0;
    background: url(img/arrow-right.png) no-repeat right center;
    text-align: left;
    display: inline-block;
}
.contact_details {
    margin-bottom: -10px;
}
ul.tab_selector {
    padding: 0;
    list-style: none;
}
ul.tab_selector li {
    display: inline-block;
    margin: 0 10px 20px;
    padding: 0;
    background: none;
}
ul.tab_selector li a {
    font-weight: 500;
    min-width: 322px;
    border: 1px solid var(--violet);
    color: var(--violet);
    display: block;
    height: 85px;
    line-height: 85px;
    font-size: 32px;
    border-radius: 8px;
}
ul.tab_selector li:hover a, ul.tab_selector li.ui-state-active a {
    background-color: var(--red);
    text-decoration: none;
    color: #fff;
}
.featuredimg {
    max-width: 50%;
}
.gform_required_legend {
    display: none !important;
}
.reviews h2 {
    margin: 0 0 20px;
}
.reviews .bx-controls-direction a.bx-next {
    right: 0;
    transform: unset;
    top: unset;
    bottom: 20px;
    background: url(img/arrow.png) no-repeat right center;
    width: 72px;
    height: 26px;
}
.reviews .bx-controls-direction a.bx-prev {
    left: unset;
    right: 72px;
    transform: unset;
    top: unset;
    bottom: 20px;
    background: url(img/arrow.png) no-repeat left center;
    width: 72px;
    height: 26px;
}
.wca_add_items .inner {
    width: 451px;
    height: 451px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.cta_content .inner {
    width: 1420px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    padding: 20px;
}
.ab_add_brands_slider .row {
    margin: 0;
}
main section.ab_add_brands ul li {
    display: inline-block;
    width: calc(50% - 30px);
    padding: 0;
    background: none;
    margin-right: 20px;
}
main section.ab_add_brands ul.column-3 {
    display: flex;
    flex-wrap: wrap;
}
main section.ab_add_brands ul.column-3 li {
    width: calc(33% - 30px);
}
.ab_add_brands_slider {
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 50px 50px 100px;
    position: relative;
}
.ab_add_brands_slider .row>div:last-child .inner {
    height: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-right: 50px;
}
.supportpage .defaultpagecontent {
    height: 303px;
}
.add_levels .content {
    width: 427px;
    height: 184px;
    background: url(img/level-bg.png) no-repeat center;
    padding: 40px 30px;
    margin: 0 auto;
    max-width: 100%;
}
.add_levels .content h3 {
    font-weight: bold;
    margin: 0 0 30px;
}
.add_levels .content p {
    margin-bottom: 0;
    font-size: 20px;
}
.add_levels_inner {
    border: 2px solid #d9d9d9;
    border-radius: 8px;
    padding: 60px 40px 10px;
}
.add_levels h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
.add_levels h2 i {
    background-color: #fff;
    padding: 0 30px;
    font-style: normal;
}
.all_service_levels_include h4 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 30px;
}
main section.add_levels ul {
    display: flex;
    flex-wrap: wrap;
}
main section.add_levels ul li {
    width: calc(50% - 30px);
    display: inline-block;
    margin-right: 20px;
}
.add_results .inner {
    border: 1px solid #4F4F4F;
    border-radius: 8px;
    width: 333px;
    height: 268px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 0 auto;
}
.value {
    font-size: 64px;
    font-weight: bold;
    color: var(--violet);
    margin: 0 0 20px;
    line-height: 1.2;
}
.value i {
    font-style: normal;
    font-weight: 300;
}
.label  {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
/*.supportpage .feature {
    border: 1px solid var(--violet);
    background: #F2F2F2 url(img/check-v.png) no-repeat 40px center;
}*/
.supportpage .add_brands_logo img {
    filter: grayscale(1);
}
.faq_box h3 {
    border-radius: 8px;
    border: 1px solid var(--color-1, #500AC9);
    background: var(--gray-6, #F2F2F2);
    color: #323232;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 30px;
    padding: 30px 70px 30px 40px;
    position: relative;
    cursor: pointer;
}
.faq_box h3:after {
    content: '';
    display: block;
    width: 32px;
    height: 33px;
    background: url(img/toggle-arrow.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 30px;
}
.faq_box h3.expands:after {
    transform: rotate(90deg);
}
.faq_box .answer {
    border-radius: 8px;
    border: 1px solid #CAACFF;
    background: #F5EFFF;
    padding: 30px 40px;
    color: #323232;
    font-size: 20px;
    font-weight: 500;
}
.contact_form .row>div:first-child {
    background: url(img/quickform-bg.jpg) no-repeat center / cover;
}
.contact_form .row>div:first-child .inner {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    padding: 100px 80px;
}
.contact_form .titlebg:before {
    background: #fff;
}
body .contact_form .gform_wrapper .gfield {
    margin-bottom: 0;
}
body .contact_form .gform_wrapper .gform_footer {
    justify-content: flex-end;
    padding-top: 30px;
}
.contactpage .defaultpagecontent {
    background: url(img/contact-bg.png) no-repeat left bottom;
}
.contactpage .defaultpagecontent .phone {
    color: var(--violet);
    font-weight: bold;
    font-size: 4.8rem;
}
.contactpage .defaultpagecontent .email {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}
.contactpage .defaultpagecontent .address {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
    padding: 10px 0 0;
    display: block;
}
.add_form .gform_page:nth-child(1) .gchoice label {
    width: 302px;
    height: 217px;
    background: #fff url(img/radio-bg2.jpg) no-repeat center 30px;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    padding: 150px 20px 20px;
    border: 1px solid #fff;
    display: inline-block !important;
}
.add_form .gform_page:nth-child(1) .gchoice .gfield-choice-input:checked+label {
    border-color: var(--violet);
    font-weight: 500;
}
.add_form .gform_page:nth-child(1) .gchoice:nth-child(2) label {
    background: #fff url(img/radio-bg1.jpg) no-repeat center 30px;
}
.add_form .gform_page:nth-child(1) .gchoice {
    position: relative;
}
.add_form .gform_page:nth-child(1) .gchoice input {
    position: absolute;
    right: 22px;
    top: 10px;
}
.add_form .gform_page .gchoice input {
    height: 30px !important;
    width: 30px !important;
}
.add_form .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px 30px;
    background:var(--red);
    color:#fff;
}
.add_form .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button:hover {
    background:#fff;
    color:var(--red);
}
.add_form .gform_wrapper .gform_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}
.add_form .gform_wrapper .gform_page:not(:nth-child(1)) {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 8px 8px 16px rgba(0, 0, 0, 0.08);
}
.add_form .gform_wrapper .gform_page:nth-child(1) .gform_page_footer {
    width: 396px;
    max-width: 100%;
}
.add_form .gform_wrapper .gform_page:nth-child(1) .gform_page_footer:before {
    content: 'Improve your experience buying used IT equipment and support.';
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin: 0 0 20px;
    color: #323232;
}
.add_form .gform_wrapper .gform_page:nth-child(1) {
    max-width: 1150px;
    margin: 0 auto;
}
.add_form .gform_wrapper .gform_page:nth-child(2) {
    background: #fff url(img/page2-bg.png) no-repeat 60px center;
    border-radius: 8px;
    padding: 70px 60px;
    padding-left: 427px;
    position: relative;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_label {
    font-size: 20px;
    font-weight: 600;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice {
    display: inline-block;
    padding-right: 16px;
    width: calc(50% - 16px);
    margin-bottom: 20px;
}
.add_form .gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 20px;
    display: inline;
}
.add_form .gform_wrapper.gravity-theme .gfield-choice-input {
    margin-right: 5px;
}
.add_form .gform_wrapper .gform_page:nth-child(2) fieldset {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 10px;
}
.add_form .gform_wrapper .gform_page:nth-child(2) fieldset:last-child {
    border: 0;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gform_page_fields {
    padding-right: 30px;
}
.add_form .gform_wrapper .gform_page:nth-child(3) {
    background: #fff url(img/page3-bg.png) no-repeat 60px center;
    border-radius: 8px;
    padding: 70px 60px;
    padding-left: 467px;
}
.add_form .gform_wrapper .gform_page:nth-child(3) .gform_page_fields {
    width: 529px;
    max-width: 100%;
}
.add_form .gform_confirmation_message {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.site-search {
    display: none;
    position: absolute;
    top: 100%;
    right: 180px;
    margin-top: 25px;
    padding: 10px;
    background: radial-gradient(196.98% 635.89% at -3.5% 5.03%, #500AC9 1.41%, #500AC9 7.35%, #6928DA 21.81%, #732DEE 31.46%, #853EFF 40.58%, #5C1BCB 53.8%, #5E0FAF 55.63%, #500AC9 64.87%, #500AC9 83.71%) ;
}
.site-search input[type="search"] {
    outline: none !important;
    background: #fff;
    border: 0 !important;
    padding: 5px 10px;
    outline-offset: 0;
}
.site-search input[type="submit"]{
    background: #fff;
    border: 0;
    padding: 5px 10px;
}
.add_form .gform_wrapper.gravity-theme .gfield input, .add_form .gform_wrapper.gravity-theme .gfield textarea {
    height: 43px;
}
.add_form .gform_wrapper.gravity-theme .gfield input:focus, .add_form .gform_wrapper.gravity-theme .gfield textarea:focus {
    border-color: var(--violet);
}
.all_service_levels_include {
    width: 1000px;
    margin: 0 auto;
    max-width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  width: 3em;
  height: 3rem;
  accent-color: var(--violet);
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice input, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice input {
    display: none;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice label, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice label {
    position: relative;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice label:before, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid var(--violet);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border-radius: 5px;
    top: -2px;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice input:checked + label:before, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice input:checked + label:before {
    border-color: var(--violet);
    background-color: transparent;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice input:checked + label:after, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid var(--violet);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.innerservicepage:not(.supportpage) .defaultpagecontent .row  {
    height: 340px;
    padding: 40px 0;
}
.innerservicepage .defaultpagecontent .quote {
    margin: 0;
}
.aboutpage .defaultpagecontent {
    background: url(img/colored-wave.png) no-repeat center -70px;
}
.service_list .inner {
    width: 332px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
}
.service_list .inner img, .service_list .inner h3 {
    transition: all .5s;
}
.service_list .inner:hover img {
    transform: scale(1.1);
    transition: all .5s;
}
.service_list .inner:hover h3 {
    transform: scale(.9);
    transition: all .5s;
}
.supportpage .add_brands_logo .row .col-md-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.contact_form .gform_confirmation_message {
    color:#fff;
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
.full-slider-fade-wrap {
    position: absolute;
    top: 50%;
    margin-top: -101px;
    left: 50%;
    margin-left: -166px;
    width: 462px;
    max-width: 100%;
}
.shipping-bubble {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    flex-shrink: 0;
    max-width: 100%;
    border-radius: 8px;
  -webkit-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.1);
    padding: 18px 10px 18px 74px;
    background: #fff url(img/icon-24.png) no-repeat 12px 12px;
  display:inline-block;
  margin:5px;
}
.shipping-bubble.icon-globe {
background-image:url(img/icon-globe.png);
}
body .calendly-overlay .calendly-popup {
    min-width: 400px;
    max-width: 400px;
    overflow: hidden;
    margin: 100px auto 0;
}
#input_4_3 {
	display:flex !important;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}








/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Desktop */
.ForMobile {
    display:none !important;
}
@media screen and (min-width:0) and (max-width:1799px) {




} @media screen and (min-width:0) and (max-width:1599px) {

.reviews .bx-controls-direction a.bx-prev {
    right: 140px;
}
.reviews .bx-controls-direction a.bx-next {
    right: 60px;
}


} @media screen and (min-width:0) and (max-width:1439px) {
.main-nav.right-nav > li {
    margin-left: 1.5vw;
}
.reviews .bx-controls-direction a.bx-next {
    right: 80px;
}
.reviews .bx-controls-direction a.bx-prev {
    right: 160px;
}

} @media screen and (min-width:0) and (max-width:1365px) {

.site_logo a {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    top: -35px;
}
.header {
    padding: 30px 0;
}
.main-nav.right-nav > li {
    margin-left: 20px;
}
.main-nav li a {
    font-size: 17px
}
.main-nav li.nav_btn a {
    font-size: 17px;
}
.bx-controls-direction a.bx-prev {
    left: 0;
}
.bx-controls-direction a.bx-next {
    right: 0;
}
.footerlogo {
    width: 200px;
    max-width: 100%;
}
.wca_add_items .inner {
    font-size: 24px;
}
html {
    font-size: 52.5%;
}
ul.tab_selector li a {
    min-width: 252px;
    height: 75px;
    line-height: 75px;
}
.site-search {
    right: 0;
}

} @media screen and (min-width:0) and (max-width:1199px) {

.main-nav.right-nav > li {
    margin-left: 15px;
}
.main-nav li a {
    font-size: 14px
}
.main-nav li.nav_btn a {
    font-size: 14px;
}
ul.footer-nav li {
    margin: 0 20px 10px;
}
html {
    font-size: 42.5%;
}
ul.tab_selector li a {
    min-width: 202px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
}
.add_form .gform_page:nth-child(1) .gchoice label {
    width: 232px;
}
.add_form .gform_wrapper .gform_page:not(:nth-child(1)) {
    display: block;
}
.add_levels .content {
    padding: 30px;
}
.value {
    font-size: 54px;
}
.add_levels .content p {
    font-size: 18px;
}
.feature {
    font-size: 18px;
}
.service_list h3 {
    font-size: 20px;
}
.add_form .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
    position: unset;
}



/* Mobile */
} @media screen and (min-width: 0) and (max-width: 991px) {
.ForMobile {
    display:block !important;
}
.ForDesktop {
    display:none !important;
}
body {
    min-width:280px;
}
.header {
    padding: 5px 0;
}
html {
    font-size: 52.5%;
}
.footerlogo {
    width: 120px;
    margin: 0;
}
.pt80.footer_top  {
    padding-top: 40px;
}
ul.footer-nav {
    margin-bottom: 0px;
}
ul.footer-nav li {
    margin: 0 10px 10px;
}
body {
    font-size: 16px;
}
.contact_details iframe {
    height: 300px;
}
.site-nav ul.sub-menu {
    display: none;
}
.header.active {
    position: fixed;
}
.slide_txt.overlay {
    padding: 60px 0 0;
}
html {
    font-size: 42.5%;
}
.add_form .gform_wrapper .gform_page:nth-child(3) {
    background: #fff url(img/page3-bg.png) no-repeat 30px center;
    padding: 40px;
    padding-left: 387px;
}
.add_form .gform_page:nth-child(1) .gchoice {
    margin-bottom: 20px;
}
.add_form .gform_wrapper .gform_page:not(:nth-child(1)) {
    padding-left: 60px;
    padding-top: 520px;
    background-position: center 40px;
}
.add_form .gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 16px;
}
.add_form .gform_wrapper.gravity-theme .gform_page:not(:nth-child(1)) .gform_page_footer {
    justify-content: center;
    display: flex;
}
.feature {
    font-size: 16px;
    background-position: 20px center !important;
    padding-left: 70px;
}
main section.ab_add_brands ul.column-3 li {
    width: calc(50% - 30px);
}
.home .about_us .row>div:first-child>.inner {
    margin-left: 0;
}
.cta img {
    display: block;
    margin: 0 auto 30px;
}
.wca_add_items .inner {
    height: 301px;
}
.contact_form  iframe {
    height: 400px !important;
}
.contact_form .row>div:first-child .inner {
    padding: 40px;
}
.contactpage .text-right {
    text-align: left!important;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice input:checked + label:after, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice input:checked + label:after {
    top: 1px;
}
.add_form .gform_wrapper .gform_page:nth-child(2) .gfield_radio .gchoice, .add_form .gform_wrapper .gform_page:nth-child(2) .gfield_checkbox .gchoice {
    width: calc(100% - 16px);
}
.innerservicepage .quote h3 {
    font-size: 5rem;
}
.supportpage .defaultpagecontent {
    height: 193px;
}
.h1, h1 {
    font-size: 5rem;
}
.site-nav .nav_btn a {
    min-width: 180px;
}   
#input_4_3 {
	display:block !important;
}
  
} @media screen and (min-width:0) and (max-width:767px) {
header .row > div {
    width: 50%;
}
.container, .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
html {
    font-size: 42.5%;
}
.slide_txt .inner p {
    font-size: 20px;
}
.outline-btn {
    font-size: 16px;
    padding: 12px 24px;
    min-width: 160px;
}
section {
    padding: 5rem 0 3rem;
}
.supportpage .defaultpagecontent {
    display: flex;
    align-items: center;
    background: none !important;
}
.footer {
    text-align: center;
}
.ab_add_brands_slider .row>div:first-child {
    margin-bottom: 20px;
}
.add_form .gform_page:nth-child(1) .gchoice {
    width: 232px;
}
.add_form .gform_wrapper .gform_page:nth-child(1) .gform_page_footer {
    padding-left: 30px;
}
.add_form .gform_wrapper .gform_page:nth-child(1) .gform_page_footer:before {
    font-size: 20px;
}
.add_form .gform_page:nth-child(1) .gchoice input {
    right: 37px;
}
.h4, h4 {
    font-size: 20px;
}
.footer_top .row>div {
    margin-bottom: 40px;
}
.footer_top .row>div:last-child {
    margin-bottom: 0;
}
.innerservicepage .defaultpagecontent .row  {
    height: unset;
}
.innerservicepage .defaultpagecontent .quote {
    margin: 0 0 20px;
}
.footer_text ul li:nth-child(2) a {
    background-position: 0 5px;
    padding-left: 5px;
}
.slide_txt.overlay {
    padding: 0;
}
.fullwidth_slider .slide_img {
    display: none !important;
}
.fullwidth_slider .inner_wrap {
    height: 225px;
}
.services_section.pt100 {
    padding-top: 0;
}
.services_section.pt100 .pt50 {
    padding-top: 0;
}
.ia_add_affiliates .row>.mb40 {
    margin-bottom: 20px !important;
}
.ia_add_affiliates .row>.mb40 img {
    max-height: 40px;
    width: auto;
}
.mb80 {
    margin-bottom: 40px;
}
.review.mb100 {
    margin-bottom: 50px;
}
.reviews .bx-controls-direction a.bx-prev {
    left: 50%;
    right: unset;
    bottom: -40px;
    margin-left: -72px;
}
.reviews .bx-controls-direction a.bx-next {
    right: 50%;
    bottom: -40px;
    margin-right: -72px;
}
.about_us .outline-btn {
    padding: 12px 20px;
    width: 340px;
    max-width: 100%;
    margin: 0 auto 10px;
    display: block;
}
.name_and_role, .company {
    text-align: center;
}
.cta {
    padding: 40px 0;
    text-align: center;
}
.cta img {
    width: 260px;
}
.fs32 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.about_us {
    padding-top: 10px;
}
ul.footer-nav {
    width: 240px;
    margin: 0 auto;
}
ul.footer-nav li {
    width: calc(50% - 25px);
    text-align: left;
    float: left;
}
.footer_text ul li:nth-child(3) a {
    padding-left: 30px;
}
.mob-center {
    text-align: center;
}
.aboutpage .quote.mb90 {
    margin-bottom: 40px;
}
.cta_content {
    padding-bottom: 0;
}
.cta_content .container {
    padding: 0;
}
.cta_content .inner {
    border-radius: 0;
    min-height: 168px;
}
.cta_content .inner h3.mb60 {
    margin-bottom: 20px;
}
.wca_add_items {
    padding-top: 0px;
}
main section.ab_add_brands ul li {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 5px;
}
.add_brands_logo .item img {
    max-height: 30px;
    width: auto;
}
.add_brands_logo .row>div.mb40 {
    margin-bottom: 20px !important;
}
.add_form.pb80 {
    padding-bottom: 50px;
}
.add_features.pt60 {
    padding-top: 40px;
}
.ab_add_brands_slider .row>div:last-child .inner {
    margin-right: 0;
}
main section.ab_add_brands ul.column-3 {
    display: block;
}
main section.ab_add_brands ul.column-3 li {
    width: 100%;
}
.innerservicepage .defaultpagecontent img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
body .contact_form .gform_wrapper .gform_footer {
    justify-content: center;
}
body .gform_wrapper.gravity-theme .gform_footer input, body .tml-button, .gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 20px;
    padding: 15px 40px;
}
.supportpage .add_brands_logo .row .col-md-2 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
    

} @media screen and (min-width:0) and (max-width:575px) {
  
body .calendly-overlay .calendly-popup {
    min-width: 360px;
    max-width: 360px;
}
.outline-btn {
    font-size: 15px;
}
.h3, h3 {
    font-size: 20px;
}
body {
    font-size: 14px;
}
.alignleft.featuredimg {
    float: left;
    margin: 0 auto 20px !important;
    display: block;
    float: none;
    max-width: 100%;
    width: 100%;
}
.item .mb100 {
    margin-bottom: 60px;
}
.add_form .gform_wrapper .gform_page:nth-child(1) {
    display: block;
}
.add_form .gform_page:nth-child(1) .gchoice {
    width: 232px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.add_form .gform_page:nth-child(1) .gchoice input {
    right: 37px;
}
.add_form .gform_wrapper .gform_page:nth-child(1) .gform_page_footer {
    text-align: center;
}
.add_form .gform_wrapper.gravity-theme .gform_page_footer input {
    font-size: 20px;
}
.add_form .gform_wrapper .gform_page:nth-child(1) .gform_page_footer:before {
    font-size: 18px;
}
main section.add_levels ul li {
    width: 100%;
    margin-right: 0;
}
.add_levels h2 {
    top: -10px;
}
main section.ab_add_brands ul.column-3 li {
    width: 100%;
}
.add_form .gform_wrapper .gform_page:not(:nth-child(1)) {
    padding: 520px 20px 20px;
}
.services_section {
    padding-top: 0;
}
.services_section .mb80 {
    margin-bottom: 30px;
}
.h4, h4 {
    font-size: 18px;
}
.slide_txt .inner p, .quote p {
    font-size: 20px;
}
.add_form .gform_wrapper .gform_page:nth-child(1) .gform_page_footer {
    padding-left: 0;
}
.faq_box h3 {
    padding: 20px 40px 20px 20px;
}
.faq_box h3:after {
    right: 5px;
}
.contact_form .row>div:first-child .inner {
    padding: 30px 10px;
}
.service_list .row .col-sm-6, .ia_add_affiliates .row>div, .add_brands_logo .row>div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.add_brands_logo .row>div.mb50 {
    margin-bottom: 20px !important;
}
.add_brands_logo .row>div img {
    max-height: 25px;
    width: auto;
}
.service_list h3 {
    font-size: 13px;
    bottom: 0;
}
.h2, h2 {
    font-size: 25px;
}
.titlebg:before {
    top: 4px;
    bottom: 4px;
}
.fs20 {
    font-size: 16px;
}
.fs16 {
    font-size: 12px;
}
.wca_add_items .inner {
    height: 221px;
    font-size: 20px;
}
.innerservicepage .quote h3 {
    font-size: 26px;
}
.add_brands_logo {
    padding-top: 0;
}
ul.tab_selector.mb50 {
    margin-bottom: 30px !important;
}
ul.tab_selector li a {
    min-width: 142px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}
.supportpage .add_brands_logo .row .col-md-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.add_brands_logo h2.mb40 {
    margin-bottom: 20px !important;
}
.add_results .inner {
    width: 250px;
    height: 200px;
}
.value {
    font-size: 44px;
}
.label {
    font-size: 16px;
}
.faq_box .answer {
    padding: 20px;
    font-size: 16px;
}   
.faq_box h3 {
    font-size: 18px;
    padding: 20px 50px 20px 20px;
}   
.faq_box h3:after {
    right: 10px;
}   
.site-nav ul > li {
    margin: 0 0 10px;
}   
.shipping-bubble {
    font-size: 16px;
  }
.add_form .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
    padding: 10px 20px !important;
}
  
  
}