body, html {
    margin: 0
}

h1, h2, h3, h4, h5, h6, p, ul li, .opportunity-info ul li {
    text-rendering: geometricPrecision
}

h2, h3, h4 {
    letter-spacing: 1px
}

a {
    text-decoration: none
}

a img {
    border: none
}

p, ul li, .opportunity-info ul li {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    color: black;
    line-height: 24px;
    margin-bottom: 20px
}

p.caption, ul li.caption {
    font-size: 14px;
    line-height: 19px
}

h1 {
    font-family: 'anton', sans-serif;
    font-size: 60px;
    color: #093254;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0
}

h2 {
    font-family: 'anton', sans-serif;
    font-size: 48px;
    color: #093254;
    line-height: 48px;
    text-transform: uppercase;
    margin: 0
}

h3 {
    font-family: 'anton', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #093254;
    line-height: 30px;
    margin: 0
}

h4 {
    font-family: 'anton', sans-serif;
    font-size: 22px;
    color: #093254;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 15px 0
}

h5 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    color: #093254;
    line-height: 15px;
    margin: 0
}

h6 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #093254;
    line-height: 24px;
    margin: 0
}

hr {
    border: 1px solid #B8B8B8
}

#my-menu {
    display: none
}

.table {
    background: white;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-collapse: collapse;
    border-spacing: 0;
    overflow: hidden
}

.table .cell, .table.advantage-table .check {
    border-bottom: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    text-align: center;
    width: 50%;
    float: left;
    height: 45px;
    padding: 15px 0;
    box-sizing: border-box;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #464646
}

.table .cell span, .table.advantage-table .check span {
    line-height: 8px
}

.table .cell.left-cell, .table.advantage-table .left-cell.check {
    width: 100px
}

.table .cell.right-cell {
    width: -webkit-calc(100% - 80px);
    padding-left: 5px;
    padding-right: 5px;
    width: calc(100% - 100px);
    border-right: none
}

.table.advantage-table .check {
    width: 45px !important
}

.table.advantage-table .cell {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px)
}

.table.advantage-table .cell, .table.advantage-table .check {
    height: 45px;
    float: left;
    text-align: left;
    padding-left: 15px
}

.wrapper {
    width: 1124px;
    margin: 0 auto
}

.btm-content {
    background-size: cover;
    background-position: center;
    background-image: url('../images/main-bg.jpg');
    overflow: hidden
}

.standard-bg {
    background-size: cover;
    background-position: center;
    width: 230px;
    height: 129px
}

.psuedo-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    box-shadow: inset 0px 5px 6px 0px rgba(0, 0, 0, 0.5);
    z-index: 2
}

.gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    opacity: 0.7;
    background: radial-gradient(50% 53%, rgba(0, 0, 0, 0.13) 50%, #000000 100%)
}

.gradient.light {
    opacity: 0.4;
    transform: all 200ms
}

.emphasis-btn {
    background: #093254!important;
    border: 3px solid white;
    border-radius: 1px;
    font-family: "Titillium Web", sans-serif;
    font-size: 14px;
    color: #fff!important;
    letter-spacing: 0.94px;
    box-shadow: 0 0 5px grey;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 40px;
    transition: all 400ms;
    cursor: pointer
}

.emphasis-btn:hover {
    box-shadow: none;
    border-radius: 4px;
    /*border: 3px solid var(--red);*/
    transition: all 200ms;
    color: white;
    text-decoration: none;
}

.parent-center {
    text-align: center
}

.center {
    margin: 0 auto;
    float: none !important
}

.inner {
    display: table;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

.inner .content {
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.side-arrows {
    background-color: var(--red);
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    color: white;
    width: 400px;
    padding: 2px 100px 2px 100px;
    text-align: center;
    margin-bottom: 22px;
    position: relative;
    opacity: 0
}

.side-arrows:before, .side-arrows:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -1.4px;
    border: 14px solid transparent
}

.side-arrows:before {
    right: 99.9%;
    border-right-color: var(--red)
}

.side-arrows:after {
    left: 99.9%;
    border-left-color: var(--red)
}

.service-applications img {
    width: 100%;
    margin-bottom: 20px
}

.small-body-margin {
    margin-top: 15px;
    margin-bottom: 25px
}

.medium-body-margin {
    margin-top: 25px;
    margin-bottom: 35px
}

.large-body-margin {
    margin-top: 35px;
    margin-bottom: 45px
}

.grate-bg {
    width: 100%;
    height: 16px;
    top: 0;
    left: 0;
    position: absolute;
    background-position-y: -3px;
    background-repeat: repeat-x;
    background-size: 100%
}

.safety-logos {
    text-align: center;
    margin-bottom: 20px
}

.safety-logos img {
    margin-top: 20px
}

.single-banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 7px solid #FCB423;
    height: 473px;
    position: relative;
    box-sizing: border-box
}

.single-banner .inner {
    position: relative;
    z-index: 3
}

.single-banner .inner h2 {
    font-family: 'anton', sans-serif;
    font-size: 85px;
    width: 85%;
    letter-spacing: 2px;
    color: white;
    line-height: 85px;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.73);
    text-transform: uppercase;
    margin: 0 auto
}

.triple-banner {
    position: relative;
    overflow: hidden;
    border-bottom: 7px solid var(--red);
    height: 473px;
    position: relative;
    text-align: center
}

.triple-banner .inner {
    position: relative;
    z-index: 3
}

.triple-banner .inner h2 {
    font-family: 'anton', sans-serif;
    font-size: 85px;
    letter-spacing: 2px;
    color: white;
    line-height: 85px;
    text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.73);
    text-transform: uppercase;
    margin: 0
}

.triple-banner .bg-left, .triple-banner .bg-middle, .triple-banner .bg-right {
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    height: 473px
}

.triple-banner .bg-left {
    left: 0
}

.triple-banner .bg-right {
    right: 0
}

.triple-banner .gradient {
    z-index: 2
}

.nav-elem-container {
    display: none
}

.nav-elem-container.show-nav-item {
    display: block
}

.nav-elem-container .sub-navigation {
    display: none
}

.nav-elem-container .sub-navigation.show-subnav-item {
    display: block
}

.side-navigation {
    width: 250px;
    padding: 25px;
    float: left;
    box-sizing: border-box
}

.side-navigation nav {
    margin-bottom: 30px
}

.side-navigation nav ul {
    list-style: none;
    padding-left: 0
}

.side-navigation nav ul li {
    text-decoration: none;
    margin-bottom: 17px
}

.side-navigation nav ul li span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #FCB423;
    font-weight: 500;
    margin-right: 5px
}

.side-navigation nav ul li .nav-link {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #093254;
    text-decoration: none
}

.side-navigation nav ul li .nav-link:hover {
    color: #FCB423
}

.side-navigation nav ul li .sub-navigation li {
    padding-left: 15px;
    margin: 10px 0
}

.side-navigation nav ul li .sub-navigation li a {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #093254;
    line-height: 22px;
    text-decoration: none
}

.side-navigation .side-nav-news {
    width: 100%
}

.side-navigation .side-nav-news hr {
    margin-top: 15px;
    margin-bottom: 15px
}

.side-navigation .side-nav-news .news-item {
    margin-bottom: 20px
}

.side-navigation .side-nav-news .news-item .yellow-simple-link {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 100;
    font-size: 14px;
    color: #FCB423;
    line-height: 20px;
    text-decoration: none
}

.right-content {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    float: right;
    padding: 2rem 5rem;
    box-sizing: border-box
}

.full-content {
    padding: 20px 20px 100px 20px
}

header {
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #B8B8B8;
    position: relative;
    z-index: 11
}

@media(min-width: 1041px) {
    header .wrapper {
        display: flex;
        width: auto;
        justify-content: center;
    }
    .nav-main {
        min-width: 940px;
    }
}
@media(min-width: 1124px) {
    .nav-main {
        min-width:1024px;
    }
}

header .logo-container {
    width: 100px;
    text-align: center;
    float: left;
    padding: 8px 3px;
    /*margin-right: 25px;*/
}

header nav {
    float: left;
    margin: 0
}

header nav .nav {
    padding-left: 0;
    margin-top: 32px;
    margin-bottom: 36px
}

header nav .nav .nav-item {
    list-style: none;
    display: inline;
    padding: 34px 12px;
    border-left: 1px solid #B8B8B8
}

header nav .nav .nav-item:hover {
    background-color: #093254;
    border-bottom: 3px solid var(--red);
    padding-bottom: 34px
}

header nav .nav .nav-item:hover .nav-link {
    color: white;
    transition: all 200ms
}

header nav .nav .nav-item .nav-link {
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #093254;
    transition: all 200ms
}

header .navigation-dropdown {
    width: 90%;
    max-width: 940px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    overflow: hidden;
    border-bottom: 3px solid #FCB423;
    padding: 30px 0;
    top: 90px;
    z-index: 8;
    background-color: white;
    box-sizing: border-box;
    display: none;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.3)
}

header .navigation-dropdown .column {
    width: 33%;
    min-height: 175px;
    box-sizing: border-box;
    border-right: 1px solid #B8B8B8;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box
}

header .navigation-dropdown .column img {
    width: 100%
}

header .navigation-dropdown .column:nth-child(3n+0) {
    border-right: none
}

header .navigation-dropdown .column h3 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 16px !important;
    color: #093254;
    margin-bottom: 10px;
    letter-spacing: 1.4px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 24px
}

header .navigation-dropdown .column .menu-desc p, header .navigation-dropdown .column .menu-desc ul li {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 100
}

ul header .navigation-dropdown .column .menu-desc li {
    font-size: 12px;
    line-height: 16px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 100
}

header .navigation-dropdown .column .menu-desc a {
    text-decoration: none;
    font-size: 12px;
    font-weight: 100;
    color: #FCB423;
    padding-right: 5px;
    font-family: "Titillium", sans-serif
}

header .navigation-dropdown .column .menu-desc span {
    color: #FCB423
}

header .navigation-dropdown .column ul {
    padding-left: 5px
}

header .navigation-dropdown .column ul li {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0
}

header .navigation-dropdown .column ul li a {
    font-family: 'Titillium', sans-serif;
    font-size: 12px;
    color: #093254;
    line-height: 21px;
    text-decoration: none;
    padding-top: 3px;
    float: left
}

header .navigation-dropdown .column ul li span {
    float: left;
    font-size: 20px;
    color: #B8B8B8;
    margin-right: 10px
}

header .hamburger-container {
    background-color: #093254;
    width: 46px;
    height: 44px;
    position: absolute;
    right: 45px;
    top: 15px;
    padding: 11px;
    border: 4px solid #093254;
    transition: all 200ms;
    display:none;
}

header .hamburger-container:hover {
    border: 4px solid #FCB423;
    transition: all 200ms
}

header .hamburger-container:hover .top, header .hamburger-container:hover .middle, header .hamburger-container:hover .bottom {
    background-color: #FCB423;
    transition: background-color 200ms
}

header .hamburger-container .top, header .hamburger-container .middle, header .hamburger-container .bottom {
    width: 100%;
    height: 3px;
    background-color: white;
    margin-bottom: 4px;
    transition: all 200ms;
}

.home .section-1 {
    padding-top: 0;
    margin: 0;
    padding-bottom: 30px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    border-bottom: 7px solid var(--red)
}

.home .section-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home .section-1 .overlay.home-banner-slider {
    z-index: -2
}

.home .section-1 .overlay.home-banner-slider .home-banner-slide {
    height: 528px;
    width: 100%;
    background-position: center;
    background-size: cover
}

.home .section-1 .overlay.active-cover {
    opacity: 0;
    background-color: #093254;
    z-index: 0;
    height: 100%;
    width: 100%;
    transition: all 200ms
}

.home .section-1 .bold-title {
    width: 672px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 50px;
    opacity: 0;
    font-size: 102px;
    line-height: 90px;
    font-family: 'anton', sans-serif;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 1px 3px black;
    position: relative
}

.home .section-1 .bold-title img {
    width: 100%;
    z-index: 2
}

.home .section-1 .pillars {
    width: 86%;
    padding-left: 33px;
    background-size: cover;
    background-position: 0 -45px;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0
}

.home .section-1 .pillars .pillar-cover {
    position: absolute;
    top: -21px;
    left: -23px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 11;
    width: 121%;
    transition: opacity 50ms
}

.home .section-1 .pillars .pillar {
    width: 307px;
    height: 307px;
    float: left;
    margin-right: -40px;
    position: relative
}

.home .section-1 .pillars .pillar .white-diamond {
    background-color: transparent;
    width: 307px;
    height: 307px;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center
}

.home .section-1 .pillars .pillar .inner {
    text-align: center;
    position: relative
}

.home .section-1 .pillars .pillar .inner h1 {
    font-family: 'anton', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 100;
    color: white;
    line-height: 30px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    margin-top: -5px;
    text-shadow: 1px 1px 1px black
}

.home .section-1 .pillars .pillar .inner p, .home .section-1 .pillars .pillar .inner ul li {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: white;
    line-height: 12px;
    width: 60%;
    margin-left: 20%;
    margin-top: 0
}

ul .home .section-1 .pillars .pillar .inner li {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: white;
    line-height: 12px;
    width: 60%;
    margin-left: 20%;
    margin-top: 0
}

.home .section-2 {
    margin: 0px;
    display: block;
    border-bottom: 1px solid #B8B8B8
}

.home .section-2 .wrapper {
    overflow: hidden
}

.home .section-2 .left {
    width: 20%;
    box-sizing: border-box;
    float: left;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    border-left: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8
}

.home .section-2 .left .news-bottom {
    font-family: "anton", sans-serif;
    font-size: 32px;
    color: #093254;
    line-height: 32px;
    display: inline;
    text-transform: uppercase
}

.home .section-2 .left p, .home .section-2 .left ul li {
    float: right;
    text-align: right;
    margin-top: 0;
    line-height: 33px
}

ul .home .section-2 .left li {
    float: right;
    text-align: right;
    margin-top: 0;
    line-height: 33px
}

.home .section-2 .right {
    width: 80%;
    float: left;
    position: relative;
    border-right: 1px solid #B8B8B8
}

.home .section-2 .right .news-item {
    width: 50%;
    height: 72px;
    position: relative;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #B8B8B8;
    transition: background-color 300ms
}

.home .section-2 .right .news-item:focus {
    outline: none
}

.home .section-2 .right .news-item:hover {
    background-color: #FAF5EA;
    transition: all 300ms
}

.home .section-2 .right .news-item:hover:first-of-type {
    border-top: none
}

.home .section-2 .right .news-item:hover .plus-content span {
    color: #FCB423;
    transition: color 300ms
}

.home .section-2 .right .news-item .date-inner {
    height: 72px
}

.home .section-2 .right .news-item .plus-inner {
    height: 72px;
    text-align: right
}

.home .section-2 .right .news-item .plus-inner span {
    text-align: right;
    font-size: 50px;
    font-weight: bold;
    color: #D8D8D8;
    position: absolute;
    top: -13px;
    left: 6px
}

.home .section-2 .right .news-item .plus-inner .plus-content {
    padding-right: 10%
}

.home .section-2 .right .news-item .plus-inner .plus-content .anim-plus {
    float: right;
    width: 40px;
    height: 40px;
    position: relative
}

.home .section-2 .right .news-item .news-content {
    padding: 13px
}

.home .section-2 .right .news-item .news-content h3 {
    font-family: "anton", sans-serif;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
    color: #093254;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 2px
}

.home .section-2 .right .news-item .news-content p, .home .section-2 .right .news-item .news-content ul li {
    line-height: 16px;
    font-size: 13px;
    font-weight: 100;
    margin: 0
}

ul .home .section-2 .right .news-item .news-content li {
    line-height: 16px;
    font-size: 13px;
    font-weight: 100;
    margin: 0
}

.home .section-2 .right .more-news {
    text-align: center;
    background-color: #FCB423;
    clear: both;
    height: 22px;
    padding-top: 12px;
    cursor: pointer
}

.home .section-2 .right .more-news span {
    font-family: 'Titillium', sans-serif;
    color: white;
    font-size: 10px;
    text-transform: uppercase
}

.home .section-3 {
    margin: 0px;
    text-align: center
}

.home .section-3 .wrapper {
    padding: 32px 0 12px 0
}

.home .section-3 .wrapper .mobile-pillars {
    display: none;
    overflow: hidden
}

.home .section-3 .wrapper .mobile-pillars .mobile-pillar img, .home .section-3 .wrapper .mobile-pillars .mobile-pillar p, .home .section-3 .wrapper .mobile-pillars .mobile-pillar ul li {
    float: left
}

ul .home .section-3 .wrapper .mobile-pillars .mobile-pillar li {
    float: left
}

.home .section-3 .wrapper .mobile-pillars .mobile-pillar span {
    float: left
}

.home .section-3 .wrapper .mobile-pillars .mobile-pillar p, .home .section-3 .wrapper .mobile-pillars .mobile-pillar ul li {
    padding: 10px
}

ul .home .section-3 .wrapper .mobile-pillars .mobile-pillar li {
    padding: 10px
}

.home .section-3 .wrapper p, .home .section-3 .wrapper ul li {
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    color: #464646;
    line-height: 31px;
    /*width: 757px;*/
    opacity: 0;
}

ul .home .section-3 .wrapper li {
    font-family: "Titillium Web", sans-serif;
    font-size: 15px;
    color: #464646;
    line-height: 31px;
    width: 757px;
    margin: 22px auto 0 auto;
    opacity: 0
}

.home .section-3 .wrapper .btn-trigger-1 {
    opacity: 0
}

.use-cases {
    border-bottom: 7px solid #FCB423
}

.use-cases .case {
    position: relative;
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover
}

.use-cases .case span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: white;
    line-height: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase
}


.featured-container {
    display: block
}

.featured-container .project-container {
    width: 50%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 25px;
    text-align: center
}

.featured-container .project-container .project-display {
    background-size: cover;
    background-position: center;
    border-bottom: 7px solid #FCB423;
    position: relative;
    height: 215px
}

.featured-container .project-container .project-display .project-display-overlay {
    background-color: rgba(9, 50, 84, 0.88);
    opacity: 0;
    height: 100%;
    text-align: center
}

.featured-container .project-container .project-display .project-display-overlay:hover {
    opacity: 1
}

.featured-container .project-container .project-display .plus-container {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FCB423;
    text-align: center;
    padding: 5px 5px 0 5px
}

.featured-container .project-container .project-display .plus-container span {
    font-size: 30px;
    color: white;
    line-height: 15px
}

.featured-container .project-container:nth-child(2n+1) {
    clear: both
}

.featured-container h4 {
    margin: 25px auto
}

.featured-container table {
    width: 100%
}

.featured-container table .left {
    color: #093254
}

.not-featured-container {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    float: left;
    padding: 25px
}

.not-featured-container a {
    text-decoration: none
}

.not-featured-container .not-featured-content {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    float: left;
    margin-bottom: 35px;
    margin-right: 30px;
    height: 70px
}

.not-featured-container .not-featured-content img {
    width: 40px;
    float: left;
    margin-right: 10px
}

.not-featured-container .not-featured-content p, .not-featured-container .not-featured-content ul li {
    margin: 0;
    line-height: 15px
}

ul .not-featured-container .not-featured-content li {
    margin: 0;
    line-height: 15px
}

.not-featured-container .not-featured-content p span, .not-featured-container .not-featured-content ul li span {
    color: #093254;
    font-weight: 600
}

ul .not-featured-container .not-featured-content li span {
    color: #093254;
    font-weight: 600
}

.not-featured-container .not-featured-content .pdf-icon-container {
    width: 30px;
    height: 100px;
    float: left;
    margin-right: 20px
}

.not-featured-container .not-featured-content h4 {
    margin: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 5px
}

.leader-overlay {
    width: 100%;
    height: 100%;
    background: rgba(8, 43, 72, 0.96);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20
}

.leader-overlay .leader-overlay-content {
    width: 100%;
    height: 561px;
    padding: 80px 48px;
    background-image: url('../images/main-bg.jpg');
    background-size: 100%;
    background-position-y: 800px;
    box-sizing: border-box;
    position: relative
}

.leader-overlay .leader-overlay-content .close-btn {
    position: absolute;
    top: 20px;
    right: 20px
}

.leader-overlay .leader-overlay-content .left, .leader-overlay .leader-overlay-content .right {
    float: left;
    box-sizing: border-box
}

.leader-overlay .leader-overlay-content .left img, .leader-overlay .leader-overlay-content .right img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px
}

.leader-overlay .leader-overlay-content .left {
    width: 30%
}

.leader-overlay .leader-overlay-content .right {
    width: 70%;
    padding-left: 48px
}

.leader-container {
    width: 33.33333333%;
    height: 320px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 10px;
    text-align: center
}

.leader-container .leader-display {
    background-size: cover;
    background-position: center;
    border-bottom: 7px solid #FCB423;
    position: relative;
    height: 215px
}

.leader-container .leader-display .leader-display-overlay {
    background-color: rgba(9, 50, 84, 0.88);
    opacity: 0;
    height: 100%;
    text-align: center
}

.leader-container .leader-display .leader-display-overlay:hover {
    opacity: 1
}

.leader-container .leader-display .plus-container {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FCB423;
    text-align: center;
    padding: 5px 5px 0 5px
}

.leader-container .leader-display .plus-container span {
    font-size: 30px;
    color: white;
    line-height: 15px
}

.leader-container h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 17px
}

.leader-container p, .leader-container ul li {
    margin: 0
}

ul .leader-container li {
    margin: 0
}

.timeline {
    clear: both
}

.timeline .timeline-controller {
    height: 57px;
    width: 100%;
    background-repeat: repeat-x;
    background-size: inherit;
    background-image: url(img/timeline-controller-img.png);
    margin-bottom: 25px;
    position: relative
}

.timeline .timeline-controller .year-anchor {
    width: 24px;
    position: absolute;
    height: 100%
}

.timeline .timeline-controller .year-anchor span {
    position: absolute;
    top: -20px;
    left: -14px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: #093254;
    line-height: 19px;
    text-shadow: 1px 1px 1px #B8B8B8
}

.timeline .timeline-controller .year-anchor .anchor-btm {
    height: 100%;
    position: relative
}

.timeline .timeline-controller .year-anchor .anchor-btm .vert-line {
    width: 1px;
    background-color: #093254;
    height: 57px
}

.timeline .timeline-controller .year-anchor .anchor-btm .indicator {
    top: 17px;
    left: -12px;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-image: url(img/not-active-indicator.png);
    position: absolute
}

.timeline .timeline-controller .year-anchor .anchor-btm .indicator.active {
    background-image: url(img/active-indicator.png)
}

.timeline .timeline-controller .year-anchor .anchor-btm .indicator:hover {
    background-image: url(img/active-indicator.png)
}

.timeline .timeline-controller .year-anchor.first-yr {
    left: 0
}

.timeline .timeline-controller .year-anchor.second-yr {
    left: 33.333333333%
}

.timeline .timeline-controller .year-anchor.third-yr {
    left: 66.666666666%
}

.timeline .timeline-controller .year-anchor.fourth-yr {
    right: 0
}

.timeline .timeline-controller .year-anchor.fourth-yr .anchor-btm {
    float: right
}

.timeline .timeline-controller .year-anchor.fourth-yr span {
    left: 10px
}

.timeline-container {
    clear: both
}

.timeline-container .timeline-image {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative
}

.timeline-container .timeline-image .date-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.timeline-container .timeline-image .date-indicator-container .date-indicator {
    width: 82px;
    height: 42px;
    margin: 0 auto;
    background-position: bottom;
    background-size: cover;
    text-align: center
}

.timeline-container .timeline-image .date-indicator-container .date-indicator span {
    font-family: 'Titillium Web', sans-serif;
    font-size: 12px;
    color: white;
    line-height: 19px;
    padding-top: 5px
}

.timeline-container .timeline-content {
    padding: 20px;
    background-color: white
}

.timeline-container .timeline-content p, .timeline-container .timeline-content ul li {
    margin-bottom: 0
}

ul .timeline-container .timeline-content li {
    margin-bottom: 0
}

.contact-container {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
    padding: 30px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    max-width:520px;
    display: inline-block;
    margin-right:1rem;
}

.contact-container h3 {
    margin-bottom: 20px
}

.contact-container .left, .contact-container .right {
    box-sizing: border-box;
    float: left;
    text-align: left
}

.contact-container .left a, .contact-container .right a {
    text-decoration: underline;
    font-family: 'Titillium Web', sans-serif;
    color: #093254
}

.contact-container .left table, .contact-container .right table {
    width: 100%
}

.contact-container .right {
    padding-left: 30px
}

.contact-container span {
    font-family: 'Titillium Web', sans-serif;
    color: #093254
}

.map-container {
    width: 100%;
    height: 500px;
    position: relative
}

.map-container .grate-bg {
    z-index: 0
}

.map-container .map-controller-container {
    width: 100%;
    padding-top: 30px;
    z-index: 10;
    position: relative
}

.map-container .map-controller-container .active-indicator {
    background-color: #093254;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: all 400ms
}

.map-container .map-controller-container .map-controller-btn {
    width: 310px;
    border-radius: 3px;
    margin: 0 auto;
    background-color: white;
    border-radius: 3px;
    border: 4px solid white;
    box-shadow: 0px 2px 4px 0px rgba(167, 167, 167, 0.5);
    height: 50px;
    position: relative
}

.map-container .map-controller-container .map-controller-btn h4 {
    font-size: 20px;
    line-height: 50px
}

.map-container .map-controller-container .map-controller-btn .active h4 {
    color: #FCB423;
    margin: 0;
    z-index: 10
}

.map-container .map-controller-container .map-controller-btn .countries {
    z-index: 10;
    position: relative
}

.map-container .map-controller-container .map-controller-btn .can, .map-container .map-controller-container .map-controller-btn .us {
    width: 50%;
    float: left;
    text-align: center;
    cursor: pointer
}

.map-container .maps #map-us {
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 400ms;
    opacity: 0
}

.map-container .maps #map-can {
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 400ms
}

.footer-three-pillar {
    width: 100%;
    height: 255px;
    position: relative;
    display: block;
    overflow: hidden
}

.footer-three-pillar .foot-pillar {
    width: 33.333333333%;
    height: 100%;
    background-size: cover;
    background-position: center;
    float: left;
    box-sizing: border-box;
    padding: 25px;
    position: relative
}

.footer-three-pillar .foot-pillar:hover .light {
    opacity: 0.6;
    transition: all 200ms
}

.footer-three-pillar .foot-pillar .inner .content {
    text-align: center
}

.footer-three-pillar .foot-pillar .inner .content span {
    font-family: 'anton', sans-serif;
    font-size: 30px;
    color: white;
    line-height: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px black
}

.footer-three-pillar .foot-pillar .inner .content p, .footer-three-pillar .foot-pillar .inner .content ul li {
    color: white;
    text-shadow: 1px 1px 1px black;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.footer-three-pillar .foot-pillar .inner .content p {
    line-height: 15px
}

ul .footer-three-pillar .foot-pillar .inner .content li {
    color: white;
    text-shadow: 1px 1px 1px black;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

footer {
    position: relative;
    padding: 0px;
    text-align: center;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    bottom:0px;
}

footer .bottom-footer {
    border-top: 7px solid var(--red);
    background-color: #ffffff;
    position: relative;
}

footer .tractor-foot {
    position: absolute;
    left: 20px;
    top: -85px;
    opacity: 0.2
}

footer .thinksafe-logo {
    max-width: 120px;
    margin: 0px auto;
    float: none;
    text-align: center;
}

footer .foot-link {
    float: right;
    padding-top: 25px;
    font-family: 'Titillium', sans-serif;
    font-size: 13px;
    color: var(--red);
    text-decoration: none;
    /*text-transform: uppercase;*/
    line-height: 20px;
    margin-right: 40px
}

@media (max-width: 1024px) {
    .wrapper {
        width: 100%
    }

    .leader-container {
        height: 380px
    }

    .home .section-1 .pillars {
        background-image: none !important;
        width: 842px;
        padding-left: 0
    }

    .right-content {
        width: 100%;
        padding: 25px 25px 140px 25px
    }

    .side-navigation {
        display: none
    }

    .leader-container .leader-display, .featured-container .project-container .project-display {
        height: 300px
    }

    .featured-container .project-container {
        padding: 10px
    }
}

@media (max-width: 1040px) {
    .nav-main {
        display: none
    }
    .img-fluid{
        max-height: 100px !important;
    }

    header .hamburger-container {
        display: inline;
        width: 80px;
        height: 60px;
        padding: 17px;
        top: 28px;
    }

    .leader-container .leader-display, .featured-container .project-container .project-display {
        height: 225px
    }

    .featured-container .project-container {
        height: 500px
    }

    .home .section-1 .pillars {
        width: 683px
    }

    .home .section-1 .pillars .pillar {
        width: 252px;
        height: 258px
    }

    .home .section-1 .pillars .pillar .white-diamond {
        width: 232px;
        height: 234px
    }

    .home .section-1 .pillars .pillar .white-diamond .inner .content h1 {
        font-size: 20px;
        line-height: 25px
    }

    .home .section-1 .pillars .pillar .white-diamond .inner .content p, .home .section-1 .pillars .pillar .white-diamond .inner .content ul li {
        display: none
    }

    ul .home .section-1 .pillars .pillar .white-diamond .inner .content li {
        font-size: 12px;
        line-height: 17px
    }

    .home .section-1 .pillars .pillar .pillar-cover {
        top: -16px;
        left: -19px
    }
}

@media (max-width: 750px) {
    h1, .single-banner .inner h2, .triple-banner-banner .inner h2 {
        font-size: 50px;
        line-height: 50px
    }

    h2 {
        font-size: 35px;
        line-height: 35px
    }

    .home .section-3 .wrapper p {
        width: 100%
    }

    .leader-container .leader-display, .featured-container .project-container .project-display {
        height: 190px
    }

    .single-banner, .triple-banner {
        height: 300px
    }

    .side-arrows {
        padding: 3px 20px 3px 20px;
        font-size: 14px
    }

    .home .section-1 .bold-title {
        width: 481px;
        margin-top: 20px
    }

    .home .section-1 .bold-title .bold-title-top {
        font-size: 74px;
        line-height: 60px
    }

    .home .section-1 .bold-title .bold-title-btm {
        font-size: 102px;
        line-height: 89px
    }

    .home .section-2 .wrapper {
        overflow: hidden
    }

    .home .section-2 .wrapper .mobile-pillars .mobile-pillar {
        padding: 10px;
        box-sizing: border-box;
        overflow: hidden
    }

    .home .section-2 .wrapper .mobile-pillars .mobile-pillar img {
        width: 25%
    }

    .home .section-2 .wrapper .mobile-pillars .mobile-pillar p, .home .section-2 .wrapper .mobile-pillars .mobile-pillar ul li {
        width: 65%;
        padding: 7px;
        padding-top: 5%;
        line-height: 20px;
        font-size: 16px;
        text-align: left
    }

    ul .home .section-2 .wrapper .mobile-pillars .mobile-pillar li {
        width: 65%;
        padding: 7px;
        padding-top: 5%;
        line-height: 20px;
        font-size: 16px;
        text-align: left
    }

    .home .section-2 .wrapper .mobile-pillars .mobile-pillar span {
        width: 10%;
        font-size: 40px;
        font-weight: 600;
        color: #FCB423;
        padding-top: 20px
    }

    .home .section-2 .wrapper p, .home .section-2 .wrapper ul li {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0
    }

    ul .home .section-2 .wrapper li {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        margin-top: 0
    }

    .home .section-3 .right .news-item .news-content {
        padding: 0 15% 0 25px
    }

    .home .section-3 .right .news-item .plus-inner .plus-content {
        padding-right: 3%
    }

    footer .tractor-foot {
        width: 140px;
        top: -70px
    }
}

@media (max-width: 680px) {
    .table .cell {
        width: 100%
    }

    .home .section-1 .pillars {
        width: 551px
    }

    .home .section-1 .pillars .pillar {
        display: none
    }

    .leader-container {
        width: 50%;
        height: 350px
    }

    .leader-container .leader-display {
        height: 250px
    }

    .leader-display-overlay, .project-display-overlay {
        display: none
    }

    .leader-overlay {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .leader-overlay .inner {
        height: initial
    }

    .leader-overlay .leader-overlay-content {
        padding: 20px;
        height: initial;
        position: absolute;
        overflow: hidden
    }

    .leader-overlay .leader-overlay-content .left {
        width: 100%;
        text-align: center;
        display: block
    }

    .leader-overlay .leader-overlay-content .left img {
        width: 50%
    }

    .leader-overlay .leader-overlay-content .right {
        width: 100%;
        text-align: center;
        display: block;
        padding-left: 0
    }

    .leader-overlay .leader-overlay-content .right img {
        width: 50%
    }

    ul .home .section-1 .pillars .pillar .white-diamond .inner .content li {
        font-size: 12px;
        line-height: 17px
    }

    .home .section-1 .pillars .pillar .pillar-cover {
        top: -13px;
        left: -16px
    }
}

@media (max-width: 585px) {
    .side-arrows {
        background-color: transparent;
        color: #093254;
        font-weight: 200;
        font-size: 20px;
        padding: 0
    }

    .side-arrows:before, .side-arrows:after {
        border: none
    }

    .home .section-2 .left {
        padding: 20px 0;
        font-size: 30px
    }

    .home .section-2 .left .news-bottom {
        font-size: 23px
    }

    .opportunity-container {
        padding: 10px
    }

    .opportunity-container .left {
        width: 100%
    }

    .opportunity-container .right {
        display: none
    }

    .not-featured-container .not-featured-content {
        width: 100%
    }

    .right-content, .full-content {
        padding: 15px
    }

    .triple-banner {
        width: 100% !important
    }

    .footer-three-pillar {
        height: 500px
    }

    .footer-three-pillar .foot-pillar {
        display: block;
        width: 100%;
        height: 33.3333333%
    }

    .home .section-3 .right .news-item .news-content {
        padding: 0 5% 0 25px
    }

    .home .section-3 .right .news-item .plus-inner .plus-content {
        padding-right: 1%
    }

    .home .section-3 .right .news-item .plus-inner .plus-content .anim-plus {
        display: none
    }
}

@media (max-width: 530px) {
    h1, .single-banner .inner h2, .triple-banner-banner .inner h2 {
        font-size: 40px;
        line-height: 40px
    }

    h2 {
        font-size: 30px;
        line-height: 30px
    }

    .section-3 {
        padding: 10px
    }

    .table .check, .table .check-right {
        line-height: 10px;
        font-size: 11px;
        height: 50px
    }

    .mm-panel.mm-hasnavbar .mm-navbar {
        height: 60px !important
    }

    .mm-menu > .mm-panel.mm-hasnavbar {
        padding-top: 60px !important
    }

    .mm-navbar .mm-btn:first-child {
        margin-top: 12px !important
    }

    .home .section-2 .wrapper .mobile-pillars {
        display: inline
    }

    .home .section-2 .wrapper .main-content, .home .section-2 .wrapper .side-arrows {
        display: none
    }

    .btm-content {
        overflow: initial
    }

    header {
        height: 60px
    }

    header .logo-container {
        width: 110px
    }

    header .logo-container img {
        width: 90px
    }

    header .hamburger-container {
        width: 39px;
        height: 29px;
        padding: 4px;
        top: 15px;
        right: 15px;
        border: 2px solid #093254
    }
    .login-content .login-box{
        min-width: unset !important;
        width: 320px;
        position: absolute !important;
        top: 24%;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    header .hamburger-container:hover {
        border: 2px solid #FCB423
    }

    header .hamburger-container:hover .top, header .hamburger-container:hover .middle, header .hamburger-container:hover .bottom {
        background-color: #FCB423
    }

    header .hamburger-container .top, header .hamburger-container .middle, header .hamburger-container .bottom {
        height: 3px;
        margin-bottom: 5px
    }

    .contact-container {
        padding: 10px
    }

    .contact-container .table .cell {
        padding: 10px 0
    }

    .contact-container .table .cell span {
        line-height: 12px
    }

    .contact-container a {
        font-size: 14px
    }

    .contact-container .left, .contact-container .right {
        width: 100%;
        padding: 0;
        border: none;
        font-size: 12px !important;
        line-height: 14px
    }

    .contact-container .left {
        margin-bottom: 20px
    }

    .safety-logos img {
        margin: 0
    }

    .home .section-1 .pillars {
        display: none
    }

    .home .section-1 .bold-title {
        width: 315px;
        margin-bottom: 20px;
        line-height: 0
    }

    .home .section-1 .bold-title .bold-title-top {
        font-size: 49px;
        line-height: 38px
    }

    .home .section-1 .bold-title .bold-title-btm {
        font-size: 67px;
        line-height: 60px
    }

    .home .section-3 .left {
        width: 100%
    }

    .home .section-3 .right {
        width: 100%;
        padding-left: 33px;
        border-top: 1px solid #B8B8B8;
        box-sizing: border-box
    }

    .home .section-3 .right .news-item {
        border-left: 1px solid #B8B8B8;
        border-bottom: 1px solid #B8B8B8
    }

    .home .section-3 .right .news-item .plus-inner .plus-content .anim-plus {
        display: none
    }

    .home .section-3 .right .news-item .news-content {
        padding: 0 15px 0 26px
    }

    .home .section-3 .right .news-item .news-content h3 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0
    }

    .home .section-3 .right .news-item .news-content p, .home .section-3 .right .news-item .news-content ul li {
        margin-top: 5px
    }

    ul .home .section-3 .right .news-item .news-content li {
        margin-top: 5px
    }

    .home .section-3 .right .news-item .date-inner .date-box {
        border: 1px solid #B8B8B8
    }

    .home .section-3 .left {
        border-right: none;
        min-height: 300px
    }

    .home .section-3 .left .inner {
        min-height: 300px
    }

    .home .section-3 .left .inner .content {
        padding-right: 20px;
        padding-left: 20px;
        width: 100%
    }

    .home .section-3 .left .inner .content .news-arrows {
        display: inline
    }

    .home .section-3 .left .inner .content .news-top {
        text-align: center;
        width: 100%
    }

    .home .section-3 .left .inner .content .news-bottom {
        width: 100%;
        text-align: center
    }

    .home .section-3 .left .inner .content p, .home .section-3 .left .inner .content ul li {
        margin-top: 20px;
        text-align: center
    }

    ul .home .section-3 .left .inner .content li {
        margin-top: 20px;
        text-align: center
    }

    footer .tractor-foot {
        display: none;
        padding-left: 0
    }

    footer .foot-link {
        width: 100%
    }

    footer .thinksafe-logo {
        padding-left: 0;
        display: block;
        margin: 0 auto
    }

    footer .foot-link {
        display: block;
        margin: 0 auto
    }
}

@media (max-width: 450px) {
    h1, .single-banner .inner h2, .triple-banner-banner .inner h2 {
        font-size: 30px;
        line-height: 30px
    }

    .timeline-container .timeline-image {
        height: 200px
    }

    .single-banner, .triple-banner {
        height: 220px
    }

    .featured-container .project-container {
        width: 100%;
        height: 450px;
        padding: 0
    }

    .featured-container .project-container .project-display {
        height: 250px
    }

    .leader-container {
        width: 100%;
        height: 400px;
        padding: 0
    }

    .leader-container .leader-display {
        height: 300px
    }
}

@keyframes QuickUp {
    0% {
        transform: translateY(0)
    }
    25% {
        transform: translateY(3px)
    }
    50% {
        transform: translateY(9px)
    }
    100% {
        transform: translateY(18px)
    }
}

@keyframes Spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(90deg)
    }
}

body.page-template-page-news div.side-nav-news {
    display: none
}

header .navigation-dropdown .column:nth-child(4n) {
    clear: left
}

.nav-link {
    display: inline-block !important;
    padding: unset !important;
}
.nav{
    display:  block !important;
}

.active-item{
    background-color: #093254;
    border-bottom: 3px solid var(--red);
    padding-bottom: 34px;
}

.active-item .nav-link{
    color: #fff !important;
}

.signin {
    border: 3px solid #fff;
    font-weight: 100;
}
