﻿#sci-article-alert {
  width: 100%;
  max-width: 600px;
  border:1px solid black;
  padding: 10px;
}

  #sci-article-alert h3 {
    font-size: 11pt;
    margin: 0;
  }

  #sci-article-alert a {
    font-weight: bold;
  }

  #sci-article-alert ul {
    margin: 10px 0 10px 20px;
    list-style: none;
    font-size: 10pt;
  }

    #sci-article-alert ul li::before {
      font-family: 'FontAwesome';
      content: '\f111\00a0\00a0';
      color: var(--sci-light-blue);
    }

#sci-dynamic-header.sci-banner {
  width: 100%;
  max-width: 720px;
  height: 140px;
  margin-bottom: 40px;
}

  #sci-dynamic-header.sci-banner.popup {
    max-height: 120px;
    max-width: 100%;
    margin-bottom: 0px;
  }

  #sci-dynamic-header.sci-banner.expired {
    height: 120px;
    max-width: 100%;
    margin-bottom: 10px;
  }

#sci-dynamic-header:after {
  content: '';
  display: block;
  clear: both;
}

#sci-dynamic-header .sci-generic-banner {
  position: relative;
  width: 100%;
  background: url('/includes/layout/images/banner/sci-city-background-v1.jpg') no-repeat;
  background-size: cover;
  height: 100%;
  max-height: 300px;
}

  #sci-dynamic-header .sci-generic-banner img {
    width: 0;
    height: 0;
  }

  #sci-dynamic-header .sci-generic-banner img.shape {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    height: 100%;
    width: 75%;
    margin: 0;
  }

  #sci-dynamic-header .sci-generic-banner div.shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #01a3ff;
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 20% 100%);
    z-index: 1;
  }
  
  #sci-dynamic-header .sci-generic-banner img.logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 30%;
    width: auto;
    margin: 20px 0 20px 20px;
  }

  #sci-dynamic-header .sci-generic-banner img.category {
    position: absolute;
    bottom: 10%;
    left: 0px;
    z-index: 2;
    margin: 0 0 0 20px;
    height: auto;
    width: 30%;
  }

  #sci-dynamic-header .sci-generic-banner div.shape div.caption-container {
    position: relative;
    border: 1px solid yellow;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

    #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 35%;
      padding: 0 10px 10px 0;      
      z-index: 3;
      text-align: right;
      color: #fff;      
      font-size: 20pt;
      font-family: ProximaNovaExtraBold;
      line-height: 1.2em;
    }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption h1 {
        color: #fff;
      }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-35 {
        width: 35%;
      }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-43 {
        width: 43%;
      }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-50 {
        width: 50%;
      }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-65 {
        width: 65%;
      }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-75 {
        width: 75%;
      }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-100 {
        width: 100%;
      }


@media (max-width: 945px) {
  #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption {
    width: 50%;    
  }  
}

@media (max-width: 850px) {

  #sci-dynamic-header .sci-generic-banner img.logo {
    margin: 10px 0 10px 10px;
  }

  #sci-dynamic-header .sci-generic-banner div.shape {
    /*clip-path: polygon(0 75%, 100% 0, 100% 100%, 0% 100%);*/
    clip-path: polygon(0 60%, 100% 30%, 100% 100%, 0% 100%);
  }
    #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption {
      font-size: 16pt;      
    }

      #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-43 {
        width: 60%;
      }

}

@media (max-width: 650px) {

  #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-43 {
    width: 75%;
  }

  #sci-dynamic-header .sci-generic-banner img.category {
    display: none;
  }

}


@media (max-width: 500px) {

  #sci-dynamic-header.sci-banner {
    margin-bottom: 120px;
  }
     
  #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-43 {
    width: 75%;
  }

  #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption.w-50,
  #sci-dynamic-header .sci-generic-banner div.shape div.caption-container div.caption {
    font-size: 13pt;
    width: 100%;
  }

}

@media (max-width: 376px) {

  #sci-article-alert {
    padding: 0;
  }

    #sci-article-alert div.sci-content {
    }

  #sci-dynamic-header .sci-generic-banner div.shape {
    clip-path: polygon(0 60%, 100% 60%, 100% 100%, 0% 100%);
  }

}

  /*
@media (max-width: 792px) {
  #sci-dynamic-header {
    
  }
    #sci-dynamic-header.sci-banner {
      width: 100%;
      height: 160px;
    }

    #sci-dynamic-header .sci-generic-banner img.logo {
      width: 30%;
      height: auto;
      margin: 10px 0 10px 10px;
    }

    #sci-dynamic-header .sci-generic-banner img.shape {
      width: 100%;
    }

    #sci-dynamic-header .sci-generic-banner div.shape {
      width: 100%;      
      background-color: #01a3ff;
      clip-path: polygon(0 75%, 100% 0, 100% 100%, 0% 100%);
      z-index: 1;
    }

    #sci-dynamic-header .sci-generic-banner img.category {
      top: 30%;
      left: 0px;
      height: auto;
      width: 40%;
      margin: 0 0 0 10px;
    }

}

@media (max-width: 400px) {

}


@media (max-width: 320px) {
  #sci-dynamic-header {    
  }

    #sci-dynamic-header .sci-generic-banner img.logo {
      width: 40%;
    }

}

*/