body {
  font-family: "Arial Narrow",Arial; }
  body a {
    text-decoration: underline; }
  body a.btn {
    text-decoration: none; }

.paragraphs-page {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem; }
  .paragraphs-page .paragraph-list .paragraph-text, .paragraphs-page .body-content {
    margin: 0 auto;
    padding: 1rem;
    max-width: 800px; }
    .paragraphs-page .paragraph-list .paragraph-text h2, .paragraphs-page .body-content h2 {
      font-size: 1.4rem;
      font-family: "Future PT ExtraBold";
      color: #ef445d; }

.paragraph-e-courses .e-courses {
  padding: 1rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem; }
  .paragraph-e-courses .e-courses .e-course {
    transition: transform ease 250ms;
    width: 100%;
    max-width: 550px; }
    .paragraph-e-courses .e-courses .e-course img {
      max-width: 100%;
      height: auto; }
    .paragraph-e-courses .e-courses .e-course:hover {
      transform: translateY(-5px) translateX(-5px); }

.paragraph-e-courses .view-all-courses {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .paragraph-e-courses .view-all-courses .btn span {
    font-size: 1.4rem; }

.navbar-collapse .navbar-nav {
  z-index: 1; }

.navbar-collapse .search-collapse {
  z-index: 1; }
  .navbar-collapse .search-collapse .search-input {
    background: none;
    border: none;
    border-radius: 0;
    transition: none;
    padding: 6px;
    border-bottom: solid 2px #fbd1d6;
    color: #fbd1d6; }
    .navbar-collapse .search-collapse .search-input:active, .navbar-collapse .search-collapse .search-input:hover, .navbar-collapse .search-collapse .search-input:focus {
      border-bottom: solid 2px #fff;
      outline: none;
      transition: none;
      box-shadow: none;
      color: #fff; }
  .navbar-collapse .search-collapse .search-button {
    color: #fbd1d6;
    background: none;
    border: none; }
    .navbar-collapse .search-collapse .search-button:hover, .navbar-collapse .search-collapse .search-button:active, .navbar-collapse .search-collapse .search-button:focus {
      color: #fff;
      outline: none;
      transition: none;
      box-shadow: none; }

header {
  width: 100%;
  background-color: #ef445d; }
  header nav .navbar-toggler {
    outline: none;
    z-index: 1; }
    header nav .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  header li.nav-item.social-item {
    padding-left: 17px;
    padding-right: 17px;
    display: inline-block;
    height: 40px; }
    header li.nav-item.social-item .nav-link {
      display: inline-block;
      text-decoration: none;
      height: 40px;
      width: 40px; }
  header li.nav-item.news-item {
    padding: 0 0.8em 0 0.4em; }

.page-title p {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #ef445d; }

.field--name-field-frontpage-banner {
  overflow: hidden; }

#main .row {
  max-width: 100%;
  margin: 0; }
  #main .row main.col {
    padding-left: 0px;
    padding-right: 0px; }

/*

.login-extra-options {
    text-align: center;
    a {
        font-family: "Arial Narrow", Arial;
        color: #444;
        font-size: 1.2rem; 
    }   
}

.h5p-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    .field--type-h5p { 
        .field__label {
            display: none;
        }
    }
}

.btn {
    border: 1px solid #ef445d;    
    background-color: #ef445d;
    color: #fff;
    border-radius: 0px;
    &:hover {
        color: #ef445d;
        background-color: #fff;
    }   
}

.search-page {
    #main {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        .content {
            padding: 10px;
            #search-form {
                padding-top: 20px;
                padding-bottom: 20px;
                #edit-basic {
                    padding-left: 0px;
                    padding-right: 0px;
                    .form-type-search {
                        padding-left: 0px;
                        padding-right: 0px;
                    }
                    #edit-submit {
                        background-color: #ef445d;
                        border-color: #ef445d;
                        &:focus {
                            box-shadow: none;    
                        }   
                    }   
                }
                #edit-advanced, .search-help-link {
                    display: none;
                }
                & + h2 {
                    font-family: "Future PT ExtraBold";
                    font-size: 1.8em;
                    color: #ef445d;
                }
            }
            ol.node_search-results {
                li {
                    border: none;
                    padding-left: 0px;
                    padding-right: 0px;
                    .search-result-title {
                        border-bottom: #ef445d 1px solid;
                        a {
                            text-decoration: none;
                            font-size: 1.4em;
                            font-weight: bold;   
                        }
                        padding-bottom: 5px;
                        margin-bottom: 10px;    
                    }
                    .search-result-snippet {
                        
                    }   
                }    
            }
        }
    }
}


.register-user-banner, .create-project-banner {
    max-width: 1200px;
    margin: 1rem auto;    
    img {
        width: 100%;
        height: auto;   
    }
}

.create-project-content {
    max-width: 1200px;
    margin: 2rem auto;
    font-family: "Arial Narrow", Arial;
    .pre-body {
        margin: 0 auto;
        padding: 1rem 2rem;
        max-width: 600px;
        text-align: center;    
    }
    .create-project-form-title {
        width: 60%;
        margin:0 auto 1rem auto;
        font-size: 2.0rem; 
        text-align: center;
        font-weight: bold;
    }

    .create-project-form {
        margin: 1rem auto;
        max-width: 600px;
        width: 100%;
        border: 1px solid #ef445d;
        padding: 1rem 1rem;
        legend, small {
            display: none;    
        }
        #edit-field-project-address-wrapper {
            margin: 0 15px;
            .js-form-wrapper {
                padding: 0;
            }
            .js-form-item {
                padding: 0;    
            }
            .form-item-field-location-0-address-locality {
                display: block;    
            }
        }
        
    }
    
}

.register-user-content, .edit-user-content {
    max-width: 1200px;
    margin: 2rem auto;
    font-family: "Arial Narrow", Arial;
    .pre-body {
        margin: 0 auto;
        padding: 1rem 2rem;
        max-width: 600px;
        text-align: center;    
    }
    .register-user-form, .user-register-form {
        
        #edit-field-facebook-wrapper, #edit-field-twitter-wrapper,
        #edit-field-about-wrapper, #edit-field-instagram-wrapper,
        .reload-captcha-wrapper {
            display: none;    
        }
        .captcha img {
            padding: 5px 15px;    
        }
    }

    .register-user-form, .edit-user-form {
        margin: 1rem auto;
        max-width: 540px;
        border: 1px solid #ef445d;
        padding: 1rem 1rem;
        .register-user-form-title, .edit-user-form-title {
            width: 60%;
            margin:0 auto 1rem auto;
            font-size: 2.0rem; 
            text-align: center;
            font-weight: bold;
        }
        form.user-register-form, form.user-form {
            border: none;
            > div {
                padding: 0;    
            }
            #edit-terms-of-use {
                legend {
                    display: none;    
                }
                .fieldset-wrapper>p {
                    display: none;    
                }
            }
            fieldset.form-item-mail, fieldset.form-item-name {
                //margin: 1rem 15px;
                small {
                    display: none;    
                }    
            }
            .form-item-pass {
                margin: 2rem 0;
                small {
                    display: none;
                }
                fieldset {
                    padding: 0;        
                }
                #edit-pass-pass1, #edit-pass-pass2 {
                    width: 100%;    
                }   
            }
            .password-suggestions {
                display: none !important;
            }
            #edit-field-about-wrapper, #edit-field-full-name-wrapper, 
            #edit-field-facebook-wrapper, #edit-field-twitter-wrapper,
            #edit-field-instagram-wrapper {
                small {
                    display: none;    
                }
            }
            #edit-field-project {
            }
            #edit-field-project-not-listed-wrapper {
                margin: 0 15px 1.5rem;    
            }
            #edit-account {
                small {
                    display: none;    
                }    
            }
            .field--type-boolean {
                .form-checkbox {
                    margin-left: 0;    
                }        
            }
            #edit-field-location-wrapper {
                margin: 0 15px;
                .js-form-wrapper {
                    padding: 0;
                }
                .js-form-item {
                    padding: 0;    
                }
                .form-item-field-location-0-address-locality {
                    display: block;    
                }
            }
            #edit-terms-of-use {
                padding: 0 15px;
                font-size: 0.9rem;
                line-spacing: 1.2rem;    
            }
            #edit-actions {
                padding: 0 15px;
                .btn, .btn-primary {
                    width: 100%;
                    background-color: #ef445d;
                    border: #ef445d 1px solid;
                    font-family: "Future PT ExtraBold";
                    color: #fff;
                    font-size: 2rem;
                    &:hover, &:active, &:focus {
                        border: #ef445d 1px solid !important;
                        box-shadow: none;    
                        background-color: #fff;
                        color: #ef445d;
                    }   
                }
            }    
        }
    }
}

.node--type-goodpush-front-page {
    #main {
        padding-left: 0px;
        padding-right: 0px;
        .row {
            margin-left: 0px;
            margin-right: 0px;
            .main-content {
                padding-left: 0px;
                padding-right: 0px;   
            }
        }
        .sub-header {
            display: flex;
            justify-content: center;
            //border-bottom: 1px #f2a7a0 solid;
            img {
                margin: 0px;    
            }
            .sub-header-content {
                position: absolute;
                align-self: center;
                .sub-header-title {
                    display: block;
                    text-align: center;
                }
                .sub-header-subtitle {
                    display: block;
                    text-align: center;
                    font-family: "Future PT ExtraBold";
                    font-size: 1.8em;
                    color: #fff;
                    text-shadow: 
                        -0.5px -0.5px 0.5px #f2a7a0,  
                        0.5px -0.5px 0.5px #f2a7a0,
                        -0.5px 0.5px 0.5px #f2a7a0,
                        0.5px 0.5px 0.5px #f2a7a0;
                }    
            }   
        }   
		.sub-heading {
			padding-top: 30px;
			text-align: center;
			font-family: "Future PT ExtraBold";
			font-size: 1.7rem;
			color: #ef445d;
			text-transform: uppercase;	
			p {
				display: inline-block;
				padding: 0 5px;
				margin: 0px;
				vertical-align: bottom;	
				border-bottom: #ef445d 1px solid;
			}
		}
		.sub-blurb {
			padding: 17px;
			max-width: 780px;	
			font-family: "Arial Narrow", Arial;
			font-size: 16px;
			color: #444444;
			margin-left: 17px;
			margin-right: 17px;
			text-align: center;
		}
        .front-page-image {
            max-width: 1200px;
            margin: 1rem auto;    
        }
        .programs-intro {
            margin: 0 auto;
            max-width: 780px;
            padding: 1rem 1rem;
            .programs-title {
                font-family: "Future PT ExtraBold";
                text-align: center;
                font-size: 1.2rem;
                color: #ef445d;
                text-transform: uppercase;	
            }
            .programs-intro-body {
                text-align: center;
                font-size: 1rem;
                text-align: center;
            }
        }
		.programs-block {
			overflow: hidden;
			margin-bottom: 17px;
			display: flex;
			flex-wrap: wrap;
			justify-content: center;	
			.program {
				width: auto;
				max-width: 378px;
				padding: 17px;
				a.program-link {
					text-decoration: none;
					outline: none;	
					&:hover {
						.program-title {
							text-decoration: none;
						}
					}	
				}
				.program-image {
					width: 100%;
					height: auto;
					padding: 4px;
					border: #ef445d 1px solid;
					img {
					    width: 100%;
					    height: auto;
					}
				}
				.program-title {
					width: auto;
					margin: 17px 0 0 0;
					padding: 0 5px;
					min-height: 46px;
					border-bottom: #ef445d 1px solid;
					font-family: "Future PT ExtraBold";
					font-size: 1.2rem;
					color: #ef445d;
					vertical-align: bottom;
					text-decoration: none;
				}
				.program-blurb {
					width: auto;
					min-height: 84px;
					font-family: "Arial Narrow", Arial;
					font-size: 1rem;
					color: #444444;
					margin-top: 17px;
					padding-left: 0 5px;
					p {
						margin: 0px;
					}
				}	
			}
			#toolkit .program-image {
				background: url('../images/programs-background.jpg') no-repeat center center;
			}
			#building-community .program-image {
				background: url('../images/community-background.jpg') no-repeat center center;
			}
			#behind-the-scenes .program-image {
				background: url('../images/bts-background.jpg') no-repeat center center;
			}	
		}
        .join-banner {
            max-width: 1200px;
            margin: 2rem auto;
            img {
                width: 100%;
                height: auto;    
            }    
        }
    }
}

.node--type-basic-static-page, .node--type-goodpush-project {
    #page .content .body-content {
        padding-top: 20px;
        font-family: "Arial Narrow", Arial;
        max-width: 550px;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 18px;
        text-align: center;
        .subscribe-form {
            padding: 1em;
            margin-top: 40px;
            margin-bottom: 20px;
            font-family: "Arial Narrow", Arial;
            .subscribe-heading {
                padding: 10px 0px 10px 0px;
                font-family: "Future PT ExtraBold";
                font-size: 1.2em;
                color: #ef445d;
            }
            .subscribe-subheading {
                padding: 10px 0px 10px 0px;
                color: #000;
            }
            .form-group {
                text-align: left;
            }
            .btn-default {
                padding: 5px 40px;
                background: #ef445d;
                font-size: 1.4em;
                text-align: center;
                font-weight: normal;
                font-family: "Future PT ExtraBold";
                color: #fff;
                &:hover, &:focus {
                    color: #000;	
                }
            }	
        }	
    }  
}

.node--type-goodpush-basic-page, .node--type-goodpush-two-column-page, .node--type-goodpush-project {
    .banner-video {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;   
    }
    .banner-image {
        margin-left: auto;
        margin-right: auto;   
    }
    .body-content {
        font-family: "Arial Narrow", Arial;
        max-width: 1200px;
        margin: 40px auto;
        padding-left: 5%;
        padding-right: 5%;
        font-size: 18px;
        img {
            display: block;
            max-width: 100%;
            height: auto;
        }
        p {
            font-size: 1.0em;
        }
        ul li, ol li {
            font-size: 1.0em;
        }
        h1, h2, h3, h4, h5 {
            color: #ef445d;
            font-family: "Future PT ExtraBold";
        }
        h4 {
            font-size:1.4em;
        }
        hr {
            margin-top: 30px;
            border-color: #ef445d;
            color: #ef445d;
        }
        .related-links {
            margin-top: 30px;
            a {
                font-family: "Arial Narrow",Arial;
            }
            .external-links {
                margin-top: 10px;   
            }
        }
        .paragraphs {
            max-width: 1200px;
            width: 100%;    
        }
        .field--name-field-post-body {
            img {
                display: block;
                max-width: 100%;
                height: auto;
            }
        }
        .become-a-member {
            font-family: "Future PT ExtraBold";
            text-align: center;
            p {
                font-size: 2rem;
                color: #000;
                line-height: 2.4rem;    
            }
            .btn {
                background-color: #ef445d;
                color: #fff;
                font-size: 1.8rem; 
                &:hover {
                    color: #ef445d;
                    background-color: #fff;
                    border: 1px solid #ef445d;    
                }   
            }
        }
        
    }
}

.action-links {
    max-width: 1090px;
    width: 100%;
    margin: 2rem auto;
    .btn, .btn-primary {
        border-color: #ef445d;
        background-color: #ef445d;
        color: #fff;
        &:hover, &:active, &:focus {
            background-color: #fff;
            color: #ef445d;
        }
    }
        
}

.login-dropdown {
    position: relative;
    left: -10px; 
    display: inline;
    background: none;
    box-shadow: none;
    border: none;
    svg {
        width: 20px;
        .svg-icon {
            color: #fbd1d6;
            fill: #fbd1d6;
        }
    }
    &:focus {
        outline: none;
        box-shadow: none; 
    }   
    &:hover {
        background-color: #ef445d;
        border: none;
        .svg-icon {
            color: #fff;	
            fill: #fff;
        }
    }
    &:active {
        background-color: #ef445d !important;
        border: none !important;    
    }
}
    
.login-button {
    display: block;
    background: none;
    height: 36px;
    width: 40px;
    padding: 7px 8px;
    box-shadow: none;
    border: none;
    .svg-icon {
        color: #fbd1d6;
        fill: #fbd1d6;
    }
    &:focus {
        outline: none;
        box-shadow: none; 
    }   
    &:hover {
        background-color: #ef445d;
        border: none;
        .svg-icon {
            color: #fff;	
            fill: #fff;
        }
    }
    &:active {
        background-color: #ef445d !important;
        border: none !important;    
    }
}

.ajax-progress-throbber {
    display: none;    
}

.ui-widget-overlay {
    background: #ef445d;
    opacity: 1.0;    
}

.ui-dialog.account-modal--login {
    border: none;
    background: #ef445d;
    font-family: "Future PT ExtraBold";
    max-width: 540px !important;
    .ui-dialog-titlebar {
        background: #ef445d;
        border: none;
        color: #fff;
        font-size: 2.4rem;
        text-align: center;
        padding: 0;
        .ui-dialog-title {
            width: 100%;    
        }
        .ui-dialog-titlebar-close {
            position: fixed;
            right: 20px;
            top: 20px;
            height: 30px;
            width: 30px;
            border: none;
            background-color: #ef445d;
            background-image: url('/themes/goodpush/images/icons/close-white.png');
            background-repeat: no-repeat;
            &:hover {
                background-image: url('/themes/goodpush/images/icons/close-black.png');
                cursor: pointer;
            }
        }
        .login-extra-options {
            a {
                color: #fff;
            }   
        }
    }
    #drupal-modal {
        form {
            input {
                font-size: 1.4rem;
                color: #fff !important;
                background-color: #ef445d !important;
                border: none;
                border-bottom: 1px #fff solid;
                border-radius: 0px;
                outline: none;
                font-family: "Future PT ExtraBold";
                &:focus {
                    box-shadow: none;    
                }
            }
            input::placeholder {
                color: #ef445d;    
            }
            label {
                font-size: 1.6rem;
                margin: 0;    
                color: #fff;    
            }
            small {
                display: none;    
            }
            .form-actions {
                margin-top: 2.0rem;
                .btn {
                    background-image: none;
                    border-radius: 0px;
                    width: 100%;
                    background-color: #fff;
                    font-family: "Future PT ExtraBold"; 
                    font-size: 2.2rem;
                    color: #ef445d;
                    padding: 0;
                    &:hover {
                        color: #fff;
                        background-color: #ef445d;
                        border: 1px solid #fff;    
                    }       
                }    
            }    
        }
    }
}

#login-modal { 
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ef445d;
    font-family: "Future PT ExtraBold";
    .login-close-button {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 1.25rem;
        color: #fbd1d6;
        &:hover {
            color: #fff;	
        }
    }
    .login-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        .login-header {
            color: #fff;
            font-size: 3.4rem;
            text-align: center;
        }
        .input-group {
            width: calc(100% + 50px);
            margin: 0.5rem 0;
            position: relative;
            left: -50px;
            .username-icon {
            }
            .password-icon {
            }
            input {
                width: calc(100% - 50px);
                font-size: 1.4rem;
                color: #fff !important;
                background-color: #ef445d !important;
                border: none;
                border-bottom: 2px #fff solid;
                outline: none;
                &:focus {
                    box-shadow: none;    
                }
            }
            input::placeholder {
                color: #fff;    
            }    
        }
        .login-submit {
            width: 100%;
            color: #ef445d;
            background-color: #fff;
            border: 1px solid #ef445d;
            border-radius: 0;
            font-size: 1.5rem;
            &:hover {
                background-color: #ef445d;
                color: #fff;
                border: #fff 1px solid;    
            } 
        }
        .login-footer {
            margin: 0.5rem 0;
            font-family: "Arial Narrow", Arial;
            >div {
                padding: 0.2rem;
                text-align: center;
                a {
                    color: #fff;
                    text-decoration: none;    
                }
            }    
        }
    }    
}

.user-logout {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 1rem;
        
}

.user-profile {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    .user-profile-body {
        position: relative;
        .user-profile-back {
            display: inline;
            position: absolute;
            top: 15px;
            left: 15px;
            a {
                color: #ef445d !important;
                &:hover {
                    color: #fcc8d2 !important;
                }
            }   
        }
        .user-profile-edit {
            display: inline;
            position: absolute;
            top: 15px;
            right: 15px;
            a {
                color: #ef445d !important;
                &:hover {
                    color: #fcc8d2 !important;
                }
            }   
        }
        padding: 1rem 2rem;
        margin: 1rem auto;
        font-family: "Arial Narrow", Arial;
        text-align: center;
        max-width: 540px;
        border: 1px solid #ef445d; 
        .user-profile-heading {
            color: #ef455d;
            font-weight: bold;
            font-size: 1.4rem;    
        }
        .user-profile-value {
            margin: 0 auto 0.6rem;
            width: 80%;
            color: #000;    
        }
        .user-profile-picture {
            margin-bottom: 1rem; 
            img {
                width: 100%;
                max-width: 300px;
                height: auto;    
            }   
        }
        .user-profile-fullname {
            font-family: "Future PT ExtraBold";
            font-size: 2.2rem;
            color: #ef455d;
        }
        .user-profile-social {
            padding-top: 0.8rem;
            display: flex;
            flex-direction: row;
            justify-content: center;
            .social-link {
                padding: 0 0.5rem;
                color:#ef445d !important;
                &:active, &:hover, &:focus {
                    color: #CC394F !important;        
                }
            }
        }
    }    
}

.user-profile-compact {
    display: inline-block;    
}

.page-forum {
    .forum-banner {
        margin: 0 auto;
        max-width: 1090px;
        img {
            width: 100%;
            height: auto;    
        }    
    }
    .page-title {
        font-size: 2rem;
    }
    .forum-intro {
        padding: 0 1rem;    
    }
    .content {
        max-width: 1090px;
        margin-left: auto;
        margin-right: auto;
        .action-links {
            padding: 0;
            .btn {
                background-color: #ef445d;
                color: #fff;
                font-size: 1.8rem; 
                &:hover {
                    color: #ef445d;
                    background-color: #fff;
                    border: 1px solid #ef445d;    
                }   
            }
        }
        .forum {
            width: 100%;
            font-family: "Arial Narrow", Arial;
            margin: 2rem 0;
            table {
                width: 100%;
                overflow: hidden;
                a {
                    color: #222 !important;
                    text-decoration: none !important;    
                }
                thead {
                    tr {
                        th {
                            text-align: center;
                            &:first-child {
                                text-align: left;    
                            }
                                
                        }    
                    }    
                }
                tbody {
                    tr {
                        border: 1px #fcc8d2 solid;
                        td {
                            padding: 0.6rem 0.6rem 0 0.6rem;
                            &.container {
                                background-color: #fcc8d2;    
                                .forum__name {
                                    a {
                                        color: #222 !important;
                                    }
                                    font-size: 1.5rem;
                                    font-weight: bold;    
                                }
                            }
                            &.forum-list__forum {
                                .forum__name {
                                    a {
                                        color: #444 !important;
                                    }
                                    font-size: 1.3rem;
                                    //font-weight: bold;    
                                }
                            }
                            &.forum__topics, &.forum__posts, &.forum__last-reply, &.forum__replies {
                                text-align: center;    
                            }
                            &.forum__topic {
                                .forum__title {
                                    font-weight: bold;
                                    a {
                                        color: #222 !important;
                                    }
                                    .submitted {
                                        display: none;    
                                    }    
                                }    
                            }
                        }
                    }
                }
            }    
        }
    }

    .forum-intro {
        max-width: 1090px;
        margin: 1rem auto;
        .forum-intro-title {
            font-family: "Future PT ExtraBold"; 
            font-size: 1.6rem;
            font-weight: bold;
            color: #ef445d;
            padding: 1rem 0;
        }
        .forum-intro-body {
            font-family: "Arial Narrow", Arial;
            font-size: 1.2rem;
            color: #444;
        }
    }

    .forum-body {
        max-width: 1090px;
        margin: 2rem auto 0.5rem;
        font-family: "Arial Narrow", Arial;
        color: #444;
        .forum-nav {
            height: 48px;
            background-color: #ef445d;
            padding: 0 1rem;
            color: #fcc8d2;
            line-height: 48px;
            font-size: 1.5rem;
            font-weight: bold;
            overflow: hidden;
            a {
                color: #fcc8d2;
                &:hover, &:active, &:focus {
                    color: #fff;
                }
                text-decoration: none !important;
            }
            span {
                color: #fff;    
            }
        }
        .forum-description {
            font-style: italic;
            padding-left: 0.75rem;
            padding-top: 1rem;
            p {
                display: inline;    
            }    
        }    
        .topic {
            border: 1px solid #fcc8d2;
            padding:0.5rem 2rem;
            .topic-heading {
                .topic-metadata {
                    display: inline-flex;
                    flex-direction: column;
                    justify-content: space-around;
                    vertical-align: middle;
                    padding: 0.5rem;
                    .topic-title {
                        font-size: 1.4rem;
                    }
                    .topic-credit {
                        font-size: 1.0rem;
                        .topic-author {
                            a {
                                color: #ef445d !important;
                            }
                        }
                    }
                }
            }
            .topic-body {
                margin: 1rem 0;
                font-size: 1.2rem;
                a {
                    text-decoration: underline !important;    
                }
                img {
                    max-width: 100%;
                    height: auto;    
                }
            }
        }
        .comments {
            padding: 1rem 0 0;
            .comments-heading {
                margin: 1rem 0;
                padding: 0 2rem;
                font-size: 1.4rem;
                span {
                    padding-bottom: 0.5rem;
                    border-bottom: 1px solid #fcc8d2;
                }
                
            }
            .comment {
                padding: 0 2rem;
                border-bottom: 1px solid #fcc8d2;    
                width: 100%;            
                .comment-heading {
                    .comment-metadata {
                        display: inline-flex;
                        flex-direction: column;
                        justify-content: space-around;
                        vertical-align: middle;
                        padding: 0.5rem;
                        .comment-title {
                            font-size: 1.4rem;
                        }
                        .comment-credit {
                            font-size: 1.0rem;
                            .comment-author {
                                a {
                                    color: #ef445d !important;
                                }
                            }
                        }
                    }
                }
                .comment-body {
                    padding: 1rem 0 0;
                    font-size: 1.2rem;    
                    a {
                        text-decoration: underline !important;    
                    }
                    img {
                        max-width: 100%;
                        height: auto;    
                    }
                }
            }
        } 
        .add-comments {
            .comment-title {
                padding-left: 2rem;
                font-family: "Future PT ExtraBold";
                font-size: 1.6rem; 
                color: #ef445d;   
            }
            .field--name-subject label,
            .form-item-comment-body-0-value label {
                font-size: 1.2rem;    
            }
            .form-item-new-topic-subscribe {
                padding-left: 3.5rem;    
                label {
                    padding-left: 1.25rem;    
                }
            }
            #edit-actions {
                padding: 0;
                margin:0 2rem 2rem;
                text-align: right;
                .btn {
                    font-family: "Future PT ExtraBold";
                    font-size: 1.6rem;
                    border: 1px solid #ef445d;    
                    background-color: #ef445d;
                    color: #fff;
                    &:hover, &:active, &:focus {
                        color: #ef445d;
                        background-color: #fff;
                    }   
                }
                #edit-submit {
                    content: "Submit";
                }
                #edit-preview {
                    display: none;
                }
            }   
        }       
    }
}

.mention-wrapper {
    .mention-suggestions {
        top: -170px;
        ul {
            border-top: 1px solid #ccc;
            &:empty {
                border: none;    
            }   
        }    
    }
}

#edit-actions {
    padding: 0;
    margin:0 2rem 2rem;
    text-align: right;
    .btn {
        font-family: "Future PT ExtraBold";
        font-size: 1.6rem;
        border: 1px solid #ef445d;    
        background-color: #ef445d;
        color: #fff;
        &:hover, &:active, &:focus {
            color: #ef445d;
            background-color: #fff;
        }   
    }
    #edit-submit {
        content: "Submit";
    }
    #edit-preview {
        display: none;
    }
}   

#node-forum-form {
    max-width: 1090px;
    margin: 0 auto;
    .layout-region-node-main {
        margin: 0 auto;
        padding: 0 2rem;
    }    
    .form-item-new-topic-subscribe {
        padding-left: 2rem;
        .form-check-input {
            margin-left: 0;    
        }    
    }
}

#comment-form {
    margin: 1rem auto;
    max-width: 1090px;
}

#main, #page {
    width: 100%;
    max-width: 100%;
    padding: 0;
    .content {
        margin-left: auto;
        margin-right: auto;
        .banner-image .field--name-field-banner-image, .page-banner {
            width: auto;
            margin-left: auto;
            margin-right: auto;
            max-width: 1200px;
            img {
                width: 100%;
                height: auto;    
            }
        }
        picture {
            width: 100%;
            img {
                width: 100%;
            }
        }
        .sub-header .field--name-field-category-banner {
            width: auto;
            margin-left: auto;
            margin-right: auto;
            max-width: 1200px;
            img {
                width: 100%;
                height: auto;    
            }
        }
        .body-content {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;   
        }   
        .sub-title {
            margin-top: 17px;
            margin-bottom: 17px;
            text-align: center;
            font-family: "Future PT ExtraBold";
            font-size: 1.2em;
            color: #ef445d;
            text-transform: uppercase;
            p {	
                display: inline-block;
                padding: 10px 20px 10px 20px;
                border-bottom: 1px solid #ef445d;	
            }
        }
        .blurb {
            font-family: "Arial Narrow",Arial;
            font-size: 1.2em;
            margin-left: auto;
            margin-right: auto;
            font-weight: bold;	
            text-align: center;
        }
        .columns {
            margin-top: 40px;
            margin-bottom: 20px;	
        }
        .content-heading {
            font-family: "Arial Narrow",Arial;
            font-size: 1.4em;
            color: #ef445d;
        }
        .content-list {
            font-family: "Arial Narrow",Arial;
            font-size: 1.2em;
        }
        .content-text {
            font-family: "Arial Narrow",Arial;
            font-size: 1.2em;
        }

        .sub-categories {
            .program-link {
                text-decoration: none;
                outline: none;	
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                .sub-category-text {
                    height: 400px;
                    max-width: 600px;
                    background-color: #ef445d;
                    padding-left: 50px;
                    padding-right: 50px;
                    display: flex;
                    margin-bottom: 34px;
                    .sub-category-text-block {
                        display: inline-block;
                        .sub-category-title {
                            font-family: "Future PT ExtraBold";
                            font-size: 24px;
                            color: #fff;
                            border-bottom: 1px solid #fff;
                        }
                        .sub-category-description {
                            padding-top: 17px;
                            font-family: "Arial Narrow",Arial;
                            font-size: 16px;
                            color: #fff;
                        }
                    }
                }	
                .sub-category-photo {
                    display: inline-block;
                    max-height: 400px;
                    height: auto;
                    max-width: 600px;	
                    margin-bottom: 34px;
                    width: 100%;
                    img {
                        width: 100%;
                        height: auto;    
                    }
                }
            }
        }
        // Blogs

        .blog-summary {
            .blog-summary-heading {
                font-family: "Future PT ExtraBold";
                font-size: 1.3em;
                color: #ef445d;
                padding: 0.5em 1em;
                border-bottom: 1px solid #ef445d;
                text-transform: uppercase;
            }   
        }
    
        .blog-post-content {
            max-width: 1000px;
            .post-author, .post-date, .post-tags {
                font-size: 0.8em;
            } 
            .post-title {
                font-family: "Future PT ExtraBold";
                font-size: 1.2em;
                color: #ef445d;
            }
            .post-tags {
                .post-tag {
                    border: #fbd1d6 solid 1px;
                    a {
                        text-decoration: none;    
                    }
                }	
            }
            .post-paragraphs {
                .post-paragraph {
                    font-family: "Freight Text Pro";
                    color: #44444a;
                    .paragraph-pull-quote {
                        .quote-author, .quote-location {
                            font-family: "Arial";
                            font-size: 1.0em;
                        }
                        .quote-text { 
                            font-family: "Freight Text Pro";
                            color: #ef445d;
                            font-weight: bold;
                            font-style: italic;
                        }
                    }
                    .paragraph-banner {
                        .paragraph-banner-caption {
                            font-family: "Arial";
                            font-style: normal;
                            font-size: 0.8em;    
                        }   
                    }
                
                }
            }
        }

        .tag-heading {
            padding-top: 1.0em;
            font-family: "Future PT ExtraBold";
            color: #E9435d;
        }

        .feature-post {
            .feature-details {
                border: 1px solid #fbd1d6;
                .feature-date {
                    font-family: "Arial";
                    font-size: 0.9em;
                }
                .feature-title {
                    a {
                        font-family: "Future PT ExtraBold";
                        color: #ef445d;
                        text-decoration: none;
                    }
                }
                .feature-summary {
                    padding-top: 1.0em;
                    font-family: "Freight Text Pro";
                }
            }
        }

        .blog-post {
            .post-details {
                font-family: "Freight Text Pro";
                .post-date {
                    font-family: "Arial";
                    font-size: 0.9em;
                    
                }
                .post-title a {
                    font-family: "Future PT ExtraBold";
                    color: #ef445d;
                    text-decoration: none;
                }
            }
        }

        .blog-post-list {
            .blog-post {
                border: 1px solid #fbd1d6;
            }
        }
         
        .blog-post-list-tags {
            .blog-post {
                border: 1px solid #fbd1d6;
            }
        }

        .related-post-list {
            .blog-post {
                border: 1px solid #fbd1d6;
            }
        }

        .blog-post-list {
            .related-post-list {
               border-top: 1px solid #ef445d;
            }
        }
    }
}
*/
#project-map {
  display: flex;
  flex-direction: row;
  border-bottom: #ef445d solid 1px;
  position: relative; }
  #project-map #project-information {
    order: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    display: none;
    flex-shrink: 0;
    z-index: 500;
    background-color: #fff; }
    #project-map #project-information #project-information-content .project-map-popup {
      padding: 2rem; }
      #project-map #project-information #project-information-content .project-map-popup .project-logo {
        padding-bottom: 1rem; }
        #project-map #project-information #project-information-content .project-map-popup .project-logo img {
          width: 150px;
          height: auto; }
      #project-map #project-information #project-information-content .project-map-popup .project-title {
        font-family: "Future PT ExtraBold";
        font-size: 1.4em;
        color: #ef445d;
        text-align: left; }
        #project-map #project-information #project-information-content .project-map-popup .project-title a {
          color: #ef445d;
          text-decoration: none; }
      #project-map #project-information #project-information-content .project-map-popup .project-location {
        padding: 0.2rem 0;
        font-style: italic;
        font-size: 1em; }
      #project-map #project-information #project-information-content .project-map-popup .project-divider {
        border-bottom: 1px solid #ef445d; }
      #project-map #project-information #project-information-content .project-map-popup .project-description {
        padding: 0.8rem 0;
        font-size: 1em;
        border-bottom: 1px solid #ef445d; }
      #project-map #project-information #project-information-content .project-map-popup .project-social {
        padding-top: 0.8rem;
        display: flex;
        flex-direction: row;
        justify-content: center; }
        #project-map #project-information #project-information-content .project-map-popup .project-social .social-link {
          padding: 0 0.5rem;
          color: #ef445d; }
          #project-map #project-information #project-information-content .project-map-popup .project-social .social-link:active, #project-map #project-information #project-information-content .project-map-popup .project-social .social-link:hover, #project-map #project-information #project-information-content .project-map-popup .project-social .social-link:focus {
            color: #CC394F; }
    #project-map #project-information #project-information-close-button {
      position: absolute;
      right: 17px;
      top: 10px;
      width: 17px;
      height: 17px;
      opacity: 0.3;
      cursor: pointer; }
      #project-map #project-information #project-information-close-button:hover {
        opacity: 1; }
      #project-map #project-information #project-information-close-button:before, #project-map #project-information #project-information-close-button:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 17px;
        width: 2px;
        background-color: #ef445d; }
      #project-map #project-information #project-information-close-button:before {
        transform: rotate(45deg); }
      #project-map #project-information #project-information-close-button:after {
        transform: rotate(-45deg); }
  #project-map #project-leaflet-map {
    order: 2;
    width: 100%;
    flex-shrink: 1; }
    #project-map #project-leaflet-map .views-element-container {
      width: 100%; }
      #project-map #project-leaflet-map .views-element-container #leaflet-map-view-project-map-default {
        height: 600px !important;
        width: 100%; }
        #project-map #project-leaflet-map .views-element-container #leaflet-map-view-project-map-default .marker-cluster-small {
          background: none; }
          #project-map #project-leaflet-map .views-element-container #leaflet-map-view-project-map-default .marker-cluster-small div {
            background-color: rgba(239, 68, 93, 0.9); }
        #project-map #project-leaflet-map .views-element-container #leaflet-map-view-project-map-default .goodpush-project-marker {
          height: 25px;
          width: 25px;
          border: 3px #ef445d solid;
          border-radius: 50%;
          display: inline-block; }
          #project-map #project-leaflet-map .views-element-container #leaflet-map-view-project-map-default .goodpush-project-marker.active {
            background-color: #ef445d; }
        #project-map #project-leaflet-map .views-element-container #leaflet-map-view-project-map-default .leaflet-tile-pane {
          filter: invert(90%) hue-rotate(280deg) contrast(1.15) saturate(0.37) brightness(1.25); }
  #project-map .body-content {
    max-width: 800px; }

.page-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media (max-width: 768px) {
  .mobile-hide {
    display: none !important; }
  header .navbar {
    text-align: center;
    max-width: 768px; }
    header .navbar .navbar-brand {
      position: absolute;
      text-align: center; }
      header .navbar .navbar-brand img {
        width: 165px;
        height: 24px; }
    header .navbar .navbar-brand.abs {
      display: inline;
      width: 100%;
      left: 0;
      top: 6px; } }

@media (min-width: 768px) {
  header .navbar {
    text-align: center;
    max-width: 1200px; }
    header .navbar .navbar-brand {
      position: absolute;
      text-align: center;
      left: 0;
      top: 6px; }
      header .navbar .navbar-brand img {
        width: 165px;
        height: 24px; }
    header .navbar .navbar-brand.abs {
      display: inline-block;
      width: 100%;
      left: 0; } }
