@charset "ISO-8859-1";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}


/***********
Custom Fonts
************/

@font-face {
    font-family: HKGrotesk-Bld;
    font-weight: 700;
    src: url(../../assets/fonts/HKGrotesk-Bold.woff);
}

@font-face {
    font-family: HKGrotesk-Med;
   font-weight: 500;
    src: url(../../assets/fonts/HKGrotesk-Medium.woff);
}

@font-face {
    font-family: HKGrotesk;
    font-weight: 400;
    src: url(../../assets/fonts/HKGrotesk-Regular.woff);
}



/***************
General Settings
****************/

body{
    color: #202124;
    font-family: 'HKGrotesk', sans-serif;
    font-variant-ligatures: none;
    overflow-x: hidden !important;
    overflow-wrap: break-word;
    text-rendering: geometricPrecision;
    word-wrap: break-word;
}

.title-1, h1{
    font-family: 'HKGrotesk-Bld', sans-serif; 
    font-size: 44px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: capitalize;
}

.title-2, h2{
    font-family: 'HKGrotesk-Med', sans-serif; 
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
}

.paragraph-intro, h3{
    font-family: 'HKGrotesk-Med', sans-serif; 
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: .15em;
}

.title-headline, h4{
    font-family: 'HKGrotesk-Bld', sans-serif; 
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 1em;
    margin-top: 1em;
}

.body-copy, p{
    font-family: 'HKGrotesk', sans-serif; 
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 0;
    max-width: 550px;
    text-decoration: none;
}

.caption{
    font-family: 'HKGrotesk', sans-serif; 
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.link, a:visited{
    color: inherit;
    font-family: 'HKGrotesk-Bld', sans-serif; 
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    text-transform: capitalize;
}

.link:hover{
    color: #ff6700;
}

a{
    text-decoration: none;
    color:inherit;
}

.button-tertiary:visited{
    color: #ff6700;
}

.button-tertiary{
    color: #ff6700;
    display: block;
    font-family: 'HKGrotesk-Bld', sans-serif;
    text-decoration: none;
    line-height: 0;
}

.button-secondary{
    background-color: #202124;
}

button{
    align-self: center;
    border: 0;
    border-radius: 100px;
    background-color: #ff6700;
    color: #ffffff;
    font-family: 'HKGrotesk-Bld', sans-serif; 
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    margin: 1.25em 0 0;
    padding: 10px 32px;
}

button:hover{
    cursor: pointer;
}

button:focus, input[type="button"]:focus{
    outline: none;
}

form:focus{
    outline: none;
}

li{
    list-style: none;
}

.mobile-padding{
    padding: 0 4% !important;
}

.errorMessages_container{
	color: red;
	text-align: left;
}
.upload{
    
}

/***************
Whole Navigation
****************/

.whole-navbar{
    background-color: #ffffff;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 115px;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 999;
    -o-transition:  0.4s;
    -ms-transition:  0.4s;
    -moz-transition:  0.4s;
    -webkit-transition:  0.4s;
    transition: 0.4s;
}

.cd-logo-container{
    display: inline-flex;
    flex-direction: column;
    margin-right: auto;
    text-align: center;
}

.cd-logo{
    padding: 0px;
    width: 70px;
}

a.homepage-link {
 position: relative;
 display: inline-block;
 width: 100%;
}

a.homepage-link:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}

.navbar-content-container{
    align-items: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
}

.navbar-desktop ul{
    align-items: center;
    display: none;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
    height: 100%;
}

.navbar-desktop form, .hidden-collapsible-navbar form{
    align-items: center;
    display: flex;
    height: 32px;
    flex-direction: row;
    margin-left: 25px;
}

.navbar-desktop input, .hidden-collapsible-navbar input{
    padding: 6px;
    border: 1px solid;
    border-radius: 5px 0px 0px 5px;
    border-color: #ff6700;
    box-sizing: border-box;
    max-width: 250px;
    padding-bottom:7px;
    padding-top: 9px;
    width: 100%;
}

.navbar-desktop form button, .hidden-collapsible-navbar form button{
    border-radius: 0px 5px 5px 0px;
    margin-top: 0 !important;
    padding: 7px 10px 5px;
}

.nav-item{
    margin: 10px 0 10px 25px;
}

/*Mobile Navigation*/

.navbar-toggle-icon{
    align-items: center;
    background-color: transparent;
    display: inline-flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    z-index: 999;
}

.navbar-toggle-icon:hover{
    background-color: transparent;
}

.icon-line{
    align-self: flex-end;
    background-color: black;
    height: 2px;
    margin-top: 5px;
    padding: 0;
    width: 30px;
}

.icon-line:nth-of-type(1){
    margin-top: 0;
}

.icon-line:nth-of-type(2){
    margin: 1 0;
    width: 25px;
}

.icon-line:nth-of-type(3){
    margin-bottom: 0;
}


.hidden-collapsible-navbar{
    position: absolute;
}

#hidden-collapsible-navbar{
    background-color: #ffffff;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 10px;
    right: -100%;
    width: 75vw;
    position: fixed;
    z-index: 998;
    opacity: 0;
    overflow: hidden;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}

#hidden-collapsible-navbar.open{
    opacity: 1;
    right: 0;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition:  0.5s;
}

#hidden-collapsible-navbar ul li{
    text-align: left;
    width: auto;
    margin-left: 0 !important;
}

/*Scrolling Navigation Change*/

.scrolled{
    background-color: #0063ab;
    border-bottom-color: #0063ab;
    -o-transition:  0.4s;
    -ms-transition:  0.4s;
    -moz-transition:  0.4s;
    -webkit-transition:  0.4s;
    transition: 0.4s;
}

.scrolled a{
    color: white;
}

.scrolled .button-tertiary{
    color: #ff6700;
}

.scrolled .icon-line{
    background-color: #ffffff;
}

.scrolled .cd-logo{
    filter: brightness(0) invert(1) ;
}

/***************
Fixed Right Bar
****************/

.social-icon-bar{
    align-items: center;
    background-color: #ff6700;
    border-radius: 10px 0px 0px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 50px;
    padding: 10px;
    position: fixed;
    right: 0;
    z-index: 995;
}

.social-icon-bar a{
    color: #ffffff;
    margin: 10px 0;
}

.social-icon-bar i{
    font-size: 22px;
}


/***************
Homepage Styling
****************/

.hero-text-container{
    align-self: center;
    max-width: 1200px;
    width: 100%;
}

.text-container{
    align-self: center;
    max-width: 1200px;
    width: 100%;
}

.hero-img{
    background: url(../images/hero-img.jpeg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
}

section{
    margin: 0 auto;
}

.objective-section, .partner-section, .stories-section, .volunteer-section, .events-section, .callout-section, footer{
    padding-bottom: 2em !important;
    padding-top: 2em !important;
}

.objective-section{
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: auto;
}

.button-group{
    display: flex;
    flex-direction: column;
    text-align: center !important;
}

.button-group .button-tertiary{
    align-self: center;
    margin-top: 1.25em !important;
}

/* Our Partners Section */

.partner-section{
    align-items: center;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    flex-direction: column;
}

.title-container{
    flex-flow: nowrap;
    width: 100%;
}

.partner-section-content{
    align-content: center;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    justify-content: center;
    max-height: inherit;
    max-width: 1200px;
}

.partner-section .img-container{
    text-align: center;
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    max-height: 300px;
    margin-top: 30px;
}

.img-container img{
    float: right;
    object-fit: cover;
    width: 100%;
}

.text-container{
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 50px;
}

/* Crowd Stories Section */

.stories-section{
    display: flex;
    flex-direction: column;
}

.ui-card-wrapper{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.ui-card{
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 10px 10px #eeeeee;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 336px;
}

.card-img-container{
    border-radius: 10px 10px 0 0;
    height: 175px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.card-img-container img{
    height: auto;
    width: 100%;
    object-fit: cover;
}

.button-container{
    height: 400px;
    display: none;
    justify-content: center
}

.button-container i{
    font-size: 25px;
    height: 25px !important;
    bottom: 0;
    align-self: center;
}

.ui-card-content{
    box-sizing: border-box;
    padding: 20px 20px 5%;
}

.ui-card-content .link{
    margin-bottom: 1em;
}

.ui-card-content i{
    color: #ff6700;
    float: right;
}

.ui-card-content .fa-share{
    margin-right: 25px;
}
/* Our Volunteers Section */

.volunteer-section{
    background-color: #202124;
}

.invert-colors, .invert-colors a, .invert-colors a i{
    color:#ffffff;
}

.profile-img-wrapper{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.circle-img-group{
    align-items: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 200px;
    padding-bottom: 25px;
}

.circle-img-container{
    border-radius: 100px;
    height: 150px;
    margin-bottom: 1em;
    overflow: hidden;
    width: 150px;
}

.circle-img-container img{
    height: 100%;
    object-fit:cover;
    width: 100%;
}

.circle-img-group i{
    color: #ff6700;
    font-size: 22px;
}

/* Our Events Section */

.events-section{
    box-sizing: border-box;
    background-color: #f8f8f8;
}

/* Ending-Callout Section */

.callout-section{
    background-color: #0063ab;
    color: #ffffff;
    width: 100%;
}

.callout-content-wrapper{
    max-width: 1200px;
    margin: 0 auto;
     margin-top: 40px;
    margin-bottom: 40px;
}

.callout-content{
    align-items: center;
    display: flex;
    flex-direction: column;
    
}

.callout-content button{
    margin-top: 0px;
}

/* Footer Section */

.footer{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.footer-content-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.footer-content-wrapper h4{
    margin-top: 0;
}

.footer-link-container ul{
    padding-left: 0;
}

.footer-content-wrapper i{
    color: #ff6700;
    font-size: 22px;
    margin: 0px 25px 0px 0px;
}

footer .cd-logo{
    width: 90px;
}

.footer-content-wrapper .col-1{
    flex: 1;
    margin-bottom: 40px;
    text-align: left;
}

.footer-content-wrapper .col-1 ul{
    padding-left: 0;
}

.footer-content-wrapper .col-1 form{
    align-items: center;
    display: flex;
    height: 32px;
    flex-direction: row;
}

.footer-content-wrapper .col-1 input{
    padding: 6px;
    border: 1px solid;
    border-radius: 5px 0px 0px 5px;
    border-color: #ff6700;
    box-sizing: border-box;
    max-width: 200px;
    padding-bottom:7px;
    padding-top: 9px;
    width: 100%;
}

.footer-content-wrapper .col-1 form button{
    border-radius: 0px 5px 5px 0px;
    margin-top: 0 !important;
    padding: 7px 10px 5px;
}

.footer-content-wrapper .col-2{
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 25px;
}

.footer-content-wrapper .col-3{
    flex: 1;
}

.footer-content-wrapper ul{
    margin-top: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3{
     padding-bottom: 30px;
}

.copyright-banner{
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #202124;
    display: flex;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 15px 0 !important;
    height: 5px;
}

.copyright-banner p{
    width: 100% !important;
    margin: 0 !important;
}

.copyright-info a{
    text-decoration: underline;
}








/*Homepage Table Designs*/

table {
    font-size: 17px;
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 3em;
    background-color: #ffffff;
    box-shadow: 0px 10px 10px #eeeeee;
}

table caption {
    margin: .5em 0 .75em;
}

table tr {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: .35em;
}

table th {
    background-color: #202124;
    color: #ffffff;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

.register button{
    margin-top: 0;
    text-align: center;
}

table th {
    letter-spacing: .1em;
    text-transform: uppercase;
}

/***************
Subpage Styling
****************/
.subpage-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2em !important;
    padding-top: 2em !important;
}

.subpage-section h2{
    text-align: center;
}

.subpage-section ul{
    padding-left: 0;
}

.hero-section{
    padding: 8em 0 2em !important;
}

.focus-area-section{
    background-color: #202124;
}

.focus-area-examples{
    align-self: center;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
}

.focus-area-content{
    margin-bottom: 1em;
    margin-top: 1em;
}

.card-main{
    margin: 0 4%;
    position: relative;
    background-color: #ffffff;
    padding: 10px 20px;
    max-width: 800px;
    margin: 20px auto 0;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 1px #eeeeee;
}

.card-main p{
    max-width: 800px;
}

.card-details{
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
}

.card-avatar-container{
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 95px;
}

.card-avatar{
    vertical-align:middle;
    height: 85px;
    width: 85px;
    background: url(../../assets/images/joining-hands.jpeg) no-repeat center /cover;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
}

.card-info{
    vertical-align: middle;
    display: inline-block;
}

.project-partners-section{
    background-color: #f8f8f8;
}

.project-filter-section{
    max-width: 1200px;
}

.project-listing-section{
    background-color: #f8f8f8;
}

.project-listing-post{
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #202124;
    margin-bottom: 25px;
}

.project-listing-section .sort-dropdown{
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 300px;
}

.project-listing-section .sort-dropdown p{
    width: 50px;
}

.project-listing-post .project-listing-line{
    border-bottom: 1px solid #eeeeee;
}

.project-listing-post .project-listing-line:nth-of-type(6){
    margin-bottom: 25px;
}

.project-listing-line i{
    margin-right: 5px;
}

.project-listing-line a:nth-of-type(2) i{
    margin-left: 20px;
}

.project-listing-line .button-primary{
    margin-top: 0;
    margin-right: 25px;
}

.project-listing-line .share-link{
    margin-top: 10px;
}

.project-listing-line form{
    align-items: center;
    display: flex;
    height: 32px;
    flex-direction: row;
    margin-top: 30px;
}

.project-listing-line input{
    padding: 6px;
    border: 1px solid;
    border-radius: 5px 0px 0px 5px;
    border-color: #ff6700;
    box-sizing: border-box;
    max-width: 200px;
    padding-bottom:7px;
    padding-top: 9px;
    width: 100%;
}

.project-listing-line form button{
    border-radius: 0px 5px 5px 0px;
    margin-top: 0 !important;
    padding: 7px 10px 5px;
}

.project-pagination {
    margin: 25px 0;
    width: 100%;
    text-align: center;
}

.project-pagination a {
  color: black;
  padding: 10px 15px;
  text-decoration: none;
}

.project-pagination a.active {
  background-color: #ff6700;
  color: white;
  border-radius: 5px;
}

.project-pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

/*Custom Radio Button CSS*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ff6700;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff6700;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*Custom Checkbox CSS*/
.control {
	position: relative;
	display: block;
	margin-bottom: 16px;
	padding-left: 20px;
	cursor: pointer;
    width: 300px;
    padding-top: 2px;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #fff;
    border: 1px solid #ff6700;
    border-radius: 2px;
}

.control--radio .control__indicator {
	border-radius: 50%;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #ff6700;
    border-radius: 2px;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 1.5px;
	left: 5px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Radio button inner circle */
.control--radio .control__indicator:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 24px;
  color: orange;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.project-filter-section .filter-radio-button label:nth-of-type(2){
    margin-left: 50px !important;
}

.filter-radio-button{
    border-bottom: 1px solid #202124;
    padding-bottom: 10px;
}

.filter-checkbox-group{
    display: flex;
}

.filter-checkbox-group br{
    display: block;
    margin: 50px 0;
}



/***************
Log In Page Styling
****************/
.form-container-split{
    box-sizing: border-box;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.form-container-split h2{
    text-align: center;
}

.signup-half, .login-half{
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.signup-half form, .login-half form{
    margin: 0 auto;
}

.signup-half{
    border-bottom: 1px solid #202124;
    padding-bottom: 25px;
}

.signup-half form label{
    margin: 45px 0;
}

.login-half .input-field{
    width: 300px;
    max-width: 400px;
}

.login-half p{
    margin-bottom: 0;
}

.signup-steps{
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 100px;
}

.form-container{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    text-align: center;
    width: 100%;
}

.form-progress-section{
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 0 2em 0;
}

.form-progress-circle{
    align-content: center;
    align-items: center;
    display: flex;
    background-color: #202124;
    border-radius: 100px;
    box-sizing: border-box;
    color: #ffffff;
    justify-content: center;
    margin: 0;
    height: 35px;
    width: 35px;
    text-align: center;
}

.form-progress-circle h4{
    line-height: 0;
    padding-left: 2px;
    padding-top: 1px;
    width: auto;
}

.progress-line-connector{
    background-color: #202124;
    height: 2px;
    margin-left: 10px;
    margin-right: 10px;
    width: 40px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.personal-info-form{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.personal-info-form p, .personal-info-form a, .captcha-container{
    align-self: flex-start !important;
    margin-bottom: 0;
    text-align: left !important;
}


.personal-info-form p{
    width: 100%;
}


.input-field, .select-field{
    background-color: #f8f8f8;
    border: 1px solid #202124;
    border-radius: 4px;
    box-sizing: border-box;
    height: 50px;
    margin: .5em 0 2em;
    padding: 15px;
    width: 100%; 
    max-width: 600px;
}

.input-field:focus, .select-field:focus{
    background-color: white;
}

.button-wrapper{
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1.25em;
    height: auto;
}

.button-wrapper .button-tertiary{
    align-self: center !important; 
    margin-right: 50px;
}

.next-button{
    margin-top: 0;
}


.confirmation-container{
    padding-top: 2em;
}

.confirmation-container p:nth-of-type(1){
    padding-bottom: 1.25em;
    padding-top: 1.25em;
}

.confirmation-container p:nth-of-type(2){
    margin-bottom: 0;
}

.form-container .checkbox-container .control{
    text-align: left;
    width: 100%;
}

.form-container .checkbox-container{
    padding: 35px 0px;
}

.privacy-terms-copy{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    border-bottom: 1px solid #202124;
}

.privacy-terms-copy p{
    max-width: 800px;
    align-self: flex-end;
    align-self: center;
}











@media screen and (min-width: 1000px){
    .navbar-desktop ul{
        display: flex;
    }
    
    .navbar-toggle-icon, #hidden-collapsible-navbar{
        display: none;
    }
    
    .project-listing-line{
        display: flex;
        margin-bottom: 10px;
    }
    
    .project-listing-line h4{
        margin-top: 4px;
        width: 250px;
    }
    
    .project-listing-line form{
        margin-top: 0px;
        margin-left: 30px;
    }
    
    .button-container{
        height: 400px;
        display: flex;
        justify-content: center
    }
}


@media screen and (min-width: 875px){
    .mobile-padding{
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    
    .objective-section button, .objective-section .button-tertiary{
        display: inline-flex;
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .button-group{
        flex-direction: row;
    }
    
    .partner-section-content{
        flex-direction: row;
    }
    
    .reverse{
        flex-direction: row-reverse;
    }
    
    .img-container{
        width: 50%;
    }
    
    .callout-content{
        flex-direction: row;
    }
    
    .callout-content a {
        margin-left: auto;
    }
    
    .footer-content-wrapper{
        flex-direction: row;
    }
    
    .footer-content-wrapper .col-2{
        text-align: center;
    }
    
    .footer-content-wrapper .col-3{
        text-align: right;
    }
    
    .focus-area-examples{
        flex-direction: row;
    }
    
    .form-container-split{
        flex-direction: row;
    }
    
    .signup-half, .login-half{
        width: 50%;
    }
    
    .signup-half, .login-half{
        padding-top: 125px;
    }

    .signup-half{
        border-right: 1px solid #202124;
        border-bottom: 0px;
    }
    
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    
    table caption {
    }
    
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    
    table tr {
        box-shadow: 0px 10px 10px #eeeeee;
        display: block;
        margin-bottom: 1.25em;
        border-radius: 10px;
        background-color: white;
    }
    
    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
    }
    
    table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    table td:last-child {
        border-bottom: 0;
    }
    
    .whole-navbar{
        height: 65px;
    }
    
    .cd-logo{
        width: 45px;
    }
    
}



