body {
    overflow-x: hidden;
    background: #fff;
}

body,
html {
    height: 100%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Heebo', sans-serif;
    margin-top: 0px;
}

h1 {
    color: #cf3339;
    font-size: 40px;
    text-transform: capitalize;
}

h2 {
    font-size: 24px;
    text-transform: none;
    color: #666;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 40px;
}

h3 {
    font-size: 28px;
    line-height: 40px;
    color: #D02632;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #696969;
    letter-spacing: 0.5px;
    line-height: 30px;
}

h5 {
    color: #3c7691;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

p {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
}

a {
    font-family: 'Heebo', sans-serif;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
    color: inherit;
}

a:hover{
    color: #D02632;
}

input {
    font-family: 'Heebo', sans-serif;
    letter-spacing: 0.5px;
}

ul {
    list-style: none!important;
    padding-left: 0px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}

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

.inside-page ul{
    padding-left: 40px;
}

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

.inside-page a{
    color:#D02632
}

.inside-page p{
    line-height: 30px;
}

ol {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
}

tr,
td {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
}

td a {
    color: #ce0e2d;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

button:hover,
button:focus,
button:visited{
    text-decoration: none!important;
    outline: none!important;
}

.inside-page-ul {
    padding-left: 40px;
}

.inside-page-ul li,
.inside-page-ol li {
    list-style-type: disc;
}

.btn-custom:hover {
    color: #315261;
}

.post-page h2 {
    margin-bottom: 30px;
}

.separator-top {
    border-top: 1px solid #ddd;
    margin-top: 40px;
}

.separator-top-md {
    margin: 0px auto;
    border-top: 1px solid #ddd;
    margin-top: 60px;
    width: 500px;
}

.navbar-default{
    background: transparent;
    position: absolute;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #ce0e2d;
}

.navbar-nav .active a {
    transition: all 0.5s ease;
}

.navbar {
    height: auto;
}

.container-custom {
    width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand-alt{
    display: none;
}

.navbar-fixed-top {
    position: fixed;
    background: #fff!important;
    border: 0px;
}

.navbar-fixed-top .navbar-brand-alt{
    padding: 0px;
    display: block;
}

.navbar-fixed-top .navbar-brand{
    display: none;
}

.navbar-fixed-top .nav>li>a{
    color: #444!important;
}

.navbar-fixed-top .navbar-nav{
    margin-top: 5px;
}

.float-right {
    text-align: right;
}

.float-right i {
    padding-right: 10px;
}

.fa-search {
    padding-left: 10px;
}

.navbar {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 0px;
    border-radius: 0px;
    background-color: transparent;
    z-index: 999;
    width: 100%;
    margin-bottom: 0px;
}

.navbar-brand {
    margin-top: -5px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav>li>a {
    padding: 10px 15px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-toggle {
    margin: 0px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #D02632;
}

.navbar-collapse.collapse {
    display: block;
}

.navbar-fixed-top {
    background: #fff;
    display: block;
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-fixed-top {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}

.current-menu-item.page_item {
    background-color: transparent;
    color: #CE0E2D!important;
}  

.navbar-nav{
    margin-top: 30px;
}

.dropdown-toggle .fa{
    padding-left: 5px;
    font-size: 14px;
}

#toggle {
    width: 28px;
    height: 30px;
    margin: 0px auto;
}

#toggle div {
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.4s;
    backface-visibility: hidden;
}

#toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
    opacity: 0;
}

#toggle.on .three {
    transform: rotate(-45deg) translate(6px, -7px);
    height: 3px;
}

:focus {
    outline: none;
}

.slider {
    background-image: url("/web/20251011043631im_/https://itfa.org/images_interface/slider-background.jpg");
    height: 80vh;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-page {
    height: 50vh;
}

.section-space {
    padding-top: 95px;
    padding-bottom: 95px;
}

.accent-dark {
    background-color: #ce0e2d;
}

.accent-medium {
    background: #00aba4;
}

.accent-light {
    background: #00b6ae;
}

.separator-sm {
    border-bottom: 2px solid #fff;
    width: 90px;
    margin: 0px auto;
    margin-bottom: 40px;
    padding-top: 10px;
}

.btn-custom {
    border-radius: 0px!important;
    border: 2px solid #CE0E2D;
    color: #fff;
    padding: 10px 20px;
    background: #CE0E2D;
    transition: all 0.4s ease;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.btn-custom i {
    font-size: 16px;
    font-weight: 600;
}

.btn-light {
    background: #00b6ae;
    border-color: #00b6ae;
}

.btn-light:hover {
    border-color: #00b6ae;
}

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

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.topbar{
    background: #2a2a2a;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topbar a{
    margin-right: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

#login-btn, #logout-btn{
    background: #D02632;
    padding: 3px 20px;
    color: #fff;
    border-radius: 40px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

#login-btn:hover, #logout-btn:hover{
    background: #fff;
    color: #D02632!important;
    border-color: #fff;
}

.join-btn{
    background: #fff;
    padding: 3px 20px;
    color: #D02632!important;
    border-radius: 40px;
    font-weight: 500;
    transition: all 0.4s ease-in-out;
}

.join-btn:hover{
    background: #D02632;
    color: #fff!important;
    border-color: #D02632;
}

.topbar p{
    margin-bottom: 0px;
}

.topbar .fa{
    transition: all 0.4s ease-in-out;
    font-size: 15px;
    padding-right: 5px;
}

.topbar .fa:hover{
    color: #D02632;
}

.flex{
    display: flex;
    align-items: center;
}

.slider-text p{
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
}

.slider-text .fa{
    color: rgba(255,255,255,0.5);
    font-size: 40px;
}

.slider-text .fa-quote-left{
    float: left;
    text-align: left;
    margin-top: -60px;
}

.slider-text .fa-quote-right{
    float: right;
    text-align: right;
}

.owl-testimonials .item .fa-quote-left{
    float: left;
    text-align: left;
    color: #ddd;
    font-size: 40px;
    margin-left: -60px;
}

.owl-testimonials .item .fa-quote-right{
    float: right;
    text-align: right;
    color: #ddd;
    font-size: 40px;
    margin-top: -40px;
    margin-right: -40px;
}

.owl-testimonials .item small{
    font-size: 14px;
    color: #666;
    font-family: 'Heebo', sans-serif;
    margin-top: 20px;
    display: block;
}

.btn-custom{
    background: #D02632;
    padding: 10px 30px;
    color: #fff;
    border-radius: 40px!important;
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.5s ease-in-out;
}

.category-box .btn-custom{
    padding: 7px 25px;
    font-size: 16px;
}

.category-box h3{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.category-box figcaption{
    text-align: center;
}

.category-box{
    background: #333;
    height: auto!important;
    display: flex;
    align-items: center;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active{
    background: transparent;
    border-color: #D02632;
    color: #D02632;
}

.featured-categories {
    background: #1b1b1b;
    margin-top: -100px;
    box-shadow: 0px 20px 50px rgba(0,0,0,0.5);
    position: relative;
}

.category-box{
    overflow: hidden;
}

.category-box h3{
    position: absolute;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    padding-left: 90px;
    padding-right: 90px;
    font-weight: 700;
    line-height: 32px;
}

.category-box h3{
    transition: all 0.5s ease;
}

.category-box:hover h3{
    transform: translateY(-15px);
}

.category-box figcaption{
	position:absolute;
	top: 160px;
	left: 50px;
	right: 50px;
	z-index: 1;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	/*opacity: 0;*/
	transition: all 0.5s ease;
}
.category-box figcaption{
    opacity: 1;
    margin-top:10px;
}

/*.category-box:hover figcaption{
    opacity: 1;
}*/

.category-box figcaption a{
    font-size: 13px!important;
}

.category-box .fa{
    padding-left: 5px;
}

.section-title{
    margin-bottom: 60px!important;
}

.publications-col p, .news-col p{
    line-height: 26px;
}

.publications-col img{
    margin-bottom: 40px;
    transition: all 0.4s ease-in-out;
}

.publications-col img:hover{
    box-shadow: 0px 20px 30px rgba(0,0,0,0.4);
}

.publications-col h4{
    margin-bottom: 20px;
}

.publications-col p{
    padding-right: 40px;
}

.news-post, .newsdetails{
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

.newsdetails h4 a{
    font-size: 20px;
    text-transform: capitalize;
     color: #696969; 
    letter-spacing: 0.5px;
    text-decoration: none;
}

.newsdetails h4 a:hover{
    text-decoration: none;
    color: #D02632;
}

.newsdetails .datediv{
    margin-bottom: 0px;
}

.osc-res-tab a.btn-custom{
    color: #fff!important;
    text-decoration: none;
}

.osc-res-tab a.btn-custom:hover{
    text-decoration: none!important;
    color: #D02632!important;
    border-color: #D02632!important;
}

.osc-res-tab .nav {
    display: none!important;
}

.date-box{
    background: #eee;
    width: 70px;
    height: auto;
    padding: 15px;
    text-align: center;
}

.day{
    font-size: 34px;
    font-weight: 700;
    color: #D02632;
    line-height: 30px;
}

.month{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.nopaddingleft{
    padding-left: 0px;
}

.nopaddingright{
    padding-right: 0px;
}

.news-post-text{
    padding-left: 40px;
}

.grey-section{
    background: #eee;
}

.forum-section, .gtr-section, .login-section{
    border-left: 4px solid #D02632;
    padding-left: 60px;
}

.forum-user{
    margin-top: 40px;
}

.forum-user .fa{
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin: 0px auto;
    width: 100%;
    margin-top: 15px;
}

.user-thumbnail{
    border-radius: 50%;
    background: #666;
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 20px;
}

.user-details h4{
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 18px;
}

.user-details p{
    margin-bottom: 0px;
}

.itfa-events{
    padding-right: 60px;
}

.footer-section{
    background: #2a2a2a;
}

.footer-section h3{
    color: #fff;
    margin-bottom: 60px;
}

.footer-section p, .footer-section a, .footer-section li{
    color: #fff;
}

.footer-section .col-md-4{
    padding-right: 40px;
}

.footer-social-media .fa{
    font-size: 24px;
    padding-right: 10px;
}

.copyright-section{
    background: #D02632;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyright-section p{
    margin-bottom: 0px;
    color: #fff;
}

.copyright-section a:hover{
    color: #333;
}

.newsletter-box input{
    width: 100%;
    padding: 10px;
    padding-left: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    border: 0px;
    margin-bottom: 15px;
    border-radius: 40px;
}

/*.newsletter-box input[type=text]{
    width: 48%;
}*/

.newsletter-box .name{
    margin-right: 15px;
}

.newsletter-box input[type=submit]{
    background: #D02632;
    color: #fff;
    padding-left: 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.username-field, .password-field, .submit-field{
    display: inline-block;
    margin-right: 15px;
}

.username-field input, .password-field input, .submit-field input{
    padding: 5px 10px;
    padding-left: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    background: #ddd;
    border-radius: 40px;
    width: 250px;
}

.submit-field input{
    background: #D02632;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.owl-testimonials .item p{
    font-size: 18px;
    line-height: 34px;
}

.owl-theme .owl-dots {
    margin-top: 40px!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #cf2532;
}

.owl-publications .item{
    width: 280px!important;
}

.owl-publications .item p{
    padding-right: 0px;
}

.owl-publications .owl-item{
    overflow-x: visible!important;
}

.owl-publications.owl-theme .owl-nav {
    position: absolute;
    top: 0px;
    right: 50px;
    margin-top: -120px;
    font-size: 50px;
    color: #cf2532;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: inherit;
    text-decoration: none;
}

#twitter-widget-0{
    max-height: 450px!important;
}

#twitter-widget-0 .timeline-Widget{
    border-radius: 0px!important;
}

.search-input {
    -webkit-appearance: none;
    border: 0px;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0px;
    margin: 0px;
    line-height: 26px;
    width: 220px;
    font-size: 14px;
}

.search-input::placeholder {
    color: #fff;
}

.search-box{
    display: inline-block;
    margin-right: 15px;
}

.search-box .fa{
    color: #fff;
}

.login-section input[type=submit]{
    transition: all 0.4s ease-in-out;
}

.login-section input[type=submit]:hover{
    background: #2a2a2a;
    color: #fff;
}

.topbar-mob{
    display: none;
}

.dropdown-menu>li>a {
    padding: 15px 20px;
    letter-spacing: 0.5px;
    color: #555;
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0px;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.page-sidebar li a{
    font-size: 20px;
    color: #666;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

ul.sub-menu{
    display: block;
}

ul.sub-menu li a{
    font-size: 14px!important;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 10px;
    display: block;
    letter-spacing: 0.3px;
}

.inside-page {
    padding-left: 40px;
}

.inside-page .section-title{
    margin-bottom: 40px!important;
    font-size: 36px;
    font-weight: 500;
}

.inside-page .day{
    font-size:23px;
}

li.current-page-item a {
    color: #cf3339!important;
}

.ib-trail li{
    display: inline!important;  
}

.breadcrumbs a, .breadcrumbs span{
    display: inline;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    font-family: 'Heebo', sans-serif;
    padding-left: 2px;
    padding-right: 2px;
}

.breadcrumbs .current-item{
    padding-left: 6px;
}

.breadcrumbs{
    /*background: #f8f8f8;*/
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    margin-bottom: 30px;
    color: #666;
}

.img-circle{
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
}

h2.br{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 20px;
}

.inside-page h4{
    font-weight: 400;
    margin-bottom: 0px;
}

span.member-amt {
    font-size: 14px;
    letter-spacing: 0.2px;
}

.attachment-flag.sml{
    width: 30px;
    height: 30px;
    display: inline-block;
}

.regional-committee-section{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.regional-committee-section h4{
    margin-bottom: 20px;
}

.committee-members{
    margin-bottom: 20px;
}

.committee-members .member-amt{
    margin-right: 5px;
}

.committee-members .attachment-flag{
    margin: 0px 5px;
}

.theiaStickySidebar{
    background: #f8f8f8;
    padding: 40px 30px!important;
}

.board.member{
    margin-bottom: 20px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff!important;
}

.member-info .fa-envelope{
    color: #cf3339;
    padding-right: 5px;
}

.menu-functions-menu-wrap{
    margin: 2px 0;
    position: relative;
    
}
.menu-functions-menu-bottom-container {
    margin-bottom: 20px;
}
.menu-forfaiting-news-container {
    margin-top: 18px;
    
}
.menu-forfaiting-news-container ul, 
.menu-functions-menu-top-container ul,
.menu-functions-menu-bottom-container ul, .menu-education-container ul, .menu-working-groups-menu-top-container ul {
    margin-left: 0;
    padding-left: 0;
    clear:both;
    display: table;
    content: " ";
}
.menu-forfaiting-news-container ul li a,
.menu-forfaiting-news-container ul li a:hover,
.menu-functions-menu-top-container ul li a,
.menu-functions-menu-top-container ul li a:hover,
.menu-functions-menu-bottom-container ul li a,
.menu-functions-menu-bottom-container ul li a:hover, .menu-education-container ul li a, .menu-education-container ul li a:hover, .menu-working-groups-menu-top-container ul li a, .menu-working-groups-menu-top-container ul li a:hover {
    color: #666;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 25px;
    position: relative;
    font-weight: 400;
    
}
.menu-forfaiting-news-container ul li,
.menu-functions-menu-top-container ul li,
.menu-functions-menu-bottom-container ul li, .menu-education-container ul li, .menu-working-groups-menu-top-container ul li  {

    background-color: #f8f8f8;
    margin-bottom: 20px;
    list-style-type: none;
    border-radius: 20px;
    text-align: center;
    float: left;
    margin-right: 9px;
    position: relative;
    display: block;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
    
}
.menu-forfaiting-news-container ul li:hover, 
.menu-forfaiting-news-container ul li.current-menu-item ,
.menu-functions-menu-top-container ul li:hover,
.menu-functions-menu-top-container ul li.current-menu-item,
.menu-functions-menu-bottom-container ul li:hover,
.menu-functions-menu-bottom-container ul li.current-menu-item, .menu-education-container ul li:hover, .menu-education-container ul li.current-menu-item, .menu-working-groups-menu-top-container ul li:hover, .menu-working-groups-menu-top-container ul li.current-menu-item   {
    background-color:  #D02732;
    text-decoration : none;
}

.menu-forfaiting-news-container ul li:hover a, 
.menu-forfaiting-news-container ul li.current-menu-item a,
.menu-functions-menu-top-container ul li:hover a,
.menu-functions-menu-top-container ul li.current-menu-item a,
.menu-functions-menu-bottom-container ul li:hover a,
.menu-functions-menu-bottom-container ul li.current-menu-item a, .menu-education-container ul li:hover a, .menu-education-container ul li.current-menu-item a, .menu-working-groups-menu-top-container ul li:hover a, .menu-working-groups-menu-top-container ul li.current-menu-item a  {
    color:  #fff!important;
}

.menu-functions-menu-top-container ul li:last-child ,
.menu-functions-menu-bottom-container ul li:last-child, .menu-education-container ul li:last-child, .menu-working-groups-menu-top-container ul li:last-child {
    margin-right: 0;
}

span.organisation-name {
    text-transform: none!important;
}

.archive-page .news-post, .newsdetails {
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.archive-page .news-post .btn-custom{
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 14px;
}

span.day-alt {
    font-size: 22px!important;
}

.new-btn{
    background: #D02632;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    position: absolute;
    text-align: center;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 42%;
    margin-top: -50px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.new-btn-alt{
    background: #D02632;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    position: inherit;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.new-btn-alt-2{
    background: #D02632;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    position: absolute;
    padding: 5px 15px;
    top: 5px;
    left: 200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.category-box:hover .new-btn{
    opacity: 0;
}

a h4{
	transition: all 0.4s ease-in-out;
}

a h4:hover {
    color: #cf2532;
}

.search-page .btn-custom {
    padding: 8px 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.search-post{
	margin-bottom: 40px;
}

.search-page .post-separator{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

ul.sub-menu li .sub-menu li a {
    color: inherit!important;
}

.member-search-form button{
    background: #cf3339;
    color: #fff;
    border-radius: 0px;
}

.member-search-form .form-control{
    border-radius: 0px;
}

.member-search-form .txt{
    padding: 5px 0px;
    padding-left: 5px;
    line-height: 14px;
}

.form-control:focus{
	border: 1px solid #ddd;
    box-shadow: none;
}

.inside-page input#searchsubmit {
    background: #cf3339;
    border-radius: 0px;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.inside-page input#searchsubmit:hover{
    background: #333;
}

.forum-section .wpforo-widget-wrap{
	font-size: 28px!important;
    line-height: 40px!important;
    color: #D02632!important;
    font-weight: 400!important;
}

#wpf-widget-search input[type="submit"] {
    background: #cf2532;
    border: 0px;
    color: #fff;
    padding: 10px!important;
    height: auto!important;
}

#wpf-widget-search input[type="text"] {
    font-size: 14px;
    line-height: 16px;
    padding: 8px!important;
    height: auto!important;
}

#wpf-widget-recent-replies .wpforo-list-item-right p.posttitle {
    font-size: 20px!important;
    line-height: 30px!important;
    font-weight: 500!important;
}

.forum-section #wpf-widget-recent-replies .wpforo-list-item-right p.posttext {
    font-size: 14px!important;
    line-height: 18px!important;
    margin-bottom: 10px!important;
}

.forum-section .new-btn-alt {
    position: absolute;
    top: 5px;
    left: 160px;
}

.posttext a{
	color: #cf2432!important;
}

.wpforo-list-item-right{
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd!important;
}

.forum-section .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left {
    width: 8%;
}

.forum-section .wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right {
    width: 88%;
}

.forum-section .wpforo-list-item-right {
    padding-top: 0px;
}

.forum-section .wpforo-widget-wrap .wpforo-widget-content {
    padding-top: 0px!important;
}

.forum-section .wpforo-widget-content ul{
    padding-top: 10px!important;
}

.newsdetails {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#wpf-widget-search input[type="text"] {
    color: #666;
}

.owl-testimonials .owl-dots .owl-dot:last-child {
  display: none!important;
}

.inside-page a.btn-dark{
	color: #fff;
}

.inside-page a.btn-dark:hover{
	color: #D02632;
}

.wp-core-ui .button-primary {
    text-shadow: none!important;
}

@media only screen and (min-width: 768px){
  .container.wide{
    width: 750px;
  }
  
  .navbar-collapse{
      display: block!important;
  }
}

@media only screen and (min-width: 991px){
  .container.wide{
    width: 900px;
  }
}

@media only screen and (min-width: 1024px){
  .container.wide{
    width: 990px;
  }
}

@media only screen and (min-width: 1200px){
  .container.wide{
    width: 1180px;
  }
}

@media only screen and (min-width: 1300px){
  .container.wide{
    width: 1250px;
  }
}

@media only screen and (min-width: 1400px){
  .container.wide{
    width: 1350px;
  }
}

@media only screen and (min-width: 1600px){
  .container.wide{
    width: 1550px;
  }
}

@media only screen and (min-width: 1800px){
  .container.wide{
    width: 1720px;
  }
}

@media only screen and (max-width: 1599px){
    .category-box h3 {
        font-size: 24px;
        padding-left: 60px;
        padding-right: 60px;
        line-height: 30px;
        margin-top:-10px;
    }
    
    .category-box:hover h3 {
        transform: translateY(-10px);
    }
    
    .category-box figcaption {
        top: 130px;
    }
}
    
_:-ms-lang(x), .category-box h3 { 
    
    margin-top:-144px!important; 
 }

 _:-ms-lang(x), .category-box { display:block!important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */

     .category-box{
        display:block!important;
     }

     .category-box h3 {
        font-size: 24px;
        padding-left: 60px;
        padding-right: 60px;
        line-height: 30px;
        margin-top:-190px!important;
    }
    
    .category-box:hover h3 {
        transform: translateY(-10px);
    }
    
    .category-box figcaption {
        top: 130px;
    }
}


@media only screen and (max-width: 1400px){
    .category-box figcaption {
        top: 120px;
    }
    
    .category-box:hover h3 {
        transform: translateY(-20px);
    }
    
    .newsletter-box .name {
        margin-right: 11px;
    }

    .nav>li>a{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1300px){
    .newsletter-box .name {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1199px){
    .navbar-toggle{
        padding: 0px;
    }
    
    .navbar-header{
        padding: 0px;
    }
    
    .navbar-nav {
        margin: 0px;
        padding: 0px;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        border: none!important;
    }
    
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-header {
        float: none;
    }
    
    .container-custom{
        width: 100%;
    }
    
    .collapse.in{
        position: relative;
        display: block!important;
    }
    
    .navbar-nav {
        background: #fff;
        float: left;
        margin: 0px auto;
        text-align: left;
        display: grid;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        z-index: 999;
        padding-left: 20px;
    }
    
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        padding-left: 0px;
        padding-right: 0px;
        z-index: 999;
        margin-top: 50px;
    }
    
    .navbar-toggle {
        display: block;
        margin-top: 40px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #666;
    }
    
    .category-box figcaption {
        top: 75px;
    }

    .category-box h3 {
    font-size: 19px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 26px;
    margin-top: -20px;
}
    
    .category-box:hover h3 {
        transform: translateY(-10px);
    }
    
    .navbar-fixed-top #toggle div{
        background: #2a2a2a;
    }
    
    .navbar-fixed-top .navbar-toggle {
        margin-top: 10px;
    }
    
    .navbar-fixed-top .navbar-collapse{
        margin-top: 0px!important;
    }
    
    .newsletter-box .name {
        margin-right: 10px;
    }


    .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #d12732;
    background-color: transparent;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px){
    .category-box figcaption {
        top: 80px;
    }
    
    .category-box:hover h3 {
        transform: translateY(-30px);
    }
    
    .category-box h3{
        font-size: 18px;
        line-height: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .newsletter-box .name {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 1023px){
    .topbar .wide{
        width: 100%;
    }
    
    .navbar .wide{
        width: 100%;
    }
    
    .navbar-toggle{
        margin-right: 15px;
    }
    
    .category-box h3{
        font-size: 26px;
    }
    
    .category-box:hover h3 {
        transform: translateY(-30px);
    }
    
    .news-col{
        margin-top: 60px;
    }
    
    .forum-section, .gtr-section{
        margin-top: 60px;
    }
    
    .forum-section, .gtr-section, .login-section {
        padding-left: 35px;
    }
    
    .itfa-events{
        margin-top: 0px;
    }
    
    .login-section{
        margin-bottom: 60px;
    }

    .owl-testimonials .item .fa-quote-left{
    	margin-left: 0px;
    }

    .owl-testimonials .item .fa-quote-right{
    	margin-right: 0px;
    }
}

@media only screen and (max-width: 991px){
    .flex{
        display: block;
    }
    
    .about-img{
        margin-top: 40px;
    }
    
    .slider.flex{
        display: flex;
    }
    
    .forum-user.flex{
        display: flex;
    }
    
    .mobspacingbottom{
        margin-bottom: 60px;
    }
    
    .newsletter-box input[type=text] {
        width: 49%;
    }
    
    .newsletter-box .name {
        margin-right: 13px;
    }
    
    #twitter-widget-0 {
        width: 100%!important;
        margin-bottom: 40px!important;
    }
    
    .footer-social-media .nopaddingright{
        padding-left: 0px;
    }
    
    .owl-testimonials .item p {
        padding-left: 50px;
        padding-right: 15px;
    }
    
    .navbar-brand{
        padding-left: 15px;
    }
    
    .topbar .fa {
        padding-right: 0px;
    }

    .category-box figcaption {
        top: 120px;
    }
}

@media only screen and (max-width: 767px){
    .topbar .float-right{
        text-align: left;
    }
    
    .navbar-brand{
        width: 100px;
    }
    
    .search-box input[type=text]{
        width: 180px;
    }
    
    .navbar-toggle {
        margin-top: 25px;
    }
    
    .navbar-fixed-top .navbar-brand-alt{
        padding-left: 15px;
    }
    
    .slider-text p {
        font-size: 18px;
        line-height: 34px;
    }
    
    .slider{
        height: 100vh;
    }
    
    .search-box{
        margin-top: 5px;
    }
    
    .search-box input[type=text] {
        width: 190px;
    }
    
    .topbar-pc{
        display: none;
    }
    
    .topbar-mob{
        display: block;
    }
    
    .topbar-mob .container{
        padding: 0px;
    }
    
    .slider-text .fa {
        font-size: 32px;
    }
    
    .news-post-text h4{
        line-height: 26px;
    }
    
    .forum-section, .gtr-section, .login-section {
        padding-left: 20px;
    }
    
    .owl-testimonials .item p {
        font-size: 14px;
    }
    
    .owl-testimonials .item .fa-quote-left {
        font-size: 26px;
    }
    
    .owl-testimonials .item .fa-quote-right {
        font-size: 26px;
    }
    
    .owl-testimonials .item p {
        padding-left: 30px;
        padding-right: 15px;
    }
    
    .testimonials{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .dispute-col{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .itfa-events {
        padding-right: 15px;
    }

    .inside-page{
        padding-left: 15px;
    }

    .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
    }

    .category-box figcaption {
    top: 135px;
}

    .newsletter-box input[type=text] {
    width: 100%;
}

.news-post, .newsdetails {
    overflow-wrap: break-word;
}
}



.sidebox h1{
    font-size: 28px;
    line-height: 40px;
    color: #D02632;
    font-weight: 400;
}

.tabs_login{
    display:none;
}

.tab_container_login{
    background-color:transparent;
    border:none;
}

.tab_content_login h1{
    font-size: 28px;
    line-height: 40px;
    color: #D02632;
    font-weight: 400;
}

.tab_content_login h2{
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-transform: none;
}

.username label, .password label{
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0.5px;
}

.username input, .password input{
    padding: 5px 10px;
    padding-left: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    background: #ddd;
    border-radius: 40px;
    width: 100%;
    height:40px;
}

/*.login_fields{
    margin-top:47px;
}*/

.user-submit{
    margin:0px;
}

input#memberbtn{
    background: #D02632;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px;
    padding-left: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    border: 0px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    border-radius: 40px;
    width: 100%;
}

#memberbtn{
    background-color:#D02632;
    border:none;
    color:#fff;
    font-weight:600;
}

.dropdown-menu>li>a:hover{
    color:#fff;
    background-color:#D02632;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    color:#fff;
    background-color:#D02632;
}

.rememberme{
    margin-top:13px;
}

.tab_container_login{
    position:static;
}

.tab_container_login a{
    color:#D02632;
}

.view-details-btn{
    background-color:#D02632;
    font-weight:400;
    border:none;
    border-radius: 40px;
    border: 2px solid #D02632;
    transition: all 0.3s ease-in-out;
}

.view-details-btn:hover,.view-details-btn:active, .view-details-btn:focus, .view-details-btn:visited{
    background-color:#fff;
    color:#D02632;
    font-weight:400;
    border:solid 2px #D02632;
    border-radius: 40px;
}

ul.directories, ul.organisation-details, ul.contact-ind-details{
    -webkit-padding-start:0px;
    -moz-padding-start:0px;
    -o-padding-start:0px;
}

ul.directories li, ul.organisation-details li, ul.contact-ind-details li{
    list-style-type: none;  
}

li.member-directory{
    border-bottom: solid 1px #eee;
    padding-bottom:10px;
    margin-bottom:30px;
}

.info-head{
    font-weight:600;
}

.search-page .btn-custom:hover {
    color: #D02632;
}

@media (min-width: 768px){
.modal-dialog {
    width: 800px;
    }
}

.modal-header img{
    width:50px!important;
    height:auto;
}

.board.member{
    border-bottom: solid 1px #eee;
    padding-bottom:10px;
    margin-bottom:30px;
}

#wpfront-scroll-top-container{
    background-color:#D02632;   
    border-radius:50%;
}

#wpfront-scroll-top-container i{
    color:#fff;   
    font-size:30px;
    padding:11px 17px;
}

.wp-pagenavi{
    margin-top: 40px;
}

.wp-pagenavi span.current{
    color:#fff;
     background-color:#D02632;  
     border:none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
    border:none;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: none;
    background: #f8f8f8;
    color: #666;
    padding: 7px 10px;
    margin: 3px;
}

.wp-pagenavi span{
    padding-top: 9px;
    padding-bottom: 10px;
}

p.smalldate{
    font-family: 'Heebo', sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.conftable{
    background-color:#f3f4f5;
    width:100%;
    padding:15px;
}

.download-attachments ul{
    -webkit-padding-start:0px;
    -moz-padding-start:0px;
    -o-padding-start:0px;
}

.download-attachments ul li{
    list-style-type: none;
    border-bottom: solid 1px #eee;
    margin-bottom:20px;
    padding-bottom:20px;
}

.attachment-label{
    font-weight: 500;
}

h2.memberres{
    margin-top:20px;
    margin-bottom:30px;
}

.country-directory img.attachment-flag.lrg.size-flag.lrg, .member-directory img.attachment-flag.lrg.size-flag.lrg {
    width: 50px;
    height: auto;
}

ul.directories{
	display: inline-block;
}

ul.directories li{
    display: block;
    width: 33%;
    float: left;
    clear: none;
    margin: 0px;
    margin-bottom: 20px;
}

ul.directories .member-directory{
	padding-bottom: 30px;
}

.organisation-details li, .contact-ind-details li{
    width: 100%!important;
}

.sub-menu .menu-li-title a{
	font-size: 16px!important;
    color: #666!important;
    font-weight: 500!important;
    display: block!important;
}

.menu-li-title ul.sub-menu li a{
	font-size: 14px!important;
    font-weight: 500!important;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 10px!important;
    padding-left: 20px;
}

.menu-li-title ul.sub-menu .current-menu-item a{
	color: #cf3339!important;
}

li.menu-li-title-semi a{
	font-weight: 500!important;
}

.menu-li-title ul .sub-menu li.menu-li-title-semi a{
	font-weight: 500!important;
}

#wpforo-wrap #wpforo-menu{
    background-color:#eee;
    color: #D02632;
}

#wpforo-wrap #wpforo-menu li a{
    color: #D02632;
}

#wpforo-wrap #wpforo-menu li{
    border-right: solid 1px #ddd;
}

#wpforo-wrap .wpforo-active, #wpforo-wrap #wpforo-menu li:hover, #wpforo-wrap #wpforo-menu .current-menu-ancestor, #wpforo-wrap #wpforo-menu .current-menu-parent, #wpforo-wrap #wpforo-menu .current_page_item{
    background-color: #D02632!important;
    
}

#wpforo-wrap .wpforo-active, #wpforo-wrap #wpforo-menu li:hover a, #wpforo-wrap #wpforo-menu .current-menu-ancestor, #wpforo-wrap #wpforo-menu .current-menu-parent, #wpforo-wrap #wpforo-menu .current_page_item{
    background-color: #D02632!important;
    color:#fff!important;
}

li.wpforo-active a, #wpforo-wrap #wpforo-menu li.wpforo-active a{
    color: #fff!important;
}

#wpforo-wrap .wpf-search i{
    color: #D02632;
}

#wpforo-wrap #wpforo-menu li > ul{
     background-color:#ccc;
     color: #D02632;
}

#wpforo-wrap .wpf-breadcrumb div.active{
    color: #D02632;
}

.wpfcl-5{
    color: #D02632!important;
}

#wpforo-wrap .wpfl-1 .wpforo-post-head, .wpfbg-6{
    background-color: #D02632!important;
}

#wpforo-wrap .wpfl-1 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-2 .wpforo-post .wpf-right .wpforo-post-content-top, #wpforo-wrap .wpfl-3 .wpforo-post .wpf-right .wpforo-post-content-top{
    color: #D02632!important;
}

#wpforo-wrap a:visited{
    color: #D02632!important;
}

#wpforo-wrap .wpforo-post .wpforo-membertoggle i{
    color: #D02632!important;
}

#wpforo-wrap .wpfl-1 .wpforo-category{
    background-color: #D02632!important;
}

#wpforo-wrap a, #img-arrow-2, .wpfcl-a, .fa-share-alt, .wpfsa{
    color: #D02632!important;
}

#wpforo-wrap #wpforo-stat-body .wpf-new i, #wpforo-wrap #wpforo-stat-body .wpf-all-read i{
    color: #D02632!important;
}

#wpforo-wrap .wpf-button{
    background-color: #D02632!important;
    border:none;
    border-radius:40px;
}

#wpforo-wrap .wpfl-1 .wpforo-topic-head{
    background-color: #D02632;
}

#wpforo-wrap .wpforo-members-search .wpf-member-search{
    border:none;
    border-radius:40px;
}

#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu{
    background-color: #eee;
    color: #D02632!important;

}

#wpforo-wrap .wpforo-profile-wrap .h-bottom .wpf-profile-menu a.wpforo-active{
background-color: #D02632!important;
    color: #fff;
}

#wpforo-wrap #wpforo-poweredby{
    display:none;
}

.gform_wrapper .percentbar_blue{
    background-color: #D02632!important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
   background-color: #D02632!important;
    color: #fff; 
    border:solid 2px #D02632;
    border-radius:40px;
    padding:10px 30px;
}

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover{
   background-color: #fff!important;
    color: #D02632!important; 
    border:solid 2px #D02632;
    border-radius:40px;
    padding:10px 30px;
}

a#gform_save_2_2_link{
    border:solid 2px #D02632;
    border-radius:40px;
    padding:10px 30px;
}

a#gform_save_2_2_link:hover{
    color:#fff;
    background-color: #D02632;
    border:solid 2px #D02632;
    border-radius:40px;
    padding:10px 30px;
}

#wpf-widget-search input[type="submit"]{
    font-family:'FontAwesome', Arial;
}

.animatedbanner img{
	width:100%;
	/*max-width:300px;*/
}

.g img{
	width:100%!important;
}

.panel-group{
  margin-top: 40px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}

.panel-default>.panel-heading {
    color: #444;
    background-color: #f9f9f9;
    border-color: #ddd;
    border-radius: 0px;
    padding: 15px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.panel-title{
  font-size: 17px;
    color: inherit;
    font-weight: 300;
  line-height: 40px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #D02632;
}

.panel-body {
    padding: 30px 15px;
    background: #f9f9f9;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: #666;
    padding-left: 0px;
}

.panel-faq .panel-body, .panel-faq .panel-default>.panel-heading{
  background: #fff;
}

.panel-title a.float-right{
  float: right;
  font-size: 30px;
}

.panel-title a .fa-angle-up{
    display: none;
}

.panel-title a[aria-expanded="false"] .fa-angle-down{
    display: block;
}

.panel-title a[aria-expanded="true"] .fa-angle-up{
    display: block;
}

.panel-title a[aria-expanded="true"] .fa-angle-down{
    display: none;
}

.contactform input{
    width:100%;
    padding:10px;
    margin-bottom:20px;
}

#wpforo-wrap .wpfl-2 .wpforo-category {
    background-color:#D02632;
}

.foogallery-album-gallery-list .foogallery-pi{
	font-size: 19px!important;
}

.foogallery-pile-inner h3{
	font-size: 19px!important;
}

table.spacer td{
	padding-right:15px;
}

.news-image{
    margin-bottom:20px;
}

.printfunc{
    margin-bottom:30px;
}

.ss-inline-share-wrapper{
    margin:0!important;
}
/*
     FILE ARCHIVED ON 04:36:31 Oct 11, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:57:23 Dec 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.563
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.009
  esindex: 0.013
  cdx.remote: 28.339
  LoadShardBlock: 152.192 (3)
  PetaboxLoader3.datanode: 149.43 (4)
  load_resource: 11.231
*/