.commonFormPopup {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 100%;
    color: rgb(125, 125, 125);
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    line-height: normal;
}
#commonPopup.profilebio {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.92);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: auto;
    padding-top: 100px;
}

#commonPopup,
.commonFormPopup {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
    background-image: linear-gradient(rgba(131, 131, 131, 0.5), rgba(83, 81, 81, 0.5));
    opacity: 0;
    pointer-events: none;
    transition-behavior: normal, normal;
    transition-delay: 0s, 0s;
    transition-duration: 250ms, 250ms;
    transition-property: visibility, opacity;
    transition-timing-function: ease-in-out, ease-in-out;
    visibility: hidden;
}
#commonPopup.show,
.commonFormPopup.show,
.commonFormPopup.commonform.contactform.show .contactpanel {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.commonFormPopup.commonform.contactform {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    
    align-items: flex-end;
    justify-content: flex-start;
    
    height:100vh;
    width:633px;
    position:fixed;
    top:0;
    right:0; /*56px;*/
    left: unset;
    pointer-events:all;
    
    transform: translateX(calc(100% - 54px)); /*100%*/
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease-out;
    
    z-index: 15;
}
/*.commonFormPopup.commonform.contactform .popup-content-block {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}*/
.commonFormPopup.commonform.contactform.is-open {
    transform: translateX(0);
}
/*.commonFormPopup.commonform.contactform.is-open .popup-content-block {
    opacity: 1;
    visibility: visible;
}*/

.commonFormPopup.commonform.contactform.zoom {
    z-index:5000;
}

.commonFormPopup.commonform.careerform {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    position: fixed;
}

.commonFormPopup.commonform.contactform .contactpanel {
    opacity: 0;
    pointer-events: none;
    transition-behavior: normal, normal;
    transition-delay: 0s, 0s;
    transition-duration: 250ms, 250ms;
    transition-property: visibility, opacity;
    transition-timing-function: ease-in-out, ease-in-out;
    visibility: hidden;
}
.commonFormPopup.commonform.careerform .popup-content-block {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(92, 91, 91, 0.90);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
}
.commonFormPopup.commonform .popup-content-block {
    height: 100%;
    width: 100%;
}
.commonFormPopup .popup-content-block {
    background-image: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15));
    position: relative;
    width: 699px;
    background-image: linear-gradient(rgba(131, 131, 131, 0.5), rgba(83, 81, 81, 0.5));
}
.commonFormPopup.commonform.contactform .popup-content-block {
    width:579px;
    background: #BE1E2D;
    height: 100%;
    overflow: auto;
}
.commonFormPopup.commonform.careerform .profile-popup-box {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
}
.commonFormPopup.commonform .profile-popup-box {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.commonFormPopup .profile-popup-box {
    background-image: linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.92));
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}  
.commonFormPopup.commonform.contactform .profile-popup-box {
    padding-left: 0px;
    padding-right: 0px;
    background: none;
    padding-top: 105px;
    height:auto;
    padding-bottom: 35px;
}
.commonFormPopup .contact-details-block {
    height: 100%;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
}
.commonFormPopup.careerform .contact-details-block {
    /*max-height: 645px;*/
    height:auto;
    width: 946px;

    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.commonFormPopup .glass-overlay {
    background-image: url("../graphics/page/glass-overlay.png");
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.commonFormPopup .formblock {
    background-color: rgb(255, 255, 255);
    float: right;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 580px;
}
.commonFormPopup.commonform.contactform .formblock {
    width:100%;
    float:none;
    padding-left:40px;
    padding-right:40px;
    background:none;
}
.commonFormPopup .div-block-28 {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    position: relative;
}
.commonFormPopup .formpanel {
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    align-items: stretch;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-direction: column;
    font-family: proxima-nova, sans-serif;
    height: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
    z-index: 1000;
    pointer-events: all;
}
.commonFormPopup.commonform.contactform .formpanel {
    align-items: flex-start;
    justify-content: flex-start;
}
.commonFormPopup .form-block-2 {
    -moz-box-align: stretch;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    align-items: stretch;
    display: block;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
}
.commonFormPopup .w-form {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
.commonFormPopup.commonform.contactform .w-form {
    width:100%;
}
.commonFormPopup .formset {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
}

.commonFormPopup .form-group {
    border-bottom-color: rgb(216, 216, 216);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(100, 100, 100);
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    margin-bottom: 22px;
    padding-bottom: 5px;
    position: relative;
    
    width: 100%; /*not always present*/
}
.commonFormPopup .form-group.short {
    width:50%;
}
.commonFormPopup .form-group .form-label {
    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}
.commonFormPopup .form-label {
    color: rgb(100, 100, 100);
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 300;
    left: 0;
    line-height: normal;
    min-height: 19px;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: none;
    top: 3px;
    z-index: 1;
}
.commonFormPopup.commonform.contactform .form-label {
    font-family: proxima-nova, sans-serif;
      font-size: 16px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 19px;
}
/*1099 added for specific site*/
.commonFormPopup.commonform.contactform .form-label .mobile {
    display:none;
}
/*end addition*/

.commonFormPopup label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.commonFormPopup .form-control {
    background-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    color: rgb(100, 100, 100);
    font-family: proxima-nova, sans-serif;
    font-size: 21px;
    font-weight: 300;
    height: 26px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    display: block;
}
.commonFormPopup.commonform.contactform .form-control {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 19px; 
}
.commonFormPopup .formbox {
    clear: none;
    float: none;
}
.commonFormPopup.commonform.contactform .formbox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 30px;
}
.commonFormPopup .form-group.float-left {
    display: block;
    float: left;
}
.commonFormPopup .form-group.float-right {
    display: block;
    float: right;
}
.commonFormPopup .formpanel .para-group {
    color: rgb(155, 155, 155);
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 27px;
    position: relative;
    text-align: left;
}
.commonFormPopup .formpanel .para-group .title {
    text-transform: uppercase;
}
.commonFormPopup .formpanel .file-group.noborder {
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: medium;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: medium;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: medium;
}
.commonFormPopup .file-group {
    border-bottom-color: rgb(216, 216, 216);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: rgb(100, 100, 100);
    font-family: proxima-nova, sans-serif;
    font-weight: 300;
    margin-bottom: 22px;
    padding-bottom: 5px;
    position: relative;
}
.commonFormPopup .formpanel .file-group input[type="file"].form-control {
    color: rgb(155, 155, 155);
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: auto;
    letter-spacing: 0;
    width: auto;
}
.commonFormPopup .form-button-box {
    position: relative;
    text-align: center;
}
.commonFormPopup input.w-button {
    appearance: button;
}
.commonFormPopup .button-orange-fill {
    position: relative;
  z-index: 1;
  padding: 10px 50px;
  border: 1px solid rgb(244, 129, 31);
  background-color: rgb(244, 129, 31);
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  
  transition: background-color 0.3s ease, border 0.3s ease;
  
  cursor:pointer;
}
.commonFormPopup .button-orange-fill.borderline {
    border: 1px solid rgb(255, 255, 255);
    background-color: rgba(0, 0, 0,0);
}
.commonFormPopup .button-orange-fill:hover {
    background-color: rgb(244, 129, 31);
    color: rgb(255, 255, 255);
    text-decoration:none;
}
.commonFormPopup .button-orange-fill.borderline:hover {
    border: 1px solid rgb(244, 129, 31);
    background-color: rgba(244, 129, 31,1);
}
.commonFormPopup .success-message {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    padding-bottom: 67px;
    padding-top: 0;
    position: relative;
}
.commonFormPopup .w-form-done {
    background-color:transparent;
    display: none;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
}
.commonFormPopup.commonform.contactform .w-form-done {
    background-color: transparent;
    padding-top: 0;
}
.commonFormPopup .text-block-4 {
    color: rgb(244, 129, 31);
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 72px;
    line-height: 1.2;
}
.commonFormPopup .text-block-5 {
    color: rgb(125, 125, 125);
    font-size: 24px;
    font-weight: 100;
    line-height: 1.2;
}
.commonFormPopup.commonform.contactform .text-block-5 {
    color:#ffffff;
}
.commonFormPopup .w-form-fail {
    background-color: rgb(255, 222, 222);
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(153, 153, 153);
    font-weight: 500;
}
.commonFormPopup.commonform.careerform .inforblock {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
}
.commonFormPopup.commonform .inforblock {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    align-items: center;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(72, 72, 72, 0.4);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.commonFormPopup .inforblock {
    float: left;
    opacity: 1;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    position: relative;
    width: 365px;
}
.commonFormPopup.commonform .div-block-29 {
    height: auto;
}
.commonFormPopup .div-block-29 {
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    position: relative;
}
.commonFormPopup.commonform.careerform .h1-contactus-white {
    text-align: center;
}
.commonFormPopup.commonform .h1-contactus-white {}
.commonFormPopup .h1-contactus-white {
    color: rgb(255, 255, 255);
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: left;
    text-transform: none;
}
.commonFormPopup h1 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
    font-family: alternate-gothic-no-3-d, sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
}
.commonFormPopup.commonform .profile-popup-bar {
    display: none;
}
.commonFormPopup .profile-popup-bar {
    background-image: linear-gradient(rgb(244, 129, 31), rgb(244, 129, 31));
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
.commonFormPopup .xbox-close {
    cursor: pointer;
}
#commonPopup .xbox-close-small,
.commonFormPopup .xbox-close-small {
    background-image: url("../graphics/popup-x-off.svg");
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 17px;
}

#commonPopup .xbox-close {
    cursor: pointer;
}

#commonPopup .xbox-close-small:hover {
    background-image: url("../graphics/popup-x-over.svg");
}

.commonFormPopup .w-clearfix::before {
    content: " ";
    display: table;
}

.commonFormPopup .w-clearfix::after {
    content: " ";
    display: table;
    clear: both;
}

#commonPopup fieldset,
.commonFormPopup fieldset {
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#commonPopup button,
.commonFormPopup button {
    appearance: button;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    cursor: pointer;
    appearance: button;
    border-bottom-color: rgb(0, 0, 0);
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(0, 0, 0);
    border-left-style: none;
    border-left-width: 0;
    border-right-color: rgb(0, 0, 0);
    border-right-style: none;
    border-right-width: 0;
    border-top-color: rgb(0, 0, 0);
    border-top-style: none;
    border-top-width: 0;
    cursor: pointer;
}

.commonFormPopup .w-input:-moz-placeholder {
    color: rgb(153, 153, 153);
}
.commonFormPopup .w-input::placeholder {
    color: rgb(153, 153, 153);
    opacity: 1;
}
.commonFormPopup .w-input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.commonFormPopup.commonform.contactform .w-input:-moz-placeholder,
.commonFormPopup.commonform.contactform .w-input::placeholder,
.commonFormPopup.commonform.contactform .w-input::-webkit-input-placeholder {
    color:#ffffff;    
}

.commonFormPopup .form-group .form-control:focus {
    box-shadow: none;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: medium;
}
.commonFormPopup .form-group.focus:after {
  opacity: 1;
  width: 100%;
  background: #DA8D95; /*whitish*/
  /*background: #f4811f;*/ /*orange*/
}

.commonFormPopup .form-group.focus .form-label, 
.commonFormPopup .form-group.filled .form-label {
    top: -16px;
    font-size: 11px;
    color: #DA8D95; /*whitish*/
    /*color: #f4811f;*/ /*orange*/
}

.commonFormPopup .w-input:focus {
    border-bottom-color: rgb(56, 152, 236);
    border-left-color: rgb(56, 152, 236);
    border-right-color: rgb(56, 152, 236);
    border-top-color: rgb(56, 152, 236);
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0;
}

.commonFormPopup textarea.form-control {
    resize: vertical;
}
.commonFormPopup.commonform.contactform textarea.form-control {
    height: 176px;
}

/*don't think the animation effects are in use*/
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(221, 74, 58, 0.5);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  -webkit-animation: rippleDrop 0.3s ease-in;
  animation: rippleDrop 0.3s ease-in;
}
@-webkit-keyframes rippleDrop {
  to {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes rippleDrop {
  to {
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
    opacity: 0;
  }
}

.commonFormPopup.careerform .xbox-close-small:hover {
    background-image: url("../images/popup-x-white-over.svg");
}
.commonFormPopup .xbox-close-small:hover {
    background-image: url("../images/popup-x-over.svg");
}

/*uses background color to display underline border*/
.commonFormPopup .form-group::after {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 0;
}
.commonFormPopup .form-group .form-control:active {
    box-shadow: none;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: medium;
}

/*width contrainsts*/
@media (max-width: 1075px) {
    #commonPopup .icon,
    .commonFormPopup .icon {
        display: none;
        display: none;
    }
}

@media (max-width: 991px) {
    .commonFormPopup .contact-details-block {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .commonFormPopup .glass-overlay {
        display: none;
    }
}
@media (max-width: 991px) {
    .commonFormPopup .formblock {
        display: inline-block;
        float: none;
    }
}
@media (max-width: 991px) {
    .commonFormPopup.commonform .inforblock {
        display: none;
    }
    .inforblock {
        display: inline-block;
        float: none;
    }
}
@media (max-width: 991px) {
    .commonFormPopup .h1-contactus-white {
        display: none;
    }
}

@media (max-width: 767px) {
    .commonFormPopup .formblock {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .commonFormPopup .inforblock {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .commonFormPopup .form-group.float-left {
        float: none;
    }
}
@media (max-width: 479px) {
    .commonFormPopup .form-group.float-right {
        float: none;
    }
}
@media (max-width: 479px) {
    .commonFormPopup .button-orange-fill {
        font-size: 18px;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .commonFormPopup .inforblock {
        background-color: rgba(0, 0, 0, 0);
    }
}



/*UNCOMMON*/

/*tab control*/
.commonFormPopup.commonform.contactform .form-tab-vertical {
  background-color: #BE1E2D;
  height: 172px;

  border-radius: 9px 0 0px 9px;

  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  
  overflow-x: hidden;
  overflow-y: hidden;

  cursor: pointer;
  
  width: 54px;    
}
.commonFormPopup.commonform.contactform .form-tab-vertical .form-tab {
    align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 1px !important;
  position: relative;
  width: 100%;    
}
.commonFormPopup.commonform.contactform .form-tab-vertical .form-tab .form-tab-label {
    background-color: rgba(0, 0, 0, 0);

  font-family: proxima-nova, sans-serif;
  font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.57px;
    text-align: center;

  margin-left: 0;
  margin-top: 4.1499px;
  
  position: relative;
  text-align: left;
  text-wrap-mode: nowrap;
  text-wrap-style: auto;
  height: auto;
  transform: rotate(-90deg);
  width: auto;    
  
  -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.commonFormPopup.commonform.contactform .profile-popup-box .contact-title-block {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
}
.commonFormPopup.commonform.contactform .profile-popup-box .contact-title-block .contact-title {
    position: relative;
    font-family: proxima-nova, sans-serif;
  font-weight: 800;
    font-size: 26px;
    line-height:31px;
    color: #FFFFFF;
    letter-spacing: 0;
    
    margin-bottom:24px;
}
.commonFormPopup.commonform.contactform .profile-popup-box .contact-title-block .contact-description {
    position: relative;
    font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 22px;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .commonFormPopup.careerform .contact-details-block {
        width:100%;
    }
}

/*height contrainsts*/
@media (max-height: 900px) {
    .commonFormPopup.commonform.contactform .profile-popup-box .contact-title-block {
        padding-bottom: 25px;
    }
    .commonFormPopup.commonform.contactform textarea.form-control {
      height: 130px;
    }
    .commonFormPopup.commonform.contactform .profile-popup-box {
      padding-top: 45px;
    }
}

/*width contrainsts*/
@media (max-width: 768px) {
    .commonFormPopup.commonform.contactform .popup-content-block {
      width: 390px;
    }
    .commonFormPopup.commonform.contactform {
        width: 444px;
    }
    .commonFormPopup.commonform.contactform .profile-popup-box .contact-title-block,
    .commonFormPopup.commonform.contactform .formblock {
        padding-left:25px;
        padding-right:25px;
    }

    /*1099 added for specific site*/
    .commonFormPopup.commonform.contactform .form-label .mobile {
        display:block;
    }
    .commonFormPopup.commonform.contactform .form-label .desktop {
        display:none;
    }
}
@media (max-width: 640px) {
    .commonFormPopup.commonform.contactform .popup-content-block {
      width: 350px;
    }
    .commonFormPopup.commonform.contactform {
        width: 404px;
    }
    .commonFormPopup.commonform.contactform .form-label {
      font-size: 14px;
    }
}
/*end addition*/

@media (max-width: 405px) {

    .commonFormPopup.commonform.contactform {
        width: 100%;
    }
    .commonFormPopup.commonform.contactform .popup-content-block {
        width: 87%;
    }
}

