/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */


a,a:hover,a:focus,a:active{text-decoration:none !important; outline:none !important; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
p{padding:0 0 20px; margin:0;}
p:empty{padding:0; margin:0;}
p:last-of-type{padding: 0; margin: 0;}
p:last-child{padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6{margin: 0;}

body{padding-top:99px;}

.dual-btns .pp-button:nth-child(1) {clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); padding-right: 50px !important; margin-right: -25px;}
.dual-btns .pp-button:nth-child(2) {clip-path: polygon(13% 0, 100% 0, 100% 100%, 0% 100%); padding-left: 50px !important;}
.dual-btns.dual-btns-small .pp-button:nth-child(2){min-width:240px; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);}
.dual-btns.dual-btns-small .pp-button:nth-child(1){min-width:240px;}
.dual-btns.btn-brdr .pp-buttons-group a{position:relative;}
.dual-btns.btn-brdr .pp-buttons-group a:nth-child(1):before { content: ""; position: absolute; top: -4px; bottom: 0; left: auto; right: -1px; width: 2px; height: 110%; background-color: #ffffff; z-index: 1; transform: skew(-35deg, 40deg); margin-right: 16px; }

.info-slash .pp-icon-text span{color:#e52421;}

.request-form .gform_heading{display:none;}
.request-form .gform-theme--foundation .gform_fields{column-gap:16px; row-gap:16px;}
.request-form .gform-theme--foundation .gform_fields .gfield_label{display:none;}
.request-form .gform-theme--foundation .gfield input,
.request-form .gform-theme--foundation .gfield textarea{border:none; outline:none; background-color:#ffffff; padding: 16px; font-size:16px; font-weight:400; font-family:"Roboto", Sans-serif; height: auto; line-height: 1; border-radius: 0; box-shadow: none;}
.request-form .gform-theme--foundation .gfield textarea.medium{height:130px; resize:none;}
.request-form .gform-theme--foundation .gform_footer{margin-top:16px;}
.request-form .gform-theme--foundation .gform_footer .gform_button{background-color: var(--e-global-color-0a6a922) !important; color: var(--e-global-color-d6805df) !important; padding: 16px 50px 16px 32px !important; font-family: var(--e-global-typography-eeb5b73-font-family), Sans-serif !important; font-size: var(--e-global-typography-eeb5b73-font-size) !important; font-weight: var(--e-global-typography-eeb5b73-font-weight) !important; text-transform: var(--e-global-typography-eeb5b73-text-transform) !important; line-height: var(--e-global-typography-eeb5b73-line-height) !important; border-style: none !important; border-radius: 0px 0px 0px 0px !important; clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%); width:100% !important; transition:0.3s ease-in-out !important;}
.request-form .gform-theme--foundation .gform_footer .gform_button:hover{background-color: var( --e-global-color-fb44ef9 ) !important;}


.logos .pp-logo-grid{display:flex; align-items:center; justify-content:space-between;}


@media only screen and (max-width:1024px){
	.logos .pp-logo-grid{display: grid;}
	.grd-main{background-image: linear-gradient(180deg, var(--e-global-color-0a6a922) 30%, #07004D 30%) !important;}
	.dual-btns.dual-btns-small .pp-button:nth-child(1),
	.dual-btns.dual-btns-small .pp-button:nth-child(2){min-width:150px;}
	.dual-btns .pp-button:nth-child(1){padding-right: 30px !important; clip-path: polygon(0 0, 100% 0, 89% 100%, 0% 100%); margin-right: -15px;}
	.dual-btns .pp-button:nth-child(2){padding-left:30px !important; clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); }
	
	.dual-btns.btn-brdr .pp-buttons-group a:nth-child(1):before { transform: skew(-30deg, 40deg); margin-right: 9px; }
}

@media only screen and (max-width:767px){
/* 	body{padding-top:88px;} */
	.grd-main{background-image: linear-gradient(180deg, var(--e-global-color-0a6a922) 25%, #07004D 25%) !important;}
/* 	.dual-btns.btn-brdr .pp-buttons-group:before{top: -3px; transform: rotate(30deg); margin-right: -43px; height: 115%;} */
	
}
