/* Policy pages */
/* Marketing - Common styles */
/* Landing - Common styles */
/* DO NOT EDIT THIS FILE. */
/* IS IS COPIED FROM OMEGA_LAYOUT DUE TO STUPID ASSUMPTIONS BY THE DART SASS PEOPLE... */
/* General */
/* Menu */
/* Topbar */
/* GreenButton */
/* YellowButton */
/* RedButton */
/* greyButton */
/* BlackButton */
/* BlueButton */
/* AquaButton */
/* NavyButton */
/* DO NOT EDIT THIS FILE. */
/* IS IS COPIED FROM OMEGA_LAYOUT DUE TO STUPID ASSUMPTIONS BY THE DART SASS PEOPLE... */
/* General */
/* Menu */
/* Topbar */
/* GreenButton */
/* YellowButton */
/* RedButton */
/* greyButton */
/* BlackButton */
/* BlueButton */
/* AquaButton */
/* NavyButton */
html {
  font-family: "Arial", "Trebuchet MS", Arial, Helvetica, sans-serif; }
  html .exception-body, html .landing-body, html .login-body, html .main-body, html .ui-widget {
    font-family: "Arial", "Trebuchet MS", Arial, Helvetica, sans-serif; }

html, body {
  overscroll-behavior-y: none; }

@media (max-width: 640px) {
  .wrapper .main {
    padding-left: .5em;
    padding-right: .5em; }
    .wrapper .main .ui-accordion .ui-accordion-content {
      padding: .5em; }
    .wrapper .main .ui-panel .ui-panel-content {
      padding: .5em; } }

.landing-wrapper .landing-header {
  background-color: white; }
  .landing-wrapper .landing-header .landing-header-content ul li a {
    color: #6E6E6E; }
  .landing-wrapper .landing-header .landing-header-content {
    padding-top: 20px; }
    .landing-wrapper .landing-header .landing-header-content #menu {
      margin-top: 10px; }
    .landing-wrapper .landing-header .landing-header-content #SMRphone {
      padding-left: 20px;
      color: #6E6E6E;
      font-weight: bold; }
    .landing-wrapper .landing-header .landing-header-content .stackedButtons {
      position: relative; }
    .landing-wrapper .landing-header .landing-header-content .stackedButtons:not(.overlay-menu *) {
      top: -20px; }
    .landing-wrapper .landing-header .landing-header-content .notDropdown {
      font-size: 16px;
      font-weight: bold; }
    .landing-wrapper .landing-header .landing-header-content .notDropdownSignupButton {
      display: block;
      font-size: 16px;
      font-weight: bold;
      color: white;
      background-color: #2998D6;
      border: 1px solid #1f89ce; }
    .landing-wrapper .landing-header .landing-header-content .notDropdownSignupButton:hover {
      color: white;
      border-color: #156090;
      background-color: #0388E5; }
    .landing-wrapper .landing-header .landing-header-content .notDropdownSigninButton {
      display: block;
      margin-top: .25em;
      font-size: 16px;
      font-weight: bold;
      color: #2998D6;
      background-color: white;
      border: 1px solid #1f89ce; }
    .landing-wrapper .landing-header .landing-header-content .notDropdownSigninButton:hover {
      color: white;
      border-color: #156090;
      background-color: #0388E5; }
  .landing-wrapper .landing-header #menu-button {
    color: #2998D6; }

/****************************
          SECTIONS
 ****************************/
.section {
  padding: 100px 0 1em 0;
  /* Page titles */
  /* Section titles */ }
  .section .section-content {
    width: 960px;
    margin: 0 auto;
    text-align: left; }
  .section h1 {
    text-align: center; }
  .section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: .5em; }

/****************************
          FOOTER
****************************/
.landing-footer .landing-footer-content {
  color: #a4a4a4;
  font-weight: bold; }
  .landing-footer .landing-footer-content a:-webkit-any-link {
    color: #a4a4a4;
    font-weight: bold; }
  .landing-footer .landing-footer-content .SMRContact {
    padding-right: 1em; }
  .landing-footer .landing-footer-content .footer-top #bugs {
    text-align: center; }
    .landing-footer .landing-footer-content .footer-top #bugs #bbb {
      padding-top: 25px; }
  .landing-footer .landing-footer-content .footer-top #SMRLink {
    color: #a4a4a4;
    font-weight: bold; }
  .landing-footer .landing-footer-content .footer-top .bugBox #linkedIn {
    padding-left: 25px;
    padding-bottom: 10px; }
  .landing-footer .landing-footer-content .footer-top .bugBox #sourceForge {
    padding-left: 20px;
    width: 100px; }
  .landing-footer .landing-footer-content .footer-top .footerLinks {
    color: #a4a4a4;
    font-weight: bold; }
    .landing-footer .landing-footer-content .footer-top .footerLinks .linkBlock {
      display: block;
      margin-bottom: 1em; }
    .landing-footer .landing-footer-content .footer-top .footerLinks .footerComment {
      text-align: center;
      padding-top: 0em;
      padding-bottom: 0em;
      margin-bottom: 0em;
      font-size: 18px; }

/*=============================================================================================
               MOBILE Phone (Portrait)
  ============================================================================================*/
@media (max-width: 64em) {
  /****************************
            SECTIONS
     ****************************/
  .section .section-content {
    width: 100%; }
    .section .section-content .mobile-padding {
      padding-left: 10px;
      padding-right: 10px; }
    .section .section-content #SMRLink {
      color: #a4a4a4;
      font-weight: bold; }
  .landing-footer .landing-footer-content .footer-top #linkedIn {
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 2em; }
    .landing-footer .landing-footer-content .footer-top #linkedIn .policyLinks {
      color: #a4a4a4;
      font-weight: bold; } }

@media (max-height: 450px) {
  .overlay-menu .dropdown-content {
    height: 100px; } }

/*=============================================================================================
  Dropdown Menu
  SEE: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_js_dropdown
  ============================================================================================*/
.dropdown .dropdown-button {
  background-color: white;
  color: #6E6E6E;
  padding: 7px 14px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  position: relative;
  top: -8px; }

.dropdown .dropdown-button:hover, .dropdown .dropdown-button:focus {
  background-color: grey;
  color: white; }

.dropdown .dropdown {
  position: relative;
  display: inline-block; }

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  color: black;
  font-size: 18px;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown .dropdown a:hover {
  background-color: #ddd; }

.dropdown .show {
  display: block; }

/*=============================================================================================
  PHONES - Pop-up dialogs when the screen is less than 500x500 should fill the screen.
  ============================================================================================*/
/*=============================================================================================
  TABLETS/DESKTOP - Pop-up dialogs when the screen is greater than 500x500 should be centered.
  ============================================================================================*/
/****************************
          COMMON
 ****************************/
/* Check mark list-item prefix with correctly aligned wrapped text.
  * See: https://stackoverflow.com/questions/8140875/prevent-wrapping-of-content-around-before-selector-content
  * See: https://jsfiddle.net/bwwsV/1/ 
  */
.landing-wrapper {
  /****************************
           OVERLAY MENU
     ****************************/ }
  .landing-wrapper .landing-header .landing-header-content ul.overlay-menu {
    background-color: white; }
  .landing-wrapper .landing-header {
    background-color: white; }
    .landing-wrapper .landing-header .landing-header-content ul li a {
      color: #6E6E6E; }
    .landing-wrapper .landing-header #menu-button {
      color: #2998D6; }

.check-dot {
  padding-left: 0em; }
  .check-dot li {
    list-style-type: none;
    padding-left: 1.2em;
    position: relative;
    padding-bottom: .25em; }
  .check-dot li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #00b300;
    position: absolute;
    left: 0em; }

.underline {
  text-decoration: underline; }

.nextPage {
  text-align: right; }

/* CSS trick from: https://stackoverflow.com/questions/9994493/scale-image-to-fit-a-bounding-box/10016640#10016640 */
.scaledImageBox {
  text-align: center;
  vertical-align: middle;
  height: 250px; }
  .scaledImageBox > div {
    height: 100%; }
    .scaledImageBox > div > img {
      max-width: 10%;
      max-height: 10%;
      transform: scale(10);
      position: relative;
      /* margin-top: 50%; */
      transform-origin: top; }

/* Zoom in on an image during hover */
.hoverZoom img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

.hoverZoom img:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

/* Link styled like omega p:button. */
.linkButton {
  color: white;
  background: #0388e5;
  border: 1px solid #1f89ce;
  padding: .5em 1em;
  margin: 1em;
  display: inline-block;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
  text-align: center; }

.linkButton:hover {
  border-color: #156090; }

/****************************
          SECTIONS
 ****************************/
.section {
  padding: 100px 0 1em 0;
  /* Page titles */
  /* Section titles */ }
  .section .section-content {
    width: 960px;
    margin: 0 auto;
    text-align: left; }
  .section h1 {
    text-align: center; }
  .section h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: .5em; }

/****************************
	          FOOTER
****************************/
.landing-wrapper .landing-footer {
  background-color: #3E3E3E; }
  .landing-wrapper .landing-footer .landing-footer-content {
    background-color: #3E3E3E;
    color: #a4a4a4; }
    .landing-wrapper .landing-footer .landing-footer-content ul {
      width: 120px; }

/*=============================================================================================
               MOBILE
  ============================================================================================*/
@media (max-width: 64em) {
  /****************************
          COMMON
     ****************************/
  .scaledImageBox {
    height: auto; }
    .scaledImageBox > div {
      height: 100%; }
      .scaledImageBox > div > img {
        max-width: 50%;
        max-height: inherit;
        transform: inherit;
        position: inherit;
        margin-top: inherit; }
  /****************************
            SECTIONS
     ****************************/
  .section .section-content {
    width: 100%; }
    .section .section-content .mobile-padding {
      padding-left: 10px;
      padding-right: 10px; }
  /****************************
	          FOOTER
	****************************/
  .landing-wrapper .landing-footer {
    background-color: #3E3E3E; }
    .landing-wrapper .landing-footer .landing-footer-content {
      background-color: #3E3E3E;
      color: #a4a4a4; }
      .landing-wrapper .landing-footer .landing-footer-content ul {
        width: 120px; } }

.landing-wrapper #smr-policy h2 {
  margin-top: 1em;
  font-size: 20px;
  text-align: left; }

/*# sourceMappingURL=../../../../../../../target/marketing/policy.css.map */