.d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
}

.align-items-center {
  -ms-flex-align: center!important;
  align-items: center!important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}

.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}

/*--------Video Signpost module----------*/

.video-signpost__image {
  position: relative;
}

.video-signpost__image .video-popup-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------Tab New----------*/

.fullwidth-tab-wrapper .fullwidth-tabs {
  display: flex;
  flex-wrap: wrap;
}

.fullwidth-tab-wrapper .fullwidth-tabs > li {
  flex: 1 0 0%;
  padding: 24px;
  text-align: center;
  color: #707070;
  font-family: "Volvo Novum Medium";
  cursor: pointer;
  border-bottom: 2px #d5d5d5 solid;
  font-size: 20px;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
}

.fullwidth-tab-wrapper .newtab-content > * {
  padding: 50px 0 0 0;
}

.video-signpost__content.ccs-richText * + * {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.video-signpost__content.ccs-richText *:last-child {
  margin-bottom: 0;
}

.fullwidth-tab-wrapper .fullwidth-tabs > li.current1 {
  color: #141414;
  border-bottom: 2px #141414 solid;
}

.fullwidth-tab-wrapper .newtab-content {
  display: none;
}

.fullwidth-tab-wrapper .newtab-content.current1 {
  display: block;
}

.fullwidth-tab-wrapper .newtab-content .container-new {
  padding: 0;
}

.fullwidth-tab-mobile {
  display: none;
}

.presentations-wrapper .gm-latest-data a.media-icon {
  display: inline-block;
  background: url(~/media/Images/V/Volvo-Cars-IR-V2/css/report-icon.png?h=40&la=en&w=40) no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.presentations-wrapper .gm-latest-data a.media-icon:hover {
  background: url(~/media/Images/V/Volvo-Cars-IR-V2/css/report-icon-hover.png?h=40&la=en&w=40);
  background-size: contain;
}

.presentations-wrapper .qr-title {
  margin-bottom: 30px;
}

.presentations-wrapper .qr-link {
  margin-top: 30px;
  text-align: center;
}

.two-col-signpost__content {
  margin-top: 30px;
}

.finalcial-news-wrap.pr-new-style .financial-news-row > .row  {
  display: flex;
  flex-wrap: wrap;
}

.finalcial-news-wrap.pr-new-style .financial-news-block  {
  padding: 24px;
  background-color: #fafafa;
  height: 100%;
}

.banner-btm-wrap.intro-full-width {
  padding-left: 0;
  padding-right: 0;
}

.banner-btm-wrap.intro-full-width .banner-btm-text {
  max-width: 900px;
  text-align: left;
}

.banner-btm-wrap.intro-full-width .banner-btm-text h2 {
  text-align: left;	
}

.report-image-wrapper h2 {
  margin-bottom: 30px;
}

.report-image__content {
  margin-top: 30px;
}

/*-- page specific changes
--------------------------------*/


#ip3-results-and-reports #sec-module-air-tool .container-new,
#ip3-share-centre #sec-module-air-tool .container-new {
  background: transparent;
}

#ip3-results-and-reports #sec-module-air-tool #iframe,
#ip3-share-centre  #sec-module-air-tool #iframe {
  background: transparent;
  padding: 0;
}


#ip3-at-a-glance .carousel-module .carousel-inner {
  margin-bottom: 0;
}

body.userTabbing a:focus {
  outline: 1px dashed #141414;
  outline-offset: 5px;
  border-radius: 0;
}

/*--------------------*/

.latest-pc-right {
  height: 100%;
}

.ir-card-wrap-inn {
  padding: 40px 20px 100px 20px;
  background-color: #fafafa;
  height: 100%;
  position: relative;
}

.ir-card-wrap-inn h2 {
  text-align: left;
  margin-bottom: 24px;
}

.pr-items-wrapper ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ebe3e3;
}

.pr-items-wrapper ul li:first-child {
  padding-top: 0;
}

.pr-items-wrapper ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.pr-items-wrapper ul li p {
  margin: 0;
  font-size: 16px;
}

.pr-items-wrapper ul li p.pr-date {
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
  padding-bottom: 10px;
}

.pr-items-wrapper ul li p:last-child {
  padding: 0;
}

.pr-link {
  margin-top: 32px;
  position: absolute;
  bottom: 20px;
  width: auto;
  left: 20px;
  right: 20px;
}

.latest-pc-left {
    height: 100%;
}

/*-Form-*/

.formcontent {
margin-bottom: 24px;
}

.formnote {
margin-top: 24px;	
}

.formnote p {
    padding: 0;
    font-size: 14px;
    line-height: normal;
}

.formcontent p {
    padding: 0 0 12px;
}

.contact-form-full-wrapper .form-group {
  margin-bottom: 24px;
  position: relative;
}

.contact-form-full-wrapper .form-group label {
      display: block;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 14px;
    color: #161618;
}

.contact-form-full-wrapper .form-group .input-field {
        border-radius: 0;
    padding: 10px 15px;
    height: 48px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    border: 1px solid #716a5b;
    font-weight: 300;
}

.contact-form-full-wrapper .form-group-validation span {
    position: absolute;
    left: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    opacity: 1;
    line-height: 18px;
    text-transform: uppercase;
}

.contact-form-full-wrapper .form-group .form_country_list {
  position: relative;
}

.contact-form-full-wrapper .form-group .form_country_list {
    margin-top: 24px;    
}

.contact-form-full-wrapper .form-group .form_country_list #country {	
    position: relative;   	
}

.contact-form-full-wrapper .form-group .form_country_list #country {
vertical-align: top;
    border: 1px solid #716a5b;
    background: #FFF;
    width: 100%;
    padding: 10px 30px 10px 15px;
    height: 48px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 300;
    background: url(/~/media/Images/V/Volvo-Cars-IR-V2/css/down-arrow.svg) no-repeat right 20px center;
}

.contact-form-full-wrapper .form-group .checkbox_button_wrapper label a {
  	    text-decoration: underline;
}

.contact-form-full-wrapper .form-group .checkbox_button_wrapper input[type="checkbox"] {
  height: 0;
  width: 0;
  opacity: 0;
  display: none;
}

.contact-form-full-wrapper .form-group .checkbox_button_wrapper label {
  margin: 0;
  padding-left: 49px;
  position: relative;
  line-height: 25px;
  
}

.contact-form-full-wrapper .form-group .checkbox_button_wrapper label:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  border: 1px solid #716a5b;
}

.contact-form-full-wrapper .form-group .checkbox_button_wrapper label:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #161618;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.contact-form-full-wrapper .form-group .checkbox_button_wrapper input[type="checkbox"]:checked + label:after {
  display: block;
}

.contact-form-full-wrapper .form-group.submit-btn--group input {
    font: normal 14px "Volvo Novum Medium", sans-serif;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 0.28px;
    height: 50px;
    width: auto;
    padding: 14px 20px;
    background: #284e80;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.4s;
    font-weight: 500;
    border: none; 
    cursor: pointer;
}

.contact-form-full-wrapper .form-group.submit-btn--group input:hover {

}

/*-------*/

/*--- Media Query
------------------------*/

@media all and (max-width: 991.98px) and (min-width: 768px) { 
  
  .sec-intro-text.grey-bg .banner-btm-wrap.intro-full-width {
    padding-left: 60px;
    padding-right: 60px;
  }
  
}

@media all and (max-width: 767.98px) {
  
  .video-signpost__content {
    margin-top: 30px;
  }
  
  .fullwidth-tab-desktop {
    display: none;
  }
  
  .fullwidth-tab-mobile {
    display: block;
  }
  
  .fullwidth-tab-mobile .container-new {
    padding: 0;
  }
  
  .two-col-signpost-wrapper .row > div:first-child,
  .report-image-wrapper .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  
  .fullwidth-tab-wrapper .accordion-container .accordion-title {
    padding: 16px 25px 16px 0;
    font-family: "Volvo Novum Medium";
    font-weight: 500;
  }
  
  .fullwidth-tab-wrapper .accordion-container .sec-module {
    padding: 0;
  }
  
  body#ip3-at-a-glance .carousel-module div#accordion {
    margin-bottom: 0;
  }
  
  body#ip3-at-a-glance .result-center {
    padding: 76px 0 0px 0;
  }
  
  .finalcial-news-wrap.pr-new-style .financial-news-row {
    margin-bottom: 0;
  }
  
  #ip3-results-and-reports .gm-latest-data {
    margin-bottom: 0;
  }
  
  .sec-intro-text.grey-bg .banner-btm-wrap.intro-full-width {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .grey-bg .banner-btm-wrap {    
    padding: 85px 30px;
  }
  
  .banner-btm-wrap {
    padding: 60px 30px;
  }
  
  .latest-presentation-calender-wrap .container-new .row > div:first-child {
    margin-bottom: 24px;
  }
  
  .ir-card-wrap-inn {
    padding: 40px 20px;
  }
  
  .pr-link {  	
    position: static;
  }
  
}