@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;800&display=swap');

.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}

/* PureCSS Stylings */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7em;
  color: #555;
  font-size: 13px;
}

body {
  background-color: #F7F7F7;
}

p.footer-disclaimer {
    font-size: .8em;
    line-height: 1.5em;
    font-style: italic;
}

.section-title {
  font-size: 1.3em;
  margin-top: 13px;
  margin-left: 11px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.subsection-title {
  margin-left: 11px;
}

.align-right {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #34495e;
}

@keyframes bounce2 {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateX(-15px);}
    60% {transform: translateX(-25px);}
}

.bounce2 .benefit-wrapper-div {
    animation: bounce2 2s ease infinite;
}

.center {
    text-align: center;
}
.pure-form {
    text-align: left;
}

.profile-form.pure-form.pure-form-stacked {
  padding-left: 10px;
}

.hidden {
  display: none;
}
.invisible {
  opacity: 0;
}

.corner-flag {
  height: 75px;
  position: absolute;
  right: 0px;
  border-radius: 0 0.375rem 0px 0px;
}
.corner-flag.flex_benalignplus_flag {
  height: 25px;
}

span#notification-indicator {
  font-size: 50pt;
  color: red;
  position: absolute;
  top: -6px;
  left: 22px;
}
span#notification-indicator:before {
  content: '•';
}

div#flash-wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
  opacity: 80%;
  z-index: 10000;
}
div#flash {
  position: relative;
  border: 1px solid black;
  border-radius: 0 0 5px 5px;
  padding: 0 10px 0 10px;
  text-align: center;
}

div#flash.success {
  color: #FFF;
  background: rgb(28, 184, 65);
}

div#flash.error {
  color: #FFF;
  background: rgb(202, 60, 60);
}

#flash-close {
  cursor: pointer;
  position: absolute;
  right: 0px;
}

div#content {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 62px;
}

div#banner {
    background-image: url(/assets/images/BenalignPerks.jpg);
    background-position: top center;
    background-size: cover;
}

#banner h1 {
    padding-top: 300px;
    padding-bottom: 300px;
    background: rgba(255,255,255,0.5);
    text-align: center;
    font-size: 3.5em;
    line-height: 1.3em;
}

div#loading-banner {
    background-image: url(/assets/images/BenalignPerks.jpg);
    background-position: top center;
    background-size: cover;
}
#loading-banner h1 {
    padding-top: 300px;
    background: rgba(255,255,255,0.5);
    text-align: center;
    font-size: 3.5em;
    line-height: 1.3em;
    margin-bottom: 0;
}
#loading-banner h2 {
    text-align: center;
    background: rgba(255,255,255,0.5);
    margin-top: 0;
    margin-bottom: 0;
}
#loading-banner .loading-spinner {
  width: 100%;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  padding-bottom: 300px;
}

.pure-img-responsive {
  max-width: 100%;
  height: auto;
}

div#login-wrapper {
    text-align: center;
}
div#login {
    padding:1em;
    background: white;
    border: 1px solid #ddd;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    border-radius: 0.375rem;
    padding-top: 20px;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    cursor: pointer;
}

a.notice-link {
  padding: 2px 4px;
  text-decoration: underline;
  color: var(--primary-color);
  font-weight: bold;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}

/* User Tray Styles
 */
#user-tray {
    background-color: var(--primary-color);
    color: white;
    margin: 0 10px;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.user-tray-tile-header {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.user-tray-tile {
    width: 46%;
    margin: 0 0 1% 0;
    display: flex;
    flex: inherit;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #111;
    font-weight: 600;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#user-tray .tray-image {
    padding: 10px;
}

#user-tray .tray-label {
    font-weight: 600;
    margin-left: 7px;
    font-size: 17px;}

#user-tray .user-tray-tile-image {
    padding-right: 10px;
    width: 48px;
}

#user-tray .user-tray-tile-label {
    line-height: 1em;
}

/* PRAM/Walker RX Elements
 */

div.rx-links {
  text-align: center;
  margin: 5px auto;
}

iframe.full-iframe {
  height: 50em;
  width: 101%;
  border: 0px;
  margin: auto;
}

.formulary-searcher {
  padding-left: 5px;
  padding-right: 5px;
}

#formulary-list li {
  font-weight: bold;
  list-style: none;
  border-bottom: 1px solid black;
  padding: 0.5em;
}

#formulary-div {
  width: 100%;
  height: 40em;
  overflow-y: scroll;
}

#formulary-list {
  padding-left: 0px;
}

#formulary-search-form {
  flex-flow: row wrap;
  display: flex;
}

.formulary-category, .formulary-search-by-name{
  flex: inherit;
}

.formulary-search-by-name {
  margin-left: 10px;
}

/* User Profile Styles
 */
div.profile-form-wrapper {
  padding-right: 20px;
}
div.profile-form-wrapper fieldset.h3 {
  margin-top: 0px;
}
div.header-with-icon>h1,
div.header-with-icon>h2,
div.header-with-icon>h3,
div.header-with-icon>h4,
div.header-with-icon>h5 {
  display: inline;
}
div.header-with-icon>span {
  position: relative;
  top: 5px;
}
div#notifications-wrapper,div.notification-block {
  height: 354px;
}
div.notification-block {
  border-radius: 0.375rem;
  background: #fff;
  margin: 10px 10px 10px 0px;
  border: 1px solid #ddd;
  min-height: 160px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow-y: scroll;
}
div.user-notification {
  position: relative;
  margin: 10px;
  cursor: default;
}
div.user-notification.unread-notification {
  color: black;
}
div.user-notification.unread-notification .notification-indicator {
  color: red;
}
div.user-notification.read-notification {
  color: lightgray;
}
div.user-notification.read-notification .pure-button {
  background-color: lightgray;
}
div.notification-title {
  font-weight: bold;
}
div.notification-data {
  font-size: 12px;
  color: gray;
}
div.user-notification-menu {
  position: absolute;
  right: 50px;
  top: 0px;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  z-index: 1000;
}
div.user-notification-menu>ul {
  padding-left: 0px;
  color: black;
  list-style-type: none;
  margin: 0;
}
div.user-notification-menu>ul>li {
  padding: 5px 15px;
  border-bottom: 1px solid lightgray;
  cursor: pointer;
}
div.user-notification-menu>ul>li:hover {
  background-color: lightgray;
}

#notifications-wrapper {
  padding-top: 10px;
}

div.header-with-icon .right-icon {
  float: right;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-right: 12px;
  padding: 3px;
  cursor: pointer;
}

/* Toggle Switches */
div.switch {
  display: inline-block;
}
input[type=checkbox].switch {
  height: 0;
  width: 0;
  visibility: hidden;
}
label.switch {
  cursor: pointer;
  text-indent: -9999px;
  width: 50px;
  background: grey;
  display: inline-block;
  border-radius: 100px;
  position: relative;
}
label.switch:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 18px;
  transition: 0.3s;
}
input.switch:checked + label.switch {
  background: #bada55;
}
input.switch:checked + label.switch:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}
label.switch:active:after {
  width: 130px;
}
label.switch-label {
  display: inline-block;
  margin-left: 10px;
}
/* Switch/Input Combos */
div.switch select,div.switch input[type=date],div.switch input[type=time] {
  display: inline-block;
}

/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type=text] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
    margin: 0.25em;
}

.pure-tab-button {
    background-color: #1f8dd6;
    color: white;
    padding: 0.5em 0.5em;
    border-radius: 5px;
    margin: 0.1em;
}

.button-with-icon>.button-with-icon-text {
  vertical-align: top;
}

/*
a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}
*/


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: #1f8dd6;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 80%;
    height: 50%;
    margin: auto;
    position: absolute;
    top: 100px; left: 0; bottom: 0; right: 0;
    text-align: center;
    text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 20px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    color: white;
    letter-spacing: 0.05em;
    opacity: 0.8;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 87%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: #1f8dd6;
}
    .content-subhead i {
        margin-right: 7px;
    }

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #2d3e50;
    color: #aaa;
}

/* This is the class used for the footer */
.footer {
    background: #111;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.error-message {
  color: rgb(202, 60, 60);
  text-align: center;
}

.button-primary,
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.pure-button-primary {
  background: #0078e7;
}

.button-success {
  background: rgb(28, 184, 65);
  /* this is a green */
}

.button-error {
  background: rgb(202, 60, 60);
  /* this is a maroon */
}

.button-warning {
  background: rgb(223, 117, 20);
  /* this is an orange */
}

.button-secondary {
  background: rgb(66, 184, 221);
  /* this is a light blue */
}

.button-off {
  background: lightgray;
  color: gray;
}

.home-menu ul {
  float: right;
}
li#menu-open a.pure-menu-link::after {
  content: "";
}

.material-icons {
font-size: 30px;
}

.pure-menu-selected>.pure-menu-link, .pure-menu-selected>.pure-menu-link:visited {
    color: var(--primary-color);
}
.pure-menu-link>.menu-item-selected {
  background-color: #eee;
}

div#description {
    padding-right: 30px;
}

#footer {
  width: 100%; 
  padding: 150px 0;
  text-align: center;
  background-color: #5c6670;
  color: #ffffff;
  margin-top: 20px;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }

    /* We can align the menu header to the left, but float the
    menu items to the right. */
    .home-menu {
        text-align: left;
    }
       
    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
        width: 50%;
        height: 50%;
    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}

/* Navigation Bar */
#benalign-nav {
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: rgba(255,255,255,.97);
  box-shadow: 0 0 2px rgb(0 0 0 / 20%);
  z-index: 9999;
}

#benalign-nav .nav-logo {
  height: 28px;
}
#benalign-nav #menu-open ul.pure-menu-children {
  left: -30px !important;
}

.home-menu {
  padding: 0.5em 0 0 .5em;
}

.pure-menu.pure-menu-fixed {
  /* Fixed menus normally have a border at the bottom. */
  border-bottom: none;
  /* I need a higher z-index here because of the scroll-over effect. */
  z-index: 4;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home-menu .pure-menu-heading {
  font-weight: 400;
  font-size: 120%;
}

.home-menu a {
  color: var(--primary-color);
}
.home-menu li a:hover,
.home-menu li a:focus {
  background: none;
  border: none;
  color: #23C9C4;
}

/* Gridded Benefit Blocks */
div.benefit-block {
  border-radius: 0.375rem;
  background: #fff;
  margin: 10px 10px 10px 0px;
  border: 1px solid #ddd;
  min-height: 160px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

div.benefit-block.benefit-small {
  cursor: pointer;
  position: relative;
  bottom: 0px;
  transition: bottom 0.1s ease-out;
  position:relative;
  bottom: 0px;
}

div.benefit-block.benefit-small:hover, benefit-block.benefit-small:focus {
  bottom: 8px;
}

div.benefit-block .benefit-image .benefit-filter-tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 1px solid lightgray;
  border-radius: 5px;
  background-color: white;
  padding: 0 6px;
  box-shadow: inset rgba(0, 0, 0, 0.16) 1px 1px 4px;
}

div.benefit-block .benefit-title {
  padding: 3px 14px;
  color: #185459;
  font-size: 1.2em;
  font-weight: 600;
  font-family: 'Montserrat', Arial, sans-serif;
}

.benefit-large .benefit-title {
  font-weight: 600;
  font-size: 1.8em;
  font-family: 'Montserrat', Arial, sans-serif;
}

div.benefit-block .benefit-desc {
  padding: 0 0 10px 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'Montserrat', Arial, sans-serif;
}
div.benefit-block .benefit-actions {
	text-align: center;
  margin-bottom: 20px;
  display: none;
}
div.benefit-block.benefit-large .benefit-image {
  position: relative;
}
div.benefit-block.benefit-large .benefit-image .corner-flag {
  position: absolute;
}
div.benefit-block .benefit-image {
  min-width: 100%;
  min-height: 220px;
  display: inline-block;
  background-color: var(--primary-color);
  background-repeat: no-repeat !important;
  background-image: url(/assets/images/Benalign-DirectCare.jpg);
  background-size: cover !important;
  background-position: center center;
  border-radius: 0.375rem 0.375rem 0px 0px;
  position: relative;
}
.benefit-large .benefit-logo {
    width: 23%;
    height: 115px;
    float: right;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: top center;
    margin-top: 22px;
}
.benefit-large .benefit-title {
    font-weight: 600;
    font-size: 1.8em;
    font-family: 'Montserrat', Arial, sans-serif;
    display: inline-block;
    width: 75%;
    margin-top: 16px;
}
div.benefit-block.benefit-large .benefit-desc {
    display: inline-block;
    position: relative;
    width: 71%;
    min-height: 87px;
}

.benefit-large .section-title {
    border-top: 1px solid #ccc;
    width: 97%;
    padding-top: 20px;
    margin-top: 20px;
}

span.benefit-strategy {
  color: var(--primary-color);
}

.upload-dialog {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 30px;
}

div.benefit-block.benefit-large .benefit-actions {
    display: block;
}
div.section-div,div.subsection {
    overflow-x: scroll;
    white-space: nowrap;
    padding-left: 10px;
}

/* Benalign Wallet */
.benalign-mypocket.horizontal {
  overflow-x: scroll;
  white-space: nowrap;
  margin: 10px 6px 0px 10px;
}
.benalign-mypocket.vertical {
  width: 100%;
  display: inline-block;
}
.benalign-mypocket .upload-wrapper {
  display: inline-block;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  border-radius: 0.375rem;
  background: #fff;
  margin: 10px;
  border: 1px solid #ddd;
  position: relative;
}
.benalign-mypocket img {
  height: 200px;
  min-height: 160px;
  border-radius: 0.375rem 0.375rem 0 0;
}
.benalign-mypocket a.download-btn {
  position: absolute;
  top: 0px;
  right: 60px;
  padding: 0.3em;
}
.benalign-mypocket a.delete-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0.3em;
}
.benalign-mypocket .upload-label {
  text-align: center;
}

p.mypocket-empty-notice {
    padding-left: 12px;
    font-style: italic;
}

.benalign-mypocket .benefit-title {
    margin-top: 10px;
}

#mypocket-wrapper {
  padding-left: 10px;
}

/* Misc */
a:hover {
  text-decoration: none;
}

.pure-button {
    font-size: 1.2em;
}

.pure-button-primary, a.pure-button-primary {
  background-color: var(--primary-color);
  color: #ffffff;
}

.pure-button-secondary {
  background-color: var(--secondary-color);
  color: #ffffff;
}

.pure-button-secondary:hover {
  color: #ffffff;
}

.pure-button-primary-hollow {
  background-color: #ffffff;
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.pure-button-primary-hollow:hover {
  color: #6267f5;
}

.pure-button-primary-hollow:focus {
  background-color: #ffffff;
  color: #6267f5;
  border: 1px solid #6267f5;
}

.pure-button-primary-white {
  background-color: #fff;
  color: #6267f5;
}

.pure-button-primary-white:hover {
  color: #6267f5;
}

.pure-button-danger {
  background-color: #fff7f7;
  color: #ed4141;
}

a.pure-button-primary:hover {
  color: #fff;
  text-decoration: none;
}

/*Toggle Switch*/

.toggle-checkbox {
  position: absolute;
  z-index: -5;
  opacity: 0;
}

.toggle-checkbox + span {
  width: 22px;
  height: 14px;
  border-radius: 30px;
  border: 2px solid #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: border-color 200ms ease-in, background-color 200ms ease-in;
}

.toggle-checkbox:focus-visible + span {
  outline: 1px solid -webkit-focus-ring-color;
}

.toggle-checkbox + span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #a7a7a7;
  border-radius: 50%;
  left: 2px;
  top: 1px;
  transition: transform 200ms ease-in, background-color 200ms ease-in;
}

.toggle-checkbox:checked + span {
  border-color: #6267f5;
  background-color: #6267f5;
}

.toggle-checkbox:checked + span::before {
  background-color: #fff;
  transform: translateX(7px);
}

.toggle-checkbox-text {
  color: #5a5a5a;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 10px;
  transition: color 200ms ease-in;
}
.toggle-checkbox:checked ~ .toggle-checkbox-text {
  color: #6267f5;
}

/* Flex Ribbon */
.corner-ribbon {
    width: 250px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    overflow: hidden;
}
.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
/* Ribbon Positioning */
.corner-ribbon.top-right {
    top: 30px;
    right: -70px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    overflow: hidden;
}
/* Ribbon Colors */
.corner-ribbon.orange {
    background: #ff970a;
}

/*Input group*/

.input-group {
  display: block;
}

.input-group h6 {
  color: #818181;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
}

.input-group input,
.input-group select {
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  color: #000000;
  font-size: 16px;
  padding: 15px;
  background-color: #fff;
}

.input-group input::placeholder {
  color: #b1b1b1;
}

.add-image {
  font-size: 14px;
  color: #6267f5;
  cursor: pointer;
}

.add-image input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}

.remove-image {
  font-size: 14px;
  color: #f56262;
  cursor: pointer;
}

input#photo {
    padding: 10px;
    border-radius: 5px;
}

/*Share links*/

.share-link {
  font-size: 14px;
}

.share-link:hover {
  text-decoration: none;
}

a.share-twitter {
  color: #35cbff;
}

a.share-facebook {
  color: #1375c9;
}

.pure-menu-heading, .pure-menu-link {
  padding: 0.5em 0.5em;
}

li#menu-profile a, li#menu-open a {
    padding: 0.5em 0.5em 0em 0.5em;
}

#section-2 .pure-u-1-3.benefit-wrapper-div,.subsection .pure-u-1-3.benefit-wrapper-div {
    width: 70%;
}

.pure-u-1-3, .pure-u-8-24 {
    white-space: normal;
}

#section-1 .pure-u-1-3, #section-13 .pure-u-1-3 {
    width: 70%;
}

tr.hovered td {
  background-color: #6FE1E1;
}
.pure-table-striped tr.hovered:nth-child(2n-1) td {
  background-color: #6FE1E1;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {
	div.benefit-block.benefit-large .benefit-image {
		min-height: 400px;
	}
	.pure-menu-heading, .pure-menu-link {
        	padding: 0.5em 1em;
	}
	#section-2 .pure-u-1-3.benefit-wrapper-div,.subsection .pure-u-1-3.benefit-wrapper-div {
        	width: 29%;
	}
	#section-1 .pure-u-1-3, #section-13 .pure-u-1-3 {
    		width: 33.33%;
	}
	.user-tray-tile {
	width: 23%;
	}

}

/* Input elements */
.pure-form-stacked textarea {
    width: 100%;
}

input[type=checkbox], input[type=radio] {
    margin-right: 7px;
}

div#form-wrapper {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: #ccc 0 0 10px;
    margin-top: 10px;
}

dialog#edit-benefit-dialog {
    border-radius: 10px;
    border: #ffffff;
    box-shadow: #777 0 0 10px;
}

.pure-form legend {
    font-size: 16pt;
}

.upload-disclaimer {
    max-width: 300px;
    font-size: 14px;
    line-height: 19px;
    color: #333;
}

/* User Notification Stuff */
div.notification-message {
  padding-right: 65px;
  padding-left: 10px;
}

.user-notification .pure-button {
    margin-left: 11px;
}

span.user-notification-menu-button {
  float: right;
  position: relative;
  right: 20px;
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  color: black;
}
span.user-notification-menu-button:hover {
  background-color: lightgray;
}

div.notification-block .reload-needed {
  text-align: center;
}

div.notification-separator {
  margin-top: 7px;
  height: 1px;
  background-color: lightgray;
  margin-bottom: 10px;
}

div.read-notificiaton .pure-button {
  background-color: lightgray;
}

dialog#confirm-notification-delete {
  text-align: center;
}
dialog#confirm-notification-delete h3 {
  margin: 20px;
}
dialog#confirm-notification-delete div.message {
  padding-bottom: 25px;
}

.button-xsmall {
  font-size: 75%;
}

