/* All states - Rentals Page */
/* Rentals - Common styles */
/* Rentals - 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: 0.5em;
    padding-right: 0.5em;
  }
  .wrapper .main .ui-accordion .ui-accordion-content {
    padding: 0.5em;
  }
  .wrapper .main .ui-panel .ui-panel-content {
    padding: 0.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: 0.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: 0.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;
  }
}
/****************************
          COMMON
 ****************************/
.top-section {
  margin-top: 75px;
}

.content {
  padding-top: 100px;
  padding-bottom: 50px;
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.content h1 {
  text-align: center;
}
.content a {
  color: #0000EE;
}

@media (max-width: 64em) {
  .content {
    width: 100%;
  }
}
