#feedback-widget {
    width: 128px; 
    height: 147px;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent; 
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
    z-index: 1000;
    position:fixed;
    display:none;
}

#feedback-widget.maximized {
    background-color: white;
    padding: 0;
    width: 470px;
    height: auto;
    max-height: 600px;
    -webkit-box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    border: 1px solid #999;    
}

#feedback-widget #feedback-widget-close {
    z-index:999 !important;
    position: absolute;
    top: 0;
    left: -4px; 
}

#feedback-widget.maximized #feedback-widget-close {
    top: -8px;
    left: -10px; 
}

#feedback-widget .form-screen .widget-header {
    background-color: transparent;
    width: 128px;
    height: 147px;
    cursor: pointer;
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/chat-balloon-large.png');
    background-repeat: no-repeat;
    background-size: 128px 147px;    
} 

#feedback-widget.maximized .form-screen .widget-header {
    background-color: #f5f7f9;
    background-image: none;
    width: auto;
    height: 63px;
    border-bottom: solid 1px #d5d7d4;
}

#feedback-widget .widget-header-text {
    margin-left: 76px;
    color: #07396e;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
}

#feedback-widget .form-screen .widget-header-text {
    display: none;   
}

#feedback-widget.maximized .form-screen .widget-header-text {
    padding-top: 24px;
    display: block;
}

#feedback-widget .form-screen .widget-header-icon {
    display: none;   
}

#feedback-widget.maximized .form-screen .widget-header-icon {
    display: inline-block;
    float: left;
    margin-top: 17px;
    margin-left: 30px;  
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.svg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.png',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.png',
sizingMethod='scale');    
}

#feedback-widget .widget-min-max-icon {
    display: none;   
}

#feedback-widget.maximized .widget-min-max-icon {
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/up-down-arrows-gray.png'); 
    background-position: -30px 0;
    width: 29px;
    height: 28px;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: 140px;
    top: 27px;
}

#feedback-widget.maximized .widget-min-max-icon {
    background-position: 0 0 ;
    top: 19px;
    right: 20px;
}

#feedback-widget .form-container {
    padding: 10px 30px 20px;
}

#feedback-widget p.form-intro-text {
    color: #07396e;
    font-size: 15px;
    font-weight: bold; 
    margin-bottom: 10px;   
}

#feedback-widget fieldset {
  margin-bottom: 15px;
}

#feedback-widget label.question {
    font-weight: bold;
    font-size: 15px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    margin-bottom: 5px;
}

#feedback-widget input[type=text] {
    border: solid 1px #666666;
    height: 25px;
    margin: 4px 0;
    color: black;
    font-size: 12px;
    padding-left: 6px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 
    width: 298px;  
}

#feedback-widget input[type=text]::-webkit-input-placeholder,
#feedback-widget textarea::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}
#feedback-widget input[type=text]:-moz-placeholder,
#feedback-widget textarea:-moz-placeholder { 
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}
#feedback-widget input[type=text]::-moz-placeholder,
#feedback-widget textarea::-moz-placeholder { 
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}
#feedback-widget input[type=text]:-ms-input-placeholder,
#feedback-widget textarea:-ms-input-placeholder {
    font-family: Arial, Helvetica, sans-serif; color: #666666; font-size:12px; height: 20px;
}

/* Lighten input placeholders on focus */
#feedback-widget input[type=text]:focus::-webkit-input-placeholder,
#feedback-widget textarea:focus::-webkit-input-placeholder { 
    color: rgb(169, 169, 169);
}
#feedback-widget input[type=text]:focus:-moz-placeholder,
#feedback-widget textarea:focus:-moz-placeholder  { 
    color: rgb(169, 169, 169);
}
#feedback-widget input[type=text]:focus::-moz-placeholder,
#feedback-widget textarea:focus::-moz-placeholder  { 
    color: rgb(169, 169, 169);
}
#feedback-widget input[type=text]:focus:-ms-input-placeholder,
#feedback-widget textarea:focus:-ms-input-placeholder { 
    color: rgb(169, 169, 169);
}
#feedback-widget input.other-text {display: none;}
#feedback-widget input.hidden-radio {display: none;}
#feedback-widget p, #feedback-widget label {
  line-height: 1.2;
}

#feedback-widget textarea {
    color: black;
    font-size: 12px;
    padding: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 400px;
    resize: none;
}

#feedback-widget .select-wrapper {
    display: inline;
    float: left;
    overflow: hidden;
    border: solid 1px #848686;
    width: 305px;
    height: 27px;
}

#feedback-widget select {
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 14px;
    width: 310px;
    height: 28px;
    margin-left: 3px;
    -webkit-appearance: menulist-button;
    position: relative;
    top: 0px;
    left: -6px;
    padding: 4px;
    border: 0;
    background-color: white;
}

#feedback-widget select.empty { color: #666666; }

#feedback-widget select option { color: black; }

#feedback-widget .radio-wrapper {
    padding: 3px;
    border-radius: 7px;    
}

#feedback-widget .submit-button-wrapper {
    display: inline-block;   
}


#feedback-widget button.submit {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 135px;
    height: 26px;
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/submit-sprite.png');
    background-repeat: no-repeat;
}

#feedback-widget button.submit:hover {
    background-position: 0 -26px;
}

#feedback-widget a#no-thanks-link {
  display: inline;
  cursor: pointer;
  margin-top: 7px;
  font-size: 12px;
  color: #235c9f;
  text-decoration: underline;
  text-align: right;
  float: right;
}

#feedback-widget .field-error {
    outline: none;
    box-shadow: 0 0 10px #80a9d0;    
}

#feedback-widget .field-error:focus {
    box-shadow: none;      
}

#feedback-widget .feedback-error { 
    display: block; 
    color: #3777c8; 
    font-size: 14px; 
    line-height: 16px; 
}

/* Thanks */

#feedback-widget.thanking {
    height: 110px;
    left: auto;
    top: auto;
    bottom: -2px;
    right: 0;      
}

#feedback-widget.tablet.thanking {
    height: 130px;
}

#feedback-widget .thanks-screen { 
    background-color: #f5f7f9;    
    padding: 20px 0;
    display:none;
}

#feedback-widget .thanks-screen .widget-header {
    background-color: #f5f7f9;
    height: 100px;
    cursor: default;
}

#feedback-widget .thanks-screen .widget-header-icon {
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-left: 30px;  
    width: 34px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.svg');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.png',sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.humanesociety.org/assets/images/feedback-widget/survey-icon.png',
sizingMethod='scale'); 
}

#feedback-widget .thanks-screen .widget-header-text {
    padding-top: 15px;
    padding-left: 10px; 
    width: 300px;  
}


#feedback-widget .thanks-screen .widget-thanks-text {
    font-size: 11px;
    margin-top: 15px;
    text-align: right;
    padding-right: 20px;
    color: #07396e;
}

#feedback-widget.tablet .thanks-screen .widget-thanks-text {
    font-size: 12px;
}



/* MOBILE STYLES */

#feedback-widget.mobile {
    width: 60px; 
    height: 70px;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;   
}

#feedback-widget.mobile.maximized {
    width: 90%;
    height: auto;
    max-height: 100%;    
    background-color: white;
    -webkit-box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -3px -3px 11px 0px rgba(50, 50, 50, 0.5);
    border: 1px solid #999;    
}

#feedback-widget.mobile .widget-min-max-icon {
    display: none;   
}

#feedback-widget.mobile.maximized .widget-min-max-icon {
    display: inline-block;   
}

#feedback-widget.mobile .form-screen .widget-header {
    background-color: transparent;
    width: 60px;
    height: 70px;
    cursor: pointer;
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/chat-balloon.png');
    background-repeat: no-repeat;
    background-size: 53px 60px;    
}

#feedback-widget.mobile.maximized .form-screen .widget-header {
    background-color: #f5f7f9;
    height: 63px;
    width: auto;
    background-image: none;
}

#feedback-widget.mobile .form-screen .widget-header-icon {
    display: none;   
}

#feedback-widget.mobile.maximized .form-screen .widget-header-icon {
    display: block;   
}

#feedback-widget.mobile .form-screen .widget-header-text {
    display: none;   
}

#feedback-widget.mobile.maximized .form-screen .widget-header-text {
    display: block;
}

#feedback-widget.mobile #feedback-widget-close {
    display: none;     
}

#feedback-widget.mobile.maximized #feedback-widget-close {
    display: block;
    left: auto;
    top: -10px;
    right: -11px;     
}

#feedback-widget.mobile fieldset {
  margin-bottom: 0;
}


#feedback-widget.mobile textarea {
    width: 95%;   
}

#feedback-widget.mobile .select-wrapper {
    width: 100%; 
    height: 50px;   
}

#feedback-widget.mobile select {
    width: 100%;
    margin-left: 0;
    left: auto; 
    padding: 0;
    white-space: normal;
    height: 50px;
}

#feedback-widget.mobile input[type=text] {
   width: 100%;  
}

#feedback-widget.mobile .submit-button-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}


#feedback-widget .pager {
    display: none;   
}

#feedback-widget.mobile .pager {
    display: table;
    width: 100%;
    height: 53px;
    border-top: 1px solid #d5d7d4;   
    text-align: center;
}

#feedback-widget.mobile .pager .button-previous,
#feedback-widget.mobile .pager .page-counter,
#feedback-widget.mobile .pager .button-next {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}

#feedback-widget.mobile .pager .page-counter {
    width: 20%;
    color: #666;   
}

#feedback-widget.mobile .pager .button-previous {
    text-align: right;    
}

#feedback-widget.mobile .pager .button-next {
    text-align: left;    
}

#feedback-widget.mobile .pager .button-previous span,
#feedback-widget.mobile .pager .button-next span {
    display: inline-block; 
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;  
    width: 28px; 
    height: 28px; 
    background-size: 28px 28px;  
}

#feedback-widget.mobile .pager .button-previous span {
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/left-arrow-blue.png');  
}

#feedback-widget.mobile .pager .button-previous.disabled span {
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/left-arrow-gray.png');  
}

#feedback-widget.mobile .pager .button-next span {
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/right-arrow-blue.png');  
}

#feedback-widget.mobile .pager .button-next.disabled span {
    background-image: url('http://www.humanesociety.org/assets/images/feedback-widget/right-arrow-gray.png');  
}

#feedback-widget.mobile .thanks-screen .widget-header {
   width: 100%; 
   height: 75px;   
}

#feedback-widget .thanks-screen .widget-header-icon {
    margin-right: 5px;
    margin-top: 10px;
}

#feedback-widget.mobile .thanks-screen .widget-header-text {
   width: 100%;
   margin-left: 0;
   padding-top: 5px;
   line-height: 20px;  
}

#feedback-widget.mobile .thanks-screen .widget-thanks-text {
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
}

#feedback-widget.mobile a#no-thanks-link {
  font-size: 13px;
  float: none;
  margin-top: 10px;
  text-align: left;
  display: block;
}









