/****Gray Footer*****/
.gray-footer {
    background: url(../images/gray-footer-bg.png) repeat-x center top !important;
    height: 121px !important;
}

.footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 0px 0;
    font-family: calibri, Tahoma, Geneva, sans-serif;
}

.f-t-y {
    float: right;
    margin: 25px 0 0 130px;
}

.footer-menu {
    clear: both;
    margin: 20px 0 0 0;
    padding: 0px;
    color: #111;
    font-size: 11px;
    *float: left;
    float: left \9;
    width: 100%;
}

.footer-menu a {
    color: #111;
}

.footer-menu a:hover {
    color: #952405;
    text-decoration: underline;
}

.footer-menu ul {
    list-style-type: none;
    float: left;
}

.footer-menu ul li {
    float: left;
}

.footer-menu ul li a {
    color: #111;
    font-family: 'Swis721CnBTRoman', arial, serif;
    font-size: 13px;
    margin: 0px 8px 0 5px;
}

.footer-menu ul li a:hover {
    color: #952405;
    text-decoration: none;
}

/****Green Footer*****/
.green-footer {
    background: url(../images/green-footer.png) repeat-x center top !important;
    height: 121px !important;
}

.orange-footer {
    background: url(../images/footer-org.png) repeat-x center top !important;
    height: 121px !important;
}

.blue-footer {
    background: url(../images/footer-blue.png) repeat-x center top !important;
    height: 121px !important;
}

.organic-footer {
    background: url(../images/organic-footer-bg.png) repeat-x center top !important;
    height: 121px !important;
}

h1 {
    font-family: 'Covington Cond';
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 10px 0;
}

h2 {
    font-family: 'Covington Cond';
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.thumb1 {
    float: left;
    margin: 0 20px 0 0;
}

.thumb-rhs {
    float: right;
    margin: 0 0 0 30px;
}

.management ul,
.csr ul {
    list-style-type: none;
    clear: both;
    margin: 0;
    padding: 0;
}
/*.management ul {
    display: column;
    columns: 2;
    padding: 2rem;
    gap: 1rem;
}
@supports (grid-template-rows: masonry) {
    .management ul .main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: masonry;
        align-items: start;
        align-tracks: stretch;
    }
}*/

.management ul li,
.csr ul li {
    float: left;
    margin: 0 25px 25px 0;
    padding: 0;
    width: 398px;
}

.csr ul li a {
    text-decoration: underline;
}

.csr ul li a:hover {
    text-decoration: none;
}

.management ul li a {
    float: left;
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #B8272A;
    line-height: 20px;
    padding: 0 12px;
    margin: 10px 14px 0 0;
}

.management ul li a:hover {
    color: #fff;
    background-color: #952224;
}

.management ul li span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #851c1f;
}

.management ul li div {
    display: block;
    height: 160px;
    width: 267px;
    float: right;
    position: relative;
}

.management.senior-management-main li {
    width: 100%;
}
.management.senior-management-main ul li div {
    width: 500px;
    line-height: 20px;
}
.management.senior-management-main ul li div h5 {
    font-size: 17px;
    margin-bottom: 5px;
}

.pbt {
    position: absolute;
    margin: -3px 0px 0 6px;
}

ol.management01 {
    list-style-type: none;
    display: block;
}

ol.management01 li {
    float: left;
    width: 285px;
    width: 280px \9;
    margin-bottom: 8px;
}

.csr ul li ul {
    list-style-type: none;
    font-size: 16px;
}

.csr ul li ul li {
    border-bottom: 1px dashed #be6c00;
    padding-bottom: 25px;
}

.csr ul li ul li div {
    width: 288px;
    float: right;
}

.creatives ul,
.creatives01 ul {
    list-style-type: none;
    clear: both;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
}

.creatives ul li,
.creatives01 ul li {
    float: left;
    margin: 0 25px 18px 0;
    padding: 2px;
    width: 110px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5C46F', endColorstr='#D12A2F');
    /* for IE */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5C46F), to(#F5C46F), color-stop(.5, #D12A2F));
    background: -moz-linear-gradient(top, #F5C46F, #D12A2F, #F5C46F);
    /* for firefox 3.6+ */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.creatives01 ul li {
    margin-right: 28px;
    margin-right: 25px \9;
}

section.creatives01:first-child h2 {
    margin-top: 2px;
}

.creatives01 h2 {
    font-size: 17px;
    background-color: rgba(215, 66, 47, 0.8);
    background-color: #d7422f \9;
    padding: 5px 5px;
    color: #fff;
    border-bottom: 1px dashed #ef961a;
    margin: 10px 0 15px;
}

.creatives01 ul li img {
    width: auto !important;
    left: 0px !important;
}

.creatives ul li a img {
    margin: 0px;
    padding: 0px;
    display: block;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.creatives01 ul li {
    width: 138px;
    font-size: 16px;
    margin-bottom: 16px;
    display: table;
}

.creatives01 ul li span {
    display: block;
    background: #FFF;
    padding: 2px 4px 1px 4px;
    min-height: 36px;
}

.creatives ul li:hover,
.creatives01 ul li:hover {
    -moz-box-shadow: 0px 0px 15px #333;
    box-shadow: 0px 0px 15px #333;
    -webkit-box-shadow: 0px 0px 15px #333;
}

ul.certifications {
    list-style-type: none;
    float: right;
    width: 400px;
}

ul.certifications li {
    float: left;
    margin: 0 18px 15px 0;
}

ul.certifications li strong {
    display: block;
    font-family: 'Swis721CnBTRoman';
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    width: 112px;
    line-height: 16px;
}

ul.certifications li img {
    padding: 2px;
    background: #999;
    /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5C46F', endColorstr='#D12A2F');
    /* for IE */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5C46F), to(#F5C46F), color-stop(.5, #D12A2F));
    background: -moz-linear-gradient(top, #F5C46F, #D12A2F, #F5C46F);
    /* for firefox 3.6+ */
}

/* rotator in-page placement */
div#rotator,
div#rotator1,
div#rotator2 {
    position: relative;
    margin: 0 0 0 0px;
    float: right;
}

/* rotator css */
div#rotator ul li,
div#rotator1 ul li,
div#rotator2 ul li {
    float: left;
    position: absolute;
    list-style: none;
    background: none;
    padding: 0px;
    margin: 0px;
    width: 420px;
}

/* rotator image style */
div#rotator ul li img,
div#rotator1 ul li img,
div#rotator2 ul li img {
    padding: 0px;
}

div#rotator ul li.show,
div#rotator1 ul li.show,
div#rotator2 ul li.show {
    z-index: 500
}

ul.bullet {
    list-style-type: none;
    margin: 10px 0 18px 0;
}

ul.bullet li {
    background: url(../images/bullet_on.png) no-repeat left 3px;
    padding: 0 0 0 15px;
    margin: 0 0 6px 0;
}

ul.csr-rlist li {
    background-position: left 7px;
    margin-bottom: 8px;
}

ul.csr-rlist li a {
    color: #333;
}

ul.csr-rlist li a:hover {
    color: #990015;
    text-decoration: underline;
}

.addthis_toolbox {
    margin: 3px 0 0 10px;
}

.goog-te-gadget-simple {
    background: url(../images/bg-trans.png) repeat left top !important;
    border: none !important;
    outline: none !important;
}

.goog-te-gadget-simple span {
    font-size: 12px;
}

/**Contact-us Form**/
.form1 {
    width: 275px;
    float: left;
    margin-right: 10px;
}

/*Contact Form*/
.form {
    margin: -20px 0 0 0;
    width: 610px;
    float: left;
}

.form ul {
    list-style-type: none;
}

.form ul li {
    margin: 0px 0px 10px 30px;
    float: left;
}

.form ul li span {
    display: block;
    margin: 0px 0 2px 0;
}

.form ul li span strong {
    color: #990000;
}

.textfield {
    width: 255px;
    padding: 7px 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    /*background:#f4bb6c;*/
    background-color: rgba(244, 187, 108, 0.6);
    color: #900;
    background: url(../images/login-bg.png) \9;
    border: 1px solid #f7cd92;
}

.textarea {
    height: 75px;
    *height: 82px;
    height: 80px \9;
}

.btn {
    background: #900;
    border: 0px;
    color: #fff;
    font-weight: bold;
    width: auto;
    text-align: center;
    padding: 5px 10px;
    outline: none;
    cursor: pointer;
}

.btn:hover {
    background: #FFF;
    color: #900;
}

.btn0 {
    background: url(../images/close.png) no-repeat;
    border: 0px;
    color: #fff;
    font-weight: bold;
    width: auto;
    text-align: center;
    padding: 2px 10px;
    outline: none;
    cursor: pointer;
}

span.apply-btn {
    display: table;
    margin-top: 3px;
    width: auto;
}

span.apply-btn a {
    background: #900;
    color: #fff;
    font-weight: normal;
    display: block;
    padding: 3px 12px !important;
    font-size: 18px !important;
}

span.apply-btn a:hover {
    background: #fff !important;
    color: #900 !important;
}

.textfield-select-dob {
    width: 87px;
    padding: 5px 5px;
    border: 1px solid #f7d098;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background:#f4bb6c;*/
    background-color: rgba(244, 187, 108, 0.6);
    color: #900;
    background: url(../images/login-bg.png) \9;
    border: 1px solid #f7cd92;
}

.t-s {
    width: 272px;
}

.width-0 {
    width: 45px;
}

.width {
    width: 68px;
}

.width-l {
    width: 195px;
}

.width-2 {
    width: 130px;
}

.width-3 {
    width: 94px;
}

/*RADIO BUTTON*/
.regular-radio,
.regular-checkbox {
    display: none;
    display: inline-block \9;
    outline: none;
}

.regular-radio+label,
.regular-checkbox+label {
    -webkit-appearance: none;
    background-color: rgba(244, 187, 108, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    top: 2px;
    display: none \9;
}

.regular-radio:checked+label:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #895000;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.regular-radio:checked+label {
    background-color: #ef9b27;
    color: #99a1a7;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio+label:active,
.regular-radio:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox+label {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.regular-checkbox:checked+label {
    background-color: rgba(244, 187, 108, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #000;
}

.regular-checkbox:checked+label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    height: 14px;
    left: 0px;
    color: #895000;
    background: #ef9b27;
}

/*Careers Form*/
.careers-form {
    width: 590px;
    display: table;
}

.careers-form h2 {
    font-size: 17px;
    background-color: rgba(215, 66, 47, 0.8);
    background-color: #d7422f \9;
    padding: 5px 5px;
    color: #fff;
    border-bottom: 1px dashed #ef961a;
}

table.registration {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}

table.registration tr td {
    vertical-align: top;
}

.tdalignr {
    text-align: right;
}

.tdalignc {
    text-align: center;
    background: #f2c680;
}

.tr-height {
    height: 8px;
}

table.registration-inner {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 16px;
}

table.registration-career {
    width: 100%;
    border-collapse: separate;
    border-spacing: 4px;
}

table.registration-career01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

#container_education {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    font-size: 16px;
}

.width1 {
    width: 8%;
}

.width2 {
    width: 1%;
}

.width3 {
    width: 24%;
}

/**Site Map**/
ul.site-map {
    list-style-type: none;
}

ul.site-map li {
    margin: 0px 0 5px 0;
}

ul.site-map li a {
    font-size: 19px;
    padding: 0 0 0 15px;
    background: url(../images/bullet_on.png) no-repeat left 7px;
    color: #333;
}

ul.site-map li a:hover {
    color: #980000;
}

ul.site-map ul {
    list-style-type: none;
    margin: 8px 0 10px 20px;
}

ul.site-map ul li {
}

ul.site-map ul li a {
    background: url(../images/bullet_on.png) no-repeat left 7px;
    color: #980000;
}

ul.site-map li ul li ul li a {
    font-size: 19px;
    padding: 0 0 0 15px;
    background: url(../images/bullet_on.png) no-repeat left 7px;
    color: #333;
}

.errorborder:focus {
    border: 1px solid #F30;
}

.error0 {
    position: absolute;
    color: red;
    margin-top: -18px;
}

/*LOGIN*/
.login {
    background: url(../images/login-bg.png);
    width: 642px;
    padding: 24px 30px 25px 30px;
    margin: 0 auto;
    margin-top: 30px;
    border: 5px solid #df8e18;
    display: table;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.login h2 {
    font-size: 25px;
    color: #900;
    margin-bottom: 2px;
}

.login div {
    float: left;
    width: 300px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #df8e18;
    height: 221px;
}

.login div:first-child {
    margin-left: 0px;
    padding-left: 0px;
    border-left: none;
}

.login ul {
    list-style-type: none;
}

.login ul li {
    margin: 12px 0 0px 0;
}

.login ul li a {
    font-size: 15px;
    color: #333;
}

.login ul li a:hover {
    color: #900;
    text-decoration: underline;
}

.login ul li span {
    display: block;
    margin-bottom: 3px;
}

.center {
    text-align: center;
}

.regional-offices {
    width: 750px;
}

.regional-offices ul {
    list-style-type: none;
    margin-top: 19px;
}

.regional-offices ul li {
    /*float: left;*/
    margin-right: 20px;
}

.regional-offices ul li:last-child {
    margin-right: 0px;
}

.flogo {
    width: 960px;
    display: table;
}

section.csr-projects ul li span {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

/*PoPuP CsS */
.popup {
    margin-top: 20px;
    width: 350px;
    float: right;
}

.popup ul {
    list-style-type: none;
}

.popup ul li {
    float: left !important;
    margin-right: 20px;
}

.popup ul li:last-child {
    margin-right: 0px;
}

.popup ul li a {
    padding: 24px 52px;
    display: block;
    background: url(../images/footer-certificate-th.png) no-repeat left top;
    *width: auto;
    *float: left;
}

.popup ul li+li a {
    padding: 24px 22px;
    background-position: -108px top;
}

.popup ul li+li+li a {
    padding: 24px 23px;
    background-position: -163px top;
}

.popup ul li+li+li+li a {
    padding: 24px 28px;
    background-position: -222px top;
}

.popup ul li+li+li+li+li a {
    padding: 24px 29px;
    background-position: -286px top;
}

.popup ul li+li+li+li+li+li a {
    padding: 24px 32px;
    background-position: right top;
}

.popup ul li a.info {
    position: relative;
    /*this is the key*/
    z-index: 999 !important;
    color: #000;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.popup ul li a.info:hover {
    z-index: 25;
}

.popup ul li a.info span {
    display: none;
    padding: 15px 30px;
    background: #eed096;
}

.popup ul li a.info:hover span {
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    font-size: 15px;
    bottom: 4em;
    right: -76%;
    width: 200px;
    border: 2px solid #fdb755;
    padding: 15px 30px;
    background: #d63b2f;
    color: #fff;
    text-align: left;
    z-index: 999 !important;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.popup ul li a.info:hover span .icon {
    /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0px;
    width: 200px;
    border: none;
    padding: 15px 30px;
    background: url(../images/popup-hover-icon.png) no-repeat center bottom;
    text-align: center;
}

.popup ul li+li a.info:hover span {
    /*the span will display just on :hover state*/
    right: -110px;
}

.popup-pdf-icon a {
    float: left;
    display: block;
    font-size: 12px;
    color: #fff;
    background-color: #B8272A;
    line-height: 20px;
    padding: 0 12px;
    margin: 10px 10px 0 0;
}

.csr-policy {
    background-color: #b8272a;
    padding: 2px 15px 3px;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
}

.pbt-new {
    margin: -2px 0 0 6px;
    position: absolute;
}

.corporate-video {
    float: left;
    margin: 0 25px 18px 0;
    padding: 2px;
    width: 110px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5C46F', endColorstr='#D12A2F');
    /* for IE */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5C46F), to(#F5C46F), color-stop(.5, #D12A2F));
    background: -moz-linear-gradient(top, #F5C46F, #D12A2F, #F5C46F);
    /* for firefox 3.6+ */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 138px;
    font-size: 16px;
    margin-bottom: 16px;
    display: table;
    margin-top: 15px;
}

.corporate-video h2 {
    font-size: 17px;
    background-color: rgba(215, 66, 47, 0.8);
    background-color: #d7422f \9;
    padding: 5px 5px;
    color: #fff;
    border-bottom: 1px dashed #ef961a;
    margin: 10px 0 15px;
}

.corporate-video img {
    width: auto !important;
    left: 0px !important;
}

.corporate-video span {
    display: block;
    background: #FFF;
    padding: 2px 4px 1px 4px;
    margin-top: -5px;
}

.corporate-video:hover {
    -moz-box-shadow: 0px 0px 15px #333;
    box-shadow: 0px 0px 15px #333;
    -webkit-box-shadow: 0px 0px 15px #333;
}

.c-video a {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 15px 7px;
    float: left;
    border-radius: 4px;
    margin-left: 30px;
}

/*----- Festival theme -------*/
.festival-theme {
    position: absolute;
    top: 68px;
    width: 100%;
    height: 100%;
}

.swing {
    -webkit-animation: oscilation 7s 0.5s linear infinite;
    -moz-animation: oscilation 7s 0.5s linear infinite;
    -ms-animation: oscilation 7s 0.5s linear infinite;
    -o-animation: oscilation 7s 0.5s linear infinite;
    animation: oscilation 7s 0.5s linear infinite;
}

.festival-theme .object1 {
    position: absolute;
    left: 20px;
    top: 0px;
    z-index: 1;
}

.festival-theme .object2 {
    position: absolute;
    left: 65px;
    top: 0px;
    z-index: 1;
}

.festival-theme .object3 {
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 1;
}

.festival-theme .object4 {
    position: absolute;
    right: 60px;
    top: 0px;
    z-index: 1;
}

.christmas-ball1 {
    background: url(../images/christmas-ball1.png) bottom no-repeat;
    width: 40px;
    height: 120px;
}

.christmas-ball2 {
    background: url(../images/christmas-ball2.png) bottom no-repeat;
    width: 30px;
    height: 150px;
}

.star1 {
    background: url(../images/star1.png) bottom no-repeat;
    width: 38px;
    height: 120px;
}

.star2 {
    background: url(../images/star2.png) bottom no-repeat;
    width: 29px;
    height: 150px;
}

.highlight-black {
    color: #000;
    font-size: 16px;
}

@-webkit-keyframes oscilation {
    0% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    25% {
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    50% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    75% {
        transform: rotate(-5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-moz-keyframes oscilation {
    0% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    25% {
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    50% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    75% {
        transform: rotate(-5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    100% {
        transform: rotate(0deg)
    }
}

@-ms-keyframes oscilation {
    0% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    25% {
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    50% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    75% {
        transform: rotate(-5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    100% {
        transform: rotate(0deg)
    }
}

@keyframes oscilation {
    0% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    25% {
        transform: rotate(5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    50% {
        transform: rotate(0deg);
        animation-timing-function: cubic-bezier(0.1, 0.3, 0.3, 1)
    }

    75% {
        transform: rotate(-5deg);
        animation-timing-function: cubic-bezier(0.7, 0, 0.9, 0.7)
    }

    100% {
        transform: rotate(0deg)
    }
}

.initiatives-blk {
    overflow: hidden;
}

.initiatives-blk li {
    display: table;
    margin: 0 0 20px 0;
    width: 100%;
}

.initiatives-blk img {
    float: left;
    margin: 0 15px 0 0;
}

.initiatives-blk img.thumb-rhs {
    float: right;
    margin: 0 0 0 15px;
}

.initiatives-lists {
    display: table;
}

ul.sub-bullet {
    list-style-type: none;
    margin-top: 5px;
}

.sign-blk {
    float: right;
}

.sign-blk h4 {
    margin: 0px 0px 5px;
}

.sub-pages h1 {
    display: inline-block;
}

a.back-btn {
    float: right;
    display: block;
    font-size: 14px;
    color: #fff;
    background-color: #B8272A;
    line-height: 20px;
    padding: 2px 12px;
    margin: 2px 0px 0 0px;
}

.back {
    position: absolute;
    margin: -4px 0px 0 -33px;
}

div.st_horizontal ul.st_tabs.less-mar li a {
    padding: 35px 7px 0px 7px;
}

.c-store {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 15px 7px;
    float: left;
    border-radius: 4px;
    width: auto;
    margin-right: 15px;
}

.buttons {
    margin: 0px auto;
    text-align: center;
}

.st_ext {
    border-bottom: 1px solid;
}

.vending-products ul.certifications {
    float: none;
    width: 100%;
}

.vending-products ul.certifications li img {
    background: none;
}

.vending-products ul.certifications li strong {
    width: auto;
}

.vending-products ul.certifications li {
    text-align: center;
    margin-right: 25px;
}

.inline-block {
    display: inline-block;
    float: left;
}

.product-block .thumb-lhs {
    margin: 0 15px 0 0;
}

.product-block>ul>li {
    border-bottom: 1px dashed #be6c00;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-block>ul>li:nth-last-of-type(1),
.product-block>ul>li:nth-last-of-type(2),
.product-block>ul>li:nth-last-of-type(3) {
    border-bottom: 0px dashed;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.st_horizontal.product-slider div.st_tab_view {
    width: 896px;
}

div.st_horizontal.product-slider ul.st_tabs li a img {
    margin: 0 auto 3px;
}

ul.certifications.list-projects li strong {
    width: 100%;
    margin-top: 3px;
}

.product-description {
    display: inline-block;
    float: left;
    width: 67%;
    margin-right: 20px;
}

.button-groups {
    position: absolute;
    bottom: 30px;
}

.text-red {
    color: #851c1f;
}

.single-project h4 {
    font-family: 'Covington Cond';
    font-size: 26px;
    line-height: 42px;
    text-align: center;
}

.single-project h5 {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}

.col-md-8 {
    width: 580px;
    float: left;
    margin-left: 30px;
}

.col-md-4 {
    float: left;
}

.project-image-block {
    background: #a40000;
    padding: 15px;
    color: #fff;
}

.project-image-block img {
    padding: 2px;
    background: #fff;
}

.row1 {
    padding: 20px 2px;
    display: block;
    overflow: hidden;
}

.row1 p {
    margin-bottom: 15px;
    text-align: justify;
}

.project-image-block ul {
    max-width: 230px;
    margin-left: 20px;
}

.project-image-block li {
    margin-bottom: 5px;
}

.project-image-block h4 {
    text-align: left;
    margin-top: 5px;
}

.project-image:not(:last-of-type) {
    margin-bottom: 15px;
}
.disclaimer-notice {
    background: #EFAC5E;
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
}


#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalPopup {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    padding: 0 0 30px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    max-width: 650px;
}
.headerBar h2 {
    font-size: 20px;
    padding: 15px;
}
.modalContent {
    padding: 0 2em;
    padding-top: 10px;
}
.headerBar {
    width: 100%;
    background: #EFAC5E;
    margin: 0;
    text-align: center;
}
.headerBar img {
    margin: 1em 0.7em;
}
.buttonStyle {
    border: transparent;
    border-radius: 0;
    background: #6d6d6d;
    color: #eee !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 25px;
    text-decoration: none;
    background: #EFAC5E;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
    /*	-webkit-box-shadow: 0 2px 4px 0 #999;
                  box-shadow: 0 2px 4px 0 #999; */
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.buttonStyle:hover {
    background: #1e1e1e;
    color: #fff;
    background: #EFAC5E;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
}
.returnToProfile {
    text-align: center;
    margin: 3em;
}
.returnToProfile a,
.returnToProfile a:visited {
    color: #ddd;
}
.returnToProfile a:hover {
    color: #fff;
}
.bye-link-tea {
    color: #333 !important;
    border-bottom: 1px solid #333;
    position: unset !important;
    float: unset !important;
    background: transparent !important;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 2px !important;
    font-size: 17px !important;
}
.hide {
    opacity: 0;
    visibility: hidden;
}

.remove {
    display: none !important;
}

.blur {
    filter: blur(12px);
}
.cookie{
    box-sizing: border-box;
}
.cookie-header {
    box-sizing: border-box;
}
.cookie-header h3{
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
}
.row{
    align-items: center !important;
    display: flex;
    flex-wrap: wrap;
}

.col{
    width: 90%;
}

.col-btn{
    width: 10%;
}

.cookie-section {
    background-color: #efac5e;
    padding: 15px 30px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

.close-cookie{
    border: transparent;
    border-radius: 0;
    background:  #1e1e1e;
    color: #eee !important;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 25px;
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.close-cookie:hover {
    background: #1e1e1e;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
}

.modalPopup-img {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    width: 50%;
    padding: 0 0 0px;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: none;
    overflow: hidden;
    max-width: 650px;
}

.close-btn-main {
    width: 30px;
    height: 30px;
    padding-top: 2px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.close-btn-main img {
    width: 15px;
}
