﻿.form-control {
    font-family: HelveticaNeueLTStd-Roman;
    display: block;
    width: 100%;
    height: 24px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
    background-color: #f0f2ea;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #F26F21;
}

.form-control:focus {
    color: #495057;
    background-color: #f0f2ea;
    border: 1px solid #F26F21;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ced4da;
}

requiredAstric{
    position: relative;
    top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: red
}

h14muted, .h14muted {
    font-family: HelveticaNeueLTStd-Roman;
    color: #6c757d !important;
    line-height: 1.2;
}

/*14px BOLD WhoWeAre*/
h14bold, .h14bold {
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Roman;
    margin-bottom: 0px;
}

/*14px RED BOLD Browse*/
h14red, .h14red {
    font-size: 12px;
    font-family: HelveticaNeueLTStd-Roman;
    color: #8e0f02;
}

.validation-summary-valid {
    display: none;
}

section table td {
    color: #606551;
    font-size: 12px;
    line-height: 1.1em;
}

section table th {
    color: #606551;
    font-size: 12px;
    line-height: 1.1em;
    font-weight: bold;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Th';
    src: url('../fonts/helveticaneueltstd-th.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Md';
    src: url('../fonts/helveticaneueltstd-md.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Roman';
    src: url('../fonts/helveticaneueltstd-roman.otf');
    font-weight: normal;
    font-style: normal;
} 

.font_Bd {
    font-family: HelveticaNeueLTStd-Bd;
}
.font_Lt {
    font-family: HelveticaNeueLTStd-Lt;
}
.font_Th {
    font-family: HelveticaNeueLTStd-Th;
}
.font_Md {
    font-family: HelveticaNeueLTStd-Md;
}
.roman {
    font-family: HelveticaNeueLTStd-Roman;
}


td.break {
    /* Be VERY careful with this, breaks normal words wh_erever */
    word-break: break-all;
}

div.submit.step2 form.diss div.diss_haveread label {
    float: right;
    width: 430px;
    line-height: 1em;
    color: #606551;
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Bd;
    margin-bottom: 25px;
}


label {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 12px;
    color: #606551;
}

aside article.long div.block {
    min-height: 0px;
    margin-left: 15px;
}

aside article div.block.book {
    padding-left: 0;
}

article.long li b {
    color: #A2A490;
}

textarea {
    background: url(../images/input-bg.png) repeat-x top;
    background-color: #eff1e9;
    /*width: 375px;*/
    min-height: 26px;
    line-height: 1;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /*-ms-border-radius: 5px;*/
    border-radius: 5px;
    font-family: HelveticaNeueLTStd-Lt, Arial;
    color: #7F846B;
    font-size: 12px;
}

.comment {
    color: #B5BD9C;
    font-size: 12px;
    line-height: 1.2em;
    font-family: HelveticaNeueLTStd-Roman, Arial;
}

article.cost {
    margin-bottom: 25px;
}

    article.cost h2 {
        color: #7F846B;
        margin-bottom: 5px;
    }

        article.cost h2 span {
            color: #F26F21;
            float: right;
        }

    article.cost span.red {
        font-family: HelveticaNeueLTStd-Bd;
        font-weight: normal !important;
    }

ul.red_arr {
    margin-bottom: 10px;
}

article.cost li {
    font-size: 1.09em;
    line-height: 1.2em;
}

article.cost ul {
    margin-bottom: 10px;
}

    article.cost ul li {
        margin: 3px 0;
    }

article.cost p {
    font-size: 1.09em;
}

ul.red_arr li {
    line-height: 1.2em;
    margin: 3px 0;
    background: url(../images/li_cost_bg.png) no-repeat 0 3px;
    padding-left: 15px;
}

article.cost div.cover {
    float: left;
    width: 220px;
    margin: 0px 25px 15px 25px;
    text-align: center;
}

    article.cost div.cover img {
        width: 80px;
        height: 115px;
        margin: 0 auto;
    }

    article.cost div.cover.cover_large img {
        width: 180px;
        height: 238px;
    }

div.submit fieldset span.cost {
    float: right;
    color: #F26F21;
    font-size: 15px;
    text-transform: uppercase;
    font-family: HelveticaNeueLTStd-Md, Arial;
}

ul.horizontal {
    display: inline-block;
}

ul.horizontal li {
    display: inline;
}

ul.horizontal li a {
    display: inline-block;
}

nav.footnav ul {
    /*    float: right;
    position: relative;
    bottom: 0;*/

}

nav.footnav a {
    text-decoration: none;
    color: #A2A490;
    font-size: 14px;
    font-family: HelveticaNeueLTStd-Roman, Arial;

}

    nav.footnav a:hover {
        color: #606551;
        text-decoration: underline;
    }

    nav.footnav a.active {
        color: #606551;
        font-family: HelveticaNeueLTStd-Md, Arial;
    }

        nav.footnav a.active:hover {
            text-decoration: none;
            cursor: default;
        }

nav.footnav li {
    border-left: 1px solid #F26F21;
    padding: 0 5px;
}

    nav.footnav li:first-child {
        border-left: none;
        padding-left: 0;
    }

.orng {
    font-size: 13px;
    color: #F26F21;
    text-decoration: none;
}

.orng14_link {
    font-size: 14px;
    color: #F26F21;
    text-decoration: underline;
}

a.orng14_link:hover {
    text-decoration: none;
}

.orng11 {
    font-size: 12px;
    color: #F26F21;
    text-decoration: none;
}

a.orng_Alink {
    font-size: 13px;
    color: #F26F21;
    text-decoration: underline;
}

.orng_link {
    font-size: 13px;
    color: #F26F21;
    text-decoration: underline;
}

a.orng_link:hover {
    color: #F26F21;
    text-decoration: none;
}

.orng_link11 {
    font-size: 12px;
    color: #F26F21;
    text-decoration: underline;
}

a.orng_link11:hover {
    color: #F26F21;
    text-decoration: none;
}

.orngBgClr {
    background-color: #F26F21;
}

    .orngBgClr:hover {
        background-color: #F26121;
        cursor: pointer;
    }

.tanBgClr {
    background-color: #c3caaf;
    color: white;
}

    .tanBgClr:hover {
        background-color: #b5bd9c;
        cursor:pointer;
    }

.h2pad {
    margin-bottom: 15px;
    padding: 3px 15px 0px 15px;
    color:white;
}

ul {
    padding-inline-start: 0px;
}

ul.red_arr li {
    line-height: 1.2em;
    margin: 3px 0;
    background: url(../images/li_cost_bg.png) no-repeat 0 3px;
    padding-left: 15px;
    list-style: none;
}



.h1, h1 {
    font-size: 26px;
    color: white;
    margin-bottom: 0px;
}

.h2, h2 {

    font-size: 18px;
    line-height: 1em;
    font-family: 'HelveticaNeueLTStd-Md', Arial;
    color: #606551;
    padding-bottom: 3px;
}

.h3, h3 {
    float: left;
    font-size: 12px;
    color: rgb(96, 101, 81);

    margin-bottom: 5px;
    font-family: HelveticaNeueLTStd-Roman, ​Arial;
}

/*h2 {
    font-family: 'HelveticaNeueLTStd-Th';
    font-size: 18px;
    line-height: 1.1em;
    font-weight: normal;
}*/

.pTxt {
    color: #606551;
    font-size: 13px;
    line-height: 1.2;
}

.dissTxtClr {
    color: #606551;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0px;
}

.book_thumb_block {
    line-height: 1;
    height: 110px;
    border-left: 1px solid #7F846B;
    margin-left: 10px;
    padding-bottom: 0px;
    padding-top: 10px;
}

.author_block {
    margin-left: 0px;
    margin-top: 10px;
    color: #7F846B;
    font-family: HelveticaNeueLTStd-Lt, Arial;
    font-size: 12px;

/*    display: inline-block;
    align-self: flex-end;*/
}

.book_block {
    margin-left: 0px;
    margin-top: 0px;
    color: #7F846B;
    font-family: 'HelveticaNeueLTStd-Md',Arial;
    font-size: 16px;
    line-height: 1em
}

a.book-img {
    background: url(../images/a_book_img-bg.png) no-repeat;
    width: 70px;
    padding: 2px 8px;
  /*  margin-bottom: 8px;*/
    margin-right: 15px;
    height: 100px;
    display: inline-block;
    float: left;
}

    a.book-img img {
        width: 70px;
        height: 100px;
        vertical-align: middle;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

section div.section_header {
    height: 21px;
    padding-left: 15px;
    margin-bottom: 17px;
    background: #b5bd9c;
}

    section div.section_header.red {
        background: #F26F21;
    }

    section div.section_header h2 {
        font-family: HelveticaNeueLTStd-Th, Arial;
        line-height: 21px;
        color: #fff;
    }

section div.book_info_cover {
    width: 190px;
    margin-right: 10px;
    float: left;
    position: relative;
}

    section div.book_info_cover img {
        width: 180px;
        height: auto;
    }

    section div.book_info_cover a {
        position: absolute;
        bottom: 7px;
        right: 1px;
        width: auto;
        height: 20px;
        line-height: 11px;
        display: inline-block;
        background: url(../images/orange-line.png) no-repeat top right;
        color: #fff;
        padding: 0 12px 0 6px;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
    }

section div.book_info_details {
    max-width: 320px;
    float: left;
}

    section div.book_info_details p.book_title {
        color: #606551;
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 0;
        font-family: HelveticaNeueLTStd-Md, Arial;
    }

        section div.book_info_details p.book_title.subheader {
            color: #A2A490;
            margin-bottom: 5px;
        }

    section div.book_info_details p.book_author {
        color: #606551;
        font-size: 1.27em;
        line-height: 1.2;
        font-family: HelveticaNeueLTStd-Lt, Arial;
        margin-bottom: 15px;
    }

    section div.book_info_details a {
        color: #606551;
        text-decoration: none;
    }

    section div.book_info_details .book_type {
        margin-top: 1em;
    }

    section div.book_info_details a:hover {
        text-decoration: underline;
    }

    section div.book_info_details div.book_type a {
        color: #A2A490;
        text-decoration: none;
        display: inline-block;
        height: 18px;
      /*  line-height: 18px;*/
        padding-left: 22px;
        margin-right: 8px;
        margin-bottom: 20px;
    }

    section div.book_info_details div.book_type a:hover {
        text-decoration: underline;
    }

    section div.book_info_details a.paper {
        background: url(../images/a_paper-bg.png) no-repeat 0 0;
    }

    section div.book_info_details a.ebook {
        background: url(../images/a_ebook-bg.png) no-repeat 0 0;
    }


section table.table_info th {
    padding-right: 8px;
}

section div.book_info {
    margin-bottom: 22px;
}

.custom-file-label {
    background: url(../images/input-bg.png) repeat-x top;
    border-radius: 5px;
    padding-left: 5px;
    cursor: pointer;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 60px;
        z-index: 3;
        display: block;
        height: calc(1.5em + 0.75rem);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: inherit;
        /*border-radius: 0 0.25rem 0.25rem 0;*/
        border-radius: 0px 0px !important;
        cursor: pointer !important;
    }

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
    padding-left: 10px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.selectDD {
    background: url(../images/input-bg_32.png) repeat-x top;
    /*width: 375px;*/
    height: 26px;
    line-height: 24px;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* -ms-border-radius: 5px;*/
    border-radius: 5px;
    padding: 0 5px;
    font-family: HelveticaNeueLTStd-Lt, Arial;
    color: #7F846B;
    
}

.book_title {
    color: #606551;
    font-family: 'HelveticaNeueLTStd-Md', Arial;
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.book_description{
    font-size: 12px;
    line-height: 1.1;
}

.h-details {
    font-size: 14px;
    font-family: 'HelveticaNeueLTStd-Md',Arial;
    color: #7F846B;
    line-height: 0.9em;
    margin-top: 10px;
}
.book_title subheader {
    color: #A2A490;
}
.book_info_details {
    display: block;
    min-width: 250px;
    padding: 15px 10px 10px 0px;
    line-height: 1.1;
}
.winner_container {
    position: relative;
    top: 25px;
    margin-bottom: 0px;
    padding: 5px;
    background-color: #c3caaf;
    color: white;
}
.winner {
    padding-left: 10px;
    margin-top: 25px;
    background-color: #F26F21;
    color: white;
    display: block;
}
.winner_author {
    font-size: 22px;
    color: #666566;
    font-family: helveticaneueltstd-md,Arial;
    padding-left: 10px;
    line-height: 1.1;
    white-space: nowrap
}
.winner_university {
    font-family: 'HelveticaNeueLTStd-Lt', Arial;
    font-size: 14px;
    color: #606551;
    line-height: 1.1;
    padding-left: 10px;
}
.institute_block {
    line-height: 1.1;
    color: #7F846B;
    font-family: 'HelveticaNeueLTStd-Roman',Arial;
    font-size: 12px;
}
.form-control {
    background: url(../images/input-bg_32.png) repeat-x top;
    height: 26px;
    padding: 0 5px;
}

.btnSubmitLight {
    background: url(../images/btn1-bg.png) repeat-x top;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    font-family: HelveticaNeueLTStd-Lt, Arial;
    color: #7F846B;
    font-size: 12px;
}
    .btnSubmitLight:hover {
        background: url(../images/btn1_hover-bg.png) repeat-x top;
        color: #606551;
        cursor: pointer;
    }


input[type="text"] {
    background: url(../images/input-bg.png) repeat-x top;
  /*  width: 375px;*/
    height: 26px !important;
    line-height: 1;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   /* -ms-border-radius: 5px;*/
    border-radius: 5px;
    padding: 0 10px;
    font-family: HelveticaNeueLTStd-Lt, Arial;
    color: #7F846B;
    font-size: 14px;
}

    input[type="text"]:disabled {
        background: url(../images/input_dis-bg.png) repeat-x top;
        border: 1px solid #c4cab0;
    }


div.head-search input[type="text"] {
    /*width: 430px;*/
    float: left;
    margin-right: 10px;
}

div.main div.head-search input[type="text"] {
    /*width: 600px;*/
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background: url(/images/input-bg1.png) repeat-x top;
}

input[type="submit"], button[type="submit"] {
   /* background: url(/images/btn1-bg.png) repeat-x top;*/
    height: 26px;
    line-height: 1;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   /* padding: 0 10px;*/
    /*padding-bottom: 1px;*/
    font-family: HelveticaNeueLTStd-Lt, Arial;
    color: #7F846B;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

    input[type="submit"]:hover {
        color: #606551;
        
    }


.btnSubmit {
    position: relative;
    background: url(../images/btn1-bg.png) repeat-x top;
    height: 24px;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    font-family: 'HelveticaNeueLTStd-Lt', Arial;
    color: #7F846B;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

    .btnSubmit:hover {
        background: url(../images/btn1_hover-bg.png) repeat-x top;
        color: #484a3f !important;
        
        text-decoration: none;
    }


.btnSubmitOrng {
    position: relative;
    background: url(../images/btn_red-bg.png) repeat-x top !important;
    height: 26px;
    text-decoration: none;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    font-family: 'HelveticaNeueLTStd-Lt', Arial;
    /*color: #7F846B;*/
    color: #484a3f !important;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    font-size: 16px !important;
}

.btnSubmitOrng:hover {
    background: url(../images/btn_red-bg_flip.png) repeat-x top !important;
    color: yellow;
    /*color: #292a24 !important;*/
    text-decoration: none;
}

.btnSubmitOrngFat {
    position: relative;
    background: url(../images/btn_red-bgFat.png) repeat-x top !important;
    height: 30px !important;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #bac2a3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px;
    font-family: 'HelveticaNeueLTStd-Lt', Arial;
    /*color: #7F846B;*/
    color: #484a3f !important;
    cursor: pointer;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    font-size: 18px !important;
}

    .btnSubmitOrngFat:hover {
        background: url(../images/btn_red-bg_flipFat.png) repeat-x top !important;
        /*color: #292a24 !important;*/
        color: white !important;
        /*text-decoration: none;*/
    }

.red {
    color: #F26F21;
}

.text-dark {
    color: #A2A490 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

div.head-search {
    margin-bottom: 12px;
}

div.main div.head-search {
    margin-bottom: 5px;
}

    div.main div.head-search span {
        float: left;
        font-family: HelveticaNeueLTStd-Md, Arial;
        font-size: 1.64em;
        line-height: 40px;
        color: #7F846B;
        margin: 0 15px;
    }

div.head-search input[type="text"] {
   /* width: 430px;*/
    float: left;
    margin-right: 10px;
}

div.main div.head-search input[type="text"] {
    /*width: 600px;*/
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    background: url(../images/input-bg1.png) repeat-x top;
}

div.head-search button[type="submit"] {
    width: 76px;
    float: left;
    position: relative;
}

div.main div.head-search_find p {
    color: #A2A490;
    font-size: 1.27em;
    line-height: 1.2em;
    font-family: HelveticaNeueLTStd-Roman, Arial;
/*    -webkit-text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    -moz-text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
    -ms-text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);*/
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1);
}

div.main div.head-search_find a {
    color: #A2A490;
    text-decoration: none;
    border-bottom: 1px dotted #A2A490;
}

    div.main div.head-search_find a:hover {
        color: #606551;
        border-bottom: none;
    }

div.main div.head-search input[type="submit"] {
    width: 141px;
    padding: 0;
    height: 42px;
    border: none;
    font-family: HelveticaNeueLTStd-Lt, Arial;
    font-size: 2.19em;
    line-height: 40px;
    /*background: url(../images/head_search_main_sub.png) no-repeat top;*/
}

aside.grid_3.alpha.omega {
    width: 230px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.container_12 .grid_7 {
    width: 540px;
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: helveticaneueltstd-roman, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    margin: 0;
    font-family: HelveticaNeueLTStd-Roman, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #F0F2EB;
    margin-bottom: 60px;
}

html {
    font-family: HelveticaNeueLTStd-Roman, Arial, sans-serif;
    line-height: 1.15;
    font-size: 14px;
    position: relative;
    min-height: 100%;
    /*    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
    /*"Helvetica Neue"*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background-color: #F0F2EB;
}

.nav-link {
    display: block;
    /*    padding-right: 0.5rem 1rem;
    padding-left: 0.5rem 1rem;*/
    padding-top: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
    
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0.4rem;
}

.nav-link:hover, .nav-link:focus {
   /* text-decoration: underline;*/
   color: #fff;
}

/* Provide sufficient contrast against white background */
a {
    color: #f26f21;   
}

.gray14 {
    color: #7F846B;
    font-size: 14px;
    /* padding-left: 10px;*/
    
}


.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.form-control::-webkit-input-placeholder {
    color: #bfc3c7;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #bfc3c7;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #bfc3c7;
    opacity: 1;
}

.form-control::placeholder {
    color: #bfc3c7;
    opacity: 1;
}

.selectOrng {
    background-color: #F26F21;
    color: white;
    border: none;
    border-bottom: solid 1px white;

}

input,
button,
select,
optgroup,
textarea {
    font-size: 14px !important;
    height: 26px;
}

.gbyFix {
    height: 26px;
}
.gregs-search-icon {
    background-image: url('../images/ha');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.validation-summary-valid {
    display: none;
}

.hrBottom {
    border-bottom: 2px solid #D3D8DB;
}

.payBdr {
    border: 1px solid #B5BD9C;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 12px 0 12px;
    margin-bottom: 20px;
    overflow: hidden;
}

.checkboxArea {
    /*background: url('../images/radio_unchecked.png') no-repeat 0 0px;*/
    background-image: url('../images/radio_unchecked.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.checkboxAreaChecked {
    /*background: url('../images/radio_checked.png') no-repeat 0 0px;*/
    background: url('../images/radio_checked.png');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    display: none;
}

/* Cookie footer notice */
.cookie-footer-notice {
    background: #b5bd9c;
    border-top: 1px solid #ffeeba;
    font-size: 12px;
    width: 100%;
    z-index: 999;
}
.cookie-footer-inner {
    padding: 8px 12px;
}
.cookie-footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: left;
    align-items:flex-start;
    text-align: left;
}





