@font-face{font-family:proxima_nova_rgregular;
    src:url(fonts/proximanova-reg-webfont.woff2) format("woff2"),
        url(fonts/Lato-Regular.woff) format("woff");
}

@font-face{font-family:proxima_novaextrabold;
    src:url(fonts/proximanova-extrabld-webfont.woff2) format("woff2"),
        url(fonts/Lato-Bold.woff) format("woff");
}
@font-face{font-family:Merriweather;
    src:url(fonts/u-4n0qyriQwlOrhSvowK_l521wRZWMf6.woff2) format("woff2"),
        url(fonts/Lato-Bold.woff) format("woff");
}
@font-face{font-family:lato-medium;
    src:url(fonts/Lato-Medium.woff2) format("woff2"),
        url(fonts/Lato-Medium.woff) format("woff");
}
@font-face{font-family:lato-light;
    src:url(fonts/Lato-Light.woff2) format("woff2"),
        url(fonts/Lato-Light.woff) format("woff");
}
@font-face{font-family:Material-Design-Iconic-Font;
    src:url(fonts/Material-Design-Iconic-Font.woff2) format("woff2"),
        url(fonts/Material-Design-Iconic-Font.woff) format("woff");
}
body{
    margin: 0px;
}
/* header start */
.desktop_header{
    position: relative;
    top: 0;
    background-color: #00253d;
    z-index: 990;
    width: 100%;
    height: 123px;
    margin: 0 auto;
    padding: 0;
    transition: height 200ms linear;
}
.homepage_header .logo {
    position: relative;
    z-index: 4;
    width: 365px;
    margin: 30px 0 15px 30px;
    float: left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav_wrapper {
    flex-grow: 1;
}
.global_header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 5px 5px;
}
.global_header .newsletter, .global_header .jaguar_logo {
    position: relative;
    margin: 0 15px;
}
.jaguar_logo{
    top: 10px;
}
.newsletter p,{
    margin: 0 0 20px;
    padding: 0;
    color: #00253d;
    font-family: "Merriweather", serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .02rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.global_header .newsletter p a:first-child {
    padding-right: 13px;
    margin-right: 10px;
    border-right: 2px solid rgba(0, 115, 181, 0.4);
}
.global_header .newsletter p a {
    font-family: "proxima_nova_rgregular", sans-serif;
    font-size: .8rem;
    color: #fff;
    margin-bottom: 0;
    transition: all 200ms linear;
    text-decoration: none;
}
.global_header .newsletter p a:hover {
    color: #f9be00;
    cursor: pointer;
}
.global_header .newsletter:after {
    content: "";
    width: 3px;
    height: 35px;
    background: #00304f;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.global_header .jaguar_logo a {
    background-image: url(images/jaguar_sprite.png);
    background-repeat: no-repeat;
    background-position: 6px 0;
    width: 74px;
    height: 68px;
    display: block;
    font-size: 0;
}
.global_header .jaguar_logo a:hover {
    background-position: -105px 0;
}
.main_nav {
    position: absolute;
    bottom: 20px;
    width: 98vw;
}
.main_nav > ul {
    position: relative;
    text-align: right;
    padding-right: 40px;
}
.main_nav > ul > li {
    display: inline-block;
    height: 30px;
    margin: 0;
    padding: 0;
    font-family: "Merriweather", serif;
    font-size: 0.8888888889rem;
    line-height: 1.5;
    letter-spacing: .02rem;
    -webkit-font-smoothing: antialiased;
}
.main_nav > ul:hover > li:hover {
    opacity: 1;
}
.main_nav > ul > li > a:hover, .main_nav > ul > li > a.active, .main_nav > ul > li > a:link:hover, .main_nav > ul > li > a:link.active, .main_nav > ul > li > a:visited:hover, .main_nav > ul > li > a:visited.active {
    color: #fff;
}
.main_nav > ul:hover > li {
    opacity: .2;
}
.main_nav > ul > li > a, .main_nav > ul > li > a:link, .main_nav > ul > li > a:visited {
    display: block;
    margin: 0;
    padding: 0 15px 25px;
    color: #fff;
    font-family: "proxima_novaextrabold", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
}
.desktop_search_icon{
    position: relative;
    top: 6px;
}
/* header end */
/* footer start */
.footer_holder {
    position: relative;
    width: calc(100vw - 60px);
    clear: both;
    background: url(images/footer_bg_image.jpg) center center no-repeat;
    background-size: cover;
    height: 551px;
}
.clearfix:before, .clearfix:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.footer_holder .nav {
    zoom: 1;
    position: relative;
    z-index: 3;
    float: none;
    width: 100%;
    max-width: 1215px;
    margin: auto;
    padding: 100px 20px 50px 20px;
}
.footer_holder .nav:before, .footer_holder .nav:after {
    display: block;
    visibility: hidden;
    height: 0;
    content: '\0020';
}
.footer_holder .nav > ul:first-child {
    margin-left: 0;
}
.footer_holder .nav > ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: 0px;
    width: 100%;
    padding: 0 20px;
    list-style: none;
}
.footer_holder .nav > ul > li > a, .footer_holder .nav > ul > li > a:visited {
    position: relative;
    display: block;
    margin: 0 0 15px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 2px solid #0073b5;
    font-family: "proxima_novaextrabold", sans-serif;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_holder .nav ul li > .sub ul li {
    padding: 0;
    margin: 0;
}
.footer_holder .nav ul li > .sub ul li a {
    font-family: "proxima_nova_rgregular", sans-serif;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: .02rem;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}
.footer_holder .nav > ul > li > a:hover, .footer_holder .nav > ul > li > a:hover span, .footer_holder .nav > ul > li > a:visited:hover, .footer_holder .nav > ul > li > a:visited:hover span {
    color: #f9be00;
    text-decoration: none;
}
.footer_holder .nav ul li > .sub ul li a:hover {
    color: #f9be00;
}
.footer_holder .social {
    position: relative;
    z-index: 3;
    max-width: 1250px;
    padding: 0 20px 60px;
    margin: 0 auto;
    width: 100%;
}
.footer_holder .social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: absolute;
    right: 0;
    top: -25px;
    padding: 0;
    margin: 0;
    width: 213px;
}
.footer_holder .social ul li {
    margin-right: 30px;
    padding-left: 0;
}
.footer_holder .social ul li a {
    font-size: 0;
}
.footer_holder .social ul li a i {
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    font-size: 20px;
}
.footer_holder .social ul li a i:hover {
    color: #f9be00;
    text-decoration: none;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.footer-company-info {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -49px;
}
.footer-company-info .logo {
    position: relative;
    z-index: 5;
}
.footer-company-info .logo img {
    border: 10px solid #fff;
}
.footer-company-info .address p {
    font-size: 1rem;
    margin-bottom: 0;
    /* margin: 0 0 20px; */
    padding: 0;
    color: #00253d;;
    font-family: "Merriweather", serif;
    line-height: 1.5;
    letter-spacing: .02rem;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}
.global-footer {
    zoom: 1;
    position: relative;
    bottom: 0px;
    left: 0px;
    margin: 35px auto 10px;
    padding: 0;
    font-size: 11px;
    text-align: center;
}
.global-footer p {
    width: 100%;
    max-width: 1200px;
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    color: #00253d;
    font-size: .8rem;
    font-family: "Merriweather", serif;
    line-height: 1.5;
    letter-spacing: .02rem;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}
.global-footer p a, .global-footer p a:visited {
    transition: all 200ms linear;
    color: #00253d;
    text-decoration: none;
}
.global-footer p a:hover{
    color: #006097;
    text-decoration: underline;
}
.global-footer .delimiter {
    padding: 0 2px;
    color: #00253d;
}
.bottom{
    height: 10px;
    background: #00253d
}
.global-footer a#carbonhouse span.carbon, .global-footer a#carbonhouse:link span.carbon, .global-footer a#carbonhouse:visited span.carbon {
    color: #333;
}
.global-footer a#carbonhouse span{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.5;
    font-family: 'helvetica';
}
.global-footer a#carbonhouse a{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2.5;
    font-family: 'helvetica';
}
.global-footer a#carbonhouse, .global-footer a#carbonhouse:link, .global-footer a#carbonhouse:visited {
    position: relative;
    display: block;
    margin: 0 0 -18px;
    padding-top: 10px;
    color: #333;
    font-family: 'helvetica';
    font-size: 13px;
    font-weight: regular;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none;
}
.global-footer a#carbonhouse:hover, .global-footer a#carbonhouse span:hover{
    color: #006097;
    text-decoration: none;
}
/* footer end */