
/* hr {
  width: 350px;
  height: 2px;
  background-color: #ef9919;
  border-top: 0px;
} */

/* .item-cta-block .button.orange-button {
    display: inline-block;
} */
button.orange-button, input[type="button"].orange-button, input[type="reset"].orange-button, input[type="submit"].orange-button, a.button.orange-button {
    background-color: #d2282e;
    color: #ffffff;
    padding: 18px 20px;
    box-shadow: 0 3px 0 0 rgba(24, 24, 25, 0.1);
    -webkit-transition: all .75s;
    transition: all .75s;
    margin-bottom: 6px;
}
button .glyphicon-menu-right, input[type="button"] .glyphicon-menu-right, input[type="reset"] .glyphicon-menu-right, input[type="submit"] .glyphicon-menu-right, a.button .glyphicon-menu-right {
    top: -1px;
    margin-left: 5px;
    font-size: 9px;
}




/* Side Widget */
.side-widget.open {
    margin-right: 0;
}
.side-widget {
    width: 47px;
    height: 60px;
    z-index: 9;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    right: 0;
    top: 25%;
    
    /* text-align: center; */
    margin-right: -40px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn.btn-blue:hover {
    background-color: #D2093C;
}
.btn.btn-blue {
    background-color: #D2093C;
}
.btn.btn-blue {
    background-color: #D2093C;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.btn {
    font-family: 'proxima-nova', sans-serif;
    font-size: 19px;
    font-weight: 600;
    padding: 9px 35px;
    border-radius: 0;
    text-transform:uppercase;
    letter-spacing: -0.5px;
}
.widget-close:hover {
    color: #ccc;
}
.widget-close {
    color: #636363;
}
.widget-close {
    position: absolute;
    left: 3px;
    top: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
.section.triad-section {
  margin-top: 10px;
}
section.section h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
}
h2 {
    color: #000;
}

section.section p.sub-heading {
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}
section.triad-section .triad-sub-section {
    padding-right: 60px;
}
section p.detail-paragraph:first-child {
    margin-top: 0;
}

#popup-container {
  position: fixed;
  z-index: 9990;
  margin: 0 auto;
  top: 20%;
  left: 0;
  right: 0;
  width: 85%;
  max-width: 850px;
  display: none;
}

#popup-container.open {
  display: block;
}

.modal-content1 {
  background-color: rgba(38, 38, 40, 0.92);
  color: #fff;
  padding: 20px 100px;
}

.modal-content1 input {
  height: 57px;
  border-radius: 0px;
}

.modal-content1 .btn-primary {
  width: 175px;
  background-color: #ef9919;
  border: 0px;
}

.modal-content1 .btn-primary:hover {
  background-color: #0073b7;
  border: 0px;
}

.modal-content1 .logorow {
  text-align: center;
}

.close {
  margin-right: 10px;
  margin-top: 5px;
  color: #000;
  opacity: .8;
}

.close:hover {
  color: #efefef;
}
