
/* spinner (loading) */
@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}


body {
    position: relative;
    background-color: #fafafa;
    font-family: Helvetica Neue,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-weight: normal;
    overflow-x: hidden;
}

.contact-clean form#search .btn-primary {
    padding: 16px;
    margin-top: 0px;
}

div.searchresults {
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Helvetica Neue,Helvetica,sans-serif;
    font-weight: 600;
    line-height: 1.1;
}

h1 {
    color: #f28728;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 12px;
}

h2 {
    color: #007638;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    color: #333;
    font-size: 20px;
}

h4 {
    color: #007638;
    font-size: 20px;
}

h5, h5 a {
    color: #333;
    font-size: 18px;
}

h6 {
    color: #333;
    font-size: 16px;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 18.75px;
    border-left: 5px solid #fff;
}

p {
    font-size: 15px;
}

li.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.full-width-img{
    width:100%;
}
.container a {
    font-weight: bold;
}

a {
    color: #f28728;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #f28728;
        text-decoration: underline;
    }
td {
    padding: 4px !important;
}
#top {
    z-index: 100;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f28728;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 13px;
        top: 5px;
        font-size: 37px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.popup-help .fa-2x {
    font-size: 1.5em;
}


@media (max-width:767px) {
    .contact-clean form#search .btn-primary {
        margin-top: 18px;
    }
}



legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 22.5px;
    line-height: 40px;
    color: #f28728;
    border-bottom: 0;
}

#overall-wrap {
    margin-top: 112px;
    min-height: 100%;
    /* equal to footer height - top-margin */
    margin-bottom: -234px;
}

    #overall-wrap:after {
        content: "";
        display: block;
        height: 250px;
    }

    .footer-basic {
        /*height: 400px;*/
    }
.techDetails{font-size:0.8em;}
@media (min-width: 992px) {
    #overall-wrap {
        margin-top: 200px;
        /* equal to footer height - top-margin */
        margin-bottom: -234px;
    }

}

@media (max-width: 992px) {
    h1 {
        font-size: 20px;
    }
    #overall-wrap {
        margin-top: 168px;
    }
    .popup-help .fa-2x {
        font-size: 1.6em;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 20px;
    }

    #overall-wrap {
        margin-top: 126px;
    }

    .popup-help .fa-2x {
        font-size: 1.6em;
    }
}
@media (max-width: 425px) {
    h1 {
        font-size: 18px;
    }

    #overall-wrap {
        margin-top: 62px;
    }

    .popup-help .fa-2x {
        font-size: 1.5em;
    }
}
.main-content {
    position: relative;
    clear: both;
    max-width: 1150px;
    margin: 0 auto;
    padding: 18px 0 18px;
    z-index: 1;
}

.grid-section {
    width: 100%;
    margin-right: auto;
}

.aboutgrid-img img {
    width: 99%;
}

.text-center::before {
    /*        content: "";*/
    margin-left: calc(100% - 95%);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333;
    opacity: .6;
}

.hero-button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
}

.scheme-widget h4 {
    max-width: 95%;
}

.box-simple > .icon {
    cursor: pointer;
}

.box-simple > .icon {
    text-align: center;
    position: relative;
}

    .box-simple > .icon > .image > span {
        font-size: 50px;
        color: #f28728;
    }

    .box-simple > .icon > .info > h3.title {
        font-weight: bolder;
        font-size: 20px;
        color: #333;
        font-weight: 500;
        margin-top: 50px;
        text-transform: uppercase;
        padding: 10px;
    }

    .box-simple > .icon > .info > p {
        font-size: 15px;
        color: #333;
        line-height: 1.5em;
        margin: 20px;
    }

    .box-simple > .icon > .image {
        position: relative;
        z-index: 2;
        margin: auto;
        width: 128px;
        height: 128px;
        border: 6px solid #007638;
        line-height: 140px;
        border-radius: 50%;
        background: #fff;
        vertical-align: middle;
    }

    .box-simple > .icon > .info {
        margin-top: -55px;
        background: #fff;
        border: 2px solid #007638;
        padding: 15px 0 10px 0;
        min-height: 306px;
    }

.page-heading {
    padding: 50px 0 50px 0;
    text-align: left;
}

    .page-heading h1 {
        color: #fff;
        font-size: 60px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .page-heading .subheading {
        color: #fff;
        font-size: 20px;
        letter-spacing: .5px;
    }

.person_image {
    width: 100%;
}

.col {
    display: inline-block;
    margin: 0 0 20px;
    font-family: 'Open Sans', Helvetca, Arial, sans-serif;
    font-size: 13px;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
}

article.col.col3 {
    color: #000;
    font: 13px 'Open Sans', Helvetca, Arial, sans-serif;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 20px;
    font-family: 'Open Sans', Helvetca, Arial, sans-serif;
    font-size: 13px;
    vertical-align: top;
    box-sizing: border-box;
    line-height: 20px;
    width: 33.333%;
    padding: 0 5px;
}

.box-icon-left {
    margin-bottom: 4px;
    background-color: #ff7709;
    padding: 10px;
    padding-top: 33px;
    padding-bottom: 33px;
}

h2.home-side {
    margin: 0 0 0 0;
    color: #fff;
    font: bold 18px 'Open Sans', Helvetca, Arial, sans-serif;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.01em;
}

.box-icon-left .fa-stack {
    float: left;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-4x {
    font-size: 4em;
}

.box-colored {
    padding: 25px;
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}

.box-colored {
    line-height: 24px;
    height: 199px;
    padding: 25px 25px 0px 25px;
}

    .box-colored h2 {
        margin: 0 0 18px 0;
        padding: 0;
        color: #333;
        font: normal 23px 'Open Sans', Helvetca, Arial, sans-serif;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: -0.01em;
    }

.scheme-widget a img {
    max-width: 100%;
    border-radius: 0;
}

.formlinks-widget ul {
    width: 45%;
}

.formlinks-widget li {
    line-height: 2em;
    padding: 6px;
    border-bottom: 1px solid #333;
}

    .formlinks-widget li:hover {
        background-color: #eee;
    }

.formlinks-widget a {
    font-weight: normal;
}

.file-alias {
    width: 82%;
    display: inline-block;
    font-weight: bold;
}

.box-default {
    background: none repeat scroll 0 0 #ff7709;
    /*    padding: 12px 40px 0;*/
    height: 199px;
}

    .box-default h1 {
        margin: 30px 0 20px 0;
        color: #fff;
        font: normal 59px 'Open Sans', Helvetca, Arial, sans-serif;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.015em;
    }

    .box-default ul {
        margin-top: 30px;
    }

    .box-default li {
        letter-spacing: 0.005em;
        line-height: 20px;
        margin-bottom: 9px;
        font-size: 14px;
    }

        .box-default li span:before {
            content: "\f00c"
        }

ul.accordion li {
    margin: 0;
    background: #FFF;
    margin-bottom: 5px !important;
    padding: 13px 20px 0 20px;
    -webkit-box-shadow: 0 1px 2px #CCCCCC;
    -moz-box-shadow: 0 1px 2px #CCCCCC;
    box-shadow: 0 1px 2px #CCCCCC;
}

    ul.accordion li > a[href^="#link"] {
        display: block;
        padding: 0 0 13px 0;
        color: #444;
        outline: none;
        text-decoration: none;
        font-size: 14px;
        -webkit-transition: padding .3s ease-out;
        -moz-transition: padding .3s ease-out;
        -o-transition: padding .3s ease-out;
        -ms-transition: padding .3s ease-out;
        transition: padding .3s ease-out;
    }

    ul.accordion li > a[data-toggle="collapse"]:before {
        float: right;
        position: relative;
        margin: -3px -7px 0 0;
        color: #FF960E;
        font: 600 2.308em 'Open Sans', Helvetca, Arial, sans-serif;
        content: "+";
    }
    ul.accordion li > a[aria-expanded="true"]:before {
        float: right;
        position: relative;
        margin: -3px -7px 0 0;
        color: #FF960E;
        content: "-";
    }
    ul.accordion li > a.toggle-accordian:before {
        float: right;
        position: relative;
        margin: -3px -7px 0 0;
        color: #FF960E;
        font: 600 2em 'Open Sans', Helvetca, Arial, sans-serif;
        content: "+";
    }
    ul.accordion li > a.toggle-accordian[aria-expanded="true"]:before {
        float: right;
        position: relative;
        margin: -3px -7px 0 0;
        color: #FF960E;
        content: "-";
    }
    ul.accordion li > a {
        display: block;
        padding: 0 0 13px 0;
        color: #444;
        outline: none;
        text-decoration: none;
        font-size: 14px;
        -webkit-transition: padding .3s ease-out;
        -moz-transition: padding .3s ease-out;
        -o-transition: padding .3s ease-out;
        -ms-transition: padding .3s ease-out;
        transition: padding .3s ease-out;
    }


    ul.accordion li .inner {
        display: none;
    }

.color-orange a {
    color: #f28728;
}

.orange, .orang-bg {
    color: #f28728;
}

.validation-summary-errors {
    color: red;
    margin-top: 20px;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0;
    }

/* columns of same height styles */
.row-full-height {
    height: 100%;
}

.col-full-height {
    height: 100%;
    vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;
    /* fix overflow */
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

table.techDetails td {
    padding-left: 10px;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }

    .dl-horizontal dt {
        float: left;
        width: 360px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 380px;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
        vertical-align:top;
    }
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
        vertical-align: top;
    }
}

/* vertical alignment styles */
.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

.align-top div.row-same-height > div, .align-top div.row-same-height > ul {
    vertical-align: top;
}

.align-middle div.row-same-height > div {
    vertical-align: middle;
}

.align-bottom div.row-same-height > div {
    vertical-align: bottom;
}

.form-price h2 {
    margin-top: 0px !important;
    font-weight: normal !important;
}

.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.field-validation-error {
    color: red;
}


.progress.col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

fieldset .row {
    padding-bottom: 6px;
}

    fieldset .row label {
        padding-bottom: 6px;
        font-weight: normal;
    }

.white-btn {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    white-space: normal !important;
}

    .white-btn:active {
        background-color: #fff;
        color: #333
    }

    .white-btn:hover, .white-btn:active {
        background-color: #fff;
        color: #333
    }

.orange-btn {
    background-color: transparent;
    color: #f28728;
    border: 2px solid #f28728;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    white-space: normal !important;
}

    .orange-btn:active {
        background-color: #f28728;
        color: #fff
    }

    .orange-btn:hover, .orange-btn:active {
        background-color: #f28728;
        color: #fff
    }

.green-btn {
    background-color: transparent;
    color: #007638;
    border: 2px solid #007638;
    border-radius: 3px;
    text-decoration: none;
    font-weight: bold;
    white-space:normal !important;
}

    .green-btn:active {
        background-color: #007638;
        color: #fff
    }

    .green-btn:hover, .green-btn:active {
        background-color: #007638;
        color: #fff
    }

.linkbutton {
    margin: 4px 2px 4px 2px !important;
}
.green {
    color: #007638;
}
.orange {
    color: #f1780e;
}
hr.green {
    height: 1px;
    background-color: #007638;
    border: none;
}
hr.orange {
    height: 1px;
    background-color: #f1780e;
    border: none;
}
.btn-orange {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #f28728;
    *background-color: #f1780e;
    background-image: -moz-linear-gradient(top,#f4933e,#f1780e);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f4933e),to(#f1780e));
    background-image: -webkit-linear-gradient(top,#f4933e,#f1780e);
    background-image: -o-linear-gradient(top,#f4933e,#f1780e);
    background-image: linear-gradient(to bottom,#f4933e,#f1780e);
    background-repeat: repeat-x;
    border-color: #f1780e #f1780e #a9540a;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#fff1780e',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.disabled, .btn-orange[disabled] {
        color: #fff;
        background-color: #f1780e;
    }

    .btn-orange:active, .btn-orange.active {
        background-color: #d96c0d;
    }

.btn-green {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #007638;
    background-image: -moz-linear-gradient(top,#00b353,#00803c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#00b353),to(#00803c));
    background-image: -webkit-linear-gradient(top,#00b353,#00803c);
    background-image: -o-linear-gradient(top,#00b353,#00803c);
    background-image: linear-gradient(to bottom,#00b353,#00803c);
    background-repeat: repeat-x;
    border-color: #00803c #00803c #00b353;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00b353',endColorstr='#ff00803c',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

    .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green.disabled, .btn-green[disabled] {
        color: #fff;
        background-color: #007638;
    }

    .btn-green:active, .btn-green.active {
        background-color: #004d24;
    }

.box-simple .info:hover {
    box-shadow: 0 0 20px gray;
}

.orange-bkg, .orange-bkg > span {
    background-color: #f28728 !important;
    color: #fff !important;
}

.textwrap-left img, img.textwrap-left {
    float: right;
    margin: 5px;
}

.textwrap-right img,img.textwrap-right {
    float: left;
    display:block;
    margin: 5px;
}
/*.textwrap-right:after {
    content:'';
    clear: left;
    display: block;
}*/
.topBorder {
    border-top: thin solid #fff;
}
.noTopBorder {
    background-color:#efefef;
}
.leftBorder {
    border-left: thin solid #fff;
}

.rightBorder {
    border-right: thin solid #fff;
}

.bottomBorder {
    border-bottom: thin solid #CCCCCC;
}

.btn-link {
    color: #f28728;
}

    .btn-link:hover, .btn-link:active {
        color: #007638;
    }

    .panel-green {
        border-color: #007638;
    }
    .panel-green > .panel-heading {
        background-color: #007638;
        border-color: #007638;
        color:white;
    }

        .panel-green .panel-body, .panel-navyblue .panel-body, .panel-orange .panel-body, .panel-red .panel-body, .panel-blue .panel-body, .panel-gold .panel-body, .panel-prod .panel-body {
            padding: 2px;
        }

        .panel-green .panel-heading, .panel-navyblue .panel-heading, .panel-orange .panel-heading, .panel-red .panel-heading, .panel-blue .panel-heading, .panel-gold .panel-heading, .panel-prod .panel-heading {
            padding: 5px;
        }
        .panel-green:hover, .panel-navyblue:hover, .panel-orange:hover, .panel-red:hover, .panel-blue:hover, .panel-gold:hover {
            box-shadow: 0 0 20px gray;
        }

        .panel-green > .panel-heading h6, .panel-navyblue > .panel-heading h6, .panel-orange > .panel-heading h6, .panel-red > .panel-heading h6, .panel-blue > .panel-heading h6, .panel-gold > .panel-heading h6 {
            color: white !important;
        }

    .panel-navyblue {
        border-color: navy;
    }
    .panel-navyblue > .panel-heading {
        background-color: navy;
        border-color: navy;
        color: white;
    }
a.categoryItem:focus, a.categoryItem:hover {
    color: #fff !important;
}
a.categoryItem.side-menu:focus, a.categoryItem.side-menu:hover {
    color: #f28728 !important;
}
/*a:focus, a:hover*/
.panel-orange {
    border-color: #f28728;
}

    .panel-orange > .panel-heading {
        background-color: #f28728;
        border-color: #f28728;
        color: white;
    }

.panel-red {
    border-color: #E32118;
}

    .panel-red > .panel-heading {
        background-color: #E32118;
        border-color: #E32118;

    }
.panel-blue {
    border-color: #008888;
}

    .panel-blue > .panel-heading {
        background-color: #008888;
        border-color: #008888;
    }

.panel-gold {
    border-color: #ffd700;
}

    .panel-gold > .panel-heading {
        background-color: #ffd700;
        border-color: #ffd700;
    }
.filter-blue {
    filter: invert(35%) sepia(63%) saturate(1031%) hue-rotate(140deg) brightness(97%) contrast(101%);
}
img.filter-blue, img.filter-red, img.filter-green, img.filter-navyblue, img.filter-gold,img.filter-purple {
    float: left;
    width: 50px;
    height: 50px;
    margin: 5px;
}
img.filter-orange {
    float: left;
    width: 100px;
    height: 100px;
    margin: 5px;
}
.filter-gold {
    filter: invert(73%) sepia(88%) saturate(1069%) hue-rotate(0deg) brightness(106%) contrast(104%);
}
.filter-red {
    filter: invert(27%) sepia(30%) saturate(5597%) hue-rotate(346deg) brightness(87%) contrast(109%);
}
.filter-navyblue {
    filter: invert(8%) sepia(86%) saturate(6469%) hue-rotate(239deg) brightness(63%) contrast(126%);
}
.filter-green {
    filter: invert(24%) sepia(76%) saturate(1792%) hue-rotate(131deg) brightness(95%) contrast(101%);
}
.panel-body .media {
    margin: 10px;
}

.panel-body .media, .bd {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}

    .panel-body .media .img {
        float: left;
        margin-right: 10px;
    }

        .panel-body .media .img img {
            display: block;
        }

    .panel-body .media .imgExt {
        float: right;
        margin-left: 10px;
    }


.text-orange {
    color: #f28728;
}
.text-green {
    color: #007638;
}
@media screen {
    #printHeader {
        display: none;
    }
}
    @media print {
        #printPageButton, #editbutton-container, #pageBreadcrumb, #pageHeader {
            display: none;
        }

        #printHeader {
            display: block;
        }

        #overall-wrap {
            margin-top: 32px;
            /*margin-bottom: -120px;*/
        }
    }

.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index:50;
}

    .cookie-banner .close {
        height: 20px;
        background-color: red;
        border: none;
        color: white;
        border-radius: 2px;
        cursor: pointer;
    }

.li-pager{
    
}
.CroppedImage img.cropped{
    max-width:100%;
    border-radius:0 !important;
    /*margin:4px;*/
}
.cropped.pull-right{
    margin-left:1rem;
}
.cropped.pull-left{
    margin-right:1rem;
}
.twitter-timeline{
    color:white;
    background:0 0;
    background-color:transparent;
}
.list-popups div.checkbox{
    padding-right:24px;
}
.popup-help {
    position: absolute;
    top: 2px;
    right:0px;
}

/*button anchor spinner*/
@@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

@@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

div.signedinas {
    display: inline-block;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 21px;*/
    vertical-align: bottom;
}

a.signout {
    text-decoration: underline !important;
}

.text-light-orange {
    color: #FFE6CC;
}

img{max-width:100%;}

@media screen and (min-width:400px) {
    .popover {
        max-width: 350px;
    }
}

@media screen and (max-width:399px) {
    .popover {
        max-width: 250px;
    }
}

/*  Container padding  */
.padding-top-10{
    padding-top:10px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.imagelinktext {
    margin-bottom: 20px;
}
.side-menu-container{
    border:1px solid lightgray;
    padding-left:6px;
    padding-right:6px;
}
    .side-menu-container p, .side-menu-container h6 {
        font-size: 14px !important;
        padding: 0 6px 0 6px;
        margin-bottom: 1px !important;
        margin-top: 1px;
        line-height: 1.7 !important;
    }
    .side-menu-container h6 {
        text-decoration: underline;
        font-weight: 400 !important;
    }
        .side-menu-container p a {
            font-weight: 400 !important;
        }
        .side-menu-container h4 {
            border-bottom: 1px solid lightgray;
            margin-bottom: 0px;
            padding-bottom: 10px;
        }

h2[id]::before {
    content: '';
    display: block;
    height: 175px;
    margin-top: -175px;
    visibility: hidden;
}
tr.disabled{
    color:orangered;
}

#sagepayiframecontainer {
    background-image: url('/css/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 32px;
    min-width: 32px;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
}

.test-colour{
    background-color:red;
}


.declaration dt {
    overflow: unset !important;
    text-overflow: unset !important;
    white-space: normal !important;
}