@charset "UTF-8";
/*Helpers*/
/*Typography*/
/*headings font sizes*/
/*headings fonts sizes*/
/*standard fonts sizes starts*/
/*standard fonts sizes ends*/
/*common use font size*/
/*common use font size*/
/*font weights starts*/
/*font weights ends*/
/*fonts family*/
/*fonts family*/
/*Typography*/
/*Resolutions*/
/*Resolutions*/
/*Colors*/
/*background colors starts*/
/*transparent background*/
/*white background*/
/*black background*/
/*dark blue shade*/
/*light blue shade*/
/*light silver shade for panels*/
/*dark blue shade for panels*/
/*Menu latest shade*/
/*Menu news shade*/
/*Menu blog shade*/
/*Menu stories shade*/
/*Menu media library shade*/
/*Menu contact shade*/
/*Latest News wrap shade on news page*/
/*navy blue shade*/
/*sky blue shade*/
/*background colors ends*/
/*button bg starts*/
/*dark blue for primary button*/
/*light blue for secondary button*/
/*button bg ends*/
/*text colors starts*/
/*white text*/
/*black text*/
/*Creted for Navigation color*/
/*Shade of balck*/
/*Shade of balck 1*/
/*Shade of balck 2*/
/*dark blue text*/
/*light blue text*/
/*light silver shade for text*/
/*dark blue shade for text*/
/*red color for error message*/
/*green color for success message*/
/*text colors ends*/
/*input colors*/
/*select input border*/
/*grey color for select dropdown */
/*input colors*/
/*common use colors starts*/
/*white*/
/*black*/
/*black shade 2*/
/*dark blue*/
/*light blue*/
/*light silver shade*/
/*dark blue shade*/
/*red color for danger*/
/*green color for success*/
/*common use colors ends*/
/*Colors*/
@font-face {
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  src: url(/Assets/Newsroom/css/fonts/montserrat-light-webfont.woff2) format("woff2");
  font-weight: 400;
}
/*Common*/
/* line 7, ../sass/app.scss */
body {
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  margin: 0;
  position: relative;
}

/*Common*/
/*Typography*/
/*headings font sizes*/
/*headings fonts sizes*/
/*standard fonts sizes starts*/
/*standard fonts sizes ends*/
/*common use font size*/
/*common use font size*/
/*font weights starts*/
/*font weights ends*/
/*fonts family*/
/*fonts family*/
/*Typography*/
/*Resolutions*/
/*Resolutions*/
/*Colors*/
/*background colors starts*/
/*transparent background*/
/*white background*/
/*black background*/
/*dark blue shade*/
/*light blue shade*/
/*light silver shade for panels*/
/*dark blue shade for panels*/
/*Menu latest shade*/
/*Menu news shade*/
/*Menu blog shade*/
/*Menu stories shade*/
/*Menu media library shade*/
/*Menu contact shade*/
/*Latest News wrap shade on news page*/
/*navy blue shade*/
/*sky blue shade*/
/*background colors ends*/
/*button bg starts*/
/*dark blue for primary button*/
/*light blue for secondary button*/
/*button bg ends*/
/*text colors starts*/
/*white text*/
/*black text*/
/*Creted for Navigation color*/
/*Shade of balck*/
/*Shade of balck 1*/
/*Shade of balck 2*/
/*dark blue text*/
/*light blue text*/
/*light silver shade for text*/
/*dark blue shade for text*/
/*red color for error message*/
/*green color for success message*/
/*text colors ends*/
/*input colors*/
/*select input border*/
/*grey color for select dropdown */
/*input colors*/
/*common use colors starts*/
/*white*/
/*black*/
/*black shade 2*/
/*dark blue*/
/*light blue*/
/*light silver shade*/
/*dark blue shade*/
/*red color for danger*/
/*green color for success*/
/*common use colors ends*/
/*Colors*/
/* line 2, ../sass/base/_newsroom-helper.scss */
.newsroom-main-wrapper * {
  box-sizing: border-box;
}

/* line 6, ../sass/base/_newsroom-helper.scss */
.newsroom-helper-container:before,
.newsroom-helper-container:after {
  display: table;
  content: " ";
}

/* line 12, ../sass/base/_newsroom-helper.scss */
.newsroom-helper-container:after {
  clear: both;
}

/* line 16, ../sass/base/_newsroom-helper.scss */
.newsroom-helper-container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  /* line 16, ../sass/base/_newsroom-helper.scss */
  .newsroom-helper-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/*@media (min-width: 768px) {
	.newsroom-helper-container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.newsroom-helper-container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.newsroom-helper-container {
		width: 1184px;
	}
}*/
/* line 2, ../sass/helpers/mixins.scss */
::-webkit-input-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}

/* line 3, ../sass/helpers/mixins.scss */
:-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}

/* line 4, ../sass/helpers/mixins.scss */
::-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}

/* line 5, ../sass/helpers/mixins.scss */
:-ms-input-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}

/*Latest news and stories component*/
/* line 53, ../sass/base/_newsroom-helper.scss */
.newsroom-helper-latest-view-and-stories-wrapper {
  padding-top: 30px;
}
@media screen and (max-width: 480px) {
  /* line 53, ../sass/base/_newsroom-helper.scss */
  .newsroom-helper-latest-view-and-stories-wrapper {
    padding-top: 20px;
  }
}

/* line 61, ../sass/base/_newsroom-helper.scss */
.full-width-light-wrapper {
  background: #f7f7f7;
  padding-top: 30px;
}

/* line 63, ../sass/base/_newsroom-helper.scss */
.content-wrapper-light {
  background: #f1efeb;
}

/* line 67, ../sass/base/_newsroom-helper.scss */
.newsroom-menu-wrapper {
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 67, ../sass/base/_newsroom-helper.scss */
  .newsroom-menu-wrapper {
    margin-top: 0;
  }
}

/* line 75, ../sass/base/_newsroom-helper.scss */
.mod-header {
  border-bottom: 0;
}

/* line 77, ../sass/base/_newsroom-helper.scss */
.latest-page-bottom-padding {
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  /* line 77, ../sass/base/_newsroom-helper.scss */
  .latest-page-bottom-padding {
    padding-bottom: 5px;
  }
}

/* line 85, ../sass/base/_newsroom-helper.scss */
.newsroom-module-container {
  padding-bottom: 30px;
}

/*Main Menu of bupa.com*/
/*.nav-body {
    .menu {
        z-index: 101
    }
}*/
/*Main Menu of bupa.com*/
@media screen and (min-width: 1140px) {
  /* line 97, ../sass/base/_newsroom-helper.scss */
  .podcast-wrapper .mfp-content {
    min-width: 80% !important;
    max-width: 80% !important;
  }
}

/* line 106, ../sass/base/_newsroom-helper.scss */
.content-wrapper-light .newsroom-master .media-podcast-height {
  background: #ffffff;
}
/* line 110, ../sass/base/_newsroom-helper.scss */
.content-wrapper-light .newsroom-master .media-document-height {
  background: #ffffff;
}
/* line 114, ../sass/base/_newsroom-helper.scss */
.content-wrapper-light .newsroom-master .media-images-height {
  background: #ffffff;
}
/* line 118, ../sass/base/_newsroom-helper.scss */
.content-wrapper-light .newsroom-master .media-video-height {
  background: #ffffff;
}

/* line 125, ../sass/base/_newsroom-helper.scss */
.typeahead:focus {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px dotted #cccccc !important;
}

/* line 133, ../sass/base/_newsroom-helper.scss */
.tt-suggestion {
  font-size: 14px !important;
}

/* line 137, ../sass/base/_newsroom-helper.scss */
.video-carousel-latest-page {
  margin-top: 20px;
}

/* line 12, ../sass/app.scss */
.newsroom-master {
  /*reset css*/
  /* HTML5 display-role reset for older browsers */
  /* start commented backslash hack \*/
  /* close commented backslash hack */
  /*grid*/
  /*@media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1184px;
    }
  }*/
  /*hidden*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*common*/
  /*Body Css*/
  /*Components*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*buttons*/
  /*.btn-link-style{}*/
  /*Link style buttons*/
  /*arrows*/
  /*dropdown*/
  /*mfp-modals*/
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
  /*Layouts*/
  /*header*/
  /**Desktop menu**/
  /***Heading**/
  /***Mobile nav**/
  /*Pages*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*latest [age css*/
  /*.play-icon {
              width: 50px;
              position: absolute;
              top: 34%;
              left: 43%;
      
              @media screen and (max-width:$tablet-sm-1){width:22px}*/
  /*.content-title {
      .pp_blockheadlines_buttons_rss {
          float: right;
      }
  }*/
  /*Cards*/
  /*New Card Box Css*/
  /*Cards*/
  /*Latest News*/
  /*Cards*/
  /*Most Popular*/
  /*Most Popular*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*media-library css*/
  /*in the media css*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*news page css*/
  /* Small Devices, Tablets */
  /*New News Css*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*news-article page css*/
  /*search page css*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*contact page css*/
  /*Accordian*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*social channel css*/
  /*css for tab pannel start*/
  /*New Css For all social*/
  /*ourviews feed property*/
  /*hover insta feed*/
  /*our view hover insta feed*/
  /*stories page css*/
  /*stories article css*/
  /*views page css*/
  /*New Css*/
  /*New Css*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*views article page css*/
  /*Override*/
  /*Typography*/
  /*headings font sizes*/
  /*headings fonts sizes*/
  /*standard fonts sizes starts*/
  /*standard fonts sizes ends*/
  /*common use font size*/
  /*common use font size*/
  /*font weights starts*/
  /*font weights ends*/
  /*fonts family*/
  /*fonts family*/
  /*Typography*/
  /*Resolutions*/
  /*Resolutions*/
  /*Colors*/
  /*background colors starts*/
  /*transparent background*/
  /*white background*/
  /*black background*/
  /*dark blue shade*/
  /*light blue shade*/
  /*light silver shade for panels*/
  /*dark blue shade for panels*/
  /*Menu latest shade*/
  /*Menu news shade*/
  /*Menu blog shade*/
  /*Menu stories shade*/
  /*Menu media library shade*/
  /*Menu contact shade*/
  /*Latest News wrap shade on news page*/
  /*navy blue shade*/
  /*sky blue shade*/
  /*background colors ends*/
  /*button bg starts*/
  /*dark blue for primary button*/
  /*light blue for secondary button*/
  /*button bg ends*/
  /*text colors starts*/
  /*white text*/
  /*black text*/
  /*Creted for Navigation color*/
  /*Shade of balck*/
  /*Shade of balck 1*/
  /*Shade of balck 2*/
  /*dark blue text*/
  /*light blue text*/
  /*light silver shade for text*/
  /*dark blue shade for text*/
  /*red color for error message*/
  /*green color for success message*/
  /*text colors ends*/
  /*input colors*/
  /*select input border*/
  /*grey color for select dropdown */
  /*input colors*/
  /*common use colors starts*/
  /*white*/
  /*black*/
  /*black shade 2*/
  /*dark blue*/
  /*light blue*/
  /*light silver shade*/
  /*dark blue shade*/
  /*red color for danger*/
  /*green color for success*/
  /*common use colors ends*/
  /*Colors*/
  /*Small articel img*/
  /*Large Article img*/
  /*Latest First Page title*/
  /*View link Button*/
  /*.view-link {
      margin-bottom: 30px
  }*/
  /*Side Content*/
  /*Type 1*/
  /*Social Landing*/
  /*Video Height*/
  /*Document Height*/
  /*Images Height*/
  /*Podcast Height*/
  /*Video Carousel*/
  /*article main*/
  /*video carosuel*/
  /*when there is no image in post it will create padding for title or text present in box*/
  /*large-content-no-image-description-setting*/
  /*mobile-side-card-hide-author-when-no-image-settings*/
  /*#btnViewMore*/
  /*common style to user*/
  /*article-detail-side-content-card-title-setting when no thumbnail*/
  /*It will fix for large content card on Midea Library Landing Page*/
  /*News Tile changes*/
  /*to avoid bullets override from existing css*/
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
}
/* line 2, ../sass/base/reset.scss */
.newsroom-master div, .newsroom-master span, .newsroom-master applet, .newsroom-master object, .newsroom-master iframe, .newsroom-master h1, .newsroom-master h2, .newsroom-master h3, .newsroom-master h4, .newsroom-master h5, .newsroom-master h6, .newsroom-master p, .newsroom-master blockquote, .newsroom-master pre, .newsroom-master a, .newsroom-master abbr, .newsroom-master acronym, .newsroom-master address, .newsroom-master big, .newsroom-master cite, .newsroom-master code, .newsroom-master del, .newsroom-master dfn, .newsroom-master em, .newsroom-master img, .newsroom-master ins, .newsroom-master kbd, .newsroom-master q, .newsroom-master s, .newsroom-master samp, .newsroom-master small, .newsroom-master strike, .newsroom-master sub, .newsroom-master tt, .newsroom-master var, .newsroom-master b, .newsroom-master u, .newsroom-master i, .newsroom-master center, .newsroom-master dl, .newsroom-master dt, .newsroom-master dd, .newsroom-master ol, .newsroom-master ul, .newsroom-master li, .newsroom-master fieldset, .newsroom-master form, .newsroom-master label, .newsroom-master legend, .newsroom-master table, .newsroom-master caption, .newsroom-master tbody, .newsroom-master tfoot, .newsroom-master thead, .newsroom-master tr, .newsroom-master th, .newsroom-master td, .newsroom-master article, .newsroom-master aside, .newsroom-master canvas, .newsroom-master details, .newsroom-master embed, .newsroom-master figure, .newsroom-master figcaption, .newsroom-master footer, .newsroom-master header, .newsroom-master hgroup, .newsroom-master menu, .newsroom-master nav, .newsroom-master output, .newsroom-master ruby, .newsroom-master section, .newsroom-master summary, .newsroom-master time, .newsroom-master mark, .newsroom-master audio, .newsroom-master video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}
/* line 4, ../sass/base/reset.scss */
.newsroom-master article, .newsroom-master aside, .newsroom-master details, .newsroom-master figcaption, .newsroom-master figure, .newsroom-master footer, .newsroom-master header, .newsroom-master hgroup, .newsroom-master menu, .newsroom-master nav, .newsroom-master section {
  display: block;
}
/* line 5, ../sass/base/reset.scss */
.newsroom-master body {
  line-height: 1;
}
/* line 6, ../sass/base/reset.scss */
.newsroom-master ol, .newsroom-master ul {
  list-style: none;
}
/* line 7, ../sass/base/reset.scss */
.newsroom-master blockquote, .newsroom-master q {
  quotes: none;
}
/* line 9, ../sass/base/reset.scss */
.newsroom-master blockquote:before, .newsroom-master blockquote:after, .newsroom-master q:before, .newsroom-master q:after {
  content: '';
  content: none;
}
/* line 11, ../sass/base/reset.scss */
.newsroom-master table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 12, ../sass/base/reset.scss */
.newsroom-master * {
  box-sizing: border-box;
}
/* line 13, ../sass/base/reset.scss */
.newsroom-master .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 21, ../sass/base/reset.scss */
.newsroom-master .clearfix {
  display: inline-block;
}
/* line 23, ../sass/base/reset.scss */
.newsroom-master .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 26, ../sass/base/reset.scss */
.newsroom-master * html .clearfix {
  height: 1%;
}
/* line 27, ../sass/base/reset.scss */
.newsroom-master .clearfix {
  display: block;
}
/* line 2, ../sass/base/grid.scss */
.newsroom-master img {
  vertical-align: middle;
  border: 0;
}
/* line 4, ../sass/base/grid.scss */
.newsroom-master .hidden {
  display: none !important;
}
/* line 8, ../sass/base/grid.scss */
.newsroom-master .img-responsive,
.newsroom-master .thumbnail > img,
.newsroom-master .thumbnail a > img,
.newsroom-master .carousel-inner > .item > img,
.newsroom-master .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
}
/* line 17, ../sass/base/grid.scss */
.newsroom-master .col-xs-1, .newsroom-master .col-xs-2, .newsroom-master .col-xs-3, .newsroom-master .col-xs-4, .newsroom-master .col-xs-5, .newsroom-master .col-xs-6, .newsroom-master .col-xs-7, .newsroom-master .col-xs-8, .newsroom-master .col-xs-9, .newsroom-master .col-xs-10, .newsroom-master .col-xs-11, .newsroom-master .col-xs-12,
.newsroom-master .col-sm-1, .newsroom-master .col-sm-2, .newsroom-master .col-sm-3, .newsroom-master .col-sm-4, .newsroom-master .col-sm-5, .newsroom-master .col-sm-6, .newsroom-master .col-sm-7, .newsroom-master .col-sm-8, .newsroom-master .col-sm-9, .newsroom-master .col-sm-10, .newsroom-master .col-sm-11, .newsroom-master .col-sm-12,
.newsroom-master .col-md-1, .newsroom-master .col-md-2, .newsroom-master .col-md-3, .newsroom-master .col-md-4, .newsroom-master .col-md-5, .newsroom-master .col-md-6, .newsroom-master .col-md-7, .newsroom-master .col-md-8, .newsroom-master .col-md-9, .newsroom-master .col-md-10, .newsroom-master .col-md-11, .newsroom-master .col-md-12,
.newsroom-master .col-lg-1, .newsroom-master .col-lg-2, .newsroom-master .col-lg-3, .newsroom-master .col-lg-4, .newsroom-master .col-lg-5, .newsroom-master .col-lg-6, .newsroom-master .col-lg-7, .newsroom-master .col-lg-8, .newsroom-master .col-lg-9, .newsroom-master .col-lg-10, .newsroom-master .col-lg-11, .newsroom-master .col-lg-12 {
  float: left;
}
/* line 26, ../sass/base/grid.scss */
.newsroom-master .clearfix:before,
.newsroom-master .clearfix:after,
.newsroom-master .dl-horizontal dd:before,
.newsroom-master .dl-horizontal dd:after,
.newsroom-master .container:before,
.newsroom-master .container:after,
.newsroom-master .container-fluid:before,
.newsroom-master .container-fluid:after,
.newsroom-master .row:before,
.newsroom-master .row:after,
.newsroom-master .form-horizontal .form-group:before,
.newsroom-master .form-horizontal .form-group:after,
.newsroom-master .btn-toolbar:before,
.newsroom-master .btn-toolbar:after,
.newsroom-master .btn-group-vertical > .btn-group:before,
.newsroom-master .btn-group-vertical > .btn-group:after,
.newsroom-master .nav:before,
.newsroom-master .nav:after,
.newsroom-master .navbar:before,
.newsroom-master .navbar:after,
.newsroom-master .navbar-header:before,
.newsroom-master .navbar-header:after,
.newsroom-master .navbar-collapse:before,
.newsroom-master .navbar-collapse:after,
.newsroom-master .pager:before,
.newsroom-master .pager:after,
.newsroom-master .panel-body:before,
.newsroom-master .panel-body:after,
.newsroom-master .modal-header:before,
.newsroom-master .modal-header:after,
.newsroom-master .modal-footer:before,
.newsroom-master .modal-footer:after {
  display: table;
  content: " ";
}
/* line 61, ../sass/base/grid.scss */
.newsroom-master .clearfix:after,
.newsroom-master .dl-horizontal dd:after,
.newsroom-master .container:after,
.newsroom-master .container-fluid:after,
.newsroom-master .row:after,
.newsroom-master .form-horizontal .form-group:after,
.newsroom-master .btn-toolbar:after,
.newsroom-master .btn-group-vertical > .btn-group:after,
.newsroom-master .nav:after,
.newsroom-master .navbar:after,
.newsroom-master .navbar-header:after,
.newsroom-master .navbar-collapse:after,
.newsroom-master .pager:after,
.newsroom-master .panel-body:after,
.newsroom-master .modal-header:after,
.newsroom-master .modal-footer:after {
  clear: both;
}
/* line 80, ../sass/base/grid.scss */
.newsroom-master .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 87, ../sass/base/grid.scss */
.newsroom-master .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* line 93, ../sass/base/grid.scss */
.newsroom-master .container {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  /* line 93, ../sass/base/grid.scss */
  .newsroom-master .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* line 121, ../sass/base/grid.scss */
.newsroom-master .row {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 126, ../sass/base/grid.scss */
.newsroom-master .col-xs-1, .newsroom-master .col-sm-1, .newsroom-master .col-md-1, .newsroom-master .col-lg-1, .newsroom-master .col-xs-2, .newsroom-master .col-sm-2, .newsroom-master .col-md-2, .newsroom-master .col-lg-2, .newsroom-master .col-xs-3, .newsroom-master .col-sm-3, .newsroom-master .col-md-3, .newsroom-master .col-lg-3, .newsroom-master .col-xs-4, .newsroom-master .col-sm-4, .newsroom-master .col-md-4, .newsroom-master .col-lg-4, .newsroom-master .col-xs-5, .newsroom-master .col-sm-5, .newsroom-master .col-md-5, .newsroom-master .col-lg-5, .newsroom-master .col-xs-6, .newsroom-master .col-sm-6, .newsroom-master .col-md-6, .newsroom-master .col-lg-6, .newsroom-master .col-xs-7, .newsroom-master .col-sm-7, .newsroom-master .col-md-7, .newsroom-master .col-lg-7, .newsroom-master .col-xs-8, .newsroom-master .col-sm-8, .newsroom-master .col-md-8, .newsroom-master .col-lg-8, .newsroom-master .col-xs-9, .newsroom-master .col-sm-9, .newsroom-master .col-md-9, .newsroom-master .col-lg-9, .newsroom-master .col-xs-10, .newsroom-master .col-sm-10, .newsroom-master .col-md-10, .newsroom-master .col-lg-10, .newsroom-master .col-xs-11, .newsroom-master .col-sm-11, .newsroom-master .col-md-11, .newsroom-master .col-lg-11, .newsroom-master .col-xs-12, .newsroom-master .col-sm-12, .newsroom-master .col-md-12, .newsroom-master .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 133, ../sass/base/grid.scss */
.newsroom-master .col-xs-12 {
  width: 100%;
}
/* line 136, ../sass/base/grid.scss */
.newsroom-master .col-xs-11 {
  width: 91.66666667%;
}
/* line 139, ../sass/base/grid.scss */
.newsroom-master .col-xs-10 {
  width: 83.33333333%;
}
/* line 142, ../sass/base/grid.scss */
.newsroom-master .col-xs-9 {
  width: 75%;
}
/* line 145, ../sass/base/grid.scss */
.newsroom-master .col-xs-8 {
  width: 66.66666667%;
}
/* line 148, ../sass/base/grid.scss */
.newsroom-master .col-xs-7 {
  width: 58.33333333%;
}
/* line 151, ../sass/base/grid.scss */
.newsroom-master .col-xs-6 {
  width: 50%;
}
/* line 154, ../sass/base/grid.scss */
.newsroom-master .col-xs-5 {
  width: 41.66666667%;
}
/* line 157, ../sass/base/grid.scss */
.newsroom-master .col-xs-4 {
  width: 33.33333333%;
}
/* line 160, ../sass/base/grid.scss */
.newsroom-master .col-xs-3 {
  width: 25%;
}
/* line 163, ../sass/base/grid.scss */
.newsroom-master .col-xs-2 {
  width: 16.66666667%;
}
/* line 166, ../sass/base/grid.scss */
.newsroom-master .col-xs-1 {
  width: 8.33333333%;
}
/* line 171, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-12 {
  right: 100%;
}
/* line 174, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-11 {
  right: 91.66666667%;
}
/* line 177, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-10 {
  right: 83.33333333%;
}
/* line 180, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-9 {
  right: 75%;
}
/* line 183, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-8 {
  right: 66.66666667%;
}
/* line 186, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-7 {
  right: 58.33333333%;
}
/* line 189, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-6 {
  right: 50%;
}
/* line 192, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-5 {
  right: 41.66666667%;
}
/* line 195, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-4 {
  right: 33.33333333%;
}
/* line 198, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-3 {
  right: 25%;
}
/* line 201, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-2 {
  right: 16.66666667%;
}
/* line 204, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-1 {
  right: 8.33333333%;
}
/* line 207, ../sass/base/grid.scss */
.newsroom-master .col-xs-pull-0 {
  right: auto;
}
/* line 210, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-12 {
  left: 100%;
}
/* line 213, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-11 {
  left: 91.66666667%;
}
/* line 216, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-10 {
  left: 83.33333333%;
}
/* line 219, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-9 {
  left: 75%;
}
/* line 222, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-8 {
  left: 66.66666667%;
}
/* line 225, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-7 {
  left: 58.33333333%;
}
/* line 228, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-6 {
  left: 50%;
}
/* line 231, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-5 {
  left: 41.66666667%;
}
/* line 234, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-4 {
  left: 33.33333333%;
}
/* line 237, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-3 {
  left: 25%;
}
/* line 240, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-2 {
  left: 16.66666667%;
}
/* line 243, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-1 {
  left: 8.33333333%;
}
/* line 246, ../sass/base/grid.scss */
.newsroom-master .col-xs-push-0 {
  left: auto;
}
@media (min-width: 768px) {
  /* line 252, ../sass/base/grid.scss */
  .newsroom-master .col-sm-12 {
    width: 100%;
  }
  /* line 255, ../sass/base/grid.scss */
  .newsroom-master .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 258, ../sass/base/grid.scss */
  .newsroom-master .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 261, ../sass/base/grid.scss */
  .newsroom-master .col-sm-9 {
    width: 75%;
  }
  /* line 264, ../sass/base/grid.scss */
  .newsroom-master .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 267, ../sass/base/grid.scss */
  .newsroom-master .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 270, ../sass/base/grid.scss */
  .newsroom-master .col-sm-6 {
    width: 50%;
  }
  /* line 273, ../sass/base/grid.scss */
  .newsroom-master .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 276, ../sass/base/grid.scss */
  .newsroom-master .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 279, ../sass/base/grid.scss */
  .newsroom-master .col-sm-3 {
    width: 25%;
  }
  /* line 282, ../sass/base/grid.scss */
  .newsroom-master .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 285, ../sass/base/grid.scss */
  .newsroom-master .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 288, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-12 {
    right: 100%;
  }
  /* line 291, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 294, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 297, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-9 {
    right: 75%;
  }
  /* line 300, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 303, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 306, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-6 {
    right: 50%;
  }
  /* line 309, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 312, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 315, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-3 {
    right: 25%;
  }
  /* line 318, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 321, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 324, ../sass/base/grid.scss */
  .newsroom-master .col-sm-pull-0 {
    right: auto;
  }
  /* line 327, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-12 {
    left: 100%;
  }
  /* line 330, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 333, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 336, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-9 {
    left: 75%;
  }
  /* line 339, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 342, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 345, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-6 {
    left: 50%;
  }
  /* line 348, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 351, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 354, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-3 {
    left: 25%;
  }
  /* line 357, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 360, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 363, ../sass/base/grid.scss */
  .newsroom-master .col-sm-push-0 {
    left: auto;
  }
}
@media (max-width: 992px) {
  /* line 371, ../sass/base/grid.scss */
  .newsroom-master .page-heading {
    text-align: center;
  }
  /* line 374, ../sass/base/grid.scss */
  .newsroom-master .align-center-mobile {
    display: block;
    text-align: center;
  }
  /* line 377, ../sass/base/grid.scss */
  .newsroom-master .align-center-mobile label {
    text-align: left;
  }
  /* line 382, ../sass/base/grid.scss */
  .newsroom-master .line-top-bottom-spacer {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  /* line 391, ../sass/base/grid.scss */
  .newsroom-master .col-md-12 {
    width: 100%;
  }
  /* line 394, ../sass/base/grid.scss */
  .newsroom-master .col-md-11 {
    width: 91.66666667%;
  }
  /* line 397, ../sass/base/grid.scss */
  .newsroom-master .col-md-10 {
    width: 83.33333333%;
  }
  /* line 400, ../sass/base/grid.scss */
  .newsroom-master .col-md-9 {
    width: 75%;
  }
  /* line 403, ../sass/base/grid.scss */
  .newsroom-master .col-md-8 {
    width: 66.66666667%;
  }
  /* line 406, ../sass/base/grid.scss */
  .newsroom-master .col-md-7 {
    width: 58.33333333%;
  }
  /* line 409, ../sass/base/grid.scss */
  .newsroom-master .col-md-6 {
    width: 50%;
  }
  /* line 412, ../sass/base/grid.scss */
  .newsroom-master .col-md-5 {
    width: 41.66666667%;
  }
  /* line 415, ../sass/base/grid.scss */
  .newsroom-master .col-md-4 {
    width: 33.33333333%;
  }
  /* line 418, ../sass/base/grid.scss */
  .newsroom-master .col-md-3 {
    width: 25%;
  }
  /* line 421, ../sass/base/grid.scss */
  .newsroom-master .col-md-2 {
    width: 16.66666667%;
  }
  /* line 424, ../sass/base/grid.scss */
  .newsroom-master .col-md-1 {
    width: 8.33333333%;
  }
  /* line 430, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-12 {
    right: 100%;
  }
  /* line 433, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 436, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 439, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-9 {
    right: 75%;
  }
  /* line 442, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 445, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 448, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-6 {
    right: 50%;
  }
  /* line 451, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 454, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 457, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-3 {
    right: 25%;
  }
  /* line 460, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 463, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 466, ../sass/base/grid.scss */
  .newsroom-master .col-md-pull-0 {
    right: auto;
  }
  /* line 469, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-12 {
    left: 100%;
  }
  /* line 472, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 475, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 478, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-9 {
    left: 75%;
  }
  /* line 481, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 484, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 487, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-6 {
    left: 50%;
  }
  /* line 490, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 493, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 496, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-3 {
    left: 25%;
  }
  /* line 499, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 502, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 505, ../sass/base/grid.scss */
  .newsroom-master .col-md-push-0 {
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 513, ../sass/base/grid.scss */
  .newsroom-master .col-lg-12 {
    width: 100%;
  }
  /* line 516, ../sass/base/grid.scss */
  .newsroom-master .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 519, ../sass/base/grid.scss */
  .newsroom-master .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 522, ../sass/base/grid.scss */
  .newsroom-master .col-lg-9 {
    width: 75%;
  }
  /* line 525, ../sass/base/grid.scss */
  .newsroom-master .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 528, ../sass/base/grid.scss */
  .newsroom-master .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 531, ../sass/base/grid.scss */
  .newsroom-master .col-lg-6 {
    width: 50%;
  }
  /* line 534, ../sass/base/grid.scss */
  .newsroom-master .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 537, ../sass/base/grid.scss */
  .newsroom-master .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 540, ../sass/base/grid.scss */
  .newsroom-master .col-lg-3 {
    width: 25%;
  }
  /* line 543, ../sass/base/grid.scss */
  .newsroom-master .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 546, ../sass/base/grid.scss */
  .newsroom-master .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 551, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-12 {
    right: 100%;
  }
  /* line 554, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 557, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 560, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-9 {
    right: 75%;
  }
  /* line 563, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 566, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 569, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-6 {
    right: 50%;
  }
  /* line 572, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 575, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 578, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-3 {
    right: 25%;
  }
  /* line 581, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 584, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 587, ../sass/base/grid.scss */
  .newsroom-master .col-lg-pull-0 {
    right: auto;
  }
  /* line 590, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-12 {
    left: 100%;
  }
  /* line 593, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 596, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 599, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-9 {
    left: 75%;
  }
  /* line 602, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 605, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 608, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-6 {
    left: 50%;
  }
  /* line 611, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 614, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 617, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-3 {
    left: 25%;
  }
  /* line 620, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 623, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 626, ../sass/base/grid.scss */
  .newsroom-master .col-lg-push-0 {
    left: auto;
  }
}
/* line 632, ../sass/base/grid.scss */
.newsroom-master .visible-xs-block,
.newsroom-master .visible-xs-inline,
.newsroom-master .visible-xs-inline-block,
.newsroom-master .visible-sm-block,
.newsroom-master .visible-sm-inline,
.newsroom-master .visible-sm-inline-block,
.newsroom-master .visible-md-block,
.newsroom-master .visible-md-inline,
.newsroom-master .visible-md-inline-block,
.newsroom-master .visible-lg-block,
.newsroom-master .visible-lg-inline,
.newsroom-master .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 768px) {
  /* line 648, ../sass/base/grid.scss */
  .newsroom-master .hidden-xs {
    display: none !important;
  }
  /* line 651, ../sass/base/grid.scss */
  .newsroom-master .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 656, ../sass/base/grid.scss */
  .newsroom-master .hidden-sm {
    display: none !important;
  }
  /* line 659, ../sass/base/grid.scss */
  .newsroom-master .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 664, ../sass/base/grid.scss */
  .newsroom-master .hidden-md {
    display: none !important;
  }
  /* line 667, ../sass/base/grid.scss */
  .newsroom-master .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 673, ../sass/base/grid.scss */
  .newsroom-master .hidden-lg {
    display: none !important;
  }
  /* line 677, ../sass/base/grid.scss */
  .newsroom-master .visible-lg-block {
    display: block !important;
  }
}
/* line 683, ../sass/base/grid.scss */
.newsroom-master .text-center {
  text-align: center;
}
/* line 687, ../sass/base/grid.scss */
.newsroom-master .hidden {
  display: none;
}
/* line 689, ../sass/base/grid.scss */
.newsroom-master .visible-xs,
.newsroom-master .visible-sm,
.newsroom-master .visible-md,
.newsroom-master .visible-lg {
  display: none !important;
}
/* line 695, ../sass/base/grid.scss */
.newsroom-master .visible-xs-block,
.newsroom-master .visible-xs-inline,
.newsroom-master .visible-xs-inline-block,
.newsroom-master .visible-sm-block,
.newsroom-master .visible-sm-inline,
.newsroom-master .visible-sm-inline-block,
.newsroom-master .visible-md-block,
.newsroom-master .visible-md-inline,
.newsroom-master .visible-md-inline-block,
.newsroom-master .visible-lg-block,
.newsroom-master .visible-lg-inline,
.newsroom-master .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  /* line 712, ../sass/base/grid.scss */
  .newsroom-master .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 718, ../sass/base/grid.scss */
  .newsroom-master .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 725, ../sass/base/grid.scss */
  .newsroom-master .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  /* line 732, ../sass/base/grid.scss */
  .newsroom-master .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  /* line 739, ../sass/base/grid.scss */
  .newsroom-master .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 744, ../sass/base/grid.scss */
  .newsroom-master .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 749, ../sass/base/grid.scss */
  .newsroom-master .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 754, ../sass/base/grid.scss */
  .newsroom-master .hidden-lg {
    display: none !important;
  }
}
/* line 760, ../sass/base/grid.scss */
.newsroom-master .pull-left {
  float: left !important;
}
/* line 761, ../sass/base/grid.scss */
.newsroom-master .pull-right {
  float: right !important;
}
/* line 762, ../sass/base/grid.scss */
.newsroom-master .pull-none {
  float: none !important;
}
/* line 5, ../sass/base/common.scss */
.newsroom-master body {
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  margin: 0;
  position: relative;
}
/* line 12, ../sass/base/common.scss */
.newsroom-master h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 75px;
}
/* line 18, ../sass/base/common.scss */
.newsroom-master h2 {
  font-size: 32px;
  /*font-weight: $font-weight-regular;*/
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 25, ../sass/base/common.scss */
.newsroom-master h3 {
  font-size: 28px;
  /*font-weight: $font-weight-regular;*/
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 32, ../sass/base/common.scss */
.newsroom-master h4 {
  font-size: 24px;
  /*font-weight: $font-weight-regular;*/
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 39, ../sass/base/common.scss */
.newsroom-master h5 {
  font-size: 20px;
  /*font-weight: $font-weight-regular;*/
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 46, ../sass/base/common.scss */
.newsroom-master h6 {
  font-size: 16px;
  /*font-weight: $font-weight-regular*/
  font-weight: 600;
}
/* line 52, ../sass/base/common.scss */
.newsroom-master .img-responsive {
  max-width: 100%;
  height: auto;
}
/* line 57, ../sass/base/common.scss */
.newsroom-master a {
  text-decoration: none;
}
/* line 61, ../sass/base/common.scss */
.newsroom-master .pointer {
  cursor: pointer;
}
/* line 65, ../sass/base/common.scss */
.newsroom-master .clearfix {
  clear: both;
}
/* line 69, ../sass/base/common.scss */
.newsroom-master .text-left {
  text-align: left;
}
/* line 73, ../sass/base/common.scss */
.newsroom-master .text-center {
  text-align: center;
}
/* line 77, ../sass/base/common.scss */
.newsroom-master .text-right {
  text-align: right;
}
/* line 81, ../sass/base/common.scss */
.newsroom-master .txt-weight-light {
  font-weight: 300;
}
/* line 85, ../sass/base/common.scss */
.newsroom-master .txt-weight-normal {
  font-weight: 400;
}
/* line 89, ../sass/base/common.scss */
.newsroom-master .txt-weight-bold {
  font-weight: 600;
}
/* line 93, ../sass/base/common.scss */
.newsroom-master .txt-weight-bold-x {
  font-weight: 700;
}
/* line 97, ../sass/base/common.scss */
.newsroom-master .txt-weight-bolder-xx {
  font-weight: bolder;
}
/* line 101, ../sass/base/common.scss */
.newsroom-master .block {
  display: block;
}
/* line 105, ../sass/base/common.scss */
.newsroom-master inline {
  display: inline-block;
}
/* line 109, ../sass/base/common.scss */
.newsroom-master .help-icon {
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 113, ../sass/base/common.scss */
.newsroom-master .help-icon li {
  height: 42px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  /* line 113, ../sass/base/common.scss */
  .newsroom-master .help-icon li {
    font-size: 18px;
  }
}
/* line 123, ../sass/base/common.scss */
.newsroom-master .help-icon li span {
  color: inherit;
  text-decoration: none;
  margin-left: 5px;
}
/* line 130, ../sass/base/common.scss */
.newsroom-master .help-icon .phone-icon {
  background: url(../images/icons/phone-white.png) no-repeat;
  background-position: left center !important;
  background-size: 42px 42px !important;
  background-repeat: no-repeat !important;
}
/* line 137, ../sass/base/common.scss */
.newsroom-master .help-icon .email-icon {
  background: url(../images/icons/email-white.png) no-repeat;
  background-position: left center !important;
  background-size: 42px 42px !important;
  background-repeat: no-repeat !important;
}
/* line 145, ../sass/base/common.scss */
.newsroom-master .image-common, .newsroom-master .searchbox1 .container .search-wrap .search-btn {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(../../Global/Components/Img/search-q.png);
}
/* line 152, ../sass/base/common.scss */
.newsroom-master .subheading-wrapper {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e2e2e2;
  padding: 26px 0;
}
@media screen and (max-width: 767px) {
  /* line 152, ../sass/base/common.scss */
  .newsroom-master .subheading-wrapper {
    padding: 0 0 20px 0;
  }
}
/* line 161, ../sass/base/common.scss */
.newsroom-master .subheading-wrapper h2.sub-heading-txt {
  font-size: 24px;
  font-weight: 600;
  color: #6c6e71;
  margin: 8px 0 0 0;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  /* line 161, ../sass/base/common.scss */
  .newsroom-master .subheading-wrapper h2.sub-heading-txt {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  /* line 176, ../sass/base/common.scss */
  .newsroom-master .news-right-sec {
    background: #e5f2f9;
    margin: 0 -24px;
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  /* line 184, ../sass/base/common.scss */
  .newsroom-master .no-news-right-sec {
    background: transparent;
  }
}
/* line 190, ../sass/base/common.scss */
.newsroom-master .transparent-bg-white {
  background: #ffffff;
}
/* line 194, ../sass/base/common.scss */
.newsroom-master .icon-image {
  float: left;
  margin-right: 7px;
}
/* line 198, ../sass/base/common.scss */
.newsroom-master .icon-image img {
  width: 100%;
}
/* line 203, ../sass/base/common.scss */
.newsroom-master .icon-name {
  float: left;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  /* line 203, ../sass/base/common.scss */
  .newsroom-master .icon-name {
    margin-top: 0;
  }
}
/* line 212, ../sass/base/common.scss */
.newsroom-master .employee-image {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  /* line 212, ../sass/base/common.scss */
  .newsroom-master .employee-image {
    display: none;
  }
}
/* line 221, ../sass/base/common.scss */
.newsroom-master .general-image {
  width: 16px;
  height: 16px;
}
/* line 226, ../sass/base/common.scss */
.newsroom-master .employee-name {
  width: calc(100% - 40px);
}
/* line 230, ../sass/base/common.scss */
.newsroom-master .general-name {
  width: calc(100% - 40px);
  margin-top: 2px;
}
/* line 235, ../sass/base/common.scss */
.newsroom-master .employee-details {
  height: 62px;
}
@media screen and (max-width: 767px) {
  /* line 235, ../sass/base/common.scss */
  .newsroom-master .employee-details {
    height: 15px;
  }
}
/* line 243, ../sass/base/common.scss */
.newsroom-master .padding-common {
  padding: 0 24px;
}
@media screen and (min-width: 1024px) {
  /* line 247, ../sass/base/common.scss */
  .newsroom-master .remove-margin {
    margin: 0 -30px !important;
  }
}
/* line 253, ../sass/base/common.scss */
.newsroom-master .margin-bottom {
  margin-bottom: 30px;
}
/* line 257, ../sass/base/common.scss */
.newsroom-master .divider-inner .help-icon li span {
  color: #333 !important;
}
/* line 265, ../sass/base/common.scss */
.newsroom-master .divider-inner.light .help-icon li span {
  color: #ffffff !important;
}
/* line 273, ../sass/base/common.scss */
.newsroom-master .divider-inner .help-icon li span a {
  color: #333 !important;
}
/* line 281, ../sass/base/common.scss */
.newsroom-master .divider-inner.light .help-icon li span a {
  color: #ffffff !important;
}
/* line 3, ../sass/components/buttons.scss */
.newsroom-master .newsroom-btn {
  display: block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  padding: 15px 24px;
  font-size: 16px;
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  border-radius: 3px;
}
/* line 15, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  letter-spacing: 0.03em;
  border-radius: 3px;
}
/* line 24, ../sass/components/buttons.scss */
.newsroom-master .newsroom-btn-primary {
  background: transparent;
  border: 3px solid #409bd6;
  color: #409bd6;
  padding: 15px 12px;
}
/* line 31, ../sass/components/buttons.scss */
.newsroom-master .newsroom-btn-secondary {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
}
/* line 36, ../sass/components/buttons.scss */
.newsroom-master .newsroom-btn-secondary:hover {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
/* line 44, ../sass/components/buttons.scss */
.newsroom-master .newsroom-btn-secondary2 {
  background: transparent;
  border: 3px solid #00335B;
  color: #00335B;
}
/* line 49, ../sass/components/buttons.scss */
.newsroom-master .newsroom-btn-secondary2:after {
  content: none;
}
/* line 53, ../sass/components/buttons.scss */
.newsroom-master .newsroom-btn-secondary2:hover {
  background: none;
  color: #00335B;
}
/* line 60, ../sass/components/buttons.scss */
.newsroom-master .view-more-link-btn {
  padding: 20px 0;
  margin-left: auto;
  margin-right: auto;
}
/* line 66, ../sass/components/buttons.scss */
.newsroom-master .view-more-link-btn a.newsroom-btn, .newsroom-master .view-more-link-btn button.newsroom-btn {
  width: 100%;
  background: #1E79BD;
  display: block;
  text-align: center;
  padding: 14px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  /* line 66, ../sass/components/buttons.scss */
  .newsroom-master .view-more-link-btn a.newsroom-btn, .newsroom-master .view-more-link-btn button.newsroom-btn {
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  /* line 66, ../sass/components/buttons.scss */
  .newsroom-master .view-more-link-btn a.newsroom-btn, .newsroom-master .view-more-link-btn button.newsroom-btn {
    font-size: 12px;
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 91, ../sass/components/buttons.scss */
  .newsroom-master .view-more-link-btn {
    padding-bottom: 35px;
    padding-top: 0;
    border-top: none;
  }
}
/* line 100, ../sass/components/buttons.scss */
.newsroom-master .video-bottom-div .video-read-link .btn-primary-color-lime {
  color: #ffffff;
}
/* line 110, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-primary-color-teal, .newsroom-master .newsroom-list-style-btn.btn, .newsroom-master .newsroom-list-style-btn.btn-primary-color-burgundy, .newsroom-master .newsroom-list-style-btn.btn-primary-color-fuchsia, .newsroom-master .newsroom-list-style-btn.btn-primary-color-green, .newsroom-master .newsroom-list-style-btn.btn-alt, .newsroom-master .newsroom-list-style-btn.btn-primary-color-lime, .newsroom-master .newsroom-list-style-btn.btn-primary-color-orange, .newsroom-master .newsroom-list-style-btn.btn-primary-color-plum, .newsroom-master .newsroom-list-style-btn.btn-link-style {
  color: #ffffff !important;
  padding: 15px;
}
/* line 115, ../sass/components/buttons.scss */
.newsroom-master .btn.btn-link-style {
  color: #ffffff !important;
  padding: 15px;
}
/* line 119, ../sass/components/buttons.scss */
.newsroom-master .btn.btn-link-style:after {
  height: 16px;
}
/* line 124, ../sass/components/buttons.scss */
.newsroom-master .btn-outline-alt {
  color: #6c6e71 !important;
}
/* line 127, ../sass/components/buttons.scss */
.newsroom-master .btn-outline-alt:after {
  height: 16px;
}
/* line 131, ../sass/components/buttons.scss */
.newsroom-master .btn-outline-alt:hover {
  color: #333333 !important;
}
/* line 136, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary {
  padding: 15px;
  color: #0079c8;
  border: 3px solid #0079c8;
}
/* line 141, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary:hover {
  color: #ffffff;
  border: 3px solid #0055b1;
}
/* line 147, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-primary-alt, .newsroom-master .newsroom-list-style-btn.btn-white-box {
  border-radius: 3px;
}
/* line 149, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-primary-alt:hover, .newsroom-master .newsroom-list-style-btn.btn-white-box:hover {
  background: transparent;
  border: 0;
  color: #0055b1;
}
/* line 156, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-burgundy {
  border: 3px solid #942151;
  color: #942151 !important;
  padding: 15px;
}
/* line 161, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-burgundy:hover {
  color: #ffffff !important;
  background: #942151;
}
/* line 165, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-burgundy:hover:after {
  color: #ffffff;
}
/* line 171, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-fuchsia {
  border: 3px solid #e60e68;
  color: #942151 !important;
  padding: 15px;
}
/* line 176, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-fuchsia:hover {
  color: #ffffff !important;
  background: #e60e68;
}
/* line 180, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-fuchsia:hover:after {
  color: #ffffff;
}
/* line 186, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-green {
  border: 3px solid #007a3d;
  color: #007a3d !important;
  padding: 15px;
}
/* line 191, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-green:hover {
  color: #ffffff !important;
  background: #007a3d;
}
/* line 195, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-green:hover:after {
  color: #ffffff;
}
/* line 201, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-alt {
  border: 3px solid #767676;
  color: #767676 !important;
  padding: 15px;
}
/* line 206, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-alt:hover {
  color: #ffffff !important;
  background: #767676;
}
/* line 210, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-alt:hover:after {
  color: #ffffff;
}
/* line 216, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-lime {
  border: 3px solid #678004;
  color: #678004 !important;
  padding: 15px;
}
/* line 221, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-lime:hover {
  color: #ffffff !important;
  background: #678004;
}
/* line 225, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-lime:hover:after {
  color: #ffffff;
}
/* line 231, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-orange {
  border: 3px solid #ef8900;
  color: #ef8900 !important;
  padding: 15px;
}
/* line 236, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-orange:hover {
  color: #ffffff !important;
  background: #ef8900;
}
/* line 240, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-orange:hover:after {
  color: #ffffff;
}
/* line 246, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-plum {
  border: 3px solid #a4219b;
  color: #a4219b !important;
  padding: 15px;
}
/* line 251, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-plum:hover {
  color: #ffffff !important;
  background: #a4219b;
}
/* line 255, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-plum:hover:after {
  color: #ffffff;
}
/* line 261, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-teal {
  border: 3px solid #008386;
  color: #008386 !important;
  padding: 15px;
}
/* line 266, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-teal:hover {
  color: #ffffff !important;
  background: #008386;
}
/* line 270, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-color-teal:hover:after {
  color: #ffffff;
}
/* line 276, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-outline {
  color: #0055b1 !important;
}
/* line 279, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-outline:hover {
  color: #0055b1 !important;
}
/* line 284, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-outline {
  color: #3583c7 !important;
}
/* line 287, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-outline:hover {
  color: #0055b1 !important;
}
/* line 294, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn:after {
  height: 17px;
}
/* line 299, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-dark {
  color: #002a4e !important;
  border: 3px solid #002a4e !important;
  padding: 15px;
}
/* line 304, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-dark:hover {
  background: #002a4e !important;
  color: #ffffff !important;
}
/* line 308, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-dark:hover:after {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
}
/* line 314, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-dark:after {
  content: '';
  border: solid #002a4e;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  height: auto;
  margin-left: 10px;
}
/* line 328, ../sass/components/buttons.scss */
.newsroom-master .newsroom-social-channel-btn-a {
  display: inline-block;
  /*min-width: 250px*/
}
/* line 334, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-darkblue {
  padding: 15px;
  color: #00335B;
  border: 3px solid #00335B;
}
/* line 339, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-darkblue i {
  border-color: #00335B !important;
}
/* line 343, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-darkblue:hover {
  color: #ffffff;
  border: 3px solid #00335B;
  background: #00335B;
}
/* line 348, ../sass/components/buttons.scss */
.newsroom-master .newsroom-list-style-btn.btn-secondary-darkblue:hover i {
  border-color: #ffffff !important;
}
/* line 2, ../sass/components/arrows.scss */
.newsroom-master i {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin-left: 10px;
  background-image: none;
}
@media screen and (max-width: 480px) {
  /* line 2, ../sass/components/arrows.scss */
  .newsroom-master i {
    padding: 3px;
  }
}
/* line 15, ../sass/components/arrows.scss */
.newsroom-master .arrow-dark-border {
  border-color: #00335B;
}
/* line 16, ../sass/components/arrows.scss */
.newsroom-master .arrow-light-border {
  border-color: #3583c7;
}
/* line 18, ../sass/components/arrows.scss */
.newsroom-master .arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  font-style: normal;
}
/* line 25, ../sass/components/arrows.scss */
.newsroom-master .arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  font-style: normal;
}
/* line 32, ../sass/components/arrows.scss */
.newsroom-master .newsroom-arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  font-style: normal;
}
/* line 39, ../sass/components/arrows.scss */
.newsroom-master .newsroom-arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  font-style: normal;
}
/* line 46, ../sass/components/arrows.scss */
.newsroom-master .arrow-blue-border {
  border-color: #409bd6;
}
/* line 50, ../sass/components/arrows.scss */
.newsroom-master .view-more-link-btn .view-more i {
  position: relative;
  top: -2px;
}
/* line 57, ../sass/components/arrows.scss */
.newsroom-master .view-more-link-btn .view-less i {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 1024px) {
  /* line 2, ../sass/components/dropdown.scss */
  .newsroom-master .dd-wrap {
    margin: 15px 0 0 0;
  }
}
/* line 8, ../sass/components/dropdown.scss */
.newsroom-master .dd-wrap .select-sec {
  color: #616366;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  border-radius: 8px;
  background-color: #ffffff !important;
  border: solid 2px #e5e5e5;
  width: 100%;
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
}
/* line 19, ../sass/components/dropdown.scss */
.newsroom-master .dd-wrap .select-sec:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  /* line 8, ../sass/components/dropdown.scss */
  .newsroom-master .dd-wrap .select-sec {
    font-size: 14px;
  }
}
/* line 2, ../sass/components/modal.scss */
.newsroom-master .mfp-wrap {
  z-index: 99999 !important;
}
/* line 6, ../sass/components/modal.scss */
.newsroom-master .mfp-bg {
  background: #ffffff;
}
/* line 10, ../sass/components/modal.scss */
.newsroom-master .mfp-figure:after {
  background: none;
  box-shadow: none;
}
/* line 15, ../sass/components/modal.scss */
.newsroom-master .mfp-content {
  background-color: #ffffff;
  border: 10px solid #8b8a90;
  vertical-align: middle;
}
/* line 20, ../sass/components/modal.scss */
.newsroom-master .mfp-close {
  width: 110px;
  height: 110px;
  position: absolute;
  opacity: 1;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  /* line 20, ../sass/components/modal.scss */
  .newsroom-master .mfp-close {
    width: 60px;
    height: 60px;
  }
}
/* line 33, ../sass/components/modal.scss */
.newsroom-master .mfp-inline-holder .mfp-content {
  width: 100% !important;
  max-width: 960px;
}
/* line 38, ../sass/components/modal.scss */
.newsroom-master .mfp-content .mfp-iframe-scaler .mfp-iframe body {
  background-color: #ffffff !important;
}
/* line 42, ../sass/components/modal.scss */
.newsroom-master .popup-imageTitle {
  padding: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  /* line 42, ../sass/components/modal.scss */
  .newsroom-master .popup-imageTitle {
    padding: 30px 15px;
  }
}
/* line 51, ../sass/components/modal.scss */
.newsroom-master .popup-imageUrl {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 51, ../sass/components/modal.scss */
  .newsroom-master .popup-imageUrl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 61, ../sass/components/modal.scss */
.newsroom-master .mediaImage-popup {
  position: relative;
}
/* line 64, ../sass/components/modal.scss */
.newsroom-master .mediaImage-popup .box-content {
  margin-top: 0px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  /* line 64, ../sass/components/modal.scss */
  .newsroom-master .mediaImage-popup .box-content {
    padding-left: 15px;
  }
}
/* line 73, ../sass/components/modal.scss */
.newsroom-master .mediaImage-popup .box-content .box-description span {
  font-size: 18px;
}
/* line 80, ../sass/components/modal.scss */
.newsroom-master .popup-imageDescription {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  color: #2d2d2d;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  /* line 80, ../sass/components/modal.scss */
  .newsroom-master .popup-imageDescription {
    padding: 20px 15px;
  }
}
/* line 92, ../sass/components/modal.scss */
.newsroom-master .download-div {
  text-align: right;
}
/* line 95, ../sass/components/modal.scss */
.newsroom-master .download-div .downloadBtn {
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  line-height: 1.44;
  background-color: #3078c2;
  border: solid 3px #3078c2;
  margin-right: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  /* line 95, ../sass/components/modal.scss */
  .newsroom-master .download-div .downloadBtn {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 95, ../sass/components/modal.scss */
  .newsroom-master .download-div .downloadBtn {
    font-size: 13px;
  }
}
/* line 112, ../sass/components/modal.scss */
.newsroom-master .download-div .downloadBtn .download-text {
  font-weight: bold;
  color: #ffffff;
}
/* line 117, ../sass/components/modal.scss */
.newsroom-master .download-div .downloadBtn .download-support-text {
  font-weight: 300;
  color: #d7d7d7;
  margin-right: 40px;
}
/* line 123, ../sass/components/modal.scss */
.newsroom-master .download-div .downloadBtn .download-icon {
  height: 27px;
  width: 27px;
}
/* line 131, ../sass/components/modal.scss */
.newsroom-master .popup-documentTitle {
  padding: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  /* line 131, ../sass/components/modal.scss */
  .newsroom-master .popup-documentTitle {
    padding: 30px 15px;
  }
}
/* line 142, ../sass/components/modal.scss */
.newsroom-master .popup-documentUrl {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 142, ../sass/components/modal.scss */
  .newsroom-master .popup-documentUrl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 152, ../sass/components/modal.scss */
.newsroom-master .mediaDocument-popup {
  position: relative;
}
/* line 157, ../sass/components/modal.scss */
.newsroom-master .mediaDocument-popup .box-content {
  margin-top: 0px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  /* line 157, ../sass/components/modal.scss */
  .newsroom-master .mediaDocument-popup .box-content {
    padding-left: 15px;
  }
}
/* line 166, ../sass/components/modal.scss */
.newsroom-master .mediaDocument-popup .box-content .box-description span {
  font-size: 18px;
}
/* line 173, ../sass/components/modal.scss */
.newsroom-master .popup-documentDescription {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  color: #2d2d2d;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  /* line 173, ../sass/components/modal.scss */
  .newsroom-master .popup-documentDescription {
    padding: 20px 15px;
  }
}
/* line 186, ../sass/components/modal.scss */
.newsroom-master .popup-videoTitle {
  padding: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 186, ../sass/components/modal.scss */
  .newsroom-master .popup-videoTitle {
    padding: 30px 15px;
  }
}
/* line 198, ../sass/components/modal.scss */
.newsroom-master .popup-videoUrl {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 198, ../sass/components/modal.scss */
  .newsroom-master .popup-videoUrl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 208, ../sass/components/modal.scss */
.newsroom-master .popup-videoUrl video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  /* line 208, ../sass/components/modal.scss */
  .newsroom-master .popup-videoUrl video {
    max-height: 300px;
  }
}
@media screen and (min-height: 1080px) {
  /* line 208, ../sass/components/modal.scss */
  .newsroom-master .popup-videoUrl video {
    max-height: 780px;
  }
}
/* line 222, ../sass/components/modal.scss */
.newsroom-master .mediaVideo-popup {
  position: relative;
}
/* line 225, ../sass/components/modal.scss */
.newsroom-master .mediaVideo-popup .box-content {
  margin-top: 0px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  /* line 225, ../sass/components/modal.scss */
  .newsroom-master .mediaVideo-popup .box-content {
    padding-left: 15px;
  }
}
/* line 234, ../sass/components/modal.scss */
.newsroom-master .mediaVideo-popup .box-content .box-description span {
  font-size: 18px;
}
/* line 241, ../sass/components/modal.scss */
.newsroom-master .popup-videoDescription {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  color: #2d2d2d;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  /* line 241, ../sass/components/modal.scss */
  .newsroom-master .popup-videoDescription {
    padding: 20px 15px;
  }
}
/* line 254, ../sass/components/modal.scss */
.newsroom-master .video-bottom-div p {
  margin-bottom: 20px;
}
/* line 258, ../sass/components/modal.scss */
.newsroom-master .video-bottom-div .video-read-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.11;
  color: #6c6e71;
  margin-bottom: 15px;
}
/* line 267, ../sass/components/modal.scss */
.newsroom-master .video-bottom-div .video-read-link a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #3583c7;
  cursor: pointer;
}
/* line 278, ../sass/components/modal.scss */
.newsroom-master .popup-podcastTitle {
  padding: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 768px) {
  /* line 278, ../sass/components/modal.scss */
  .newsroom-master .popup-podcastTitle {
    padding: 30px 15px;
  }
}
/* line 289, ../sass/components/modal.scss */
.newsroom-master .popup-podcastUrl {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  /* line 289, ../sass/components/modal.scss */
  .newsroom-master .popup-podcastUrl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* line 299, ../sass/components/modal.scss */
.newsroom-master .popup-podcastUrl video {
  max-width: 100%;
  height: auto;
}
/* line 305, ../sass/components/modal.scss */
.newsroom-master .mediaPodcast-popup {
  position: relative;
}
/* line 308, ../sass/components/modal.scss */
.newsroom-master .mediaPodcast-popup .box-content {
  margin-top: 0px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  /* line 308, ../sass/components/modal.scss */
  .newsroom-master .mediaPodcast-popup .box-content {
    padding-left: 15px;
  }
}
/* line 317, ../sass/components/modal.scss */
.newsroom-master .mediaPodcast-popup .box-content .box-description span {
  font-size: 18px;
}
/* line 324, ../sass/components/modal.scss */
.newsroom-master .popup-podcastDescription {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  color: #2d2d2d;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  /* line 324, ../sass/components/modal.scss */
  .newsroom-master .popup-podcastDescription {
    padding: 30px 15px;
  }
}
/* line 337, ../sass/components/modal.scss */
.newsroom-master .podcast-bottom-div p {
  margin-bottom: 20px;
}
/* line 341, ../sass/components/modal.scss */
.newsroom-master .podcast-bottom-div .podcast-read-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.11;
  color: #6c6e71;
}
/* line 349, ../sass/components/modal.scss */
.newsroom-master .podcast-bottom-div .podcast-read-link a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #3583c7;
  cursor: pointer;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  /* line 362, ../sass/components/modal.scss */
  .newsroom-master .mfp-inline-holder .mfp-content {
    width: 95% !important;
  }
  /* line 368, ../sass/components/modal.scss */
  .newsroom-master .download-div .downloadBtn .download-support-text {
    margin-right: 20px;
  }
}
@media only screen and (min-device-width: 993px) and (max-device-width: 1279px) {
  /* line 378, ../sass/components/modal.scss */
  .newsroom-master .mfp-inline-holder .mfp-content {
    width: 80% !important;
  }
}
@media (max-width: 767px) {
  /* line 385, ../sass/components/modal.scss */
  .newsroom-master .mfp-inline-holder .mfp-content {
    width: 95% !important;
  }
  /* line 389, ../sass/components/modal.scss */
  .newsroom-master .download-div {
    text-align: left;
  }
  /* line 392, ../sass/components/modal.scss */
  .newsroom-master .download-div .downloadBtn {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 392, ../sass/components/modal.scss */
  .newsroom-master .download-div .downloadBtn {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 404, ../sass/components/modal.scss */
  .newsroom-master .video-bottom-div .video-read-header {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 404, ../sass/components/modal.scss */
  .newsroom-master .video-bottom-div .video-read-header {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 412, ../sass/components/modal.scss */
  .newsroom-master .video-bottom-div .video-read-link {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 412, ../sass/components/modal.scss */
  .newsroom-master .video-bottom-div .video-read-link {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 423, ../sass/components/modal.scss */
  .newsroom-master .podcast-bottom-div .podcast-read-header {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 423, ../sass/components/modal.scss */
  .newsroom-master .podcast-bottom-div .podcast-read-header {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 431, ../sass/components/modal.scss */
  .newsroom-master .podcast-bottom-div .podcast-read-link {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  /* line 431, ../sass/components/modal.scss */
  .newsroom-master .podcast-bottom-div .podcast-read-link {
    margin-left: 15px;
  }
}

/* line 441, ../sass/components/modal.scss */
.newsroom-master .overlay-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #949496;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
  top: -4px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  /* line 441, ../sass/components/modal.scss */
  .newsroom-master .overlay-dot {
    top: -2px;
  }
}
/* line 456, ../sass/components/modal.scss */
.newsroom-master .popup-description p {
  margin-bottom: 15px;
}
/* line 6, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel, .newsroom-master .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
/* line 11, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
/* line 17, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
/* line 24, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 33, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
/* line 39, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-item, .newsroom-master .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  /*-ms-backface-visibility: hidden;*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 48, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
/* line 55, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 60, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-dots.disabled, .newsroom-master .owl-carousel .owl-nav.disabled {
  display: none;
}
/* line 64, ../sass/components/owlcarousel.scss */
.newsroom-master .no-js .owl-carousel, .newsroom-master .owl-carousel.owl-loaded {
  display: block;
}
/* line 68, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-dot, .newsroom-master .owl-carousel .owl-nav .owl-next, .newsroom-master .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 77, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-nav button.owl-next, .newsroom-master .owl-carousel .owl-nav button.owl-prev, .newsroom-master .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 85, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 90, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 94, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 98, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 107, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 112, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 116, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* line 120, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* line 125, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 129, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 133, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 147, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-height {
  transition: height 0.5s ease-in-out;
}
/* line 151, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
/* line 156, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-item .owl-lazy:not([src]), .newsroom-master .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
/* line 160, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/* line 164, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 170, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
/* line 185, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
/* line 190, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-video-playing .owl-video-play-icon, .newsroom-master .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
/* line 194, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
/* line 203, ../sass/components/owlcarousel.scss */
.newsroom-master .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* line 6, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-dots, .newsroom-master .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 11, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-nav {
  margin-top: 10px;
}
/* line 15, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
/* line 26, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
/* line 32, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
/* line 37, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 41, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
/* line 46, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
/* line 57, ../sass/components/owl.theme.scss */
.newsroom-master .owl-theme .owl-dots .owl-dot.active span, .newsroom-master .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* line 1, ../sass/components/owlcarousel-override.scss */
.newsroom-master .owl-stage-outer {
  padding-top: 15px;
}
/* line 3, ../sass/components/owlcarousel-override.scss */
.newsroom-master .owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 28px;
  margin: 0px 7px;
  background: none;
  border: 4px solid #4b4b4b;
}
@media screen and (max-width: 767px) {
  /* line 3, ../sass/components/owlcarousel-override.scss */
  .newsroom-master .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0px 4px;
  }
}
/* line 12, ../sass/components/owlcarousel-override.scss */
.newsroom-master .owl-theme .owl-dots .owl-dot:focus {
  outline: 0;
}
/* line 15, ../sass/components/owlcarousel-override.scss */
.newsroom-master .owl-theme .owl-dots .owl-dot.active span, .newsroom-master .owl-theme .owl-dots .owl-dot.active:hover span {
  background: #002d54;
  width: 36px;
  height: 36px;
  border: 0;
}
@media screen and (max-width: 767px) {
  /* line 15, ../sass/components/owlcarousel-override.scss */
  .newsroom-master .owl-theme .owl-dots .owl-dot.active span, .newsroom-master .owl-theme .owl-dots .owl-dot.active:hover span {
    width: 18px;
    height: 18px;
  }
}
/* line 27, ../sass/components/owlcarousel-override.scss */
.newsroom-master .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
}
/* line 32, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
}
/* line 35, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}
@media screen and (max-width: 767px) {
  /* line 32, ../sass/components/owlcarousel-override.scss */
  .newsroom-master .latest-video-carousel .owl-theme .owl-nav [class*=owl-] {
    padding: 4px 6px;
  }
}
/* line 44, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .newsroom-owl-arrow {
  background: url(../images/arrows.png) !important;
  width: 20px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  /* line 44, ../sass/components/owlcarousel-override.scss */
  .newsroom-master .latest-video-carousel .newsroom-owl-arrow {
    width: auto;
    height: 21px;
    background-size: 25px !important;
  }
}
/* line 56, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .owl-nav {
  position: relative;
}
/* line 60, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .owl-prev {
  position: absolute;
  left: 0;
}
/* line 65, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .owl-next {
  position: absolute;
  right: 0;
}
/* line 70, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .newsroom-owl-prev {
  background-position: 20px -68px !important;
}
@media screen and (max-width: 767px) {
  /* line 70, ../sass/components/owlcarousel-override.scss */
  .newsroom-master .latest-video-carousel .newsroom-owl-prev {
    background-position: -13px 0px !important;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 79, ../sass/components/owlcarousel-override.scss */
  .newsroom-master .latest-video-carousel .newsroom-owl-next {
    background-position: 0 0 !important;
    margin: 0 0 0 10px;
  }
}
/* line 88, ../sass/components/owlcarousel-override.scss */
.newsroom-master .latest-video-carousel .play-icon {
  width: 49px;
  height: 74px;
}
/* line 95, ../sass/components/owlcarousel-override.scss */
.newsroom-master .owl-theme .owl-nav .disabled {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
/* line 4, ../sass/layouts/header.scss */
.newsroom-master .main-menu {
  background-color: #f7f7f7;
  border: none;
  border-top: 1px solid #e6e6e6;
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  /**Search form **/
}
/* line 11, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li {
  float: left;
  display: block;
  position: relative;
}
/* line 16, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li a {
  color: #454545;
  font-size: 16px;
  padding: 25px 30px;
  font-weight: 400;
  /*text-transform: capitalize;*/
  position: relative;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1440px) {
  /* line 16, ../sass/layouts/header.scss */
  .newsroom-master .main-menu ul.nav li a {
    padding: 26px 22px;
    font-size: 16px;
    border: none;
  }
}
/* line 34, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li.active a {
  color: #ffffff;
}
/* line 37, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li:nth-child(5):hover a {
  color: white;
}
/* line 59, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li.active:nth-child(5) .dropdown-menu, .newsroom-master .main-menu ul.nav li:nth-child(5):hover a.menu-list .dropdown-menu {
  background: #ffffff !important;
}
/* line 68, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li .dropdown-menu {
  display: none;
  position: absolute;
  border: 5px solid #942151;
  padding: 15px 0;
  background: #ffffff;
  z-index: 100;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 0;
  width: 100%;
}
/* line 81, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li .dropdown-menu li {
  width: 100%;
}
/* line 84, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li .dropdown-menu li a {
  padding: 10px 25px !important;
  color: #409bd6 !important;
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
}
/* line 89, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li .dropdown-menu li a:hover {
  background: #942151;
  color: #ffffff !important;
}
/* line 94, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li .dropdown-menu li a .chevron {
  margin-left: 0;
  display: inline-block;
}
/* line 98, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li .dropdown-menu li a .chevron::before {
  color: #409bd6;
  top: 8px;
}
/* line 108, ../sass/layouts/header.scss */
.newsroom-master .main-menu ul.nav li.active {
  z-index: auto;
}
/* line 111, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form {
  width: 100%;
  margin: 0;
  padding: 25px 0 25px 20px;
  border-left: 1px solid #e6e6e6;
  /*@media screen and (min-width:$screen-md) {
      padding: 15px 0 15px 10px;
  }*/
}
/* line 121, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group {
  width: 100%;
}
/* line 124, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group i.glyphicon {
  position: absolute;
  top: 12px;
  color: #6d6d6d;
}
/* line 130, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding-left: 30px;
  width: 100%;
  background: url(../images/icons/Navigation-Search.png) no-repeat 0 2px;
  padding-left: 30px;
  background-size: 18px;
  font-size: 16px;
  color: #454545;
}
/* line 142, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group input:focus {
  outline: none;
  background: url(../images/search-q-sml-cyan.png) no-repeat 0 2px !important;
  color: #0079c8;
}
/* line 148, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 16px;
  color: #454545;
}
/* line 153, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group input::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 16px;
  color: #454545;
}
/* line 158, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group input:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 16px;
  color: #454545;
}
/* line 163, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-form .input-group input:-moz-placeholder {
  /* Firefox 18- */
  font-size: 16px;
  color: #454545;
}
@media screen and (max-width: 1199px) {
  /* line 130, ../sass/layouts/header.scss */
  .newsroom-master .main-menu .navbar-form .input-group input {
    font-size: 14px;
    padding-bottom: 5px;
  }
  /* line 172, ../sass/layouts/header.scss */
  .newsroom-master .main-menu .navbar-form .input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
  }
  /* line 176, ../sass/layouts/header.scss */
  .newsroom-master .main-menu .navbar-form .input-group input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
  }
  /* line 180, ../sass/layouts/header.scss */
  .newsroom-master .main-menu .navbar-form .input-group input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
  }
  /* line 184, ../sass/layouts/header.scss */
  .newsroom-master .main-menu .navbar-form .input-group input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
  }
}
/* line 192, ../sass/layouts/header.scss */
.newsroom-master .main-menu .navbar-focus {
  background: #ffffff;
}
/* line 197, ../sass/layouts/header.scss */
.newsroom-master .heading {
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  color: #ffffff;
    /*h2 {
        margin: 0px;
        font-size: $font-size-xxl;
        font-weight: $font-weight-bold;
        color: $bg-light;
        padding: 30px 0;

        &.big-heading {
            @media screen and (max-width:$tablet-sm-1) {
                font-size: $font-size-xl
            }

            @media screen and (max-width:$screen-sm) {
                font-size: $font-size-13;
                line-height: 28px
            }
        }
    }*/
}
/* line 201, ../sass/layouts/header.scss */
.newsroom-master .heading[title="Latest"] {
  background: #BEDDF1;
  color: #00335B;
}
/* line 207, ../sass/layouts/header.scss */
.newsroom-master .heading h1 {
  margin: 0;
  font-size: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  /* line 207, ../sass/layouts/header.scss */
  .newsroom-master .heading h1 {
    padding: 0;
  }
}
/* line 216, ../sass/layouts/header.scss */
.newsroom-master .heading h1.big-heading {
  font-size: 58px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  /* line 216, ../sass/layouts/header.scss */
  .newsroom-master .heading h1.big-heading {
    font-size: 32px;
  }
}
/* line 2, ../sass/helpers/mixins.scss */
.newsroom-master ::-webkit-input-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}
/* line 3, ../sass/helpers/mixins.scss */
.newsroom-master :-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}
/* line 4, ../sass/helpers/mixins.scss */
.newsroom-master ::-moz-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}
/* line 5, ../sass/helpers/mixins.scss */
.newsroom-master :-ms-input-placeholder {
  color: #6d6d6d;
  font-size: 16px;
}
/* line 251, ../sass/layouts/header.scss */
.newsroom-master .overlay {
  display: none;
  position: absolute;
  background: #ffffff;
  opacity: 0.6;
  width: 100%;
  height: 89vh;
  top: 0;
}
/* line 262, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav {
  background: #f7f7f7;
}
/* line 265, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .col {
  padding: 0;
}
/* line 269, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .mobile-menu {
  overflow: auto;
}
/* line 272, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .mobile-menu li {
  display: block;
  overflow: auto;
  padding: 16px 20px 16px 0;
}
/* line 277, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .mobile-menu li a {
  float: left;
  color: #454545;
  padding: 0 10px;
}
/* line 283, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .mobile-menu li .chevron {
  float: right;
}
/* line 288, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .mobile-menu:hover {
  /*background: $bg-shade6;
  color: $bg-light;*/
}
/* line 294, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .mobile-search {
  background: url(../images/icons/Navigation-Search.png) no-repeat center center;
  background-size: 21px;
  border-left: 1px solid #e6e6e6;
  padding: 22px 0;
  margin: 5px 0;
}
/* line 302, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu, .newsroom-master .mobile-nav .dropdown-mobile-second-level {
  border-top: 1px solid #e6e6e6;
  display: none;
  margin-top: -1px;
}
/* line 308, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu li a, .newsroom-master .mobile-nav .dropdown-mobile-second-level li a {
  padding: 22px 10px;
  padding-right: 0;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  color: #409bd6;
  text-decoration: none;
  background: #f7f7f7;
}
/* line 318, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu li span.chevron, .newsroom-master .mobile-nav .dropdown-mobile-second-level li span.chevron {
  float: right;
  padding: 22px;
  margin-top: -22px;
}
/* line 325, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .media-library, .newsroom-master .mobile-nav .dropdown-mobile-second-level .media-library {
  position: relative;
}
/* line 328, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .media-library span.chevron-drop-down, .newsroom-master .mobile-nav .dropdown-mobile-second-level .media-library span.chevron-drop-down {
  position: absolute;
  right: 5px;
  top: 21px;
  color: #409bd6;
}
/* line 336, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .active a, .newsroom-master .mobile-nav .dropdown-mobile-menu .active span.chevron, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active a, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active span.chevron {
  /*background: $bg-shade6;*/
  color: #ffffff;
}
/* line 341, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .active:nth-child(1) a, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active:nth-child(1) a {
  background: #BEDDF1;
}
/* line 345, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .active:nth-child(2) a, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active:nth-child(2) a {
  background: #008385;
}
/* line 349, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .active:nth-child(3) a, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active:nth-child(3) a {
  background: #409b6e;
}
/* line 353, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .active:nth-child(4) a, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active:nth-child(4) a {
  background: #e25644;
}
/* line 357, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .active:nth-child(5) a, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active:nth-child(5) a {
  background: #3079c2;
}
/* line 361, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-menu .active:nth-child(6) a, .newsroom-master .mobile-nav .dropdown-mobile-second-level .active:nth-child(6) a {
  background: #409bd6;
}
/* line 366, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-second-level {
  display: none;
}
/* line 370, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-second-level li a {
  padding-left: 25px;
  background: #ffffff !important;
  color: #409bd6 !important;
}
/* line 375, ../sass/layouts/header.scss */
.newsroom-master .mobile-nav .dropdown-mobile-second-level li a .chevron {
  background: #ffffff !important;
  color: #409bd6 !important;
}
/* line 384, ../sass/layouts/header.scss */
.newsroom-master .chevron::before, .newsroom-master .chevron.bottom::before {
  border-style: solid;
  border-width: 0.20em 0.20em 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  position: relative;
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
  vertical-align: top;
  width: 0.45em;
}
/* line 397, ../sass/layouts/header.scss */
.newsroom-master .chevron::before:hover, .newsroom-master .chevron.bottom::before:hover {
  border-color: #ffffff;
}
/* line 402, ../sass/layouts/header.scss */
.newsroom-master .chevron::before {
  top: 9px;
}
/* line 406, ../sass/layouts/header.scss */
.newsroom-master .chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
/* line 411, ../sass/layouts/header.scss */
.newsroom-master .chevron.bottom:before {
  transform: rotate(135deg);
}
/* line 415, ../sass/layouts/header.scss */
.newsroom-master .chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}
/* line 420, ../sass/layouts/header.scss */
.newsroom-master .newsroom-search {
  padding: 0;
}
/* line 424, ../sass/layouts/header.scss */
.newsroom-master .newsroom-mobile-menu-wrapper {
  padding: 0 14px;
  float: left;
  width: calc(100% - 58px);
  width: -webkit-calc(100% - 58px);
  width: -moz-calc(100% - 58px);
}
@media screen and (max-width: 767px) {
  /* line 424, ../sass/layouts/header.scss */
  .newsroom-master .newsroom-mobile-menu-wrapper {
    padding: 0 14px 0 0;
  }
}
/* line 436, ../sass/layouts/header.scss */
.newsroom-master .newsroom-mobile-search-wrapper {
  width: 58px;
  float: left;
}
@media screen and (max-width: 767px) {
  /* line 444, ../sass/layouts/header.scss */
  .newsroom-master .mobile-nav .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 452, ../sass/layouts/header.scss */
.newsroom-master .heading h1 {
  margin: 0px;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  padding: 30px 0;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  /* line 460, ../sass/layouts/header.scss */
  .newsroom-master .heading h1.big-article-heading {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  /* line 460, ../sass/layouts/header.scss */
  .newsroom-master .heading h1.big-article-heading {
    font-size: 22px;
    line-height: 28px;
  }
}
/* line 3, ../sass/pages/latest.scss */
.newsroom-master .content-wrapper {
  display: block;
  min-height: 50px;
  overflow: hidden;
}
/* line 10, ../sass/pages/latest.scss */
.newsroom-master .content-wrapper-light {
  background: #f7f7f7;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 16, ../sass/pages/latest.scss */
.newsroom-master .content-title {
  color: #6c6e71;
  font-size: 26px;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  /* line 16, ../sass/pages/latest.scss */
  .newsroom-master .content-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  /* line 16, ../sass/pages/latest.scss */
  .newsroom-master .content-title {
    font-size: 20px;
  }
}
/* line 30, ../sass/pages/latest.scss */
.newsroom-master .content-section {
  margin: 30px 0;
}
@media screen and (max-width: 480px) {
  /* line 30, ../sass/pages/latest.scss */
  .newsroom-master .content-section {
    margin: 20px 0 30px 0;
  }
}
/* line 38, ../sass/pages/latest.scss */
.newsroom-master .box-cards {
  width: 100%;
  background: #ffffff;
  padding: 10px 10px 30px 10px;
  margin-bottom: 20px;
  /*-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;*/
  /*&:hover {
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      transform: translateY(-10px);
      box-shadow: -1px 2px 10px $bg-shade18;
  }*/
}
/* line 60, ../sass/pages/latest.scss */
.newsroom-master .box-cards a {
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  /* line 38, ../sass/pages/latest.scss */
  .newsroom-master .box-cards {
    min-height: 100px;
  }
}
/* line 70, ../sass/pages/latest.scss */
.newsroom-master .box-cards-light {
  background: #f1efeb;
}
/* line 74, ../sass/pages/latest.scss */
.newsroom-master .box-cards-without-padding {
  padding: 0;
}
/* line 77, ../sass/pages/latest.scss */
.newsroom-master .box-cards-without-padding .box-content {
  margin: 0;
  padding: 0 18px 18px 18px;
}
@media screen and (max-width: 1023px) {
  /* line 77, ../sass/pages/latest.scss */
  .newsroom-master .box-cards-without-padding .box-content {
    padding: 0;
    margin: 0 -15px;
  }
}
/* line 87, ../sass/pages/latest.scss */
.newsroom-master .box-cards-without-padding .side-by-side {
  padding: 10px 28px 0 0;
}
@media screen and (max-width: 767px) {
  /* line 87, ../sass/pages/latest.scss */
  .newsroom-master .box-cards-without-padding .side-by-side {
    padding: 0 28px 0 0;
  }
}
/* line 98, ../sass/pages/latest.scss */
.newsroom-master .box-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 98, ../sass/pages/latest.scss */
  .newsroom-master .box-image {
    overflow: hidden;
  }
}
/* line 105, ../sass/pages/latest.scss */
.newsroom-master .box-image .post-image {
  max-height: 317px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  /* line 105, ../sass/pages/latest.scss */
  .newsroom-master .box-image .post-image {
    max-width: 100%;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  /* line 105, ../sass/pages/latest.scss */
  .newsroom-master .box-image .post-image {
    max-width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) and (max-width: 374px) {
  /* line 105, ../sass/pages/latest.scss */
  .newsroom-master .box-image .post-image {
    /*width:120px;*/
    height: 90px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 129, ../sass/pages/latest.scss */
  .newsroom-master .full-width-post .box-image .post-image {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  /* line 137, ../sass/pages/latest.scss */
  .newsroom-master .full-width-post .box-image .post-image {
    height: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /* line 137, ../sass/pages/latest.scss */
  .newsroom-master .full-width-post .box-image .post-image {
    height: 280px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 137, ../sass/pages/latest.scss */
  .newsroom-master .full-width-post .box-image .post-image {
    height: 380px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 153, ../sass/pages/latest.scss */
  .newsroom-master .part-section {
    width: 100%;
  }
}
/* line 158, ../sass/pages/latest.scss */
.newsroom-master .part-section .middle-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
}
/* line 180, ../sass/pages/latest.scss */
.newsroom-master .part-section .middle-wrapper img {
  display: block;
  -webkit-margin-before: 2.33em;
  -webkit-margin-after: 2.33em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
@media screen and (max-width: 1023px) {
  /* line 180, ../sass/pages/latest.scss */
  .newsroom-master .part-section .middle-wrapper img {
    width: 22px;
    height: 33px;
    -webkit-margin-start: 43%;
    -webkit-margin-end: 43%;
  }
}
@media screen and (max-width: 992px) {
  /* line 198, ../sass/pages/latest.scss */
  .newsroom-master .carosuel-section .part-section {
    width: 50%;
    float: left;
  }
}
/* line 216, ../sass/pages/latest.scss */
.newsroom-master .video-icon, .newsroom-master .gallery-icon, .newsroom-master .docs-icon, .newsroom-master .podcasts-icon {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -34px;
  left: 15px;
}
@media screen and (max-width: 992px) {
  /* line 216, ../sass/pages/latest.scss */
  .newsroom-master .video-icon, .newsroom-master .gallery-icon, .newsroom-master .docs-icon, .newsroom-master .podcasts-icon {
    width: 34px;
    height: 34px;
    bottom: -1px;
    left: 0;
  }
}
/* line 231, ../sass/pages/latest.scss */
.newsroom-master .video-icon {
  background: url("../images/icons/camera-icon.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  /* line 231, ../sass/pages/latest.scss */
  .newsroom-master .video-icon {
    background: url("../images/icons/Card-Video-WithBG-Small.png") no-repeat;
    background-size: contain;
  }
}
/* line 241, ../sass/pages/latest.scss */
.newsroom-master .gallery-icon {
  background: url("../images/icons/Card-Gallery-WithBG.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  /* line 241, ../sass/pages/latest.scss */
  .newsroom-master .gallery-icon {
    background: url("../images/icons/Card-Gallery-WithBG-Small.png") no-repeat;
    background-size: contain;
  }
}
/* line 251, ../sass/pages/latest.scss */
.newsroom-master .docs-icon {
  background: url("../images/icons/Card-Asset-WithBG.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  /* line 251, ../sass/pages/latest.scss */
  .newsroom-master .docs-icon {
    background: url("../images/icons/Card-Asset-WithBG-Small.png") no-repeat;
    background-size: contain;
  }
}
/* line 261, ../sass/pages/latest.scss */
.newsroom-master .podcasts-icon {
  background: url("../images/icons/Card-Podcast-WithBG.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  /* line 261, ../sass/pages/latest.scss */
  .newsroom-master .podcasts-icon {
    background: url("../images/icons/Card-Podcast-WithBG-Small.png") no-repeat;
    background-size: contain;
  }
}
/* line 271, ../sass/pages/latest.scss */
.newsroom-master .box-content {
  margin: 45px 0 0 0;
  padding: 0 18px;
}
@media screen and (max-width: 991px) {
  /* line 271, ../sass/pages/latest.scss */
  .newsroom-master .box-content {
    margin: 10px 0 0 0;
  }
}
/* line 280, ../sass/pages/latest.scss */
.newsroom-master .box-content .box-content-pre-title {
  padding: 15px 0;
}
/* line 283, ../sass/pages/latest.scss */
.newsroom-master .box-content .box-content-pre-title .general-img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
  float: left;
}
/* line 291, ../sass/pages/latest.scss */
.newsroom-master .box-content h5 {
  font-weight: 600;
  line-height: 26px;
  color: #333333;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  /* line 291, ../sass/pages/latest.scss */
  .newsroom-master .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 291, ../sass/pages/latest.scss */
  .newsroom-master .box-content h5 {
    max-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 291, ../sass/pages/latest.scss */
  .newsroom-master .box-content h5 {
    margin: 4px 0;
    font-size: 11px;
    line-height: 16px;
    max-height: 48px;
  }
}
/* line 315, ../sass/pages/latest.scss */
.newsroom-master .box-content .small-title {
  color: #0079c8;
  margin-left: 10px 0;
}
@media screen and (max-width: 767px) {
  /* line 315, ../sass/pages/latest.scss */
  .newsroom-master .box-content .small-title {
    font-size: 13px;
  }
}
/* line 324, ../sass/pages/latest.scss */
.newsroom-master .box-content .box-description {
  font-size: 14px;
  color: #949496;
}
/* line 330, ../sass/pages/latest.scss */
.newsroom-master .box-content .box-content-description {
  margin: 25px 0 0 0;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  /* line 330, ../sass/pages/latest.scss */
  .newsroom-master .box-content .box-content-description {
    margin: 15px 0 0 0;
    max-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 344, ../sass/pages/latest.scss */
  .newsroom-master .carosuel-section .box-content {
    margin: 40px 0 0 0;
  }
}
/* line 351, ../sass/pages/latest.scss */
.newsroom-master .box-description-full {
  background: #dadbdb;
  padding: 10px;
  color: #000000;
  /*@media screen and (min-width:$mobile-lg) and (max-width:$mobile-lg1) {
      font-size: $font-size-5
  }*/
}
@media screen and (max-width: 480px) {
  /* line 351, ../sass/pages/latest.scss */
  .newsroom-master .box-description-full {
    padding: 5px 10px;
    font-size: 11px;
  }
}
/* line 366, ../sass/pages/latest.scss */
.newsroom-master .video-section .box-cards video, .newsroom-master .general-section .box-cards video {
  width: 100%;
}
@media screen and (max-width: 992px) {
  /* line 365, ../sass/pages/latest.scss */
  .newsroom-master .video-section .box-cards, .newsroom-master .general-section .box-cards {
    padding: 10px 10px 0 10px;
  }
  /* line 373, ../sass/pages/latest.scss */
  .newsroom-master .video-section .box-cards .box-description-full, .newsroom-master .general-section .box-cards .box-description-full {
    margin: 10px -10px 0 -10px;
  }
}
/* line 380, ../sass/pages/latest.scss */
.newsroom-master .badge-container {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  /* line 380, ../sass/pages/latest.scss */
  .newsroom-master .badge-container {
    bottom: 0;
    top: unset;
  }
}
/* line 390, ../sass/pages/latest.scss */
.newsroom-master .badge-container .badge {
  display: inline-block;
  padding: 6px;
  font-size: 15px;
}
/* line 396, ../sass/pages/latest.scss */
.newsroom-master .badge-container .badge-primary {
  background: #00335B;
  color: #ffffff;
}
/* line 401, ../sass/pages/latest.scss */
.newsroom-master .badge-container .badge-lg {
  padding: 10px 25px;
  line-height: 1.6;
}
/* line 407, ../sass/pages/latest.scss */
.newsroom-master .side-content {
  margin: 25px 0;
}
/* line 411, ../sass/pages/latest.scss */
.newsroom-master .side-content .side-sections h6 {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
/* line 418, ../sass/pages/latest.scss */
.newsroom-master .side-content span {
  color: #6c6e71;
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 427, ../sass/pages/latest.scss */
  .newsroom-master .newsroom-footer-wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#ddedfa), color-stop(50%, #ddedfa), color-stop(50%, #00335b), to(#00335b));
    background: -webkit-linear-gradient(left, #ddedfa 0%, #ddedfa 50%, #00335b 50%, #00335b 100%);
    background: linear-gradient(to right, #ddedfa 0%, #ddedfa 50%, #00335b 50%, #00335b 100%);
    background: -ms-linear-gradient(left, #ddedfa 0%, #ddedfa 50%, #00335b 50%, #00335b 100%);
    /*For IE*/
  }
}
/* line 436, ../sass/pages/latest.scss */
.newsroom-master .divider {
  border-top: 1px solid #dadbdb;
  height: 1px;
  background: none;
  margin-bottom: 15px;
}
/* line 443, ../sass/pages/latest.scss */
.newsroom-master .view-link {
  font-size: 16px;
  color: #3583c7;
  font-weight: 600;
}
/* line 448, ../sass/pages/latest.scss */
.newsroom-master .view-link a {
  color: inherit;
  text-decoration: none;
}
/* line 452, ../sass/pages/latest.scss */
.newsroom-master .view-link a ::after {
  content: " ";
  display: inline-block;
  margin-left: 14px;
  width: 13px;
  height: 8px;
  transform: rotate(-270deg);
  background-color: #0079c8;
}
/* line 465, ../sass/pages/latest.scss */
.newsroom-master .divider-light {
  background: #ddedf9;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /* line 465, ../sass/pages/latest.scss */
  .newsroom-master .divider-light {
    margin-left: 15px;
  }
  /* line 470, ../sass/pages/latest.scss */
  .newsroom-master .divider-light .divider-inner {
    padding-left: 0;
  }
}
/* line 474, ../sass/pages/latest.scss */
.newsroom-master .divider-dark {
  background: #00335B;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /* line 474, ../sass/pages/latest.scss */
  .newsroom-master .divider-dark {
    right: 15px;
  }
}
/* line 482, ../sass/pages/latest.scss */
.newsroom-master .equal-divider {
  min-height: 505px;
  padding: 60px 0;
}
/* line 487, ../sass/pages/latest.scss */
.newsroom-master .divider-inner {
  margin: 0 auto;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  /* line 487, ../sass/pages/latest.scss */
  .newsroom-master .divider-inner {
    width: 100%;
    margin: 0;
  }
}
/* line 497, ../sass/pages/latest.scss */
.newsroom-master .divider-inner2 {
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  padding-left: 15px;
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  /* line 497, ../sass/pages/latest.scss */
  .newsroom-master .divider-inner2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 497, ../sass/pages/latest.scss */
  .newsroom-master .divider-inner2 {
    width: 100%;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /* line 497, ../sass/pages/latest.scss */
  .newsroom-master .divider-inner2 {
    width: 100%;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  /* line 518, ../sass/pages/latest.scss */
  .newsroom-master .contact-page .divider-padding {
    padding-left: 0;
  }
}
/* line 525, ../sass/pages/latest.scss */
.newsroom-master .divider-padding {
  padding: 0 0 0 24px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  /* line 525, ../sass/pages/latest.scss */
  .newsroom-master .divider-padding {
    padding-left: 15px;
  }
}
/* line 534, ../sass/pages/latest.scss */
.newsroom-master .divider-main-heading {
  font-size: 26px;
  padding-bottom: 10px;
  margin: 0;
  line-height: 70px;
  font-family: inherit;
}
@media screen and (max-width: 992px) {
  /* line 534, ../sass/pages/latest.scss */
  .newsroom-master .divider-main-heading {
    font-size: 24px;
  }
}
/* line 546, ../sass/pages/latest.scss */
.newsroom-master .divider-secondary-heading {
  font-size: 20px;
  padding-bottom: 30px;
  margin: 0;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  /* line 546, ../sass/pages/latest.scss */
  .newsroom-master .divider-secondary-heading {
    font-size: 22px;
  }
}
/* line 557, ../sass/pages/latest.scss */
.newsroom-master .divider-secondary-heading2 {
  font-family: inherit;
}
@media screen and (max-width: 992px) {
  /* line 557, ../sass/pages/latest.scss */
  .newsroom-master .divider-secondary-heading2 {
    font-size: 18px;
  }
}
/* line 565, ../sass/pages/latest.scss */
.newsroom-master .dark {
  color: #00335B;
}
/* line 569, ../sass/pages/latest.scss */
.newsroom-master .dark2 {
  color: #333333;
}
/* line 573, ../sass/pages/latest.scss */
.newsroom-master .light {
  color: #ffffff;
}
/* line 577, ../sass/pages/latest.scss */
.newsroom-master .button-list {
  margin: 0;
  padding: 0;
}
/* line 581, ../sass/pages/latest.scss */
.newsroom-master .button-list li {
  list-style: none;
  margin-bottom: 20px;
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
}
/* line 586, ../sass/pages/latest.scss */
.newsroom-master .button-list li a {
  display: inline-block;
  font-weight: 700;
  float: none;
}
/* line 591, ../sass/pages/latest.scss */
.newsroom-master .button-list li a i {
  background-image: none;
  position: static;
}
/* line 597, ../sass/pages/latest.scss */
.newsroom-master .button-list li a.btn.btn-secondary:after {
  background-image: none;
}
/* line 604, ../sass/pages/latest.scss */
.newsroom-master .newsroom-section .box-content, .newsroom-master content-section .box-content {
  margin: 15px 0 0 0;
}
@media screen and (max-width: 992px) {
  /* line 604, ../sass/pages/latest.scss */
  .newsroom-master .newsroom-section .box-content, .newsroom-master content-section .box-content {
    margin: 15px -15px 0 -15px;
  }
}
/* line 612, ../sass/pages/latest.scss */
.newsroom-master .newsroom-section .box-content.side-by-side, .newsroom-master content-section .box-content.side-by-side {
  margin: 0;
}
/* line 617, ../sass/pages/latest.scss */
.newsroom-master .newsroom-section .video-section .box-content, .newsroom-master content-section .video-section .box-content {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  /* line 623, ../sass/pages/latest.scss */
  .newsroom-master .newsroom-section .full-width-post .box-content, .newsroom-master content-section .full-width-post .box-content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* line 632, ../sass/pages/latest.scss */
.newsroom-master .tweet-title {
  font-size: 22px;
  color: #333333;
  padding: 5px 0;
}
/* line 638, ../sass/pages/latest.scss */
.newsroom-master .icon-with-margin {
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  /* line 643, ../sass/pages/latest.scss */
  .newsroom-master .video-slides .box-content {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 650, ../sass/pages/latest.scss */
  .newsroom-master .author-img {
    display: none;
  }
}
/* line 656, ../sass/pages/latest.scss */
.newsroom-master .with-top-space {
  margin-top: 15px;
}
/* line 662, ../sass/pages/latest.scss */
.newsroom-master .latest-news-section .box-content h5 {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 15px;
}
@media screen and (max-width: 991px) {
  /* line 662, ../sass/pages/latest.scss */
  .newsroom-master .latest-news-section .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 662, ../sass/pages/latest.scss */
  .newsroom-master .latest-news-section .box-content h5 {
    max-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 662, ../sass/pages/latest.scss */
  .newsroom-master .latest-news-section .box-content h5 {
    margin: 4px 0;
    font-size: 11px;
    line-height: 16px;
    max-height: 48px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* line 688, ../sass/pages/latest.scss */
  .newsroom-master .latest-news-section .box-image .post-image {
    height: 105px;
  }
}
/* line 695, ../sass/pages/latest.scss */
.newsroom-master .transparent-black {
  background: #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  display: none;
}
/* line 707, ../sass/pages/latest.scss */
.newsroom-master .carosuel-wrapper {
  position: relative;
}
/* line 711, ../sass/pages/latest.scss */
.newsroom-master .small-articl-img-wrap {
  min-height: 170px;
  background: #dadbdb;
    /*@media screen and (max-width:$screen-sm-991) {
    min-height: 0;
}*/
}
/* line 719, ../sass/pages/latest.scss */
.newsroom-master .video-min-height {
  min-height: 325px;
}
@media screen and (max-width: 991px) {
  /* line 719, ../sass/pages/latest.scss */
  .newsroom-master .video-min-height {
    min-height: 0;
  }
}
/* line 727, ../sass/pages/latest.scss */
.newsroom-master .latest-page-title {
  margin: 0;
  font-size: 58px;
  padding: 30px 0;
  line-height: 75px;
}
/* line 734, ../sass/pages/latest.scss */
.newsroom-master .sub-content-title {
  margin-bottom: 30px;
  float: left !important;
}
/* line 738, ../sass/pages/latest.scss */
.newsroom-master .newsroom-helper-container:before,
.newsroom-master .newsroom-helper-container:after {
  display: table;
  content: " ";
}
/* line 744, ../sass/pages/latest.scss */
.newsroom-master .newsroom-helper-container:after {
  clear: both;
}
/* line 748, ../sass/pages/latest.scss */
.newsroom-master .newsroom-helper-container {
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  /* line 756, ../sass/pages/latest.scss */
  .newsroom-master .newsroom-helper-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 762, ../sass/pages/latest.scss */
  .newsroom-master .newsroom-helper-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 768, ../sass/pages/latest.scss */
  .newsroom-master .newsroom-helper-container {
    width: 1144px;
  }
}
/* line 773, ../sass/pages/latest.scss */
.newsroom-master .rss-icon {
  width: 100% !important;
}
/* line 776, ../sass/pages/latest.scss */
.newsroom-master .rss-icon .pp_blockheadlines_buttons_rss {
  float: right !important;
}
/* line 778, ../sass/pages/latest.scss */
.newsroom-master .rss-icon .pp_blockheadlines_buttons_rss.rss-image-alignment img {
  padding-bottom: 10px;
  float: right;
}
/* line 785, ../sass/pages/latest.scss */
.newsroom-master .rss-icon .pp_blockheadlines_buttons_rss img {
  width: 97%;
}
@media screen and (max-width: 480px) {
  /* line 785, ../sass/pages/latest.scss */
  .newsroom-master .rss-icon .pp_blockheadlines_buttons_rss img {
    width: 80%;
  }
}
/* line 2, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-light {
  background: #f1efeb;
}
/* line 6, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper {
  margin-bottom: 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
@media screen and (max-width: 767px) {
  /* line 6, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper {
    margin-bottom: 10px;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 23, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 2px 10px #cccccc;
}
@media screen and (max-width: 767px) {
  /* line 23, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 36, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper a {
  text-decoration: none;
  display: block;
}
/* line 41, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-content-wrapper {
  padding: 0 18px;
}
@media screen and (max-width: 991px) {
  /* line 41, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-content-wrapper {
    padding: 0;
  }
}
/* line 48, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-content-wrapper h5 {
  font-weight: 600;
  line-height: 26px;
  margin: 15px 0;
  color: #333333;
  /*white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
@media screen and (max-width: 991px) {
  /* line 48, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-content-wrapper h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    max-height: 64px;
    margin: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 48, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-content-wrapper h5 {
    max-height: 70px;
  }
}
@media screen and (max-width: 480px) {
  /* line 48, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-content-wrapper h5 {
    margin: 2px 0;
    font-size: 10px;
    line-height: 14px;
  }
}
/* line 76, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-content-wrapper .box-description {
  font-size: 14px;
  color: #949496;
  display: block;
  margin-bottom: 18px;
}
/* line 84, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper {
  margin-top: 18px;
}
@media screen and (max-width: 991px) {
  /* line 84, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  /* line 84, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper {
    margin-top: 0;
  }
}
/* line 95, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper .box-profile-img {
  float: left;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-align: center;
}
/* line 102, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper .box-profile-img img {
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media screen and (max-width: 767px) {
  /* line 95, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper .box-profile-img {
    display: none;
  }
}
/* line 114, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper .box-profile-name {
  float: left;
  color: #0079c8;
  margin: 3px 0 0 10px;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  /* line 114, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper .box-profile-name {
    margin: 3px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 114, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-name-profile-image-wrapper .box-profile-name {
    margin: 7px 0 0 0;
    font-size: 11px;
  }
}
/* line 132, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-content-description {
  margin: 10px 0 0 0;
  color: #2d2d2d;
  font-size: 15px;
  line-height: 20px;
  max-height: 80px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  /* line 132, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-content-description {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 920px) {
  /* line 132, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-content-description {
    max-height: 80px;
    font-size: 13px;
  }
}
@media screen and (max-width: 845px) {
  /* line 132, ../sass/components/_box-card.scss */
  .newsroom-master .box-cards-wrapper .box-content-description {
    max-height: 80px;
    font-size: 11px;
  }
}
/* line 158, ../sass/components/_box-card.scss */
.newsroom-master .box-cards-wrapper .box-image img {
  max-height: 317px;
  width: 100%;
  object-fit: cover;
}
/* line 169, ../sass/components/_box-card.scss */
.newsroom-master .big-tile-content-wrap .box-content-wrapper {
  padding: 15px 18px 15px 0;
}
@media screen and (max-width: 991px) {
  /* line 169, ../sass/components/_box-card.scss */
  .newsroom-master .big-tile-content-wrap .box-content-wrapper {
    padding: 5px 0 25px 0;
  }
}
/* line 180, ../sass/components/_box-card.scss */
.newsroom-master .big-tile-content-wrap .box-image img {
  height: 300px;
  object-fit: cover;
}
/* line 2, ../sass/components/_latest-news.scss */
.newsroom-master .latest-news-section .latest-news-wrapper {
  border-bottom: 1px solid #dadbdb;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
/* line 8, ../sass/components/_latest-news.scss */
.newsroom-master .latest-news-section .latest-news-title {
  font-size: 18px;
  color: #333333;
  width: 100%;
  font-weight: 500;
  margin-bottom: 11px;
  padding-bottom: 4px;
  overflow: hidden;
}
/* line 19, ../sass/components/_latest-news.scss */
.newsroom-master .latest-news-section .latest-news-date-time {
  font-size: 15px;
  color: #6c6e71;
  display: inline-block;
  margin-bottom: 8px;
}
/* line 1, ../sass/pages/_most-popular.scss */
.newsroom-master .newsroom-most-popular {
  background: #f7f7f7;
  margin-bottom: 30px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
/* line 13, ../sass/pages/_most-popular.scss */
.newsroom-master .newsroom-most-popular:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 2px 10px #cccccc;
}
/* line 20, ../sass/pages/_most-popular.scss */
.newsroom-master .newsroom-most-popular a {
  display: block;
}
/* line 25, ../sass/pages/_most-popular.scss */
.newsroom-master .newsroom-most-popular .newsroom-most-popular-tile-title h5 {
  font-weight: 600;
  line-height: 26px;
  margin: 15px 15px 15px 0;
  color: #333333;
            /*white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;*/
  max-height: 75px;
  overflow: hidden;
}
/* line 4, ../sass/pages/media-library.scss */
.newsroom-master .media-library-page video {
  width: 100%;
}
/* line 9, ../sass/pages/media-library.scss */
.newsroom-master .media-library-page .video-section .box-cards {
  background: #f7f7f7;
}
/* line 14, ../sass/pages/media-library.scss */
.newsroom-master .media-library-page .box-content {
  /*@media screen and (max-width:$tablet-sm-1){margin-left:-15px; margin-right:-15px}*/
}
@media screen and (max-width: 992px) {
  /* line 14, ../sass/pages/media-library.scss */
  .newsroom-master .media-library-page .box-content {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 14, ../sass/pages/media-library.scss */
  .newsroom-master .media-library-page .box-content {
    margin: 3px 0 0 0;
  }
}
/* line 25, ../sass/pages/media-library.scss */
.newsroom-master .media-library-page .view-more-link-btn {
  border-top: none;
}
/* line 30, ../sass/pages/media-library.scss */
.newsroom-master .media-library-page .box-image .post-image {
  height: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 37, ../sass/pages/media-library.scss */
  .newsroom-master .media-library-page .box-image .post-image {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  /* line 45, ../sass/pages/media-library.scss */
  .newsroom-master .media-library-page .box-image .post-image {
    height: 120px;
  }
}
/* line 53, ../sass/pages/media-library.scss */
.newsroom-master .media-library-page .col-lg-4 .box-image .post-image {
  height: 180px;
}
@media screen and (max-width: 767px) {
  /* line 62, ../sass/pages/media-library.scss */
  .newsroom-master .media-library-page .col-lg-4 .box-image .post-image {
    height: 130px;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../sass/pages/media-library.scss */
  .newsroom-master .media-library-page .media-lib-grid-wrap {
    padding-left: 0;
    margin-left: -7px;
  }
}
/* line 2, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper, .newsroom-master .inthemedia-section {
  /* Right Section */
}
/* line 4, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .icon-with-margin, .newsroom-master .inthemedia-section .icon-with-margin {
  margin-right: 15px;
}
/* line 8, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .box-description-full, .newsroom-master .inthemedia-section .box-description-full {
  background: #dadbdb;
  padding: 10px;
  color: #000000;
  font-size: 14px;
}
/* line 15, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper h5.content-head, .newsroom-master .inthemedia-section h5.content-head {
  font-size: 22px;
  font-weight: 600;
  color: #6c6e71;
  padding-bottom: 18px;
}
/* line 23, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .news-heading-sm-section .news-link-box, .newsroom-master .inthemedia-section .news-heading-sm-section .news-link-box {
  padding: 14px 0;
  border-bottom: 1px solid #dadbdb;
}
/* line 27, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .news-heading-sm-section .news-link-box .news-title-section, .newsroom-master .inthemedia-section .news-heading-sm-section .news-link-box .news-title-section {
  font-size: 18px;
  color: #333333;
  line-height: 21px;
}
/* line 33, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .news-heading-sm-section .news-link-box .box-description, .newsroom-master .inthemedia-section .news-heading-sm-section .news-link-box .box-description {
  padding: 10px 0 0;
}
/* line 39, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .view-link, .newsroom-master .inthemedia-section .view-link {
  font-size: 16px;
  color: #3583c7;
  font-weight: 600;
  margin: 20px 0 30px;
}
/* line 45, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .view-link a, .newsroom-master .inthemedia-section .view-link a {
  color: inherit;
  text-decoration: none;
}
/* line 51, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .social-sect, .newsroom-master .inthemedia-section .social-sect {
  margin-top: 40px;
}
/* line 54, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .social-sect .side-content, .newsroom-master .inthemedia-section .social-sect .side-content {
  margin: 18px 0;
}
/* line 57, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .social-sect .side-content span, .newsroom-master .inthemedia-section .social-sect .side-content span {
  color: #6c6e71;
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
  word-wrap: break-word;
}
/* line 66, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .social-sect .side-content .side-sections, .newsroom-master .inthemedia-section .social-sect .side-content .side-sections {
  margin-top: 18px;
  border-bottom: 1px solid #dadbdb;
}
/* line 72, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .social-sect img.social-icon, .newsroom-master .inthemedia-section .social-sect img.social-icon {
  height: 22px;
  margin-left: 8px;
}
@media screen and (max-width: 992px) {
  /* line 72, ../sass/pages/inthemedia.scss */
  .newsroom-master .content-wrapper .social-sect img.social-icon, .newsroom-master .inthemedia-section .social-sect img.social-icon {
    width: 20px;
    height: 20px;
  }
}
/* line 82, ../sass/pages/inthemedia.scss */
.newsroom-master .content-wrapper .social-sect h5.content-head, .newsroom-master .inthemedia-section .social-sect h5.content-head {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  /* line 91, ../sass/pages/inthemedia.scss */
  .newsroom-master .inthemedia-section .box-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 96, ../sass/pages/inthemedia.scss */
  .newsroom-master .inthemedia-section .box-content h6 {
    margin-left: -5px !important;
    margin-top: 1px !important;
  }
}
/* line 2, ../sass/pages/media-article.scss */
.newsroom-master .author-img-heading .small-heading {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.1;
  margin-top: -10px;
  margin-bottom: 20px;
}
/* line 10, ../sass/pages/media-article.scss */
.newsroom-master .author-img-heading .more-on-author {
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  /* line 10, ../sass/pages/media-article.scss */
  .newsroom-master .author-img-heading .more-on-author {
    padding: 0 0 10px 0;
  }
}
/* line 18, ../sass/pages/media-article.scss */
.newsroom-master .author-img-heading .more-on-author-job {
  font-size: 18px;
}
/* line 23, ../sass/pages/media-article.scss */
.newsroom-master .author-read-more-job {
  margin-bottom: 20px;
  font-size: 18px !important;
}
/* line 29, ../sass/pages/media-article.scss */
.newsroom-master .media-article-page .article-main .article-main-row .article-ReadMoreBtn {
  border: solid 3px #0079c8;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #0079c8;
  line-height: 1.63;
  text-decoration: none;
  margin-bottom: 35px;
  display: inline-block;
  margin-top: -10px;
  text-align: center;
}
/* line 46, ../sass/pages/media-article.scss */
.newsroom-master .media-article-page .article-main .article-main-row .popular .box-content .box-content-pre-title img {
  display: block;
}
/* line 5, ../sass/pages/news.scss */
.newsroom-master .news-page .box-content-pre-title img {
  width: 16px;
  height: 16px;
}
/* line 12, ../sass/pages/news.scss */
.newsroom-master .news-section, .newsroom-master .content-wrapper {
  display: block;
  min-height: 50px;
  /* Right Section */
  /* Left Section */
}
/* line 18, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec h5.content-head, .newsroom-master .content-wrapper .news-right-sec h5.content-head {
  font-size: 22px;
  font-weight: 600;
  color: #6c6e71;
  padding-bottom: 18px;
}
/* line 25, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-cards, .newsroom-master .content-wrapper .news-right-sec .box-cards {
  width: 100%;
  padding: 10px 10px 30px 10px;
  min-height: 140px;
  margin-bottom: 20px;
  background: #ffffff;
}
/* line 32, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-cards a, .newsroom-master .content-wrapper .news-right-sec .box-cards a {
  text-decoration: none;
}
/* line 37, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-cards-without-padding, .newsroom-master .content-wrapper .news-right-sec .box-cards-without-padding {
  padding: 0;
}
/* line 40, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-cards-without-padding .box-content, .newsroom-master .content-wrapper .news-right-sec .box-cards-without-padding .box-content {
  margin-top: 0;
  padding: 0 22px 18px 22px;
}
/* line 46, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-image, .newsroom-master .content-wrapper .news-right-sec .box-image {
  position: relative;
}
/* line 50, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .img-responsive, .newsroom-master .content-wrapper .news-right-sec .img-responsive {
  max-width: 100%;
  height: auto;
}
/* line 55, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-cards-light, .newsroom-master .content-wrapper .news-right-sec .box-cards-light {
  background: #f1efeb;
}
/* line 59, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-content, .newsroom-master .content-wrapper .news-right-sec .box-content {
  margin: 45px 0 0 0;
  padding: 0 0 0 18px;
}
/* line 63, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-content .small-title, .newsroom-master .content-wrapper .news-right-sec .box-content .small-title {
  color: #0079c8;
  font-size: 16px;
  padding-top: 2px;
}
/* line 69, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-content h5, .newsroom-master .content-wrapper .news-right-sec .box-content h5 {
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
  color: #333333;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  /* line 69, ../sass/pages/news.scss */
  .newsroom-master .news-section .news-right-sec .box-content h5, .newsroom-master .content-wrapper .news-right-sec .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* line 69, ../sass/pages/news.scss */
  .newsroom-master .news-section .news-right-sec .box-content h5, .newsroom-master .content-wrapper .news-right-sec .box-content h5 {
    max-height: 60px;
  }
}
@media screen and (max-width: 480px) {
  /* line 69, ../sass/pages/news.scss */
  .newsroom-master .news-section .news-right-sec .box-content h5, .newsroom-master .content-wrapper .news-right-sec .box-content h5 {
    margin: 4px 0;
    font-size: 11px;
    line-height: 16px;
    max-height: 48px;
  }
}
/* line 95, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .icon-with-margin, .newsroom-master .content-wrapper .news-right-sec .icon-with-margin {
  margin-right: 7px;
}
/* line 99, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .box-description-full, .newsroom-master .content-wrapper .news-right-sec .box-description-full {
  background: #dadbdb;
  padding: 10px;
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  /* line 99, ../sass/pages/news.scss */
  .newsroom-master .news-section .news-right-sec .box-description-full, .newsroom-master .content-wrapper .news-right-sec .box-description-full {
    padding: 5px 10px;
    font-size: 11px;
  }
}
/* line 111, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .view-link, .newsroom-master .content-wrapper .news-right-sec .view-link {
  font-size: 16px;
  color: #3583c7;
  font-weight: 600;
  margin-top: 20px;
}
/* line 117, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .view-link a, .newsroom-master .content-wrapper .news-right-sec .view-link a {
  color: inherit;
  text-decoration: none;
}
/* line 123, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .twitter-sec, .newsroom-master .content-wrapper .news-right-sec .twitter-sec {
  margin-top: 50px;
}
/* line 126, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .twitter-sec .tweet-title, .newsroom-master .content-wrapper .news-right-sec .twitter-sec .tweet-title {
  font-size: 20px;
  color: #333333;
}
/* line 131, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .twitter-sec .side-content, .newsroom-master .content-wrapper .news-right-sec .twitter-sec .side-content {
  margin: 25px 0;
}
/* line 134, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .twitter-sec .side-content span, .newsroom-master .content-wrapper .news-right-sec .twitter-sec .side-content span {
  color: #6c6e71;
  font-size: 14px;
  display: block;
  line-height: 20px;
  margin-bottom: 15px;
}
/* line 142, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .twitter-sec .side-content .side-sections, .newsroom-master .content-wrapper .news-right-sec .twitter-sec .side-content .side-sections {
  margin-top: 18px;
  border-bottom: 1px solid #dadbdb;
}
/* line 148, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .twitter-sec img.social-icon, .newsroom-master .content-wrapper .news-right-sec .twitter-sec img.social-icon {
  height: 22px;
  margin-left: 10px;
}
/* line 153, ../sass/pages/news.scss */
.newsroom-master .news-section .news-right-sec .twitter-sec .content-head, .newsroom-master .content-wrapper .news-right-sec .twitter-sec .content-head {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
/* line 161, ../sass/pages/news.scss */
.newsroom-master .news-section .box-description-full, .newsroom-master .content-wrapper .box-description-full {
  background: #dadbdb;
  padding: 10px;
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  /* line 161, ../sass/pages/news.scss */
  .newsroom-master .news-section .box-description-full, .newsroom-master .content-wrapper .box-description-full {
    padding: 5px 10px;
    font-size: 11px;
  }
}
/* line 173, ../sass/pages/news.scss */
.newsroom-master .news-section .box-description, .newsroom-master .content-wrapper .box-description {
  font-size: 14px;
  color: #949496;
}
/* line 179, ../sass/pages/news.scss */
.newsroom-master .news-section .news-left-sec .news-link-box, .newsroom-master .content-wrapper .news-left-sec .news-link-box {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
/* line 185, ../sass/pages/news.scss */
.newsroom-master .news-section .news-left-sec .news-link-box a, .newsroom-master .content-wrapper .news-left-sec .news-link-box a {
  text-decoration: none;
}
/* line 189, ../sass/pages/news.scss */
.newsroom-master .news-section .news-left-sec .news-link-box .news-img-section, .newsroom-master .content-wrapper .news-left-sec .news-link-box .news-img-section {
  width: 35%;
  position: relative;
  float: left;
  max-width: 35%;
  margin-right: 3%;
}
@media screen and (max-width: 1024px) {
  /* line 189, ../sass/pages/news.scss */
  .newsroom-master .news-section .news-left-sec .news-link-box .news-img-section, .newsroom-master .content-wrapper .news-left-sec .news-link-box .news-img-section {
    width: 50%;
    max-width: 50%;
  }
}
/* line 201, ../sass/pages/news.scss */
.newsroom-master .news-section .news-left-sec .news-link-box .news-img-section img, .newsroom-master .content-wrapper .news-left-sec .news-link-box .news-img-section img {
  width: 100%;
}
/* line 207, ../sass/pages/news.scss */
.newsroom-master .news-section .news-left-sec .news-link-box .news-title-section h5, .newsroom-master .content-wrapper .news-left-sec .news-link-box .news-title-section h5 {
  font-size: 24px;
  color: #333333;
  padding: 22px 28px 15px 0;
  line-height: 30px;
}
/* line 216, ../sass/pages/news.scss */
.newsroom-master .news-section .news-left-sec .news-link-box.news-box-without-img, .newsroom-master .content-wrapper .news-left-sec .news-link-box.news-box-without-img {
  padding: 10px 0 25px;
}
/* line 221, ../sass/pages/news.scss */
.newsroom-master .news-section .pin-section, .newsroom-master .content-wrapper .pin-section {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 226, ../sass/pages/news.scss */
.newsroom-master .news-section .pin-section img, .newsroom-master .content-wrapper .pin-section img {
  height: 55px;
  width: 55px;
}
@media screen and (max-width: 550px) {
  /* line 226, ../sass/pages/news.scss */
  .newsroom-master .news-section .pin-section img, .newsroom-master .content-wrapper .pin-section img {
    height: 35px;
    width: 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 242, ../sass/pages/news.scss */
  .newsroom-master .subheading-wrapper h2.sub-heading-txt {
    padding: 0 0 0 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  /* line 242, ../sass/pages/news.scss */
  .newsroom-master .subheading-wrapper h2.sub-heading-txt {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 251, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper {
    padding: 24px 0;
  }
  /* line 254, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .col-lg-4.col-sm-12 {
    padding: 0;
  }
  /* line 258, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-right-sec {
    background: #e5f2f9;
    padding: 26px 15px;
  }
  /* line 263, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-right-sec .box-cards-without-padding .box-content {
    padding: 4px 20px 0px 0px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1024px) {
  /* line 263, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-right-sec .box-cards-without-padding .box-content {
    padding: 4px 0 0 0;
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 271, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-right-sec .box-cards-without-padding .box-content .small-title {
    font-size: 13px;
  }
  /* line 275, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-right-sec .box-cards-without-padding .box-content .box-content-pre-title {
    padding: 8px 0;
  }
  /* line 279, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-right-sec .box-cards-without-padding .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
  }
  /* line 289, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-left-sec .news-link-box {
    padding: 0;
    margin-bottom: 16px;
  }
  /* line 294, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-left-sec .news-link-box .news-title-section h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 22px 0 15px 0;
  }
  /* line 302, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-left-sec .news-link-box .box-content {
    background: #f7f7f7;
  }
  /* line 307, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .news-left-sec .news-link-box.news-box-without-img {
    padding: 0;
  }
  /* line 312, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .img-responsive.post-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
  }
  /* line 319, ../sass/pages/news.scss */
  .newsroom-master .news-section.content-wrapper .pin-section img {
    height: 45px;
    width: 45px;
  }
}
/* line 328, ../sass/pages/news.scss */
.newsroom-master .box-image .pin-section {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 333, ../sass/pages/news.scss */
.newsroom-master .box-image .pin-section img {
  height: 55px;
  width: 55px;
}
/* line 343, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-wrapper {
  padding: 10px 0;
  border-top: 1px solid #e2e2e2;
  position: relative;
}
@media screen and (max-width: 991px) {
  /* line 343, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper {
    border-top: 0;
    padding: 0;
    margin-bottom: 15px;
    background: #f7f7f7;
  }
}
/* line 355, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-wrapper .newsrooms-news-image {
  width: 35%;
  float: left;
}
@media screen and (max-width: 991px) {
  /* line 355, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-image {
    width: 50%;
    line-height: 20px;
    padding: 0 15px;
  }
}
/* line 366, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper {
  float: right;
  width: 60%;
}
/* line 371, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .newsrooms-news-title p.news-title-override {
  font-size: 24px;
  color: #333333;
  padding: 10px 28px 15px 0;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  /* line 371, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .newsrooms-news-title p.news-title-override {
    font-size: 16px;
    line-height: 20px;
    /*max-height: 64px;*/
    font-weight: 600;
    padding: 10px 16px 0 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  /* line 371, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .newsrooms-news-title p.news-title-override {
    line-height: 20px;
    padding: 5px 5px 0 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 371, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .newsrooms-news-title p.news-title-override {
    font-size: 10px;
    line-height: 14px;
  }
}
/* line 399, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .newsrooms-news-description {
  font-size: 14px;
  color: #949496;
}
@media screen and (max-width: 991px) {
  /* line 366, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper {
    width: 50%;
    line-height: 20px;
    padding: 0 15px;
    margin-left: -15px;
    float: left;
  }
}
@media screen and (max-width: 640px) {
  /* line 366, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper {
    padding: 0 5px;
  }
}
/* line 417, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .no-img-padding p.news-title-override {
  font-size: 24px;
  color: #333333;
  padding: 10px 28px 15px 0;
  line-height: 28px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  /* line 417, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .no-img-padding p.news-title-override {
    font-size: 16px;
    line-height: 20px;
    max-height: 64px;
    font-weight: 600;
    padding: 10px 5px 0 5px;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  /* line 417, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .no-img-padding p.news-title-override {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 417, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-wrapper .newsrooms-news-title-description-wrapper .no-img-padding p.news-title-override {
    font-size: 11px;
    line-height: 14px;
    padding: 5px 30px 0 0;
  }
}
/* line 447, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-wrapper .box-cards-wrapper {
  margin-bottom: 0;
}
/* line 453, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-without-tile-wrap .newsrooms-news-title-description-wrapper {
  float: none;
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  /* line 453, ../sass/pages/news.scss */
  .newsroom-master .newsroom-news-without-tile-wrap .newsrooms-news-title-description-wrapper {
    padding: 20px 5px 20px 30px;
  }
}
/* line 462, ../sass/pages/news.scss */
.newsroom-master .newsroom-news-without-tile-wrap .newsrooms-news-title-description-wrapper {
  width: 100%;
}
/* line 468, ../sass/pages/news.scss */
.newsroom-master .small-author-image-and-title-wrapper {
  margin-top: 15px;
}
/* line 471, ../sass/pages/news.scss */
.newsroom-master .small-author-image-and-title-wrapper .small-author-image-wrapper {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  float: left;
}
/* line 477, ../sass/pages/news.scss */
.newsroom-master .small-author-image-and-title-wrapper .small-author-image-wrapper img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/* line 484, ../sass/pages/news.scss */
.newsroom-master .small-author-image-and-title-wrapper .small-author-name-wrapper {
  font-size: 16px;
  font-weight: 400;
  color: #0079c8;
  width: 80%;
  float: left;
}
/* line 492, ../sass/pages/news.scss */
.newsroom-master .dialogue-box h2 {
  font-family: montserrat-regular,Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 2.5;
  color: #6d6e72;
  margin-block-start: 0.5em;
}
/* line 501, ../sass/pages/news.scss */
.newsroom-master .dialogue-box p {
  font-size: 16px;
  color: #6d6e72;
}
/* line 506, ../sass/pages/news.scss */
.newsroom-master .panel .sm-belt {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  word-wrap: break-word;
}
/* line 4, ../sass/pages/news-article.scss */
.newsroom-master p.mini-heading {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
/* line 10, ../sass/pages/news-article.scss */
.newsroom-master p.mini-heading .heading-date {
  margin-right: 7px;
}
/* line 14, ../sass/pages/news-article.scss */
.newsroom-master p.mini-heading .mini-heading-dot {
  position: relative;
  top: -4px;
}
/* line 19, ../sass/pages/news-article.scss */
.newsroom-master p.mini-heading .heading-location {
  margin-left: 7px;
}
/* line 25, ../sass/pages/news-article.scss */
.newsroom-master .article-main {
  background-color: #ffffff;
}
/* line 28, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row {
  margin-top: 25px;
}
/* line 31, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .article-content, .newsroom-master .article-main .article-main-row .article-content p, .newsroom-master .article-main .article-main-row .article-content div, .newsroom-master .article-main .article-main-row .article-content span {
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  line-height: 1.23;
  margin-bottom: 25px;
}
/* line 38, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .article-content em, .newsroom-master .article-main .article-main-row .article-content i, .newsroom-master .article-main .article-main-row .article-content p em, .newsroom-master .article-main .article-main-row .article-content p i, .newsroom-master .article-main .article-main-row .article-content div em, .newsroom-master .article-main .article-main-row .article-content div i, .newsroom-master .article-main .article-main-row .article-content span em, .newsroom-master .article-main .article-main-row .article-content span i {
  font-style: italic !important;
}
/* line 43, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .article-image {
  margin-top: 25px;
}
/* line 47, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .article-more-content {
  margin-top: 25px;
  margin-bottom: 50px;
}
/* line 51, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .article-more-content p {
  margin-bottom: 25px;
  line-height: 1.56;
  color: #2d2d2d;
}
/* line 57, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .article-more-content em, .newsroom-master .article-main .article-main-row .article-more-content i {
  font-style: italic !important;
}
/* line 62, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .share-buttons {
  margin-bottom: 35px;
}
/* line 65, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .share-buttons p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
  color: #6c6e71;
}
/* line 72, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .share-buttons .media-icons {
  margin-top: 15px;
}
/* line 75, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .share-buttons .media-icons a {
  cursor: pointer;
  margin: 0 5px 5px 0;
}
/* line 79, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .share-buttons .media-icons a img {
  height: 41px;
  width: 41px;
}
/* line 87, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .popular {
  margin-top: 35px;
}
/* line 90, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .popular p {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.15;
  color: #6c6e71;
  margin-bottom: 25px;
}
/* line 99, ../sass/pages/news-article.scss */
.newsroom-master .article-main .article-main-row .popular .more-articles a {
  color: #3583c7;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.38;
}
/* line 114, ../sass/pages/news-article.scss */
.newsroom-master .news-article-page .popular .box-cards {
  position: relative;
}
/* line 118, ../sass/pages/news-article.scss */
.newsroom-master .news-article-page .popular .box-cards .box-image img {
  display: none;
}
/* line 123, ../sass/pages/news-article.scss */
.newsroom-master .news-article-page .popular .box-cards .box-content {
  position: relative;
}
/* line 126, ../sass/pages/news-article.scss */
.newsroom-master .news-article-page .popular .box-cards .box-content h5 {
  position: absolute;
  font-size: 20px;
  top: 40px;
  padding-right: 10px;
}
/* line 133, ../sass/pages/news-article.scss */
.newsroom-master .news-article-page .popular .box-cards .box-content .box-description {
  position: absolute;
  top: 100px;
  padding: 5px 0px;
}
/* line 144, ../sass/pages/news-article.scss */
.newsroom-master .article-related-content {
  background-color: #dff1f9;
}
/* line 147, ../sass/pages/news-article.scss */
.newsroom-master .article-related-content .article-related-row {
  margin-bottom: 40px;
}
/* line 150, ../sass/pages/news-article.scss */
.newsroom-master .article-related-content .article-related-row p {
  font-size: 26px;
  font-weight: 600;
  color: #6c6e71;
  line-height: 2.69;
  padding-top: 10px;
}
/* line 159, ../sass/pages/news-article.scss */
.newsroom-master .article-related-content .article-related-row .box-cards .box-content {
  padding: 0px 10px 20px 10px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  /* line 175, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .share-buttons .media-icons a img {
    height: 31px;
    width: 31px;
  }
  /* line 189, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards {
    position: relative;
    min-height: 250px;
  }
  /* line 194, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-image img {
    display: none;
  }
  /* line 199, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content {
    position: relative;
  }
  /* line 202, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content h5 {
    position: absolute;
    font-size: 28px;
    top: 50px;
    padding-right: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (max-width: 991px) {
  /* line 202, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (max-width: 767px) {
  /* line 202, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content h5 {
    max-height: 60px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) and (max-width: 480px) {
  /* line 202, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content h5 {
    margin: 4px 0;
    font-size: 11px;
    line-height: 16px;
    max-height: 48px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
  /* line 226, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content .box-description {
    position: absolute;
    top: 170px;
    padding: 35px 0px 35px 0px;
  }
}
@media (max-width: 1023px) {
  /* line 243, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-main-col .article-content {
    font-size: 18px;
    line-height: 1.11;
  }
  /* line 248, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-main-col .share-buttons {
    margin-top: -15px;
  }
  /* line 251, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-main-col .share-buttons p {
    font-size: 22px;
    line-height: 1.36;
  }
  /* line 257, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-main-col .share-buttons .media-icons a {
    margin-right: 3px;
  }
  /* line 260, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-main-col .share-buttons .media-icons a img {
    height: 32px;
    width: 32px;
  }
  /* line 270, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-popular-col .share-buttons {
    display: none;
  }
  /* line 274, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-popular-col .popular {
    margin-top: 15px;
  }
  /* line 277, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-popular-col .popular p {
    font-size: 22px;
    line-height: 1.36;
  }
  /* line 291, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards {
    position: relative;
    min-height: 100px;
  }
  /* line 295, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-image {
    width: 100%;
  }
  /* line 298, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-image img {
    display: none;
  }
  /* line 302, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-image .badge-container {
    position: static;
  }
  /* line 307, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content {
    width: 100%;
    position: relative;
  }
  /* line 311, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content h5 {
    position: static;
    padding-left: 10px;
    padding: 15px;
    font-size: 16px;
  }
  /* line 318, ../sass/pages/news-article.scss */
  .newsroom-master .news-article-page .popular .box-cards .box-content .box-description {
    position: absolute;
    top: 170px;
    padding: 35px 0px 35px 0px;
    display: none !important;
  }
  /* line 333, ../sass/pages/news-article.scss */
  .newsroom-master .article-related-content .article-related-row .box-cards .box-content {
    padding: 0px;
  }
  /* line 336, ../sass/pages/news-article.scss */
  .newsroom-master .article-related-content .article-related-row .box-cards .box-content .employee-details {
    padding: 0px;
  }
  /* line 339, ../sass/pages/news-article.scss */
  .newsroom-master .article-related-content .article-related-row .box-cards .box-content .employee-details .employee-image {
    display: none;
  }
  /* line 343, ../sass/pages/news-article.scss */
  .newsroom-master .article-related-content .article-related-row .box-cards .box-content .employee-details .employee-name {
    font-size: 13px;
    position: relative;
    left: 0px;
    top: 10px;
  }
  /* line 351, ../sass/pages/news-article.scss */
  .newsroom-master .article-related-content .article-related-row .box-cards .box-content h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  /* line 363, ../sass/pages/news-article.scss */
  .newsroom-master .article-related-row .box-cards {
    min-height: 330px !important;
  }
}
/* line 369, ../sass/pages/news-article.scss */
.newsroom-master .more-articles {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 376, ../sass/pages/news-article.scss */
  .newsroom-master .article-main .article-main-row .article-content, .newsroom-master .article-main .article-main-row .article-content p, .newsroom-master .article-main .article-main-row .article-content div, .newsroom-master .article-main .article-main-row .article-content span, .newsroom-master .article-main .article-main-row .article-content ul, .newsroom-master .article-main .article-main-row .article-content ol {
    font-size: 18px;
  }
}
/* line 2, ../sass/pages/search.scss */
.newsroom-master input {
  font-family: inherit;
}
/* line 4, ../sass/pages/search.scss */
.newsroom-master input[type="submit"],
.newsroom-master input[type="reset"],
.newsroom-master input[type="button"],
.newsroom-master button {
  background: none;
  border: 0;
}
/* line 12, ../sass/pages/search.scss */
.newsroom-master *:focus {
  outline: none;
}
/* line 16, ../sass/pages/search.scss */
.newsroom-master .search-div {
  border: 1px solid #ffffff;
  background: #ffffff;
}
/* line 21, ../sass/pages/search.scss */
.newsroom-master .search-page-section {
  display: block !important;
  position: relative !important;
}
/* line 23, ../sass/pages/search.scss */
.newsroom-master .searchbox1 {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 100%;
  z-index: auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  /* line 23, ../sass/pages/search.scss */
  .newsroom-master .searchbox1 {
    padding-top: 25px;
    z-index: 999;
  }
}
/* line 37, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap {
  border-bottom: 2px dotted #6d6d6d;
  display: block;
  margin: 50px 0px 20px;
  height: 50px;
}
/* line 43, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search {
  color: #888888;
  font-size: 30px;
  border: 0px;
  width: 95%;
  font-family: inherit;
  outline: none;
  padding: 0;
}
/* line 52, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search::placeholder {
  color: #888888;
  font-size: 30px;
}
/* line 57, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search:focus {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* line 65, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .search-btn-bg {
  background: #409bd6;
  width: 46px;
  height: 46px;
  float: right;
  padding: 8px 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  bottom: 6px;
}
/* line 77, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .search-btn {
  height: 30px;
  width: 28px;
  cursor: pointer;
}
/* line 86, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-popular-results {
  margin: 30px 0px 90px;
}
/* line 89, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-popular-results .row {
  margin-bottom: 20px;
}
/* line 93, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-popular-results span a {
  color: #1E79BD;
  text-decoration: none;
}
/* line 100, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .close-search {
  background: url(../images/icons/close-btn.png);
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  float: right;
  cursor: pointer;
}
/* line 110, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .results-heading {
  font-size: 24px;
  margin-bottom: 10px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  /* line 110, ../sass/pages/search.scss */
  .newsroom-master .searchbox1 .results-heading {
    font-size: 18px;
  }
}
/* line 120, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .results-details {
  font-size: 14px;
  color: #6c6e71;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
@media screen and (max-width: 767px) {
  /* line 120, ../sass/pages/search.scss */
  .newsroom-master .searchbox1 .results-details {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
/* line 132, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .results-details .res-date::after {
  content: "·";
  font-size: 17px;
  font-weight: 600;
  margin: 0px 5px;
}
/* line 140, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .subheading-wrapper {
  padding: 3px 0px;
  background: #e5f2f9;
}
/* line 147, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap {
  border-bottom: 2px dotted #e6e6e6;
  display: block;
  margin: 20px 0px;
  height: 50px;
}
/* line 153, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search {
  color: #000000;
  font-size: 30px;
  border: 0px;
  width: 95%;
}
@media screen and (max-width: 991px) {
  /* line 153, ../sass/pages/search.scss */
  .newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search {
    width: 91%;
  }
}
/* line 164, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .search-btn-bg {
  background: #1E79BD;
  width: 46px;
  height: 46px;
  float: right;
  padding: 8px 5px;
  border-radius: 5px;
  text-align: center;
}
/* line 174, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-wrap .search-btn {
  height: 30px;
  width: 28px;
  cursor: pointer;
}
/* line 183, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-popular-results {
  margin: 10px 0px 90px;
}
/* line 186, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-popular-results .row {
  margin-bottom: 20px;
}
/* line 190, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .search-popular-results span a {
  color: #1E79BD;
  text-decoration: none;
  display: block;
  padding: 7px 0;
}
/* line 199, ../sass/pages/search.scss */
.newsroom-master .searchbox1 .container .close-search {
  background: url(../images/icons/close-btn.png) no-repeat;
  background-size: 20px;
  width: 20px;
  height: 30px;
  float: right;
  cursor: pointer;
}
/* line 211, ../sass/pages/search.scss */
.newsroom-master .results-wrapper .search-links {
  color: inherit;
}
@media screen and (max-width: 768px) {
  /* line 217, ../sass/pages/search.scss */
  .newsroom-master .search-popular-results span {
    margin-bottom: 15px;
    float: left;
  }
  /* line 222, ../sass/pages/search.scss */
  .newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search {
    font-size: 25px;
    width: 82%;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  /* line 222, ../sass/pages/search.scss */
  .newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search {
    font-size: 20px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  /* line 233, ../sass/pages/search.scss */
  .newsroom-master .searchbox1 .container .search-wrap .newsroom-txt-search::placeholder {
    font-size: 20px;
  }
  /* line 237, ../sass/pages/search.scss */
  .newsroom-master .searchbox .container .search-wrap .newsroom-txt-search {
    font-size: 20px;
    width: 82%;
    margin-top: 5px;
  }
  /* line 243, ../sass/pages/search.scss */
  .newsroom-master .searchbox .container .search-wrap .newsroom-txt-search::placeholder {
    font-size: 20px;
  }
}
/* line 250, ../sass/pages/search.scss */
.newsroom-master input:focus::-webkit-input-placeholder {
  color: #1E79BD;
}
/* line 253, ../sass/pages/search.scss */
.newsroom-master .search-count-container {
  color: #0079c8;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 259, ../sass/pages/search.scss */
.newsroom-master .newsroom-pagination {
  margin-bottom: 30px;
}
/* line 262, ../sass/pages/search.scss */
.newsroom-master .newsroom-pagination #bottom_navigation_holder {
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  /* line 5, ../sass/pages/contacts.scss */
  .newsroom-master .contact-page .heading .container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /* line 12, ../sass/pages/contacts.scss */
  .newsroom-master .contact-page .divider-light {
    margin-left: 0;
  }
}
/* line 20, ../sass/pages/contacts.scss */
.newsroom-master .clear {
  clear: both;
}
/* line 24, ../sass/pages/contacts.scss */
.newsroom-master .nopadlft {
  padding-left: 0px;
}
/* line 28, ../sass/pages/contacts.scss */
.newsroom-master .nopadrgt {
  padding-right: 0px;
}
/* line 32, ../sass/pages/contacts.scss */
.newsroom-master .border-dark {
  border-color: #00335B;
}
/* line 36, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap {
  padding: 0px;
  background: #00335B;
}
/* line 40, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap .divider-main-heading {
  font-size: 22px;
  line-height: 40px;
}
/* line 45, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap .divider-secondary-heading {
  font-size: 18px;
}
/* line 49, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap .divider-inner {
  width: 575px;
  float: right;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 49, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .divider-inner {
    width: 100%;
    float: left;
  }
}
/* line 59, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap .equal-divider {
  min-height: 538px;
}
@media screen and (max-width: 1024px) {
  /* line 59, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .equal-divider {
    min-height: 325px;
  }
}
/* line 67, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap .button-list {
  float: left;
}
/* line 71, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap .view-globe {
  float: left;
  margin: 10px 0px 0px 40px;
}
/* line 76, ../sass/pages/contacts.scss */
.newsroom-master .contact-wrap .view-globe img {
  width: 192px;
  float: left;
}
@media screen and (max-width: 1023px) {
  /* line 76, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .view-globe img {
    width: 175px;
  }
}
/* line 86, ../sass/pages/contacts.scss */
.newsroom-master .world-media-contacts {
  width: 1144px;
  margin: 0 auto;
}
/* line 91, ../sass/pages/contacts.scss */
.newsroom-master .sec-head {
  color: #6c6e71;
  font-size: 24px;
  font-weight: 600;
  padding: 20px 0px;
  display: block;
}
/* line 99, ../sass/pages/contacts.scss */
.newsroom-master .page-heading {
  color: #6c6e71;
  font-size: 26px;
  font-weight: 600;
  padding: 20px 0px 0px;
}
/* line 106, ../sass/pages/contacts.scss */
.newsroom-master .content-gap {
  margin: 20px 0px;
}
/* line 110, ../sass/pages/contacts.scss */
.newsroom-master .press-icn {
  background: url(../images/icons/doc-icn.png) no-repeat;
  background-size: 80px 80px;
  position: absolute;
  width: 80px;
  height: 80px;
  bottom: 75px;
  left: 35px;
}
/* line 120, ../sass/pages/contacts.scss */
.newsroom-master .press-wrap {
  background: #f7f7f7;
  padding: 5px;
}
/* line 124, ../sass/pages/contacts.scss */
.newsroom-master .press-wrap .press-img {
  background: url(../images/doc-snap.png) no-repeat right;
  background-size: 100% 196px;
  height: 196px;
}
/* line 131, ../sass/pages/contacts.scss */
.newsroom-master .press-wrap .press-head {
  margin-top: 53px;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  padding-left: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}
/* line 141, ../sass/pages/contacts.scss */
.newsroom-master .press-wrap .press-details {
  color: #949496;
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 16px;
}
/* line 149, ../sass/pages/contacts.scss */
.newsroom-master .open-press-docs {
  text-decoration: none;
}
/* line 154, ../sass/pages/contacts.scss */
.newsroom-master .accordion {
  width: 100%;
  background: #ffffff;
}
/* line 160, ../sass/pages/contacts.scss */
.newsroom-master .contacts-acc ul li {
  height: 42px;
  line-height: 50px;
  padding-left: 70px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #002a4e;
}
/* line 169, ../sass/pages/contacts.scss */
.newsroom-master .contacts-acc ul li.phone-icn {
  background: url(../images/icons/phone-blue.png) no-repeat;
  background-position: left center;
  background-size: 42px 42px;
}
/* line 175, ../sass/pages/contacts.scss */
.newsroom-master .contacts-acc ul li.mail-icn {
  background: url(../images/icons/mail-blue.png) no-repeat;
  background-position: left center;
  background-size: 42px 42px;
}
/* line 181, ../sass/pages/contacts.scss */
.newsroom-master .contacts-acc .phone-desc {
  font-size: 20px;
  margin-top: 10px;
  line-height: 1.5;
}
/* line 186, ../sass/pages/contacts.scss */
.newsroom-master .contacts-acc .phone-desc a {
  color: #1E79BD;
}
/* line 191, ../sass/pages/contacts.scss */
.newsroom-master .contacts-acc a {
  color: #002a4e;
  text-decoration: none;
}
/* line 195, ../sass/pages/contacts.scss */
.newsroom-master .contacts-acc a:hover {
  color: #1E79BD;
}
/* line 201, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-row {
  border-bottom: 1px solid #ffffff;
}
/* line 205, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-row:first-child {
  border-top: 1px solid #ffffff;
}
/* line 209, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-header {
  text-align: center;
  background: #00335B;
  padding: 14px 18px;
  color: #ffffff;
  font-size: 22px;
}
/* line 217, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-header span {
  border-color: #ffffff;
}
/* line 221, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head {
  color: #333333;
  background: #e6e6e6;
  border-top: 1px solid #ffffff;
  position: relative;
  padding: 18px 18px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
  font-weight: 700;
}
/* line 234, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head-white {
  background: #ffffff;
}
/* line 237, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head-white:first-child {
  border-bottom: 1px solid #f7f7f7;
}
/* line 243, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head.open {
  background: #3078c2;
}
/* line 247, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head.open label {
  color: #ffffff;
}
/* line 251, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head.open .arrow {
  border-color: #ffffff;
}
/* line 255, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head:first-child {
  border-top: 0;
}
/* line 259, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head * {
  cursor: pointer;
}
/* line 263, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head label {
  color: #3078c2;
  font-weight: 600;
  font-size: 20px;
  width: 85%;
  display: block;
  float: left;
}
/* line 272, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head h4 {
  float: left;
}
/* line 276, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-head:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
/* line 281, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-body {
  border-bottom: 1px solid #ffffff;
  padding: 15px 0 15px 0;
  height: auto;
  display: none;
}
/* line 288, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-body p {
  font-size: 14px;
  color: #7f7f7f;
}
/* line 293, ../sass/pages/contacts.scss */
.newsroom-master .arrow {
  float: right;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  margin-top: 2px;
  border-top-color: #F3F3F3;
}
/* line 302, ../sass/pages/contacts.scss */
.newsroom-master .arrow.down, .newsroom-master .accordion-head.close .arrow {
  height: 12px;
  width: 12px;
  border-style: solid;
  border-color: #0079c8;
  border-width: 0px 3px 3px 0px;
  transform: rotate(45deg);
}
/* line 311, ../sass/pages/contacts.scss */
.newsroom-master .accordion-head.open .arrow, .newsroom-master .accordion-header.acc-mob-open .arrow {
  margin-top: 10px;
  border-width: 3px 0px 0px 3px;
  transform: rotate(45deg);
}
/* line 318, ../sass/pages/contacts.scss */
.newsroom-master .accordian-sec .accordion .accordion-header.acc-mob-open + .accordion-section {
  height: 520px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
/* line 324, ../sass/pages/contacts.scss */
.newsroom-master .accordion .accordion-section {
  height: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  /* line 335, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .divider-inner {
    width: auto;
  }
  /* line 339, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .divider-inner2 {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  /* line 347, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .divider-inner2 {
    width: 94%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 354, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .divider-inner2 {
    width: 95%;
  }
}
@media (max-width: 992px) {
  /* line 363, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .divider-inner {
    float: left;
  }
  /* line 367, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .equal-divider {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 373, ../sass/pages/contacts.scss */
  .newsroom-master .contact-wrap .divider-inner {
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 380, ../sass/pages/contacts.scss */
  .newsroom-master .contact-page .divider-inner2, .newsroom-master .contact-page .divider-inner {
    padding-left: 46px;
  }
}
@media (max-width: 767px) {
  /* line 390, ../sass/pages/contacts.scss */
  .newsroom-master .page-heading {
    font-size: 22px;
  }
  /* line 394, ../sass/pages/contacts.scss */
  .newsroom-master .press-icn {
    display: none;
    background-size: 34px 33px;
    position: absolute;
    bottom: 70px;
    left: 6px;
  }
  /* line 403, ../sass/pages/contacts.scss */
  .newsroom-master .press-wrap {
    margin-bottom: 15px;
    float: left;
  }
  /* line 407, ../sass/pages/contacts.scss */
  .newsroom-master .press-wrap .press-img {
    background: url(../images/doc-snap-small.png) no-repeat;
    background-size: 100%;
    width: 150px;
    float: left;
    height: 131px;
  }
  /* line 415, ../sass/pages/contacts.scss */
  .newsroom-master .press-wrap .press-head {
    margin-top: 53px;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
    float: left;
    width: 45%;
    text-align: left;
  }
  /* line 425, ../sass/pages/contacts.scss */
  .newsroom-master .press-wrap .press-details {
    font-size: 14px;
    display: block;
    width: 100%;
    float: left;
    padding: 5px;
    background: #dadbdb;
    margin: 5px 0px 0px;
  }
  /* line 438, ../sass/pages/contacts.scss */
  .newsroom-master .contacts-acc ul li, .newsroom-master .contacts-acc .phone-desc {
    font-size: 16px;
  }
  /* line 443, ../sass/pages/contacts.scss */
  .newsroom-master .accordion .accordion-head {
    line-height: 17px;
  }
  /* line 447, ../sass/pages/contacts.scss */
  .newsroom-master .accordion .accordion-header {
    font-size: 15px;
  }
  /* line 452, ../sass/pages/contacts.scss */
  .newsroom-master .accordion .accordion-head .arrow {
    position: absolute;
    right: 17px;
    margin-top: -8.5px;
    top: 50%;
  }
  /* line 460, ../sass/pages/contacts.scss */
  .newsroom-master .social-wrap .accordion .accordion-head.close .arrow {
    top: 50%;
  }
  /* line 464, ../sass/pages/contacts.scss */
  .newsroom-master .social-wrap .accordion .accordion-head.open .arrow {
    top: 61%;
  }
  /* line 471, ../sass/pages/contacts.scss */
  .newsroom-master .accordion .accordion-head {
    /*padding: 10px 18px;*/
  }
  /* line 475, ../sass/pages/contacts.scss */
  .newsroom-master .accordion .accordion-body {
    padding: 20px 0px 20px 0px;
  }
  /* line 479, ../sass/pages/contacts.scss */
  .newsroom-master .accordion .accordion-body p {
    font-size: 13px;
  }
}
/* line 484, ../sass/pages/contacts.scss */
.newsroom-master .blue-placeholder::-webkit-input-placeholder {
  color: #1E79BD !important;
}
/* line 488, ../sass/pages/contacts.scss */
.newsroom-master .phone-desc.acc-content p {
  font-size: 20px !important;
  color: black !important;
}
/* line 4, ../sass/pages/socialchannel.scss */
.newsroom-master .noborder {
  border: none !important;
}
/* line 8, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap {
  /*css for tab pannel end*/
}
/* line 9, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap .accordion {
  margin: 0;
}
/* line 12, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap .accordion .accordion-body {
  display: block;
}
/* line 16, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap .accordion .arrow.down, .newsroom-master .tabs-wrap .accordion .accordion-head.close .arrow {
  display: none;
}
/* line 21, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap .newsroom-tab-header {
  background: #e2e2e3;
}
/* line 25, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0px;
  /*overflow: auto;*/
}
/* line 32, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li {
  float: left;
  padding: 22px;
  cursor: pointer;
  background: #f7f7f7;
  font-size: 24px;
  border-top: 1px solid #f6f6f6;
  position: relative;
  margin-left: -2px;
}
@media screen and (max-width: 480px) {
  /* line 32, ../sass/pages/socialchannel.scss */
  .newsroom-master .tabs-wrap ul#newsroom-tabs-nav li {
    padding: 10px;
    font-size: 14px;
  }
}
/* line 48, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li:hover,
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li.newsroom-tab-highlight {
  background: #ffffff;
}
/* line 52, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li:hover:after,
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li.newsroom-tab-highlight:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -3px;
  left: 0;
}
/* line 63, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li:hover a, .newsroom-master .tabs-wrap ul#newsroom-tabs-nav li.newsroom-tab-highlight a {
  color: #000000;
}
/* line 67, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap #newsroom-tabs-nav li a {
  text-decoration: none;
  height: 52px;
  float: left;
  font-weight: 600;
  padding: 8px 0px 0px 70px;
  color: #1E79BD;
}
/* line 76, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap .tab-content {
  background: #ffffff;
  padding: 0px;
}
/* line 81, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li.active a.globe-bg {
  background: url(../images/globeactive.png) no-repeat;
  background-position: left center;
  background-size: 52px 52px;
}
/* line 87, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li.active a.uk-bg {
  background: url(../images/ukactive.png) no-repeat;
  background-position: left center;
  background-size: 52px 52px;
}
/* line 93, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li a.globe-bg {
  background: url(../images/globeinactive.png) no-repeat;
  background-position: left center;
  background-size: 52px 52px;
}
/* line 99, ../sass/pages/socialchannel.scss */
.newsroom-master .tabs-wrap ul#newsroom-tabs-nav li a.uk-bg {
  background: url(../images/ukinactive.png) no-repeat;
  background-position: left center;
  background-size: 52px 52px;
}
/* line 107, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .content-wrapper {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  /* line 107, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .content-wrapper {
    margin-bottom: 10px;
    padding: 20px 0;
  }
}
/* line 112, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .accordion {
  background: none;
}
/* line 118, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-head label {
  font-size: 18px;
}
/* line 122, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-head .fb-icn {
  width: 15px;
}
/* line 126, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-head img {
  width: 24px;
  margin: 0 7px;
}
/* line 131, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-head span {
  margin-left: 15px;
  font-size: 17px;
  color: grey;
}
/* line 137, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-body {
  color: #6c6e71;
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 18px;
  border-bottom: 1px solid #dadbdb;
}
/* line 145, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-body .timeago {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 150, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-body .follow-tw2 {
  display: none;
}
/* line 156, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .btn-primary {
  padding: 15px 0px 15px 15px;
}
/* line 161, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-body .insta-imgs img {
  margin-bottom: 10px;
}
/* line 166, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-body .insta-imgs .insta-tool img {
  position: relative;
  height: 16px;
  width: 16px;
  background-size: contain;
  display: inline-block;
  margin-left: 4px;
}
/* line 176, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-body .insta-imgs .insta-tool span {
  margin-top: 0;
  vertical-align: top;
  font-size: 14px;
  margin-left: 2px;
  color: black;
  font-weight: 600;
}
/* line 184, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .acc-content-desc .twitter-tool img {
  position: relative;
  height: 20px;
  width: 20px;
  background-size: contain;
  display: inline-block;
}
/* line 192, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .acc-content-desc .twitter-tool .retweet img {
  height: 18px;
  width: 25px;
  margin-left: 5px;
}
/* line 198, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .acc-content-desc .twitter-tool .intent-count {
  vertical-align: middle;
}
/* line 202, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .twit-wrapper .twitter-tool img {
  position: relative;
  height: 20px;
  width: 20px;
  background-size: contain;
  display: inline-block;
}
/* line 210, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .twit-wrapper .twitter-tool .retweet img {
  height: 18px;
  width: 25px;
  margin-left: 5px;
}
/* line 216, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .twit-wrapper .twitter-tool .intent-count {
  vertical-align: middle;
  font-size: 15px;
}
@media (max-width: 1024px) {
  /* line 225, ../sass/pages/socialchannel.scss */
  .newsroom-master .tabs-wrap .accordion .accordion-body {
    display: none;
  }
  /* line 229, ../sass/pages/socialchannel.scss */
  .newsroom-master .tabs-wrap .accordion .arrow.down, .newsroom-master .tabs-wrap .accordion .accordion-head.close .arrow {
    display: block;
  }
  /* line 234, ../sass/pages/socialchannel.scss */
  .newsroom-master .tabs-wrap ul#tabs-nav li {
    padding: 8px;
  }
  /* line 237, ../sass/pages/socialchannel.scss */
  .newsroom-master .tabs-wrap ul#tabs-nav li a {
    padding-left: 50px;
  }
  /* line 243, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-body {
    clear: both;
  }
  /* line 249, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .social-head {
    width: 100%;
    background: #e6e6e6;
  }
  /* line 253, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .social-head .follow-tw1 {
    display: none;
  }
  /* line 257, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .social-head label {
    font-size: 14px;
  }
  /* line 261, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .social-head img {
    display: none;
  }
  /* line 265, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .social-head span {
    font-size: 14px;
    margin-left: 10px;
  }
  /* line 273, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .social-body .follow-tw2 {
    display: block;
    width: 240px;
  }
  /* line 277, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .social-body .insta-imgs img {
    width: 100%;
  }
  /* line 280, ../sass/pages/socialchannel.scss */
  .newsroom-master ul#newsroom-tabs-nav li.active a.globe-bg, .newsroom-master ul#newsroom-tabs-nav li a.globe-bg, .newsroom-master ul#newsroom-tabs-nav li.active a.uk-bg, .newsroom-master ul#newsroom-tabs-nav li a.uk-bg {
    background-size: 31px 31px !important;
    padding: 17px 0px 0px 40px;
  }
}
@media screen and (max-width: 480px) {
  /* line 287, ../sass/pages/socialchannel.scss */
  .newsroom-master ul#newsroom-tabs-nav li.active a.globe-bg, .newsroom-master ul#newsroom-tabs-nav li a.globe-bg, .newsroom-master ul#newsroom-tabs-nav li.active a.uk-bg, .newsroom-master ul#newsroom-tabs-nav li a.uk-bg {
    background-size: 25px 25px !important;
    padding: 17px 0px 0px 30px;
  }
}
/* line 296, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-social-main-content-wrapper {
  margin-bottom: 30px;
}
/* line 299, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-social-main-content-wrapper .social-title-and-icon-wrap {
  margin-bottom: 20px;
}
/* line 302, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-social-main-content-wrapper .social-title-and-icon-wrap .social-title-wrap {
  display: inline-block;
}
/* line 305, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-social-main-content-wrapper .social-title-and-icon-wrap .social-title-wrap h2 {
  margin: 5px 10px 0 0;
  float: left !important;
}
/* line 309, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-social-main-content-wrapper .social-title-and-icon-wrap .social-title-wrap h2, .newsroom-master .newsroom-social-main-content-wrapper .social-title-and-icon-wrap .social-title-wrap img {
  display: inline-block;
  vertical-align: sub;
}
/* line 315, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-social-main-content-wrapper .social-title-and-icon-wrap .social-bupa-text-wrap {
  font-size: 22px;
  color: #333333;
  padding: 5px 0;
  float: right;
  font-weight: 500;
}
/* line 324, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-social-main-content-wrapper .social-content-img-txt-wrap {
  margin-bottom: 30px;
}
/* line 329, ../sass/pages/socialchannel.scss */
.newsroom-master .newsroom-twit-text {
  line-height: 22px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  /* line 331, ../sass/pages/socialchannel.scss */
  .newsroom-master .acc-row {
    margin: 0;
  }
}
/* line 337, ../sass/pages/socialchannel.scss */
.newsroom-master .acc-row:last-child .social-body {
  border-bottom: 0;
}
/* line 343, ../sass/pages/socialchannel.scss */
.newsroom-master .follow-tw1 {
  min-width: 245px;
  margin-top: 25px;
  margin-bottom: 10px;
}
/* line 348, ../sass/pages/socialchannel.scss */
.newsroom-master .follow-tw1 .social-media-btn {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  /* line 351, ../sass/pages/socialchannel.scss */
  .newsroom-master .acc-content-desc {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
}
/* line 358, ../sass/pages/socialchannel.scss */
.newsroom-master #UK {
  display: none;
}
/* line 364, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .social-content-img-txt-wrap .insta-tool img {
  position: relative;
  height: 16px;
  width: 16px;
  background-size: contain;
  display: inline-block;
  margin-left: 4px;
}
/* line 373, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .social-content-img-txt-wrap .insta-tool span {
  margin-top: 0;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 2px;
  color: black;
  font-weight: 600;
}
/* line 386, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .social-insta-feed {
  position: relative;
}
/* line 390, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .hover-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
/* line 399, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .insta-tool {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 48%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* line 411, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .social-insta-feed:hover .hover-image {
  opacity: 0.2;
}
/* line 415, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .social-insta-feed:hover .insta-tool {
  opacity: 1;
}
/* line 423, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .social-content-img-txt-wrap .social-insta-feed {
  position: relative;
}
/* line 428, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .social-content-img-txt-wrap .hover-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
/* line 438, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .social-content-img-txt-wrap .insta-tool {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 48%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
/* line 449, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .social-content-img-txt-wrap .social-insta-feed:hover .hover-image {
  opacity: 0.2;
}
/* line 453, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-wrap .social-content-img-txt-wrap .social-insta-feed:hover .insta-tool {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  /* line 462, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .content-wrapper:nth-child(odd) .social-head {
    background: #e6e6e6 !important;
  }
  /* line 466, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .content-wrapper:nth-child(even) .social-head {
    background: #ffffff !important;
  }
  /* line 470, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .content-wrapper:nth-child(odd) .social-head.open {
    background: #3078c2 !important;
  }
  /* line 474, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .tab-content .content-wrapper:nth-child(even) .social-head.open {
    background: #3078c2 !important;
  }
}
/* line 481, ../sass/pages/socialchannel.scss */
.newsroom-master .social-head {
  background: transparent !important;
}
/* line 485, ../sass/pages/socialchannel.scss */
.newsroom-master .insta-imgs .timeago {
  color: #6c6e71;
  font-size: 14px;
}
/* line 490, ../sass/pages/socialchannel.scss */
.newsroom-master .social-content-img-txt-wrap a {
  color: #6c6e71;
  font-size: 14px;
}
/* line 496, ../sass/pages/socialchannel.scss */
.newsroom-master .social-wrap .tab-content .social-head.open label span {
  color: white;
}
/* line 503, ../sass/pages/socialchannel.scss */
.newsroom-master .social-body .insta-imgs {
  padding: 0;
}
@media screen and (max-width: 768px) {
  /* line 509, ../sass/pages/socialchannel.scss */
  .newsroom-master .social-wrap .content-wrapper-light.content-feed-margin {
    margin-bottom: 0px;
    padding: 20px 0 30px 0;
  }
}
/* line 10, ../sass/pages/stories.scss */
.newsroom-master .content-wrapper.stories-sec .box-content.side-by-side h5, .newsroom-master .views-sec .box-content.side-by-side h5 {
  padding-top: 40px;
}
/* line 5, ../sass/pages/stories-article.scss */
.newsroom-master .stories-article-page .popular .box-cards .box-content {
  margin-top: 15px;
}
@media (max-width: 767px) {
  /* line 20, ../sass/pages/stories-article.scss */
  .newsroom-master .stories-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 20, ../sass/pages/stories-article.scss */
  .newsroom-master .stories-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 20, ../sass/pages/stories-article.scss */
  .newsroom-master .stories-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 20, ../sass/pages/stories-article.scss */
  .newsroom-master .stories-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    margin: 4px 0;
    font-size: 11px;
    line-height: 16px;
    max-height: 48px;
  }
}

@media screen and (max-width: 992px) {
  /* line 6, ../sass/pages/views.scss */
  .newsroom-master .content-wrapper .box-content.part-section .pin-section, .newsroom-master .views-sec .box-content.part-section .pin-section {
    right: 14px;
  }
  /* line 9, ../sass/pages/views.scss */
  .newsroom-master .content-wrapper .box-content.part-section .pin-section img, .newsroom-master .views-sec .box-content.part-section .pin-section img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  /* line 9, ../sass/pages/views.scss */
  .newsroom-master .content-wrapper .box-content.part-section .pin-section img, .newsroom-master .views-sec .box-content.part-section .pin-section img {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 992px) {
  /* line 22, ../sass/pages/views.scss */
  .newsroom-master .content-wrapper .box-cards-without-padding .side-by-side, .newsroom-master .views-sec .box-cards-without-padding .side-by-side {
    padding: 0 25px 0 0px;
  }
  /* line 25, ../sass/pages/views.scss */
  .newsroom-master .content-wrapper .box-cards-without-padding .side-by-side h5, .newsroom-master .views-sec .box-cards-without-padding .side-by-side h5 {
    padding-top: 0;
  }
}
/* line 36, ../sass/pages/views.scss */
.newsroom-master .content-wrapper .insta-sec.social-sect .side-content .side-sections, .newsroom-master .views-sec .insta-sec.social-sect .side-content .side-sections {
  border-bottom: none;
}
/* line 39, ../sass/pages/views.scss */
.newsroom-master .content-wrapper .insta-sec.social-sect .side-content .side-sections img, .newsroom-master .views-sec .insta-sec.social-sect .side-content .side-sections img {
  height: 150px;
  width: 150px;
  object-fit: cover;
}
/* line 47, ../sass/pages/views.scss */
.newsroom-master .content-wrapper .insta-sec.social-sect .view-link, .newsroom-master .views-sec .insta-sec.social-sect .view-link {
  border-top: 1px solid #dadbdb;
  padding-top: 10px;
}
/* line 55, ../sass/pages/views.scss */
.newsroom-master .views-sec .box-content.part-section h5 {
  margin-top: 0;
}
/* line 61, ../sass/pages/views.scss */
.newsroom-master .views-sec .box-content.side-by-side h5 {
  padding-top: 0;
}
/* line 71, ../sass/pages/views.scss */
.newsroom-master .our-view-title-wrapper h2 {
  font-weight: 600;
}
/* line 4, ../sass/pages/views-article.scss */
.newsroom-master h5.heading-with-author-details {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.1;
  margin-top: -10px;
  margin-bottom: 20px;
}
/* line 11, ../sass/pages/views-article.scss */
.newsroom-master h5.heading-with-author-details img {
  height: 72px;
  width: 72px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
/* line 18, ../sass/pages/views-article.scss */
.newsroom-master h5.heading-with-author-details span {
  margin-left: 15px;
}
/* line 28, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .article-more-content {
  margin-bottom: 30px;
}
/* line 31, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .article-more-content em, .newsroom-master .article-main .article-main-row .article-more-content i {
  font-style: italic !important;
}
/* line 36, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .views-hr-tag {
  border: 0.5px solid #dadbdb;
}
/* line 40, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .author-details {
  margin: 30px 0px 40px 0px;
}
/* line 43, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .author-details .author-img {
  padding: 0px;
}
/* line 46, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .author-details .author-img img {
  height: 72px;
  width: 72px;
  border: 2px solid #0092d6;
  border-radius: 50%;
}
/* line 54, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .author-details .author-name {
  margin-top: 15px;
  padding: 0px;
}
/* line 58, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .author-details .author-name .author-name-details {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  color: #006fbb;
}
/* line 66, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .author-details .author-name .author-read-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  color: #3583c7;
}
/* line 72, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .author-details .author-name .author-read-more a {
  color: inherit;
}
/* line 81, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .popular .box-cards .box-content {
  padding: 0px 10px 20px 10px;
}
/* line 84, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .popular .box-cards .box-content .employee-details {
  padding-top: 10px;
}
/* line 88, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .popular .box-cards .box-content .employee-details .employee-image img {
  height: 31px;
  width: 32px;
}
/* line 94, ../sass/pages/views-article.scss */
.newsroom-master .article-main .article-main-row .popular .box-cards .box-content .employee-details .employee-name {
  font-size: 16px;
  line-height: 1.38;
  color: #0079c8;
  position: relative;
  left: 10px;
}
@media (max-width: 767px) {
  /* line 114, ../sass/pages/views-article.scss */
  .newsroom-master h5.heading-with-author-details {
    font-size: 18px;
    line-height: 1.22;
  }
  /* line 118, ../sass/pages/views-article.scss */
  .newsroom-master h5.heading-with-author-details img {
    height: 42px;
    width: 42px;
  }
  /* line 136, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .author-details .author-img img {
    height: 42px;
    width: 42px;
  }
  /* line 142, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .author-details .author-name {
    margin-top: 0px;
    margin-left: 35px;
  }
  /* line 146, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .author-details .author-name .author-name-details {
    font-size: 18px;
  }
  /* line 150, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .author-details .author-name .author-read-more {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    color: #3583c7;
  }
  /* line 162, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content {
    padding: 0px;
  }
  /* line 165, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content .employee-details {
    padding: 0px;
  }
  /* line 168, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content .employee-details .employee-image {
    display: none;
  }
  /* line 172, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content .employee-details .employee-name {
    font-size: 13px;
    position: relative;
    left: 0px;
    top: 10px;
  }
  /* line 180, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  /* line 180, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 180, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  /* line 180, ../sass/pages/views-article.scss */
  .newsroom-master .views-article-page .article-main .article-main-row .popular .box-cards .box-content h5 {
    margin: 4px 0;
    font-size: 11px;
    line-height: 16px;
    max-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  /* line 2, ../sass/helpers/override.scss */
  .newsroom-master .newsroom-popup-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* line 2, ../sass/helpers/override.scss */
  .newsroom-master .newsroom-popup-title {
    font-size: 15px;
  }
}
/* line 12, ../sass/helpers/override.scss */
.newsroom-master .newsroom-popup-content {
  text-align: center;
}
/* line 15, ../sass/helpers/override.scss */
.newsroom-master .newsroom-popup-content img, .newsroom-master .newsroom-popup-content video {
  width: 100%;
}
/* line 21, ../sass/helpers/override.scss */
.newsroom-master .box-cards-wrapper .newsroom-without-img-tile-wrapper {
  padding: 0 18px 18px 18px;
}
/* line 26, ../sass/helpers/override.scss */
.newsroom-master .news-room-small-img-tile {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  min-height: 230px;
}
@media screen and (max-width: 991px) {
  /* line 26, ../sass/helpers/override.scss */
  .newsroom-master .news-room-small-img-tile {
    height: 180px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 26, ../sass/helpers/override.scss */
  .newsroom-master .news-room-small-img-tile {
    height: 145px;
  }
}
@media screen and (max-width: 480px) {
  /* line 26, ../sass/helpers/override.scss */
  .newsroom-master .news-room-small-img-tile {
    height: 80px;
  }
}
/* line 46, ../sass/helpers/override.scss */
.newsroom-master .news-room-small-without-img-tile {
  padding-top: 28px;
  position: relative;
}
/* line 51, ../sass/helpers/override.scss */
.newsroom-master .news-room-large-img-tile {
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  min-height: 313px;
}
@media screen and (max-width: 991px) {
  /* line 51, ../sass/helpers/override.scss */
  .newsroom-master .news-room-large-img-tile {
    height: 180px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 51, ../sass/helpers/override.scss */
  .newsroom-master .news-room-large-img-tile {
    height: 145px;
  }
}
@media screen and (max-width: 480px) {
  /* line 51, ../sass/helpers/override.scss */
  .newsroom-master .news-room-large-img-tile {
    height: 80px;
  }
}
/* line 72, ../sass/helpers/override.scss */
.newsroom-master .badge-container .badge {
  padding: 6px;
  display: inline-block;
  line-height: 15px;
}
@media screen and (max-width: 767px) {
  /* line 72, ../sass/helpers/override.scss */
  .newsroom-master .badge-container .badge {
    padding: 2px 5px;
    font-size: 10px;
  }
}
/* line 84, ../sass/helpers/override.scss */
.newsroom-master .pin-section {
  position: absolute;
  right: -1px;
  top: 0;
}
/* line 89, ../sass/helpers/override.scss */
.newsroom-master .pin-section img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 480px) {
  /* line 89, ../sass/helpers/override.scss */
  .newsroom-master .pin-section img {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 991px) {
  /* line 100, ../sass/helpers/override.scss */
  .newsroom-master .latest-page-title {
    font-size: 40px;
    line-height: 42px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 100, ../sass/helpers/override.scss */
  .newsroom-master .latest-page-title {
    font-size: 32px;
    line-height: 34px;
    padding: 20px 0;
  }
}
/* line 120, ../sass/helpers/override.scss */
.newsroom-master .latest-news-side-content-type-one-wrapper .box-image {
  background-size: cover !important;
  background-position: center !important;
  min-height: 100px;
}
@media screen and (max-width: 991px) {
  /* line 120, ../sass/helpers/override.scss */
  .newsroom-master .latest-news-side-content-type-one-wrapper .box-image {
    min-height: 170px;
  }
}
@media screen and (max-width: 400px) {
  /* line 120, ../sass/helpers/override.scss */
  .newsroom-master .latest-news-side-content-type-one-wrapper .box-image {
    min-height: 150px;
  }
}
@media screen and (max-width: 350px) {
  /* line 120, ../sass/helpers/override.scss */
  .newsroom-master .latest-news-side-content-type-one-wrapper .box-image {
    min-height: 125px;
  }
}
/* line 138, ../sass/helpers/override.scss */
.newsroom-master .latest-news-side-content-type-one-wrapper .newsroom-most-popular-tile-title {
  margin-left: -15px;
}
/* line 145, ../sass/helpers/override.scss */
.newsroom-master .drpArrow .select-sec {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 29px;
  background: url(../images/drp-arrow.png) no-repeat;
  background-position: right 10px center;
  background-size: 9px;
}
/* line 154, ../sass/helpers/override.scss */
.newsroom-master .drpArrow .select-sec::-ms-expand {
  display: none;
}
/* line 160, ../sass/helpers/override.scss */
.newsroom-master .video-read-link {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 164, ../sass/helpers/override.scss */
  .newsroom-master .popup-videoTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 174, ../sass/helpers/override.scss */
  .newsroom-master .mfp-content .box-content .box-description span {
    font-size: 13px;
  }
  /* line 181, ../sass/helpers/override.scss */
  .newsroom-master .popup-description {
    font-size: 13px;
  }
  /* line 186, ../sass/helpers/override.scss */
  .newsroom-master .video-bottom-div .video-read-header {
    font-size: 16px;
  }
}
/* line 192, ../sass/helpers/override.scss */
.newsroom-master .newsroom-main-tile-title-wrapper {
  overflow: hidden;
  margin-bottom: 15px;
  margin: 15px 0;
  font-weight: 600;
  line-height: 26px;
  color: #333333;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  /* line 192, ../sass/helpers/override.scss */
  .newsroom-master .newsroom-main-tile-title-wrapper {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    max-height: 64px;
    margin: 10px 0;
    font-weight: 600;
    color: #333333;
  }
}
@media screen and (max-width: 480px) {
  /* line 192, ../sass/helpers/override.scss */
  .newsroom-master .newsroom-main-tile-title-wrapper {
    max-height: 60px;
    margin: 2px 0;
    font-size: 10px;
    line-height: 14px;
    max-height: 70px;
    color: #333333;
  }
}
@media screen and (max-width: 767px) {
  /* line 192, ../sass/helpers/override.scss */
  .newsroom-master .newsroom-main-tile-title-wrapper {
    max-height: 80px;
  }
}
/* line 226, ../sass/helpers/override.scss */
.newsroom-master .video-pay-icon {
  background: url(../images/icons/triangle.svg) no-repeat;
  background-position: center;
  background-size: 50px;
}
/* line 232, ../sass/helpers/override.scss */
.newsroom-master .video-player-wrapper {
  height: 450px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  /* line 232, ../sass/helpers/override.scss */
  .newsroom-master .video-player-wrapper {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  /* line 232, ../sass/helpers/override.scss */
  .newsroom-master .video-player-wrapper {
    height: 300px;
  }
}
@media screen and (max-width: 400px) {
  /* line 232, ../sass/helpers/override.scss */
  .newsroom-master .video-player-wrapper {
    height: 250px;
  }
}
/* line 250, ../sass/helpers/override.scss */
.newsroom-master .footer-blue-arrow i {
  border: solid #00335B;
  border-width: 0 3px 3px 0;
}
/* line 257, ../sass/helpers/override.scss */
.newsroom-master .social-title-wrap .social-icon {
  width: 26px;
}
/* line 263, ../sass/helpers/override.scss */
.newsroom-master .social-content-wrap .twit-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadbdb;
}
/* line 268, ../sass/helpers/override.scss */
.newsroom-master .social-content-wrap .twit-wrapper .soc-content {
  font-size: 14px;
  color: #6c6e71;
  line-height: 18px;
  text-align: left;
  margin-bottom: 6px;
}
/* line 276, ../sass/helpers/override.scss */
.newsroom-master .social-content-wrap .twit-wrapper .soc-date-wrapper {
  color: #6c6e71;
  font-size: 14px;
}
/* line 284, ../sass/helpers/override.scss */
.newsroom-master .podcast-iframe iframe {
  height: auto !important;
}
/* line 291, ../sass/helpers/override.scss */
.newsroom-master .box-cards a:focus {
  outline: none;
}
/* line 297, ../sass/helpers/override.scss */
.newsroom-master .social-landing-wrapper .social-landing-title {
  font-size: 26px;
  line-height: 30px;
  color: #6c6e71;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  /* line 305, ../sass/helpers/override.scss */
  .newsroom-master .card-title-content-wrapper {
    margin-left: -15px;
  }
}
@media screen and (max-width: 640px) {
  /* line 305, ../sass/helpers/override.scss */
  .newsroom-master .card-title-content-wrapper {
    margin-left: -15px;
    padding: 0 5px;
  }
}
/* line 317, ../sass/helpers/override.scss */
.newsroom-master .media-card-img-wrapper {
  height: 180px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}
@media screen and (max-width: 991px) {
  /* line 317, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper {
    height: 230px;
  }
}
@media screen and (max-width: 891px) {
  /* line 317, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  /* line 317, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper {
    height: 185px;
  }
}
@media screen and (max-width: 640px) {
  /* line 317, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper {
    height: 152px;
  }
}
@media screen and (max-width: 550px) {
  /* line 317, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper {
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  /* line 317, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper {
    height: 100px;
  }
}
@media screen and (max-width: 400px) {
  /* line 317, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper {
    height: 84px;
  }
}
@media screen and (max-width: 640px) {
  /* line 351, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper .video-pay-icon {
    background-size: 35px;
  }
}
@media screen and (max-width: 480px) {
  /* line 351, ../sass/helpers/override.scss */
  .newsroom-master .media-card-img-wrapper .video-pay-icon {
    background-size: 25px;
  }
}
/* line 364, ../sass/helpers/override.scss */
.newsroom-master .owl-carousel .box-cards {
  margin-bottom: 0;
  min-height: auto;
}
/* line 371, ../sass/helpers/override.scss */
.newsroom-master .video-section .box-content {
  /*@media screen and (max-width:$tablet-sm) {
      margin:7px 0 0 -15px;
  }*/
}
@media screen and (max-width: 991px) {
  /* line 375, ../sass/helpers/override.scss */
  .newsroom-master .video-section .box-content h5 {
    font-size: 16px;
    line-height: 20px;
    max-height: 64px;
  }
}
@media screen and (max-width: 640px) {
  /* line 375, ../sass/helpers/override.scss */
  .newsroom-master .video-section .box-content h5 {
    margin: 4px 0;
    font-size: 10px;
    line-height: 16px;
  }
}
/* line 392, ../sass/helpers/override.scss */
.newsroom-master .new-description-wrapper {
  float: left;
  width: 100%;
}
@media screen and (max-width: 991px) {
  /* line 392, ../sass/helpers/override.scss */
  .newsroom-master .new-description-wrapper {
    padding: 0 15px;
  }
}
/* line 402, ../sass/helpers/override.scss */
.newsroom-master .article-related-content .box-cards-wrapper {
  margin: 0 -15px;
}
/* line 407, ../sass/helpers/override.scss */
.newsroom-master .media-box-cards {
  padding: 10px 10px 30px 10px;
}
@media screen and (max-width: 991px) {
  /* line 407, ../sass/helpers/override.scss */
  .newsroom-master .media-box-cards {
    padding: 0;
  }
}
/* line 415, ../sass/helpers/override.scss */
.newsroom-master .media-video-height {
  background: #f1efeb;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 415, ../sass/helpers/override.scss */
  .newsroom-master .media-video-height {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 433, ../sass/helpers/override.scss */
.newsroom-master .media-video-height:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 2px 10px #cccccc;
}
@media screen and (max-width: 767px) {
  /* line 433, ../sass/helpers/override.scss */
  .newsroom-master .media-video-height:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 447, ../sass/helpers/override.scss */
.newsroom-master .media-document-height {
  background: #f1efeb;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 447, ../sass/helpers/override.scss */
  .newsroom-master .media-document-height {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 465, ../sass/helpers/override.scss */
.newsroom-master .media-document-height:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 2px 10px #cccccc;
}
@media screen and (max-width: 767px) {
  /* line 465, ../sass/helpers/override.scss */
  .newsroom-master .media-document-height:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 479, ../sass/helpers/override.scss */
.newsroom-master .media-images-height {
  background: #f1efeb;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 479, ../sass/helpers/override.scss */
  .newsroom-master .media-images-height {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 497, ../sass/helpers/override.scss */
.newsroom-master .media-images-height:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 2px 10px #cccccc;
}
@media screen and (max-width: 767px) {
  /* line 497, ../sass/helpers/override.scss */
  .newsroom-master .media-images-height:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 511, ../sass/helpers/override.scss */
.newsroom-master .media-podcast-height {
  background: #f1efeb;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 511, ../sass/helpers/override.scss */
  .newsroom-master .media-podcast-height {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 529, ../sass/helpers/override.scss */
.newsroom-master .media-podcast-height:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 2px 10px #cccccc;
}
@media screen and (max-width: 767px) {
  /* line 529, ../sass/helpers/override.scss */
  .newsroom-master .media-podcast-height:hover {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
/* line 543, ../sass/helpers/override.scss */
.newsroom-master .owl-item {
  background: #ffffff;
}
/* line 547, ../sass/helpers/override.scss */
.newsroom-master .insta-profile-img {
  margin-bottom: 30px;
}
/* line 550, ../sass/helpers/override.scss */
.newsroom-master .insta-profile-img img {
  width: 100%;
}
/* line 557, ../sass/helpers/override.scss */
.newsroom-master .newsroom-news-without-tile-wrap .newsrooms-news-title h5 {
  padding-left: 15px;
}
/* line 565, ../sass/helpers/override.scss */
.newsroom-master .article-main .article-content i, .newsroom-master .article-main .article-more-content i {
  padding: 0;
  margin: 0;
}
/* line 575, ../sass/helpers/override.scss */
.newsroom-master .overlay {
  z-index: -1;
}
/* line 579, ../sass/helpers/override.scss */
.newsroom-master .title-aurthor-img {
  display: table;
}
/* line 583, ../sass/helpers/override.scss */
.newsroom-master .title-aurthor-img img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #ffffff;
  margin-left: 1px;
  height: 70px;
  width: 70px;
  max-height: none;
  max-width: none;
  margin-right: 10px;
}
/* line 596, ../sass/helpers/override.scss */
.newsroom-master .title-aurthor-img span {
  display: table-cell;
  padding-left: 10px;
}
/* line 602, ../sass/helpers/override.scss */
.newsroom-master .author-img-heading .title-aurthor-img {
  font-size: 22px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  /* line 602, ../sass/helpers/override.scss */
  .newsroom-master .author-img-heading .title-aurthor-img {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 613, ../sass/helpers/override.scss */
  .newsroom-master .carosuel-section .box-content {
    margin: 0;
  }
}
/* line 620, ../sass/helpers/override.scss */
.newsroom-master b {
  font-weight: bold;
}
/* line 624, ../sass/helpers/override.scss */
.newsroom-master i {
  font-style: italic;
}
@media screen and (max-width: 991px) {
  /* line 628, ../sass/helpers/override.scss */
  .newsroom-master .no-img-padding {
    padding: 0 10px;
  }
}
/* line 634, ../sass/helpers/override.scss */
.newsroom-master .large-content-no-image-description-setting {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 634, ../sass/helpers/override.scss */
  .newsroom-master .large-content-no-image-description-setting {
    margin: 10px 0 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 643, ../sass/helpers/override.scss */
  .newsroom-master .box-cards-wrapper .mschawnis {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 651, ../sass/helpers/override.scss */
.newsroom-master #btnViewMore {
  display: none;
}
@media screen and (max-width: 768px) {
  /* line 655, ../sass/helpers/override.scss */
  .newsroom-master .news-room-small-without-img-tile {
    padding-top: 0;
  }
}
/* line 661, ../sass/helpers/override.scss */
.newsroom-master .no-img-badge-setting {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  /* line 661, ../sass/helpers/override.scss */
  .newsroom-master .no-img-badge-setting {
    margin-bottom: 0;
    left: 25px;
  }
}
@media screen and (max-width: 768px) {
  /* line 671, ../sass/helpers/override.scss */
  .newsroom-master .mob-title-align {
    padding: 5px 35px 25px 35px;
  }
}
/* line 679, ../sass/helpers/override.scss */
.newsroom-master .box-cards-wrapper .box-content-wrapper .set-related-content-position {
  font-weight: 600;
  line-height: 26px;
  color: #333333;
  font-size: 20px;
  margin: 15px 0;
}
@media screen and (max-width: 991px) {
  /* line 679, ../sass/helpers/override.scss */
  .newsroom-master .box-cards-wrapper .box-content-wrapper .set-related-content-position {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    margin: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 679, ../sass/helpers/override.scss */
  .newsroom-master .box-cards-wrapper .box-content-wrapper .set-related-content-position {
    font-size: 10px;
    line-height: 14px;
    color: #333333;
    margin: 2px 0;
  }
}
@media screen and (max-width: 768px) {
  /* line 679, ../sass/helpers/override.scss */
  .newsroom-master .box-cards-wrapper .box-content-wrapper .set-related-content-position {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  /* line 708, ../sass/helpers/override.scss */
  .newsroom-master .badge-container-without-thumbnail {
    left: 15px;
  }
}
@media screen and (min-width: 1199px) {
  /* line 717, ../sass/helpers/override.scss */
  .newsroom-master .col-lg-6 .media-card-img-wrapper, .newsroom-master .col-md-6 .media-card-img-wrapper {
    height: 278px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1198px) {
  /* line 717, ../sass/helpers/override.scss */
  .newsroom-master .col-lg-6 .media-card-img-wrapper, .newsroom-master .col-md-6 .media-card-img-wrapper {
    height: 232px;
  }
}
/* line 728, ../sass/helpers/override.scss */
.newsroom-master .owl-item {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  cursor: pointer;
}
/* line 738, ../sass/helpers/override.scss */
.newsroom-master .owl-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: -1px 2px 10px #cccccc;
}
/* line 746, ../sass/helpers/override.scss */
.newsroom-master .margin-bottom-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  /* line 751, ../sass/helpers/override.scss */
  .newsroom-master .carosuel-wrapper .box-content {
    padding: 0 0 0 5px;
  }
}
/* line 758, ../sass/helpers/override.scss */
.newsroom-master .article-more-content i {
  display: inline;
}
/* line 764, ../sass/helpers/override.scss */
.newsroom-master .article-main ul, .newsroom-master .article-main ol, .newsroom-master .article-main .article-main-row .article-more-content ul, .newsroom-master .article-main .article-main-row .article-more-content ol {
  margin: 0 0 25px 20px;
}
/* line 767, ../sass/helpers/override.scss */
.newsroom-master .article-main ul li, .newsroom-master .article-main ol li, .newsroom-master .article-main .article-main-row .article-more-content ul li, .newsroom-master .article-main .article-main-row .article-more-content ol li {
  text-indent: -29px;
  margin-left: 30px;
  margin-bottom: 14px;
}
/* line 772, ../sass/helpers/override.scss */
.newsroom-master .article-main ul li:before, .newsroom-master .article-main ol li:before, .newsroom-master .article-main .article-main-row .article-more-content ul li:before, .newsroom-master .article-main .article-main-row .article-more-content ol li:before {
  content: " ";
  margin-right: 20px;
  height: 8px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: -1466px 0;
  background-image: url(/Assets/Global/Components/css/img/icon-s41a9fa585c.png);
  margin-bottom: 6px;
}
/* line 787, ../sass/helpers/override.scss */
.newsroom-master .article-main ol, .newsroom-master .article-main .article-main-row .article-more-content ol {
  margin-left: -15px;
  list-style-type: decimal;
}
/* line 791, ../sass/helpers/override.scss */
.newsroom-master .article-main ol li, .newsroom-master .article-main .article-main-row .article-more-content ol li {
  padding-left: 15px;
  margin-left: 56px;
  margin-bottom: 14px;
}
/* line 796, ../sass/helpers/override.scss */
.newsroom-master .article-main ol li:before, .newsroom-master .article-main .article-main-row .article-more-content ol li:before {
  background-image: none;
}
/* line 802, ../sass/helpers/override.scss */
.newsroom-master .article-main p, .newsroom-master .article-main .article-main-row .article-more-content p {
  font-size: 16px;
}
/* line 806, ../sass/helpers/override.scss */
.newsroom-master .article-main h2, .newsroom-master .article-main .article-main-row .article-more-content h2 {
  font-size: 28px;
}
/* line 814, ../sass/helpers/override.scss */
.newsroom-master .newsroom-news-wrapper .newsroom-anchor-wrapper {
  display: block;
}
@media screen and (max-width: 991px) {
  /* line 819, ../sass/helpers/override.scss */
  .newsroom-master .newsroom-news-wrapper .big-tile-content-wrap {
    margin: 0 -15px;
  }
}
/* line 825, ../sass/helpers/override.scss */
.newsroom-master .contacts-acc {
  /*.close {
      .arrow.down {
          margin-top: 10px
      }
  }*/
}
/* line 826, ../sass/helpers/override.scss */
.newsroom-master .contacts-acc .accordion-body {
  padding: 15px;
}
/* line 830, ../sass/helpers/override.scss */
.newsroom-master .contacts-acc .arrow.down {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
/* line 842, ../sass/helpers/override.scss */
.newsroom-master .contacts-acc .open .arrow.down {
  margin-top: -3px;
}
/* line 849, ../sass/helpers/override.scss */
.newsroom-master .contact-wrap .equal-divider {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) and (min-width: 1024px) {
  /* line 849, ../sass/helpers/override.scss */
  .newsroom-master .contact-wrap .equal-divider {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 767px) {
  /* line 849, ../sass/helpers/override.scss */
  .newsroom-master .contact-wrap .equal-divider {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  /* line 861, ../sass/helpers/override.scss */
  .newsroom-master .contact-wrap .divider-inner2 {
    padding: 0 10px !important;
  }
}
/* line 870, ../sass/helpers/override.scss */
.newsroom-master .override-contact-wrap {
  background: #ddedf9 !important;
}
@media screen and (max-width: 991px) {
  /* line 875, ../sass/helpers/override.scss */
  .newsroom-master .contacts-wrap .page-heading {
    text-align: left;
  }
}
/* line 883, ../sass/helpers/override.scss */
.newsroom-master span.dot-rte {
  display: none;
}
/* line 886, ../sass/helpers/override.scss */
.newsroom-master .newsroom-notes-section p {
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  /* line 890, ../sass/helpers/override.scss */
  .newsroom-master .newsroom-notes-section .belt {
    padding: 30px 0;
  }
}
/* line 896, ../sass/helpers/override.scss */
.newsroom-master .newsroom-notes-section p.notes-editor-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 904, ../sass/helpers/override.scss */
.newsroom-master .article-related-content-grey-wrap .box-cards-light {
  background: #f1efeb;
}
/* line 909, ../sass/helpers/override.scss */
.newsroom-master .popular-search-title {
  color: #000000;
  font-size: 13px;
}
/* line 914, ../sass/helpers/override.scss */
.newsroom-master .newsroom-search-not-found {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
/* line 920, ../sass/helpers/override.scss */
.newsroom-master .newsroom-active-blue {
  background: #3079c2;
}
/* line 925, ../sass/helpers/override.scss */
.newsroom-master .newsroom-active-blue .mobile-menu li a, .newsroom-master .newsroom-active-blue .mobile-menu li .chevron {
  color: #ffffff;
}
/* line 932, ../sass/helpers/override.scss */
.newsroom-master .article-more-content {
  font-size: 16px;
}
/* line 935, ../sass/helpers/override.scss */
.newsroom-master .article-more-content em, .newsroom-master .article-more-content i {
  font-style: italic !important;
}
/* line 940, ../sass/helpers/override.scss */
.newsroom-master .more-on-author {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  /* line 940, ../sass/helpers/override.scss */
  .newsroom-master .more-on-author {
    font-size: 18px;
  }
}
/* line 947, ../sass/helpers/override.scss */
.newsroom-master .author__job {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  /* line 947, ../sass/helpers/override.scss */
  .newsroom-master .author__job {
    font-size: 16px;
  }
}
/* line 956, ../sass/helpers/override.scss */
.newsroom-master .latest-video-carousel .owl-carousel {
  margin-bottom: 30px;
}
/* line 959, ../sass/helpers/override.scss */
.newsroom-master .article-main-col {
  font-size: 16px !important;
}
/* line 962, ../sass/helpers/override.scss */
.newsroom-master .badge-container-without-thumbnail {
  left: 15px;
}

/***Heading**/
/* line 2, ../sass/base/_headings.scss */
.heading {
  font-family: montserrat-light, Arial, Helvetica, sans-serif;
  color: #ffffff;
}
/* line 6, ../sass/base/_headings.scss */
.heading[title="Latest"] {
  color: #00335B;
}
/* line 11, ../sass/base/_headings.scss */
.heading[title="Contacts"] {
  background: #409bd6;
}
/* line 15, ../sass/base/_headings.scss */
.heading h1 {
  margin: 0;
  font-size: 40px;
  padding: 30px 0;
  line-height: 75px;
}
@media screen and (max-width: 1024px) {
  /* line 15, ../sass/base/_headings.scss */
  .heading h1 {
    padding: 0;
  }
}
/* line 27, ../sass/base/_headings.scss */
.heading h1.big-heading {
  font-size: 58px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  /* line 27, ../sass/base/_headings.scss */
  .heading h1.big-heading {
    font-size: 32px;
  }
}
/* line 39, ../sass/base/_headings.scss */
.heading h1.big-article-heading {
  margin: 0px;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  padding: 30px 0;
  line-height: 55px;
}
@media screen and (max-width: 767px) {
  /* line 39, ../sass/base/_headings.scss */
  .heading h1.big-article-heading {
    font-size: 24px;
    line-height: 28px;
    padding: 28px 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 39, ../sass/base/_headings.scss */
  .heading h1.big-article-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
