@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}
.path-azure-login .page-wrapper-main{
    background: #f2f2f2;
 background-size: cover;
 }
 .path-azure-response .page-wrapper-main{
 padding-top: 70px;
 }
 .path-azure-login .skew-full-vector-bg {
 background: #f2f2f2 !important;
}

 /* login-page */
 .container-md.account-login {
     padding-top: 78px;
     padding-bottom: 144px;
     text-align: center;
 }
 
 .container-md.account-login h2 {
     margin-bottom: 42px;
     font-family: 'Inter';
     font-weight: bold;
     font-size: 24px;
     line-height: 32px;
     text-align: center;
     letter-spacing: 0.15px;
     color: #182534;
 }

 .account-login .btn.login-btn {
     margin: 0 auto;
     font-family: 'Inter';
     font-weight: bold;
     font-size: 16px;
     line-height: 24px;
     text-align: center;
     letter-spacing: 0.15px;
     color: #FFFFFF;
     width: 127px;
     height: 48px;
 }

 .account-login .btn.login-btn:hover,
 .account-login-popup form input.btn {
     background-color: #F82D3F;
     color: #fff;
 }
 
 .account-login-popup {
     background: #F2F2F2;
     padding: 34px 20px 64px 20px;
     width: 100%;
     max-width: 524px;
     margin: 56px auto;
 }
 
 .account-login-popup form {
     position: relative;
 }
 
 .account-login-popup h2 {
     font-family: 'Inter';
     font-weight: bold;
     font-size: 24px;
     line-height: 32px;
     letter-spacing: 0.15px;
     color: #182534;
     margin: 0 0 38px 0;
 }
 
 .account-login-popup label {
     font-family: 'Inter';
     font-weight: bold;
     font-size: 16px;
     line-height: 24px;
     align-items: center;
     letter-spacing: 0.15px;
     color: #000000;
     display: block;
     margin-bottom: 11px;
 }
 
 select#account {
     padding: 13px 56px 13px 16px;
     width: calc(100% - 127px);
     background: #fff url('/themes/custom/fosroc/images/arrow_drop_down-red.svg') no-repeat 310px 21px;
     border: 1px solid #BDBDBD;
     box-sizing: border-box;
     font-family: 'Inter';
     font-weight: 300;
     font-size: 16px;
     line-height: 19px;
     letter-spacing: 0.15px;
     color: #828282;
     -webkit-appearance: none;
 }
 
 .account-login-popup form input.btn {
     position: absolute;
     top: 35px;
     right: 0;
     width: 127px;
     height: 49px;
     padding: 0;
     text-align: center;
     bottom: 0px;
 }
 
 .cart-link .number{
         background: #F82D3F;  
 line-height: 20px;
 width: 20px;
 height: 20px;
 text-align: center;
 border-radius: 50%;
 color: #fff;
 position: absolute;
 top: 25px;
 right: -5px;
 }
 .pre__header .head__right li{
     position:relative;
 }
 .cart-link,.udrop{
     display:none;
 }
 li.cart-link {
 background: #2b282f !important;
}

ul.cuser li {
 background: unset !important;
 list-style: none;
 float: none !important;
 display: block;
 text-align: left;
 padding: 7px 30px !important;
 /* list-style: none; */
}
li.udrop span {
 color: #fff;
}
li.udrop {
 position: relative;
}
ul.cuser {
    position: absolute;
 right: -2px;
 background: #f82d3f;
 top: 54px;
 border: none;
 width: 190px;
 z-index: 999;
 padding: 0;
     display: none;
}
ul.cuser.show {

 display:block;
}
li.udrop span {
 color: #fff;
 cursor: pointer;
}
li.udrop span:hover + ul.cuser{
display:block !important;
}
li.udrop {
 background: unset !important;
}
.pre__header .head__right > li{
 padding:12px 0 12px 20px;
 margin-right:30px !important;
}

.pre__header .head__right > li.user {
 margin-right: 0 !important;
}

li.udrop {
 background: #f82d3f !important;
 padding-left: 8px !important;
 padding-right: 8px !important;
 margin-left: 15px;
 border-right: 3px solid #fff;
 border-left: 3px solid #fff;
 /* margin-right: 0px; */
}
.cuser hr
{
  width: 140px;
  border: 1px solid #fff;
}    
.udrop:hover .cuser{
 display:block;
}
.cuser{
 height: 91px;
}
.product-price small span{
 text-transform:initial;
}

@media (max-width: 767px) {
 .buttons {
     margin-top: 50px;
 }

 #forgotPassword {
     bottom: 75px;
 }

 #api {
     width: 100%;
     max-width: 500px;
 }

 .path-azure-response .page-wrapper-main {
     padding-top: 165px !important;
 }

 footer .connect-mobile ul li {
     display: inline;
 }
}

@media (max-width: 480px) {
 #api {
     width: 100%;
     max-width: 300px;
 }
}
.view-faq .tds-sds-content {
 height: 0;
 opacity: 0;
 overflow: hidden;
 transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out;
 padding-right: 16px;
}

.view-faq .filter-items.is_active .tds-sds-content {
height: auto;
opacity: 1;
overflow: visible;
transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out;
}
.view-faq .filter-item{
 width:100%;
 margin-bottom:0px;
}
.faq-outer{
 padding:0 109px;
}
.view-faq .filter-items span.close_acc {
content: '';
background: url(/themes/custom/fosroc/images/arrow_drop_down.svg) no-repeat;
background-position: 24px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
display: inline-block;
transform: rotate(180deg);
display: none;
}.filter-items.is_active span.close_acc {
display: inline-block;
}
.view-faq  .filter-items .tds-sds-content .tds-label {
padding-top: 16px;
line-height: 22px;
margin-bottom: 16px;
padding-left: 24px;
color: #2B282F;
}
.view-faq .filter-items {
border: 2px solid #f2f2f2;
margin-bottom: 8px;
position: relative;
}
.view-faq .view-header {
 margin: 60px 0 30px;
}
.views-row.is_active .filter-item .close_acc::after {
display: none;
}
.faq-outer.contextual-region.view.view-faq.view-id-faq.view-display-id-block_3 {
 margin-bottom: 130px;
}
.view-faq .filter-items.is_active .filter-item:after {
 content: none;
}
.faq-outer.view.view-faq.view-id-faq.view-display-id-block_3 {
 
}
.view-faq.view-display-id-block_4{    padding: 0 109px;margin-bottom: 100px;}


.page-node-type-frequently-asked-question .tds-sds-content {
 height: 0;
 opacity: 0;
 overflow: hidden;
 transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out;
 padding-right: 16px;
}

.page-node-type-frequently-asked-question .filter-items.is_active .tds-sds-content {
height: auto;
opacity: 1;
overflow: visible;
transition: opacity 0.8s ease-in-out, height 0.8s ease-in-out;
}
.page-node-type-frequently-asked-question .filter-item{
 width:100%;
 margin-bottom:0px;
}
.faq-outer{
 padding:0 109px;
}
.page-node-type-frequently-asked-question .filter-items span.close_acc {
content: '';
background: url(/themes/custom/fosroc/images/arrow_drop_down.svg) no-repeat;
background-position: 24px;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
display: inline-block;
transform: rotate(180deg);
display: none;
}.filter-items.is_active span.close_acc {
display: inline-block;
}
.page-node-type-frequently-asked-question  .filter-items .tds-sds-content .tds-label {
padding-top: 16px;
line-height: 22px;
margin-bottom: 16px;
padding-left: 24px;
color: #2B282F;
}
.page-node-type-frequently-asked-question .filter-items {
border: 2px solid #f2f2f2;
margin-bottom: 8px;
position: relative;
}
.page-node-type-frequently-asked-question .view-header {
 margin: 60px 0 30px;
}
.views-row.is_active .filter-item .close_acc::after {
display: none;
}

.page-node-type-frequently-asked-question .filter-items.is_active .filter-item:after {
 content: none;
}
.node--type-frequently-asked-question {

 padding: 0 109px;
 margin-bottom: 130px;
}
.node--type-frequently-asked-question  .field__label {
 margin: 60px 0 30px;
 font-weight:700;
 font-size:1.5em;
}

.paragraph-content {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.page-node-type-cpd .page-wrapper-main {
    padding-top: 85px;
}

.page-node-type-cpd {
    margin-top:60px;
}

.image-left .image {
  order: 1; /* Image comes first */
  width: 40%; /* Adjust the size of the image */
}

.image-left .text {
  order: 2; /* Text comes second */
  width: 60%; /* Adjust the size of the text */
}

.image-right .image {
  order: 2; /* Image comes second */
  width: 40%; /* Adjust the size of the image */
}

.image-right .text {
  order: 1; /* Text comes first */
  width: 60%; /* Adjust the size of the text */
}
.main-heads {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.15px;
    margin-bottom: 15px;
}
.main-subheads,
.main-body{
    font-weight: 300;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 15px;
}
.text{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.15px;
    flex: 1;
    padding: 20px;
}
.image {
    flex: 1;
}
.page-node-type-cpd .image img {
    width: 100%;
    height: auto;
}
.link-url{
    vertical-align: middle;
    background: #F82D3F;
    border: 1px solid #F82D3F;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0 35px;
    transition: allease 0.5s;
    display: inline-block;
    margin-top: 20px;
}
.page-node-type-cpd .banner h1 {
    max-width: 900px;
}
.page-node-type-cpd .training ul {margin:0;}
.page-node-type-cpd .main-body h2{font-size: 32px;line-height: 40px;}
.page-node-type-training-page footer .is-active {color: #fff !important;}
.training .main-body {margin-bottom: 50px;}
@media (max-width: 480px) {
.paragraph-content {
    display:block;
}
.image-right .image,
.image-right .text,
.image-left .image,
.image-left .text {
    width:100%;
}
.image img {
    width:95%;
    height:auto;
}
.page-node-type-cpd .quote__modal input[type="tel"] {
    width:100%
}
.page-node-type-training-page .sessions-wrap .owl-nav .owl-prev {
    left: 60px !important;
    top: 50px !important;
}
.page-node-type-training-page .sessions-wrap .owl-nav .owl-next {
    right: 60px !important;
    top: 50px !important;
}
}
.training.menu-item--expanded ul {
    width: 160px;
}
.floc tbody td {
padding: 10px 0;
text-align:center;
}
.floc table {
border: 1px solid #333;
text-align: center;
}
.floc tr {
border-bottom: 1px solid #333;
}
.store-results-list tbody tr td.store-timing{
 color:#000 !important;
}
.store-results-list tbody tr td.store-timing h2{
 display:none;
}
td.store-timing span {
 margin: 0 5px;
}
.loc-field_timing div span {
 float: left;
 width: 130px;
}
.page-node-type-sector .banner.sector-detail-banner-bg .main-heading,
.page-node-type-solutions .banner.sector-detail-banner-bg .main-heading {
 margin-bottom: 37px;
 text-transform: unset;
}
.view-sectors-listing.product-items-block .product-item h2,
.view-solution-listing.product-items-block .product-item h2{text-transform: unset;}  
.product-compare-main .compare-details .detail-block p{
height: auto !important;
}

.menu-item--expanded .menu .search-icon {
 display: none;
}

.webform-submission-promotion-form-form input[type="checkbox"]:not(:checked) + label:before{
 left: 5px;
 top: 3px;
 
 background: url(https://fosroc.com.au/themes/custom/fosroc/images/checkbox-grey-icon.svg) no-repeat center/18px;

}
.webform-submission-promotion-form-form input[type="checkbox"]:checked + label:after {

 left: 5px !important;

 top: 3px;
}
.webform-submission-promotion-form-form input[type="checkbox"]:checked + label:before {
 left: 5px;
 top: 3px;

}  
.credit-signup .container {
 padding: 70px 0;
}

.credit-signup .card {
 width: 308px;
 margin-right: 126px;
}

.credit-signup .card-image-block {
 background: #F2F2F2;
 width: 100%;
 height: 272px;
}


.account-body-content .container {
 padding: 47px 0;
 max-width: 1064px;
}

.account-body-content .card-content {
 font-weight: bold;
 font-size: 16px;
 line-height: 24px;
 letter-spacing: 0.15px;
 color: #2B282F;
 padding: 16px;
}

.account-body-content .card + div {
 flex: 1;
}


.new-account-body {
 background: #F2F2F2;
}

.new-account-body .container {
 padding: 73px 0;
 max-width: 1064px;
}

.new-account-body .form-wrapper .privacy-block {
 padding: 0;
 margin-bottom: 20px;
}

.form-wrapper .promo-block {
 border: 0;
}

.interest-block {
 margin-bottom: 45px;
}

.interest-group {
 flex-wrap: wrap;
}

.interest-group .interest {
 display: inline-block;
 font-weight: 300;
 font-size: 18px;
 line-height: 22px;
 color: #182534;
 margin-right: 19px;
 margin-bottom: 19px;
 padding: 13px 35px;
 border: 1px solid #182534;
 border-radius: 35px;
 transition: all 0.3s ease;
}

.interest-group .interest:hover,
.interest-group .interest.selected {
 background: #182534;
 color: #fff;
 font-weight: bold;
 transition: all 0.3s ease;
}


/*** Auto Suggest ***/


.st-default-autocomplete {
 display: none !important;
}

.product-search-filter > form,
.search-block-form form {
 position: relative;
}

.product-search-filter .st-injected-content-generated,
.autocomplete-items {
 position: absolute;
 top: calc(100% + 4px);
 left: 0;
 width: 100%;
 max-height: 398px;
 overflow-y: auto;
 z-index: 1;
 /*border: 1px solid rgba(0,0,0,0.1);*/
 background: #fff;
 border-radius: 4px 4px 8px 8px;
 box-shadow: 0 0px 1px 1px rgb(0 0 0 / 10%);
}

.product-search-filter div.st-ui-autocomplete div.st-query-present,
.product-search-filter section.st-ui-slide-autocomplete div.st-query-present {
 border: 0;
 margin: 0;
 border-radius: 0;
}

.product-search-filter a.st-ui-result,
.autocomplete-a {
 display: block;
 padding: 12px 18px !important;
 border-bottom: 1px solid #E9EDF2;
}

.product-search-filter .st-ui-type-heading,
.autocomplete-span-heading,
.autocomplete-span-details {
 display: block;
/*   font-size: 18px !important;
 line-height: 24px !important;*/
 font-size: 12px !important;
 line-height: 16px !important;
 font-weight: 500 !important;
 letter-spacing: 0.15px;
 margin-bottom: 0px !important;
 color: #000;
}

.autocomplete-span-details {
 display: block;
 font-size: 10px !important;
 color: #9eaec1;
 -ms-text-overflow: ellipsis;
 text-overflow: ellipsis;
 max-height: 31px;
}

.search-block-form input[type="text"] {
 height: 48px;
 border: 1px solid #F82D3F;
 width: calc(100% - 127px);
 box-sizing: border-box;
 background: #fff;
 position: relative;
}

.search-block-form input[type="button"] {
 position: relative;
 background: #F82D3F;
 border: 0;
 color: #fff;
 height: 48px;
 font-size: 16px;
 font-weight: 500;
 width: 127px;
 text-align: center;
 cursor: pointer;
 margin-left: -5px;
 line-height: 40px;
}

.search-block-form #global_search_block {
 display: flex;
 padding: 8px 20px;
 background: #fff;
}

.search-block-form #home_search_block {
 display: block;
 max-width: 750px;
 margin: 0 auto;
 width: 85%;
 position: relative;
}

.search-block-form #home_search_block input[type="text"] {
 border: none;
 border-bottom: 3px solid #F82D3F;
 height: 46px;
}

.search-block-form #home_search_block input[type="button"] {
 height: 50px;
}

.autocomplete-a em {
 font-style: normal;
 font-weight: bold;
}

.path-node.create .banner h1,
.path-node.create .banner h1 span,
.path-node.credit .banner h1,
.path-node.credit .banner h1 span {
 text-transform: uppercase;
}

.webform-submission-quote-form .form-type-select.form-item-product {
 display: none;
}

.page-node-type-sector .product-items-block .views-view-grid,
.page-node-type-solutions .product-items-block .views-view-grid {
 max-width: 1280px;
 width: calc(100% - 32px);
 margin: 0 auto;
}

.page-node-type-sector .product-items-block .views-row,
.page-node-type-solutions .product-items-block .views-row {
 justify-content: flex-start;
}

.page-node-type-sector .product-items-block .views-row .product-item + .product-item,
.page-node-type-solutions .product-items-block .views-row .product-item + .product-item {
 margin-left: 1%;
}

.page-node-type-sector .product-items-block .product-content:hover p.arrow-forward-white,
.page-node-type-solutions .product-items-block .product-content:hover p.arrow-forward-white {
 margin-bottom: 0;
 position: absolute;
 bottom: 24px;
 right: 24px;
}

.page-node-type-sector .product-items-block .product-content .product-content-wrap,
.page-node-type-solutions .product-items-block .product-content .product-content-wrap {
 display: block;
}



.hover-head .tooltip-box {
 right: 0;
}

.hover-head .tooltip {
 display: inline;
 text-transform: uppercase;
 font-size: 14px;
 padding: 0 20px 0 0;
 /*margin: 0 20px 0 0;*/
 display: inline-block;
 position: relative;
}

.hover-head .tooltip:after {
 content: none !important;
}

.hover-head .tooltip-ico {
 content: "";
 width: 16px;
 height: 16px;
 position: absolute;
 top: 4px;
 display: inline-block;
 right: 0;
 background: url(../images/question-icon-white.svg) no-repeat center;
 background-size: cover;
}

.hover-head .tooltip-content {
 display: none;
 padding: 16px 0 24px;
 background: #fff;
 border-radius: 4px;
 border: 1px solid #182534;
 box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
 position: absolute;
 width: 275px;
 z-index: 9;
 top: 30px;
 left: 0;
}

.hover-head .tooltip-ico:hover + .tooltip-content {
 display: block;
}

.hover-head .tooltip-content:before {
 position: absolute;
 content: "";
 width: 6px;
 height: 7px;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 border-right: 1px solid #663366;
 border-bottom: 1px solid #663366;
 transform: rotate(-135deg);
 background: #fff;
 top: -5px;
 left: 102px;
}

.product-list-view .tooltip-content h3 {
 padding-left: 0 !important;
}

.product-list-view .tooltip-content h3:before {
 content: none !important;
}

.hover-head .tooltip-content h3 {
 font-weight: 500;
 font-size: 16px;
 line-height: 20px;
 letter-spacing: 0.15px;
 color: #2B282F;
 position: relative;
 margin: 0 16px 16px;
}

.webform-submission-quote-form .form-type-select.form-item-product {
	display: none;
}

.page-node-type-sector .product-items-block .views-view-grid,
.page-node-type-solutions .product-items-block .views-view-grid {
	max-width: 1280px;
    width: calc(100% - 32px);
    margin: 0 auto;
}

.page-node-type-sector .product-items-block .views-row,
.page-node-type-solutions .product-items-block .views-row {
    justify-content: flex-start;
}

.page-node-type-sector .product-items-block .views-row .product-item + .product-item,
.page-node-type-solutions .product-items-block .views-row .product-item + .product-item {
    margin-left: 1%;
}

.page-node-type-sector .product-items-block .product-content:hover p.arrow-forward-white,
.page-node-type-solutions .product-items-block .product-content:hover p.arrow-forward-white {
	margin-bottom: 0;
    position: absolute;
    bottom: 24px;
    right: 24px;
}

.page-node-type-sector .product-items-block .product-content .product-content-wrap,
.page-node-type-solutions .product-items-block .product-content .product-content-wrap {
	display: block;
}

/*** RESPONSIVE ***/


@media screen and (max-width: 767px) {
 .hide-desktop form.flex-justify-content-start {
     display: none !important;
 }

 .search-block-form #global_search_block {
     position: relative;
     padding: 0;
     display: none;
 }

 .hide-desktop header,
 .hide-desktop {
     overflow: visible !important;
 }

 .banner h1 {
     max-width: 95%;
 }

}




#case-studies-form .form-item-solutions-type label{
    font-size: 18px;
    line-height: 22px;
    color: #2B282F;
}
#case-studies-form .resources-filter-block .check-box-group {
    background: #f2f2f2;
    padding: 23px 90px 23px;
}
article.case-studies-node-page .cs_row .cs_col_right .case-study-summary {
    min-height: 85px;
}
.case-studies-node-page .cs_col_right .readmore-wrap a{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #F82D3F;
    background: url(../images/arrow_forward_red.svg) no-repeat right 5px;
    padding-right: 36px;
    display: inline-block;
}
.case-studies-node-page .products-case-studies {
    margin-top: 30px;
}
.products-case-studies .product-longes{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.15px;
    text-align: left;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ED1B2F;
    display: inline-block;
    margin: 5px;
    color: #ED1B2F;
}
h2.product-longes:first-child {
    margin-left: 0;
}
.view-id-case_studies.view-display-id-block_1 .owl-dots,
.view-id-case_studies.view-display-id-block_1 .owl-nav .owl-next span,
.view-id-case_studies.view-display-id-block_1 .owl-nav .owl-prev span{
    display: none;
}
.view-id-case_studies.view-display-id-block_1 .owl-nav{
    float: right;
    margin-right: 200px;

}
.view-id-case_studies.view-display-id-block_1 .owl-nav .owl-prev {
    background: url(/themes/custom/fosroc/images/arrow_backward_grey.svg) no-repeat center;
    background-size: cover;
    height: 25px;
    width: 25px;
    transition: transform 0.3s ease-out;
    border: none;
    margin-right: 50px;
}
.view-id-case_studies.view-display-id-block_1 .owl-nav .owl-next {
    background: url(/themes/custom/fosroc/images/arrow_forward_grey.svg) no-repeat center;
    background-size: cover;
    height: 25px;
    width: 25px;
    transition: transform 0.3s ease-out;
    border: none;
}
@media screen and (min-width: 768px) {
    .view.view-case-studies-2022 .view-footer-pager {
        min-height: 75px;
    }
}

/*spinner*/
#fosroc-overlay {
 position: fixed;
 top: 0;
 z-index: 100;
 width: 100%;
 height: 100%;
 display: none;
 right: 0.5%;
}

.fosroc-spinner {
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

.prod-spinner {
 width: 40px;
 height: 40px;
 border: 4px #ddd solid;
 border-top: 4px #F82D3F solid;
 border-radius: 50%;
 animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
 100% {
     transform: rotate(360deg);
 }
}

/* training page */
.training {
    margin-top: 60px;
}
.training_field_sub_heading h2{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.15px;
}
.training_body p,
.training_field_hands_on_training p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 10px 0px;
}
.training_body,
.eventbrite-events-wrapper {
    margin-bottom: 75px;
}
.training_field_hands_on_training {
    margin-bottom: 60px;
}
.cpd-data {
    box-shadow: 0px 5px 20px 0px #0000001A;
    margin-bottom: 75px;
    padding-bottom: 15px;
}
.training_field_sub_heading_description p{
    font-family: 'Inter';
    font-weight: 300;
    font-size: 16px;
    line-height: 19.34px;
    letter-spacing: 0.15px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
}
.training_field_banner_link {
    padding: 0 10px;
}
.training_field_banner_link a{
    color: #333;
    padding-right: 36px;
    padding-bottom: 6px;
    background: url(/themes/custom/fosroc/images/arrow_forward_grey.svg) no-repeat right center / 20px;
    text-decoration: none;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: right;
}
.cpd-data .training_field_image img {
    height: 258px;
    width: 100%;
}
.training-right-data img {
    width: 480px;
    height: 425px;
}

.trainigs-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 20px;
    margin-bottom: 75px;
}

.boxes {
    padding: 20px;
    flex: 1;
}

.training_field_banner_title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.15px;
}

.training_field_field_banner_short_description p {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
}

.training_field_cta_button a{
    background: #F82D3F;
    border: 1px solid #F82D3F;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0 35px;
    transition: allease 0.5s;
    display: inline-block;
    margin-top: 20px;
}

.training-page-testimonials {
    background: #F2F2F2;
    text-align: center;
    margin-left: -32px;
    margin-right: -32px;
    padding: 20px;
}
.training-page-testimonials .testmonial{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 24px;
    line-height: 29.3px;
    letter-spacing: 0.15px;
    text-align: center;
    margin-bottom: 0;
}

.page-node-type-training-page .owl-nav button{
    width: 80px; 
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -115px;
    transform: translateY(-50%);
    z-index: 10;
}
.page-node-type-training-page .sessions-wrap .owl-nav .owl-prev {
    left: -125px;
    top: -125px;
}
.page-node-type-training-page .sessions-wrap .owl-nav .owl-next {
    right: -125px;
    top: -125px;
}
.view-testimonials .field-content{
    padding-right: 10px;
}
.modal.quote__modal.trainings__modal form label {
    text-transform: none;
}
.page-node-type-training-page .address--wrapper .form-wrapper{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px;
    text-align: left;
    margin-top: 0;
}
.page-node-type-training-page .address--wrapper::after {
    display:none;
}
.page-node-type-training-page .view-testimonials .owl-item{
    padding: 10px 160px;
}
.page-node-type-training-page .owl-nav button span{
    display: none;
}
.page-node-type-training-page .owl-nav{
    bottom: 150px;
    position: relative;
}
.page-node-type-training-page .owl-prev {
    background: url('/themes/custom/fosroc/images/arrow_left_24px_large.png') no-repeat center !important;
    background-size: cover !important;
    left: 50px;
}
.page-node-type-training-page .owl-next {
    background: url('/themes/custom/fosroc/images/arrow_right_24px_large.png') no-repeat center !important;
    background-size: cover !important;
    right: 50px;
}
.page-node-type-training-page .triangle-shape > span {
    font-size: 22px !important;
    line-height: 27px !important;
    letter-spacing: 0.15px !important;
}
.page-node-type-training-page .triangle-shape span:before,
.page-node-type-training-page .triangle-shape:before,
.page-node-type-training-page .triangle-shape span:after {
    height: 43px !important;
}
.page-node-type-training-page .view-event-session {
    width: 248px !important;
    padding: 0 !important;
}
.page-node-type-training-page .owl-theme .owl-nav .disabled{
    opacity: 1 !important;
 }
 .page-node-type-training-page .page-wrapper-main {padding-top:85px;}
.page-node-type-training-page .training ul {margin:0;}
.view-testimonials .view-content {
    padding: 0px 100px;
 }
 .eventbrite-events-wrapper {
    background: #F2F2F2;
    margin-left: -32px;
    margin-right: -32px;
    padding: 20px 20px 60px 20px;
 }
/*.sessions-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 70px;
    padding: 39px 0 0 0;
}*/

.sessions-wrap {
    padding: 40px 0 0 0;
}

.session-card {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
    background: #fff;
}

.session-card .card-image {
    width: 100%;
    aspect-ratio: 1 / 0.5;
    overflow: hidden;
}

.session-card .card-image img {
    width: 100%;
    height: 100%;
}

.session-card .session-info {
    padding: 20px 10px;
}

.session-card .session-info h3 {
    margin-top: 0;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.15px;
    min-height: 100px;
}
.session-info address {
    font-style: normal !important;
}

.session-card .session-info span {
    display: flex;
    gap: 12px;
}

.session-card .session-info span img {
    width: 20px;
    height: 20px;
}

.session-card .session-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 47px;
}

/*.sessions-wrap .session-card {
    width: calc(33% - 44px);
}*/

.sessions-wrap .session-card .link{
    display: inline-block;
    position: relative;
    padding-right: 36px;
    background: url(/themes/custom/fosroc/images/arrow_forward_24px_red.svg) no-repeat right center /16px;
    color: var(--Primary-Red, #F82D3F);
    text-align: right;

    /* H6 - 16px - Bold */
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: 0.15px;
    text-decoration: none;
}
.webform-submission-training-request-form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 17px 24px 0
}
.webform-submission-training-request-form > .form-item input, .webform-submission-training-request-form > .form-item textarea, .webform-submission-training-request-form > div > fieldset.form-item input, .webform-submission-training-request-form fieldset.form-item input {
    background: #FFFFFF;
    border: 1px solid #828282;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 10px 22px 10px 16px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.15px;
    color: #000;
    font-family: 'Inter';
}
.webform-submission-training-request-form select{
    padding: 8px 16px;
    border: 1px solid #828282;
    height: 48px;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.15px;
    font-weight: 300;
    color: #2B282F;
    border: 1px solid #828282;
    width: 100%;
}
.webform-submission-training-request-form #edit-processed-text,
.webform-submission-training-request-form .form-item-any-additional-information-about-the-training-you-re-seeking{
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
}
.webform-submission-training-request-form .address--wrapper .fieldset-wrapper{
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.webform-submission-training-request-form .address--wrapper .fieldset-wrapper .form-item{
    flex: 0 0 50%;
    max-width: calc(50% - 16px);
    margin-bottom: 12px;
    text-align: left;
}
.webform-submission-training-request-form .address--wrapper #edit-address-country-code,
.webform-submission-training-request-form .address--wrapper .form-item-address-country-code,
.webform-submission-training-request-form .form-item-what-training-are-you-interested-in-doing,
.webform-submission-training-request-form .form-item-i-am-a,
.webform-submission-training-request-form .form-item-yes-i-would-like-to-receive-updates-on-products-news-services-an,
.webform-submission-training-request-form .form-item-i-have-read-and-agree-to-the-a-href-privacy-modal-class-privacy,
.webform-submission-training-request-form .form-item-any-additional-information-about-the-training-you-re-seeking{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px;
    text-align: left;
    margin-top: 0;
}
.webform-submission-training-request-form .form-item {
    text-align:left;
}
.webform-submission-training-request-form .webform-button--submit{
    background: #F82D3F;
    border: 1px solid #F82D3F;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0 35px;
    transition: allease 0.5s;
    width: 100%;
}
.webform-submission-training-request-form .form-actions{
    flex: 1;
    margin: 0 -24px;
}
.webform-submission-training-request-form .privacy-modal {
    color: #F82D3F;
}
.webform-submission-training-request-form .form-item-business-address,
.webform-submission-training-request-form .form-item-can-t-find-your-address-add-it-manually
{
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 12px;
    text-align: left;
    margin-top: 0;}
.webform-submission-training-request-form .form-item-can-t-find-your-address-add-it-manually{
border: 2px solid #E0E0E0;
    padding: 12px 12px 0 12px;
    margin-bottom: 16px;
    margin-top: 16px;}
.quote__modal .webform-submission-training-request-form [type="checkbox"]:checked + label:after {
    top: 1px;
    margin-left: 0;
}

@media (max-width: 480px) {
.sessions-wrap .session-card {
    width: 100%;
}
.trainigs-data { 
    display: block;
    margin: 0 0 70px 0;
}
.training-right-data img {
   width: 100%;
   height: auto;
}
.page-node-type-training-page .owl-item {
    padding:0;
}
.view-testimonials .view-content {
    padding: 0px 25px;
}
.training-page-testimonials,
.eventbrite-events-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.page-node-type-training-page .owl-nav {
    bottom: 32px;
}
.page-node-type-training-page .quote__modal input[type="tel"] {
    width:100%
}
.cpd-data .training_field_image img {
    height: auto;
}
.training_field_banner_link a {
    padding-right: 20px;
}
.page-node-type-training-page .view-testimonials .owl-item {
    padding: 0px;
}
}

.main-portion {
    display: flex;
    gap: 1rem; 
}
.heading-70 {
    flex: 0 0 65%;
}
.heading-70 h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.15px;
    vertical-align: middle;
    margin: 0;
}
.heading-70 p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
}
.contact-30 {
    flex: 0 0 35%;
}
.contact-deatils {
    background: #2B282F;
    padding: 20px 40px;
    margin-top: 25px;
    width: 60%;
    float: right;
}
.contact-deatils h6 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    vertical-align: middle;
    margin: 0;
    color: #fff;
}
.contact-deatils ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.contact-deatils ul li a{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    vertical-align: middle;
    color: #fff;
}
.contact-deatils ul li img{
    margin-right: 15px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}
.stockist-fine span {
    color: #fff;
}
.phone-me{
    margin-bottom: 10px;
}
.stockist-fine a{
    vertical-align: baseline !important;
}
.contact-30 .stockist-fine {display:none}
.main-portion .link-url{
    background: #F82D3F;
    border: 1px solid #F82D3F;
    color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 0 35px;
    transition: allease 0.5s;
    display: inline-block;
    margin-top: 20px;
}

.full-width-detailer,
.main-portion,
.managers-wrapper {
    margin-top: 70px;
}
.full-width-detailer{
    background: #F8F8F8D1;
    padding-top: 64px;
}
.managers-detailer {
    background: #EAE9E9;
    padding-top: 64px;
    padding: 32px 0px
}
.news-block-insights-block .two-columns-block {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping */
  width: 100%;
  padding-bottom: 64px;
}
.news-block-insights-block {
    background: #F8F8F8D1;
    display: flex;
}
.news-block-insights-block span{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0.15px;
    color: #ED1B2F;
}
.years-exps {
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0px 5px 20px 0px #0000001A;
    background: #FFFFFF;
    text-align: center;
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 1rem;
    margin-right: 10px;
}
.profiles-wrapper .triangle-shape {
    margin: 32px 0 0 15px;
}
.news-block-insights-block p{
    font-family: 'Inter';
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    border-top: 1px solid #333;
    padding-top: 10px;
}


.profiles-block {
    padding: 64px 0;
    background-color: #EAE9E9;
}

.profiles-block .container {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 1280px;
    margin: 0 auto;
}

.profiles-wrapper {
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.profiles-wrapper .triangle-shape {
    margin: 0 0 0 15px;
}


.profiles-wrap {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 1280px;
    margin: 0;
    margin-bottom: 60px;
}

.profile-card .profile-image {
    width: 100%;
    /* aspect-ratio: 1 / 0.6; */
    overflow: hidden;
    flex: 1;
}

.profile-card .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-card .profile-info{
    background: #fff;
}

.profiles-wrap .profile-card {
    display: flex;
    flex-direction: column;
    width: calc(25% - 13px);
    transition: all 0.3s ease-in-out;
    height: 473px;
    box-shadow: 0px 5px 20px 0px #0000001A;
}

.profile-card .title-group {
    padding: 10px 10px 8px;
}

.profile-card .title-group span {
    font-size: 14px;
    line-height: 100%;
}

.profile-card .title-group h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.15px;
}

.profile-card .title-group p,
.profile-card .title-group h1,
.profile-card .title-group h2,
.profile-card .title-group h3,
.profile-card .title-group h4,
.profile-card .title-group h5 {
    margin: 0;
}

.profile-card .specialities-group {
    padding: 8px 10px 12px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.profile-card .specialities-group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #C4C4C4;
}

.profile-card .specialities-group p {
    margin: 0 0 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
}

.profile-card .specialities-group ul {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    padding-left: 25px;
    /* height: 66px; */
    /* transition: all 0.3s ease-in-out; */
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.15px;
    transition: height 0.5s ease;
    margin: 0;
    max-height: 200px;
    overflow: auto;

}

.profile-card .specialities-group ul.expanded {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}

.profile-card:hover .profile-info .title-group {
    color: #ED1B2F;
}

.tenure {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-align: center;
    padding: 12px;
    background-color: #2B282F;
    color: #fff;
    min-height: 48px;
    /* height: ; */
}

.tenure p {
    margin: 0;
}

.tenure span {
    color: #ED1B2F;
    font-size: 20px;
    vertical-align: middle;
}

@media screen and (max-width: 1024px) {
    .profiles-wrap .profile-card {
        width: calc(33% - 11px);
    }
}

@media screen and (max-width: 767px) {
    .profiles-wrap .profile-card {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 480px) {
    .profiles-wrap .profile-card {
        width: 100%;
    }
    .full-width-detailer, .main-portion, .managers-wrapper {
        margin-top: 70px;
    }
    .main-portion {
        display: block;
    }
    .contact-30 {
        margin-top: 30px;
    }
}
.application-guides-resource{
    max-width: fit-content !important;
}