/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Color Palette / Icon Reference
   ========================================================================== */
/*colors*/
/* ==========================================================================
   Font Settings 
   ========================================================================== */
/* ==========================================================================
   Base Settings for body
   ========================================================================== */
/* ==========================================================================
   Custom Variables
   ========================================================================== */
/* ==========================================================================
   Font Styles
   ========================================================================== */
/* ==========================================================================
   Deploy URL
   ========================================================================== */
/* Mixin to calculate rem*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, ../../sass/partials/_base.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, ../../sass/partials/_base.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, ../../sass/partials/_base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 50, ../../sass/partials/_base.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, ../../sass/partials/_base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, ../../sass/partials/_base.scss */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, ../../sass/partials/_base.scss */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, ../../sass/partials/_base.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, ../../sass/partials/_base.scss */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, ../../sass/partials/_base.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, ../../sass/partials/_base.scss */
b,
strong {
  font-weight: inherit;
}

/* line 130, ../../sass/partials/_base.scss */
br {
  height: 0px;
  display: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 139, ../../sass/partials/_base.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 148, ../../sass/partials/_base.scss */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 157, ../../sass/partials/_base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 166, ../../sass/partials/_base.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 175, ../../sass/partials/_base.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 184, ../../sass/partials/_base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 192, ../../sass/partials/_base.scss */
sub {
  bottom: -0.25em;
}

/* line 196, ../../sass/partials/_base.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 207, ../../sass/partials/_base.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 215, ../../sass/partials/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 227, ../../sass/partials/_base.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 239, ../../sass/partials/_base.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 248, ../../sass/partials/_base.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 262, ../../sass/partials/_base.scss */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 274, ../../sass/partials/_base.scss */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 283, ../../sass/partials/_base.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 293, ../../sass/partials/_base.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 304, ../../sass/partials/_base.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 315, ../../sass/partials/_base.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 327, ../../sass/partials/_base.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 338, ../../sass/partials/_base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 351, ../../sass/partials/_base.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 364, ../../sass/partials/_base.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 373, ../../sass/partials/_base.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 383, ../../sass/partials/_base.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 393, ../../sass/partials/_base.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 402, ../../sass/partials/_base.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 411, ../../sass/partials/_base.scss */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 421, ../../sass/partials/_base.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* for disable ruuber effect */
/* line 428, ../../sass/partials/_base.scss */
html {
  /* height: 100%; */
  /* width: 100%; */
  /* overflow: hidden;   */
}

/* line 434, ../../sass/partials/_base.scss */
body {
  /* height: 100%; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 7, ../../sass/partials/_utils.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 14, ../../sass/partials/_utils.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 23, ../../sass/partials/_utils.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 30, ../../sass/partials/_utils.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 44, ../../sass/partials/_utils.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 56, ../../sass/partials/_utils.scss */
.invisible {
  visibility: hidden;
}

/* line 60, ../../sass/partials/_utils.scss */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

/* line 66, ../../sass/partials/_utils.scss */
.cf:after {
  clear: both;
}

/* line 70, ../../sass/partials/_utils.scss */
.cf {
  *zoom: 1;
}

/* line 75, ../../sass/partials/_utils.scss */
.left {
  display: block;
  float: left;
}

/* line 80, ../../sass/partials/_utils.scss */
.right {
  display: block;
  float: right;
}

/* line 1, ../../sass/partials/_epublishFixes.scss */
.SiteEditCP > br {
  display: none;
}

/* line 4, ../../sass/partials/_epublishFixes.scss */
.page-title {
  display: none;
}

/*
 * mrk-clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 18, ../../sass/partials/_epublishFixes.scss */
.mrk-clearfix:before,
.mrk-clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 23, ../../sass/partials/_epublishFixes.scss */
.mrk-clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 30, ../../sass/partials/_epublishFixes.scss */
.mrk-clearfix {
  *zoom: 1;
}

/*
**  Font Face
**  Example:
**
**  @font-face {
**    font-family: 'Open Sans Regular';
**    font-style: normal;
**    font-weight: 400;
**    src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
**  }
*/
@font-face {
  font-family: 'roboto-bold';
  src: url("/static/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'roboto';
  src: url("/static/fonts/Roboto-Regular.ttf") format("truetype");
}
/*
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fonts/fa-regular-400.woff') format('woff'), 
       url('/static/fonts/fa-regular-400.ttf')  format('truetype'),
       url('/static/fonts/fa-regular-400.svg') format('svg'); 
}
*/
/* ========== Lato Bold Font ==========*/
@font-face {
  font-family: 'LatoBold';
  src: url("/static/fonts/Lato-Bold.woff");
  /* src: url("/static/fonts/latoBold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/latoBold.woff") format("woff"), url("/static/fonts/latoBold.ttf");*/
}
/* ========== Lato Light Font ==========*/
@font-face {
  font-family: 'latoLight';
  src: url("/static/fonts/Lato-Light.woff");
  /*src: url("/static/fonts/lato.eot?#iefix") format("embedded-opentype"), url("/static/fonts/lato.woff") format("woff"), url("/static/fonts/lato.ttf");*/
}
/* ========== Lato Regular Font ==========*/
@font-face {
  font-family: 'Lato';
  src: url("/static/fonts/Lato-Regular.woff");
  /*src: url("/static/fonts/VerdanaBoldItalic.eot?#iefix") format("embedded-opentype"), url("/static/fonts/VerdanaBoldItalic.woff") format("woff"), url("/static/fonts/VerdanaBoldItalic.ttf");*/
}
/* line 12, ../../sass/partials/_ie.scss */
#searchText::-ms-clear, #searchPageinput::-ms-clear {
  display: none;
}

/*@import "devices/global";*/
/* line 1, ../../sass/devices/mobile/_global.scss */
* {
  font-family: "Lato";
}

/* line 4, ../../sass/devices/mobile/_global.scss */
header {
  background: #FFFFFF;
}

/* line 7, ../../sass/devices/mobile/_global.scss */
.tn {
  text-decoration: none !important;
}

/* line 10, ../../sass/devices/mobile/_global.scss */
.pl26 {
  padding-left: 26px;
}

/* line 13, ../../sass/devices/mobile/_global.scss */
.plr0 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 17, ../../sass/devices/mobile/_global.scss */
.p15 {
  padding: 15px;
}

/* line 20, ../../sass/devices/mobile/_global.scss */
.p20 {
  padding: 20px;
}

/* line 23, ../../sass/devices/mobile/_global.scss */
.p25 {
  padding: 25px;
}

/* line 26, ../../sass/devices/mobile/_global.scss */
.footer_p30 {
  padding: 15px;
}

/* line 29, ../../sass/devices/mobile/_global.scss */
.p0 {
  padding: 0;
}

/* line 32, ../../sass/devices/mobile/_global.scss */
.mbor {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

/* line 35, ../../sass/devices/mobile/_global.scss */
#page-wrapper {
  /*max-width:1280px;  */
  max-width: 100%;
  min-width: 320px;
  width: 100%;
  margin: 0px auto;
}

/* line 43, ../../sass/devices/mobile/_global.scss */
.clearfix {
  display: none;
}

/* line 46, ../../sass/devices/mobile/_global.scss */
.sidebar a.ib {
  margin: 0px auto;
  display: block;
  width: 205px;
  height: 170px;
  /* height: auto; */
  background-color: #434fd1;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  color: #73c4fa;
}

/* line 57, ../../sass/devices/mobile/_global.scss */
.topspace {
  margin: 34px 0px 0px 22% !important;
}

/* line 60, ../../sass/devices/mobile/_global.scss */
.nospace {
  margin: 38px 0px 0px 22% !important;
}

/*template colors*/
/* line 64, ../../sass/devices/mobile/_global.scss */
.midNightBlue {
  color: #182e65;
}

/* line 67, ../../sass/devices/mobile/_global.scss */
.neavyBlue {
  color: #022A3D;
}

/* line 70, ../../sass/devices/mobile/_global.scss */
.skyBlue {
  color: #73c4fa;
}

/* line 73, ../../sass/devices/mobile/_global.scss */
.slateGray {
  color: #a8c1d2;
}

/* line 76, ../../sass/devices/mobile/_global.scss */
.purple {
  color: #4451ca;
}

/* line 79, ../../sass/devices/mobile/_global.scss */
.turquoise {
  color: #4451ca;
}

/* line 82, ../../sass/devices/mobile/_global.scss */
.grayOne {
  color: #3a3a3a;
}

/* line 85, ../../sass/devices/mobile/_global.scss */
.grayTwo {
  color: #a5a5a5;
}

/* line 88, ../../sass/devices/mobile/_global.scss */
.grayThree {
  color: #d7d7d7;
}

/* line 91, ../../sass/devices/mobile/_global.scss */
.grayFour {
  color: #f5f7f9;
}

/*template background color*/
/* line 95, ../../sass/devices/mobile/_global.scss */
.bg-midNightBlue {
  background: #182e65;
}

/* line 98, ../../sass/devices/mobile/_global.scss */
.bg-neavyBlue {
  background: #022A3D;
}

/* line 101, ../../sass/devices/mobile/_global.scss */
.bg-skyBlue {
  background: #73c4fa;
}

/* line 104, ../../sass/devices/mobile/_global.scss */
.bg-slateGray {
  background: #a8c1d2;
}

/* line 107, ../../sass/devices/mobile/_global.scss */
.bg-purple {
  background: #4451ca;
}

/* line 110, ../../sass/devices/mobile/_global.scss */
.bg-turquoise {
  background: #4451ca;
}

/* line 113, ../../sass/devices/mobile/_global.scss */
.bg-grayOne {
  background: #3a3a3a;
}

/* line 116, ../../sass/devices/mobile/_global.scss */
.bg-grayTwo {
  background: #a5a5a5;
}

/* line 119, ../../sass/devices/mobile/_global.scss */
.bg-grayThree {
  background: #d7d7d7;
}

/* line 122, ../../sass/devices/mobile/_global.scss */
.bg-grayFour {
  background: #f5f7f9;
}

/* line 125, ../../sass/devices/mobile/_global.scss */
.iphone-fix {
  color: #000;
}

/* line 128, ../../sass/devices/mobile/_global.scss */
.iphoneNumber {
  color: #000 !important;
}

/*heading*/
/* line 131, ../../sass/devices/mobile/_global.scss */
.heading1 {
  font-size: 36px;
  letter-spacing: 0.4px;
}

/* line 135, ../../sass/devices/mobile/_global.scss */
.heading2 {
  font-size: 18px;
  letter-spacing: 0.2px;
}

/* line 139, ../../sass/devices/mobile/_global.scss */
.heading3 {
  font-size: 16px;
  letter-spacing: 0.2px;
}

/* line 143, ../../sass/devices/mobile/_global.scss */
.heading4 {
  font-size: 16px;
  letter-spacing: 0.1px;
}

/*paragraph styles*/
/* line 149, ../../sass/devices/mobile/_global.scss */
.paragraph1 {
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 20px;
}

/* line 154, ../../sass/devices/mobile/_global.scss */
.paragraph2 {
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 8px;
}

/* line 159, ../../sass/devices/mobile/_global.scss */
.footnote {
  font-size: 14px;
}

/*button and links*/
/* line 164, ../../sass/devices/mobile/_global.scss */
.customBtn1 {
  font-family: "LatoBold";
  font-size: 14px;
  color: #FFFFFF;
  background: #63dbc1;
  border-radius: 19px;
  padding: 15px;
}

/* line 172, ../../sass/devices/mobile/_global.scss */
.customBtn1:hover {
  background: #53BCA6;
  color: white;
  text-decoration: none;
}

/* line 177, ../../sass/devices/mobile/_global.scss */
.customBtnDisabled {
  background: #BBEAE0;
  border: 1px solid #BBEAE0;
}

/* line 181, ../../sass/devices/mobile/_global.scss */
.customBtnDisabled:hover {
  background: #BBEAE0;
}

/* line 184, ../../sass/devices/mobile/_global.scss */
.customBtn2 {
  background: #FFFFFF;
  font-family: "LatoBold";
  font-size: 12px;
  border-radius: 3px;
  color: #022A3D;
  border: 1px solid #63dbc1;
}

/* line 192, ../../sass/devices/mobile/_global.scss */
.customBtn2:hover {
  background: #53BCA6;
}

/* line 195, ../../sass/devices/mobile/_global.scss */
.textLink {
  font-family: "LatoBold";
  font-size: 16px;
  color: #73c4fa;
  text-decoration: underline;
}

/* line 201, ../../sass/devices/mobile/_global.scss */
.textLink:hover {
  color: #5698c5;
}

/* line 204, ../../sass/devices/mobile/_global.scss */
.bold {
  font-family: "LatoBold";
}

/* line 207, ../../sass/devices/mobile/_global.scss */
.newLine {
  display: block;
  height: 0px;
}

/**/
/* line 213, ../../sass/devices/mobile/_global.scss */
.line-break {
  display: block;
  height: 0;
}

/* line 217, ../../sass/devices/mobile/_global.scss */
.mobile-only {
  display: block;
}

/* line 220, ../../sass/devices/mobile/_global.scss */
.desktop-only {
  display: none;
}

/* line 223, ../../sass/devices/mobile/_global.scss */
.commonMarginTop {
  margin-top: 117px;
}

/* line 226, ../../sass/devices/mobile/_global.scss */
.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 229, ../../sass/devices/mobile/_global.scss */
.color-black {
  color: #000000;
}

/* line 234, ../../sass/devices/mobile/_global.scss */
.main-section .mainHeading {
  font-family: "LatoBold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  color: #022A3D;
  letter-spacing: 0.2px;
  padding-top: 2.5rem;
  margin-top: 0px;
}
/* line 243, ../../sass/devices/mobile/_global.scss */
.main-section h2.mainHeading {
  font-family: "LatoBold";
  font-size: 18px;
  font-size: 1.125rem;
  /*@include rem(line-height,32px);*/
  color: #022A3D;
  letter-spacing: 0.2px;
}
/* line 250, ../../sass/devices/mobile/_global.scss */
.main-section h3.mainHeading {
  font-family: "LatoBold";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 32px;
  line-height: 2rem;
  color: #022A3D;
  letter-spacing: 0.2px;
}
/* line 257, ../../sass/devices/mobile/_global.scss */
.main-section .list01 {
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 260, ../../sass/devices/mobile/_global.scss */
.main-section p {
  color: #606060;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
}
/* line 266, ../../sass/devices/mobile/_global.scss */
.main-section .link {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  color: #73c4fa;
  letter-spacing: 0.2px;
}
/* line 272, ../../sass/devices/mobile/_global.scss */
.main-section .link:hover {
  color: #5698c5;
}

/*.sidebar .desktop-only{
	margin-top: 85px;
}*/
/* line 280, ../../sass/devices/mobile/_global.scss */
.commonMarginTop {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

/* line 283, ../../sass/devices/mobile/_global.scss */
.customSup {
  top: -7px;
  font-size: 7px;
  font-family: "LatoBold";
}

/* line 288, ../../sass/devices/mobile/_global.scss */
.continueBtn {
  text-decoration: underline;
}

/* line 291, ../../sass/devices/mobile/_global.scss */
.searchResult {
  display: none;
}

/* line 295, ../../sass/devices/mobile/_global.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 299, ../../sass/devices/mobile/_global.scss */
.svgBackground {
  text-align: center;
  display: block;
  width: 205px;
  height: 170px;
  background-color: #434fd1;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin: 0 auto;
  /*margin-left: 72px;*/
    /*.svgTitle{
    	height: 36px;
	    background-color: #fff;
	    text-align: center;
	    color: #73c4fa;
	    font-size: 14px;
	    line-height: 36px;
	    border-bottom-left-radius: 7px;
	    border-bottom-right-radius: 7px;
	    margin-top: -19px;
	    opacity: 3;
	    z-index: 1;
	    position: relative;
    }*/
}
/* line 309, ../../sass/devices/mobile/_global.scss */
.svgBackground img {
  width: 132% !important;
  margin-left: -36px;
}

/* line 330, ../../sass/devices/mobile/_global.scss */
a.svgBackground:hover {
  text-decoration: none;
  color: #5698c5;
}

/* line 336, ../../sass/devices/mobile/_global.scss */
.svgBackgroundRiskSideEffects img {
  width: 150% !important;
  margin-left: -27%;
}
/* line 341, ../../sass/devices/mobile/_global.scss */
.svgBackgroundRiskSideEffects .svgTitle {
  margin-top: -42px;
}

/* line 346, ../../sass/devices/mobile/_global.scss */
.makePointerEvenNone {
  pointer-events: none;
}

/* line 350, ../../sass/devices/mobile/_global.scss */
.svgTitle {
  height: 36px;
  background-color: #fff;
  text-align: center;
  color: #73c4fa;
  font-size: 14px;
  line-height: 36px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -21px;
  opacity: 3;
  z-index: 1;
  position: relative;
  width: 203px;
}

/* line 366, ../../sass/devices/mobile/_global.scss */
.svgTitle:hover {
  text-decoration: none;
  color: #5698c5;
}

/* line 372, ../../sass/devices/mobile/_global.scss */
.svgTitleMobileOnly {
  display: block;
}

/* line 376, ../../sass/devices/mobile/_global.scss */
.hideSvgArrow {
  display: none;
}

/* line 380, ../../sass/devices/mobile/_global.scss */
#sticky .isiBody a.fs14,
#footerSection .isiBody a.fs14 {
  font-size: 14px;
}

/* line 385, ../../sass/devices/mobile/_global.scss */
#sticky .isiBody a.fs14:hover,
#footerSection .isiBody a.fs14:hover {
  font-size: 14px;
}

/* line 391, ../../sass/devices/mobile/_global.scss */
#sticky .isiBody a.bold,
#footerSection .isiBody a.bold {
  font-family: "LatoBold";
}

/* line 396, ../../sass/devices/mobile/_global.scss */
#sticky .isiBody a.bold:hover,
#footerSection .isiBody a.bold:hover {
  font-family: "LatoBold";
}

/* line 400, ../../sass/devices/mobile/_global.scss */
.ib {
  overflow: hidden;
}

@media only screen and (max-width: 768px) and (min-aspect-ratio: 13 / 9) and (min-width: 320px) and (orientation: landscape) {
  /* line 406, ../../sass/devices/mobile/_global.scss */
  .sticky_header_footer .buttonDiv {
    margin-top: -5px !important;
  }
}
/* line 2, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav .nav-item.mobileSearchSVG {
  padding: 8px 15px 8px 45px;
}
/* line 4, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav .nav-item.mobileSearchSVG img {
  height: 40px;
}
/* line 9, ../../sass/devices/mobile/_header.scss */
#header_mobile .ui-menu {
  width: 76%;
  margin: 0 auto;
  padding: 10px 10px;
  list-style: none;
}
/* line 14, ../../sass/devices/mobile/_header.scss */
#header_mobile .ui-menu li.ui-menu-item {
  display: block;
  padding: 8px 0 0px 0;
  width: 100%;
  float: unset;
  text-align: left;
}
/* line 20, ../../sass/devices/mobile/_header.scss */
#header_mobile .ui-menu li.ui-menu-item a {
  color: #FFFFFF;
  text-decoration: underline;
}
/* line 26, ../../sass/devices/mobile/_header.scss */
#header_mobile .bb2 {
  border-bottom: 1px solid #a5a5a5;
}
/* line 29, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-toggler {
  padding: 0;
}
/* line 32, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar {
  padding: 0px;
}
/* line 35, ../../sass/devices/mobile/_header.scss */
#header_mobile .top-header {
  text-align: center;
}
/* line 37, ../../sass/devices/mobile/_header.scss */
#header_mobile .top-header a {
  /*color: $border-darkgray;
  @include fontSize(10px);
  font-weight: bold;*/
  margin: 0;
  padding: 7px 0;
  text-align: center;
  font-family: "Lato";
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1px;
  color: #606060;
}
/* line 49, ../../sass/devices/mobile/_header.scss */
#header_mobile .top-header a:hover {
  text-decoration: none;
}
/* line 52, ../../sass/devices/mobile/_header.scss */
#header_mobile .top-header .br {
  border-right: 1px solid #d7d7d7;
  padding-bottom: 2px;
}
/* line 57, ../../sass/devices/mobile/_header.scss */
#header_mobile .navigation-header {
  position: sticky;
  position: -webkit-sticky;
  /*@include border_bottom();*/
  padding: 10px 0px;
}
/* line 62, ../../sass/devices/mobile/_header.scss */
#header_mobile .navigation-header .logo {
  width: 155px;
}
/* line 65, ../../sass/devices/mobile/_header.scss */
#header_mobile .navigation-header .menu__icon--open {
  background: #ddd;
  padding: 13px 14px;
  border: 1px solid #888787;
  color: #888787;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  float: right;
  font-size: 16px;
  font-size: 1rem;
  background: #FFFFFF;
  font-family: "LatoBold";
  font-size: 12px;
  border-radius: 3px;
  color: #022A3D;
  border: 1px solid #63dbc1;
  min-width: 60px;
}
/* line 82, ../../sass/devices/mobile/_header.scss */
#header_mobile .navigation-header .menu__icon--close {
  background: #ddd;
  padding: 13px 14px;
  border: 1px solid #888787;
  color: #888787;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  float: right;
  font-size: 16px;
  font-size: 1rem;
  background: #FFFFFF;
  font-family: "LatoBold";
  font-size: 12px;
  border-radius: 3px;
  color: #022A3D;
  border: 1px solid #022A3D;
  min-width: 60px;
}
/* line 99, ../../sass/devices/mobile/_header.scss */
#header_mobile .navigation-header .crossimage img {
  margin-top: 2px;
  margin-left: 5px;
}
/* line 105, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav {
  /*		height: auto;
  	    overflow: scroll;*/
  height: auto;
}
/* line 108, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav .active {
  border-bottom: 3px solid #FFFFFF;
}
/* line 112, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav .nav-item {
  background: #4451ca;
  font-family: "Lato";
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2px;
  display: block;
  padding: 13px 15px 13px 45px;
  /*border-bottom: 1px solid #d7d7d7;*/
  border-bottom: 1px solid rgba(215, 215, 215, 0.35);
  color: #FFFFFF;
  text-align: left;
}
/* line 124, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav ul.subnav {
  /*ul{*/
  display: block;
  margin: 0;
  padding: 13px 0;
  list-style: none;
  background: #182e65;
  /*}*/
}
/* line 132, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav ul.subnav li a {
  font-family: "Lato";
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  display: block;
  padding: 11px 15px 11px 57px;
  color: #FFFFFF;
  text-align: left;
  /*border-color: $midNightBlue;*/
}
/* line 144, ../../sass/devices/mobile/_header.scss */
#header_mobile .navbar-nav ul.subnav .searchIcon {
  font-size: 25px;
}
/* line 150, ../../sass/devices/mobile/_header.scss */
#header_mobile .fixed-header {
  position: fixed;
  top: 0px;
  z-index: 1090;
  background: #f5f5f5;
  z-index: 1030;
}
/* line 158, ../../sass/devices/mobile/_header.scss */
#header_mobile .show {
  width: 100%;
  overflow: hidden;
  left: 0;
  position: relative;
  background-color: #FFFFFF;
}
/* line 166, ../../sass/devices/mobile/_header.scss */
#header_mobile [aria-expanded="false"] .menu__icon--open {
  display: block;
}
/* line 170, ../../sass/devices/mobile/_header.scss */
#header_mobile [aria-expanded="false"] .menu__icon--close {
  display: none;
}
/* line 174, ../../sass/devices/mobile/_header.scss */
#header_mobile [aria-expanded="true"] .menu__icon--open {
  display: none;
}
/* line 178, ../../sass/devices/mobile/_header.scss */
#header_mobile [aria-expanded="true"] .menu__icon--close {
  display: block;
}
/* line 181, ../../sass/devices/mobile/_header.scss */
#header_mobile button:focus {
  outline: none;
}
/* line 185, ../../sass/devices/mobile/_header.scss */
#header_mobile .searchBarMobile {
  display: none;
  height: 100vh;
  background: #022A3D;
  padding: 5px 0 16px;
  text-align: right;
  /*focus{
  	border:0px;
  	border-bottom: 1px solid white;	
  	outline: none;
      outline: -webkit-focus-ring-color auto 10px;
  }*/
}
/* line 191, ../../sass/devices/mobile/_header.scss */
#header_mobile .searchBarMobile .col-auto {
  width: 100%;
  padding: 20px;
}
/* line 195, ../../sass/devices/mobile/_header.scss */
#header_mobile .searchBarMobile input {
  height: 42px;
  width: 100%;
  background: #022A3D;
  font-family: "Lato";
  font-size: 16px;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 25px 10px;
  border: 0px;
  border-bottom: 1px solid white;
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 208, ../../sass/devices/mobile/_header.scss */
#header_mobile .searchBarMobile .closeBtn {
  /*			position: relative;
  			color: #FFFFFF;
  			font-size: 26px;
  			top: -40px;
  			height: 16px;
  			right: 10px;*/
  position: relative;
  color: #FFFFFF;
  font-size: 26px;
  top: -50px;
  height: 46px;
  right: -1px;
}
/* line 222, ../../sass/devices/mobile/_header.scss */
#header_mobile .searchBarMobile input:focus {
  outline: 0px;
  border-bottom: 1px solid white;
}
/* line 232, ../../sass/devices/mobile/_header.scss */
#header_mobile .searchBarMobile ul {
  list-style: none;
}
/* line 235, ../../sass/devices/mobile/_header.scss */
#header_mobile .searchBarMobile ul li a {
  color: #FFFFFF;
}

/* line 1, ../../sass/devices/mobile/_footer.scss */
footer {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 4, ../../sass/devices/mobile/_footer.scss */
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0px;
  text-align: left;
}
/* line 9, ../../sass/devices/mobile/_footer.scss */
footer ul li {
  margin: 0 0 14px 0;
  display: block;
}
/* line 12, ../../sass/devices/mobile/_footer.scss */
footer ul li a {
  font-family: "LatoBold";
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
  display: inline-block;
  color: #022A3D;
  text-decoration: none;
}
/* line 20, ../../sass/devices/mobile/_footer.scss */
footer ul li a:hover {
  color: #022A3D;
}
/* line 27, ../../sass/devices/mobile/_footer.scss */
footer .footerLeft .linksInfo {
  margin: 0 15px;
}
/* line 29, ../../sass/devices/mobile/_footer.scss */
footer .footerLeft .linksInfo ft-nexp-img {
  width: 100%;
}
/* line 31, ../../sass/devices/mobile/_footer.scss */
footer .footerLeft .linksInfo ft-nexp-img img {
  width: auto;
}
/* line 39, ../../sass/devices/mobile/_footer.scss */
footer .footerLeft .copySubject {
  /*@include fontSize(10px);*/
  line-height: 12px;
  /*line-height: 0.75rem;*/
  /*font-family: $stack-lato;*/
  /*margin: 0 15px;*/
  padding: 18px 0 15px;
  /*width: 261px;*/
  text-align: left;
}

/* line 51, ../../sass/devices/mobile/_footer.scss */
.subfooter {
  padding: 10px 15px 25px 15px;
}
/* line 53, ../../sass/devices/mobile/_footer.scss */
.subfooter .copySubject {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000000;
  text-align: left;
  margin-bottom: 0px;
}
/* line 61, ../../sass/devices/mobile/_footer.scss */
.subfooter .footerLeft .linksInfo {
  margin: 0 0 15px 0;
}
/* line 63, ../../sass/devices/mobile/_footer.scss */
.subfooter .footerLeft .linksInfo .footer-links {
  list-style: none;
  text-align: left;
  /*padding: 15px 0 18px 43px;*/
  margin: 0;
  padding: 0;
}
/* line 69, ../../sass/devices/mobile/_footer.scss */
.subfooter .footerLeft .linksInfo .footer-links li {
  display: inline-block;
  padding-right: 15px;
}
/* line 72, ../../sass/devices/mobile/_footer.scss */
.subfooter .footerLeft .linksInfo .footer-links li a {
  font-family: "LatoBold";
  color: #022A3D;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 80, ../../sass/devices/mobile/_footer.scss */
.subfooter .footerLeft .mT2 {
  margin-top: 2px;
}
/* line 84, ../../sass/devices/mobile/_footer.scss */
.subfooter .footerRight {
  float: left;
}
/* line 88, ../../sass/devices/mobile/_footer.scss */
.subfooter .merckLg img {
  height: 90px;
  right: -15px;
  position: absolute;
}
/* line 94, ../../sass/devices/mobile/_footer.scss */
.subfooter .merck_logos {
  margin-left: 0px;
  margin-top: 16px;
  position: relative;
}
/* line 98, ../../sass/devices/mobile/_footer.scss */
.subfooter .merck_logos .trustelogo {
  margin-bottom: 16px;
  text-align: left;
}
/* line 101, ../../sass/devices/mobile/_footer.scss */
.subfooter .merck_logos .trustelogo .sect-1 {
  margin-right: 7px;
}
/* line 103, ../../sass/devices/mobile/_footer.scss */
.subfooter .merck_logos .trustelogo .sect-1 img {
  width: 99px;
}
/* line 108, ../../sass/devices/mobile/_footer.scss */
.subfooter .merck_logos .trustelogo .sect-2 img {
  width: 98px;
}
/* line 115, ../../sass/devices/mobile/_footer.scss */
.subfooter .ft-nexp-img {
  width: 100%;
  display: block;
  text-align: left;
  margin: 20px 0;
}
/* line 120, ../../sass/devices/mobile/_footer.scss */
.subfooter .ft-nexp-img img {
  width: 118px;
}
/* line 124, ../../sass/devices/mobile/_footer.scss */
.subfooter .desktop-only {
  display: none;
}

/* line 128, ../../sass/devices/mobile/_footer.scss */
.job_code_id_desktop {
  display: none;
}

/* line 132, ../../sass/devices/mobile/_footer.scss */
.grayLine {
  margin: 15px 0;
  height: 1px;
  width: 100%;
  display: block;
  background: #cccccc;
}

/* line 139, ../../sass/devices/mobile/_footer.scss */
.custom_footer_static {
  position: static;
  width: 100%;
}
/* line 142, ../../sass/devices/mobile/_footer.scss */
.custom_footer_static .sticky_header {
  position: static;
}
/* line 145, ../../sass/devices/mobile/_footer.scss */
.custom_footer_static .closedtext1, .custom_footer_static .closedtext2 {
  margin-top: 20px;
}

/* line 149, ../../sass/devices/mobile/_footer.scss */
.pagefooter {
  min-height: 147px;
}

/* line 2, ../../sass/devices/mobile/_isi.scss */
.isi {
  font-family: "LatoBold";
  font-size: 16px;
  color: #ffffff;
}

/* line 7, ../../sass/devices/mobile/_isi.scss */
.pagetext {
  position: relative;
  text-align: left;
}

/* line 11, ../../sass/devices/mobile/_isi.scss */
.stickyOpen {
  display: none;
}

/* line 14, ../../sass/devices/mobile/_isi.scss */
.pagesub_footer1, .pagesub_footer2 {
  position: relative;
}

/* line 17, ../../sass/devices/mobile/_isi.scss */
.pagesticky_header {
  width: 100%;
  font-size: 20px;
  background-color: #fff;
}

/* line 22, ../../sass/devices/mobile/_isi.scss */
.footer {
  position: fixed;
  width: 100%;
  background-color: #cfcdcd;
  bottom: 0;
  z-index: 1;
  text-align: left;
}
/* line 29, ../../sass/devices/mobile/_isi.scss */
.footer .desktop-only {
  display: none;
}

/* line 33, ../../sass/devices/mobile/_isi.scss */
.sub_footer1, .sub_footer2 {
  background-color: #f5f7f9;
  position: relative;
  height: 130px;
  /*overflow-y: hidden;*/
}

/* line 39, ../../sass/devices/mobile/_isi.scss */
.sticky_header {
  position: relative;
  width: 100%;
  background-color: #a8c1d2;
  z-index: 99;
  color: white;
  font-size: 15px;
  padding: 7px 0 7px 20px;
}

/* line 48, ../../sass/devices/mobile/_isi.scss */
.closedtext1, .closedtext2 {
  position: relative;
  padding: 14px 9px 0 20px;
}

/* line 53, ../../sass/devices/mobile/_isi.scss */
.close {
  height: 100px;
}

/* line 56, ../../sass/devices/mobile/_isi.scss */
.nicescroll-cursors {
  background-color: #999 !important;
}

/* line 59, ../../sass/devices/mobile/_isi.scss */
.footertext1, .footertext2 {
  padding: 4px 20px;
}

/* line 62, ../../sass/devices/mobile/_isi.scss */
.overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  /* Black background with opacity */
  z-index: 0;
  /* Specify a stack order in case you're using a different order for other*/
}

@media only screen and (max-width: 667px) {
  /* line 76, ../../sass/devices/mobile/_isi.scss */
  .revealf1 {
    margin-top: 7px;
  }
}
/*#sticky{*/
/* line 2, ../../sass/devices/mobile/_ssi.scss */
.stickyHeaderpage {
  background-color: #FFFFFF;
}
/* line 4, ../../sass/devices/mobile/_ssi.scss */
.stickyHeaderpage .hederTxt {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

/* line 9, ../../sass/devices/mobile/_ssi.scss */
.pagefooter {
  margin-bottom: 20px;
}

/* line 12, ../../sass/devices/mobile/_ssi.scss */
.pagefooter .link {
  text-decoration: underline;
}

/* line 17, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiTitle {
  font-family: "LatoBold";
  font-size: 18px;
  font-size: 1.125rem;
  color: #022A3D;
  margin-bottom: 15px;
}
/* line 24, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
/* line 28, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody ul li {
  color: #000000;
  font-family: "Lato";
  font-size: 14px;
  font-size: 0.875rem;
  /*color: $color-white;*/
  margin-bottom: 16px;
  letter-spacing: 0.4px;
}
/* line 36, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody ul li:before {
  content: "\2022";
  left: 15px;
  width: 4px;
  color: #000000;
  padding-right: 6px;
  font-size: 13px;
  border-radius: 50%;
  position: absolute;
  padding-top: 0px;
}
/* line 47, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody ul li:last-child {
  margin-bottom: 0px;
}
/* line 51, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody p {
  font-family: "Lato";
  font-size: 14px;
  font-size: 0.875rem;
  /*color: $color-white;*/
  margin-bottom: 16px;
  /* color: $neavyBlue;*/
  color: #000000;
}
/* line 59, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody p.bold {
  font-family: "LatoBold";
}
/* line 62, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody a {
  font-family: "Lato";
  font-size: 16px;
  font-size: 1rem;
  color: #73c4fa;
}
/* line 67, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody a:hover {
  font-family: "Lato";
  font-size: 16px;
  font-size: 1rem;
  color: #5698c5;
}
/* line 72, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody .pleaseReadThe {
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 75, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody .custompara {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
}
/* line 79, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody footer {
  margin-top: 10px;
}
/* line 81, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody footer ul {
  list-style-type: none;
  margin: 0;
  margin-top: 16px;
  padding: 0 5px;
}
/* line 86, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody footer ul li {
  margin: 0 0 14px 0;
}
/* line 88, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody footer ul li a {
  font-family: "LatoBold";
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  display: block;
  color: #022A3D;
  text-decoration: none;
}
/* line 98, ../../sass/devices/mobile/_ssi.scss */
#sticky .isiBody footer .col-lg-3 {
  -webkit-box-flex: 0;
  flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 30%;
}

/* line 107, ../../sass/devices/mobile/_ssi.scss */
.pagesub_footer2, .sub_footer1 {
  padding: 20px 15px 10px 15px;
  /*background-color: #f5f7f9;*/
  background-color: #fff;
}

/*}*/
/* line 114, ../../sass/devices/mobile/_ssi.scss */
.mt16 {
  margin-top: 16px;
}

/* line 120, ../../sass/devices/mobile/_ssi.scss */
#safety-information #sticky .stickyHeaderpage {
  padding: 2rem 82px 2rem 82px;
}
/* line 123, ../../sass/devices/mobile/_ssi.scss */
#safety-information #sticky .stickyHeaderpage .hederTxt .disBlock {
  max-width: 100%;
  font-family: "LatoBold";
  width: 100%;
}
/* line 130, ../../sass/devices/mobile/_ssi.scss */
#safety-information #sticky .sticky_header_footer {
  background: white;
}
/* line 134, ../../sass/devices/mobile/_ssi.scss */
#safety-information .commonMarginTop {
  margin-bottom: 0rem;
}

/*#footerSection{*/
/* line 140, ../../sass/devices/mobile/_ssi.scss */
.sticky_header_footer {
  height: 70px;
  z-index: 1;
  width: 100%;
  font-family: "LatoBold";
  background-color: #a8c1d2;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  color: #FFFFFF;
  padding: 10px 0px 10px 15px;
}
/* line 150, ../../sass/devices/mobile/_ssi.scss */
.sticky_header_footer .disBlock {
  width: 100%;
  float: left;
  position: relative;
  padding-right: 8%;
}
/* line 155, ../../sass/devices/mobile/_ssi.scss */
.sticky_header_footer .disBlock .buttonDiv {
  top: 0px;
}
/* line 159, ../../sass/devices/mobile/_ssi.scss */
.sticky_header_footer button {
  padding: 0px;
}
/* line 162, ../../sass/devices/mobile/_ssi.scss */
.sticky_header_footer .buttonDiv {
  width: 15%;
  /*float: right;*/
  padding: 1px 6px;
  margin-top: 5px;
  position: absolute;
  right: 0px;
}

/* line 171, ../../sass/devices/mobile/_ssi.scss */
.revealf1, .revealf2 {
        /*float: right;
        margin-right: 0px;
        margin-top: -3px;
*/
}

/* line 176, ../../sass/devices/mobile/_ssi.scss */
.revealf3 {
  /*float: right;
  margin-right: 0px;
  margin-top: -3px;*/
  background: transparent;
  border: 0;
  outline: 0 !important;
}

/* line 184, ../../sass/devices/mobile/_ssi.scss */
.revealf4 {
  /* float: right;
   margin-right: 0px;
   margin-top: -6px;*/
  background: transparent;
  border: 0;
  outline: 0 !important;
}

/* line 193, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiTitle {
  font-family: "LatoBold";
  font-size: 18px;
  font-size: 1.125rem;
  color: #022A3D;
  margin-bottom: 15px;
}
/* line 199, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody {
  background-color: #f5f7f9;
  /*background-color: #fff;*/
}
/* line 202, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody ul {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
/* line 206, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody ul .hiddencontent {
  display: none;
}
/* line 209, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody ul li {
  color: #000000;
  font-family: "Lato";
  font-size: 14px;
  font-size: 0.875rem;
  /*color: $color-white;*/
  margin-bottom: 16px;
  letter-spacing: 0.4px;
}
/* line 217, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody ul li:before {
  content: "\2022";
  left: 15px;
  width: 4px;
  color: #000000;
  padding-right: 6px;
  font-size: 13px;
  border-radius: 50%;
  position: absolute;
  padding-top: 0px;
}
/* line 229, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody ul li:last-child {
  margin-bottom: 0px;
}
/* line 233, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody p {
  font-family: "Lato";
  font-size: 14px;
  font-size: 0.875rem;
  /*color: $color-white;*/
  margin-bottom: 16px;
  /*color: $neavyBlue;*/
  color: #000000;
}
/* line 241, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody a {
  font-family: "Lato";
  font-size: 16px;
  font-size: 1rem;
  color: #73c4fa;
  text-decoration: underline;
}
/* line 247, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody a:hover {
  font-family: "Lato";
  font-size: 16px;
  font-size: 1rem;
  color: #5698c5;
}
/* line 252, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody .pleaseReadThe {
  font-size: 18px;
}
/* line 255, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody .custompara {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
}
/* line 259, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody .bold {
  font-family: "LatoBold";
}
/* line 262, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody footer {
  margin-top: 10px;
}
/* line 264, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody footer ul {
  list-style-type: none;
  margin: 0;
  margin-top: 16px;
  padding: 0 5px;
}
/* line 269, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody footer ul li {
  margin: 0 0 14px 0;
}
/* line 271, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody footer ul li a {
  font-family: "LatoBold";
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  display: block;
  color: #022A3D;
  text-decoration: none;
}
/* line 281, ../../sass/devices/mobile/_ssi.scss */
#footerSection .isiBody footer .col-lg-3 {
  -webkit-box-flex: 0;
  flex: 0 0 29%;
  flex: 0 0 29%;
  max-width: 30%;
}

/*}*/
/* line 292, ../../sass/devices/mobile/_ssi.scss */
#safety-information #sticky .stickyHeaderpage {
  padding: 2rem 15px 3rem 15px;
}

/* line 1, ../../sass/devices/mobile/_home.scss */
#home {
  text-align: center;
}
/* line 2, ../../sass/devices/mobile/_home.scss */
#home .hero {
  background: #4451ca;
  padding: 25px 15px;
  margin-bottom: 0px;
  text-align: left;
  color: #FFFFFF;
  font-family: "LatoBold";
  margin-top: 117px;
}
/* line 9, ../../sass/devices/mobile/_home.scss */
#home .hero .contentDiv {
  width: 100%;
}
/* line 13, ../../sass/devices/mobile/_home.scss */
#home .hero .heroHeading {
  font-family: "LatoBold";
  font-size: 27px;
  font-size: 1.6875rem;
}
/* line 16, ../../sass/devices/mobile/_home.scss */
#home .hero .heroHeading .newLine {
  display: inline;
}
/* line 20, ../../sass/devices/mobile/_home.scss */
#home .hero ul.heroList {
  font-family: "LatoBold";
  padding: 0px;
  text-indent: -15px;
  margin-left: 15px;
}
/* line 25, ../../sass/devices/mobile/_home.scss */
#home .hero ul.heroList li {
  list-style: none;
  padding: 0;
}
/* line 29, ../../sass/devices/mobile/_home.scss */
#home .hero ul.heroList li::before {
  content: "\2022";
  font-size: 16px;
  padding-right: 6px;
  color: #edc77f;
}
/* line 36, ../../sass/devices/mobile/_home.scss */
#home .hero .footnote {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
}
/* line 40, ../../sass/devices/mobile/_home.scss */
#home .hero .footnote2 {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
}
/* line 43, ../../sass/devices/mobile/_home.scss */
#home .hero .footnote2 sup {
  font-size: 61%;
}
/* line 47, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterBtn {
  margin: 3rem 0px;
  			/*background-color: $menu-btn;
  			max-width:230px;
  			width:100%;
    			height: 45px;
      		padding-top: 10px;
    			a{
    				color:white;
    			}*/
}
/* line 57, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterBtn .customBtn1 {
  border-radius: 28px;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 64, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .textLink {
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 66, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .textLink a {
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 70, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest:nth-child(odd) {
  width: 57%;
}
/* line 72, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest:nth-child(odd) .testText {
  padding-right: 5px;
}
/* line 76, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest:nth-child(even) {
  width: 43%;
}
/* line 82, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest {
  float: left;
}
/* line 84, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest .testImage {
  display: block;
  width: 25px;
  height: 100%;
  float: left;
  vertical-align: inherit;
  height: 29px;
}
/* line 91, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest .testImage img {
  vertical-align: inherit;
}
/* line 95, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest .testText {
  display: block;
  width: 83%;
  height: 100%;
  float: left;
  padding-left: 10px;
}
/* line 96, ../../sass/devices/mobile/_home.scss */
#home .hero .heroFooterLinks .abTest .testText a {
  font-family: "LatoLight";
  text-decoration: underline;
  color: #73c4fa;
}
/* line 110, ../../sass/devices/mobile/_home.scss */
#home .hero .customBtn1 {
  padding: 15px 30px;
}
/* line 113, ../../sass/devices/mobile/_home.scss */
#home .hero .illustrationDiv {
  display: none;
  padding-left: 120px;
  margin-top: -20px;
}
/* line 119, ../../sass/devices/mobile/_home.scss */
#home .mb15 {
  margin-bottom: 20px;
}
/* line 122, ../../sass/devices/mobile/_home.scss */
#home .p30 {
  padding: 30px;
}
/* line 126, ../../sass/devices/mobile/_home.scss */
#home .btn-custom {
  background: #ddd;
  padding: 4px 4px;
  border: 1px solid #888787;
  color: #888787;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 134, ../../sass/devices/mobile/_home.scss */
#home .top-section {
  padding-top: 145px;
}
/* line 136, ../../sass/devices/mobile/_home.scss */
#home .top-section .box {
  padding-top: 20px;
  /*		    max-width: 100%;
  		    min-width: 100%;*/
  text-align: center;
}
/* line 142, ../../sass/devices/mobile/_home.scss */
#home .top-section .first-box {
  text-align: center;
}
/* line 145, ../../sass/devices/mobile/_home.scss */
#home .top-section .plan {
  color: #999;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 1px 1px 2px #383d41;
  display: inline-block;
}
/* line 151, ../../sass/devices/mobile/_home.scss */
#home .top-section .choice {
  color: #999;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px #383d41;
  margin-bottom: 20px;
  display: inline-block;
}
/* line 161, ../../sass/devices/mobile/_home.scss */
#home .middle-section {
  height: 130px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-left: 0px solid #ddd;
}
/* line 166, ../../sass/devices/mobile/_home.scss */
#home .middle-section .last-child {
  border-left: 0px solid #ddd;
}
/* line 169, ../../sass/devices/mobile/_home.scss */
#home .middle-section div {
  padding-top: 20px;
}
/* line 172, ../../sass/devices/mobile/_home.scss */
#home .middle-section h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #888787;
  margin-bottom: 20px;
}

/* line 2, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper {
  padding-top: 10rem;
}
/* line 4, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .mb30 {
  margin-bottom: 0px;
}
/* line 7, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .pb0_mq {
  /*padding-bottom: 0px;*/
}
/* line 12, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .main_body {
  /*margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;*/
  /*	*/
}
/* line 19, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .main_body .social_media {
  display: block;
}
/* line 24, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .main_body p {
  color: #888787;
  /*padding: 30px 30px 0px 30px;*/
}
/* line 28, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .main_body .links {
  /*margin-bottom: 4px;*/
  /*padding: 4px 30px;*/
}
/* line 32, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .main_body .links a {
  text-decoration: underline;
  color: #888787;
}
/* line 37, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar {
  /*					width: 100%;
  					max-width: 100%;
  					min-width: 100%;*/
  padding-left: 0px;
  padding-right: 0px;
  /*padding: 30px 30px 0px 30px;*/
  /*padding: 30px 60px;*/
}
/* line 45, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar ul.sidenav {
  padding-left: 0px;
  list-style: none;
}
/* line 48, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar ul.sidenav li {
  padding: 13px 10px 13px 35px;
  background: #606060;
  border-top: 1px solid #a0a0a5;
}
/* line 52, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar ul.sidenav li a {
  color: #888787;
}
/* line 56, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar ul.sidenav li.heading {
  padding: 3px 10px 3px 35px;
  background: #888787;
}
/* line 59, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar ul.sidenav li.heading a {
  color: white;
  text-transform: capitalize;
}
/* line 66, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar .box {
  text-align: center;
  border: 1px solid #a0a0a5;
  padding: 45px 15px;
}
/* line 70, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar .box h4 {
  color: #606060;
  font-size: 100px;
  font-size: 6.25rem;
  padding-bottom: 25px;
}
/* line 75, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper .container-fluid .row .sidebar .box .btn-custom {
  width: 100%;
  text-align: center;
  padding: 25px 15px;
  color: #a0a0a5;
  border: 1px solid #a0a0a5;
  background: #606060;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/* line 89, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper h4 {
  /*padding: 30px;*/
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
/* line 93, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper h4 .fa {
  color: #888787;
  padding-left: 15px;
  padding-top: 10px;
}
/* line 98, ../../sass/devices/mobile/_interior.scss */
#interior .wrapper h4 .first-child {
  padding-left: 0px;
}

/* line 1, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects {
  /*	.risksImg2{
  		margin: 40px auto 0;
  		display: block;
  	}*/
}
/* line 3, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects h1 {
  margin-bottom: 0rem;
  padding-bottom: 29px;
  padding-bottom: 1.8125rem;
}
/* line 7, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .risksImg1 {
  margin: 0;
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 108%;
  max-width: 420px;
  background-color: #434fd1;
}
/* line 16, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects h2 {
  padding-top: 16px;
  padding-top: 1rem;
}
/* line 19, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .pt0 {
  padding-top: 0rem;
}
/* line 23, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .list01 {
  margin-top: 20px;
  margin-left: -10px;
}
/* line 26, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .list01 li {
  list-style: none;
  color: #606060;
  padding-right: 20px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 31, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .list01 li span {
  margin-left: -18px;
  padding-left: 0px;
  margin-right: 5px;
  color: #73c4fa;
}
/* line 39, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .boxGrayBg {
  padding: 5px 15px 10px;
  margin: 30px -15px 0;
  background: #f9f9f9;
}
/* line 44, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects h3 {
  color: #a5a5a5;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 12px;
  font-family: 'LatoBold';
  letter-spacing: .4px;
}
/* line 51, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .borderline {
  border-bottom: 1px solid #d2d2d2;
  height: 0;
  margin: 20px 0 20px;
}
/* line 56, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .borderline1 {
  margin: 30px 0 30px;
}
/* line 63, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .rightSide {
  padding-left: 20px;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
/* line 67, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .txtSideMenu {
  margin-top: 40px;
  font-family: 'LatoBold';
  color: #022a3d;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 73, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .list02 {
  margin-left: -18px;
}
/* line 75, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .list02 li {
  list-style: none;
  margin: 8px 0;
}
/* line 78, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .list02 li a {
  color: #565656;
  font-size: 14px;
  font-size: 0.875rem;
  /*pointer-events: none;*/
  cursor: default;
  text-decoration: none;
}
/* line 85, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .list02 li a.active {
  color: #565656;
  background: url(/static/images/Arrow.png) no-repeat 0 2px;
  background-position: 1px;
  padding-left: 20px;
  margin-left: -20px;
}
/* line 94, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .sidebar .mobile-only img {
  width: 75%;
  /*margin-top: 3rem;	*/
}
/* line 99, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .svgBackgroundRiskSideEffects img {
  width: 225%;
  margin-left: -50%;
  margin-top: -39px;
}
/* line 105, ../../sass/devices/mobile/_side-effects.scss */
#risks-sideeffects .svgBackground img {
  width: 186% !important;
  margin-left: -45%;
}

/* line 3, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchForm {
  margin: 30px 0px;
  background: #f5f7f9;
  border-radius: 19px;
}
/* line 4, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchForm form {
  background: #f5f7f9;
  border-radius: 19px;
}
/* line 11, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchForm .searchPageinput {
  font-size: 14px;
  font-size: 0.875rem;
  width: 69%;
  display: inline-block;
  color: #838383;
  background: #f5f7f9;
  border: 0px solid white;
  outline: 0px;
  padding: 10px 30px;
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}
/* line 23, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchForm .searchPageBtn {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 10px 30px;
  font-family: "LatoBold";
  color: #FFFFFF;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  background: #63dbc1;
  float: right;
}
/* line 34, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchForm .searchPageBtn:hover {
  background: #53BCA6;
  text-decoration: none;
  color: #FFFFFF;
}
/* line 41, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchCount {
  font-family: "LatoBold";
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0px 0px 30px 0px;
  color: #022A3D;
}
/* line 46, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchCount .searchQuery {
  font-family: "LatoBold";
}
/* line 49, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchCount .success {
  display: none;
  font-family: "LatoBold";
}
/* line 52, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchCount .success span {
  font-family: "LatoBold";
}
/* line 56, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchCount .failure {
  display: none;
  font-family: "LatoBold";
}
/* line 61, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock {
  border-bottom: 1px solid #cccccc;
  font-family: "LatoBold";
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 66, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock .breadcrumbs {
  padding-bottom: 1.5rem;
  color: #d4d4d4;
}
/* line 70, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock .heading {
  padding-bottom: 1.5rem;
}
/* line 72, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock .heading a {
  color: #606060;
  font-size: 17px;
  font-size: 1.0625rem;
}
/* line 76, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock .heading a:hover {
  text-decoration: none;
}
/* line 80, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock .description {
  color: #606060;
}
/* line 83, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock .searchlink {
  padding: 1rem 0 1rem 0;
}
/* line 85, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock .searchlink a {
  text-decoration: underline;
  color: #73c4fa;
}
/* line 92, ../../sass/devices/mobile/_result-page.scss */
#result-page .main-section .searchResult .searchResultBlock:last-child {
  border-bottom: 0px solid white;
}
/* line 96, ../../sass/devices/mobile/_result-page.scss */
#result-page .sidebar {
  padding-bottom: 50px;
}
/* line 99, ../../sass/devices/mobile/_result-page.scss */
#result-page .sidebar .mobile-only img {
  width: 75%;
}

/* line 3, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section h3.mainHeading {
  padding-top: 2rem;
}
/* line 6, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section .mtlink {
  margin-top: 16px;
}
/* line 9, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section .video-mobile {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
}
/* line 14, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section .tap-height {
  width: 100%;
  height: auto;
  /*position: relative;*/
}
/* line 19, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section .tap-height-img-desktop, #what-is-nexplanon .main-section .tap-height-img-mobile {
  position: absolute;
}
/* line 22, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section .video-desktop {
  margin-top: 40px;
  margin-bottom: 80px;
}
/* line 26, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section .vjs-dock-title {
  display: none;
}
/* line 29, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .main-section .vjs-poster {
  background-image: url(/static/images/nexplanon_thumbnail_video.jpg) !important;
}
/* line 34, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .sidebar {
  padding-bottom: 3rem;
}
/* line 37, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .sidebar .mobile-only img {
  width: 75%;
}
/* line 43, ../../sass/devices/mobile/_what-is-nexplanon.scss */
#what-is-nexplanon .svgBackground img {
  margin-left: -29px;
}

/* line 2, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control h3 {
  padding-top: 2rem;
  margin-bottom: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 7, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control #linkRisk1Text {
  padding-top: 1rem;
}
/* line 10, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .rowFirst {
  padding: 2rem 1rem;
  background: #f9f9f9;
  margin-right: -15px;
}
/* line 15, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .rowLast {
  padding: 2rem 0 2rem 1rem;
  background: none;
  border-bottom: none;
}
/* line 20, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .paraLast {
  margin: 1rem 0 3rem;
}
/* line 23, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .rowSecond {
  padding: 2rem 0 2rem 1rem;
  background: none;
  border-bottom: 1px solid #ebebeb;
}
/* line 28, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .rowLast {
  padding: 2rem 0 2rem 1rem;
  background: none;
}
/* line 32, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .rowLast2 {
  padding: 0 0 2rem 1rem;
}
/* line 35, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .otherBirthIcon {
  float: left;
  width: 20%;
  margin-top: 10px;
  text-align: center;
}
/* line 40, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .otherBirthIcon img {
  margin: 0 auto;
}
/* line 44, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .otherBirthText {
  float: left;
  width: 74%;
  margin-left: 5%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #606060;
}
/* line 51, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .otherBirthText span {
  color: #022a3d;
  font-family: 'LatoBold';
}
/* line 56, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .otherBirthText2 {
  margin-top: 10px;
}
/* line 59, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .cB {
  clear: both;
  height: 0;
}
/* line 64, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .otherBirthControlImg {
  margin: 40px auto 0;
  display: block;
}
/* line 68, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .txtSideMenu {
  color: #022a3d;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'LatoBold';
  margin-top: 40px;
}
/* line 74, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .list02 {
  margin-left: -18px;
}
/* line 76, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .list02 li {
  list-style: none;
  margin: 8px 0;
}
/* line 79, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .list02 li a {
  color: #565656;
  font-size: 14px;
  font-size: 0.875rem;
  /*pointer-events: none;*/
  cursor: default;
  text-decoration: none;
}
/* line 86, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .list02 li a.active {
  color: #565656;
}
/* line 91, ../../sass/devices/mobile/_birth-control-options.scss */
#other-birth-control .rightSide {
  margin-left: 20px;
}

/* line 2, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .risksImg1 {
  width: 109%;
  max-width: 420px;
  margin-left: -15px;
}
/* line 7, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal h2 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
/* line 12, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .list01 {
  margin: 16px 10px 16px -10px;
  letter-spacing: 0.4px;
}
/* line 15, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .list01 li {
  list-style: none;
  color: #565656;
}
/* line 18, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .list01 li span {
  margin-left: -18px;
  margin-right: 5px;
  padding-left: 0px;
  color: #73c4fa;
}
/* line 26, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .insertionImage img, #insertion-and-removal .removalImage img {
  width: 85%;
  height: 100%;
}
/* line 30, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .removalImage {
  margin-top: 1.5rem;
}
/* line 33, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .boxGrayBg {
  padding: 5px 15px 10px;
  margin: 30px -15px 0;
  background: #f5f7f9;
}
/* line 38, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #022A3D;
  letter-spacing: 0.2px;
  font-family: "LatoBold";
  margin: 16px 0;
}
/* line 45, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .borderline {
  height: 0;
  border-bottom: 1px solid #d7d7d7;
  margin: 20px 0 20px;
}
/* line 50, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .borderline1 {
  margin: 30px 0 30px;
}
/* line 53, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .risksImg2 {
  /*margin: 32px auto 0;*/
  width: 100%;
  /*display: block;*/
  margin-top: -5px;
}
/* line 59, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .svgTitle {
  margin-top: -16px !important;
}
/* line 62, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .txtSideMenu {
  color: #022A3D;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "LatoBold";
  margin: 32px auto 0px auto;
  width: 80%;
  text-align: left;
}
/* line 70, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .sidebar {
  text-align: center;
}
/* line 73, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .list02 {
  margin: 16px auto 0px auto;
  width: 70%;
  padding-left: 0;
  text-align: left;
}
/* line 78, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .list02 li {
  list-style: none;
  margin: 8px 0;
}
/* line 81, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .list02 li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #565656;
  letter-spacing: 0.2px;
  /*pointer-events: none;*/
  text-decoration: none;
  cursor: default;
}
/* line 89, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .list02 li a.active {
  color: #565656;
  font-size: 14px;
  font-size: 0.875rem;
  background: url(/static/images/Arrow.png) no-repeat 0 2px;
  background-position: 1px;
  padding-left: 18px;
  margin-left: -18px;
}
/* line 100, ../../sass/devices/mobile/_insertion-and-removal.scss */
#insertion-and-removal .svgBackground img {
  margin-left: -24px;
}

/* line 2, ../../sass/devices/mobile/_effectiveness.scss */
#birth-control-options .birthControlOptionsImg {
  background-position: 100% 100%;
  width: 100%;
}
/* line 6, ../../sass/devices/mobile/_effectiveness.scss */
#birth-control-options .cB {
  clear: both;
  height: 0;
}
/* line 10, ../../sass/devices/mobile/_effectiveness.scss */
#birth-control-options .footerlink {
  margin: 2rem 0 3rem 0;
}
/* line 13, ../../sass/devices/mobile/_effectiveness.scss */
#birth-control-options .BirthControlImg {
  margin: 40px auto 0;
  /*display: none;*/
}
/* line 17, ../../sass/devices/mobile/_effectiveness.scss */
#birth-control-options .commonMarginTop {
  margin-bottom: 0rem;
}

/* line 2, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .commonMarginTop {
  margin-bottom: 6rem;
}
/* line 5, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .main-section {
  overflow-x: hidden;
}
/* line 8, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #022a3d;
  font-family: 'LatoBold';
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  letter-spacing: 0.2px;
}
/* line 17, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .insuranceCoverageImg {
  margin-left: -15px;
  width: 109%;
  max-width: 420px;
  background-color: #434fd1;
}
/* line 24, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage p.footnote {
  color: #a5a5a5;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 28, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage p.steps {
  color: #a5a5a5;
  font-family: 'LatoBold';
  margin: 25px 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 35, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage h3 {
  font-size: 18px;
  font-size: 1.125rem;
  /*@include rem(font-size,18px);*/
  line-height: 24px;
  line-height: 1.5rem;
  color: #022a3d;
  font-family: 'LatoBold';
  margin: 25px 0 10px;
}
/* line 43, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .list01 {
  margin-top: 20px;
  margin-left: -10px;
}
/* line 46, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .list01 li {
  list-style: none;
  color: #606060;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 50, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .list01 li span {
  margin-left: -18px;
  padding-left: 0px;
  margin-right: 5px;
  color: #73c4fa;
}
/* line 59, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .cB {
  clear: both;
  height: 0;
}
/* line 65, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .insuranceCoverageImg2 {
  margin: 40px auto 0;
  display: block;
}
/* line 69, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .txtSideMenu {
  font-family: 'LatoBold';
  font-size: 12px;
  font-size: 0.75rem;
  color: #022a3d;
  margin-top: 40px;
}
/* line 75, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .list02 {
  margin-left: -18px;
}
/* line 77, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .list02 li {
  list-style: none;
  margin: 8px 0;
}
/* line 80, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .list02 li a {
  color: #565656;
  font-size: 14px;
  font-size: 0.875rem;
  /*pointer-events: none;*/
  cursor: default;
  text-decoration: none;
}
/* line 87, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .list02 li a.active {
  color: #565656;
  font-size: 14px;
  font-size: 0.875rem;
  background: url(/static/images/Arrow.png) no-repeat 0 2px;
  background-position: 1px;
  padding-left: 18px;
  margin-left: -18px;
}
/* line 97, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .rightSide {
  margin-left: 25px;
}
/* line 102, ../../sass/devices/mobile/_insurance-and-coverage.scss */
#insurance-and-coverage .sidebar .risksImg2 {
  /*margin: 32px auto 0;*/
  /*width: 70%;*/
  display: block;
}

/* line 2, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .lastB.lastborder {
  margin-top: 2rem;
  margin-bottom: 0px;
}
/* line 6, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .commonMarginTop {
  margin-bottom: 6rem;
}
/* line 9, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .m-3 {
  margin: 0px;
}
/* line 12, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .plr15 {
  padding: 0 15px;
}
/* line 15, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper {
  /*padding-top: 8.5rem;*/
}
/* line 18, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .mainHead {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #022A3D;
}
/* line 23, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .subHead {
  font-family: "LatoBold";
  font-size: 18px;
  font-size: 1.125rem;
  color: #a5a5a5;
  letter-spacing: 0.2px;
}
/* line 29, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .lastB {
  height: 1px;
  background: #606060;
  margin-bottom: 20px;
}
/* line 34, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .lastQ {
  margin-bottom: 10px;
}
/* line 37, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .usingNexplanon {
  margin-bottom: 10px;
}
/* line 40, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .activeQuestionColor {
  background: #f9f9f9;
}
/* line 43, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .activeQuestion {
  margin: 0 -15px;
  padding: 0 15px;
  background: #f9f9f9;
}
/* line 47, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .activeQuestion .innerLink {
  color: #73c4fa;
}
/* line 50, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .activeQuestion a {
  color: #73c4fa !important;
}
/* line 54, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .activeQuestion .question-header button {
  font-family: "LatoBold";
  color: #606060;
}
/* line 57, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .activeQuestion .question-header button .faqQBtn {
  float: left;
  margin-bottom: 9px;
}
/* line 64, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question {
  color: #606060;
  padding-top: 7px;
  padding-bottom: 0px;
  /*padding: 10px 0;*/
}
/* line 69, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question a {
  font-family: "LatoBold";
  color: #606060;
  text-decoration: underline;
}
/* line 75, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question .question-header {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
/* line 78, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question .question-header .btn {
  font-size: 14px;
  font-size: 0.875rem;
  white-space: normal;
  text-align: left;
  padding: .375rem 0px;
  /*margin-left: 30px;*/
  text-decoration: none;
  padding-top: 5px;
}
/* line 87, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question .question-header button {
  font-family: "LatoBold";
  color: #606060;
}
/* line 90, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question .question-header button .faqQBtn {
  background: url(/static/images/Icon_FAQ_Arrow.svg) no-repeat;
  background-size: 68.75% 100%;
  width: 70px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -18px;
  margin-right: -26px;
  float: left;
  margin-bottom: -16px;
  margin-top: -29px !important;
}
/* line 103, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question .question-header button .downArrow {
  background: url(/static/images/Icon_FAQ_Arrow_Downwards.svg) no-repeat;
  background-size: 100% 100%;
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -18px;
  margin-right: 10px;
  float: left;
  margin-bottom: -8px;
  margin-top: -15px;
  margin-right: -7px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 121, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question .question-header button:link, #frequently-asked-questions .wrapper .question .question-header button:hover, #frequently-asked-questions .wrapper .question .question-header button:active, #frequently-asked-questions .wrapper .question .question-header button:visited {
  text-decoration: none;
}
/* line 125, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question .accorPara {
  margin-left: 31px;
}
/* line 129, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .pt-3 {
  padding-top: 13px !important;
}
/* line 132, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question-body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100%;
  padding: 10px 0;
  color: #606060;
  padding-right: 1rem;
}
/* line 138, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .question-body .qbParaOne {
  margin-top: 25px;
}
/* line 142, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .pt-4 {
  padding-top: 20px;
}
/* line 145, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .mb30 {
  margin-bottom: 0px;
}
/* line 148, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .pb0_mq {
  /*padding-bottom: 0px;*/
}
/* line 154, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .row .main_body ul.faqList {
  padding: 0px;
  text-indent: -25px;
  margin-top: 20px;
  margin-left: 40px;
}
/* line 159, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .row .main_body ul.faqList li {
  list-style-type: none;
}
/* line 162, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .row .main_body ul.faqList li::before {
  content: "\2022";
  font-size: 16px;
  font-size: 1rem;
  padding-right: 15px;
  color: #73c4fa;
}
/* line 172, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .otherBirthControlImg {
  margin: 40px auto 0;
  display: block;
  width: 70%;
}
/* line 177, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .rightSide {
  margin-left: 20px;
  margin-bottom: 30px;
}
/* line 181, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .txtSideMenu {
  color: #022a3d;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: 'LatoBold';
  margin-top: 40px;
}
/* line 187, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .list02 {
  margin-left: -18px;
}
/* line 190, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .list02 li {
  list-style: none;
  margin: 8px 0;
}
/* line 193, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .list02 li a {
  color: #606060;
  font-size: 14px;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/* line 200, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .list02 li a.active {
  color: #565656;
  background: url(/static/images/Arrow.png) no-repeat 0 2px;
  background-position: 1px;
  padding-left: 20px;
  margin-left: -20px;
}
/* line 209, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .sidebar .list02 li a {
  pointer-events: all;
  cursor: pointer;
}
/* line 213, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .sidebar .mobile-only {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* line 216, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .wrapper .container .sidebar .mobile-only img {
  width: 75%;
}
/* line 224, ../../sass/devices/mobile/_questions.scss */
#frequently-asked-questions .svgBackground img {
  margin-left: -30px;
}

/* line 1, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor {
  /*margin-top: 131px;*/
}
/* line 3, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor h1, #talk-to-doctor h2 {
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #022A3D;
  font-family: "LatoBold";
  letter-spacing: 0.2px;
}
/* line 10, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .risksImg1 {
  width: 109%;
  max-width: 420px;
  margin-left: -15px;
}
/* line 15, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
/* line 19, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor p {
  color: #565656;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1px;
}
/* line 24, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .list01 {
  margin: 16px 10px 16px -10px;
  letter-spacing: 0.4px;
}
/* line 27, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .list01 li {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  color: #565656;
}
/* line 31, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .list01 li span {
  margin-left: -18px;
  margin-right: 5px;
  padding-left: 0px;
  color: #73c4fa;
}
/* line 39, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .insertionImage img, #talk-to-doctor .removalImage img {
  width: 85%;
}
/* line 42, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .boxGrayBg {
  padding: 5px 15px 10px;
  margin: 30px -15px 0;
  background: #f5f7f9;
}
/* line 47, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 32px;
  line-height: 2rem;
  color: #022A3D;
  letter-spacing: 0.2px;
  font-family: "LatoBold";
  margin: 16px 0;
}
/* line 55, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .borderline {
  height: 0;
  border-bottom: 1px solid #d7d7d7;
  margin: 20px 0 20px;
}
/* line 60, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .borderline1 {
  margin: 30px 0 30px;
}
/* line 63, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .risksImg2 {
  /*margin: 32px auto 0;*/
  /*width: 70%;*/
  /*display: block;*/
}
/* line 68, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .txtSideMenu {
  color: #022A3D;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "LatoBold";
  margin: 32px auto 0px auto;
  width: 80%;
  text-align: left;
}
/* line 76, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .sidebar {
  text-align: center;
}
/* line 79, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .list02 {
  margin: 16px auto 0px auto;
  width: 67%;
  padding-left: 0;
  text-align: left;
}
/* line 84, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .list02 li {
  list-style: none;
  margin: 8px 0;
}
/* line 87, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .list02 li a {
  font-size: 16px;
  font-size: 1rem;
  color: #565656;
  letter-spacing: 0.2px;
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}
/* line 95, ../../sass/devices/mobile/_talk-to-doctor.scss */
#talk-to-doctor .list02 li a.active {
  color: #565656;
}

/* signup page css goes here */
/* line 4, ../../sass/devices/mobile/_signUp.scss */
#signUp .commonMarginTop {
  margin-bottom: 4rem;
}
/* line 7, ../../sass/devices/mobile/_signUp.scss */
#signUp .risksImg2 {
  margin-top: -5px;
}
/* line 10, ../../sass/devices/mobile/_signUp.scss */
#signUp .svgTitle {
  margin-top: -16px !important;
}
/* line 13, ../../sass/devices/mobile/_signUp.scss */
#signUp .sidebar .mobile-only img {
  width: 75%;
}
/* line 16, ../../sass/devices/mobile/_signUp.scss */
#signUp .main-section .mainHeading {
  padding-top: 3rem;
}
/* line 20, ../../sass/devices/mobile/_signUp.scss */
#signUp .container h2.mainHeading {
  padding-top: 0rem;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 25, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section label {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 29, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section input[type="text"] {
  width: 100%;
  background-color: #f5f7f9;
  border: none;
  padding: 5px;
}
/* line 35, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section input[type="text"]:focus {
  border: 1px solid #73c4fa;
}
/* line 39, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .required_para {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
/* line 42, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .required_para .error_message {
  font-family: "LatoBold";
  display: none;
  color: #FD2C2C;
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}
/* line 51, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container {
  max-width: 720px;
  width: 100%;
}
/* line 54, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .row_width {
  max-width: 690px;
}
/* line 59, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .first_row .errormessage,
#signUp .container .main-section .rmi_container .second_row .errormessage {
  border: 1px solid #ff0000 !important;
  font-family: "LatoBold";
}
/* line 65, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .third_row,
#signUp .container .main-section .rmi_container .fourth_row,
#signUp .container .main-section .rmi_container .fifth_row {
  position: relative;
}
/* line 69, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .third_row input[type="radio"],
#signUp .container .main-section .rmi_container .third_row input[type="checkbox"],
#signUp .container .main-section .rmi_container .fourth_row input[type="radio"],
#signUp .container .main-section .rmi_container .fourth_row input[type="checkbox"],
#signUp .container .main-section .rmi_container .fifth_row input[type="radio"],
#signUp .container .main-section .rmi_container .fifth_row input[type="checkbox"] {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
/* line 78, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .third_row input[type="radio"]:checked + label,
#signUp .container .main-section .rmi_container .third_row input[type="checkbox"]:checked + label,
#signUp .container .main-section .rmi_container .fourth_row input[type="radio"]:checked + label,
#signUp .container .main-section .rmi_container .fourth_row input[type="checkbox"]:checked + label,
#signUp .container .main-section .rmi_container .fifth_row input[type="radio"]:checked + label,
#signUp .container .main-section .rmi_container .fifth_row input[type="checkbox"]:checked + label {
  background: url(/static/images/checked_circle.png) left 2px no-repeat;
  background-size: 20px 20px;
}
/* line 83, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .third_row .circle,
#signUp .container .main-section .rmi_container .fourth_row .circle,
#signUp .container .main-section .rmi_container .fifth_row .circle {
  background: url(/static/images/unchecked_circle.png) left 2px no-repeat;
  margin-left: -15px;
  padding-left: 30px;
  background-size: 20px 20px;
  /*padding-bottom: 2px;*/
  /*padding-top: 4px;*/
  padding-top: 3px;
  min-height: 26px;
  /*border: 1px solid;*/
}
/* line 94, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .third_row .check_box_label,
#signUp .container .main-section .rmi_container .fourth_row .check_box_label,
#signUp .container .main-section .rmi_container .fifth_row .check_box_label {
  padding: 6px 0px 6px 30px;
}
/* line 97, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .third_row .checbox_error,
#signUp .container .main-section .rmi_container .third_row .radio_error,
#signUp .container .main-section .rmi_container .fourth_row .checbox_error,
#signUp .container .main-section .rmi_container .fourth_row .radio_error,
#signUp .container .main-section .rmi_container .fifth_row .checbox_error,
#signUp .container .main-section .rmi_container .fifth_row .radio_error {
  background: url(/static/images/error_circle.png) left 2px no-repeat;
}
/* line 101, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .third_row .no_eighteen,
#signUp .container .main-section .rmi_container .fourth_row .no_eighteen,
#signUp .container .main-section .rmi_container .fifth_row .no_eighteen {
  display: none;
  font-family: "LatoBold";
  font-style: italic;
  color: #FD2C2C;
  margin-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 110, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .cel {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}
/* line 113, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .cel2 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
/* line 116, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .pl10 {
  margin: 10px 0px 10px 10px;
}
/* line 121, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .output .button {
  margin: 10px 0px 10px 10px;
  display: flex;
}
/* line 125, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .output .inside_interested,
#signUp .container .main-section .rmi_container .output .inside_notinterested {
  margin-left: 45px;
  display: none;
}
/* line 130, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .output .inside_interested .pl5,
#signUp .container .main-section .rmi_container .output .inside_notinterested .pl5 {
  padding-left: 5px;
}
/* line 136, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .output .inside_interested .interested_class span,
#signUp .container .main-section .rmi_container .output .inside_notinterested .interested_class span {
  position: relative;
  top: 2px;
}
/* line 142, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .output .third_row_button {
  margin-bottom: 0px;
}
/* line 148, ../../sass/devices/mobile/_signUp.scss */
#signUp .container .main-section .rmi_container .checkboxes-section #prescriptions .btn-checkbox {
  margin: 10px 0px 14px 0px;
}
/* line 155, ../../sass/devices/mobile/_signUp.scss */
#signUp .container #submit_btn {
  text-align: center;
  margin: 3rem auto 4rem auto;
}
/* line 158, ../../sass/devices/mobile/_signUp.scss */
#signUp .container #submit_btn .btn {
  width: 120px;
  /*height: 40px;*/
  padding: .5rem .1rem;
  border-radius: 24px;
  background-color: #63dbc1;
}
/* line 164, ../../sass/devices/mobile/_signUp.scss */
#signUp .container #submit_btn .btn a {
  font-family: "LatoBold";
  color: #FFFFFF !important;
  text-decoration: none;
  line-height: 1.3rem;
}
/* line 171, ../../sass/devices/mobile/_signUp.scss */
#signUp .container #submit_btn .btn:hover,
#signUp .container #submit_btn .btn:active,
#signUp .container #submit_btn .btn:visited {
  background: #53BCA6;
  color: #FFFFFF !important;
  text-decoration: none;
}
/* line 177, ../../sass/devices/mobile/_signUp.scss */
#signUp .container #submit_btn .btn:hover a,
#signUp .container #submit_btn .btn:active a,
#signUp .container #submit_btn .btn:visited a {
  color: #FFFFFF !important;
}
/* line 183, ../../sass/devices/mobile/_signUp.scss */
#signUp input[type="submit"] {
  display: none;
}

/* signup thank you page css goes here */
/* line 193, ../../sass/devices/mobile/_signUp.scss */
#signUp-thankyou .commonMarginTop {
  margin-bottom: 4rem;
}
/* line 196, ../../sass/devices/mobile/_signUp.scss */
#signUp-thankyou .sidebar .mobile-only img {
  width: 75%;
}
/* line 199, ../../sass/devices/mobile/_signUp.scss */
#signUp-thankyou .main-section .mainHeading {
  padding-top: 3rem;
}
/* line 203, ../../sass/devices/mobile/_signUp.scss */
#signUp-thankyou #signUpThankyou .imgageBlock {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-left: 0rem;
}
/* line 208, ../../sass/devices/mobile/_signUp.scss */
#signUp-thankyou #signUpThankyou .imgageBlock img {
  width: 45%;
}

/* opt-out page css goes here */
/* line 4, ../../sass/devices/mobile/_optOut.scss */
#optOut .sectionWrapper {
  margin-top: 0em;
  margin-bottom: 3em;
}
/* line 11, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .text-center1 {
  text-align: center;
}
/* line 14, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .btn {
  margin-top: 2rem;
  width: 120px;
  /*height: 40px;*/
  border-radius: 24px;
  color: #FFFFFF !important;
  background-color: #63dbc1;
}
/* line 21, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .btn a {
  /*padding: .5rem .1rem;*/
  font-family: "LatoBold";
  color: #FFFFFF !important;
  text-decoration: none;
  line-height: 1.7rem;
}
/* line 29, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .btn:hover {
  background: #53BCA6;
  color: white !important;
  text-decoration: none;
}
/* line 34, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .radioContainer {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  margin-top: 30px;
}
/* line 39, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .radioContainer label {
  margin-left: -15px;
  padding-left: 30px;
}
/* line 43, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .radioContainer .age {
  margin-top: 7px;
  position: relative;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  -ms-transform: scale(1.6);
  /* IE 9 */
  -webkit-transform: scale(1.6);
  /* Chrome, Safari, Opera */
  transform: scale(1.6);
}
/* line 53, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .radioContainer input[type="radio"] + label {
  font-size: 14px;
  font-size: 0.875rem;
  background: url(/static/images/unchecked_circle.png) left 1px no-repeat;
}
/* line 57, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .radioContainer input[type="radio"]:checked + label {
  background: url(/static/images/checked_circle.png) left 1px no-repeat;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 62, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .ladyImage {
  padding: 30px 0px 30px 0px;
  margin: 0px auto;
  width: 100%;
  display: block;
  max-width: 205px;
}
/* line 69, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .submitContainer {
  margin-top: 20px;
}
/* line 71, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .submitContainer .btn {
  width: 120px;
  height: 40px;
  border-radius: 24px;
  background-color: #63dbc1;
}
/* line 76, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .submitContainer .btn a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 81, ../../sass/devices/mobile/_optOut.scss */
#optOut #opt-Out .container .row .submitContainer .btn-green {
  margin: 0px auto;
  display: block;
}
/* line 90, ../../sass/devices/mobile/_optOut.scss */
#optOut input[type="submit"] {
  display: none;
}

/* optout yes page css goes here */
/* line 98, ../../sass/devices/mobile/_optOut.scss */
#optOutyes .sectionWrapper {
  margin-top: 0em;
  margin-bottom: 0em;
}
/* line 102, ../../sass/devices/mobile/_optOut.scss */
#optOutyes #optOut-yes {
  margin-bottom: 130px;
}

/* optout no page css goes here */
/* line 110, ../../sass/devices/mobile/_optOut.scss */
#optOutno .sectionWrapper {
  margin-top: 0em;
  margin-bottom: 0em;
}
/* line 114, ../../sass/devices/mobile/_optOut.scss */
#optOutno #optOut-no {
  margin-bottom: 130px;
}

/* line 1, ../../sass/devices/mobile/_site-map.scss */
#site-map {
  /*margin-top: 131px;*/
}
/* line 4, ../../sass/devices/mobile/_site-map.scss */
#site-map h1, #site-map h2 {
  padding-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #022A3D;
  font-family: "LatoBold";
}
/* line 9, ../../sass/devices/mobile/_site-map.scss */
#site-map h1 a, #site-map h2 a {
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #022A3D;
  font-family: "LatoBold";
}
/* line 19, ../../sass/devices/mobile/_site-map.scss */
#site-map .sectionWrapper p {
  padding-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #022A3D;
  font-family: "LatoBold";
}
/* line 24, ../../sass/devices/mobile/_site-map.scss */
#site-map .sectionWrapper p a {
  letter-spacing: 0.2px;
  line-height: 24px;
  line-height: 1.5rem;
  color: #022A3D;
  font-family: "LatoBold";
}
/* line 32, ../../sass/devices/mobile/_site-map.scss */
#site-map h1.mainHeading {
  padding-top: 2.5rem;
}
/* line 35, ../../sass/devices/mobile/_site-map.scss */
#site-map .child {
  padding-left: 1.5rem;
}
/* line 38, ../../sass/devices/mobile/_site-map.scss */
#site-map .sidebar {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  /**/
  /* line 3, ../../sass/devices/desktop/_global.scss */
  .mobile-only {
    display: none;
  }

  /* line 6, ../../sass/devices/desktop/_global.scss */
  .desktop-only {
    display: block;
  }

  /* line 9, ../../sass/devices/desktop/_global.scss */
  .commonMarginTop {
    /*margin-top: 151px;*/
  }

  /* line 12, ../../sass/devices/desktop/_global.scss */
  .sectionWrapper {
    padding-right: 11em;
  }

  /* line 16, ../../sass/devices/desktop/_global.scss */
  .main-section .mainHeading {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 3rem;
  }

  /* line 22, ../../sass/devices/desktop/_global.scss */
  .deskTopImage {
    width: 530px;
    height: 550px;
    position: absolute;
    top: 0px;
    right: -150px;
    margin-top: -37px;
  }

  /* line 32, ../../sass/devices/desktop/_global.scss */
  .sidebar a.ib {
    margin: 105px 0px 0px 10px;
    display: block;
    width: 205px;
    height: 170px;
    /*height: auto;*/
    background-color: #434fd1;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    color: #73c4fa;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  /* line 45, ../../sass/devices/desktop/_global.scss */
  .sidebar a.ib .svgTitle {
    height: 36px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-top: -8px;
    opacity: 3;
    z-index: 1;
    position: absolute;
    max-width: 203px;
    width: 100%;
  }
  /* line 62, ../../sass/devices/desktop/_global.scss */
  .sidebar a.ib:hover {
    text-decoration: none;
    color: #5698c5;
  }
  /* line 67, ../../sass/devices/desktop/_global.scss */
  .sidebar .desktop-only .risksImg2 {
    display: block;
    margin-top: 0px;
    width: auto;
  }
  /* line 72, ../../sass/devices/desktop/_global.scss */
  .sidebar .desktop-only .txtSideMenu {
    color: #022a3d;
    font-family: 'LatoBold';
  }
  /* line 78, ../../sass/devices/desktop/_global.scss */
  .sidebar .desktop-only .list02 li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #606060;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
  /* line 85, ../../sass/devices/desktop/_global.scss */
  .sidebar .desktop-only .list02 li a.active {
    color: #a5a5a5;
    font-size: 14px;
    font-size: 0.875rem;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    padding-left: 18px;
    margin-left: -18px;
  }

  /* line 97, ../../sass/devices/desktop/_global.scss */
  .svgTitle {
    margin-top: -21px !important;
    margin-left: 0px !important;
  }

  /*.svgTitleInsAndRmv{
  	margin-top: -44px !important;
  }*/
  /* line 1, ../../sass/devices/desktop/_header.scss */
  #header_desktop {
    display: block;
    max-width: 100%;
    /*max-width: 1280px;*/
    margin: 0px auto;
    background: transparent;
    width: 100%;
  }
  /* line 8, ../../sass/devices/desktop/_header.scss */
  #header_desktop .faqshover {
    position: relative;
        /*top: -59px;
		margin-top: 59px;*/
  }
  /* line 13, ../../sass/devices/desktop/_header.scss */
  #header_desktop .navigation-header {
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
    padding: 45px 15px 0px 37px;
    background: #FFFFFF;
  }
  /* line 18, ../../sass/devices/desktop/_header.scss */
  #header_desktop .navigation-header .logo {
    height: 78px;
    width: auto;
    margin-left: 30px;
    margin-top: 3px;
  }
  /* line 26, ../../sass/devices/desktop/_header.scss */
  #header_desktop .top-header .utilityNav {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 57px;
    font-family: "Lato";
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1px;
    color: #606060;
  }
  /* line 35, ../../sass/devices/desktop/_header.scss */
  #header_desktop .top-header .utilityNav li {
    float: left;
    padding: 0px 15px;
  }
  /* line 38, ../../sass/devices/desktop/_header.scss */
  #header_desktop .top-header .utilityNav li a {
    display: inline-block;
    color: #888787;
    text-align: center;
    padding: 0px;
    text-decoration: none;
  }
  /* line 46, ../../sass/devices/desktop/_header.scss */
  #header_desktop .top-header .utilityNav li:last-child {
    padding-right: 0px;
  }
  /* line 52, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Lato";
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.2px;
  }
  /* line 59, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li {
    /*border-bottom: 1px solid $border-darkest-gray;*/
    float: left;
    padding: 20px 13px 39px 14px;
  }
  /* line 63, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li a {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
    color: #022A3D;
    display: inline-block;
    text-align: left;
    padding: 0px;
    text-decoration: none;
  }
  /* line 73, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li > a {
    /*display: block;*/
    vertical-align: bottom;
  }
  /* line 77, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li > a.hoverEffectNav:HOVER {
    border-bottom: 2px solid #022A3D;
  }
  /* line 80, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav .btnSearchImage {
    /*vertical-align: text-top;*/
    margin-top: -4px;
    margin-left: -10px;
    margin-right: -5px;
    width: 30px;
    height: 30px;
  }
  /* line 88, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li.active {
    padding: 20px 13px 37px 10px;
  }
  /* line 91, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li.active > a {
    border-bottom: 2px solid #022A3D;
  }
  /* line 94, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li.activeFixed {
    /*padding: 20px 13px 37px 10px;*/
    padding: 20px 13px 37px 14px;
  }
  /* line 99, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li.activeFixed > a {
    border-bottom: 2px solid #022A3D !important;
  }
  /* line 103, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li:first-child a {
    padding-left: 0px;
  }
  /* line 107, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li:last-child {
    border-bottom: 0px solid #888787;
  }
  /* line 109, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li:last-child a {
    color: #888787;
  }
  /* line 113, ../../sass/devices/desktop/_header.scss */
  #header_desktop .bottom-header .primaryNav li.active {
    /*border-bottom: 2px solid $border-darkest-gray;*/
  }
  /* line 118, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar {
    position: absolute;
    /*left: -330px;*/
    /*width: 140%;*/
    top: 102px;
    display: none;
    background: #182e65;
    padding: 5px 0 16px;
    text-align: center;
        /*focus{
			border:0px;
			border-bottom: 1px solid white;	
			outline: none;
		    outline: -webkit-focus-ring-color auto 10px;
		}*/
  }
  /* line 128, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar input {
    height: 42px;
    min-width: 75%;
    background: #182e65;
    font-family: "Lato";
    font-size: 16px;
    font-size: 1rem;
    color: #FFFFFF;
    border: 0px;
    border-bottom: 1px solid white;
  }
  /* line 138, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar .closeBtn {
    /*position: relative;
    right: 24px;
    top: -3px;
    color: $color-white;
    font-size: 16px;*/
    position: relative;
    right: 44px;
    top: -1px;
    color: #FFFFFF;
    font-size: 16px;
    height: 46px;
  }
  /* line 151, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar input:focus {
    outline: 0px;
    border-bottom: 1px solid white;
  }
  /* line 161, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar ul {
    list-style: none;
  }
  /* line 164, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar ul li a {
    color: #FFFFFF;
  }
  /* line 169, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar .ui-menu {
    width: 76%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
  }
  /* line 173, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar .ui-menu li.ui-menu-item {
    display: block;
    padding: 8px 0 0px 0;
    width: 100%;
    float: unset;
    text-align: left;
  }
  /* line 179, ../../sass/devices/desktop/_header.scss */
  #header_desktop .searchBar .ui-menu li.ui-menu-item a {
    color: #FFFFFF;
    text-decoration: underline;
  }
  /* line 186, ../../sass/devices/desktop/_header.scss */
  #header_desktop #faqs .faqSubMenu {
    display: none;
    position: absolute;
    /*left: -330px;*/
    /*width: 140%;*/
    top: 62px;
  }
  /* line 192, ../../sass/devices/desktop/_header.scss */
  #header_desktop #faqs .faqSubMenu .subnavDiv {
    margin-top: 40px;
    background-color: #4451ca;
    width: 100%;
  }
  /* line 196, ../../sass/devices/desktop/_header.scss */
  #header_desktop #faqs .faqSubMenu .subnavDiv ul {
    font-family: "Lato";
    letter-spacing: .2px;
    list-style: none;
    margin: 0;
    padding: 0 48px;
    float: right;
    text-align: center;
  }
  /* line 204, ../../sass/devices/desktop/_header.scss */
  #header_desktop #faqs .faqSubMenu .subnavDiv ul li {
    padding: 5px 10px 7px 10px;
    display: inline-block;
    float: none;
  }
  /* line 208, ../../sass/devices/desktop/_header.scss */
  #header_desktop #faqs .faqSubMenu .subnavDiv ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    bottom: 1.5px;
    position: relative;
  }
  /* line 220, ../../sass/devices/desktop/_header.scss */
  #header_desktop #insAndRmv .insRmvSubMenu {
    display: none;
    position: absolute;
    /*left: -330px;*/
    /*width: 140%;*/
    top: 62px;
  }
  /* line 226, ../../sass/devices/desktop/_header.scss */
  #header_desktop #insAndRmv .insRmvSubMenu .subnavDiv {
    margin-top: 40px;
    background-color: #4451ca;
    width: 100%;
  }
  /* line 230, ../../sass/devices/desktop/_header.scss */
  #header_desktop #insAndRmv .insRmvSubMenu .subnavDiv ul {
    font-family: "Lato";
    letter-spacing: .2px;
    list-style: none;
    margin: 0;
    padding: 0 130px;
    float: right;
    text-align: center;
  }
  /* line 238, ../../sass/devices/desktop/_header.scss */
  #header_desktop #insAndRmv .insRmvSubMenu .subnavDiv ul li {
    padding: 5px 10px 7px 10px;
    display: inline-block;
    float: none;
  }
  /* line 242, ../../sass/devices/desktop/_header.scss */
  #header_desktop #insAndRmv .insRmvSubMenu .subnavDiv ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    bottom: 1.5px;
    position: relative;
  }
  /* line 254, ../../sass/devices/desktop/_header.scss */
  #header_desktop #header_desktop .bottom-header .primaryNav li.active {
    padding-bottom: 36px !important;
  }

  /* line 1, ../../sass/devices/desktop/_footer.scss */
  .pagefooter {
    margin-bottom: 0px;
  }

  /* line 4, ../../sass/devices/desktop/_footer.scss */
  footer {
    padding: 20px 82px 5px 82px;
    /*padding: 20px 20px 20px 20px;*/
  }
  /* line 7, ../../sass/devices/desktop/_footer.scss */
  footer .container-fluid {
    margin: 0px;
    padding: 0px;
  }
  /* line 12, ../../sass/devices/desktop/_footer.scss */
  footer ul {
    margin: 0px;
    padding: 0px;
  }
  /* line 15, ../../sass/devices/desktop/_footer.scss */
  footer ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  /* line 22, ../../sass/devices/desktop/_footer.scss */
  footer .secondUl {
    margin-left: 20px;
  }
  /* line 25, ../../sass/devices/desktop/_footer.scss */
  footer .thirdUl {
    /*margin-left: 180px;*/
  }
  /* line 28, ../../sass/devices/desktop/_footer.scss */
  footer .grayLine {
    margin: 0;
  }

  /* line 33, ../../sass/devices/desktop/_footer.scss */
  .grayLineParent {
    padding: 0px 82px;
  }

  /* line 37, ../../sass/devices/desktop/_footer.scss */
  .subfooter {
    padding: 10px 82px 0px 82px;
  }
  /* line 39, ../../sass/devices/desktop/_footer.scss */
  .subfooter .container {
    width: 100%;
    max-width: 100%;
  }
  /* line 44, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo {
    margin: 0 0 15px 0;
  }
  /* line 46, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo .mobile-only {
    display: none;
  }
  /* line 49, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo .desktop-only {
    display: block;
  }
  /* line 52, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo .ft-nexp-img {
    float: left;
    width: 29%;
    margin-bottom: 1rem;
  }
  /* line 56, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo .ft-nexp-img img {
    width: 227px;
  }
  /* line 60, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo .footer-links {
    width: 59%;
    float: left;
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-top: 35px;
  }
  /* line 68, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo .footer-links li {
    display: inline-block;
    padding-right: 60px;
  }
  /* line 71, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .linksInfo .footer-links li a {
    font-family: "LatoBold";
    color: #022A3D;
  }
  /* line 78, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .copySubject {
    line-height: 20px;
    text-align: left;
  }
  /* line 82, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .mT2 {
    margin-top: 2px;
  }
  /* line 85, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .merck_logos {
    margin-left: 0px;
    position: relative;
  }
  /* line 88, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .merck_logos .trustelogo {
    margin-bottom: 16px;
    text-align: left;
  }
  /* line 91, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerLeft .merck_logos .trustelogo .sect-1 {
    margin-right: 7px;
  }
  /* line 97, ../../sass/devices/desktop/_footer.scss */
  .subfooter .footerRight {
    width: 20%;
    float: left;
  }
  /* line 101, ../../sass/devices/desktop/_footer.scss */
  .subfooter .merckLg {
    /*margin-right: -128px;
    margin-top: -105px;*/
  }
  /* line 104, ../../sass/devices/desktop/_footer.scss */
  .subfooter .merckLg img {
    /*position: relative;
    right: -233px;*/
    height: 190px;
    top: -154px;
  }
  /* line 111, ../../sass/devices/desktop/_footer.scss */
  .subfooter .ft-nexp-img {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0;
  }
  /* line 116, ../../sass/devices/desktop/_footer.scss */
  .subfooter .ft-nexp-img img {
    width: auto;
  }

  /* line 1, ../../sass/devices/desktop/_modal.scss */
  .footer {
    max-width: 1280px;
  }

  /* line 2, ../../sass/devices/desktop/_isi.scss */
  #sticky .grayContainer {
    width: 100%;
    /*max-width: 1180px;*/
    max-width: 100%;
  }
  /* line 6, ../../sass/devices/desktop/_isi.scss */
  #sticky .grayContainer .hederTxt {
    /*color: $color-black;*/
  }
  /* line 8, ../../sass/devices/desktop/_isi.scss */
  #sticky .grayContainer .hederTxt .disBlock {
    max-width: 600px;
  }
  /* line 12, ../../sass/devices/desktop/_isi.scss */
  #sticky .grayContainer .revealf3 {
    position: absolute;
    right: 85px;
  }

  /* line 18, ../../sass/devices/desktop/_isi.scss */
  .sticky_header {
    padding: 10px 52px 10px 82px;
  }

  /* line 21, ../../sass/devices/desktop/_isi.scss */
  .stickyHeaderpage {
    padding: 2rem 82px 0px 82px;
  }

  /* line 24, ../../sass/devices/desktop/_isi.scss */
  .footer {
    /*max-width: 1280px;*/
    max-width: 100%;
  }
  /* line 27, ../../sass/devices/desktop/_isi.scss */
  .footer .sticky_header {
    padding: 13px 65px 10px 82px;
  }
  /* line 29, ../../sass/devices/desktop/_isi.scss */
  .footer .sticky_header img {
    padding-top: 5px;
    margin-top: 0;
    cursor: pointer;
    margin-right: 0px;
    float: right;
  }
  /* line 37, ../../sass/devices/desktop/_isi.scss */
  .footer .desktop-only {
    display: block;
  }
  /* line 40, ../../sass/devices/desktop/_isi.scss */
  .footer .mobile-only {
    display: none;
  }

  /* line 44, ../../sass/devices/desktop/_isi.scss */
  .pagesub_footer2, .sub_footer1 {
    padding: 20px 82px 10px 82px;
  }

  /* line 48, ../../sass/devices/desktop/_isi.scss */
  .sub_footer1, .sub_footer2 {
    height: 140px;
  }

  /* line 52, ../../sass/devices/desktop/_isi.scss */
  .isiBody footer {
    padding: 20px 0px 20px 0px;
  }

  /* line 1, ../../sass/devices/desktop/_ssi.scss */
  .sticky_header {
    width: 100%;
    padding: 10px 82px 10px 82px;
  }
  /* line 4, ../../sass/devices/desktop/_ssi.scss */
  .sticky_header img {
    width: auto;
    /*margin-right: -60px;*/
    float: right;
    padding-top: 5px;
  }

  /* line 12, ../../sass/devices/desktop/_ssi.scss */
  #safety-information #sticky .stickyHeaderpage {
    padding: 2rem 82px 2rem 82px;
  }

  /* line 17, ../../sass/devices/desktop/_ssi.scss */
  #sticky .stickyHeaderpage {
    padding: 32px 82px 0px 82px;
  }
  /* line 20, ../../sass/devices/desktop/_ssi.scss */
  #sticky .isiBody {
    /* background-color: #f5f7f9;*/
    background-color: #fff;
  }
  /* line 24, ../../sass/devices/desktop/_ssi.scss */
  #sticky .isiBody ul li:before {
    left: 80px;
  }

  /* line 33, ../../sass/devices/desktop/_ssi.scss */
  #footerSection .isiBody ul li:before {
    left: 80px;
  }

  /* line 39, ../../sass/devices/desktop/_ssi.scss */
  .sticky_header_footer {
    padding: 14px 82px 10px 82px;
    height: 48px;
    z-index: 1;
    width: 100%;
    /*z-index: 999999;*/
  }
  /* line 45, ../../sass/devices/desktop/_ssi.scss */
  .sticky_header_footer .disBlock {
    width: 100%;
    float: left;
  }
  /* line 48, ../../sass/devices/desktop/_ssi.scss */
  .sticky_header_footer .disBlock .buttonDiv {
    width: 54px;
    float: right;
    padding: 1px 6px;
    top: -20px;
    right: 0px;
  }
  /* line 56, ../../sass/devices/desktop/_ssi.scss */
  .sticky_header_footer button {
    padding: 0px;
    float: right;
  }
  /* line 60, ../../sass/devices/desktop/_ssi.scss */
  .sticky_header_footer .buttonDiv {
    width: 54px;
    right: 65px;
    top: -7px;
  }

  /* line 68, ../../sass/devices/desktop/_ssi.scss */
  .pagefooter {
    /*margin-bottom: 50px; */
  }

  /* line 73, ../../sass/devices/desktop/_ssi.scss */
  .isiBody ul li:last-child {
    margin-bottom: 16px;
  }

  /* line 77, ../../sass/devices/desktop/_ssi.scss */
  pagesub_footer2, .sub_footer1 {
    padding: 25px 82px 25px 82px;
    background-color: #f5f7f9;
  }

  /* line 81, ../../sass/devices/desktop/_ssi.scss */
  .revealf4 {
    right: 90px;
  }

  /* line 1, ../../sass/devices/desktop/_home.scss */
  #home {
    text-align: center;
  }
  /* line 2, ../../sass/devices/desktop/_home.scss */
  #home .hero {
    background: url(/static/images/heroBackground.png);
    background-size: 100% 100%;
    width: 100%;
    /*height: 583px;*/
    margin-top: 150px;
    padding: 70px 160px;
  }
  /* line 9, ../../sass/devices/desktop/_home.scss */
  #home .hero .heroHeading {
    font-size: 40px;
  }
  /* line 11, ../../sass/devices/desktop/_home.scss */
  #home .hero .heroHeading .newLine {
    height: 0px;
    display: block;
    width: 100%;
  }
  /* line 17, ../../sass/devices/desktop/_home.scss */
  #home .hero .ti35 {
    text-indent: unset;
  }
  /* line 25, ../../sass/devices/desktop/_home.scss */
  #home .hero .heroFooterLinks .abTest:nth-child(odd) .testText {
    padding-right: 5px;
  }
  /* line 29, ../../sass/devices/desktop/_home.scss */
  #home .hero .heroFooterLinks .customabTest:nth-child(odd) {
    width: 200px;
  }
  /* line 33, ../../sass/devices/desktop/_home.scss */
  #home .hero .heroFooterLinks .abTest {
    width: auto;
    display: inline-block;
  }
  /* line 36, ../../sass/devices/desktop/_home.scss */
  #home .hero .heroFooterLinks .abTest .customabTest {
    width: 190px;
  }
  /* line 39, ../../sass/devices/desktop/_home.scss */
  #home .hero .heroFooterLinks .abTest .testImage {
    width: 30px;
  }
  /* line 48, ../../sass/devices/desktop/_home.scss */
  #home .hero .herolist {
    padding-left: 17px;
  }
  /* line 52, ../../sass/devices/desktop/_home.scss */
  #home .hero ul.heroList li::before {
    font-size: 16px;
    padding: 4px;
  }
  /* line 57, ../../sass/devices/desktop/_home.scss */
  #home .hero .footnote {
    padding-left: 17px;
    margin-bottom: 8px;
  }
  /* line 61, ../../sass/devices/desktop/_home.scss */
  #home .hero .footnote2 {
    padding-left: 17px;
  }
  /* line 63, ../../sass/devices/desktop/_home.scss */
  #home .hero .footnote2 sup {
    top: -7px;
    font-size: 7px;
  }
  /* line 68, ../../sass/devices/desktop/_home.scss */
  #home .hero .illustrationDiv {
    display: flex;
    padding-left: 120px;
    margin-top: -20px;
  }
  /* line 77, ../../sass/devices/desktop/_home.scss */
  #home .btn-custom {
    background: #ddd;
    padding: 14px 27px;
    border: 1px solid #888787;
    color: #888787;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 85, ../../sass/devices/desktop/_home.scss */
  #home .top-section {
    padding-top: 200px;
  }
  /* line 87, ../../sass/devices/desktop/_home.scss */
  #home .top-section .box {
    height: 320px;
    /*			width: auto;
        		min-width:100%;
        		max-width: 100%;*/
  }
  /* line 93, ../../sass/devices/desktop/_home.scss */
  #home .top-section .first-box {
    text-align: left;
    padding-left: 65px;
    /*width: auto;*/
    /*min-width: auto;
    max-width: 100%;*/
  }
  /* line 101, ../../sass/devices/desktop/_home.scss */
  #home .top-section .plan {
    color: #999;
    font-size: 60px;
    font-size: 3.75rem;
    text-shadow: 1px 1px 2px #383d41;
  }
  /* line 106, ../../sass/devices/desktop/_home.scss */
  #home .top-section .choice {
    color: #999;
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #383d41;
    margin-bottom: 20px;
  }
  /* line 115, ../../sass/devices/desktop/_home.scss */
  #home .middle-section {
    height: 350px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-left: 0px solid #ddd;
  }
  /* line 120, ../../sass/devices/desktop/_home.scss */
  #home .middle-section .last-child {
    border-left: 0px solid #ddd;
  }
  /* line 123, ../../sass/devices/desktop/_home.scss */
  #home .middle-section div {
    padding-top: 105px;
  }
  /* line 126, ../../sass/devices/desktop/_home.scss */
  #home .middle-section h4 {
    font-size: 27px;
    font-size: 1.6875rem;
    color: #888787;
    margin-bottom: 15px;
  }

  /*desktop interior page start css*/
  /* line 3, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper {
    padding-top: 8rem !important;
  }
  /* line 5, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .mb30 {
    margin-bottom: 0px;
  }
  /* line 9, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row {
    /*				.pt-4{
    					padding-top: 0 !important
    				}*/
  }
  /* line 10, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-7 {
    /*					width: auto;
    					max-width: auto;
    					min-width: auto;*/
    padding: 0px 0px 0px 41px;
  }
  /* line 16, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-7 .social_media {
    display: inline;
  }
  /* line 20, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-7 p {
    color: #888787;
    /*						padding:  30px 0px 0px 0px;
    						margin-bottom: 0px;*/
  }
  /* line 25, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-7 p.desktop_pb20 {
    /*padding-bottom: 20px;*/
  }
  /* line 28, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-7 .links {
    /*						margin-bottom: 4px;
    						padding: 4px 0px;*/
  }
  /* line 32, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-7 .links a {
    text-decoration: underline;
    color: #888787;
  }
  /* line 36, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-7 .pt-4 {
    padding-top: 0 !important;
  }
  /* line 40, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .pb-1 {
    text-align: left !important;
  }
  /* line 43, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .pl-3 {
    padding-left: 0 !important;
  }
  /* line 49, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 {
    /*					width: auto;
    					max-width: auto;
    					min-width: auto;				
    					padding: 30px 60px;*/
  }
  /* line 54, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 ul.sidenav {
    padding-left: 0px;
    list-style: none;
  }
  /* line 57, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 ul.sidenav li {
    padding: 13px 10px 13px 35px;
    background: #606060;
    border-top: 1px solid #a0a0a5;
  }
  /* line 61, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 ul.sidenav li a {
    color: #888787;
  }
  /* line 65, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 ul.sidenav li.heading {
    padding: 3px 10px 3px 35px;
    background: #888787;
  }
  /* line 68, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 ul.sidenav li.heading a {
    color: white;
    text-transform: capitalize;
  }
  /* line 75, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 .box {
    text-align: center;
    border: 1px solid #a0a0a5;
    padding: 45px 15px;
  }
  /* line 79, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 .box h4 {
    color: #606060;
    font-size: 80px;
    font-size: 5rem;
    padding-bottom: 30px;
  }
  /* line 84, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper .container-fluid .row .col-xl-3 .box .btn-custom {
    width: 100%;
    text-align: center;
    padding: 25px 15px;
    color: #a0a0a5;
    border: 1px solid #a0a0a5;
    background: #606060;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 98, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper h4 {
    font-weight: bold;
    padding: 0px 0px;
    font-size: 32px;
    font-size: 2rem;
  }
  /* line 102, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper h4 .fa {
    color: #888787;
    padding-left: 0;
  }
  /* line 106, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper h4 .first-child {
    padding-left: 30px;
  }
  /* line 110, ../../sass/devices/desktop/_interior.scss */
  #interior .wrapper h4.desktop_pt30 {
    padding-top: 0px;
  }

  /*desktop interior page end css*/
  /* line 3, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .iphoneNumberRegular {
    color: #606060 !important;
  }
  /* line 6, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects h2, #risks-sideeffects h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 9, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .commonMarginTop {
    margin-bottom: 4rem;
  }
  /* line 12, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .risksImg1 {
    width: auto;
    margin-left: 0;
  }
  /* line 17, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .boxGrayBg {
    margin-left: -82px;
    padding-left: 82px;
    padding-right: 51px;
  }
  /* line 22, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .sectionWrapper {
    padding-right: 6em;
    /*padding-right: 75px;	*/
  }
  /* line 26, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .borderline {
    margin: 1.75rem 0 2rem;
  }
  /* line 29, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .borderline1 {
    margin: 2.25rem 0 2rem;
  }
  /* line 34, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .list02 li a {
    color: #a5a5a5;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
  /* line 40, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .list02 li a:hover {
    color: #565656;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    padding-left: 20px;
    margin-left: -20px;
  }
  /* line 46, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .list02 li a.active {
    color: #565656;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    background-position: 1px;
    padding-left: 20px;
    margin-left: -20px;
  }
  /* line 55, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .txtSideMenu {
    margin-top: 80px;
  }
  /* line 58, ../../sass/devices/desktop/_side-effects.scss */
  #risks-sideeffects .rightSide {
    margin-left: 0px;
    padding-left: 0px;
  }

  /* line 65, ../../sass/devices/desktop/_side-effects.scss */
  .risksImg2 {
    width: 130%;
    height: 153px;
    margin-left: -16%;
    margin-top: 0px;
    overflow: hidden;
    opacity: 1;
  }

  /* line 74, ../../sass/devices/desktop/_side-effects.scss */
  .risksImgWidth {
    width: 150% !important;
    margin-left: -25%;
  }

  /* line 2, ../../sass/devices/desktop/_result-page.scss */
  #result-page .commonMarginTop {
    margin-bottom: 0rem;
  }
  /* line 5, ../../sass/devices/desktop/_result-page.scss */
  #result-page .main-section {
    /*min-height: 80vh;*/
    padding: 0 80px 0 0;
  }
  /* line 8, ../../sass/devices/desktop/_result-page.scss */
  #result-page .main-section .searchForm {
    margin: 60px 0 40px 0;
  }
  /* line 10, ../../sass/devices/desktop/_result-page.scss */
  #result-page .main-section .searchForm .searchPageinput {
    width: 84%;
    height: 41px;
  }
  /* line 15, ../../sass/devices/desktop/_result-page.scss */
  #result-page .main-section .searchResult {
    margin-left: 10px;
  }
  /* line 18, ../../sass/devices/desktop/_result-page.scss */
  #result-page .main-section .searchResult .searchResultBlock .breadcrumbs {
    padding-bottom: 0px;
  }
  /* line 21, ../../sass/devices/desktop/_result-page.scss */
  #result-page .main-section .searchResult .searchResultBlock .heading {
    padding-bottom: 5px;
  }
  /* line 27, ../../sass/devices/desktop/_result-page.scss */
  #result-page .sidebar {
    padding-bottom: 0px;
  }
  /* line 31, ../../sass/devices/desktop/_result-page.scss */
  #result-page .sidebar .ib {
    margin-bottom: 2rem;
  }

  /* line 1, ../../sass/devices/desktop/_what-is-nexplanon.scss */
  .video-desktop {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  /* line 8, ../../sass/devices/desktop/_what-is-nexplanon.scss */
  #what-is-nexplanon .main-section .video-desktop {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  /* line 12, ../../sass/devices/desktop/_what-is-nexplanon.scss */
  #what-is-nexplanon .main-section .mtlink {
    margin-top: 10px;
  }
  /* line 17, ../../sass/devices/desktop/_what-is-nexplanon.scss */
  #what-is-nexplanon .sidebar {
    padding-bottom: 50px;
  }
  /* line 20, ../../sass/devices/desktop/_what-is-nexplanon.scss */
  #what-is-nexplanon .commonMarginTop {
    margin-bottom: 4rem;
  }

  /* line 2, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .commonMarginTop {
    margin-bottom: 1rem;
  }
  /* line 5, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 8, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .otherBirthControlImg {
    margin-top: 75px;
  }
  /* line 11, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .sectionWrapper {
    padding-right: 77px;
  }
  /* line 14, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .rowSecond {
    padding: 25px 15px 25px 15px;
    background: none;
    border-bottom: 1px solid #d7d7d7;
    margin-right: -15px;
  }
  /* line 20, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .rowLast {
    padding: 25px 15px 25px 15px;
    background: #f5f7f9;
    margin-right: -15px;
    border-bottom: none;
  }
  /* line 29, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .list02 li a {
    color: #a5a5a5;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
  /* line 35, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .list02 li a:hover {
    color: #565656;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    padding-left: 20px;
    margin-left: -20px;
  }
  /* line 41, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .list02 li a.active {
    color: #565656;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    padding-left: 20px;
    margin-left: -20px;
  }
  /* line 49, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .otherBirthIcon {
    margin-top: 0;
    width: 16%;
  }
  /* line 53, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .otherBirthIcon2 {
    margin-top: 10px;
  }
  /* line 56, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .otherBirthIcon3 {
    margin-top: 5px;
  }
  /* line 59, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .otherBirthText {
    margin-left: 4%;
    width: 80%;
    padding-right: 53px;
    line-height: 20px;
    line-height: 1.25rem;
  }
  /* line 65, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .txtSideMenu {
    margin-top: 80px;
  }
  /* line 68, ../../sass/devices/desktop/_birth-control-options.scss */
  #other-birth-control .rightSide {
    margin-left: -20px;
  }

  /* line 2, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .commonMarginTop {
    margin-bottom: 4rem;
  }
  /* line 6, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .sectionWrapper p {
    padding-right: 81px;
    letter-spacing: unset;
  }
  /* line 11, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .list01 {
    padding-right: 81px;
  }
  /* line 14, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .list01 li {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2px;
  }
  /* line 20, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .risksImg1 {
    width: auto;
    margin-left: 0;
  }
  /* line 25, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .risksImg2 {
    display: block;
    margin: 0px 0px 0px 0px;
    width: 130%;
    height: 153px;
    margin-left: -13%;
    margin-top: -5px;
  }
  /* line 33, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .svgTitle {
    margin-top: -16px !important;
  }
  /* line 38, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .boxGrayBg {
    margin-left: -82px;
    padding-left: 82px;
    padding-right: 107px;
  }
  /* line 44, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .sectionWrapper {
    padding-right: 107px;
  }
  /* line 48, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .sidebar {
    text-align: left;
  }
  /* line 54, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .list02 li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #a5a5a5;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
  /* line 62, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .list02 li a.active {
    font-size: 14px;
    font-size: 0.875rem;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    background-position: 1px;
    padding-left: 18px;
    margin-left: -18px;
  }
  /* line 72, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .otherBirthIcon {
    margin-top: 0;
    width: 16%;
  }
  /* line 77, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .otherBirthIcon2 {
    margin-top: 10px;
  }
  /* line 81, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .otherBirthText {
    margin-left: 4%;
    width: 80%;
    padding-right: 45px;
  }
  /* line 87, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .txtSideMenu {
    margin-top: 110px;
    width: 100%;
  }
  /* line 92, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .rightSide {
    margin-left: 50px;
  }
  /* line 97, ../../sass/devices/desktop/_insertion-and-removal.scss */
  #insertion-and-removal .sidebar .list02 {
    width: 86%;
  }

  /* line 2, ../../sass/devices/desktop/_effectiveness.scss */
  #birth-control-options .BirthControlImg {
    margin-top: 75px;
  }
  /* line 5, ../../sass/devices/desktop/_effectiveness.scss */
  #birth-control-options .birthControlOptionsImg {
    background-position: 100% 100%;
    width: 92%;
    margin-top: 30px;
  }
  /* line 10, ../../sass/devices/desktop/_effectiveness.scss */
  #birth-control-options .sectionWrapper {
    padding-right: 17em;
  }

  /* line 2, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .sectionWrapper {
    padding-right: 7em;
  }
  /* line 5, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper {
    /*padding-top: 10rem;*/
    /*h4{
    	font-weight: bold;
    	@include fontSize(24px);
    	.fa{
    		color: $border-darkest-gray;
    		padding-left: 15px;
    		padding-top: 10px;
    	}
    	.first-child{
    		padding-left: 0px;
    	}
    }	*/
  }
  /* line 7, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .mb30 {
    margin-bottom: 0px;
  }
  /* line 10, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .subHead {
    font-size: 16px;
  }
  /* line 13, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .pb0_mq {
    /*padding-bottom: 0px;*/
  }
  /* line 16, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .col-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 23, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body {
    margin-left: 15px;
  }
  /* line 25, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .mainHead {
    margin-top: 25px;
  }
  /* line 28, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion {
    margin-left: 20px;
  }
  /* line 30, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion .question {
    width: 96%;
  }
  /* line 32, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion .question .question-header button .downArrow {
    float: unset;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 7px;
  }
  /* line 39, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion .lastB {
    height: 0px;
    margin-bottom: 15px;
  }
  /* line 44, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion .insertionAndRemoval h5 {
    margin-left: -23px;
  }
  /* line 48, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion .usingNexplanon {
    margin-bottom: 40px;
  }
  /* line 50, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion .usingNexplanon h5 {
    margin-left: -23px;
  }
  /* line 60, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .sidebar .txtSideMenu {
    margin-top: 80px;
  }
  /* line 66, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .sidebar .rightSide {
    margin-left: 0px;
  }
  /* line 69, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .sidebar .list02 li a {
    color: #a5a5a5;
  }
  /* line 72, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .sidebar .list02 li a.active {
    color: #565656;
  }
  /* line 77, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .sidebar .list02 li a.active {
    color: #565656;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    background-position: 1px;
    padding-left: 20px;
    margin-left: -20px;
  }
  /* line 99, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .risksImg2 {
    margin-left: -12%;
  }

  /* line 105, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .question .question-header button .faqQBtn {
    margin-right: -11px;
    margin-left: -20px;
  }

  /* line 109, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .container .row .main_body .accordion .question .question-header button .downArrow {
    margin-right: 8px;
    margin-top: -16px !important;
    margin-left: -19px;
    margin-bottom: -26px;
  }

  /* line 115, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .question-body {
    padding: 10px 11px 10px;
  }

  /* line 120, ../../sass/devices/desktop/_questions.scss */
  #frequently-asked-questions .wrapper .question .question-header .btn {
    display: flex;
  }

  /* line 2, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage h1.mainHeading {
    margin-bottom: 1.5rem;
  }
  /* line 5, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage h2, #insurance-and-coverage h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  /* line 8, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .insuranceCoverageImg {
    margin-left: 0px;
  }
  /* line 11, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .sectionWrapper {
    padding-right: 6em;
  }
  /* line 14, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .commonMarginTop {
    margin-bottom: 16rem;
  }
  /* line 18, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .rowSecond {
    padding: 25px 15px 25px 15px;
    background: none;
    border-bottom: 1px solid #d7d7d7;
    margin-right: -15px;
  }
  /* line 24, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .rowLast {
    padding: 25px 15px 25px 15px;
    background: #f5f7f9;
    margin-right: -15px;
    border-bottom: none;
  }
  /* line 33, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .list02 li a {
    color: #a5a5a5;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
  /* line 39, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .list02 li a:hover {
    color: #565656;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    padding-left: 20px;
    margin-left: -20px;
  }
  /* line 45, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .list02 li a.active {
    color: #565656;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    background-position: 1px;
    padding-left: 18px;
    margin-left: -18px;
  }
  /* line 54, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .otherBirthIcon {
    margin-top: 0;
    width: 16%;
  }
  /* line 58, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .otherBirthIcon2 {
    margin-top: 10px;
  }
  /* line 61, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .otherBirthText {
    margin-left: 4%;
    width: 80%;
    padding-right: 45px;
  }
  /* line 66, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .txtSideMenu {
    margin-top: 80px;
  }
  /* line 69, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .rightSide {
    margin-left: 0px;
  }
  /* line 73, ../../sass/devices/desktop/_insurance-and-coverage.scss */
  #insurance-and-coverage .sidebar .risksImg2 {
    display: block;
    margin: 0px 0px 0px 10px;
    width: 130%;
    height: 153px;
    /* width: auto; */
    margin-left: -19%;
  }

  /* line 1, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor {
    /*	margin-top: 151px;*/
    /*	h1{
    		margin: 35px 0 28px;
    	}*/
    /*.risksImg2 {
    	width: auto;
    }*/
  }
  /* line 2, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .commonMarginTop {
    margin-bottom: 7rem;
  }
  /* line 9, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor h1, #talk-to-doctor h2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  /* line 14, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
  /* line 18, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor p {
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 81px;
    letter-spacing: unset;
  }
  /* line 23, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .list01 {
    padding-right: 81px;
  }
  /* line 25, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .list01 li {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.2px;
  }
  /* line 30, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .risksImg2 {
    margin-top: 0px;
  }
  /* line 33, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .boxGrayBg {
    margin-left: -82px;
    padding-left: 82px;
    padding-right: 107px;
  }
  /* line 38, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .sectionWrapper {
    padding-right: 107px;
  }
  /* line 41, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .sidebar {
    text-align: left;
  }
  /* line 47, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .list02 li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #a5a5a5;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
  }
  /* line 54, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .list02 li a.active {
    font-size: 14px;
    font-size: 0.875rem;
    background: url(/static/images/Arrow.png) no-repeat 0 2px;
    padding-left: 18px;
    margin-left: -18px;
  }
  /* line 62, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .otherBirthIcon {
    margin-top: 0;
    width: 16%;
  }
  /* line 66, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .otherBirthIcon2 {
    margin-top: 10px;
  }
  /* line 69, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .otherBirthText {
    margin-left: 4%;
    width: 80%;
    padding-right: 45px;
  }
  /* line 77, ../../sass/devices/desktop/_talk-to-doctor.scss */
  #talk-to-doctor .risksImg2 {
    width: 130% !important;
    height: 153px;
    margin-left: -20%;
  }

  /* line 2, ../../sass/devices/desktop/_signUp.scss */
  #signUp .commonMarginTop {
    margin-bottom: 0rem;
  }
  /* line 8, ../../sass/devices/desktop/_signUp.scss */
  #signUp .clr {
    clear: both;
    height: 0px;
  }
  /* line 14, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .pr15 {
    padding-right: 15px;
  }
  /* line 19, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .main-section .required_para .error_para {
    width: 50%;
    display: inline-block;
    /*float:left;*/
  }
  /* line 24, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .main-section .required_para .error_message {
    display: none;
    width: 47.5%;
    float: right;
    margin-top: 0;
  }
  /* line 31, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .main-section input[type="text"]#zipcode {
    width: 50%;
  }
  /* line 38, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .row .Signup_container .rmi_container .row_width {
    max-width: 690px;
  }
  /* line 42, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .row .Signup_container .rmi_container .third_row .circle, #signUp .container .row .Signup_container .rmi_container .fourth_row .circle, #signUp .container .row .Signup_container .rmi_container .fifth_row .circle {
    background: url(/static/images/unchecked_circle.png) left 2px no-repeat;
    margin-left: -15px;
    padding-left: 30px;
    background-size: 20px 20px;
    /*padding-bottom: 2px;*/
    /*padding-top: 4px;*/
    padding-top: 3px;
    min-height: 26px;
    /*border: 1px solid;*/
  }
  /* line 54, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .row .Signup_container .rmi_container .third_row .check_box_label, #signUp .container .row .Signup_container .rmi_container .fourth_row .check_box_label, #signUp .container .row .Signup_container .rmi_container .fifth_row .check_box_label {
    padding: 6px 0px 6px 30px;
  }
  /* line 60, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container .row .Signup_container input[type="text"] {
    max-width: 100%;
    width: auto;
  }
  /* line 67, ../../sass/devices/desktop/_signUp.scss */
  #signUp .container #submit_btn {
    text-align: left;
    margin: 4rem 0 4rem 0;
  }

  /* signup thank you page css goes here */
  /* line 79, ../../sass/devices/desktop/_signUp.scss */
  #signUp-thankyou #signUpThankyou .imgageBlock {
    text-align: left;
    padding-left: 1.6rem;
  }
  /* line 82, ../../sass/devices/desktop/_signUp.scss */
  #signUp-thankyou #signUpThankyou .imgageBlock img {
    width: auto;
  }
  /* line 87, ../../sass/devices/desktop/_signUp.scss */
  #signUp-thankyou .risksImg2 {
    margin-top: -5px;
  }
  /* line 90, ../../sass/devices/desktop/_signUp.scss */
  #signUp-thankyou .sidebar a.ib .svgTitle {
    margin-top: -16px !important;
  }

  /* opt-out page css goes here */
  /* line 4, ../../sass/devices/desktop/_optOut.scss */
  #optOut .sidebar .desktop-only {
    margin-top: 10.5rem;
  }
  /* line 7, ../../sass/devices/desktop/_optOut.scss */
  #optOut .sidebar a.ib {
    margin: 0px;
  }
  /* line 10, ../../sass/devices/desktop/_optOut.scss */
  #optOut .sectionWrapper {
    margin-top: 4em;
    margin-bottom: 1em;
  }
  /* line 17, ../../sass/devices/desktop/_optOut.scss */
  #optOut #opt-Out .container .row .text-center1 {
    text-align: left;
  }
  /* line 20, ../../sass/devices/desktop/_optOut.scss */
  #optOut #opt-Out .container .row .ladyImage {
    padding-top: 90px;
  }
  /* line 24, ../../sass/devices/desktop/_optOut.scss */
  #optOut #opt-Out .container .row .submitContainer .btn {
    height: 33px;
  }
  /* line 27, ../../sass/devices/desktop/_optOut.scss */
  #optOut #opt-Out .container .row .submitContainer .btn-green {
    margin: inherit;
    padding: 4px;
  }
  /* line 35, ../../sass/devices/desktop/_optOut.scss */
  #optOut .commonMarginTop {
    margin-bottom: 5rem;
  }

  /* line 42, ../../sass/devices/desktop/_optOut.scss */
  #optOutyes .sidebar .desktop-only {
    margin-top: 10.5rem;
  }
  /* line 45, ../../sass/devices/desktop/_optOut.scss */
  #optOutyes .sidebar a.ib {
    margin: 0px;
  }
  /* line 48, ../../sass/devices/desktop/_optOut.scss */
  #optOutyes .sectionWrapper {
    margin-top: 4em;
    margin-bottom: 1em;
  }
  /* line 52, ../../sass/devices/desktop/_optOut.scss */
  #optOutyes #optOut-yes {
    margin-bottom: 180px;
  }

  /* optout no page css goes here */
  /* line 60, ../../sass/devices/desktop/_optOut.scss */
  #optOutno .sidebar .desktop-only {
    margin-top: 10.5rem;
  }
  /* line 63, ../../sass/devices/desktop/_optOut.scss */
  #optOutno .sidebar a.ib {
    margin: 0px;
  }
  /* line 66, ../../sass/devices/desktop/_optOut.scss */
  #optOutno .sectionWrapper {
    margin-top: 4em;
    margin-bottom: 1em;
  }
  /* line 70, ../../sass/devices/desktop/_optOut.scss */
  #optOutno #optOut-no {
    margin-bottom: 180px;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 6, ../../sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  /* line 2, ../../sass/partials/_mediaQueries.scss */
  .mobile_only {
    display: none;
  }

  /* line 5, ../../sass/partials/_mediaQueries.scss */
  .desktop_only {
    display: block;
  }

  /* line 8, ../../sass/partials/_mediaQueries.scss */
  .subfooter .merckLg img {
    top: -124px;
    right: -82px;
  }

  /* line 12, ../../sass/partials/_mediaQueries.scss */
  #sticky .isiBody p.custompara.mt16 {
    margin-top: 2rem;
  }

  /* line 15, ../../sass/partials/_mediaQueries.scss */
  .commonMarginTop > .container {
    max-width: 100%;
    padding: 0 85px;
  }

  /* line 19, ../../sass/partials/_mediaQueries.scss */
  .wrapper > .container {
    max-width: 100%;
    padding: 0 85px;
  }

  /* line 23, ../../sass/partials/_mediaQueries.scss */
  #frequently-asked-questions .wrapper .container .row .main_body {
    margin-left: 0px;
  }

  /* line 26, ../../sass/partials/_mediaQueries.scss */
  #nexplanonrmi > .container,
  #nexplanon_optout > .container {
    max-width: 100%;
    padding: 0 85px;
  }
}
@media (max-width: 992px) {
  /* line 36, ../../sass/partials/_mediaQueries.scss */
  #other-birth-control .m_nmc {
    margin-top: 0px;
  }

  /* line 39, ../../sass/partials/_mediaQueries.scss */
  #other-birth-control .sidebar .mobile-only.m_mt3 {
    margin-top: 3rem;
  }

  /* line 42, ../../sass/partials/_mediaQueries.scss */
  .mlr_15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* line 46, ../../sass/partials/_mediaQueries.scss */
  .container {
    max-width: 100%;
  }

  /* line 49, ../../sass/partials/_mediaQueries.scss */
  #frequently-asked-questions .main-section {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 53, ../../sass/partials/_mediaQueries.scss */
  #insurance-and-coverage .insuranceCoverageImg,
  #risks-sideeffects .risksImg1 {
    max-width: 100%;
    margin-left: 0px;
  }

  /* line 59, ../../sass/partials/_mediaQueries.scss */
  #optOut .risksImg2,
  #optOutyes .risksImg2,
  #optOutno .risksImg2 {
    width: 141%;
    height: 153px;
    margin-left: -18%;
    margin-top: 0px;
    overflow: hidden;
    opacity: 1;
    margin-top: -7px;
  }

  /* line 70, ../../sass/partials/_mediaQueries.scss */
  #optOut .svgTitle,
  #optOutyes .svgTitle,
  #optOutno .svgTitle {
    margin-top: -14px;
  }

  /* line 75, ../../sass/partials/_mediaQueries.scss */
  .sidebar a.ib {
    display: none;
  }

  /* line 80, ../../sass/partials/_mediaQueries.scss */
  #optOut .sidebar a.ib,
  #optOutyes .sidebar a.ib,
  #optOutno .sidebar a.ib {
    display: block;
  }

  /*	#optOut .sidebar a.ib .svgTitle,
  	#optOutyes .sidebar a.ib .svgTitle,
  	#optOutno .sidebar a.ib .svgTitle{
  	    height: 36px;
  	}
  */
  /* line 92, ../../sass/partials/_mediaQueries.scss */
  .svgTitle {
    margin-top: -20px;
    width: 205px;
    margin-left: -1px;
    border: 1px solid #efefef;
  }

  /* line 98, ../../sass/partials/_mediaQueries.scss */
  .svgBackgroundRiskSideEffects .svgTitle {
    margin-top: -41px;
    border: 1px solid #efefef;
  }

  /* line 102, ../../sass/partials/_mediaQueries.scss */
  #insertion-and-removal .svgTitle {
    margin-top: -15px !important;
    border: 1px solid #efefef;
  }

  /* line 106, ../../sass/partials/_mediaQueries.scss */
  #insertion-and-removal .sidebar .mobile-only {
    margin-bottom: 2rem;
  }

  /* line 109, ../../sass/partials/_mediaQueries.scss */
  #signUp .svgTitle {
    margin-top: -15px !important;
  }

  /* line 112, ../../sass/partials/_mediaQueries.scss */
  #risks-sideeffects .sidebar .mobile-only {
    margin-top: 3rem;
  }

  /* line 115, ../../sass/partials/_mediaQueries.scss */
  #other-birth-control .sidebar .mobile-only {
    margin-top: 1rem;
  }

  /* line 118, ../../sass/partials/_mediaQueries.scss */
  #insertion-and-removal .sidebar .mobile-only {
    margin-top: 3rem;
  }

  /* line 121, ../../sass/partials/_mediaQueries.scss */
  #talk-to-doctor .sidebar .mobile-only {
    margin-top: 3rem;
  }

  /* line 124, ../../sass/partials/_mediaQueries.scss */
  #result-page .sidebar .mobile-only {
    margin-top: 3rem;
  }

  /* line 128, ../../sass/partials/_mediaQueries.scss */
  #frequently-asked-questions .wrapper .container .sidebar .mobile-only {
    margin-top: 3rem;
  }
  /* line 131, ../../sass/partials/_mediaQueries.scss */
  #frequently-asked-questions .lastB {
    display: block;
  }

  /* line 136, ../../sass/partials/_mediaQueries.scss */
  #insurance-and-coverage .sidebar .mobile-only {
    margin-top: 3rem;
  }

  /*.list02 li a.active {
      font-size: 14px;
      font-size: 0.875rem;
      background: url(/static/images/Arrow.png) no-repeat 0 2px;
      background-position: 1px;
      padding-left: 18px;
      margin-left: -18px;
  }*/
}
@media (max-width: 1080px) {
  /* line 153, ../../sass/partials/_mediaQueries.scss */
  #header_desktop {
    display: none;
  }

  /* line 156, ../../sass/partials/_mediaQueries.scss */
  #header_mobile {
    display: block;
  }

  /* line 159, ../../sass/partials/_mediaQueries.scss */
  #home .hero {
    margin-top: 117px;
  }

  /* line 162, ../../sass/partials/_mediaQueries.scss */
  .commonMarginTop {
    margin-top: 117px;
  }

  /* line 165, ../../sass/partials/_mediaQueries.scss */
  .iphoneNumber {
    text-decoration: none;
    white-space: nowrap;
    cursor: inherit;
    color: #000;
  }

  /* line 171, ../../sass/partials/_mediaQueries.scss */
  #signUp .container .main-section .rmi_container .third_row .circle, #signUp .container .main-section .rmi_container .fourth_row .circle, #signUp .container .main-section .rmi_container .fifth_row .circle {
    background-position-y: 4px;
  }

  /* line 174, ../../sass/partials/_mediaQueries.scss */
  #signUp .container .main-section .rmi_container .third_row
  input[type="radio"]:checked + label, input[type="checkbox"]:checked + label,
  #signUp .container .main-section .rmi_container .fourth_row
  input[type="radio"]:checked + label, input[type="checkbox"]:checked + label,
  #signUp .container .main-section .rmi_container .fifth_row
  input[type="checkbox"]:checked + label {
    background-position-y: 3px;
  }
}
@media (min-width: 1600px) {
  /* line 185, ../../sass/partials/_mediaQueries.scss */
  #signUp .container .main-section .rmi_container .third_row .circle, #signUp .container .main-section .rmi_container .fourth_row .circle, #signUp .container .main-section .rmi_container .fifth_row .circle {
    background-position-y: 5px;
  }

  /* line 188, ../../sass/partials/_mediaQueries.scss */
  #signUp .container .main-section .rmi_container .third_row
  input[type="radio"]:checked + label, input[type="checkbox"]:checked + label,
  #signUp .container .main-section .rmi_container .fourth_row
  input[type="radio"]:checked + label, input[type="checkbox"]:checked + label,
  #signUp .container .main-section .rmi_container .fifth_row
  input[type="checkbox"]:checked + label {
    background-position-y: 5px;
  }

  /* line 197, ../../sass/partials/_mediaQueries.scss */
  #header_desktop .bottom-header .primaryNav .btnSearchImage {
    vertical-align: middle;
  }
}
@media (min-width: 1081px) {
  /* line 202, ../../sass/partials/_mediaQueries.scss */
  #header_desktop {
    display: block;
  }

  /* line 205, ../../sass/partials/_mediaQueries.scss */
  #header_mobile {
    display: none;
  }
}
@media (max-width: 1220px) and (min-width: 1079px) {
  /* line 216, ../../sass/partials/_mediaQueries.scss */
  #header_desktop .bottom-header ul li {
    padding: 14px 10px;
  }
  /* line 218, ../../sass/partials/_mediaQueries.scss */
  #header_desktop .bottom-header ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1126px) and (min-width: 1080px) {
  /* line 233, ../../sass/partials/_mediaQueries.scss */
  #header_desktop .bottom-header ul li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1259px) and (min-width: 769px) {
  /* line 244, ../../sass/partials/_mediaQueries.scss */
  footer .thirdUl {
    margin-left: 50px;
  }

  /* line 247, ../../sass/partials/_mediaQueries.scss */
  .sub_footer1, .sub_footer2 {
    height: 171px;
  }
}
@media (max-width: 992px) and (min-width: 767px) {
  /* line 253, ../../sass/partials/_mediaQueries.scss */
  .sticky_header_footer {
    height: 48px;
  }

  /* line 256, ../../sass/partials/_mediaQueries.scss */
  .sticky_header_footer .buttonDiv {
    margin-top: 0px;
  }

  /* line 259, ../../sass/partials/_mediaQueries.scss */
  .sub_footer1, .sub_footer2 {
    height: 120px;
  }
}
@media (max-width: 992px) and (min-width: 415px) {
  /* line 265, ../../sass/partials/_mediaQueries.scss */
  .sticky_header_footer .disBlock .buttonDiv {
    margin-top: -3px;
  }

  /* line 268, ../../sass/partials/_mediaQueries.scss */
  .sticky_header_footer {
    height: 41px;
  }

  /* line 271, ../../sass/partials/_mediaQueries.scss */
  .sticky_header_footer .buttonDiv {
    width: 45px;
    padding: 1px 6px;
    margin-top: 5px;
    position: absolute;
    right: 0px;
  }
}
@media (max-width: 374px) {
  /* line 281, ../../sass/partials/_mediaQueries.scss */
  #header_mobile .navbar-nav ul.subnav {
    padding: 10px;
  }

  /* line 284, ../../sass/partials/_mediaQueries.scss */
  #header_mobile .navbar-nav .nav-item {
    padding: 10px 15px 10px 45px;
  }

  /* line 287, ../../sass/partials/_mediaQueries.scss */
  .footer .hederTxt {
    width: 89%;
  }

  /* line 290, ../../sass/partials/_mediaQueries.scss */
  .subfooter .copySubject {
    font-size: 12px;
    letter-spacing: -0.2px;
  }

  /* line 294, ../../sass/partials/_mediaQueries.scss */
  #home .hero .heroFooterLinks .firstlink {
    margin-right: 15px;
  }
}
