2793 lines
75 KiB
CSS
2793 lines
75 KiB
CSS
.request-help-trigger, .request-help-form {
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 500;
|
|
}
|
|
.request-help-trigger *::-moz-selection, .request-help-form *::-moz-selection {
|
|
background-color: #626987;
|
|
color: #fff;
|
|
}
|
|
.request-help-trigger a::-moz-selection, .request-help-form a::-moz-selection {
|
|
color: #DB2C25;
|
|
}
|
|
.request-help-trigger *::-webkit-selection, .request-help-form *::-webkit-selection {
|
|
background-color: #626987;
|
|
color: #fff;
|
|
}
|
|
.request-help-trigger a::-webkit-selection, .request-help-form a::-webkit-selection {
|
|
color: #DB2C25;
|
|
}
|
|
.request-help-trigger *::selection, .request-help-form *::selection {
|
|
background-color: #626987;
|
|
color: #fff;
|
|
}
|
|
.request-help-trigger a::selection, .request-help-form a::selection {
|
|
color: #DB2C25;
|
|
}
|
|
.request-help-trigger *,
|
|
.request-help-trigger *:before,
|
|
.request-help-trigger *:after,
|
|
.request-help-form *,
|
|
.request-help-form *:before,
|
|
.request-help-form *:after,
|
|
.request-help-trigger,
|
|
.request-help-form
|
|
{
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.request-help-trigger .row, .request-help-form .row {
|
|
max-width: 1200px!important;
|
|
margin: 0 !important;
|
|
float: none !important;
|
|
}
|
|
.request-help-trigger .section-content a,
|
|
.request-help-trigger a,
|
|
.request-help-form .section-content a,
|
|
.request-help-form a {
|
|
color: #E13D39;
|
|
}
|
|
.request-help-trigger .section-content a:hover,
|
|
.request-help-trigger a:hover,
|
|
.request-help-trigger .section-content a:focus,
|
|
.request-help-trigger a:focus,
|
|
.request-help-form .section-content a:hover,
|
|
.request-help-form a:hover,
|
|
.request-help-form .section-content a:focus,
|
|
.request-help-form a:focus
|
|
{
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
color: #E13D39;
|
|
}
|
|
.request-help-trigger img,
|
|
.request-help-form img
|
|
{
|
|
height: auto;
|
|
max-width: 100%;
|
|
}
|
|
.request-help-trigger .clearfix:before,
|
|
.request-help-trigger .clearfix:after,
|
|
.request-help-form .clearfix:before,
|
|
.request-help-form .clearfix:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
.request-help-trigger .clearfix:after,
|
|
.request-help-form .clearfix:after {
|
|
clear: both;
|
|
}
|
|
.request-help-trigger img,
|
|
.request-help-form img{
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.request-help-trigger textarea,
|
|
.request-help-form textarea {
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
height: auto;
|
|
}
|
|
.request-help-trigger select,
|
|
.request-help-form select {
|
|
width: 100%;
|
|
}
|
|
.request-help-trigger .row,
|
|
.request-help-form select {
|
|
margin: 0 auto;
|
|
max-width: 1200px;
|
|
width: 100%;
|
|
}
|
|
.request-help-trigger .row:before,
|
|
.request-help-trigger .row:after,
|
|
.request-help-form .row:before,
|
|
.request-help-form .row:after {
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
.request-help-trigger .row:after,
|
|
.request-help-form .row:after
|
|
{
|
|
clear: both;
|
|
}
|
|
.request-help-trigger .row .row,
|
|
.request-help-form .row .row {
|
|
margin: 0 -0.9375rem;
|
|
max-width: none;
|
|
width: auto;
|
|
}
|
|
.request-help-trigger .row .row:before,
|
|
.request-help-trigger .row .row:after,
|
|
.request-help-form .row .row:before,
|
|
.request-help-form .row .row:after
|
|
{
|
|
content: " ";
|
|
display: table;
|
|
}
|
|
.request-help-trigger .row .row:after,
|
|
.request-help-form .row .row:after
|
|
{
|
|
clear: both;
|
|
}
|
|
.request-help-trigger .column,
|
|
.request-help-trigger .columns,
|
|
.request-help-form .column,
|
|
.request-help-form .columns{
|
|
float: left;
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
width: 100%;
|
|
}
|
|
@keyframes move_to_left {
|
|
0% {
|
|
margin-left: 0;
|
|
}
|
|
25% {
|
|
margin-left: 15px;
|
|
}
|
|
50% {
|
|
margin-left: 30px;
|
|
}
|
|
75% {
|
|
margin-left: 15px;
|
|
}
|
|
100% {
|
|
margin-left: 0;
|
|
transform: rotate(0);
|
|
}
|
|
}
|
|
@-webkit-keyframes move_to_left {
|
|
0% {
|
|
margin-left: 0;
|
|
}
|
|
25% {
|
|
margin-left: 15px;
|
|
}
|
|
50% {
|
|
margin-left: 30px;
|
|
}
|
|
75% {
|
|
margin-left: 15px;
|
|
}
|
|
100% {
|
|
margin-left: 0;
|
|
transform: rotate(0);
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
|
|
}@media only screen and (max-width: 1025px) {
|
|
.request-help-form .btn-move {
|
|
float: right;
|
|
}
|
|
.request-help-form .columns {
|
|
padding-bottom: 5px!important;
|
|
}
|
|
.request-help-form .btn-move,
|
|
.columns .request-step .btn-move,
|
|
.columns .request-step .btn-estimate {
|
|
display: block;
|
|
float: none;
|
|
text-align: center;
|
|
background-color: #89b9b3;
|
|
border-radius: 5px;
|
|
}
|
|
}
|
|
.request-help-trigger {
|
|
color: #FFFFFF;
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 120px;
|
|
z-index: 200 !important;
|
|
transition: all 1s;
|
|
text-align: left;
|
|
-moz-transition: all 1s;
|
|
-ms-transition: all 1s;
|
|
-webkit-transition: all 1s;
|
|
-o-transition: all 1s;
|
|
}
|
|
.request-help-trigger.for-desktop {
|
|
background: url("/assets/img/request-shadow.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
|
|
position: fixed;
|
|
top: 166px;
|
|
padding-left: 3px;
|
|
padding-bottom: 3px;
|
|
overflow: hidden;
|
|
display: none;
|
|
}
|
|
.request-help-trigger.for-desktop.pull .bg {
|
|
width: 35px;
|
|
height: 35px;
|
|
background: url('/assets/img/request-close-for-mobile.png') no-repeat scroll center center #e13d39;
|
|
}
|
|
.request-help-trigger.for-desktop.pull .bg * {
|
|
display: none;
|
|
}
|
|
.request-help-trigger.for-mobile {
|
|
background: url("/assets/img/request-shadow-for-mobile.png") no-repeat scroll left bottom transparent;
|
|
position: fixed;
|
|
top: 160px;
|
|
padding-left: 3px;
|
|
padding-bottom: 3px;
|
|
}
|
|
.request-help-trigger .bg {
|
|
background-color: #e13d39;
|
|
background-image: none;
|
|
display: block;
|
|
border-radius: 8px 0 0 8px;
|
|
-moz-border-radius: 8px 0 0 8px;
|
|
-webkit-border-radius: 8px 0 0 8px;
|
|
-ms-border-radius: 8px 0 0 8px;
|
|
-o-border-radius: 8px 0 0 8px;
|
|
}
|
|
.request-help-trigger:hover .bg {
|
|
transition: all 0.5s ease 0s;
|
|
-moz-transition: all 0.5s ease 0s;
|
|
-ms-transition: all 0.5s ease 0s;
|
|
-webkit-transition: all 0.5s ease 0s;
|
|
-o-transition: all 0.5s ease 0s;
|
|
}
|
|
.request-help-trigger.for-desktop .bg {
|
|
width: 270px;
|
|
height: 60px;
|
|
padding: 13px 18px;
|
|
}
|
|
.request-help-trigger.for-desktop.hover .bg {
|
|
background-color: #FFFFFF;
|
|
color: #e13d39;
|
|
}
|
|
.request-help-trigger.for-mobile .bg {
|
|
width: 30px;
|
|
height: 44px;
|
|
background: url('/assets/img/request-trigger-for-mobile.png') no-repeat scroll center center #e13d39;
|
|
background-size: 24px;
|
|
cursor: pointer;
|
|
}
|
|
.request-help-trigger.for-mobile.pull .bg {
|
|
width: 35px;
|
|
height: 35px;
|
|
background: url('/assets/img/request-close-for-mobile.png') no-repeat scroll center center #e13d39;
|
|
}
|
|
.request-help-trigger.for-mobile.hover .bg {
|
|
opacity: 0.8;
|
|
}
|
|
.request-help-trigger2 {
|
|
cursor: pointer;
|
|
}
|
|
.request-help-trigger2.hover.bg {
|
|
opacity: 0.8;
|
|
}
|
|
.request-help-trigger h4 {
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
line-height: 18px;
|
|
margin: 0 0 7px 0;
|
|
padding: 0 !important;
|
|
color: inherit !important;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
}
|
|
.request-help-trigger i {
|
|
float: right;
|
|
font-size: 24px;
|
|
margin-top: -5px;
|
|
}
|
|
.request-help-trigger i.icon-double-angle-left,
|
|
.request-help-trigger.pull i.icon-double-angle-right {
|
|
display: none;
|
|
}
|
|
.request-help-trigger i.icon-double-angle-right,
|
|
.request-help-trigger.pull i.icon-double-angle-left {
|
|
display: inline;
|
|
}
|
|
.request-help-trigger p {
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight:600;
|
|
font-size: 13px;
|
|
line-height: 13px;
|
|
color: inherit;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.request-help-form.pull {
|
|
right: 0px;
|
|
z-index: 200 !important;
|
|
}
|
|
.request-help-form .gray-bg-inner label.intro-text p {
|
|
margin-bottom: 0;
|
|
}
|
|
.request-help-form .gray-bg-inner:after {
|
|
position: absolute;
|
|
top: 75px;
|
|
right: 0;
|
|
border-bottom: 45px solid #eaedf1;
|
|
border-left: 196px solid transparent;
|
|
width: 0;
|
|
}
|
|
@media screen and (min-width: 1025px) {
|
|
.request-help-form .gray-bg-inner:after {
|
|
content: '';
|
|
}
|
|
}
|
|
.request-help-form .gray-bg-inner {
|
|
background: #72859C;
|
|
}
|
|
.request-help-form .row .row {
|
|
margin: 0;
|
|
}
|
|
.request-help-form [class*="block-grid-"] {
|
|
margin: 0;
|
|
}
|
|
.request-help-form [class*="block-grid-"] li {
|
|
padding: 0;
|
|
}
|
|
.request-help-form > .row.gray-bg {
|
|
background-color: #eaedf1;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
.request-help-form .columns {
|
|
padding: 0;
|
|
}
|
|
.request-help-form p {
|
|
color: #fff;
|
|
}
|
|
.request-help-form .row-7 {
|
|
margin-top: 30px!important;
|
|
}
|
|
.request-help-form h2 {
|
|
font-size: 18px;
|
|
line-height: 18px;
|
|
color: #5f6d85;
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
}
|
|
.request-help-form h3 {
|
|
font-size: 18px;
|
|
line-height: 28px;
|
|
color: #5f6d85;
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
}
|
|
.request-help-form input,
|
|
.request-help-form input[type="text"],
|
|
.request-help-form input[type="email"],
|
|
.request-help-form select {
|
|
margin: 0 !important;
|
|
height: 28px !important;
|
|
min-height: 0 !important;
|
|
font-family: 'Poppins',sans-serif !important;
|
|
font-weight: 600;
|
|
font-size: 14px !important;
|
|
padding-top: 0 !important;
|
|
padding-bottom: 0 !important;
|
|
line-height: 18px !important;
|
|
border-radius: 5px !important;
|
|
-moz-border-radius: 5px !important;
|
|
-webkit-border-radius: 5px !important;
|
|
-ms-border-radius: 5px !important;
|
|
-o-border-radius: 5px !important;
|
|
}
|
|
.request-help-form .button.alert {
|
|
background-color: #e13d39;
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
padding: 10px 25px;
|
|
}
|
|
.request-help-form label.radio {
|
|
margin: 15px 0 0 0;
|
|
}
|
|
.request-help-form label.radio>.radio-button {
|
|
margin-top: 0;
|
|
margin-right: 10px;
|
|
}
|
|
.request-help-form label.radio p {
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
color: #5f6d85;
|
|
line-height: 28px;
|
|
margin: 0;
|
|
}
|
|
.request-help-form span.style-italic {
|
|
font-style: italic;
|
|
}
|
|
/*.request-help-form i {
|
|
margin-left: 5px;
|
|
}*/
|
|
.request-help-form .your-message-for-desktop {}.request-help-form .your-message-for-desktop .desktop-city {
|
|
margin-right: 15px;
|
|
width: 235px;
|
|
}
|
|
.request-help-form .your-message-for-desktop .phone {
|
|
margin-right: 13px;
|
|
width: 150px;
|
|
}
|
|
.request-help-form .your-message-for-desktop p,
|
|
.request-help-form .your-message-for-desktop .row {
|
|
margin: 0;
|
|
float: left;
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight:600;
|
|
font-size: 14px;
|
|
line-height: 1;
|
|
color: #5f6d85;
|
|
}
|
|
.request-help-form .your-message-for-desktop .row {
|
|
width: 100%;
|
|
margin: 5px 0;
|
|
}
|
|
.request-help-form .your-message-for-desktop .row .columns {
|
|
padding-left: 0.9375rem;
|
|
padding-right: 0.9375rem;
|
|
}
|
|
.request-help-form .your-message-for-desktop p>* {
|
|
float: left;
|
|
}
|
|
.request-help-form .your-message-for-desktop p>span {
|
|
line-height: 28px;
|
|
}
|
|
.request-help-form .your-message-for-desktop p>input {
|
|
width: 210px;
|
|
margin-left: 12px;
|
|
border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
-ms-border-radius: 3px;
|
|
-o-border-radius: 3px;
|
|
}
|
|
.request-help-form .option-button a {
|
|
border: 1px solid #9EA5B5;
|
|
background: #fff;
|
|
display: inline-block;
|
|
padding: 5px 5px 6px;
|
|
color: #5e6c81;
|
|
outline: none;
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
font-size: 15px;
|
|
text-align: center;
|
|
}
|
|
.request-help-form .option-button a:hover,
|
|
.request-help-form .option-button a.active {
|
|
background: #8DBDB3;
|
|
color: #fff;
|
|
}
|
|
.request-help-form .salvaging-type {
|
|
float: left;
|
|
margin: 10px;
|
|
}
|
|
.request-help-form .salvaging-type a {
|
|
width: 90px;
|
|
}
|
|
.request-help-form .contact-time {
|
|
margin-top: 13px;
|
|
}
|
|
.request-help-form .contact-time a {
|
|
width: 23%;
|
|
margin-right: 1%;
|
|
}
|
|
.request-help-form .your-message-for-desktop p>select {
|
|
width: 170px;
|
|
margin: 0 10px;
|
|
}
|
|
.request-help-form .your-message-for-desktop p>label.radio {
|
|
margin: 0 7px;
|
|
line-height: 28px;
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight:600;
|
|
font-size: 14px;
|
|
color: #5f6d85;
|
|
}
|
|
.request-help-form .your-message-for-desktop p>label.radio>span.radio-button {
|
|
margin-top: 0px;
|
|
}
|
|
.request-help-form .divider {
|
|
background-color: #e9edf1;
|
|
margin: 20px 0;
|
|
}
|
|
.request-help-form label.radio {
|
|
margin: 0;
|
|
line-height: 25px;
|
|
}
|
|
.request-help-form label.radio span.radio-button {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
.request-help-form label.radio span.radio-button:after {
|
|
width: 10px;
|
|
height: 10px;
|
|
left: 4px;
|
|
top: 4px;
|
|
}
|
|
.request-help-form .your-message-for-desktop .data_encryption p {
|
|
margin-top: 5px;
|
|
}
|
|
.request-help-form textarea {
|
|
font-family: 'Poppins',sans-serif !important;
|
|
font-weight: 600;
|
|
border-radius: 7px !important;
|
|
min-height: 80px !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
@media only screen {
|
|
.request-help-form .gray-bg .bg {
|
|
background: url("/assets/img/request-close-for-mobile.png") no-repeat scroll center center;
|
|
height: 35px;
|
|
width: 35px;
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 7px;
|
|
z-index: 2;
|
|
}
|
|
|
|
.request-help-form > .row {
|
|
padding: 10px 20px 5px 30px;
|
|
}
|
|
.request-help-form .gray-bg-inner {
|
|
padding: 11px 20px 5px 11px;
|
|
}
|
|
|
|
.request-help-form {
|
|
position: fixed;
|
|
top: 0;
|
|
right: -90%;
|
|
bottom: 0;
|
|
width: 90%;
|
|
border-left: 2px solid #e13d39;
|
|
background-color: #eaedf1;
|
|
z-index: 100;
|
|
transition: all 1s;
|
|
text-align: left;
|
|
-moz-transition: all 1s;
|
|
-ms-transition: all 1s;
|
|
-webkit-transition: all 1s;
|
|
-o-transition: all 1s;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.request-help-trigger.pull {
|
|
right: 90%;
|
|
z-index: 200 !important;
|
|
}
|
|
|
|
.request-help-form h1 {
|
|
font-size: 19px !important;
|
|
line-height: 25px;
|
|
font-weight: normal;
|
|
color: #fff !important;
|
|
font-family: 'Poppins',sans-serif !important;
|
|
font-weight: 600;
|
|
margin: 0;
|
|
text-transform: none !important;
|
|
}
|
|
|
|
.request-help-form h1 span {
|
|
font-size: 19px !important;
|
|
}
|
|
|
|
.request-help-form .col-xs-1, .request-help-form .col-sm-1, .request-help-form .col-md-1, .request-help-form .col-lg-1, .request-help-form .col-xs-2, .request-help-form .col-sm-2, .request-help-form .col-md-2, .request-help-form .col-lg-2, .request-help-form .col-xs-3, .request-help-form .col-sm-3, .request-help-form .col-sm-1-1, .request-help-form .col-sm-3-1, .request-help-form .col-sm-8-1, .request-help-form .col-md-3, .request-help-form .col-lg-3, .request-help-form .col-xs-4, .request-help-form .col-sm-4, .request-help-form .col-md-4, .request-help-form .col-lg-4, .request-help-form .col-xs-5, .request-help-form .col-sm-5, .request-help-form .col-md-5, .request-help-form .col-lg-5, .request-help-form .col-xs-6, .request-help-form .col-sm-6, .request-help-form .col-md-6, .request-help-form .col-lg-6, .request-help-form .col-xs-7, .request-help-form .col-sm-7, .request-help-form .col-md-7, .request-help-form .col-lg-7, .request-help-form .col-xs-8, .request-help-form .col-sm-8, .request-help-form .col-md-8, .request-help-form .col-lg-8, .request-help-form .col-xs-9, .request-help-form .col-sm-9, .request-help-form .col-md-9, .request-help-form .col-lg-9, .request-help-form .col-xs-10, .request-help-form .col-sm-10, .request-help-form .col-md-10, .request-help-form .col-lg-10, .request-help-form .col-xs-11, .request-help-form .col-sm-11, .request-help-form .col-md-11, .request-help-form .col-lg-11, .request-help-form .col-xs-12, .request-help-form .col-sm-12, .request-help-form .col-md-12, .request-help-form .col-lg-12
|
|
{
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 40.063em) {
|
|
.request-help-form .gray-bg .bg {
|
|
display: none;
|
|
}
|
|
|
|
.request-help-form > .row {
|
|
padding: 10px 20px 5px 30px;
|
|
}
|
|
.request-help-form .gray-bg-inner {
|
|
padding: 25px 20px 15px 30px;
|
|
}
|
|
|
|
.request-help-form {
|
|
|
|
position: fixed;
|
|
top: 0;
|
|
right: -518px;
|
|
bottom: 0;
|
|
width: 520px;
|
|
border-left: 2px solid #e13d39;
|
|
background-color: #eaedf1;
|
|
z-index: 100;
|
|
transition: all 1s;
|
|
-moz-transition: all 1s;
|
|
-ms-transition: all 1s;
|
|
-webkit-transition: all 1s;
|
|
-o-transition: all 1s;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.request-help-trigger.pull {
|
|
right: 518px;
|
|
z-index: 200 !important;
|
|
}
|
|
|
|
.request-help-form h1 {
|
|
font-size: 29px !important;
|
|
line-height: 25px;
|
|
color: #fff !important;
|
|
font-family: 'Poppins',sans-serif !important;
|
|
font-weight: 600;
|
|
font-weight: normal;
|
|
margin: 0;
|
|
text-transform: none !important;
|
|
}
|
|
|
|
.request-help-form h1 span {
|
|
font-size: 29px !important;
|
|
}
|
|
|
|
.request-help-form .map-ny-wrapper,
|
|
.request-help-trigger .map-ny-wrapper
|
|
{
|
|
display: block;
|
|
}
|
|
.request-help-form .off-canvas-wrap .left-off-canvas-menu {
|
|
border-top: 5px solid #5F6C7F;
|
|
}
|
|
.request-help-form .off-canvas-wrap.move-right .left-off-canvas-menu {
|
|
background: #fff;
|
|
border-top: 4px solid #5F6C7F;
|
|
width: 210px;
|
|
}
|
|
.request-help-form .recovery li a {
|
|
width: 90%;
|
|
}
|
|
.request-help-form .medium-push-0 {
|
|
left: 0;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-0 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 0;
|
|
}
|
|
.request-help-form .medium-push-1 {
|
|
left: 8.33333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-1 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 8.33333%;
|
|
}
|
|
.request-help-form .medium-push-2 {
|
|
left: 16.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-2 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 16.6667%;
|
|
}
|
|
.request-help-form .medium-push-3 {
|
|
left: 25%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-3 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 25%;
|
|
}
|
|
.request-help-form .medium-push-4 {
|
|
left: 33.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-4 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 33.3333%;
|
|
}
|
|
.request-help-form .medium-push-5 {
|
|
left: 41.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-5 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 41.6667%;
|
|
}
|
|
.request-help-form .medium-push-6 {
|
|
left: 50%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-6 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 50%;
|
|
}
|
|
.request-help-form .medium-push-7 {
|
|
left: 58.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-7 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 58.3333%;
|
|
}
|
|
.request-help-form .medium-push-8 {
|
|
left: 66.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-8 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 66.6667%;
|
|
}
|
|
.request-help-form .medium-push-9 {
|
|
left: 75%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-9 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 75%;
|
|
}
|
|
.request-help-form .medium-push-10 {
|
|
left: 83.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-10 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 83.3333%;
|
|
}
|
|
.request-help-form .medium-push-11 {
|
|
left: 91.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .medium-pull-11 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 91.6667%;
|
|
}
|
|
.request-help-form .medium-1 {
|
|
width: 8.33333%;
|
|
}
|
|
.request-help-form .medium-2 {
|
|
width: 16.6667%;
|
|
}
|
|
.request-help-form .medium-3 {
|
|
width: 25%;
|
|
}
|
|
.request-help-form .medium-4 {
|
|
width: 33.3333%;
|
|
}
|
|
.request-help-form .medium-5 {
|
|
width: 41.6667%;
|
|
}
|
|
.request-help-form .medium-6 {
|
|
width: 50%;
|
|
}
|
|
.request-help-form .medium-7 {
|
|
width: 58.3333%;
|
|
}
|
|
.request-help-form .medium-8 {
|
|
width: 66.6667%;
|
|
}
|
|
.request-help-form .medium-9 {
|
|
width: 75%;
|
|
}
|
|
.request-help-form .medium-10 {
|
|
width: 83.3333%;
|
|
}
|
|
.request-help-form .medium-11 {
|
|
width: 91.6667%;
|
|
}
|
|
.request-help-form .medium-12 {
|
|
width: 100%;
|
|
}
|
|
.request-help-form .medium-offset-0 {
|
|
margin-left: 0!important;
|
|
}
|
|
.request-help-form .medium-offset-1 {
|
|
margin-left: 8.33333%!important;
|
|
}
|
|
.request-help-form .medium-offset-2 {
|
|
margin-left: 16.6667%!important;
|
|
}
|
|
.request-help-form .medium-offset-3 {
|
|
margin-left: 25%!important;
|
|
}
|
|
.request-help-form .medium-offset-4 {
|
|
margin-left: 33.3333%!important;
|
|
}
|
|
.request-help-form .medium-offset-5 {
|
|
margin-left: 41.6667%!important;
|
|
}
|
|
.request-help-form .medium-offset-6 {
|
|
margin-left: 50%!important;
|
|
}
|
|
.request-help-form .medium-offset-7 {
|
|
margin-left: 58.3333%!important;
|
|
}
|
|
.request-help-form .medium-offset-8 {
|
|
margin-left: 66.6667%!important;
|
|
}
|
|
.request-help-form .medium-offset-9 {
|
|
margin-left: 75%!important;
|
|
}
|
|
.request-help-form .medium-offset-10 {
|
|
margin-left: 83.3333%!important;
|
|
}
|
|
.request-help-form .medium-offset-11 {
|
|
margin-left: 91.6667%!important;
|
|
}
|
|
.request-help-form .medium-reset-order {
|
|
float: left;
|
|
left: auto;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
right: auto;
|
|
}
|
|
.request-help-form .column.medium-centered,
|
|
.request-help-form .columns.medium-centered {
|
|
float: none;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.request-help-form .column.medium-uncentered,
|
|
.request-help-form .columns.medium-uncentered {
|
|
float: left;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
.request-help-form .column.medium-centered:last-child,
|
|
.request-help-form .columns.medium-centered:last-child {
|
|
float: none;
|
|
}
|
|
.request-help-form .column.medium-uncentered:last-child,
|
|
.request-help-form .columns.medium-uncentered:last-child {
|
|
float: left;
|
|
}
|
|
.request-help-form .column.medium-uncentered.opposite,
|
|
.request-help-form .columns.medium-uncentered.opposite {
|
|
float: right;
|
|
}
|
|
.request-help-form .push-0 {
|
|
left: 0;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-0 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 0;
|
|
}
|
|
.request-help-form .push-1 {
|
|
left: 8.33333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-1 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 8.33333%;
|
|
}
|
|
.request-help-form .push-2 {
|
|
left: 16.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-2 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 16.6667%;
|
|
}
|
|
.request-help-form .push-3 {
|
|
left: 25%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-3 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 25%;
|
|
}
|
|
.request-help-form .push-4 {
|
|
left: 33.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-4 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 33.3333%;
|
|
}
|
|
.request-help-form .push-5 {
|
|
left: 41.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-5 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 41.6667%;
|
|
}
|
|
.request-help-form .push-6 {
|
|
left: 50%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-6 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 50%;
|
|
}
|
|
.request-help-form .push-7 {
|
|
left: 58.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-7 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 58.3333%;
|
|
}
|
|
.request-help-form .push-8 {
|
|
left: 66.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-8 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 66.6667%;
|
|
}
|
|
.request-help-form .push-9 {
|
|
left: 75%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-9 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 75%;
|
|
}
|
|
.request-help-form .push-10 {
|
|
left: 83.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-10 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 83.3333%;
|
|
}
|
|
.request-help-form .push-11 {
|
|
left: 91.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-11 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 91.6667%;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 64.063em) {
|
|
.request-help-form .recovery li a {
|
|
width: 100%;
|
|
}
|
|
.request-help-form .large-push-0 {
|
|
left: 0;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-0 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 0;
|
|
}
|
|
.request-help-form .large-push-1 {
|
|
left: 8.33333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-1 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 8.33333%;
|
|
}
|
|
.request-help-form .large-push-2 {
|
|
left: 16.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-2 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 16.6667%;
|
|
}
|
|
.request-help-form .large-push-3 {
|
|
left: 25%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-3 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 25%;
|
|
}
|
|
.request-help-form .large-push-4 {
|
|
left: 33.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-4 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 33.3333%;
|
|
}
|
|
.request-help-form .large-push-5 {
|
|
left: 41.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-5 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 41.6667%;
|
|
}
|
|
.request-help-form .large-push-6 {
|
|
left: 50%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-6 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 50%;
|
|
}
|
|
.request-help-form .large-push-7 {
|
|
left: 58.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-7 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 58.3333%;
|
|
}
|
|
.request-help-form .large-push-8 {
|
|
left: 66.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-8 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 66.6667%;
|
|
}
|
|
.request-help-form .large-push-9 {
|
|
left: 75%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-9 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 75%;
|
|
}
|
|
.request-help-form .large-push-10 {
|
|
left: 83.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-10 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 83.3333%;
|
|
}
|
|
.request-help-form .large-push-11 {
|
|
left: 91.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .large-pull-11 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 91.6667%;
|
|
}
|
|
.request-help-form .large-1 {
|
|
width: 8.33333%;
|
|
}
|
|
.request-help-form .large-2 {
|
|
width: 16.6667%;
|
|
}
|
|
.request-help-form .large-3 {
|
|
width: 25%;
|
|
}
|
|
.request-help-form .large-4 {
|
|
width: 33.3333%;
|
|
}
|
|
.request-help-form .large-5 {
|
|
width: 41.6667%;
|
|
}
|
|
.request-help-form .large-6 {
|
|
width: 50%;
|
|
}
|
|
.request-help-form .large-7 {
|
|
width: 58.3333%;
|
|
}
|
|
.request-help-form .large-8 {
|
|
width: 66.6667%;
|
|
}
|
|
.request-help-form .large-9 {
|
|
width: 75%;
|
|
}
|
|
.request-help-form .large-10 {
|
|
width: 83.3333%;
|
|
}
|
|
.request-help-form .large-11 {
|
|
width: 91.6667%;
|
|
}
|
|
.request-help-form .large-12 {
|
|
width: 100%;
|
|
}
|
|
.request-help-form .large-offset-0 {
|
|
margin-left: 0!important;
|
|
}
|
|
.request-help-form .large-offset-1 {
|
|
margin-left: 8.33333%!important;
|
|
}
|
|
.request-help-form .large-offset-2 {
|
|
margin-left: 16.6667%!important;
|
|
}
|
|
.request-help-form .large-offset-3 {
|
|
margin-left: 25%!important;
|
|
}
|
|
.request-help-form .large-offset-4 {
|
|
margin-left: 33.3333%!important;
|
|
}
|
|
.request-help-form .large-offset-5 {
|
|
margin-left: 41.6667%!important;
|
|
}
|
|
.request-help-form .large-offset-6 {
|
|
margin-left: 50%!important;
|
|
}
|
|
.request-help-form .large-offset-7 {
|
|
margin-left: 58.3333%!important;
|
|
}
|
|
.request-help-form .large-offset-8 {
|
|
margin-left: 66.6667%!important;
|
|
}
|
|
.request-help-form .large-offset-9 {
|
|
margin-left: 75%!important;
|
|
}
|
|
.request-help-form .large-offset-10 {
|
|
margin-left: 83.3333%!important;
|
|
}
|
|
.request-help-form .large-offset-11 {
|
|
margin-left: 91.6667%!important;
|
|
}
|
|
.request-help-form .large-reset-order {
|
|
float: left;
|
|
left: auto;
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
right: auto;
|
|
}
|
|
.request-help-form .push-0 {
|
|
left: 0;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-0 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 0;
|
|
}
|
|
.request-help-form .push-1 {
|
|
left: 8.33333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-1 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 8.33333%;
|
|
}
|
|
.request-help-form .push-2 {
|
|
left: 16.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-2 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 16.6667%;
|
|
}
|
|
.request-help-form .push-3 {
|
|
left: 25%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-3 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 25%;
|
|
}
|
|
.request-help-form .push-4 {
|
|
left: 33.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-4 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 33.3333%;
|
|
}
|
|
.request-help-form .push-5 {
|
|
left: 41.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-5 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 41.6667%;
|
|
}
|
|
.request-help-form .push-6 {
|
|
left: 50%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-6 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 50%;
|
|
}
|
|
.request-help-form .push-7 {
|
|
left: 58.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-7 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 58.3333%;
|
|
}
|
|
.request-help-form .push-8 {
|
|
left: 66.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-8 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 66.6667%;
|
|
}
|
|
.request-help-form .push-9 {
|
|
left: 75%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-9 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 75%;
|
|
}
|
|
.request-help-form .push-10 {
|
|
left: 83.3333%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-10 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 83.3333%;
|
|
}
|
|
.request-help-form .push-11 {
|
|
left: 91.6667%;
|
|
position: relative;
|
|
right: auto;
|
|
}
|
|
.request-help-form .pull-11 {
|
|
left: auto;
|
|
position: relative;
|
|
right: 91.6667%;
|
|
}
|
|
}
|
|
.request-help-form form {
|
|
margin: 0 0 1rem;
|
|
}
|
|
.request-help-form label {
|
|
color: #4d4d4d;
|
|
cursor: pointer;
|
|
display: block;
|
|
font-size: 0.875rem;
|
|
font-weight: normal;
|
|
line-height: 1.5;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.request-help-form input[type="text"]:focus,
|
|
.request-help-form input[type="password"]:focus,
|
|
.request-help-form input[type="date"]:focus,
|
|
.request-help-form input[type="datetime"]:focus,
|
|
.request-help-form input[type="datetime-local"]:focus,
|
|
.request-help-form input[type="month"]:focus,
|
|
.request-help-form input[type="week"]:focus,
|
|
.request-help-form input[type="email"]:focus,
|
|
.request-help-form input[type="number"]:focus,
|
|
.request-help-form input[type="search"]:focus,
|
|
.request-help-form input[type="tel"]:focus,
|
|
.request-help-form input[type="time"]:focus,
|
|
.request-help-form input[type="url"]:focus,
|
|
.request-help-form textarea:focus {}input[type="text"]:focus,
|
|
.request-help-form input[type="password"]:focus,
|
|
.request-help-form input[type="date"]:focus,
|
|
.request-help-form input[type="datetime"]:focus,
|
|
.request-help-form input[type="datetime-local"]:focus,
|
|
.request-help-form input[type="month"]:focus,
|
|
.request-help-form input[type="week"]:focus,
|
|
.request-help-form input[type="email"]:focus,
|
|
.request-help-form input[type="number"]:focus,
|
|
.request-help-form input[type="search"]:focus,
|
|
.request-help-form input[type="tel"]:focus,
|
|
.request-help-form input[type="time"]:focus,
|
|
.request-help-form input[type="url"]:focus,
|
|
.request-help-form textarea:focus {
|
|
background: none repeat scroll 0 0 #fafafa !important;
|
|
border-color: #72859C !important;
|
|
}
|
|
.request-help-form input[type="text"]:disabled,
|
|
.request-help-form input[type="password"]:disabled,
|
|
.request-help-form input[type="date"]:disabled,
|
|
.request-help-form input[type="datetime"]:disabled,
|
|
.request-help-form input[type="datetime-local"]:disabled,
|
|
.request-help-form input[type="month"]:disabled,
|
|
.request-help-form input[type="week"]:disabled,
|
|
.request-help-form input[type="email"]:disabled,
|
|
.request-help-form input[type="number"]:disabled,
|
|
.request-help-form input[type="search"]:disabled,
|
|
.request-help-form input[type="tel"]:disabled,
|
|
.request-help-form input[type="time"]:disabled,
|
|
.request-help-form input[type="url"]:disabled,
|
|
.request-help-form textarea:disabled {
|
|
background-color: #dddddd !important;
|
|
cursor: default !important;
|
|
}
|
|
.request-help-form select {
|
|
background-color: #fafafa;
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
|
|
background-position: 100% center;
|
|
background-repeat: no-repeat;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 0;
|
|
color: rgba(0, 0, 0, 0.75);
|
|
font-size: 0.875rem;
|
|
height: 2.3125rem;
|
|
line-height: normal;
|
|
padding: 0.5rem;
|
|
}
|
|
.request-help-form select:hover {
|
|
background-color: #f3f3f3;
|
|
border-color: #999999;
|
|
}
|
|
.request-help-form select:disabled {
|
|
background-color: #dddddd;
|
|
cursor: default;
|
|
}
|
|
.request-help-form input[type="file"],
|
|
.request-help-form input[type="checkbox"],
|
|
.request-help-form input[type="radio"],
|
|
.request-help-form select {
|
|
margin: 0 0 1rem !important;
|
|
}
|
|
.request-help-form fieldset {
|
|
border: 1px solid #dddddd;
|
|
margin: 1.125rem 0;
|
|
padding: 1.25rem;
|
|
}
|
|
.request-help-form .keystroke,
|
|
.request-help-form kbd {
|
|
background-color: #ededed;
|
|
border-color: #dcdcdc;
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
color: #222222;
|
|
font-family: "Consolas", "Menlo", "Courier", monospace;
|
|
font-size: inherit;
|
|
margin: 0;
|
|
padding: 0.125rem 0.25rem 0;
|
|
}
|
|
.request-help-form dialog,
|
|
.request-help-form .reveal-modal {
|
|
background-color: #ffffff;
|
|
border: 1px solid #666666;
|
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
|
|
display: none;
|
|
left: 0;
|
|
padding: 1.25rem;
|
|
position: absolute;
|
|
top: 0;
|
|
visibility: hidden;
|
|
width: 100vw;
|
|
z-index: 1005;
|
|
}
|
|
.request-help-form table {
|
|
margin-bottom: 1.25rem;
|
|
}
|
|
.request-help-form div,
|
|
.request-help-form dl,
|
|
.request-help-form dt,
|
|
.request-help-form dd,
|
|
.request-help-form ul,
|
|
.request-help-form ol,
|
|
.request-help-form li,
|
|
.request-help-form h1,
|
|
.request-help-form h2,
|
|
.request-help-form h3,
|
|
.request-help-form h4,
|
|
.request-help-form h5,
|
|
.request-help-form h6,
|
|
.request-help-form pre,
|
|
.request-help-form form,
|
|
.request-help-form p,
|
|
.request-help-form blockquote,
|
|
.request-help-form th,
|
|
.request-help-form td {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.request-help-form a {
|
|
color: #008cba;
|
|
line-height: inherit;
|
|
text-decoration: none;
|
|
}
|
|
.request-help-form a:hover,
|
|
.request-help-form a:focus {
|
|
color: #007ba0;
|
|
}
|
|
.request-help-form p {
|
|
font-family: inherit;
|
|
font-size: 1rem;
|
|
font-weight: normal;
|
|
line-height: 1.6;
|
|
margin-bottom: 1.25rem;
|
|
text-rendering: optimizelegibility;
|
|
}
|
|
.request-help-form h1,
|
|
.request-help-form h2,
|
|
.request-help-form h3,
|
|
.request-help-form h4,
|
|
.request-help-form h5,
|
|
.request-help-form h6 {
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
text-rendering: optimizelegibility;
|
|
}
|
|
@media only screen {
|
|
.show-for-small-only,
|
|
.show-for-small-up,
|
|
.show-for-small,
|
|
.show-for-small-down,
|
|
.hide-for-medium-only,
|
|
.hide-for-medium-up,
|
|
.hide-for-medium,
|
|
.show-for-medium-down,
|
|
.hide-for-large-only,
|
|
.hide-for-large-up,
|
|
.hide-for-large,
|
|
.show-for-large-down,
|
|
.hide-for-xlarge-only,
|
|
.hide-for-xlarge-up,
|
|
.hide-for-xxlarge-only,
|
|
.hide-for-xxlarge-up {
|
|
display: inherit!important;
|
|
}
|
|
.hide-for-small-only,
|
|
.hide-for-small-up,
|
|
.hide-for-small,
|
|
.hide-for-small-down,
|
|
.show-for-medium-only,
|
|
.show-for-medium-up,
|
|
.show-for-medium,
|
|
.hide-for-medium-down,
|
|
.show-for-large-only,
|
|
.show-for-large-up,
|
|
.show-for-large,
|
|
.hide-for-large-down,
|
|
.show-for-xlarge-only,
|
|
.show-for-xlarge-up,
|
|
.show-for-xxlarge-only,
|
|
.show-for-xxlarge-up {
|
|
display: none!important;
|
|
}
|
|
.visible-for-small-only,
|
|
.visible-for-small-up,
|
|
.visible-for-small,
|
|
.visible-for-small-down,
|
|
.hidden-for-medium-only,
|
|
.hidden-for-medium-up,
|
|
.hidden-for-medium,
|
|
.visible-for-medium-down,
|
|
.hidden-for-large-only,
|
|
.hidden-for-large-up,
|
|
.hidden-for-large,
|
|
.visible-for-large-down,
|
|
.hidden-for-xlarge-only,
|
|
.hidden-for-xlarge-up,
|
|
.hidden-for-xxlarge-only,
|
|
.hidden-for-xxlarge-up {
|
|
clip: auto;
|
|
height: auto;
|
|
overflow: visible;
|
|
position: static!important;
|
|
width: auto;
|
|
}
|
|
.hidden-for-small-only,
|
|
.hidden-for-small-up,
|
|
.hidden-for-small,
|
|
.hidden-for-small-down,
|
|
.visible-for-medium-only,
|
|
.visible-for-medium-up,
|
|
.visible-for-medium,
|
|
.hidden-for-medium-down,
|
|
.visible-for-large-only,
|
|
.visible-for-large-up,
|
|
.visible-for-large,
|
|
.hidden-for-large-down,
|
|
.visible-for-xlarge-only,
|
|
.visible-for-xlarge-up,
|
|
.visible-for-xxlarge-only,
|
|
.visible-for-xxlarge-up {
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
height: 1px;
|
|
overflow: hidden;
|
|
position: absolute!important;
|
|
width: 1px;
|
|
}
|
|
table.show-for-small-only,
|
|
table.show-for-small-up,
|
|
table.show-for-small,
|
|
table.show-for-small-down,
|
|
table.hide-for-medium-only,
|
|
table.hide-for-medium-up,
|
|
table.hide-for-medium,
|
|
table.show-for-medium-down,
|
|
table.hide-for-large-only,
|
|
table.hide-for-large-up,
|
|
table.hide-for-large,
|
|
table.show-for-large-down,
|
|
table.hide-for-xlarge-only,
|
|
table.hide-for-xlarge-up,
|
|
table.hide-for-xxlarge-only,
|
|
table.hide-for-xxlarge-up {
|
|
display: table;
|
|
}
|
|
thead.show-for-small-only,
|
|
thead.show-for-small-up,
|
|
thead.show-for-small,
|
|
thead.show-for-small-down,
|
|
thead.hide-for-medium-only,
|
|
thead.hide-for-medium-up,
|
|
thead.hide-for-medium,
|
|
thead.show-for-medium-down,
|
|
thead.hide-for-large-only,
|
|
thead.hide-for-large-up,
|
|
thead.hide-for-large,
|
|
thead.show-for-large-down,
|
|
thead.hide-for-xlarge-only,
|
|
thead.hide-for-xlarge-up,
|
|
thead.hide-for-xxlarge-only,
|
|
thead.hide-for-xxlarge-up {
|
|
display: table-header-group!important;
|
|
}
|
|
tbody.show-for-small-only,
|
|
tbody.show-for-small-up,
|
|
tbody.show-for-small,
|
|
tbody.show-for-small-down,
|
|
tbody.hide-for-medium-only,
|
|
tbody.hide-for-medium-up,
|
|
tbody.hide-for-medium,
|
|
tbody.show-for-medium-down,
|
|
tbody.hide-for-large-only,
|
|
tbody.hide-for-large-up,
|
|
tbody.hide-for-large,
|
|
tbody.show-for-large-down,
|
|
tbody.hide-for-xlarge-only,
|
|
tbody.hide-for-xlarge-up,
|
|
tbody.hide-for-xxlarge-only,
|
|
tbody.hide-for-xxlarge-up {
|
|
display: table-row-group!important;
|
|
}
|
|
tr.show-for-small-only,
|
|
tr.show-for-small-up,
|
|
tr.show-for-small,
|
|
tr.show-for-small-down,
|
|
tr.hide-for-medium-only,
|
|
tr.hide-for-medium-up,
|
|
tr.hide-for-medium,
|
|
tr.show-for-medium-down,
|
|
tr.hide-for-large-only,
|
|
tr.hide-for-large-up,
|
|
tr.hide-for-large,
|
|
tr.show-for-large-down,
|
|
tr.hide-for-xlarge-only,
|
|
tr.hide-for-xlarge-up,
|
|
tr.hide-for-xxlarge-only,
|
|
tr.hide-for-xxlarge-up {
|
|
display: table-row!important;
|
|
}
|
|
th.show-for-small-only,
|
|
td.show-for-small-only,
|
|
th.show-for-small-up,
|
|
td.show-for-small-up,
|
|
th.show-for-small,
|
|
td.show-for-small,
|
|
th.show-for-small-down,
|
|
td.show-for-small-down,
|
|
th.hide-for-medium-only,
|
|
td.hide-for-medium-only,
|
|
th.hide-for-medium-up,
|
|
td.hide-for-medium-up,
|
|
th.hide-for-medium,
|
|
td.hide-for-medium,
|
|
th.show-for-medium-down,
|
|
td.show-for-medium-down,
|
|
th.hide-for-large-only,
|
|
td.hide-for-large-only,
|
|
th.hide-for-large-up,
|
|
td.hide-for-large-up,
|
|
th.hide-for-large,
|
|
td.hide-for-large,
|
|
th.show-for-large-down,
|
|
td.show-for-large-down,
|
|
th.hide-for-xlarge-only,
|
|
td.hide-for-xlarge-only,
|
|
th.hide-for-xlarge-up,
|
|
td.hide-for-xlarge-up,
|
|
th.hide-for-xxlarge-only,
|
|
td.hide-for-xxlarge-only,
|
|
th.hide-for-xxlarge-up,
|
|
td.hide-for-xxlarge-up {
|
|
display: table-cell!important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 40.063em) {
|
|
.hide-for-small-only,
|
|
.show-for-small-up,
|
|
.hide-for-small,
|
|
.hide-for-small-down,
|
|
.show-for-medium-only,
|
|
.show-for-medium-up,
|
|
.show-for-medium,
|
|
.show-for-medium-down,
|
|
.hide-for-large-only,
|
|
.hide-for-large-up,
|
|
.hide-for-large,
|
|
.show-for-large-down,
|
|
.hide-for-xlarge-only,
|
|
.hide-for-xlarge-up,
|
|
.hide-for-xxlarge-only,
|
|
.hide-for-xxlarge-up {
|
|
display: inherit!important;
|
|
}
|
|
.show-for-small-only,
|
|
.hide-for-small-up,
|
|
.show-for-small,
|
|
.show-for-small-down,
|
|
.hide-for-medium-only,
|
|
.hide-for-medium-up,
|
|
.hide-for-medium,
|
|
.hide-for-medium-down,
|
|
.show-for-large-only,
|
|
.show-for-large-up,
|
|
.show-for-large,
|
|
.hide-for-large-down,
|
|
.show-for-xlarge-only,
|
|
.show-for-xlarge-up,
|
|
.show-for-xxlarge-only,
|
|
.show-for-xxlarge-up {
|
|
display: none!important;
|
|
}
|
|
.hidden-for-small-only,
|
|
.visible-for-small-up,
|
|
.hidden-for-small,
|
|
.hidden-for-small-down,
|
|
.visible-for-medium-only,
|
|
.visible-for-medium-up,
|
|
.visible-for-medium,
|
|
.visible-for-medium-down,
|
|
.hidden-for-large-only,
|
|
.hidden-for-large-up,
|
|
.hidden-for-large,
|
|
.visible-for-large-down,
|
|
.hidden-for-xlarge-only,
|
|
.hidden-for-xlarge-up,
|
|
.hidden-for-xxlarge-only,
|
|
.hidden-for-xxlarge-up {
|
|
clip: auto;
|
|
height: auto;
|
|
overflow: visible;
|
|
position: static!important;
|
|
width: auto;
|
|
}
|
|
.visible-for-small-only,
|
|
.hidden-for-small-up,
|
|
.visible-for-small,
|
|
.visible-for-small-down,
|
|
.hidden-for-medium-only,
|
|
.hidden-for-medium-up,
|
|
.hidden-for-medium,
|
|
.hidden-for-medium-down,
|
|
.visible-for-large-only,
|
|
.visible-for-large-up,
|
|
.visible-for-large,
|
|
.hidden-for-large-down,
|
|
.visible-for-xlarge-only,
|
|
.visible-for-xlarge-up,
|
|
.visible-for-xxlarge-only,
|
|
.visible-for-xxlarge-up {
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
height: 1px;
|
|
overflow: hidden;
|
|
position: absolute!important;
|
|
width: 1px;
|
|
}
|
|
table.hide-for-small-only,
|
|
table.show-for-small-up,
|
|
table.hide-for-small,
|
|
table.hide-for-small-down,
|
|
table.show-for-medium-only,
|
|
table.show-for-medium-up,
|
|
table.show-for-medium,
|
|
table.show-for-medium-down,
|
|
table.hide-for-large-only,
|
|
table.hide-for-large-up,
|
|
table.hide-for-large,
|
|
table.show-for-large-down,
|
|
table.hide-for-xlarge-only,
|
|
table.hide-for-xlarge-up,
|
|
table.hide-for-xxlarge-only,
|
|
table.hide-for-xxlarge-up {
|
|
display: table;
|
|
}
|
|
thead.hide-for-small-only,
|
|
thead.show-for-small-up,
|
|
thead.hide-for-small,
|
|
thead.hide-for-small-down,
|
|
thead.show-for-medium-only,
|
|
thead.show-for-medium-up,
|
|
thead.show-for-medium,
|
|
thead.show-for-medium-down,
|
|
thead.hide-for-large-only,
|
|
thead.hide-for-large-up,
|
|
thead.hide-for-large,
|
|
thead.show-for-large-down,
|
|
thead.hide-for-xlarge-only,
|
|
thead.hide-for-xlarge-up,
|
|
thead.hide-for-xxlarge-only,
|
|
thead.hide-for-xxlarge-up {
|
|
display: table-header-group!important;
|
|
}
|
|
tbody.hide-for-small-only,
|
|
tbody.show-for-small-up,
|
|
tbody.hide-for-small,
|
|
tbody.hide-for-small-down,
|
|
tbody.show-for-medium-only,
|
|
tbody.show-for-medium-up,
|
|
tbody.show-for-medium,
|
|
tbody.show-for-medium-down,
|
|
tbody.hide-for-large-only,
|
|
tbody.hide-for-large-up,
|
|
tbody.hide-for-large,
|
|
tbody.show-for-large-down,
|
|
tbody.hide-for-xlarge-only,
|
|
tbody.hide-for-xlarge-up,
|
|
tbody.hide-for-xxlarge-only,
|
|
tbody.hide-for-xxlarge-up {
|
|
display: table-row-group!important;
|
|
}
|
|
tr.hide-for-small-only,
|
|
tr.show-for-small-up,
|
|
tr.hide-for-small,
|
|
tr.hide-for-small-down,
|
|
tr.show-for-medium-only,
|
|
tr.show-for-medium-up,
|
|
tr.show-for-medium,
|
|
tr.show-for-medium-down,
|
|
tr.hide-for-large-only,
|
|
tr.hide-for-large-up,
|
|
tr.hide-for-large,
|
|
tr.show-for-large-down,
|
|
tr.hide-for-xlarge-only,
|
|
tr.hide-for-xlarge-up,
|
|
tr.hide-for-xxlarge-only,
|
|
tr.hide-for-xxlarge-up {
|
|
display: table-row!important;
|
|
}
|
|
th.hide-for-small-only,
|
|
td.hide-for-small-only,
|
|
th.show-for-small-up,
|
|
td.show-for-small-up,
|
|
th.hide-for-small,
|
|
td.hide-for-small,
|
|
th.hide-for-small-down,
|
|
td.hide-for-small-down,
|
|
th.show-for-medium-only,
|
|
td.show-for-medium-only,
|
|
th.show-for-medium-up,
|
|
td.show-for-medium-up,
|
|
th.show-for-medium,
|
|
td.show-for-medium,
|
|
th.show-for-medium-down,
|
|
td.show-for-medium-down,
|
|
th.hide-for-large-only,
|
|
td.hide-for-large-only,
|
|
th.hide-for-large-up,
|
|
td.hide-for-large-up,
|
|
th.hide-for-large,
|
|
td.hide-for-large,
|
|
th.show-for-large-down,
|
|
td.show-for-large-down,
|
|
th.hide-for-xlarge-only,
|
|
td.hide-for-xlarge-only,
|
|
th.hide-for-xlarge-up,
|
|
td.hide-for-xlarge-up,
|
|
th.hide-for-xxlarge-only,
|
|
td.hide-for-xxlarge-only,
|
|
th.hide-for-xxlarge-up,
|
|
td.hide-for-xxlarge-up {
|
|
display: table-cell!important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 64.063em) {
|
|
.hide-for-small-only,
|
|
.show-for-small-up,
|
|
.hide-for-small,
|
|
.hide-for-small-down,
|
|
.hide-for-medium-only,
|
|
.show-for-medium-up,
|
|
.hide-for-medium,
|
|
.hide-for-medium-down,
|
|
.show-for-large-only,
|
|
.show-for-large-up,
|
|
.show-for-large,
|
|
.show-for-large-down,
|
|
.hide-for-xlarge-only,
|
|
.hide-for-xlarge-up,
|
|
.hide-for-xxlarge-only,
|
|
.hide-for-xxlarge-up {
|
|
display: inherit!important;
|
|
}
|
|
.show-for-small-only,
|
|
.hide-for-small-up,
|
|
.show-for-small,
|
|
.show-for-small-down,
|
|
.show-for-medium-only,
|
|
.hide-for-medium-up,
|
|
.show-for-medium,
|
|
.show-for-medium-down,
|
|
.hide-for-large-only,
|
|
.hide-for-large-up,
|
|
.hide-for-large,
|
|
.hide-for-large-down,
|
|
.show-for-xlarge-only,
|
|
.show-for-xlarge-up,
|
|
.show-for-xxlarge-only,
|
|
.show-for-xxlarge-up {
|
|
display: none!important;
|
|
}
|
|
.hidden-for-small-only,
|
|
.visible-for-small-up,
|
|
.hidden-for-small,
|
|
.hidden-for-small-down,
|
|
.hidden-for-medium-only,
|
|
.visible-for-medium-up,
|
|
.hidden-for-medium,
|
|
.hidden-for-medium-down,
|
|
.visible-for-large-only,
|
|
.visible-for-large-up,
|
|
.visible-for-large,
|
|
.visible-for-large-down,
|
|
.hidden-for-xlarge-only,
|
|
.hidden-for-xlarge-up,
|
|
.hidden-for-xxlarge-only,
|
|
.hidden-for-xxlarge-up {
|
|
clip: auto;
|
|
height: auto;
|
|
overflow: visible;
|
|
position: static!important;
|
|
width: auto;
|
|
}
|
|
.visible-for-small-only,
|
|
.hidden-for-small-up,
|
|
.visible-for-small,
|
|
.visible-for-small-down,
|
|
.visible-for-medium-only,
|
|
.hidden-for-medium-up,
|
|
.visible-for-medium,
|
|
.visible-for-medium-down,
|
|
.hidden-for-large-only,
|
|
.hidden-for-large-up,
|
|
.hidden-for-large,
|
|
.hidden-for-large-down,
|
|
.visible-for-xlarge-only,
|
|
.visible-for-xlarge-up,
|
|
.visible-for-xxlarge-only,
|
|
.visible-for-xxlarge-up {
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
height: 1px;
|
|
overflow: hidden;
|
|
position: absolute!important;
|
|
width: 1px;
|
|
}
|
|
table.hide-for-small-only,
|
|
table.show-for-small-up,
|
|
table.hide-for-small,
|
|
table.hide-for-small-down,
|
|
table.hide-for-medium-only,
|
|
table.show-for-medium-up,
|
|
table.hide-for-medium,
|
|
table.hide-for-medium-down,
|
|
table.show-for-large-only,
|
|
table.show-for-large-up,
|
|
table.show-for-large,
|
|
table.show-for-large-down,
|
|
table.hide-for-xlarge-only,
|
|
table.hide-for-xlarge-up,
|
|
table.hide-for-xxlarge-only,
|
|
table.hide-for-xxlarge-up {
|
|
display: table;
|
|
}
|
|
thead.hide-for-small-only,
|
|
thead.show-for-small-up,
|
|
thead.hide-for-small,
|
|
thead.hide-for-small-down,
|
|
thead.hide-for-medium-only,
|
|
thead.show-for-medium-up,
|
|
thead.hide-for-medium,
|
|
thead.hide-for-medium-down,
|
|
thead.show-for-large-only,
|
|
thead.show-for-large-up,
|
|
thead.show-for-large,
|
|
thead.show-for-large-down,
|
|
thead.hide-for-xlarge-only,
|
|
thead.hide-for-xlarge-up,
|
|
thead.hide-for-xxlarge-only,
|
|
thead.hide-for-xxlarge-up {
|
|
display: table-header-group!important;
|
|
}
|
|
tbody.hide-for-small-only,
|
|
tbody.show-for-small-up,
|
|
tbody.hide-for-small,
|
|
tbody.hide-for-small-down,
|
|
tbody.hide-for-medium-only,
|
|
tbody.show-for-medium-up,
|
|
tbody.hide-for-medium,
|
|
tbody.hide-for-medium-down,
|
|
tbody.show-for-large-only,
|
|
tbody.show-for-large-up,
|
|
tbody.show-for-large,
|
|
tbody.show-for-large-down,
|
|
tbody.hide-for-xlarge-only,
|
|
tbody.hide-for-xlarge-up,
|
|
tbody.hide-for-xxlarge-only,
|
|
tbody.hide-for-xxlarge-up {
|
|
display: table-row-group!important;
|
|
}
|
|
tr.hide-for-small-only,
|
|
tr.show-for-small-up,
|
|
tr.hide-for-small,
|
|
tr.hide-for-small-down,
|
|
tr.hide-for-medium-only,
|
|
tr.show-for-medium-up,
|
|
tr.hide-for-medium,
|
|
tr.hide-for-medium-down,
|
|
tr.show-for-large-only,
|
|
tr.show-for-large-up,
|
|
tr.show-for-large,
|
|
tr.show-for-large-down,
|
|
tr.hide-for-xlarge-only,
|
|
tr.hide-for-xlarge-up,
|
|
tr.hide-for-xxlarge-only,
|
|
tr.hide-for-xxlarge-up {
|
|
display: table-row!important;
|
|
}
|
|
th.hide-for-small-only,
|
|
td.hide-for-small-only,
|
|
th.show-for-small-up,
|
|
td.show-for-small-up,
|
|
th.hide-for-small,
|
|
td.hide-for-small,
|
|
th.hide-for-small-down,
|
|
td.hide-for-small-down,
|
|
th.hide-for-medium-only,
|
|
td.hide-for-medium-only,
|
|
th.show-for-medium-up,
|
|
td.show-for-medium-up,
|
|
th.hide-for-medium,
|
|
td.hide-for-medium,
|
|
th.hide-for-medium-down,
|
|
td.hide-for-medium-down,
|
|
th.show-for-large-only,
|
|
td.show-for-large-only,
|
|
th.show-for-large-up,
|
|
td.show-for-large-up,
|
|
th.show-for-large,
|
|
td.show-for-large,
|
|
th.show-for-large-down,
|
|
td.show-for-large-down,
|
|
th.hide-for-xlarge-only,
|
|
td.hide-for-xlarge-only,
|
|
th.hide-for-xlarge-up,
|
|
td.hide-for-xlarge-up,
|
|
th.hide-for-xxlarge-only,
|
|
td.hide-for-xxlarge-only,
|
|
th.hide-for-xxlarge-up,
|
|
td.hide-for-xxlarge-up {
|
|
display: table-cell!important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 90.063em) {
|
|
.hide-for-small-only,
|
|
.show-for-small-up,
|
|
.hide-for-small,
|
|
.hide-for-small-down,
|
|
.hide-for-medium-only,
|
|
.show-for-medium-up,
|
|
.hide-for-medium,
|
|
.hide-for-medium-down,
|
|
.hide-for-large-only,
|
|
.show-for-large-up,
|
|
.hide-for-large,
|
|
.hide-for-large-down,
|
|
.show-for-xlarge-only,
|
|
.show-for-xlarge-up,
|
|
.hide-for-xxlarge-only,
|
|
.hide-for-xxlarge-up {
|
|
display: inherit!important;
|
|
}
|
|
.show-for-small-only,
|
|
.hide-for-small-up,
|
|
.show-for-small,
|
|
.show-for-small-down,
|
|
.show-for-medium-only,
|
|
.hide-for-medium-up,
|
|
.show-for-medium,
|
|
.show-for-medium-down,
|
|
.show-for-large-only,
|
|
.hide-for-large-up,
|
|
.show-for-large,
|
|
.show-for-large-down,
|
|
.hide-for-xlarge-only,
|
|
.hide-for-xlarge-up,
|
|
.show-for-xxlarge-only,
|
|
.show-for-xxlarge-up {
|
|
display: none!important;
|
|
}
|
|
.hidden-for-small-only,
|
|
.visible-for-small-up,
|
|
.hidden-for-small,
|
|
.hidden-for-small-down,
|
|
.hidden-for-medium-only,
|
|
.visible-for-medium-up,
|
|
.hidden-for-medium,
|
|
.hidden-for-medium-down,
|
|
.hidden-for-large-only,
|
|
.visible-for-large-up,
|
|
.hidden-for-large,
|
|
.hidden-for-large-down,
|
|
.visible-for-xlarge-only,
|
|
.visible-for-xlarge-up,
|
|
.hidden-for-xxlarge-only,
|
|
.hidden-for-xxlarge-up {
|
|
clip: auto;
|
|
height: auto;
|
|
overflow: visible;
|
|
position: static!important;
|
|
width: auto;
|
|
}
|
|
.visible-for-small-only,
|
|
.hidden-for-small-up,
|
|
.visible-for-small,
|
|
.visible-for-small-down,
|
|
.visible-for-medium-only,
|
|
.hidden-for-medium-up,
|
|
.visible-for-medium,
|
|
.visible-for-medium-down,
|
|
.visible-for-large-only,
|
|
.hidden-for-large-up,
|
|
.visible-for-large,
|
|
.visible-for-large-down,
|
|
.hidden-for-xlarge-only,
|
|
.hidden-for-xlarge-up,
|
|
.visible-for-xxlarge-only,
|
|
.visible-for-xxlarge-up {
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
height: 1px;
|
|
overflow: hidden;
|
|
position: absolute!important;
|
|
width: 1px;
|
|
}
|
|
table.hide-for-small-only,
|
|
table.show-for-small-up,
|
|
table.hide-for-small,
|
|
table.hide-for-small-down,
|
|
table.hide-for-medium-only,
|
|
table.show-for-medium-up,
|
|
table.hide-for-medium,
|
|
table.hide-for-medium-down,
|
|
table.hide-for-large-only,
|
|
table.show-for-large-up,
|
|
table.hide-for-large,
|
|
table.hide-for-large-down,
|
|
table.show-for-xlarge-only,
|
|
table.show-for-xlarge-up,
|
|
table.hide-for-xxlarge-only,
|
|
table.hide-for-xxlarge-up {
|
|
display: table;
|
|
}
|
|
thead.hide-for-small-only,
|
|
thead.show-for-small-up,
|
|
thead.hide-for-small,
|
|
thead.hide-for-small-down,
|
|
thead.hide-for-medium-only,
|
|
thead.show-for-medium-up,
|
|
thead.hide-for-medium,
|
|
thead.hide-for-medium-down,
|
|
thead.hide-for-large-only,
|
|
thead.show-for-large-up,
|
|
thead.hide-for-large,
|
|
thead.hide-for-large-down,
|
|
thead.show-for-xlarge-only,
|
|
thead.show-for-xlarge-up,
|
|
thead.hide-for-xxlarge-only,
|
|
thead.hide-for-xxlarge-up {
|
|
display: table-header-group!important;
|
|
}
|
|
tbody.hide-for-small-only,
|
|
tbody.show-for-small-up,
|
|
tbody.hide-for-small,
|
|
tbody.hide-for-small-down,
|
|
tbody.hide-for-medium-only,
|
|
tbody.show-for-medium-up,
|
|
tbody.hide-for-medium,
|
|
tbody.hide-for-medium-down,
|
|
tbody.hide-for-large-only,
|
|
tbody.show-for-large-up,
|
|
tbody.hide-for-large,
|
|
tbody.hide-for-large-down,
|
|
tbody.show-for-xlarge-only,
|
|
tbody.show-for-xlarge-up,
|
|
tbody.hide-for-xxlarge-only,
|
|
tbody.hide-for-xxlarge-up {
|
|
display: table-row-group!important;
|
|
}
|
|
tr.hide-for-small-only,
|
|
tr.show-for-small-up,
|
|
tr.hide-for-small,
|
|
tr.hide-for-small-down,
|
|
tr.hide-for-medium-only,
|
|
tr.show-for-medium-up,
|
|
tr.hide-for-medium,
|
|
tr.hide-for-medium-down,
|
|
tr.hide-for-large-only,
|
|
tr.show-for-large-up,
|
|
tr.hide-for-large,
|
|
tr.hide-for-large-down,
|
|
tr.show-for-xlarge-only,
|
|
tr.show-for-xlarge-up,
|
|
tr.hide-for-xxlarge-only,
|
|
tr.hide-for-xxlarge-up {
|
|
display: table-row!important;
|
|
}
|
|
th.hide-for-small-only,
|
|
td.hide-for-small-only,
|
|
th.show-for-small-up,
|
|
td.show-for-small-up,
|
|
th.hide-for-small,
|
|
td.hide-for-small,
|
|
th.hide-for-small-down,
|
|
td.hide-for-small-down,
|
|
th.hide-for-medium-only,
|
|
td.hide-for-medium-only,
|
|
th.show-for-medium-up,
|
|
td.show-for-medium-up,
|
|
th.hide-for-medium,
|
|
td.hide-for-medium,
|
|
th.hide-for-medium-down,
|
|
td.hide-for-medium-down,
|
|
th.hide-for-large-only,
|
|
td.hide-for-large-only,
|
|
th.show-for-large-up,
|
|
td.show-for-large-up,
|
|
th.hide-for-large,
|
|
td.hide-for-large,
|
|
th.hide-for-large-down,
|
|
td.hide-for-large-down,
|
|
th.show-for-xlarge-only,
|
|
td.show-for-xlarge-only,
|
|
th.show-for-xlarge-up,
|
|
td.show-for-xlarge-up,
|
|
th.hide-for-xxlarge-only,
|
|
td.hide-for-xxlarge-only,
|
|
th.hide-for-xxlarge-up,
|
|
td.hide-for-xxlarge-up {
|
|
display: table-cell!important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 120.063em) {
|
|
.hide-for-small-only,
|
|
.show-for-small-up,
|
|
.hide-for-small,
|
|
.hide-for-small-down,
|
|
.hide-for-medium-only,
|
|
.show-for-medium-up,
|
|
.hide-for-medium,
|
|
.hide-for-medium-down,
|
|
.hide-for-large-only,
|
|
.show-for-large-up,
|
|
.hide-for-large,
|
|
.hide-for-large-down,
|
|
.hide-for-xlarge-only,
|
|
.show-for-xlarge-up,
|
|
.show-for-xxlarge-only,
|
|
.show-for-xxlarge-up {
|
|
display: inherit!important;
|
|
}
|
|
.show-for-small-only,
|
|
.hide-for-small-up,
|
|
.show-for-small,
|
|
.show-for-small-down,
|
|
.show-for-medium-only,
|
|
.hide-for-medium-up,
|
|
.show-for-medium,
|
|
.show-for-medium-down,
|
|
.show-for-large-only,
|
|
.hide-for-large-up,
|
|
.show-for-large,
|
|
.show-for-large-down,
|
|
.show-for-xlarge-only,
|
|
.hide-for-xlarge-up,
|
|
.hide-for-xxlarge-only,
|
|
.hide-for-xxlarge-up {
|
|
display: none!important;
|
|
}
|
|
.hidden-for-small-only,
|
|
.visible-for-small-up,
|
|
.hidden-for-small,
|
|
.hidden-for-small-down,
|
|
.hidden-for-medium-only,
|
|
.visible-for-medium-up,
|
|
.hidden-for-medium,
|
|
.hidden-for-medium-down,
|
|
.hidden-for-large-only,
|
|
.visible-for-large-up,
|
|
.hidden-for-large,
|
|
.hidden-for-large-down,
|
|
.hidden-for-xlarge-only,
|
|
.visible-for-xlarge-up,
|
|
.visible-for-xxlarge-only,
|
|
.visible-for-xxlarge-up {
|
|
clip: auto;
|
|
height: auto;
|
|
overflow: visible;
|
|
position: static!important;
|
|
width: auto;
|
|
}
|
|
.visible-for-small-only,
|
|
.hidden-for-small-up,
|
|
.visible-for-small,
|
|
.visible-for-small-down,
|
|
.visible-for-medium-only,
|
|
.hidden-for-medium-up,
|
|
.visible-for-medium,
|
|
.visible-for-medium-down,
|
|
.visible-for-large-only,
|
|
.hidden-for-large-up,
|
|
.visible-for-large,
|
|
.visible-for-large-down,
|
|
.visible-for-xlarge-only,
|
|
.hidden-for-xlarge-up,
|
|
.hidden-for-xxlarge-only,
|
|
.hidden-for-xxlarge-up {
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
height: 1px;
|
|
overflow: hidden;
|
|
position: absolute!important;
|
|
width: 1px;
|
|
}
|
|
table.hide-for-small-only,
|
|
table.show-for-small-up,
|
|
table.hide-for-small,
|
|
table.hide-for-small-down,
|
|
table.hide-for-medium-only,
|
|
table.show-for-medium-up,
|
|
table.hide-for-medium,
|
|
table.hide-for-medium-down,
|
|
table.hide-for-large-only,
|
|
table.show-for-large-up,
|
|
table.hide-for-large,
|
|
table.hide-for-large-down,
|
|
table.hide-for-xlarge-only,
|
|
table.show-for-xlarge-up,
|
|
table.show-for-xxlarge-only,
|
|
table.show-for-xxlarge-up {
|
|
display: table;
|
|
}
|
|
thead.hide-for-small-only,
|
|
thead.show-for-small-up,
|
|
thead.hide-for-small,
|
|
thead.hide-for-small-down,
|
|
thead.hide-for-medium-only,
|
|
thead.show-for-medium-up,
|
|
thead.hide-for-medium,
|
|
thead.hide-for-medium-down,
|
|
thead.hide-for-large-only,
|
|
thead.show-for-large-up,
|
|
thead.hide-for-large,
|
|
thead.hide-for-large-down,
|
|
thead.hide-for-xlarge-only,
|
|
thead.show-for-xlarge-up,
|
|
thead.show-for-xxlarge-only,
|
|
thead.show-for-xxlarge-up {
|
|
display: table-header-group!important;
|
|
}
|
|
tbody.hide-for-small-only,
|
|
tbody.show-for-small-up,
|
|
tbody.hide-for-small,
|
|
tbody.hide-for-small-down,
|
|
tbody.hide-for-medium-only,
|
|
tbody.show-for-medium-up,
|
|
tbody.hide-for-medium,
|
|
tbody.hide-for-medium-down,
|
|
tbody.hide-for-large-only,
|
|
tbody.show-for-large-up,
|
|
tbody.hide-for-large,
|
|
tbody.hide-for-large-down,
|
|
tbody.hide-for-xlarge-only,
|
|
tbody.show-for-xlarge-up,
|
|
tbody.show-for-xxlarge-only,
|
|
tbody.show-for-xxlarge-up {
|
|
display: table-row-group!important;
|
|
}
|
|
tr.hide-for-small-only,
|
|
tr.show-for-small-up,
|
|
tr.hide-for-small,
|
|
tr.hide-for-small-down,
|
|
tr.hide-for-medium-only,
|
|
tr.show-for-medium-up,
|
|
tr.hide-for-medium,
|
|
tr.hide-for-medium-down,
|
|
tr.hide-for-large-only,
|
|
tr.show-for-large-up,
|
|
tr.hide-for-large,
|
|
tr.hide-for-large-down,
|
|
tr.hide-for-xlarge-only,
|
|
tr.show-for-xlarge-up,
|
|
tr.show-for-xxlarge-only,
|
|
tr.show-for-xxlarge-up {
|
|
display: table-row!important;
|
|
}
|
|
th.hide-for-small-only,
|
|
td.hide-for-small-only,
|
|
th.show-for-small-up,
|
|
td.show-for-small-up,
|
|
th.hide-for-small,
|
|
td.hide-for-small,
|
|
th.hide-for-small-down,
|
|
td.hide-for-small-down,
|
|
th.hide-for-medium-only,
|
|
td.hide-for-medium-only,
|
|
th.show-for-medium-up,
|
|
td.show-for-medium-up,
|
|
th.hide-for-medium,
|
|
td.hide-for-medium,
|
|
th.hide-for-medium-down,
|
|
td.hide-for-medium-down,
|
|
th.hide-for-large-only,
|
|
td.hide-for-large-only,
|
|
th.show-for-large-up,
|
|
td.show-for-large-up,
|
|
th.hide-for-large,
|
|
td.hide-for-large,
|
|
th.hide-for-large-down,
|
|
td.hide-for-large-down,
|
|
th.hide-for-xlarge-only,
|
|
td.hide-for-xlarge-only,
|
|
th.show-for-xlarge-up,
|
|
td.show-for-xlarge-up,
|
|
th.show-for-xxlarge-only,
|
|
td.show-for-xxlarge-only,
|
|
th.show-for-xxlarge-up,
|
|
td.show-for-xxlarge-up {
|
|
display: table-cell!important;
|
|
}
|
|
}
|
|
|
|
.request-help-form h3 {
|
|
font-size: 14px;
|
|
}
|
|
.request-help-form h2 {
|
|
font-size: 15px;
|
|
}
|
|
.request-help-form label.radio p {
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
}
|
|
.request-help-form label.radio > .radio-button {
|
|
margin-right: 5px;
|
|
}
|
|
/*@media only screen and (max-width: 530px) {
|
|
.request-help-trigger.for-mobile {
|
|
display: none;
|
|
}
|
|
.request-help-form {
|
|
display: none;
|
|
}
|
|
}*/
|
|
.request-help-form .intro-text p {
|
|
margin: 10px 0;
|
|
float: left;
|
|
font-family: 'Poppins',sans-serif;
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
}
|
|
/*@media screen and (max-width: 642px) {
|
|
.request-help-trigger.for-mobile,
|
|
.request-help-trigger.for-desktop {
|
|
display: none !important;
|
|
}
|
|
}*/
|
|
.request-help-form .clearfix {
|
|
clear: both;
|
|
}
|
|
|
|
div.request-help-inputs div.col-xs-6.first-name {
|
|
padding-right: 5px !important;
|
|
}
|
|
|
|
div.request-help-inputs div.col-xs-6.phone-number {
|
|
padding-right: 5px !important;
|
|
}
|
|
|
|
@media screen and (max-width: 992px) {
|
|
|
|
.request-help-form textarea {
|
|
min-height: 60px!important;
|
|
}
|
|
|
|
.emergency-form-new #row-big {
|
|
height: 60px !important;
|
|
}
|
|
|
|
a.request-help-telephone, a.request-help-telephone:active, a.request-help-telephone:focus, a.request-help-telephone:hover {
|
|
font-size: 15px !important;
|
|
font-weight: 600 !important;
|
|
}
|
|
}
|
|
|
|
div.request-help-inputs input[type="text"], div.request-help-inputs textarea {
|
|
background-color: #fff !important;
|
|
}
|
|
div.request-help-inputs input[type="text"].bvalidator_invalid, div.request-help-inputs textarea.bvalidator_invalid {
|
|
background-color: #FFFFAE !important;
|
|
}
|
|
/*.request-help-form .col-xs-6 {
|
|
width: 50%;
|
|
}*/
|
|
.request-help-form .col-xs-1, .request-help-form .col-xs-2, .request-help-form .col-xs-3, .request-help-form .col-xs-4, .request-help-form .col-xs-5, .request-help-form .col-xs-6, .request-help-form .col-xs-7, .request-help-form .col-xs-8, .request-help-form .col-xs-9, .request-help-form .col-xs-10, .request-help-form .col-xs-11, .request-help-form .col-xs-12 {
|
|
float: left;
|
|
}
|
|
.request-help-form .col-xs-1, .request-help-form .col-sm-1, .request-help-form .col-md-1, .request-help-form .col-lg-1, .request-help-form .col-xs-2, .request-help-form .col-sm-2, .request-help-form .col-md-2, .request-help-form .col-lg-2, .request-help-form .col-xs-3, .request-help-form .col-sm-3, .request-help-form .col-sm-1-1, .request-help-form .col-sm-3-1, .request-help-form .col-sm-8-1, .request-help-form .col-md-3, .request-help-form .col-lg-3, .request-help-form .col-xs-4, .request-help-form .col-sm-4, .request-help-form .col-md-4, .request-help-form .col-lg-4, .request-help-form .col-xs-5, .request-help-form .col-sm-5, .request-help-form .col-md-5, .request-help-form .col-lg-5, .request-help-form .col-xs-6, .request-help-form .col-sm-6, .request-help-form .col-md-6, .request-help-form .col-lg-6, .request-help-form .col-xs-7, .request-help-form .col-sm-7, .request-help-form .col-md-7, .request-help-form .col-lg-7, .request-help-form .col-xs-8, .request-help-form .col-sm-8, .request-help-form .col-md-8, .request-help-form .col-lg-8, .request-help-form .col-xs-9, .request-help-form .col-sm-9, .request-help-form .col-md-9, .request-help-form .col-lg-9, .request-help-form .col-xs-10, .request-help-form .col-sm-10, .request-help-form .col-md-10, .request-help-form .col-lg-10, .request-help-form .col-xs-11, .request-help-form .col-sm-11, .request-help-form .col-md-11, .request-help-form .col-lg-11, .request-help-form .col-xs-12, .request-help-form .col-sm-12, .request-help-form .col-md-12, .request-help-form .col-lg-12 {
|
|
min-height: 1px !important;
|
|
padding-left: 15px !important;
|
|
padding-right: 15px !important;
|
|
position: relative !important;
|
|
padding-bottom: 7px;
|
|
/* height: 35px;
|
|
*/}
|
|
.request-help-form select, .request-help-form textarea, .request-help-form input[type="text"], .request-help-form input[type="password"], .request-help-form input[type="datetime"], .request-help-form input[type="datetime-local"], .request-help-form input[type="date"], .request-help-form input[type="month"], .request-help-form input[type="time"], .request-help-form input[type="week"], .request-help-form input[type="number"], .request-help-form input[type="email"], .request-help-form input[type="url"], .request-help-form input[type="search"], .request-help-form input[type="tel"], .request-help-form input[type="color"], .request-help-form .inputbox {
|
|
background-color: #ffffff;
|
|
background-image: none !important;
|
|
border: 1px solid #cccccc !important;
|
|
border-radius: 4px !important;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
|
|
color: #555555 !important;
|
|
display: block !important;
|
|
font-size: 14px !important;
|
|
line-height: 1.42857 !important;
|
|
padding: 6px 12px !important;
|
|
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
|
|
width: 100% !important;
|
|
}
|
|
.request-help-form textarea#g-recaptcha-response, .request-help-form textarea#g-recaptcha-response-1 {
|
|
display: none !important;
|
|
}
|
|
.request-help-form div#df-recaptcha {
|
|
margin: 7px auto 0;
|
|
width: 304px;
|
|
}
|
|
.emergency-form-new .row {
|
|
margin-left: -15px !important;
|
|
margin-right: -15px !important;
|
|
}
|
|
|
|
.emergency-form-new #row-big {
|
|
height: 80px;
|
|
}
|
|
|
|
/*.request-help-form div.col-xs-12 {
|
|
width: 100% !important;
|
|
}*/
|
|
|
|
.emergency-form-new .main_send_request_new {
|
|
background: #e13d39 none repeat scroll 0 0 !important;
|
|
border-radius: 20px !important;
|
|
color: white !important;
|
|
display: block !important;
|
|
font-weight: bold !important;
|
|
margin: 10px auto 0 !important;
|
|
margin-top: 0px;
|
|
padding: 8px 0 !important;
|
|
text-align: center !important;
|
|
width: 180px !important;
|
|
font-size: 14px;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.emergency-form-new .main_send_request_new:hover {
|
|
opacity: 0.8;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.emergency-form-new .main_send_request_new:active {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.emergency-form-new .main_send_request_new:focus {
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
|
|
.request-help-form div#help_step2 img {
|
|
display: block !important;
|
|
margin: 20px auto 0 !important;
|
|
width: 120px !important;
|
|
}
|
|
|
|
.request-help-form div#help_step2 {
|
|
display: none;
|
|
}
|
|
|
|
.request-help-form div#help_step3 {
|
|
display: none;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.icon-double-angle-left:before {
|
|
content: "\f100" !important;
|
|
}
|
|
.icon-double-angle-right:before {
|
|
content: "\f101" !important;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'FontAwesome';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
/* FONT AWESOME CORE
|
|
* -------------------------- */
|
|
.request-help-trigger [class^="icon-"],
|
|
.request-help-trigger [class*=" icon-"] {
|
|
font-family: "Font Awesome 5 Free";
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
text-decoration: inherit;
|
|
-webkit-font-smoothing: antialiased;
|
|
*margin-right: .3em;
|
|
}
|
|
.request-help-trigger [class^="icon-"]:before,
|
|
.request-help-trigger [class*=" icon-"]:before {
|
|
font-family: "Font Awesome 5 Free" !important;
|
|
text-decoration: inherit;
|
|
display: inline-block;
|
|
speak: none;
|
|
}
|
|
|
|
.request-help-form iframe {
|
|
visibility: visible !important;
|
|
opacity: 1 !important;
|
|
}
|
|
|
|
.click2text_footer {
|
|
display: none;
|
|
background: rgba(0,0,0,0.75);
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 50px;
|
|
text-align: center;
|
|
z-index: 16777271 !important;
|
|
padding: 10px;
|
|
}
|
|
|
|
.click2text_footer a {
|
|
color: #fff;
|
|
font-size: 18px;
|
|
background-color: #e13d39;
|
|
font-weight: bold;
|
|
line-height: 32px;
|
|
padding: 10px 25px;
|
|
font-family: 'Poppins',sans-serif !important;
|
|
font-weight: 600;
|
|
}
|
|
|
|
a.request-help-telephone, a.request-help-telephone:active, a.request-help-telephone:focus, a.request-help-telephone:hover {
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 21px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
opacity: 1;
|
|
transition: none;
|
|
-webkit-transition: none;
|
|
-moz-transition: none;
|
|
-ms-transition: none;
|
|
-o-transition: none;
|
|
}
|
|
|
|
a.request-help-telephone i {
|
|
margin-left: 0;
|
|
}
|
|
|
|
div#request-help-telephone-row {
|
|
height: 50px !important;
|
|
text-align: center;
|
|
}
|
|
|
|
div.request-help-last-row {
|
|
height: 40px;
|
|
}
|
|
|
|
.grecaptcha-badge {
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
}
|
|
|
|
div.request-help-video-container {
|
|
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-bottom: 56.25%;
|
|
}
|
|
|
|
iframe.request-help-video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.request-help-title .col-xs-6, .request-help-title .col-md-12 {
|
|
padding: 0px !important;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 25px;
|
|
}
|
|
|
|
.icon-microphone {
|
|
position: absolute;
|
|
background: red;
|
|
width: 16px;
|
|
height: 16px;
|
|
right: 16px;
|
|
bottom: 8px;
|
|
}
|
|
|
|
|
|
.youtube-container {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-bottom: 56.25%!important;
|
|
}
|
|
|
|
.youtube-video {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.inc-video .banner-area a,.request-help-form .banner-area a {
|
|
left: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.inc-video .banner-area a i, .request-help-form .banner-area a i {
|
|
color: #ff5a6e;
|
|
font-size: 30px;
|
|
left: 50%;
|
|
padding-left: 5px;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.inc-video .banner-area::before, .request-help-form .banner-area::before {
|
|
background: #000000 none repeat scroll 0 0;
|
|
content: "";
|
|
height: 100%;
|
|
left: 0;
|
|
opacity: 0.3;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
/*.popup-youtube.video-play-button {
|
|
left: 50%;
|
|
margin-top: -22px;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.popup-youtube.video-play-button i {
|
|
position: relative;
|
|
text-align: center;
|
|
top: 22px;
|
|
width: 100%;
|
|
}*/
|