@font-face {
    font-family: Icons;
    src: url('/fonts/icons/fontawesome-webfont.ttf');
}
@font-face {
    font-family: Lato-Light;
    src: url('/fonts/Lato/Lato-Light.ttf');
}
@font-face {
    font-family: Lato-Bold;
    src: url('/fonts/Lato/Lato-Bold.ttf');
}

html {
    height: 100%;
}
body {
    margin: 0;
    height: 100%;
    position: relative;
    font-family: 'Lato-Light';
    color: #000;
}

.api-ColumnSet.front {
    background-color: transparent;
    width: 96%;
    margin: 0 2%;
    padding: 1em;
    box-sizing: border-box;
    position: relative;
    margin: auto;
    margin-bottom: 2em;
}

.api-ColumnSet.front form {
    color: #fff;
    padding: 1em;
    position: relative;
}
.api-ColumnSet.front form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-color: #05bae7;
    z-index: -1;
}
.api-ColumnSet.front::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-color: #000;
}
.api-ColumnSet.front > .api-ColumnControl {
    width: 70%;
}
#mobBanner {
    display: none;
}
#header {
    background-color: #17417e;
    box-shadow: 0 3px 3px #ddd;
    padding: 0.6em 0.8em;
    overflow: hidden;
}
#header #alogo,#header #alogoPJ {
    height: 2em;
    display: block;
    float: left;
    margin-right: 0.2em;
}
#header #alogoPJ{
    height: 1.8em;
    margin-top: 0.11em;
}
#siteName {
    float: left;
    margin-right: 6em;
}
#header h1 {
    font-family: 'ARIAL BLACK';
    margin: 0;
    color: #fff;
    font-size: 1.2em;
    margin-top: 0.1em;
    margin-right: 0.6em;
    float: left;
}
#header p {
    margin: 0;
    font-size: 0.8em;
    font-family: "open";
}
#name {
    height: 3em;
    display: block;
    float: left;
    margin-right: 3em;
    height: 1em;
    margin-top: 1em;
}
#header > .menu {
    float: right;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    list-style-type: none;
    margin: 0;
    margin-right: 1em;
    padding: 0;
    margin-top: 0.58em;
}
#header > .menu > li {
    float: left;
    margin: 0 0.4em;
    
    padding: 0;
}
#header > .menu > li > a {
    padding: 0.4em 1em;
    text-decoration: none;
    color: inherit;
}

#header > .menu > li > a#BTN_pc {
    color: #ed2;
    font-family: 'open';
    font-size: 1em;
}
#header > .menu > li > a.BTN {
	background-color: #38d;
	border-radius: 2em;
	color: #def;
	font-family: 'open';
}
#header > .menu > li > a.BTN#donate {
	background-color: #0b2;
	border-radius: 2em;
	color: #def;
	font-family: 'open';
}
#header > .api-Button {
    float: right;
    background-color: #0b2;
    color: #fff;
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: 'open';
    border-radius: 1.4em;
    padding: 0.5em 1.4em;
}
#header > .api-Button.social {
    background: transparent;
    padding: 0;
}
#header > .api-Button.social > img {
    height: 2em;
    margin-right: 0.4em;
}
#pbanner{
    width: 100%;
    display: block;
}
.contacts, .contacts li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.contacts li {
	text-align: center;
        margin-top: 0.5em;
}
.contacts li i {
	font-size: 2em;
	color: #9b7;
	margin-right: 0.4em;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 0.1em;
}
.contacts li span {
	font-size: 0.8em;
	font-family: 'open';
	font-weight: bold;
	color: #036;
}
#contentWrapper {
	width: 80%;
	font-size: 1.2em;
	margin: auto;
	margin-bottom: 0;
	margin-top: -8em;
	padding: 1em 4em;
	border-top: 12px solid #049;
        position: relative;
        z-index: 1;
	
}
#contentWrapper.sports {
    margin-top: 0;border-top: none;
}
#contentWrapper.frag {
	margin-top: 1em;
	padding: 1em 4em;
	border-top: none;
	
}
#contentWrapper::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(255,255,255,1),rgba(255,255,255,0.6));
    z-index: -1;
    height: 7em;
}
#contentWrapper::after{
    content: "";
    display: block;
    position: absolute;
    top: 7em;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    height: 1em;
}

#contentWrapper > h1,#contentWrapper > h2 {
    text-align: center;
    font-family: 'Lato-Bold';
    font-size: 2.5em;
    font-weight: normal;
    margin: 0.8em;
}
#contentWrapper > h1 {
    margin-top: 0.2em;
}
#contentWrapper > h2 {
    font-size: 1.5em;
    text-transform: capitalize;
}
#contentWrapper > p {
    text-align: justify;
}

.api-ColumnSet#aboutComp {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto,auto;
    gap : 1.5em;
}
.api-ColumnSet#aboutComp > div.api-ColumnControl{
    color: #fff;
    overflow: hidden;
    background-color: #048;
     border-radius: 1em;
     padding: 1em;
     margin: 0;
}

.api-ColumnSet#aboutComp > div.api-ColumnControl h2{
    margin-top: 0;
}
.api-ColumnSet#aboutComp > div.api-ColumnControl:first-child {
   
    background-color: #667;
    grid-row-end: 3;
    grid-row-start: 1;
    
}
.api-ColumnSet#aboutComp > div.api-ColumnControl {
    width: auto;
}
.api-ColumnSet#aboutComp > div.api-ColumnControl > div {
    padding: 1em;
    background-color: #459;
    border-radius: 1em;margin-bottom: 1em;
}
.api-ColumnSet.mainDiv > div.api-ColumnControl {
    min-height: 14em !important;
}
.api-ColumnSet.mainDiv > div:first-child {
    width: 70%;
}
.api-ColumnSet.mainDiv > div:last-child {
    background-color: #eee;
}
.home_banner {
    position: relative;
}
.home_banner > img {
    width: 100%;
    display: block;
}
.home_banner > img.banner_mob {
    display: none;
}

.home_banner > div{
    position: absolute;
    width: 40%;
    right: 4em;
    bottom: 4em;
    z-index: 10;
    padding: 2em;
    white-space: normal;
    border-radius: 0.8em;
    overflow: hidden;
}
.home_banner > div > h2 {
    text-transform: uppercase;
    font-family: 'open';
    font-size: 2em;
    margin: 0;
    color: #46d;
}
.home_banner > div > a {
    background-color: #0a4;
    padding: 0.6em 1.2em;
    display: inline-block;
    color: #fff;
    border-radius: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
}
.home_banner > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
    opacity: 0.85;
}
#nav > a.api-Button {
    float: right;
    padding: 0.2em;
    font-size: 1.5em;
    border: none;
    margin-top: 0;
}

#home_landing {
    background-color: #fff;
}

#home_landing > .welcome {
    background-color: #373e48;
    color: #9ab;
    width: 65%;
    padding: 2em 5em;
    padding-left: 7em;
    line-height: 1.5em;
    margin-right: 0;
    
}
#mantra > img {
    width: 100%;
    display: block;
}
#objectives {
    background-color: #357;
    overflow: hidden;
}
#objectives > h2{
    font-size: 1.2em;
    color: #fff;
    text-align: center;
}
#home_landing > .welcome > img {
    width: 12em;
    float: left;
    margin-right: 2em;
}
#home_landing > .welcome > div {
    overflow: hidden;
    padding: 2.5em 0em;
}
#home_landing > .welcome h2 {
    font-size: 1.2em;
    color: #fff;
    margin: 0;
    font-family: 'open';
    font-weight: normal;
}

#home_landing > .welcome .api-Button {
    background-color: #0a4;
    padding: 0.6em 1.2em;
    border-radius: 0.4em;
    margin-right: 0.6em;
}

#home_landing > .peacejam {
    padding: 2%;
    padding-left:  2%;
    padding-right: 4%;
    
}

#home_landing > .peacejam > img {
    position: absolute;
    top: 3em;
    left: 0;
}
#home_landing > .peacejam > div {
    border-radius: 0.4em;
    background-color: #fff;
}

#home_landing > .peacejam > div > img {
    width: 70%;
}
#activityPage {
    background-color: #ddd;
    padding: 3%;
    display: grid;
    grid-template-columns: 60% 1fr;
}
#activityPage > div:first-child{
    background-color: #fff;
}
#activityPage .activitiesCol {
    display: block;
    overflow: visible;
}
#activityPage .activitiesCol li {
	background-color: #eee;
	overflow: hidden;
	margin-bottom: 1.4em;
	padding: 1em;
	padding-top: 0;
	box-shadow: 0.3em 0.3em 0.3em #ccc;
	border-radius: 0.6em;
}
.dialog.zoom .window{
    width: 95%;
}
.dialog.zoom .content > div > img {
    max-width: 100%;
    margin: auto;
}
.image_gallery .thumbnails {
	float: none;
	padding-right: 0.4em;
        width: auto;
}
.image_gallery .thumbnails div.api-ButtonGroup {
	display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap:0.6em;
            
}
.image_gallery .thumbnails div.api-ButtonGroup a.api-Button {
    display: block;
}
#activityPage .activitiesCol h3 {
    font-size: 1em;
    font-weight: normal;
}
#activityPage .activitiesCol li > a > div > img {
    width: 130%;
}
#activityStage > img {
    width: 100%;
}
#activityStage > div {
    width: 95%;
    margin: auto;
}
#activityStage > div.info{
    border-bottom: 1px solid #49b;
    margin-bottom: 0.4em;
    padding-bottom: 1em;
}
#activityStage > div.info h3 {
	margin: 0.1em;
	color: #777;
	float: left;
	margin-right: 4em;
        text-transform: uppercase;
        font-size: 0.9em;
}
#activityStage > div.info h1 {
    margin: 0.1em 0;
}
#activityStage > div.info p {
    color: #888;
    margin: 0.1em;
    font-size: 0.9em;
}
#activityStage > div.info  p::before {
	content: "\f133";
	font-family: 'icons';
	margin-right: 0.6em;
}

#activityStage > .api-TabSet > .api-ButtonGroup {
    border: none
}
#activityStage > .api-TabSet > .api-ButtonGroup > .api-Button {
	background-color: #fff;
	color: #333;
        font-family:'open';
        border: none;
        margin: 0 0.6em;
}
.api-TabSet > .content {
    border: none;
}
#activityStage > .api-TabSet > .api-ButtonGroup > .api-Button.active {
	font-weight: bold;
        border-bottom: 5px solid #bc2;
	color: #333;
}
#activityPage .activitiesCol li > a > div {
	float: left;
	width: 45%;
	margin-right: 4%;
	padding-bottom: 30%;
}
.activitiesCol {
    overflow: hidden;
    width: 80%;
    margin: 1em auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:4%;
}
#homeActivities > .activitiesCol {
    width: 90%;
}
.activitiesCol h3 {
    font-size: 1.2em;
    margin: 0.2em 0;
    margin-bottom: 0;
    font-family: 'open';
}

.activitiesCol p {
    margin: 0;
    color: #445;
}
.activitiesCol p::before{
    content: "\f133";
    font-family: 'icons';
    margin-right: 0.6em; 
    color: #b96;
}
.activitiesCol h4 {
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0.4em 0;
    font-family: 'open';
}
.activitiesCol h4.con {
    color: #049;
}
.activitiesCol h4.sp {
    color: #0a4;
}
.activitiesCol h4.sl {
    color: #806;
}
.activitiesCol .api-CollectionItem * {
    background-color: #ccc !important;
    color: #ccc !important;
}
.activitiesCol .api-CollectionItem h4 {
    width: 50%;
    overflow: hidden;
}
.activitiesCol .api-CollectionItem > a > h3 {
    margin-bottom: 0.22em;
}

.activitiesCol .api-CollectionItem > a > p {
    width: 50%;
    overflow: hidden;
}
.activitiesCol .api-CollectionItem > a > p:before {
    content: "";
}
h2.center {
    text-align: center;
}

.activitiesCol > li > a > div {
    height: 0;
    padding-bottom: 50%;
    background-color: #ddd;
    border-radius: 0.6em;
    overflow: hidden;
}
.activitiesCol > li > a {
    text-decoration: none;
    color: inherit;
}
.activitiesCol > li > a > div img{
    display: block;
    width: 100%;
}

.image_gallery .preview > .api-ButtonGroup {
    position: absolute;
    left:0;
    right: 0;
    top: 50%;
    margin-top: -1.2em;
    overflow: hidden;
}

.image_gallery .preview > .api-ButtonGroup .api-Button {
    background-color: rgba(0,0,0,0.2);
}

.image_gallery .preview > .api-ButtonGroup .api-Button:first-child{
    float: left;
}
.image_gallery .preview > .api-ButtonGroup .api-Button:last-child{
    float: right;
}
#promoLanding {
    margin: 2% 4%;
    overflow: hidden;
}
.PC_landing {
    float: left;
    margin-right: 2%;
    width: 60%;
}
#promoLanding #video {
    overflow: hidden;
    background-color: #000;
    padding-bottom: 21.375%;
    height: 0;
    
}
#promoLanding #video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.PC_landing > div:first-child {
    width: 45%;
    height: 0;
    padding-bottom: 35.8%;
    background-color: #ddd;
    overflow: hidden;
    border-radius: 1.2em;
}
.PC_landing > div:first-child > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.PC_landing > div:first-child img {
    height: 100%;
    display: block;
    margin-left: -25%;
}
.PC_landing > div:last-child h2 {
    color: #ef8;
    margin-top: 0;
    margin-bottom: 0.3em;
    font-size: 1.6em;
}
.PC_landing > div:last-child {
    background-color: #147;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 47%;
    border-radius: 1.2em;
    padding: 1em 2em;
    padding-bottom: 3.4em;
    color: #def;
    overflow: hidden;
}
.PC_landing > div:last-child > div {
    height: 100%;
    overflow: hidden;
}

.PC_landing > div:last-child a.api-Button {
    background-color: #0a4;
    border-radius: 1em;
    padding: 0.4em 0.8em;
    position: absolute;
    bottom: 0.8em;
    right: 2em;
}
.compactInfo {
    position: relative;
    color: #fff;
    padding: 4% 10%;
}
.compactInfo > .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.compactInfo > .bg::before{
    content: "";
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    height: 100%;
    position: absolute;
    width: 80%;
}
.compactInfo > .bg > img {
    display: block;
    height: 100%;
    float: right;
}
.compactInfo h1 {
    font-size: 4em;
    font-family: 'open';
    font-weight: bold;
    display: block !important;
    margin-top: 0;
}.compactInfo h2 {
    font-size: 1.2em;
}

.compactInfo> div > p {
    width: 50%;
}
.compactInfo div.api-Accordion{
    width: 50%;
    margin-top: 10%;
    border-bottom: 1px solid #567;
}
.api-Accordion > div > *{
    display: none;
}
.compactInfo div.api-Accordion > div > a {
    display: block !important;
}
.compactInfo div.api-Accordion img {
    display: none;
}

.compactInfo div.api-Accordion h2 {
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Lato-Light';
    color: #dee;
    position: relative;
    margin: 0;
    padding: 0.6em 0;
    
}
.compactInfo div.api-Accordion h2::after{
    content: "\f067";
    font-family: 'icons';
    display: block;
    position: absolute;
    right: 0.5em;
    top: 1.2em;
    font-size: 0.7em;
    font-weight: normal;
}

.api-Accordion > div {
    border-top: 1px solid #567;
}
.compactInfo div.api-Accordion > div.open h2{
    font-family: 'open';
    font-weight: bold;
    color: #de3;
}
.compactInfo div.api-Accordion > div.open h2::after{
    content: "\f068";
}
.api-Accordion > div.open > div{
    display: block;
    height: 6em;
    overflow: auto;
}

.workSummary {
    list-style-type: none;
    padding: 2% 4%;
    margin: 1em 0;
    background-color: #5a8041;
    color: #fff;
    overflow: hidden;
}

.workSummary > li{
    list-style-type: none;
    width: 28.333%;
    float: left;
    padding: 0;
    margin: 0 1%;
}
.workSummary > li > h2{
    text-align: center;
    font-size: 6em;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'open';
    font-weight: bolder;
}
.workSummary > li > p {
    text-align: center;
    margin: 0;
    padding: 0 1em;
    color: #ded;
    font-size: 1.2em;
}
.front_program {
    width: 90%;
    overflow: hidden;
    margin: auto;
    padding-bottom: 2em;
}
.front_program >li {
    width: 22%;
    margin: 1%;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    border-radius: 0.8em;
}
.front_program >li a {
    text-decoration: none;
    color: #fff;
    background-color: #46d;
    display: inline-block;
    padding: 0.4em 0.6em;
    border-radius: 0.4em;
    font-size: 0.9em;
}
.front_program >li.training a {
    background-color: goldenrod;
}
.front_program >li.youth a {
    background-color: #f42;
}
.front_program >li.services a {
    background-color: green;
}
.front_program >li img {
    width: 100%;
    background-color: #755;
}
.front_program >li div {
    padding: 1.2em;
}
.front_program >li h2{
    font-size: 0.9em;
    color: #46d;
    margin-top: 0;
    font-family: 'open';
    font-weight: bold;
}
.front_program > li.training h2 {
    color: goldenrod;
}
.front_program > li.youth h2 {
    color: #f42;
}
.front_program > li.services h2 {
    color: green;
}
.front_program >li p {
    color: #555;
    height: 5em;
    text-overflow:ellipsis;
    overflow: hidden;
}
body.admin {
    padding-top: 3em;
}
body.admin #header {
    height: 3em;
    box-sizing: border-box;
    overflow: hidden;
}
body.admin #header img {
    height: 2em;
    width: auto;
}
body.admin #page{
    height: 100%;
}
#page {
    min-height: 50%;
}

body.admin #page {
    background-color: #ddd;
    padding: 2em;
}

#eventPage {
    position: relative;
    padding-left: 39%;
}
#eventPage > .api-ColumnControl:first-child {
    width: 35%;
    margin-right: 4%;
    background-color: #036;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.dTab {
    background-color: #fff;
    padding: 1em;
    margin-bottom: 2em;
    border-radius: 0.6em;
}
#dOverview {
    width: 52% !important;
    margin-right: 4%;
}
.menuPop {
    background-color: #fd5e84;
}

.blurbs {
    background-color: #fff;
    padding: 1em;
}
#nav > li > a {
    color: #777;
}
.btn_group {
    white-space: nowrap;
    overflow: hidden;
}
a.btn {
    display: inline-block;
    background-color: #888;
    color: #fff;
    padding: 0.4em;
    text-decoration: none;
}
i {
font-family: 'icons';
font-style: normal;
}
#app {
    width: 100%;
    height: 100%;
    padding-top: 3em;
    box-sizing: border-box;
    overflow: hidden;
}

#app > #toolbar {
    background-color: #333;
    margin-top: -3em;
    height: 3em;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
#app > #toolbar .btn_group {
    white-space: normal;
}
#app > #toolbar a{
    background-color: transparent;
}

#app > #toolbar a.disabled {
    color: #999;
}
#app > #toolbar a > i{
    margin-right: 0.4em;
}
#app.mobile.portrait {
    padding-top: 0;
}
#app.mobile.portrait > #toolbar {
    margin-top: 0;
    height: 60%;
    position: absolute;
    width: 12em;
    z-index: 20;
    
}
#panes {
    float: right;
    height: 100%;
    width: 20%;
    background-color: #bbb;
    border-left: 1px solid #666;
}

#app > #editorwindow {
    background-color: #ccd;
    height: 100%;
    box-sizing: border-box;
    padding: 0.6em;
    padding-bottom: 3em;
    position: relative;
    overflow: hidden;
}

#app > #editorwindow > div {
    position: absolute;
    height: 2.4em;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #888;
}
#contentarea {
	height: 100% !important;
	position: relative !important;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

#contentarea > iframe {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border: 0;
    
}

#editorwindow > #breadcramps {
    right: 9em !important;
}

#editorwindow > #responsive {
    width: 9em;
    left: auto !important;
    right: 0 !important;
    background-color: #533 !important;
}
#app.mobile #editorwindow > #responsive {
    width: 2.2em;
    position: absolute;
    bottom: 0;
    height: auto;
}

#app.mobile #editorwindow {
    padding: 1em;
    
    padding-right: 3.2em;
}

#app.portrait.mobile #editorwindow {
    padding-left: 13em;
}
#app.landscape.mobile #editorwindow {
    padding-bottom: 3.4em;
}
#app.mobile #editorwindow > #contentarea {
    box-shadow: 0.3em 0.3em 0.2em #888;
    box-sizing: border-box;
}
#app.mobile.phone #editorwindow > #contentarea {
    width: 22em;
    max-height: 40em;
    padding: 1.8em 0.8em;
    padding-bottom: 2.6em;
    border-radius: 1em;
    background-color: #333;
}

#app.mobile.phone.landscape #editorwindow > #contentarea {
    width: 40em;
    height: 22em !important;
    padding: 0.8em 1.8em;
    padding-right: 2.6em;
}

#app.mobile.tablet #editorwindow > #contentarea {
    width: 36em;
    max-height: 46em;
    padding: 2em 1.6em;
    padding-bottom: 3em;
    border-radius: 0.8em;
    background-color: #333;
}

#app.mobile.tablet.landscape #editorwindow > #contentarea {
    width: 56em;
    height: 36em !important;
    padding: 1.6em 2em;
    padding-right: 3em;
}

#app.mobile.portrait #editorwindow > #breadcramps {
    height: 40%;
    width: 12em;
    right: auto;
}
#app.mobile.landscape #editorwindow > #breadcramps {
    right: 2.4em !important;
    
}
#app.mobile #editorwindow > #responsive > div.btn_group {
    white-space: normal;
}
#responsive a.btn {
    background-color: transparent;
    width: 1.4em;
    text-align: center;
}

#responsive a.btn:hover, #responsive a.btn.active{
    background-color: #755;
}
#responsive a.btn > i {
    font-size: 1.4em;
    
}
#responsive a.btn span {
    display: none;
}

#mtoolbar {
    width: 2.4em;
    top: 0;
    left: auto !important;;
    right: 0;
    background-color: #ddd;
    height: auto !important;
    display: none;
}

#app.mobile #mtoolbar {
    display: block;
}

#mtoolbar a {
	font-size: 1.6em;
	text-align: center;
	transform: rotate(0deg);
	transition: all 0.4s;
	padding: 0.1em;
	display: block;
	margin: auto;
	background-color: #555;
	color: #fff;
	border-radius: 1em;
	width: 90%;
	box-sizing: border-box;
}
#mtoolbar a.landscape {
    transform: rotate(90deg);
}

#panes > .api-TabSet {
    height: 100%;
    padding-top: 2em;
    box-sizing: border-box;
}

#panes > .api-TabSet > .btn_group {
    margin-top: -2em;
    height: 2em;
    overflow: hidden;
}
#panes > .api-TabSet > .btn_group > a {
    padding: 0.4em 0.6em;
}
#panes > .api-TabSet > .btn_group > a.active {
    background-color: #eee;
    color: #333;
}

#panes > .api-TabSet > .content {
    height: 100%;
    background-color: #eee;
    overflow: auto;
}

#activitiesForm .api-ColumnControl:first-child{
    width: 62%;
    margin-right: 3%;
}
#activitiesForm label {
    display: block;
    margin-bottom: 0.2em;
}
#activitiesForm .api-ColumnControl input, #activitiesForm .api-ColumnControl select {
    width: 100%;
    padding: 0.4em;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0.4em;
}
.ControlsBrowser {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0.6em;
    overflow: hidden;
}

#cdragger {
    position: fixed;
    background-color: #fff;
    padding: 1em 2em;
    border: 1px solid #eee;
    box-shadow: 0.3em 0.3em 0.3em #999;
    z-index: 60;
    border-radius: 0.6em;
}

.ControlsBrowser .btn, #cdragger .btn {
    background-color: #fff;
    border: 1px solid #ccc;
    float: left;
    width: 48%;
    box-sizing: border-box;
    margin-left: 2%;
    color: #555;
    text-align: center;
    border-radius: 0.4em;
    box-shadow: 0.2em 0.2em 0.2em #ccc;
    margin-bottom: 2%;
}

#cdragger .btn {
    box-shadow: none;
    border: none;
}
.ControlsBrowser .btn > i, #cdragger .btn > i {
    display: block;
    width: 2em;
    margin: 0.6em auto;
}
.ControlsBrowser .btn:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 2%;
}

.docker_set {
    padding: 0.4em;
}
.docker {
    margin-bottom: 0.6em;
}
.docker .head {
    background-color: #ccc;
    color: #444;
    overflow: hidden;
    position: relative;
    padding: 0.3em 0.4em;
    padding-right: 3em;
    white-space: nowrap;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}
.docker .head > i{
    display: inline-block;
    margin-right: 0.3em;
    font-size: 0.8em;
    vertical-align: middle;
}
.docker .head > h4 {
    display: inline-block;
    margin: 0;
    font-size: 0.9em;
    vertical-align: middle;
}

.docker .head >  a {
    color: inherit;
    display: block;
    position: absolute;
    right: 0.4em;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background-color: transparent;
}
.docker .content {
    background-color: #fff;
    padding: 0.6em;
    border: 1px solid #ccc;
    border-top: none;
}

.docker .content ul.fieldset, .docker .content ul.fieldset li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
.docker form .bottom {
    display: none;
}
.docker.dimensions .content li {
    float: left;
    width: 46%;
    
}
.docker.dimensions .content input {
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.docker.dimensions .content li:first-child {
margin-right: 4%;
}

.docker.color .content a {
    margin-left: 0.4em;
    border-radius: 0.4em;
}

.docker.color .content a > i {
    margin-right: 0.3em;
}
.docker.color .content a.active {
    background-color: #222;
    color: #fff;
}
.docker.color .preview {
    display: inline-block;
    padding: 1em;
    border: 1px solid #333;
    background-color: transparent;
}
.docker.color .color_picker table {
    width: 100%;
    height: 8em;
}

form.padding ul{
    display: table;
}

form.padding li{
    display: table-row;
}
form.padding li label {
    padding-right: 0.4em;
}
form.padding li label, form.padding li input{
    display: table-cell;
}

.placeholder {
    box-sizing: border-box;
    padding: 0.6em;
    background-color: #abe;
    border: 1px solid #46d;
    border-radius: 1em;
    margin: 0.2em;
}
li.placeholder {
    border-radius: 0.2em;
}

* {
    box-sizing: border-box;
}

#selectorToolbar {
    position: absolute;
    left: 50%;
    transform: translate(-50%,-120%);
    background-color: #335;
    z-index: 50;
}

#selectorToolbar a {
    background-color: transparent;
}

#controlMover {
    position: absolute;
    width: 40%;
    max-height: 40vh;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0.3em 0.3em 0.3em #ccc;
    z-index: 60;
    
}

.api-Slider {
    height: auto;
}
        .api-Slider, .api-Slide {
            background-color: transparent !important;
        }
        .api-Slider > .mask {
            opacity: 0;
        }
        .api-Slider > .screen {
            height: 100%;
            white-space: nowrap;
            position: relative;
            left:0;
            transition: all 1.6s;
        }
        .api-Slider > .screen > .api-Slide {
            width: 100%;
            display: inline-block;
            position: relative;
            vertical-align: top;
        }

        
        .api-Clip > img {
            width: 100%;
        }
        
        
        .api-Shops {
            background-color: #fff;
            vertical-align: top;
        }
        .api-Shops a{
            display: inline-block;
            width: 18%;
            margin: 1%;
            text-decoration: none;
            box-sizing: border-box;
            padding: 0.4em;
            border: 1px solid #eee;
        }
        
        .api-Shops a  > img {
            width: 100%;
        }
        
        .api-Shops a  > h2 {
            margin: 0.2em 0;
            font-size: 0.9em;
            text-align: center;
        }
        
        .api-Cat a.api-Button{
            display: block;
            margin: 0.1em;
            text-decoration: none;
            box-sizing: border-box;
            padding: 0.2em;
            color: #555;
            background-color: transparent;
        }
        
        .api-Cat a.api-Button i{
            width: 1.4em;
            margin-right: 0.3em;
        }
        
        form.id-quote > h2 {
            font-size: 1em;
            margin-top: 0;
            margin-bottom: 1em;
        }
        form.id-quote {
            overflow: hidden;
        }
        
        form.id-quote > div label {
            font-size: 0.9em;
        }
        form.id-quote > div input,form.id-quote > div select, form.id-quote > div textarea {
            width: 100%;
            padding: 0.6em;
            margin-top: 0.2em;
            margin-bottom: 0.6em;
            background-color: #479;
            border: 1px solid #69b;
            color: #fff;
        }
        form.id-quote > input {
            float: right;
            padding: 0.4em 1.2em;
            color: #fff;
            background-color: #d43;
            border: 1px solid #a43;
            font-size: 1em;
            border-radius: 0.4em;
        }
        .api-SlideTabs.home {
            position: relative;
            height: 30em;
            height: 60vh;
        }
        .api-SlideTabs {
            overflow: hidden;
            background-color: #fff;
            white-space: nowrap;
            letter-spacing: 0;
        }
        
        .api-SlideTabs > a, .api-SlideTabs > div {
            display: block;
            margin: 0;
            height: 100%;
            float: left;
        }
        .api-SlideTabs > a {
            width: 33.33333%;
            overflow: hidden;
            position: relative;
        }
        .api-SlideTabs.expand > a {
            width: 16.6667%;
            overflow: hidden;
            position: relative;
            transition: all 0.5s;
        }
        .api-SlideTabs > div > div li {
            margin-bottom: 0.6em;
        }
        .api-SlideTabs > div > div button.api-Button{
            background-color: #932;
            border-radius: 0.3em;
            padding: 0.4em 0.8em;
            font-size: 1em;
            font-weight: normal;
            float: right;
        }
        .api-SlideTabs > div {
            width: 0%;
            opacity: 0;
            overflow: hidden;
            transition: all 0.5s;
            height: 100%;
            padding: 1em;
            box-sizing: border-box;
            box-sizing: border-box;
        }
        .api-SlideTabs.expand > div {
            width: 50%;
            opacity: 1;
            overflow: hidden;
        }
        .api-SlideTabs > a > img {
            height: 100%;
            overflow: block;
            
        }
        
        .api-SlideTabs > a > h1{
            position: absolute;
            top: 50%;
            left: 50%;
            margin: 0;
            color: #fff;
            padding: 0.6em 1em;
            border: 2px solid #fff;
            font-size: 1.2em;
            transform: translate(-50%,-50%);
            text-align: center;
            text-transform: uppercase;
            white-space: normal;
        }
        
        .api-SlideTabs > a > h1::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0.4;
            top: 0;
            left: 0;
            z-index: -1;
            
            background-color: #000;
        }
        
        .api-ButtonGroup.blurbs {
            overflow: auto;
            text-align: center;
        }
        
        .api-ButtonGroup.blurbs > a.api-Button {
            padding: 1em;
            width: 21%;
            box-sizing: border-box;
            margin-right: 3%;
            background-color: #fff;
            color: #05bae7;
            text-align: center;
            border: 1px solid #7be;
        }
            .api-ButtonGroup.blurbs > a.api-Button:hover {
                background-color: #05bae7;
                color: #fff;
            }
        
        .api-ButtonGroup.blurbs > a.api-Button > i {
            display: block;
            text-align: center;
            font-size: 2.6em;
            padding-bottom: 0.3em;
        }
        
        .api-ButtonGroup.blurbs > a.api-Button > span {
            color: #f42;
        }
        
        .api-ButtonGroup.blurbs > a.api-Button:hover > span {
                
                color: #fff;
            }

            .products,.products > li {
                list-style-type: none;
                margin: 0;
                padding: 0;
                overflow: hidden;
            }
            
            .products > li {
                border: 1px solid #ddd;
                float: left;
                width: 18%;
                padding: 1em;
                box-sizing: border-box;
                margin-right: 2%;
            }
            
            .products > li > img {
                width: 100%;
            }
            
            .products > li > h2 {
                font-size: 0.9em;
                color: #46d;
                height: 3.7em;
                text-overflow: ellipsis;
                overflow: hidden;   
            }
            
            .products > li > h3 {
                font-size: 0.9em;
                color: #333;
            }
            #footer {
                background-color: #ccc;
                overflow: auto;
                text-align: left;
                padding: 1em 2em;
                border-top: 1px solid #ccc;
            }
            footer ul, #footer li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer {
    background-color: #bbb;
    padding: 0 2em;
    overflow: hidden;
    font-family: 'Open';
}

#footer ul{
    overflow: auto;
    float: left;
    margin-right: 10em;
}
#footer li:first-child {
    font-family: 'Open';
    color: #000;
    font-weight: bold;
    font-size: 0.9em;
}
#footer li {
    margin-bottom: 0.4em;
    
}
#footer li >a{
    color: #333;
    font-size: 0.8em;
    text-decoration: none;
}

            
            #copy {
                padding: 1em;
                background-color: #932;
                text-align: center;
                color: #fff;
                font-size: 0.9em;
            }
            
            #copy a {
                text-decoration: none;
                color: #fff;
            }
            
            #footer ul {
                float: left;
                margin-right: 10em;
            }
            #footer ul.follow {
                float: right;
            }
            
            #footer ul, #footer ul li {
                list-style-type: none;
            }
            #footer ul li {
                margin: 1em 0;
                color: #555;
            }
            #footer ul li h4 {
                margin: 0;
                font-size: 1.4em;
            }
            
            #footer ul li > a {
                text-decoration: none;
                color: inherit;
            }
            
            #footer ul li.follow img {
                height: 2.4em;
            }
            
            #copyright {
    color: #333;
    padding: 1em;
    clear: both;
    font-size: 0.8em;
    border-top:1PX solid #999;
    
}

#l_activitiesHead {
    padding: 0 4%;
    text-transform: capitalize;
}
#l_activities {
    overflow: hidden;
    padding: 0 4%;
}
#l_activities > div {
    float: right;
    width: 35%;
}
#l_activities > div  {
    overflow: hidden;
}
#l_activities > div > img {
    display: block;
    width: 40%;
    float: left;
    margin-right: 4%;
}
#l_activities > div:first-child {
    float: left;
    width: 63%;
    margin-right: 2%;
    position: relative;
}

#l_activities > div:first-child > img {
    width: 100%;
}
#l_activities > div:first-child > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    padding: 1em;
    opacity: 0.6;
    min-height: 8em;
    color: #fff;
}
            #pbanner > img {
                width: 100%;
            }
            #pcontent {
                width: 80%;
                margin: auto;
                background-color: #fff;
                padding: 2em;
                overflow: hidden;
                margin-bottom: 2em;
            }
            #pcontent p {
                color: #555;
            }
            #pcontent h1,.donate > h1 {
                margin-top: 0;
                font-family: 'Open';
                color: #0a4;
                text-transform: uppercase;
                font-size: 3em;
            }
            
            #pcontent > h2 {
                font-family: 'Open';
                font-weight: normal;
            }
            
            .donate {
                padding: 2em;
                width: 40%;
            }
            .donate > h2 {
                color: #fd5e84;
                font-size: 1em;
            }
.contacts {
    overflow: auto;
}
.contacts > a {
    box-sizing: border-box;
    background-color: transparent;
    font-size: 1em;
    display: block;
    color: #555;
    padding: 0;
    margin-bottom: 0.4em;
}

.contacts > a > i {
    color: #fd5e84;
    margin-right: 0.2em;
}
.contactForm .bottom{
    position: static !important;
    background-color: transparent !important;
    padding-right: 0 !important;
    border-radius: none;
}
.cPage > div:first-child{
    width: 30%;
    margin-right: 4%;
}

.cPage > div:last-child{
    border-left: none;
    padding-left: 0;
}

.cPage > div:last-child h2 {
    font-weight: normal;
    margin-top: 0;
}

.contactForm > .body {
    padding: 0;
}
.contactForm > .body span {
    display: block; 
}
.contactForm > .body textarea {
    height: 12em;
}

.services > a{
    height: 4em;
    display: block;
}

.services h2 {
    font-family: 'Open';
    font-weight: normal;
    font-size: 1.4em;
    margin-top: 0;
    color: #0a4;
}

.services img {
    width: 100%;
}
.services li {
    margin-bottom: 0.6em;
}

.services .api-ColumnSet .api-ColumnControl:first-child{
    width: 40%;
    margin-right: 4%;
}

.services .api-ColumnSet:nth-child(2n+1) .api-ColumnControl:first-child{
    width: 60%;
    margin-right: 4%;
}

.gridder {
    overflow: hidden;
    width: 80%;
    padding-top: 2em;
    margin: auto;
}
.news_block {
    width: 80%;
    margin: auto;
    margin-bottom: 2em;
    overflow: hidden;
}
.news_grid > div {
    background-color: #479;
    height: 0;
    border-radius: 0.4em;
    color: #fff;
    background-size: cover;
    padding: 2%;
    padding-bottom: 15%;
    overflow: hidden;
    box-sizing: border-box;
    background-image: url('../../../images/food.jpg');
    position: relative;
}
.news_grid > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1;
}
.news_grid > div * {
    z-index: 2;
    position: relative;
}
.news_grid > div h2 {
    font-family: 'open';
}
.news_grid > div.news1 {
    margin-bottom: 2%;
    background-image: url('../../../images/hamper.jpg');
}
.news_block .main {
    float: left;
    width: 60%;
    
    
    padding-bottom: 34%;
    margin-right: 2%;
    background-image: url('../../../images/students.jpg');
    
    
}
.gridder > div {
    height: 0;
    padding: 4%;
    box-sizing: border-box;
    overflow: hidden;
}
.gridder > div > img {
    display: block;
    width: 30%;
    float: left;
    margin: 4%;
}
.gridder > div.grid1 > img {
    width: 60%;
    margin: auto;
    display: block;
    margin: 3em auto;
    float: none;
}
.gridder > .grid1 h2 {
    text-align: center;
}
.gridder p {
    color: #555;
}
.gridder a {
    color: orange;
    padding: 0.4em 0.8em;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    font-weight: bold;
    float: right;
}
.gridder a > i {
    margin-left: 0.3em;
}
.gridder > .grid1 {
    background-color: #eee;
    padding-bottom: 50%;
    width: 49%;
    margin-right: 1%;
    float: left;
}

.gridder > .grid2 {
    overflow: hidden;
    background-color: #eee;
    padding-bottom: 22.5%;
    margin-bottom: 1%;
}
.gridder > .grid3 {
    overflow: hidden;
    background-color: #eee;
    padding-bottom: 22.5%;
}

.gridder h2 {
    font-family: 'open';
    font-weight: normal;
    font-size: 1.4em;
}

#stations, #stations li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#stations {
    overflow: auto;padding-bottom: 1em;
}
#stations li {
    width: 31%;
    margin-right: 3%;
    box-shadow: 0.2em 0.2em 0.2em #ddd;
    overflow: hidden;
    float: left;
}
#stations li:last-child {
    margin-right: 0;
}
#stations li > img {
    width: 100%;
    display: block;
}
#stations .indicator {
    margin-top: -1em;
    float: right;
    overflow: hidden;
    height: 2em;
}
#stations .indicator > svg {
    float: left;
    height: 2em;
}
#stations .indicator path {
    fill:#0a4;
}
#stations .indicator > span {
    display: block;
    overflow: hidden;
    background-color: #0a4;
    height: 100%;
    color: #fff;
    padding: 0.3em 0.6em;
    font-family: 'open';
    font-size: 0.9em;
}
#stations .indicator.no path {
    fill:#f42;
}

#stations .indicator.no > span {
    background-color: #f42;
}
#stations li h3,#stations li h4 {
    font-family: 'open';
    font-weight: normal;
    margin-bottom: 0.3em;
}
#stations li h4 {
    color: #0a4;
    border-top: 1px solid #ddd;
    padding-top: 1em;
}
#stations li p {
    margin: 0;
}
#stations li a {
    background-color: transparent;
    color: #555;
}
#stations li a i {
    margin-right: 0.3em;
    color: #f81;
}
#stations li > div:last-child {
    padding: 1em;
}

.api-ColumnSet.about .api-ColumnControl:first-child {
    width: 70%;
    border-right: 1px solid #ddd;
    padding-right: 4%;
}

.api-ColumnSet.about h2 {
    color: #0a4;
}
.about a {
    color: #fff;
    display: inline-block;
    background-color: #fd5e84;
    padding: 0.4em 1em;
    border-radius: 0.3em;
    text-decoration: none;
}
.api-ColumnSet.about ul {
    color: #555;
}

.api-ColumnSet.about li {
    margin-top: 1em;
}

.api-ColumnSet.about .api-ColumnControl:last-child {
    padding-left: 2em;
    overflow: hidden;
}

.api-ColumnSet.about .api-ColumnControl:last-child img {
    width: 100%;
}

.api-ColumnSet.about .api-ColumnControl:last-child h2 {
    color: #333;
    font-size: 1em;
    clear: both;
    border-left: 3px solid #f81;
    padding-left: 0.6em;
    font-family: 'open';
    font-weight: normal;
    margin-bottom: 0.3em;
}

.api-ColumnSet.about .api-ColumnControl:last-child p {
    margin: 0;
}
.api-ColumnSet.about .api-ColumnControl:last-child a {
    background-color: transparent;
    color: #f81;
    padding: 0;
    float: right;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
}
.api-ColumnSet.about .api-ColumnControl:last-child a > i {
    margin-left: 0.3em;
}

#footer a {
    text-decoration: none;
    color: #555;
    font-size: 0.9em;
    
}

.api-Menu.minboard {
    padding-left: 0;
    top: 4em;
    position: absolute;
}

.api-Menu.minboard .api-Menu > a {
    display: block;
    padding: 0.4em;
}
.api-Menu.minboard .api-Menu > a > i {
    float: right;
}

.api-Menu.minboard > a.api-Button {
    display: none;
}

#pcontent.services .api-ColumnSet {
    margin-bottom: 2em;
}

.pageWrapper {
    width: 80%;
    margin: auto;
    padding: 2em;
    box-sizing: content-box;
}
h2 {
    font-family: 'open';
    font-size: 2em;
    text-transform: uppercase;
}
#initiative {
    background-color: #eee;
}
#initiative.home {
    background-color: transparent;
}
#initiative ul li {
    border: 1px solid #eee;
}
#initiative h2 {
    margin-top: 0;
    margin-bottom: 0.4em;
}
#initiative ul, #initiative ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#initiative.donation h3 {
    color: #fd5e84;
}

#initiative ul {
    padding-right: 0.4em;
    padding-bottom: 0.4em;
}
#initiative ul li {
    background-color: #fff;
    box-shadow: 0.2em 0.2em 0.2em #ddd;
    padding: 1em;
    float: left;
    width: 48%;
    margin-bottom: 2%;
    overflow: hidden;
    height: 18em;
}
#initiative ul li:nth-child(2n+1) {
    margin-right: 2%;
}
#initiative ul li > h3 {
    color: #0a4;
    margin-top: 0;
}
#initiative ul li > img {
    float: left;
    width: 30%;
    margin-right: 4%;
}
#initiative ul li > div {
    overflow: hidden;
}
#initiative ul li > div > h4 {
    color: orange;
    border-top: 1px solid orange;
    padding-top: 0.4em;
    margin: 0;
}
#initiative ul li > div > h3 {
    margin-top: 0.4em;
    margin-bottom: 0.6em;
}
#initiative ul li > div p {
    margin-top: 0;
    height: 6em;
    overflow: hidden;
    
}
#initiative ul li > div a.api-Button {
    background-color: transparent;
    color: #fd5e84;
    border-radius: 0.3em;
}
#initiative ul li > div a.api-Button > span {
    margin: 0 0.3em;
}
#initiative ul li > div a.api-Button:first-child {
    background-color: #fd5e84;
    color: #fff;
}

.about h2 {
    color: #0a4;
    
    margin-top: 0;
}

.activities > a {
    background-color: #965;
    height: 0;
    padding-top: 2%;
    padding-bottom: 23%;
    color: #fff;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    display: block;
    width: 49%;
    text-align: center;
}
.activities > a > i {
    display: block;
    font-size: 2em;
    margin-bottom: 0.5em;
}
.activities > a:first-child,.activities > a:last-child {
    margin-right: 0;
}

.activities > a:first-child {
    width: auto;
    float: none;
    background-color: #46d;
}
.activities > a:last-child {
    background-color: #0a4;
}

.about_menu {
    width: auto;
    border-right: 1px solid #ddd;
    margin-right: 3em;
    padding-right: 1.5em;
}
.about_menu > .api-Menu li > a{
    color: #555 !important;
}
.management {
    overflow: hidden;
}
.management > li {
    width: 50%;
    float: left;
    margin-bottom: 2%;
    background-color: #fff;
    overflow: auto;
    text-align: center;
    font-size: 0.9em;
}

.management > li > div.img {
    width: 50%;
    display: block;
    margin: auto;
    height: 0;
    padding: 0;
    padding-bottom: 55%;
    overflow: hidden;
}
.management > li > div.img > img {
    width: 100%;
    display: block;
}
.management > li > div {
    overflow: hidden;
    padding: 1em;
}

.management > li > div > h2 {
    font-size: 1em;
    margin: 0;
    font-family: 'Open';
}

.management > li > div > h3 {
    font-size: 1em;
    margin: 0;
    color: #777;
}

#managementBox {
    padding: 1em;
}

.dialog.initiative > .window {
    width: 60%;
    box-shadow: 0.2em 0.2em 0.2em #555;
}

.ini_banner {
    width: 100%;
}
.initcontent {
    padding: 1em;
}
.initcontent h2 {
    font-size: 1em;
    color: #fd5e84;
    margin-top: 0;
}
.initdonateblock {
    background-color: #eee;
    padding: 1em;
}

.initdonateblock > h2 {
    font-size: 1em;
    margin: 0;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0.4em;
}


.initdonateblock > div h2 {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
    font-family: 'open';
    color: #000;
    margin: 0;
}

.initdonateblock > div p {
    margin: 0;
    margin-top: 0.1em;
}

.initdonateblock > div p > strong {
    color: green;
    font-family: 'open';
    font-weight: normal;
}
.initdonateblock .api-ColumnControl {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #ddd;
}

a.social {
    background-color: transparent;
    padding: 0;
    display: inline-block;
}
a.social > img {
    width: 2em;
}
 #areas > div{
                overflow: hidden;
                margin-bottom: 4em;
            }
            #areas > div > img {
                float: left;
                margin-right: 2em;
                width: 50%;
            }
            #areas > div:nth-child(2n+1) > img {
                float: right;
                margin-left: 2em;
            }
            #areas > div p {
                line-height: 1.6em;
                font-size: 0.9em;
            }
            
            .api-ColumnSet#aboutComp.sports {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
            }
            .api-ColumnSet#aboutComp.sports .api-ColumnControl {
                padding: 0 !important;
                margin: 0;
            }
            
            .api-ColumnSet#aboutComp.sports .api-ColumnControl > img {
                width: 100%;
            }
            #sportsComp {
                height: 0;
                padding-bottom: 50%;
            }
            #sports_blurb{
                margin-top: 1em;
            }
            #sports_blurb .api-ColumnSet:nth-child(2n+1){
                background-color: #148;
                color: white;
            }
            #sports_blurb .api-ColumnSet > .api-ColumnControl:last-child{
                padding: 2em;
                margin-right: 50%;
               
            }
            #sports_blurb .api-ColumnSet > .api-ColumnControl:first-child{
                padding: 0;
                position: absolute;
                left: 50%;
                bottom: 0;
                top: 0;
                right: 0;
                width: 50%;
                
                background-image: url('/wacpf/images/sports5.jpeg?rand=4fy');
                background-size:cover;
            }
            #sports_blurb .api-ColumnSet:first-child > .api-ColumnControl:first-child {
                background-image: url('/wacpf/images/sports4.jpeg');
            }
            #sports_blurb .api-ColumnSet:last-child > .api-ColumnControl:first-child {
                background-image: url('/wacpf/images/sports6.jpeg');
            }
            #sports_blurb .api-ColumnSet:nth-child(3) > .api-ColumnControl:first-child {
                background-image: url('/wacpf/images/sports8.jpeg');
            }
            #sports_blurb .api-ColumnSet:nth-child(2n+1) > .api-ColumnControl:last-child{
                padding: 2em;
                margin-left: 50%;
                margin-right: 0;
                box-sizing: border-box;
            }
            #sports_blurb .api-ColumnSet:nth-child(2n+1) > .api-ColumnControl:first-child{
                left: 0;
            }
            #sportbottom {
                margin: auto;
                width: 80%;
                margin-top: 2em;
            }
            
            .dialog > .window#subWindow {
                width: 70%;
                height: 80% !important;
            }
            
            .dialog > .window#subWindow .content, .dialog > .window#subWindow iframe {
                width: 100%;
                height: 100% !important;
            }
            
            #register_btn {
                display: block;
                text-align: center;
                text-decoration: none;
                color: #000;
                overflow: hidden;
                padding-top: 1em;
            }
            
            #register_btn > i {
                font-size: 4em;
            }
            ul.chart {
                border-left: 2px solid #000;
                padding: 1em 0;
                
            }
            ul.legend, ul.chart {
                list-style-type: none;
            }
            ul.legend > li {
                padding-left: 3em;
                position: relative;
                list-style-type: none;
            }
            ul.chart > li{
                box-sizing: border-box;
                margin: 1em 0;
                padding: 0;
                list-style-type: none;
            }
            ul.chart > li > i {
                display: block;
                padding: 1em;
                box-sizing: border-box;
            }
            ul.legend i {
                display: block;
                padding: 1em;
                width: 2em;
                box-sizing: border-box;
                position: absolute;
                left: 0;
                
            }
            ul.legend > li > strong, ul.legend > li > span {
                display: block;
            }
            #dashSchoools {
                width: 65%;
            }
            #dashSchoools > div {
                height: 18em;
            }