/****/
.container {
  max-width: 100%;
}
.container .container {
  width: 100% !important;
}

ul {
  padding-left: 10px;
}
ul li {
  list-style: inherit;
}

/* jason jan 2021 */
header .area-main-menu .navigation ul.gva_menu li {
  list-style: none;
  padding-bottom: 0.5em;
}

.nav-tabs, .block-builder-main ul, .topbar ul, ul.contact-info, ul.menu {
  list-style: none !important;
  padding-left: 0;
}

.node--view-mode-full p {
  margin-bottom: 10px;
}

body div.body-page {
  background-color: #fff;
}

.sidebar nav.block {
  display: table;
}
.sidebar nav.block ul.gva_menu > li {
  width: 100%;
}
.sidebar nav.block ul.gva_menu > li > a {
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}
.sidebar nav.block ul.gva_menu .sub-menu {
  border-top: none;
  box-shadow: none;
  display: block !important;
  opacity: 1 !important;
  position: static;
  visibility: visible !important;
}
.sidebar nav.block ul.gva_menu .sub-menu a {
  padding-right: 0 !important;
  font-size: 11px;
  color: #696969;
  padding-left: 20px;
}

.site-branding-logo {
  max-height: inherit;
}
.site-branding-logo img {
  max-height: 80px;
  width: auto;
}

#user-register-form {
  padding: 20px 0;
}
#user-register-form .form-wrapper {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#user-register-form .form-wrapper#edit-actions {
  border-bottom: none;
}
#user-register-form label {
  width: 100%;
}
#user-register-form .form-item {
  margin-bottom: 15px;
}

input[type*='submit'] {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #7383BE;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
input[type*='submit']:hover {
  background: #fff;
  color: #282828;
  border-color: #7383BE;
}

body.path-user .help {
  max-width: 800px;
  margin: 0 auto;
}
body.path-user .help .container {
  width: 100%;
  padding: 0;
}
body.path-user #page-main-content > .main-content-inner {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  margin-bottom: 50px;
  margin-top: 30px;
}
body.path-user summary {
  font-weight: 700;
  text-transform: uppercase;
  color: #7383BE;
}

.portfolio-carousel-single .portfolio-item .image img {
  max-width: 100% !important;
}

@media (max-width: 991px) {
  .portfolio-carousel-single .portfolio-item .portfolio-content .title a {
    font-size: 24px;
    line-height: 30px;
  }

  .portfolio-carousel-single .portfolio-item .portfolio-content {
    top: 80px;
    left: 30px;
  }
}
img.unveil-image {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
}
img.unveil-image.image-loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}

.views-exposed-form .fieldset-wrapper .description {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.views-exposed-form .fieldset-wrapper .form-checkboxes a.bef-toggle {
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #7383be;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.views-exposed-form .fieldset-wrapper .form-checkboxes a.bef-toggle:hover {
  background: #fff;
}

header .area-main-menu .gva-search-region .search-content {
  width: 295px !important;
}

.logged-in .help.show {
  display: none !important;
}

body.logged-in.toolbar-tray-open .help.show {
  display: block !important;
}

.post-thumbnail.post-gallery .owl-carousel .owl-nav > div.owl-prev {
  left: 10px !important;
  background: #fff;
  line-height: 43px;
}
.post-thumbnail.post-gallery .owl-carousel .owl-nav > div.owl-next {
  right: 10px !important;
  background: #fff;
  line-height: 43px;
}

/** CARE **/
.site-branding-logo img {
  max-height: 50px;
  width: auto;
  margin-top: 4px;
}

.path-grantee-reports-dashboard .views-field ul {
  padding-left: 0;
  list-style: none;
}

  @media (min-width: 992px) {
.site-branding-logo img {
  max-height: 60px;
  width: auto;
  margin-top: 4px;
}
}
input[type*='submit'] {
  background: #f39c12;
}
input[type*='submit']:hover {
  border-color: #f39c12;
}
body.path-user summary {
  color: #f39c12;
}
.frontpage h1.page-title {
  display: none;
}

/* dashboard support 2021 */
.combine-tile-elements {
  position: relative;
}
section.caregivers .one p {
  position: absolute;
  top: 1.2em;
  right: 0.75em;
  margin: 0;
}

/* smaller than ipad more like phones  */
@media (max-width: 419px) {
  section.caregivers .one p {
    position: absolute;
    top: 2.5em !important;
    right: .75em !important;
    margin: 0;
    font-size: 90%;
    max-width: 50%;
  }
}
@media (max-width: 819px) {
  h1.grantee-title {
    max-width: 50% !important;
  }
  .families .tile.text.five {
    padding: 0em !important;
  }
  section.caregivers .one p {
    /* position: absolute;
    top: 3.4em;
    right: 1em !important; */
  }
  .card {
    margin-bottom: 1.5em;
  }
}

@media (max-width: 820px) {
  .layer.two {
    border: none !important;
  }
  section.families .tile.text.five {
    border: none;
  }
  section .tile.img.one {
    margin-top: 1.25em;
  }
  section.families .tile.text.five p {
    border: 1px solid #ccc;
    padding: 2em;
    width: 390px;
  }
  .tiles {
    flex-flow: column wrap;
  }
  .tile.img {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .tiles {
    flex-flow: column wrap;
  }
  .tile.img {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  .tile.text p {
    max-width: 390px;
  }
  section.caregivers .one p {
    /* position: absolute;
    top: 3.4em;
    right: 9em; */
    top: 2em;
    right: 1.2em;
  }
}

@media (min-width: 821px) {
  .container {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
      width: 1170px;
  }
}

/* @media (min-width: 992px) { */
@media (min-width: 821px) { /* Safari Fix */
  .container {
      width: 1170px;
  }
  .tile {
    width: 379.25px;
    height: 259px;
  }
  .tiles {
    flex-flow: row wrap;
  }

  /* flex row wrap hack for caregivers layout */
  .caregivers .one, .caregivers .four, .caregivers .seven {
    width: 428px;
    /* height: unset; */
  }
  .caregivers .two, .caregivers .five, .caregivers .eight {
    width: 282px;
  }
  .caregivers .three, .caregivers .six, .caregivers .nine {
    width: 428px;
  }
  .caregivers .one img{
    margin-top: -5em;
  }
  section.caregivers .one p {
    /* position: absolute;
    top: 1em !important;
    right: 0.5em !important; */
  }
}

@media (min-width: 1200px) {
  .container {
      /* width: 1200px; */
  }
  .caregivers .one img {
    margin-top: 0em !important;
  }
  .tile.img p {
    position: absolute;
    top: 5em !important;
    right: 1em !important;
    margin: 0;
}

/* iPad Pro Caregivers Served text fix (breaks regular IPad :( */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    section.caregivers .one p {
      /* position: absolute;
      top: 3.4em;
      right: 0 !important; */
      font-size: 1em;
    }
}

@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
    section.caregivers .one p {
      /* position: absolute;
      top: 3.4em;
      right: 0.5em !important; */
    }
}
/** CARE end **/