/* REGISTRATION PAGES */ .custom-embed-form fieldset{ border:0; padding:50px 0 0; } .custom-embed-form .expander, .custom-embed-form .cust-hide, .custom-embed-form fieldset label:not(.choice){ display:none; } .custom-embed-form label.choice, .custom-embed-form p{ font-size:18px; color:#202942; } .custom-embed-form p{ margin-bottom:20px; line-height:1.4; max-width:980px; } .custom-embed-form a{ color:#FF8326; text-decoration:underline !important; } .custom-embed-form a:hover{ color:#000; } .custom-embed-form fieldset li{ margin-bottom:30px; } .custom-embed-form .leftHalf, .custom-embed-form .rightHalf{ width:48.9%; display:inline-block; } .custom-embed-form .personal-title{ display:inline-block; width:15%; } .custom-embed-form .fname, .custom-embed-form .lname{ display:inline-block; width:40.2%; } .custom-embed-form .personal-title, .custom-embed-form .fname, .custom-embed-form .leftHalf{ margin-right:10px; } .custom-embed-form .fname, .custom-embed-form .lname{ margin-left:10px; } .custom-embed-form .rightHalf{ margin-left:10px; } .custom-embed-form h2{ color:#202942; font-size:35px; font-weight:bold; margin-bottom:20px; } .custom-embed-form input, .custom-embed-form select, .custom-embed-form textarea{ border-radius:50px; border:0; padding: 17px 32px; } .custom-embed-form .btn{ font-size:20px; background:#0E418F; color:#fff; border:1px solid #0E418F; min-width: 200px; padding: 12px; margin: 15px 0; font-weight:400; } .custom-embed-form .btn.btn_two{ background:transparent; color:#0E418F; margin-left:15px; } .custom-embed-form .btn:hover{ background:#222940; border:1px solid #222940; color:#fff; } /*To remove button from IE11, thank you Matt */ .custom-embed-form select::-ms-expand { display: none; } .custom-embed-form .selectdiv { position: relative; /*Don't really need this just for demo styling*/ display:inline-block; min-width: 170px; width:100%; } .custom-embed-form .selectdiv:after { content: '>'; font: 18px "Consolas", monospace; color: #9f9f9f; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); right: 30px; /*Adjust for position however you want*/ top: 20px; padding: 0 0 2px; /*left line */ position: absolute; pointer-events: none; } .custom-embed-form .selectdiv select { -webkit-appearance: none; -moz-appearance: none; appearance: none; /* Add some styling */ display: block; width: 100%; -ms-word-break: normal; word-break: normal; } /* BUYER SOLUTIONS */ .cust-tabs .bdt-tabs .bdt-tabs-item .bdt-button-icon-align-left{ display: block; margin: 0 0 15px 0 !important; width: 100%; } .cust-tabs .bdt-tabs .bdt-tabs-item .bdt-button-icon-align-left svg{ min-width:140px; filter: invert(100%); } .cust-tabs .bdt-tabs .bdt-tabs-item.bdt-active .bdt-button-icon-align-left svg, .cust-tabs .bdt-tabs .bdt-tabs-item:hover .bdt-button-icon-align-left svg{ filter: invert(0%); } .cust-tabs .bdt-tabs .bdt-tabs-item{ max-height:237px; overflow:hidden; } .cust-tabs .bdt-tabs .bdt-tabs-item.bdt-active{ margin-top:-25px; max-height:262px; } .cust-tabs .bdt-tabs .bdt-tabs-item.bdt-active .bdt-tabs-item-title{ padding-top:80px !important; padding-bottom:55px !important; height:100%; } @media all and (max-width:1024px){ .custom-embed-form .leftHalf, .custom-embed-form .rightHalf, .custom-embed-form .personal-title, .custom-embed-form .fname, .custom-embed-form .lname{ width:100%; margin-left:0; margin-right:0; } .custom-embed-form .btn.btn_one, .custom-embed-form .btn.btn_two{ width:100%; margin:15px 0; } }