.html .glazed-shadow-1,.html .glazed-shadow-2,.html .glazed-shadow-3,.html .glazed-shadow-4,.html .glazed-shadow-5{
    transition:box-shadow .2s ease-out 0s
}
.html .glazed-shadow-hover-1,.html .glazed-shadow-hover-2,.html .glazed-shadow-hover-3,.html .glazed-shadow-hover-4,.html .glazed-shadow-hover-5{
    transition:box-shadow .1s ease-in-out 0s
}
.html .glazed-shadow-1,.html .glazed-shadow-hover-1:hover{
    box-shadow:0 2px 7px 0 rgba(0,0,0,0.2)
}
.html .glazed-shadow-2,.html .glazed-shadow-hover-2:hover{
    box-shadow:0 4px 12px 0 rgba(0,0,0,0.3)
}
.html .glazed-shadow-3,.html .glazed-shadow-hover-3:hover{
    box-shadow:0 5px 25px 0 rgba(0,0,0,0.3)
}
.html .glazed-shadow-4,.html .glazed-shadow-hover-4:hover{
    box-shadow:0 8px 38px 0 rgba(0,0,0,0.3)
}
.html .glazed-shadow-5,.html .glazed-shadow-hover-5:hover{
    box-shadow:0 12px 57px 0 rgba(0,0,0,0.3)
}


.html .dxpr-theme-util-background-white ul {
    color: #444f57;
}

body .stpe-outlinebutton {
  background: transparent !important;
  border: 0.0625rem solid #333;
  border-radius: 0.3125rem;
  color: #333 !important;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.0625rem;
  padding-left: 2em;
  padding-right: 2em;
  text-transform: uppercase !important;
}

/* missing button styles */
.button-border-black a.btn {
    /*color: #000000;*/
    color: white;
    border-color: #000000;
    display: inline-block;
    background: transparent;
    border: 3px solid black;
    border-radius: 0;
    padding: 8px 2em;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    font-size: 14px;
    line-height: 1.42857143;
    user-select: none;
}
.button-border-black a.btn:hover {
  color: white;
  border-color: #000000;
  background-color: #000000;
}
.mb-2, .my-2 {
  margin-bottom: .5rem;
}
.node-readmore>a,
.more-link a,
.more-link {
  font-size: smaller;
  text-transform: uppercase;
  color: #005eb8 !important;
  /*color: white !important;*/
}

.btn-primary {
  font-size: smaller;
  text-transform: uppercase;
  /*color: #005eb8 !important;*/
  color: white !important;
}

.mb-0 {
	font-size: 16px !important;
}
.mb-1 {
	font-size: 21px !important;
	padding-top: 15px;
}
