@font-face {
  font-family:icon-Nissan-Global;
  font-style:normal;
  font-weight:normal;
  src:url(/COMMON/GN/FONTS/ICONS/Nissan-Global.eot);
  src:url(/COMMON/GN/FONTS/ICONS/Nissan-Global.eot?#iefix) format("embedded-opentype"),
  url(/COMMON/GN/FONTS/ICONS/Nissan-Global.woff) format("woff"),
  url(/COMMON/GN/FONTS/ICONS/Nissan-Global.ttf) format("truetype"),
  url(/COMMON/GN/FONTS/ICONS/Nissan-Global.svg#wp-icons) format("svg");
  font-display: swap;
}
@font-face {
  font-family:Nissan-Global;
  font-style:normal;
  font-weight:normal;
  src:url(/COMMON/GN/FONTS/NissanBrandW01-Light.woff) format("woff"),
  url(/COMMON/GN/FONTS/NissanBrandW01-Light.ttf) format("truetype"),
  url(/COMMON/GN/FONTS/NissanBrandW01-Light.svg#wp-icons) format("svg");
  font-display: swap;
}
@font-face {
  font-family:Nissan-Global;
  font-style:normal;
  font-weight:bold;
  src:url(/COMMON/GN/FONTS/NissanBrandW01-Bold.woff) format("woff"),
  url(/COMMON/GN/FONTS/NissanBrandW01-Bold.ttf) format("truetype"),
  url(/COMMON/GN/FONTS/NissanBrandW01-Bold.svg#wp-icons) format("svg");
  font-display: swap;
}

@font-face {
  font-family: 'icon';
  src:  url('/CONNECT/MEMBER/shared/fonts/icon.eot?rm6l2i');
  src:  url('/CONNECT/MEMBER/shared/fonts/icon.eot?rm6l2i#iefix') format('embedded-opentype'),
    url('/CONNECT/MEMBER/shared/fonts/icon.ttf?rm6l2i') format('truetype'),
    url('/CONNECT/MEMBER/shared/fonts/icon.woff?rm6l2i') format('woff'),
    url('/CONNECT/MEMBER/shared/fonts/icon.svg?rm6l2i#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: icon-Nissan-Global, 'Verdana', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', 'sans-serif' !important;
  color:#c3002f;
}

.icon-settings:after {
  content: "\e95c";
}
.icon-summary:after {
  content: "\e91b";
}
.icon-accessories:after {
  content: "\e600";
}

.icon-anchor-link-mobile:after {
  content: "\e900";
}
.icon-build:after {
  content: "\e901";
}
.icon-car:after {
  content: "\e902";
}
.icon-close-cross:after {
  content: "\e903";
}
.icon-find-a-dealer:after {
  content: "\e904";
}
.icon-minus:after {
  content: "\e905";
}
.icon-plus:after {
  content: "\e906";
}
.icon-right-arrow:after {
  content: "\e634";
}
.icon-test-drive:after {
  content: "\e908";
}
.icon-assistance:after {
  content: "\e931";
}
.icon-keep_me_informed:after {
  content: "\e968";
}
.icon-print:after {
  content: "\e631";
}
.icon-information:after {
  content: "\e620";
}



h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    word-wrap: break-word;
}

section.top-section {
    margin-top: 80px;
}
section.top-section:last-child {
    margin-bottom: 80px;
}

.heading-group {
    padding-top: 14px!important;
    margin-bottom: 30px;
    position: relative;
}
.heading-group .heading {
    color: #000!important;
    margin: 5px 0 0;
/*    text-transform: uppercase; */
    font-family: "Nissan Light","Nissan Regular",Verdana,Arial,sans-serif;
    line-height: 1;
    letter-spacing: .11px;
    font-size: 2em;
    display: block;
    word-wrap: break-word;
}
.heading-group>h2:first-child::before {
    border-top: 4px solid #c3002f;
    content: " " !important;
    left: 0;
    top: 0;
    position: absolute;
    width: 50px;
}
.heading-group>h2:first-child {
    color: #343434;
    display: block;
    word-wrap: break-word;
}

a.icon-right-arrow:after {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -.5em;
	font-size: 0.8em;
	transform: translate(0);
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.btn a.link_box.gray {
	display: inline-block;
	margin: 0 auto 1em;
	font-size: 1em;
	font-weight: 700;
}

.btn a.link_box.red {
	display: inline-block;
	margin: 0 auto 1em;
	font-size: 1em;
	font-weight: 700;
}

.link_box.gray {
	color: #343434;
	background-color: #eee;
	border: 1px solid #eee;
	display: block;
    text-decoration: none;
}

.link_box.red {
	color: #fff;
	background-color: #c3002f;
	border: 1px solid #c3002f;
	display: block;
    text-decoration: none;
}

.link_box {
	position: relative;
	padding: 0.857143em 45px 0.857143em 20px;
	line-height: 1.2;
	-webkit-transition: all .3s ease-in-out;
	font-size:14px;
}

.link_box.gray:active, .link_box.gray:hover, .link_box.gray.icon-right-arrow:after {
    color: #c3002f;
}

.gray.link_box:active, .gray.link_box:focus, .gray.link_box:hover {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.gray.link_box.icon-right-arrow:active::after, .gray.link_box.icon-right-arrow:focus::after, .gray.link_box.icon-right-arrow:hover::after {
    transform: translateX(5px);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.link_box.red:active, .link_box.red:hover, .link_box.red.icon-right-arrow:after {
    color: #fff;
}

.red.link_box:active, .red.link_box:focus, .red.link_box:hover {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background-color: #920023;
    border-color: #920023;
}
.red.link_box.icon-right-arrow:active::after, .red.link_box.icon-right-arrow:focus::after, .red.link_box.icon-right-arrow:hover::after {
    transform: translateX(5px);
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.twoColumnLinks .column:hover {
    text-decoration: none;
    background-color: #eeeeee !important;
}

.icon {
    display: block;
    text-align: center;
    font-size: 4em;
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    section.top-section {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1024px) {
    section.top-section {
        margin-top: 100px;
    }
    .heading-group {
        padding-top: 14px!important;
        margin-bottom:50px;
    }
    .heading-group .heading {
        color: #343434;
        letter-spacing: .11px;
        font-size: 2.5714285714em;
        margin: 0;
    }
    .heading-group .heading, .heading-group .strapline {
        font-family: "Nissan Light","Nissan Regular",Verdana,Arial,sans-serif;
        line-height: 1;
    }
    .heading-group>:first-child::before {
        content: " "!important;
    }
    .heading-group .heading {
        color: #343434;
        letter-spacing: .11px;
        font-size: 2.5714285714em;
        margin: 0;
    }
    .icon {
        display: block;
        text-align: center;
        font-size: 3.575em;
    }
}

@media screen and (max-width: 460px) {
	.link_box {
		font-size:4vw;
	}
}

.br_pc {
	display: none;
}
@media screen and (min-width: 992px) {
	.br_tab {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.br_sp {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.br_pc {
		display: block;
	}
}