/* Button styles */

.subscribe-button-iframe {
  width: 200px !important;
  height: 20px !important;
}

.signal-subscribe-button button {
  border: none !important;
  font-family: arial, helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 3px !important;
  display: inline-block !important;
  padding: 0 7px !important;
  line-height: 20px !important;
  height: 20px !important;
  box-shadow: none !important;
  }

  .signal-subscribe-button button:hover {
    cursor: pointer !important;
    background: #222 !important;
    box-shadow: none !important;
    }

/* Icon states */

.signal-subscribe-button button span {
  background-position: 0 4px !important;
  background-repeat: no-repeat !important;
  display: block !important;
  height: 20px !important;
  line-height: 20px !important;
}

div.icon.email .signal-subscribe-button button span {
  padding-left: 23px !important;
  background-image: url(https://dvffswmawfeno.cloudfront.net/signal/img/ico-email.png);
  }

div.icon.text .signal-subscribe-button button span {
  background-image: url(https://dvffswmawfeno.cloudfront.net/signal/img/ico-text.png);
  padding-left: 19px;
  }

div.icon-black.email .signal-subscribe-button button span {
  padding-left: 23px !important;
  background-image: url(https://dvffswmawfeno.cloudfront.net/signal/img/ico-email-black.png);
  }

div.icon-black.text .signal-subscribe-button button span {
  background-image: url(https://dvffswmawfeno.cloudfront.net/signal/img/ico-text-black.png);
  padding-left: 19px;
  }

/* The form */

.subscribe-form-content * {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

.subscribe-form-content {
  font-family: arial, helvetica, sans-serif;
  text-align: left;
  padding: 36px 30px 30px !important;
}

.subscribe-form-content .title {
  font-weight: bold !important;
  font-size: 18px !important;
  margin: 0 0 30px !important;
  color #222 !important;
  font-family: arial, helvetica, sans-serif !important;
}

.subscribe-form-content form {
  margin: 0;
  padding: 0;
  }

.subscribe-form-content ul.data-collection {
  padding: 0 0 12px !important;
  margin: 0 !important;
  list-style: none !important;
}

.subscribe-form-content ul.data-collection li {
  margin: 0 !important;
  padding: 0 !important;
  }

.subscribe-form-content .data-collection .fieldset {
  padding: 0 0 12px;
}

.subscribe-form-content .data-collection label {
  display: block !important;
  text-align: left !important;
  font-size: 14px !important;
  color: #69717a !important;
  margin: 0 0 6px !important;
  font-weight: normal !important;
  font-family: arial, helvetica, sans-serif !important;
}

  .subscribe-form-content .data-collection div.checkbox-group label {
    display: inline !important;
    font-size: 13px !important;
    color: #222 !important;
    margin: 0 0 3px !important;
  }

.subscribe-form-content .data-collection input[type='text'],
.subscribe-form-content .data-collection input[type='email'],
.subscribe-form-content .data-collection input[type='tel'] {
  background: #fff !important;
  border: 1px solid #dce2e9 !important;
  padding: 6px 4px !important;
  margin: 0 !important;
  max-width: auto !important;
  font-size: 14px !important;
  color: #69717a !important;
  font-family: monaco, monotype !important;
}

  .subscribe-form-content .data-collection input[type='text'],
  .subscribe-form-content .data-collection input[type='email'],
  .subscribe-form-content .data-collection input[type='tel'] {
    width: 92% !important;
    }

.subscribe-form-content .data-collection span.required {
  color: red;
}

.subscribe-form-content button {
  border: none !important;
  font-family: arial, helvetica, sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 3px !important;
  display: inline-block !important;
  padding: 8px 12px !important;
  margin: 0 !important;
  background-image: none !important;
}

  .subscribe-form-content button:hover {
    cursor: pointer !important;
    background: #222 !important;
    }

#cboxLoadedContent {
  background-color: white;
}

/* Errors */

div.data-collection-errors ul {
  padding: 9px 12px 0;
  background: #fceeee;
  margin-bottom: 24px;
  border-radius: 3px;
  }

div.data-collection-errors ul li {
  font-size: 13px;
  padding-bottom: 9px;
  margin-left: 12px;
  color: #69717a;
  }

/* Success */

div.data-collection-success {
  display: none;
  padding: 9px 12px;
  background: #edf9e3;
	margin-bottom: 24px;
  border-radius: 3px;
  font-size: 13px;
  color: #69717a;
  }

/* Mobile */

@media only screen and (max-device-width: 480px) {

  div#colorbox,
  div#cboxWrapper,
  div#cboxMiddleLeft,
  div#cboxContent,
  div#cboxLoadedContent {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin: 0 auto !important;
    }

  .subscribe-form-content {
    width: auto !important;
    }

  .subscribe-form-content .data-collection label {
    width: auto !important;
    display: block !important;
    font-size: 16px !important;
    margin-bottom: 6px !important;
    }

  .subscribe-form-content .data-collection input {
    width: 98% !important;
    }
  }
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background-color: #000000;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
