html {
    scroll-behavior: smooth;
}
body {
    padding-bottom: 0;
    margin-bottom:0
}

.hidden {
    display: none
}

.bg-tertiary {
    min-height:250px;
}
.bg-tertiary .side-text-wrap {
    padding:15px 25px
}
.bg-tertiary .side-text-wrap h2 {
    color:#212121;
    font-size:26px
}
.bg-tertiary .side-text-wrap p {
    margin-top:20px
}
.col-xs-12 .with-left-border {
    border-left:2px solid #666;
    padding-left: 20px
}
footer {
    margin-top: 50px
}

.overlay-disabled-view {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.side-panel {
    width: 400px;
    position: fixed;
    top: 0;
    bottom:0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    z-index: 99999;
}
.side-panel.left {
    left: -420px;
    box-shadow: 5px 0 15px 3px rgba(0,0,0,0.1);
}
.side-panel.right {
    right: -420px;
    box-shadow: -10px 0 15px -3px rgba(0,0,0,0.1);
}
.side-panel .header {
    display:flex;
    justify-content: end;
    background-color: #fafafa;
    height:55px;
    border-bottom: 2px solid #f2f2f2
}
.side-panel .header button {
    margin: 10px 15px 0 0;
    cursor: pointer;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    height: 40px;
    width: 40px;
}
.side-panel .header button svg {
    margin-top: 5px;
    width: 22px;
    height:22px;
}
.side-panel .header button svg path {
    fill: #1E64C8;
}
.side-panel .header button:hover {
    background-color: #eee;
}
.side-panel .content-wrap {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 57px;
    bottom: 0;
    overflow-y: auto;
}
.side-panel.with-footer .content-wrap {
    bottom: 90px;
}
.side-panel .content-wrap::-webkit-scrollbar {
    -webkit-appearance: none;
}
.side-panel .content-wrap::-webkit-scrollbar:vertical {
    width: 10px;
    background-color: #fff;
}
.side-panel .content-wrap::-webkit-scrollbar:horizontal {
    height: 11px;
}
.side-panel .content-wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 2px solid white;
    background-color: #1E64C8;
}
.side-panel .content-wrap .content {
    padding: 25px
}
.side-panel.with-footer .footer-wrap {
    background-color: #fafafa;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90px;
    border-top: 2px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
}
.side-panel.left.open {
    left: 0;
}
.side-panel.right.open {
    right: 0;
}
.side-panel .content-wrap .content .section-title {
    font-size:12px;
    text-align:center;
    padding-bottom: 5px;
    margin: 0 0 15px 0;
    font-family: 'PannoTextSemiBold', Arial, sans-serif;
    border-bottom: 1px dashed #ddd
}
.side-panel .subtle-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #1E64C8;
    cursor: pointer;
    font-size:16px;
    padding:7px 15px 5px 15px;
    border: none;
    background-color: transparent;
    font-family: "PannoTextSemiBold", Arial, sans-serif;
}
.side-panel  .subtle-btn:last-child {
    margin-right: 0;
}
.side-panel .subtle-btn div:last-child {
    padding-bottom: 3px
}
.side-panel .subtle-btn:hover {
    background-color: #1E64C8;
    color: #fff
}
.side-panel .subtle-btn:hover svg,
.side-panel .subtle-btn:hover svg path {
    fill: #fff
}
.side-panel .subtle-btn svg {
    width: 18px;
    height: 18px;
    margin:3px 4px 0 0
}
.side-panel .btn-cta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #1E64C8;
    color: #ffffff;
    cursor: pointer;
    font-size:16px;
    padding:10px 12px;
    border: none;
    font-family: "PannoTextSemiBold", Arial, sans-serif;
}
.side-panel .btn-cta span {
    display: block
}
.side-panel .btn-cta span svg {
    width: 16px;
    height: 16px;
    margin:4px 2px 0 0
}
.side-panel .btn-cta:hover {
    background-color: #174e9b;
}
.side-panel .btn-cta:disabled {
    background-color: #eeeeee;
    color: #bbb;
    cursor: not-allowed
}
.side-panel .btn-cta:disabled:hover {
    background-color: #eeeeee;
    color: #bbb
}
.side-panel .btn-cta:disabled svg,
.side-panel .btn-cta:disabled svg path {
    fill: #bbb
}
.side-panel input[type="text"] {
    border-radius:0 !important;
    margin : 0 !important;
    width:100%;
    outline:0;
    color: #1E64C8;
    font-size:16px;
    font-family: "PannoTextSemiBold", Arial, sans-serif;
    border: 2px solid #1E64C8;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.side-panel textarea {
    border-radius:0 !important;
    margin : 0 !important;
    width:100%;
    outline:0;
    color: #1E64C8;
    font-size:16px;
    font-family: "PannoTextSemiBold", Arial, sans-serif;
    border: 2px solid #1E64C8;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: vertical;
    height: 100px
}
.side-panel .form-item {
    margin-bottom:10px
}
.side-panel span.required {
    font-family: "PannoTextSemiBold", Arial, sans-serif;
    color: #990000
}
.side-panel svg.warning {
    float:right;
    width:18px;
    height:18px;
    margin: 0 5px 0 0
}
.side-panel .form-item .title {
    font-size:15px;
    margin-bottom: 2px
}
.side-panel .organization {
    margin-bottom: 20px
}
.side-panel .fields {
    margin-bottom: 20px
}
.side-panel .fields sdv-switch-item {
    padding: 3px 0
}
.side-panel .fields sdv-switch-item .switch-text {
    line-height: 105%;
}
.side-panel .address {
    margin-bottom: 20px
}
.side-panel .address .street-address-wrap {
    display: flex;
    justify-content: flex-start;
}
.side-panel .address .street-address-wrap > div:nth-child(1) {
    width:60%;
}
.side-panel .address .street-address-wrap > div:nth-child(2) {
    width:20%;
    padding-left:10px;
}
.side-panel .address .street-address-wrap > div:nth-child(3) {
    width:20%;
    padding-left:10px;
}
.side-panel .address .locality-wrap {
    display: flex;
    justify-content: flex-start;
}
.side-panel .address .locality-wrap > div:nth-child(1) {
    width:25%;
}
.side-panel .address .locality-wrap > div:nth-child(2) {
    width:75%;
    padding-left:10px;
}
.side-panel .address select {
    border-radius:0 !important;
    background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519' fill='navy'/></svg>");
    background-color:#fff;
    background-repeat:no-repeat;
    background-position: right 10px top 11px;
    background-size: 12px 12px;
    margin : 0 !important;
    padding:7px 10px 6px 10px;
    width:100%;
    outline:0;
    color: #1E64C8;
    font-size:16px;
    font-family: "PannoTextSemiBold", Arial, sans-serif;
    border: 2px solid #1E64C8;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.side-panel .address select:focus {
    outline: 0;
}
.side-panel .contact-details {
    margin-bottom: 20px
}
.side-panel .footer-wrap .btn-wrap {
    padding: 20px 0 0 20px
}
.side-panel .footer-wrap .footnote-wrap {
    padding: 30px 20px 0 0
}