html {  
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }


/*------------------------------------*\
    RESET.CSS
\*------------------------------------*/
/**
* Let’s make the box model all nice, shall we...?
*/

.mds-topbar *, .mds-topbar *:before, .mds-topbar *:after {
  box-sizing: border-box; }
.mds-module-footer *, .mds-module-footer *:before, .mds-module-footer *:after {
  box-sizing: border-box; }
.mds-menu-holder *, .mds-menu-holder *:before, .mds-menu-holder *:after {
box-sizing: border-box; }

/*------------------------------------*\
    BASE.CSS
\*------------------------------------*/
/**
 * HTML
 */
.mds-topbar, .mds-module-footer {
  font: 1em/1.5 "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*------------------------------------*\
    SITE.CSS
\*------------------------------------*/
/**
 * Base
 */
.mds-container{
  padding-left: 1em;
  padding-right: 1em; 
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}



/**
 * Top bar
 */
.mds-topbar {
  padding: 10px 0;
  position: relative;
  z-index: 12;
  *zoom: 1;
  background: #fff; }
  .mds-topbar:before, .mds-topbar:after {
    content: " ";
    display: table; }
  .mds-topbar:after {
    clear: both; }
  @media only screen and (min-width: 600px) {
    .mds-topbar {
      text-align: left; }
      .mds-topbar .mds-gov > img {
        height: 28px; } }

/**
 * Table
 */
.mds-topbar-table {
  display: table;
  width: 100%;
  table-layout: fixed
  /* MOM Logo */
  /* Gov logo */
  /* App title */ }
  .mds-topbar-table .mds-topbar-cell {
    display: table-cell;
    vertical-align: middle; }
    .mds-topbar-table .mds-topbar-cell:last-child {
      padding-right: 0; }
  .mds-topbar-table .mds-cell-logo {
    width: 130px; }
    @media only screen and (max-width: 600px) {
      .mds-topbar-table .mds-cell-logo {
        width: 100px; } }
  .mds-topbar-table .mds-cell-gov-logo {
    text-align: right;
    display: table-cell;
    width: 190px; }
    @media only screen and (max-width: 600px) {
      .mds-topbar-table .mds-cell-gov-logo {
        display: none; } }
  .mds-topbar-table .mds-mom-logo {
    float: none;
    display: block; }
  .mds-topbar-table .mds-gov-logo {
    margin-top: 0;
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .mds-topbar-table .mds-mom-app-title {
    display: block; }


/* ///////////// */

.mds-rate-mom { margin-top: 2px; }

.mds-rate-mom a {
  padding-left: 1.6em;
  display: inline-block; }
  .mds-rate-mom a:before {
    margin-left: -1.5em;
    margin-top: 3px;
    margin-right: 0.2em;
    font-style: normal;
    font-weight: normal;
    width: 1.28571em;
    text-align: center; }
  .mds-rate-mom a.mds-btn-download, .mds-rate-mom a.mds-btn {
    padding-left: 2em; }

/**
 * Media query
 * $breakpoints defined in variables.mds-scss
 */
/**
 * Mobile button
 */
.mds-rate-mom a:before {
  font-family: 'Linearicons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  display: inline-block; }

/* ///////////// */





/*------------------------------------*\
    MENU HOLDER
\*------------------------------------*/
.mds-menu-holder {
  -webkit-transform: translateZ(0);
  position: relative;
  z-index: 11; }
  .mds-menu-holder .mds-container, .mds-menu-holder .mds-page-container {
    position: relative; }

.mds-menu-wrapper {
  background: #006eab;
  color: #fff;
  position: relative;
  z-index: 12;
  min-height: 5px; }
  .mds-menu-wrapper .mds-container, .mds-menu-wrapper .mds-page-container {
    *zoom: 1; }
    .mds-menu-wrapper .mds-container:before, .mds-menu-wrapper .mds-page-container:before, .mds-menu-wrapper .mds-container:after, .mds-menu-wrapper .mds-page-container:after {
      content: " ";
      display: table; }
    .mds-menu-wrapper .mds-container:after, .mds-menu-wrapper .mds-page-container:after {
      clear: both; }
  .mds-menu-wrapper a {
    color: #fff; }
    .mds-menu-wrapper a:visited {
      color: #fff; }
    .mds-menu-wrapper a:hover {
      color: #fff; }
    .mds-menu-wrapper a:active {
      color: #fff; }




/**
 * Main Content Area
 */
.mds-main-content {
  position: relative; }




  /*------------------------------------*\
    LINKS.CSS    
\*------------------------------------*/
.mds-topbar a {
  color: #006eab;
  text-decoration: none; }
  .mds-topbar a:visited {
    color: #006eab; }
  .mds-topbar a:hover {
    color: #006eab; }
  .mds-topbar a:active {
    color: #006eab; }
  .mds-topbar a:hover {
    text-decoration: underline; }



/*------------------------------------*\
    MODULES.CSS
\*------------------------------------*/
.mds-ui-module {
  padding: 1.5em 0;
  *zoom: 1
  /* Desktop */ }
  .mds-ui-module:before, .mds-ui-module:after {
    content: " ";
    display: table; }
  .mds-ui-module:after {
    clear: both; }
  @media only screen and (min-width: 960px) {
    .mds-ui-module {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .mds-ui-module .mds-module-content {
    position: relative; }

/**
     * Module grey
     */
.mds-module-grey, {
  background: #f6f6f6; }
  .mds-module-grey .mds-link--arrow:before, .mds-module-grey .mds-module-more, .mds-module-grey .mds-module-kb, .mds-module-grey .mds-module-in-page {
    color: #d8d8d8; }


/**
     * Module footer
     */
.mds-module-footer {
  background: #1F253D !important;
  color: #fff !important; }
  .mds-module-footer a {
    color: #fff !important; }
    .mds-module-footer a:hover {
      color: #fff !important; }
    .mds-module-footer a:active {
      color: #fff !important; }
  .mds-module-footer a:focus {
    background-color: transparent !important; }



/*------------------------------------*\
        FOOTER CSS
\*------------------------------------*/
.mds-module-footer {
  font-size: 14px;
  font-size: 0.875rem
  /* Links */
  /* Hover link */ }
  .mds-module-footer a {
    color: #BADBFD !important;
    text-decoration: none;
    font-weight: normal; }
    .mds-module-footer a:hover {
      color: #BADBFD !important; }
    .mds-module-footer a:active {
      color: #BADBFD !important; }
  .mds-module-footer a:hover {
    color: #fff !important; }



/**
 * Rate MOM
 */
.mds-rate-mom {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1em;
  float: right; }
  @media only screen and (max-width: 600px) {
    .mds-rate-mom {
      float: none; } }
  .mds-rate-mom a {
    margin-right: 2em;
    padding-right: 0;}
    @media only screen and (min-width: 600px) {
      .mds-rate-mom a {
        margin-left: 2em;
        margin-right: 0; } }


.mds-text-copyright {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }


/**
 * Copyright
 */
.mds-text-copyright {
  margin-bottom: 0; }
  .mds-text-copyright span {    
    display: inline;
    padding-bottom: 0;}
    @media only screen and (max-width: 959px) {
      .mds-text-copyright span {
        display: block;
        padding-bottom: 0.5em; } }
  .mds-text-copyright a {    
    margin-left: 1.5em;
    margin-right: 0; }
    @media only screen and (max-width: 959px) {
      .mds-text-copyright a {
        margin-right: 1.5em;
        margin-left: 0;} }




/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.mds-visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 1px !important; }

/**
 * WCAG Visually Hidden : Focusable
 */
.mds-visuallyhidden {
  text-decoration: none !important; }

.mds-visuallyhidden.mds-focusable:active, .mds-visuallyhidden.mds-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }



/*------------------------------------*\
    BRANDING.CSS
\*------------------------------------*/
/**
 * Logo
 */
.mds-mom-logo {
  display: inline-block;  
  background-repeat: no-repeat;
  background-size: auto 60px;
  text-indent: -2000em;  
  float: left;    
  width: 130px;
  background-image: url(../images/branding/mom-logo-color-ie.png);
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  background-size: auto 60px; }
  @media only screen and (max-width: 600px) {
    .mds-mom-logo {
      width: 100px;
      height: 50px;
      background-image: url(../images/branding/mom-logo-color.svg);      
      margin-left: auto;
      margin-right: auto;
      background-size: contain; } }
  .no-svg .mds-mom-logo {
    background-image: url(../images/branding/mom-logo-color-ie.png);
    width: 100%;
    height: 60px;
    }
  @media only screen and (max-width: 600px) {
    .mds-mom-logo {
      float: none; }}

/**
 * Government logo
 */
.mds-gov-logo {
  float: right;
  background: url(../resources/dxd/assets/images/branding/sing-gov.png) top left no-repeat;
  width: 190px;
  height: 25px;
  background-size: contain;
  text-indent: -2000em;
  margin: 1em 0 0 0;}
  @media only screen and (max-width: 600px) {
    .mds-gov-logo {
      display: none;
      }
  }
  .no-svg .mds-gov-logo {
    background-image: url(../resources/dxd/assets/images/branding/sing-gov-ie.png); }

/**
 * Mom Logo Print
 */
.mds-mom-logo-print {
  display: none; }


  /**
 * Edit Link
 */
.mds-rate-mom a:before {
  content: "\e608"; }