html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: normal .80em 'trebuchet ms', arial, sans-serif;
    background: #FFF;
    color: #555;
}

p {
    padding: 0 0 20px 0;
    line-height: 1.7em;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #A21FA2;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
}

h1,
h2,
h3 {
    font: normal 170% 'century gothic', arial;
    margin: 0 0 15px 0;
    padding: 15px 0 5px 0;
}

h2 {
    font-size: 160%;
    padding: 9px 0 5px 0;
}

h3 {
    font-size: 140%;
    padding: 5px 0 0 0;
}

h4,
h6 {
    color: #009FBC;
    padding: 0 0 5px 0;
    font: normal 110% arial;
    text-transform: uppercase;
}

h5,
h6 {
    color: #888;
    font: normal 95% arial;
    letter-spacing: normal;
    padding: 0 0 15px 0;
}

a,
a:hover {
    outline: none;
    text-decoration: underline;
    color: #009FBC;
}

a:hover {
    text-decoration: none;
}

blockquote {
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul {
    margin: 2px 0 22px 17px;
}

ul li {
    /* list-style-type: circle; */
    margin: 0 0 6px 0;
    padding: 0 0 4px 2px;
    line-height: 1.5em;
}

ol {
    margin: 8px 0 22px 20px;
}

ol li {
    margin: 0 0 11px 0;
}

.left {
    float: left;
    width: auto;
    margin-right: 10px;
}

.right {
    float: right;
    width: auto;
    margin-left: 10px;
}

.center {
    display: block;
    text-align: center;
    margin: 20px auto;
}

#main,
#logo,
#menubar,
#site_content,
#footer {
    margin-left: auto;
    margin-right: auto;
}

#header {
    background: #555;
    border-bottom: 2px solid #555;
}

#banner {
    background: transparent url(banner.jpg) no-repeat;
    width: 870px;
    height: 180px;
    margin-bottom: 20px;
    border: 5px solid #A21FA2;
}

#logo {

    padding-left: 20px;
    position: relative;
    height: 140px;
    background: transparent;
}



#logo h1,
#logo h2 {
    font: normal 300% 'century gothic', arial, sans-serif;
    border-bottom: 0;
    text-transform: none;
    margin: 0 0 0 9px;
}

#logo_text h1,
#logo_text h1 a,
#logo_text h1 a:hover {
    height: 146px;
    color: #FFF;
    letter-spacing: 0.1em;
    text-decoration: none;
}

#logo_text h1 a .logo_colour {
    color: #A21FA2;
}

#logo_text a:hover .logo_colour {
    color: #FFF;
}

#logo_text h2 {
    font-size: 120%;
    padding: 4px 0 0 0;
    color: #FFF;
}

#menubar {
    width: 880px;
    height: 46px;
}

ul#menu {
    float: right;
    margin: 0;
}

ul#menu li {
    float: left;
    padding: 0 0 0 9px;
    list-style: none;
    margin: 1px 2px 0 0;
    background: transparent;
}

ul#menu li a {
    font: normal 100% 'trebuchet ms', sans-serif;
    display: block;
    float: left;
    height: 30px;
    padding: 6px 35px 5px 28px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: transparent;
}

ul#menu li.selected a {
    height: 30px;
    padding: 6px 35px 5px 28px;
}

ul#menu li.selected {
    margin: 1px 2px 0 0;
    background: #F8EC46;
}

ul#menu li.selected a,
ul#menu li.selected a:hover {
    background: #F8EC46;
    color: #FFF;
}

ul#menu li a:hover {
    color: #FFF;
    background: #F8EC46;
}

#site_content {
    width: 880px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding: 0 0 10px 0;
}

#sidebar_container {
    float: right;
    width: 224px;
}

.sidebar_top {
    width: 222px;
    height: 14px;
    background: transparent url(side_top.png) no-repeat;
}

.sidebar_base {
    width: 222px;
    height: 14px;
    background: url(side_base.png) no-repeat;
}

.sidebar {
    float: right;
    width: 222px;
    padding: 0;
    margin: 0 0 16px 0;
}

.sidebar_item {
    background: url(side_back.png) repeat-y;
    padding: 0 15px;
    width: 192px;
}

.sidebar li a.selected {
    color: #444;
}

.sidebar ul {
    margin: 0;
}

#content {
    text-align: left;
    width: 620px;
    padding: 0 0 0 5px;
    float: left;
}

#content ul {
    margin: 2px 0 22px 0px;
}

#content ul li,
.sidebar ul li {
    list-style-type: none;
    background: url(bullet.png) no-repeat;
    margin: 0 0 0 0;
    padding: 0 0 4px 25px;
    line-height: 1.5em;
}

#footer {
    width: 100%;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 100%;
    padding: 28px 0 5px 0;
    text-align: center;
    background: #555;
    border-top: 2px solid #555;
    color: #FFF;
    position: sticky;
    top: 100%;
}

#footer p {
    line-height: 1.7em;
    padding: 0 0 0px 0;
    margin-bottom: 0px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #FFF;
    text-decoration: none;
}

.search {
    color: #5D5D5D;
    border: 1px solid #BBB;
    width: 134px;
    padding: 4px;
    font: 100% arial, sans-serif;
}

.form_settings {
    margin: 15px 0 0 0;
}

.form_settings p {
    padding: 0 0 4px 0;
}

.form_settings span {
    float: left;
    width: 200px;
    text-align: left;
}

.form_settings input,
.form_settings textarea {
    padding: 5px;
    width: 299px;
    font: 100% arial;
    border: 1px solid #E5E5DB;
    background: #FFF;
    color: #47433F;
}

.form_settings .submit {
    font: 100% arial;
    border: 0;
    width: 99px;
    margin: 0 0 0 212px;
    height: 33px;
    padding: 2px 0 3px 0;
    cursor: pointer;
    background: #A21FA2;
    color: #FFF;
}

.form_settings textarea,
.form_settings select {
    font: 100% arial;
    width: 299px;
}

.form_settings select {
    width: 310px;
}

.form_settings .checkbox {
    margin: 4px 0;
    padding: 0;
    width: 14px;
    border: 0;
    background: none;
}

.separator {
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

/* table
{ margin: 10px 0 30px 0;}

table tr th, table tr td
{ background: #A21FA2;
  color: #FFF;
  padding: 7px 4px;
  text-align: left;}

table tr td
{ background: #E5E5DB;
  color: #47433F;
  border-top: 1px solid #FFF;} */

.page-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 20px 0 0 0;
}

.page-header>h1 {
    color: #0d223f;
    font-size: 24px;
    font-weight: bold;
}

.page-header>h2 {
    color: #0d223f;
    font-size: 32px;
    font-weight: bold;
}

ul.accordion {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none !important;
    border: 1px solid #ddd;
}

ul.accordion li {
    padding: 0px !important;
    margin-bottom: 0px;
    list-style-type: none !important;
}

.accordion li .p {
    display: none;
    padding: 20px;
}

.accordion .a {
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    background-color: #E5E5E5;
}

.accordion .p {
    padding: 20px;
}

.accordion .active {
    background-color: #0D223F;
    color: #fff !important;
}

.set {
    position: relative;
    width: 100%;
    height: auto;

    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 5px;
}

.set>a {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    font-weight: 600;
    font-size: 16px;
}

.set>a i {
    font-size: 16px;
    color: #0D223F;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 22px;
}
.set > a:hover {
    text-decoration: none; /* Ensures underline is removed on hover */
  }

.set>a.active i {
    transform: rotate(180deg);
}

.set>a i {
    transition: transform 0.3s ease;
}


.accordion-content {
    background-color: #fff;
    display: none;
    margin: 40px 20px 20px 20px;
}

.accordion-content ol {
    padding: 20px;
}

.faq-search-container {
    position: relative;
}

.faq-search-container .fa-search {
    position: absolute;
    top: 15px;
    left: 12px;
    right: 10px;
    color: #9c9393;
}

.faq-search {
    width: 100%;
    padding: 13px;
    margin-bottom: 20px;
    padding-left: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
}

.contact-buttons button {
    border-radius: 2px 2px 0 0;
    color: #646464;
    padding: 15px 25px;
    border: 1px solid #919191;
    background-color: #fff;
    outline: 0;
    font-size: 19px;
}

.contact-buttons button:hover {
    background-color: #b29042;
    color: #fff;
}

.contact-buttons button:focus {
    background-color: #b29042;
    color: #fff;
}

#phone,
#default,
#email {
    margin-top: 4rem;
}

#default p,
#phone p {
    margin-bottom: 0px;
}

.btn-black {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 0px !important;
    font-weight: bold !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.small-text {
    font-style: italic;
    color: #646466;
    font-size: 13px;
}

.text-bold {
    font-weight: bold;
    color: #b29042;
    font-size: 26px;
}

.grey-bg {
    background-color: #F5F5F5;
    padding: 15px;
}

.grey-d-bg {
    background-color: #DDDDDD;
    height: 20px;
}

.dark-bg-customerinfo,
.dark-bg-proofofpurchase,
.dark-bg-rebateselection,
.dark-bg-finalcustomerinfo,
.dark-bg-reviewandsubmit {
    background-color: #0D223F;
    height: 20px;
    position: relative;
}

.dark-bg-customerinfo {
    width: 15%;
}

.dark-bg-proofofpurchase {
    width: 25%;
}

.dark-bg-rebateselection {
    width: 40%;
}

.dark-bg-finalcustomerinfo {
    width: 60%;
}

.dark-bg-reviewandsubmit {
    width: 100%;
}

.dark-bg-customerinfo:after,
.dark-bg-proofofpurchase:after,
.dark-bg-rebateselection:after,
.dark-bg-finalcustomerinfo:after,
.dark-bg-reviewandsubmit:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #0D223F;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}

.page-content ul {
    padding-left: 2rem;
}

.page-content ul li {
    list-style-type: disc;
}

input[type=radio] {
    background-color: transparent !important;
    height: 15px;
    width: 15px;
}

.golden-text {
    color: #b29042;
    ;
}

table th,
table td {
    border: 0px !important;
}

table thead {
    border-bottom: 1px solid;
}

.has-error .form-error {
    color: black;
    /*background-color: #acf;*/
}
