/* button styling */
    .dark a.btn,.dark a.white-btn,a.black-btn,a.btn,a.full-green-btn {
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        padding: 8px 16px;
        cursor: pointer;
        display: inline-block;
        transition: .2s;
        text-decoration: none;
    }
    a.full-green-btn {
        color: #fff;
        background-color: #208a3d;
        border-color: #208a3d
    }

    a.full-green-btn:hover {
        color: #fff;
        background-color: #2da14a;
        border-color: #2da14a
    }

    a.full-green-btn:active {
        color: #fff;
        background-color: #2da14a;
        border-color: #2da14a
    }


#have-licensing .basic-overlay-modal { 
  width: 700px;
  height: auto;
  text-align: left;
  position: relative;
}

#have-licensing .have-licensing-prompt .h4 {
  /* font-size: 16px;
  line-height: 16px; */
  margin-bottom: 12px;
}

#have-licensing .have-licensing-prompt p {
  /* font-size: 16px;
  line-height: 19px; */
  margin-bottom: 30px;
}

#have-licensing .have-licensing-prompt p:last-child {
  margin-bottom: 30px;
}

.basic-overlay-close-button.glossary-close-button {
  float: none;
  background: none;
  width: 0;
  height: 0;
  margin: 0;
  transition: none;
}

.basic-overlay-close-button.licensing-close-button:after {
  /* cursor: pointer;
  content: "\f30e";
  position: absolute;
  font-family: "SF Pro Icons";
  top: 24px;
  right: 24px;
  font-size: 20px;
  color: #858585; */
}

/* X-LARGE SCREENS (CASCADE TO LOWER SCREEN) */
@media only screen and (min-width: 1442px) {
	
}
 
/* LARGE SCREENS (SPECIFIC) */
@media only screen and (min-width: 1069px) and (max-width:1441px) {
	
}
 
/* MEDIUM SCREENS (CASCADE TO LOWER SCREENS) */
@media only screen and (max-width: 1068px) {
	
}
 
/* MEDIUM SCREENS (SPECIFIC) */
@media only screen and (min-width: 736px) and (max-width:1068px) {
 
}
 
/* SMALL SCREENS */
@media only screen and (max-width: 735px) {
  #external-site .basic-overlay-modal { width: 100%; height: 100%; border-radius: 0; overflow: scroll; }
  .external-site-prompt .button-wrapper a.btn { margin-top: 12px }
}
 
/* EXTRA SMALL SCREENS < 400px */
@media only screen and (max-width: 400px) {
 
}