/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
/* Removed *:zoom for being non standard and no need to support IE 6/7 */
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }
  .visuallyhidden.focusable:active:active, .visuallyhidden.focusable:active:focus,
  .visuallyhidden.focusable:focus:active,
  .visuallyhidden.focusable:focus:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.jquery-modal.blocker {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 101; }

.jquery-modal .field--name-field-cta-link {
  font-size: 1.5em;
  text-align: center;
  margin-top: 15px; }
  .jquery-modal .field--name-field-cta-link a {
    font-family: "proxima-soft", Helvetica, Arial, sans-serif;
    font-family: "proxima-soft", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0086bc;
    display: inline-block;
    background-color: transparent;
    padding: 10px 24px;
    margin: 10px 0;
    text-decoration: none;
    border: 1px solid #dae8f6;
    border-radius: 50px;
    letter-spacing: 0.01em;
    text-align: center; }
    .jquery-modal .field--name-field-cta-link a:hover {
      background-color: #009bd9;
      border-color: #009bd9;
      color: #fff; }

.modal {
  padding: 15px;
  border-radius: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  max-width: 650px; }

.node--type-call-to-action h2 {
  margin: 12px 0; }

.block-views-blockcall-to-action-block-1 {
  display: none; }

.page-node-type-call-to-action .layout-content {
  margin-bottom: 50px; }

.page-node-type-call-to-action img {
  width: 50%; }

/*# sourceMappingURL=../../maps/components/block/block--call-to-action-block.css.map */
