body.page-template-t_volunteers, body.page-template-t_organization, body.single-supporter, body.single-event {
  background: 0;
}
.volunteers .header-list {
  height: 60px;
  width: 100%;
  display: flex;
  font-size: 20px;
  font-family: "RedRing-Regular";
  line-height: 60px;
}
.volunteers .header-list .text {
  color: #fb580c;
  margin-left: 20%;
}
.volunteers .header-list .counter {
  color: #000;
  margin-left: 30px;
  display: flex;
  width: 110px;
  justify-content: space-between;
  align-items: center;
}
.volunteers .header-list .counter .left-arrow, .volunteers .header-list .counter .right-arrow {
  height: 28px;
  width: 15px;
  position: relative;
}
.volunteers .header-list .counter .left-arrow a, .volunteers .header-list .counter .right-arrow a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.volunteers .header-list .counter .left-arrow {
  background-image: url(../img/arrow-left-volunteers.png);
}
.volunteers .header-list .counter .right-arrow {
  background-image: url(../img/arrow-right-volunteers.png);
}
.volunteers .top-image {
  max-height: 400px;
  position: relative;
}
.volunteers .top-image .circle {
  position: absolute;
  width: 112px;
  height: 112px;
  top: 30px;
  left: 20%;
  background-image: url(../img/circle-volunteers.png);
  background-position: center;
  background-repeat: no-repeat;
}
.volunteers .text-header {
  display: flex;
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: "RedRing-Regular";
  justify-content: space-between;
  position: relative;
}
.volunteers .text-header .text {
  margin-right: 7%;
  font-size: 44px;
  line-height: 55px;
  font-weight: bold;
}
.volunteers .text-header .info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 26px;
  justify-content: center;
  padding: 10px 0;
}
.volunteers .text-header .edit-this-post {
    position: relative;
    background-image: url(../img/dashboard-event-photo.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 60px;
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    background-position: center top;
    padding-left: 5px;
    color: #f15623;
    font-size: 14px;
    font-weight: bold;
    font-family: "RedRing-Regular";
}
.volunteers .text-header .edit-this-post a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.volunteers .text-header .info .data, .volunteers .text-header .info .address, .volunteers .text-header .info .url {
  height: 30px;
  padding-left: 50px;
  background-image: url(../img/volunteers-info.png);
  background-repeat: no-repeat;
}
.volunteers .text-header .info .data {
  background-position: left top;
  font-weight: bold;
}
.volunteers .text-header .info .address {
  background-position: left center;
  font-weight: bold;
  margin: 6px 0;
}
.volunteers .text-header .info .url {
  background-position: left bottom;
}
.volunteers .content h4 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.volunteers .content p {
  padding: 0;
}
.volunteers .content a {
  font-weight: normal;
}
.volunteers .buttons {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 45px;
  margin-bottom: 90px;
}
.volunteers .buttons .connect, .volunteers .buttons .share {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.volunteers .buttons .connect {
  font-size: 23px;
  background-color: #47bb91;
  height: 60px;
  width: 200px;
}
.volunteers .buttons a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.volunteers .buttons .share-btns {
    padding: 0;
}
.volunteers .buttons .share-btns .twitter-btn, .volunteers .buttons .share-btns .fb-btn, .volunteers .buttons .share-btns .gp-btn, .volunteers .buttons .share-btns .linkedin-btn {
    display: inline-block;
    height: 63px;
    width: 63px;
    background-image: url(../img/share_btns_1.png);
    background-repeat: no-repeat;
    background-position: left top;
    position: inherit;
    top: auto;
    left: auto;
}
.volunteers .buttons .share-btns .fb-btn {
    background-position: -63px 0;
}
.volunteers .buttons .share-btns .fb-btn:hover {
    background-position: -63px -64px;
}
.volunteers .buttons .share-btns .gp-btn {
    background-position: -127px 0;
}
.volunteers .buttons .share-btns .gp-btn:hover {
    background-position: -127px -64px;
}
.volunteers .buttons .share-btns .linkedin-btn {
    background-position: -191px 0;
}
.volunteers .buttons .share-btns .linkedin-btn:hover {
    background-position: -191px -64px;
}
.volunteers .full-width.grey {
  display: flex;
  background: url(../img/main-bg.png) repeat 0 0 transparent;
  justify-content: center;
  height: 100%;
  min-height: 750px;
  font-family: "RedRing-Regular";
}
.volunteers .full-width.grey .content-wrapper {
    display: flex;
    width: 1270px;
    max-width: 90%;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto 0px auto;
    padding: 0px 40px;
}
.volunteers .full-width.grey .content {
  width: 60%;
  max-width: 1000px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.volunteers .full-width.grey .content .column {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  height: 100%;
}
.volunteers .full-width.grey .content .column .image {
  width: 374px;
  height: 215px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.volunteers .full-width.grey .content .column .name {
  padding-top: 30px;
}
.volunteers .full-width.grey .content .column .name h1 {
  padding: 0;
  text-align: left;
  font-size: 44px;
}
.volunteers .full-width.grey .content .column .description {
  padding-top: 20px;
  padding-right: 100px;
}
.volunteers .full-width.grey .content .column .description p {
  font-size: 14px;
}
.volunteers .full-width.grey .content .column .link a {
  font-size: 18px;
}
.volunteers .full-width.grey .content .column .share-box {
  display: flex;
  width: 240px;
  height: 34px;
  padding-top: 55px;
}
.volunteers .full-width.grey .content .column .share-box div {
  background-image: url(../img/volunteers-share-buttons.png);
  background-repeat: no-repeat;
  position: relative;
  width: 33px;
  height: 34px;
}
.volunteers .full-width.grey .content .column .share-box div a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.volunteers .full-width.grey .content .column .share-box div.googleplus {
  background-position: 0px 0px;
}
.volunteers .full-width.grey .content .column .share-box div.instagram {
  background-position: -33px 0px;
}
.volunteers .full-width.grey .content .column .share-box div.pinterest {
  background-position: -66px 0px;
}
.volunteers .full-width.grey .content .column .share-box div.twitter {
  background-position: -99px 0px;
}
.volunteers .full-width.grey .content .column .share-box div.facebook {
  background-position: -132px 0px;
}
.volunteers .full-width.grey .content .column .share-box div.youtube {
  background-position: -165px 0px;
}
.volunteers .full-width.grey .content .column .share-box div.linkedin {
  background-position: -199px 0px;
}
.volunteers .full-width.grey .content .column .share-box div:last-of-type {
  width: 34px;
}
.volunteers .full-width.grey .content .column .buttons {
  color: #fff;
  font-size: 16px;
  font-family: "RedRing-Regular";
  justify-content: flex-start;
  padding-top: 45px;
  margin-bottom: 0px;
}
.volunteers .full-width.grey .content .column .buttons div {
  position: relative;
  background-color: #f45513;
  width: 140px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
  margin-bottom: 25px;
}
.volunteers .full-width.grey .content .column .edit-this-post {
    position: relative;
    background-image: url(../img/dashboard-event-photo.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    background-position: center top;
    padding-left: 5px;
    color: #f15623;
    font-size: 14px;
    font-weight: bold;
    font-family: "RedRing-Regular";
}
.volunteers .full-width.grey .content .column .edit-this-post a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.volunteers .full-width.grey .map-wrapper {
  position: relative;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 750px;
  width: 40%;
}
.volunteers .full-width.grey .map-wrapper .map {
  min-height: 750px;
  height: 100%;
  width: 100%;
}
.volunteers .full-width.grey .map-wrapper div.address {
  position: absolute;
  width: 60%;
  height: 66px;
  bottom: 10%;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/dashboard-map-icon-white.png);
  background-position: 7% 50%;
  background-repeat: no-repeat;
  padding: 0px 10px 0px 51px;
}
.volunteers .full-width.grey .map-wrapper div.address p {
    margin-bottom: 0;
}
.volunteers .middle-container.white {
  margin-top: 0;
  width: 1270px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.volunteers .middle-container.white.search {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-family: "RedRing-Regular";
  font-size: 20px;
  padding-top: 115px;
  padding-bottom: 130px;
}
.volunteers .middle-container.white.search .search-logo {
  background-image: url(../img/volunteers-search-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 105px;
  width: 75px;
  margin-left: 70px;
}
.volunteers .middle-container.white.search .search-text {
  width: 450px;
  text-align: center;
}
.volunteers .middle-container.white.search .search-button {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 265px;
  height: 65px;
  background-color: #47bb91;
}
.volunteers .middle-container.white.search .search-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.volunteers .flex-content {
  display: flex;
}
.dashboard .header {
  display: flex;
  flex-direction: column;
  width: 1400px;
  font-size: 32px;
  font-weight: bold;
  font-family: "RedRing-Regular";
  height: auto;
  margin: 0 auto 0px auto;
  max-width: 90%;
  background: url(../img/main-bg.png) repeat 0 0 transparent;
}
.dashboard .header .text {
  height: 120px;
  display: flex;
  align-items: center;
}
.dashboard .header .text span.user-name {
  padding-right: 12px;
}
.dashboard .header .text span.organization-name {
  padding-left: 12px;
}
.dashboard .header span.orange {
  color: #f15623;
}
.dashboard .header .navigation {
  font-weight: normal;
  font-size: 24px;
  flex-direction: row;
  display: flex;
}
.dashboard .header .navigation a {
  position: relative;
  background-color: #f8f8f8;
  width: 25%;
  height: 80px;
  display: flex;
  color: #4b4b4b;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  text-decoration: none;
  border-left: 1px solid #d3d7da;
  border-top: 1px solid #d3d7da;
  border-bottom: 1px solid #d3d7da;
  line-height: 29px;
}
.dashboard .header .navigation a:hover {
  text-decoration: none;
}
.dashboard .header .navigation a:last-of-type {
  border-right: 1px solid #d3d7da;
}
.dashboard .header .navigation a.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.dashboard .header .navigation a div {
  width: 35px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.dashboard .header .navigation a.listings div {
  background-image: url(../img/dashboard-listings.png);
}
.dashboard .header .navigation a.profile div {
  background-image: url(../img/dashboard-profile.png);
}
.dashboard .header .navigation a.social div {
  background-image: url(../img/dashboard-social.png);
}
.dashboard .header .navigation a.library div {
  background-image: url(../img/dashboard-library.png);
}
.dashboard .middle-container.white {
  margin-top: 0;
  width: 1400px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.dashboard .full-width.white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 70px;
}
.dashboard .full-width.white .dashboard-content {
  margin: 90px auto 0px auto;
  padding: 20px;
  border: 1px solid #d6d6d6;
  max-width: 90%;
  width: 1400px;
  display: flex;
  flex-direction: column;
}
.dashboard .full-width.white .dashboard-content.listings-box {
  margin: 15px auto 0px auto;
  display: none;
}
.dashboard .full-width.white .dashboard-content.profile-box, .dashboard .full-width.white .dashboard-content.social-box, .dashboard .full-width.white .dashboard-content.library-box {
  display: none;
}
.dashboard .full-width.white .dashboard-content h3 {
  font-size: 24px;
  color: #f15623;
  text-align: left;
  padding: 0;
  font-weight: bold;
}
.dashboard .full-width.white .dashboard-content h4 {
  font-size: 14px;
  font-weight: bold;
}
.dashboard .full-width.white .dashboard-content div.first-div {
  display: flex;
}
#myForm-organization-logo, #myForm-header-image, #myForm-event-photo {
    width: 0;
    height: 0;
    margin: 0;
}
#myForm-organization-logo input, #myForm-header-image input, #myForm-event-photo input {
    width: 0;
    height: 0;
    border: 0;
    line-height: 0;
    padding: 0;
}
.dashboard .full-width.white .dashboard-content div.first-div div.event-photo, .dashboard .full-width.white .dashboard-content div.first-div div.header-image, .dashboard .full-width.white .dashboard-content div.first-div div.organization-logo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #d6d6d6;
  margin-right: 25px;
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  min-width: 250px;
  max-width: 390px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.event-photo .edit-image, .dashboard .full-width.white .dashboard-content div.first-div div.header-image .edit-image, .dashboard .full-width.white .dashboard-content div.first-div div.organization-logo .edit-image {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 10px;
  right: 10px;
  background-image: url(../img/dashboard-event-photo.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.delete-image {
    margin-left: auto;
}
.delete-image:hover {
    cursor: pointer;
}
.dashboard .full-width.white .dashboard-content div.first-div div.event-photo-wrapper {
    width: 100%;
    min-width: 250px;
    max-width: 390px;
    margin-right: 25px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.event-photo-wrapper .event-photo-text {
    color: #a3a3a3;
    padding-top: 10px;
    font-family: 'RedRing-Regular';
}
.dashboard .full-width.white .dashboard-content div.first-div div.organization-logo-wrapper {
    width: 100%;
    min-width: 250px;
    max-width: 390px;
    margin-right: 25px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.organization-logo-wrapper .organization-logo-text{
    color: #a3a3a3;
    padding-top: 10px;
    font-family: 'RedRing-Regular';
    display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div div.header-image-wrapper { 
    width: 100%;
    min-width: 250px;
    max-width: 390px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.header-image-wrapper div.header-image {
  background-size: cover;
  width: 100%;
}
.dashboard .full-width.white .dashboard-content div.first-div div.header-image-wrapper .header-image-text{
    color: #a3a3a3;
    padding-top: 10px;
    font-family: 'RedRing-Regular';
    display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div .event-photo-input, .dashboard .full-width.white .dashboard-content div.first-div .organization-logo-input, .dashboard .full-width.white .dashboard-content div.first-div .header-image-input {
  height: 0px;
  width: 0px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio {
  display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .event-title {
  height: 55px;
  width: 100%;
  margin-right: 20px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .radio {
  width: 35%;
  padding-bottom: 15px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper {
    display: flex;
    position: relative;
    flex-direction: column;
    color: #f15623;
    font-size: 14px;
    font-weight: bold;
    font-family: "RedRing-Regular";
    cursor: pointer;
    width: 180px;
    height: 100%;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-text {
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper .select-options {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper .select-header {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding: 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding-left: 45px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper .select-arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-size: 17px;
    margin-top: 8px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper.active .select-options {
    display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper .select-options a {
    color: #f15623;
    font-size: 14px;
    font-weight: bold;
    font-family: "RedRing-Regular";
    text-decoration: none;
    cursor: pointer;
    width: 180px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    background-color: #FFF;
    z-index: 2;
    padding: 20px;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper .select-options a:last-of-type {
    border-bottom: 1px solid #f3f3f3;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio .select-wrapper .select-options a:hover {
    background-color: #f8f8f8;
}

.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio select{
  border: 0;
  color: #f15623;
  font-size: 14px;
  font-weight: bold;
  font-family: "RedRing-Regular";
  width:100px;
  margin-left:50px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio select:active{
  outline: none;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio select:hover{
  outline: none;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio select option{
  border: 0;
  color: #f15623;
  font-size: 14px;
  font-weight: bold;
  font-family: "RedRing-Regular";
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time input {
  width: 155px;
  height: 60px;
  padding: 9px 15px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time p {
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 5px;
  font-family: "RedRing-Regular";
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div {
  display: flex;
  align-items: center;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div input[type="date"]::-webkit-inner-spin-button, 
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div input[type="date"]::-webkit-clear-button, 
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div input[type="time"]::-webkit-clear-button,
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div input[type="time"]::-webkit-calendar-picker-indicator, 
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div input[type="time"]::-webkit-inner-spin-button {
  margin-right: 28px;
  margin-top: 10px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .date input {
  background-image: url(../img/dashboard-date-icon.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .time input {
  background-image: url(../img/dashboard-time-icon.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start {
  display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start .time-zone {
    position: relative;
    cursor: pointer;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start .time-zone-header {
    width: 155px;
    height: 60px;
    padding: 9px 15px;
    background-color: #f8f8f8;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start .time-zone .time-zone-options {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 100%;
}

.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start .time-zone.active .time-zone-options {
    display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start a.time-zone-option {
    color: #f15623;
    font-size: 14px;
    font-weight: bold;
    font-family: "RedRing-Regular";
    text-decoration: none;
    cursor: pointer;
    width: 155px;
    height: 60px;
    background-color: #FFF;
    z-index: 2;
    padding: 20px;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start a.time-zone-option:last-of-type {
    border-bottom: 1px solid #f3f3f3;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start a.time-zone-option:hover {
    background-color: #f8f8f8;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start .date, .dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start .time {
  margin-right: 15px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .plus {
  width: 22px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 13px;
  background-image: url(../img/dashboard-date-plus.png);
  background-position: center;
  background-repeat: no-repeat;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .end-time {
  display: flex;
  font-size: 14px;
  color: #f15623;
  font-weight: bold;
  margin-top: 17px;
  cursor: pointer;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .end-time.active {
  display: none;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .end {
  display: none;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .end.active {
  display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .end .date {
  margin-right: 15px;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .close-end {
  display: none;
  width: 22px;
  height: 22px;
  margin-left: 15px;
  margin-top: 15px;
  cursor: pointer;
  background-image: url(../img/dashboard-date-close.png);
  background-position: center;
  background-repeat: no-repeat;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .close-end {
  display: flex;
}
.dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .footer-text {
  font-size: 14px;
  font-weight: normal;
  width: 50%;
}
.dashboard .full-width.white .dashboard-content div.description-content {
  display: flex;
  padding-bottom: 30px;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding-right: 15px;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief input {
  width: 100%;
  margin-bottom: 15px;
  height: 60px;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief input.address-input {
  background-image: url(../img/dashboard-map-icon.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief .textarea-div{
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief .placeholder-absolute{
  position: absolute;
  top: 18px;
  left: 20px;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief .brief-summary {
  width: 100%;
  background-color: #f8f8f8;
  height: 100%;
  padding: 20px;
  padding-top: 50px;
  position: relative;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief .textarea-count {
    align-self: flex-end;
    font-family: "RedRing-Regular";
    font-size: 20px;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief .textarea-count.error {
    color: red;
}
.dashboard .full-width.white .dashboard-content div.description-content div.brief .brief-summary.highlighted {
  border: 1px solid red;
}
.dashboard .full-width.white .dashboard-content div.description-content .full-description {
  background-color: #f8f8f8;
  width: 60%;
  height: 370px;
  margin-bottom: 15px;
  padding: 20px;
}
.dashboard .full-width.white .dashboard-content input {
  background-color: #f8f8f8;
}
.dashboard .full-width.white .dashboard-content .buttons {
  display: flex;
  justify-content: flex-end;
}
.dashboard .full-width.white .dashboard-content .buttons a.button {
  background-color: #f15f21;
  color: #fff;
  font-size: 22px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:none;
}
.dashboard .full-width.white .dashboard-content .buttons a.button:hover {
  border:none;
}

.dashboard .full-width.white .dashboard-content .buttons .preview {
  width: 270px;
  margin-right: 15px;
}
.dashboard .full-width.white .dashboard-content .buttons .preview.listing {
  width: 310px;
}
.dashboard .full-width.white .dashboard-content .buttons .status.listing {
  margin-left:10px;
}

.dashboard .full-width.white .dashboard-content .buttons a.button.disabled {
  background-color:#ccc;
  cursor:default;
}

.dashboard .full-width.white .dashboard-content .buttons input.button {
  background-color: #f15f21;
  color: #fff;
  font-size: 22px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-shadow: 0;
}
.dashboard .full-width.white .dashboard-content .buttons .save {
  width: 370px;
}
.dashboard .full-width.white .dashboard-content .dropdown-input {
  display: flex;
}
.dashboard .full-width.white .dashboard-content .dropdown-input .dropdown-social {
  margin-top: 3px;
  background-image: url(../img/dashboard-social-arrow-down.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
}
.dashboard .full-width.white .dashboard-content .dropdown-input .dropdown-social .option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  width: 325px;
  height: 55px;
  background-color: #f15f21;
  color: #fff;
  font-family: "RedRing-Regular";
  font-size: 24px;
  font-weight: bold;
}
.dashboard .full-width.white .dashboard-content .dropdown-input .dropdown-social .dropdown-social-options {
  display: none;
  position: absolute;
  flex-direction: column;
}
.dashboard .full-width.white .dashboard-content .dropdown-input .hidden-input {
  width: 0px;
  height: 0px;
  margin: 0;
  padding: 0;
  border: 0;
}
.dashboard .full-width.white .event-listing {
  display: flex;
  width: 1400px;
  margin: 15px auto 0px auto;
  padding: 0px;
  max-width: 90%;
  flex-direction: column;
}
.dashboard .full-width.white .event-listing .event {
  position: relative;
  display: flex;
  border: 1px solid #d6d6d6;
  height: 260px;
  width: 100%;
  margin-bottom: 12px;
}
.dashboard .full-width.white .event-listing .event.no-events {
  justify-content: center;
  align-items: center;
}
.dashboard .full-width.white .event-listing .event.no-events .info {
  text-align: center;
}
.dashboard .full-width.white .event-listing .event.no-events .info h4 {
  font-size: 32px;
  font-weight: bold;
}
.dashboard .full-width.white .event-listing .event.no-events .info p {
  font-size: 22px;
}
.dashboard .full-width.white .event-listing .event .event-image {
  background-image: url(../img/dashboard-event-image.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  max-width: 390px;
  min-width: 250px;
  height: 220px;
  margin: 20px 30px 20px 20px;
  border: 1px solid #d6d6d6;
}
.dashboard .full-width.white .event-listing .event .event-info {
  font-family: "RedRing-Regular";
  margin: 20px 0px;
  padding-top: 20px;
  line-height: 25px;
}
.dashboard .full-width.white .event-listing .event .event-info .event-title {
  padding-bottom: 25px;
}
.dashboard .full-width.white .event-listing .event .event-info .event-title a{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.dashboard .full-width.white .event-listing .event .event-info .event-expires {
  font-size: 22px;
}
.dashboard .full-width.white .event-listing .event .volunteer {
  padding-top: 30px;
  margin: 20px 25px 20px auto;
  width: 175px;
  background-image: url(../img/dashboard-volunteers-logo.png);
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #f15623;
}
.dashboard .full-width.white .event-listing .event .event-status {
  background-image: url(../img/dashboard-event-photo.png);
  background-repeat: no-repeat;
  background-position: 95% 95%;
  display: flex;
  justify-content: center;
  width: 190px;
  height: 100%;
  border-left: 1px solid #d6d6d6;
  padding-top: 60px;
  font-family: "RedRing-Regular";
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.dashboard .full-width.white .event-listing .event .event-status span.active {
  color: #48bc91;
}
.dashboard .full-width.white .add-event-div {
  width: 1400px;
  display: flex;
  margin: 42px auto 0px auto;
  max-width: 90%;
  justify-content: flex-end;
}
.dashboard .full-width.white .add-event-div .add-event {
  display: flex;
  background-color: #f15623;
  width: 100px;
  height: 33px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  font-family: "RedRing-Regular";
  color: #fff;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  font-weight: bold;
  cursor:pointer;
}
.dashboard .full-width.white .add-event-div .add-event.inactive {
  background-color: #ccc;
  cursor:default;
}

.dashboard .profile-box .second-div {
  padding-top: 35px;
  border-top: 1px solid #d6d6d6;
  margin-top: 45px;
}
.dashboard .profile-box .second-div .description-content .left, .dashboard .profile-box .second-div .description-content .right {
  width: 50%;
}
.dashboard .profile-box .second-div .description-content .left input, .dashboard .profile-box .second-div .description-content .right input {
  width: 100%;
  margin-bottom: 15px;
  height: 60px;
}
.dashboard .profile-box .second-div .description-content .left {
  margin-right: 60px;
}
.dashboard .profile-box .second-div .description-content .left .mission-summary {
  background-color: #f8f8f8;
  width: 100%;
  height: 225px;
}
.dashboard .profile-box .second-div .description-content .right a.reset-password {
  font-size: 14px;
  color: #f15623;
  text-decoration: underline;
  font-weight: normal;
}
.dashboard .social-box .first-div {
  width: 95%;
  max-width: 960px;
  flex-direction: column;
}
.dashboard .social-box .first-div input {
  width: 100%;
  margin-bottom: 5px;
  height: 60px;
}
.dashboard .social-box .second-div .description-content .left, .dashboard .social-box .second-div .description-content .right {
  width: 50%;
}
.dashboard .social-box .second-div .description-content .left input, .dashboard .social-box .second-div .description-content .right input {
  width: 100%;
  margin-bottom: 15px;
  height: 60px;
}
.dashboard .social-box .second-div .description-content .left h4, .dashboard .social-box .second-div .description-content .right h4 {
  margin-top: 5px;
}
.dashboard .social-box .second-div .description-content .left {
  margin-right: 60px;
}
.page-template-t_library .header .box {
  border-top: 1px solid transparent;
}
.dashboard .spinner-background {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
}

.dashboard .spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #f15623;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 40%;
  left: 46%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media screen and (max-width: 1366px) {
    .volunteers .full-width.grey .map-wrapper div.address p {
        font-size: 13px;
    }
    .dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div {
        flex-direction: column;
    }
    .dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .close-end {
        margin-left: 0;
    }
}

@media (max-width: 1050px) and (min-width: 768px) {
    .volunteers .full-width.grey .content {
        margin: 0 auto 20px auto;
    }
}

@media screen and (max-width: 1024px) {
    .dashboard .header .navigation {
        flex-wrap: wrap;
    }
    .dashboard .header .navigation a {
        width: 50%;
        border: 1px solid #d3d7da;
    }
    .dashboard .header .navigation a.active {
        border: 1px solid #d3d7da;
    }
    .dashboard .full-width.white .event-listing .event .event-image {
        min-width: 200px;
        width: 30%;
    }
    .dashboard .full-width.white .event-listing .event .volunteer {
        background-image: url('');
        margin: 20px 0px 20px 20px;
    }
    .dashboard .full-width.white .event-listing .event .event-status {
        width: 10%;
        min-width: 100px;
    }
    .dashboard .full-width.white .event-listing .event .event-info {
        margin: 20px auto;
    }
    .volunteers .full-width.grey .content {
        width: 100%;
        max-width: 90%;
    }
    .volunteers .full-width.grey .content-wrapper {
        padding: 0px;
    }
    .campaign .middle-container.white {
        max-width: 90%;
    }
    .dashboard .full-width.white .dashboard-content div.first-div div.title-content div.title-radio {
        flex-direction: column;
    }
    .dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .start, .dashboard .full-width.white .dashboard-content div.first-div div.title-content div.date-time .data-time-div .end {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .volunteers .full-width.grey .content {
        max-width: 100%;
    }
    .dashboard .full-width.white .dashboard-content div.description-content {
        flex-direction: column;
    }
    .dashboard .full-width.white .dashboard-content div.description-content div.brief {
        width: 100%;
        padding-right: 0;
    }
    .dashboard .profile-box .second-div .description-content .left, .dashboard .profile-box .second-div .description-content .right {
        width: 100%;
        margin-right: 0;
    }
    .dashboard .social-box .second-div .description-content .left,.dashboard .social-box .second-div .description-content .right {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 728px) {
    .dashboard .full-width.white .event-listing .event .event-image {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .dashboard .header .navigation {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .dashboard .header .navigation a {
        width: 100%;
        border: 1px solid #d3d7da;
    }
    .dashboard .header .navigation a.active {
        width: 100%;
        border: 1px solid #d3d7da;
    }
    .dashboard .full-width.white .dashboard-content div.first-div {
        flex-direction: column;
        width: 100%;
    }
    .dashboard .full-width.white .dashboard-content div.first-div div.event-photo, .dashboard .full-width.white .dashboard-content div.first-div div.header-image, .dashboard .full-width.white .dashboard-content div.first-div div.organization-logo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    .dashboard .profile-box .second-div .description-content .left, .dashboard .social-box .second-div .description-content .left {
        margin-right: 10px;
    }
    .dashboard .full-width.white .dashboard-content .dropdown-input .dropdown-social .option {
        width: 180px;
    }
    .dashboard .full-width.white .dashboard-content .buttons {
        flex-direction: column;
        align-items: center;
    }
    .dashboard .full-width.white .dashboard-content .buttons a.button {
        margin-bottom: 20px;
    }
    .dashboard .full-width.white .event-listing .event .volunteer {
        width: 20%;
    }
    .volunteers .middle-container.white.search {
        flex-direction: column;
    }
    .volunteers .middle-container.white.search .search-logo {
        margin-left: 0;
    }
    .volunteers .middle-container.white.search .search-text {
        margin: 20px 0;
    }
    .dashboard .full-width.white .dashboard-content .buttons .preview.listing{
        width: 100%;
        margin-right: 0;
    }
    .dashboard .full-width.white .dashboard-content .buttons input.button {
        width: 100%;
        margin-bottom: 20px;
    }
    .dashboard .full-width.white .dashboard-content .buttons .status.listing {
        width: 100%;
        margin-left: 0;
    }
    .dashboard .full-width.white .dashboard-content .buttons input.button, .dashboard .full-width.white .dashboard-content .buttons a.button,.dashboard .full-width.white .dashboard-content .buttons .preview.listing {
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .dashboard .full-width.white .event-listing .event .volunteer {
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 150px;
        height: 150px;
    }
    .dashboard .full-width.white .event-listing .event .event-info {
        padding-right: 10px;
        padding-left: 10px;
        height: 20%;
    }
    .volunteers .middle-container.white.search .search-text {
        width: 100%;
    }
}

@media screen and (max-width: 480px) { 
    .dashboard .full-width.white .dashboard-content div.description-content {
        flex-direction: column;
    }
    .dashboard .profile-box .second-div .description-content .left, .dashboard .social-box .second-div .description-content .left, 
    .dashboard .profile-box .second-div .description-content .right, .dashboard .social-box .second-div .description-content .right {
        width: 100%;
    }
    .dashboard .full-width.white .dashboard-content .dropdown-input {
        flex-direction: column;
    }
    .dashboard .full-width.white .dashboard-content .dropdown-input .dropdown-social .option {
        width: 100%;
    }
    .volunteers .text-header, .volunteers .buttons {
        flex-direction: column;
    }
    
    .volunteers .buttons .connect, .volunteers .buttons .share {
        width: 100%;
    } 
    .volunteers .full-width.grey .content .column .image {
        width: 90vw;
    }
    
    .volunteers .full-width.grey .content .column .buttons div {
        width: 100%;
        margin-bottom: 10px;
    }
}
