.org--contact--node {
    background-color: #dae4e6;
}
.org--contact--in {
    max-width: 65vw;
    padding: 5vw 1vw;
}
.org--form--node {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	margin-right: 5%;
}
.org--rectangle {
	-ms-flex-preferred-size: 35%;
	flex-basis: 35%;
	background-color: var(--cream);
	background-image: url(/templates/orgmed/icon/about/contact/dots.png);
	background-repeat: repeat;
	background-size: auto;
	padding: 2vw 2vw;
	height: 100%;
}
.org--rectangle > svg {
    width: 4vw;
    top: -2vw;
    right: -2vw;
}
.org--rectangle > h2 {
    font-size: 2vw;
    margin-bottom: 2vw;
}
.org--rectangle > p, .org--rectangle > a{
    font-size: 1vw;
    padding-bottom: 0.25vw;
    border-bottom: 0.104vw solid #82a1c0;
    margin-bottom: 1.5vw;
    line-height: 1.5;
}
.o--i--hero input {
    height: 3.125vw;
    padding-left: 0.5vw;
}
.o--i--hero input , .o--i--hero textarea {
    border: 0.052vw solid var(--cream);
}
.o--i--hero input:focus , .o--i--hero textarea:focus {
    border-color: #000;
}
.o--i--hero textarea {
    height: 10vw;
    padding: 1vw 0 0 0.5vw;
	resize: none;
}
.o--i--hero label {
    font-size: .8vw;
    font-weight: 700;
    margin-bottom: 0.5vw;
    letter-spacing: .25em;
}
.JGLabel span {
    display: inline-block;
    background-color: var(--cream);
    width: 1.604vw;
    height: 1.604vw;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-box-shadow: 0 0 0.156vw 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 0.156vw 0 rgb(0 0 0 / 25%);
    border-radius: 50%;
    -webkit-transition: background-color 150ms 0.2s, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 0.2s, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    -o-transition: background-color 150ms 0.2s, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 0.2s, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    transition: background-color 150ms 0.2s, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89), -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
    cursor: pointer;
}
.JGLabel span:after,.JGLabel span:before {
	position: absolute;
	content: '';
    width: 0;
    height: 0.104vw;
    border-radius: 0.104vw;
    background-color: var(--cream);
    -webkit-transition: width 50ms ease 50ms;
    -o-transition: width 50ms ease 50ms;
    transition: width 50ms ease 50ms;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.JGLabel span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.729vw;
    left: 0.417vw;
}
.JGLabel span:after {
    -webkit-transform: rotate(305deg);
    -ms-transform: rotate(305deg);
    transform: rotate(305deg);
    top: 1.198vw;
    left: 0.729vw;
}
.JGLabel span + a {
    margin-left: 0.7vw;
    font-size: 0.885vw;
    font-weight: 300;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.JGLabel span + a:hover {
    text-decoration: underline;
}
#check,#check__letter {
    display: none;
}
#check:checked + label span:after,#check:checked + label span:before,#check__letter:checked + label span:after,#check__letter:checked + label span:before {
    background-color: #1790b5;
    -webkit-transition: width 150ms ease 0.1s;
    -o-transition: width 150ms ease 0.1s;
    transition: width 150ms ease 0.1s;
}
#check:checked + label span:before, #check__letter:checked + label span:before {
    width: 0.625vw;
}
#check:checked + label span:after, #check__letter:checked + label span:after {
    width: 0.938vw;
}
#check:checked + label:hover span:before,#check__letter:checked + label:hover span:before {
    width: 0.625vw;
}
#check:checked + label span,#check__letter:checked + label span {
    background-color: var(--cream);
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.JGLabel:hover span:before {
    width: 0.260vw;
    -webkit-transition: width 0.1s ease;
    -o-transition: width 0.1s ease;
    transition: width 0.1s ease;
}
.o--i--hero:not(:last-child) {
	margin-bottom: 1.5vw;
}
.full {
    background: var(--darkblue);
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.104vw;
    line-height: 1.042vw;
    padding: 1.042vw 1.563vw;
    position: relative;
    text-decoration: none;
    margin-top: 2vw;
}
.full span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.885vw;
    color: var(--cream);
}
.full:after {
    background: var(--middleblue);
    -webkit-clip-path: polygon(100% 0,0 100%,0 100%,100% 100%);
    clip-path: polygon(100% 0,0 100%,0 100%,100% 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.full:hover:after {
    -webkit-clip-path: polygon(100% 100%,0 0,0 100%,100% 100%);
    clip-path: polygon(100% 100%,0 0,0 100%,100% 100%);
}
.org--rectangle .charity--network--3 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.org--rectangle .charity--network--3 a {
    border-color: #000;
    width: 2.5vw;
    height: 2.5vw;
}
.org--rectangle .charity--network--3 a svg * {
    fill: #000;
}
.org--rectangle .charity--network--3 a:hover {
    background-color: #000;
}
.org--rectangle .charity--network--3 a:hover svg * {
    fill: var(--cream);
}
.org--map--node {
    background-color: var(--cream);
    background-image: url(/templates/orgmed/icon/about/contact/dots.png);
    background-repeat: repeat;
    background-size: auto;
    padding: 5vw 0;
}
.org--map {
    max-width: 50vw;
}
.org--map--head > h2 {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 2vw;
    z-index: 1;
}
.org--map--head > svg {
    width: 4vw;
    top: 0;
    left: 0;
}
.map--bit {
    height: 30vw;
}
.map--direction {
    background-color: var(--darkblue);
    color: var(--cream);
    font-size: .8vw;
    display: inline-block;
    margin-top: 2vw;
    padding: 0.5vw 1vw;
    letter-spacing: .1em;
}
.map--direction:hover {
    background-color: var(--middleblue);
    color: var(--cream);
}
.quote--c {
    max-width: 30vw;
    margin-bottom: 2vw;
}
@media only screen and (min-width: 320px) and (max-width: 1600px){
	.quote--c {
		max-width: 35rem;
		margin-bottom: 2rem;
	}
	.org--contact--in {
		max-width: 70rem;
		padding: 6rem 1rem;
	}
	.org--rectangle {
		padding: 2rem 2rem;
	}
	.org--rectangle > svg {
		width: 3rem;
		top: -1.5rem;
		right: -1rem;
	}
	.org--rectangle > h2 {
		font-size: 1.75rem;
		margin-bottom: 2rem;
	}
	.org--rectangle > p, .org--rectangle > a{
		font-size: 0.938rem;
		padding-bottom: 0.25rem;
		border-width: 0.063rem;
		margin-bottom: 1.25rem;
	}
	.o--i--hero input {
		height: 3rem;
		padding-left: 0.5rem;
	}
	.o--i--hero textarea {
		height: 10rem;
		padding: 1rem 0 0 .5rem;
	}
	.o--i--hero input , .o--i--hero textarea{
		border-width: 0.063rem;
	}
	.o--i--hero label {
		font-size: .938rem;
		margin-bottom: 0.5rem;
	}
	.JGLabel span {
		width: 2.5rem;
		height: 2.5rem;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.JGLabel span:after, .JGLabel span:before {
		height: 0.063rem;
		border-radius: 1rem;
	}
	.JGLabel span:before {
		top: 1.25rem;
		left: 0.75rem;
	}
	.JGLabel span:after {
		top: 1.75rem;
		left: 1.188rem;
	}
	.JGLabel span + a {
		margin-left: 0.938rem;
		font-size: 0.938rem;
	}
	#check:checked + label span:before,#check__letter:checked + label span:before {
		width: .7rem;
	}
	#check:checked + label span:after,#check__letter:checked + label span:after {
		width: 1.2rem;
	}
	.JGLabel:hover span:before {
		width: 0.312rem;
	}
	#check:checked + label:hover span:before, #check__letter:checked + label:hover span:before {
		width: 0.688rem;
	}
	.o--i--hero:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.full {
		letter-spacing: .2em;
		line-height: 1rem;
		padding: 1rem 1.5rem;
		margin-top: 2rem;
	}
	.full span {
		font-size: 0.938rem;
	}
	.org--rectangle .charity--network--3 {
		margin-top: 1rem;
	}
	.org--rectangle .charity--network--3 a {
		width: 2rem;
		height: 2rem;
	}
	.org--map--node {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.org--map {
		max-width: 45rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.org--map--head > h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.org--map--head > svg {
		width: 4rem;
		top: -1rem;
	}
	.map--bit {
		height: 30rem;
	}
	.map--direction {
		font-size: 1rem;
		margin-top: 2rem;
		padding: 0.5rem 1rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 991px){
	.org--form--node,.org--rectangle{
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.org--form--node {
		margin-right: 0;
		margin-bottom: 5rem;
	}
}
@media only screen and (min-width: 320px) and (max-width: 604px){
	.o--i--terms {
		margin-top: 2rem;
		width: 100%;
	}
}