    html,
body {
    min-height: 100%;
}
body {
    font-size: 18px;
    color: #5e5e5e;
    font-family: "Geometric415BT-MediumA", Arial, sans-serif;
    background: #004570;
}


@font-face{
    font-family: 'Geometric';
    src: url('http://www.casaforchildren.org/atf/cf/%7B9928cf18-ede9-4aeb-9b1b-3faa416a6c7b%7D/GEOMETRIC415BT-MEDIUMA.TTF'),
    url('http://www.casaforchildren.org/atf/cf/%7B9928cf18-ede9-4aeb-9b1b-3faa416a6c7b%7D/GEOMETRIC415BT-MEDIUMA.WOFF'); /* IE */
}
@font-face{
    font-family: 'Geometric415BT-LiteA';
    src: url('http://www.casaforchildren.org/atf/cf/%7B9928cf18-ede9-4aeb-9b1b-3faa416a6c7b%7D/GEOMETRIC415BT-LITEA.TTF'),
    url('http://www.casaforchildren.org/atf/cf/%7B9928cf18-ede9-4aeb-9b1b-3faa416a6c7b%7D/GEOMETRIC415BT-LITEA.WOFF'); /* IE */
}
/* common classes */

a,
.fa {
    transition: all 0.3s ease 0s;
    color: inherit;
}
a:hover,
a:active,
a:focus {
    color: #ed1b2e;
}
.txt-uppercase {
    text-transform: uppercase;
}
.paddding-stand {
    padding: 20px;
    padding-bottom: 0px;
}
.paddding-double {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ml-standard {
    margin-left: 10px;
}
.primary-bg {
    background: #00447c;
}
.secondary-bg {
    background: #ed1b2e;
}
.white-bg {
    background: #ffffff
}
.desktop-right {
    text-align: right;
}
select,
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email],
textarea,
textarea.form-control,
.form-control {
    padding: 9px 7px;
    text-align: left;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    background: #ffffff;
    box-shadow: none;
    font-family: 'Geometric415BT-LiteA', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.main-wrapper {
    max-width: 1152px;
    margin: 0 auto;
    background: #e7e7e7;
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.header-top {
    padding: 10px 0;
}
.small-nav {
    display: inline-block;
    font-size: 12px;
    font-family: 'Geometric415BT-LiteA', Arial, sans-serif;
    padding: 0;
}
.small-nav a {
    color: #8bb5d7;
}
.small-nav li {
    padding: 0 7px;
    display: inline;
    position: relative;
}
.small-nav li:before {
    content: "";
    border-left: 1px solid #8bb5d7;
    height: 11px;
    position: absolute;
    top: 3px;
    left: -1px;
}
.small-nav li:first-child::before {
    display: none;
}
.social {
    display: inline-block;
}
.social a {
    border-radius: 100px;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    margin-left: 2px;
    padding-top: 5px;
    text-align: center;
    width: 28px;
    background: #5985aa;
    color: #00447c
}
.social .twitter:hover {
    background: #00acef;
    color: #ffffff
}
.social .facebook:hover {
    background: #3d5a91;
    color: #ffffff
}
.social .instagram:hover {
    background: #0177a9;
    color: #ffffff
}
.donate-align {
    color: #ffffff;
    font-family: 'Geometric415BT-LiteA', Arial, sans-serif;
    padding-top: 20px;
}
.donate-align .txt {
    font-style: italic;
    padding-right: 20px;
}
.search-frm {
    position: relative;
    float: right;
    width: 195px;
    margin-top: 9px;
}
.search-frm button {
    background: none;
    border: 0;
    position: absolute;
    right: 3px;
    top: 4px;
}
.high-light {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 101;
}
.carousel-pad {
    padding-left: 80px;
    padding-right: 80px;
}
.events header {
    padding: 10px 10px 20px;
    color: #ffffff;
    position: relative;
    font-family: 'Geometric415BT-BlackA', Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.events header h4 {
    font-size: 18px;
}
.events header .date {
    font-size: 36px;
    line-height: 30px;
}
.events .slider_carousel_vertical {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.news-wrapper {
    display: table;
    width: 100%;
}
.news-wrapper .col {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 15px 10px;
    color: #474848;
}
.news-wrapper .col:first-child {
    width: 52px;
}
.news-wrapper .date {
    font-size: 26px;
    color: #00447c;
    font-family: 'Geometric415BT-BlackA';
    line-height: 20px;
    display: block;
    text-align: center;
}
.news-wrapper .month {
    font-size: 12px;
    color: #00447c;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.events .slide {
    background: #f0f0f0;
    border-left: 9px solid #3e3e3e;
}
.events .slide:nth-child(odd) {
    background: #f4f4f4;
}
.events .bx-wrapper .bx-controls-direction a {
    top: -50px;
    margin-top: 0;
}
.events .bx-wrapper .bx-prev {
    left: auto;
    right: 50px;
}
.events .bx-wrapper .bx-next {
    right: 12px;
}
.events .bx-wrapper .bx-next,
.events .bx-wrapper .bx-prev {
    background: transparent;
    border: 1px solid #d9192a;
    color: #d9192a;
}
.events .bx-wrapper .bx-next:hover,
.events .bx-wrapper .bx-prev:hover {
    background: #000000;
    color: #ffffff;
}
.events .bx-wrapper .bx-next::before,
.events .bx-wrapper .bx-prev::before {
    top: -3px;
}
.footer {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}
.footer .copyright {
    font-family: 'Geometric415BT-BlackA', Arial, sans-serif;
    font-size: 18px;
}
.footer hr {
    max-width: 433px;
}
.block {
    margin-bottom: 30px;
    background: #ffffff;
    font-family: 'Geometric415BT-LiteA', Arial, sans-serif;
}
.block h4 {
    background: #333;
    color: #fff;
    margin: 0 0 20px;
    padding: 14px 10px 15px 20px;
    text-transform: uppercase;
}
.block .list {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
}
.block .list li {
    border-top: 1px solid #d6d4d4;
    padding: 5px 0 6px 8px;
}
.block .list li:first-child {
    border-top: medium none;
}
.block li .products-block-image {
    border: 1px solid #d6d4d4;
    float: left;
    margin-right: 10px;
    width: 100px;
}
.block li .product-content {
    overflow: hidden;
}
.common-content {
    font-family: 'Geometric415BT-LiteA', Arial, sans-serif;
}
.common-content h1,
.common-content h2,
.common-content h3,
.common-content h4 {
    font-family: 'Geometric415BT-BlackA';
    text-transform: uppercase;
}
.common-content h1 {
    font-size: 24px;
}
.common-content h2 {
    font-size: 20px;
}
.common-content h3 {
    font-size: 18px;
}
.common-content h4 {
    font-size: 26px;
}
.common-content .list {
    padding: 0 0 20px 25px;
}
.common-content p {
    margin-bottom: 20px;
}
.map {
    padding: 10px;
    background: #ffffff;
}
.map .inner {
    position: relative;
    height: 250px;
}
.static-map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}

/* Bootstrap Override ends */

.img-responsive {
    display: inline-block;
}
.btn {
    text-transform: uppercase;
    border-radius: 0;
}
.btn-medium {
    padding: 10px 30px;
    color: #ffffff;
    font-size: 18px;
}
.btn-big {
    padding: 10px 30px;
    color: #ffffff;
    font-size: 24px;
}
.navbar-default {
    background: #272727;
    border: 0;
    /*border-bottom: 1px solid #ed1b2e;*/
    text-transform: uppercase;
    border-radius: 0;
    font-size: 17px;
    font-family: 'Geometric415BT-LiteA', Arial, sans-serif
}
.navbar {
    margin-bottom: 0;
    min-height: auto;
}
.navbar-default .nav > li::before {
    content: "";
    border-left: 1px solid #fff;
    height: 16px;
    position: absolute;
    top: 18px;
    left: 0;
}
.navbar-default .nav > li:first-child::before {
    display: none;
}
.navbar-default .nav > li > a {
    padding: 16px 25px;
    color: #ffffff;
}
.navbar-default .nav > li > a:hover {
    color: #ed1b2e;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #ed1b2e;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #ed1b2e;
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
    background: #272727;
}
.dropdown-menu > li > a {
    color: #ffffff !important;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #000000;
}
.carousel-caption {
    background: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 0;
    font-family: 'Geometric415BT-LiteA', Arial, sans-serif;
}
.carousel-caption h3 {
    font-size: 36px;
    margin-top: 0;
}
.carousel-caption.border {
    border-top: 1px solid #ffffff;
}
.carousel-control {
    bottom: 0;
    color: #86878c;
    font-size: 40px;
    height: 50px;
    border-radius: 100px;
    left: 0;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 40%;
    width: 50px;
    margin-top: -22px;
    padding-top: 6px;
    background: rgba(255, 255, 255, .4);
    line-height: 25px;
    opacity: 1;
}
.carousel-control.right {
    background-image: none;
    left: auto;
    right: 3%;
}
.carousel-control.left {
    background-image: none;
    left: 3%;
    right: auto;
}
.carousel-control:hover,
.carousel-control:focus {
    background: #fff;
    color: #86878c;
}
.slider-small .carousel-caption {
    padding: 10px 20px;
    text-align: left;
    font-family: 'Geometric415BT-BlackA', Arial, sans-serif;
    text-transform: uppercase;
}
.slider-small .carousel-caption h3 {
    font-size: 20px;
}
.slider-small .carousel-caption h5 {
    font-size: 12px;
    float: left;
    margin: 0;
}
.slider-small .carousel-caption .link {
    float: right;
    font-size: 18px;
    color: #ffffff;
}
.thumbnail {
    background: none;
    border: 0;
    padding: 0;
    text-align: center;
}
.thumbnail .caption {
    color: inherit;
}
.thumbnail .image-wrap {
    position: relative;
    overflow: hidden;
}
.thumbnail .image-wrap img {
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.thumbnail:hover .image-wrap img {
    transform: scale(1.2);
}

/* Advanced Systemics */
#accordion .panel-body img{
    width: 100%;
}
.row-wrapper {
/*	display: table;*/
}
.row-wrapper:before,
.row-wrapper:after {
display:table;
content: "";
/*  display: table;*/
}
.row-wrapper:after{
    clear:both;
}
.column-sections {
/*	display: table-cell;*/
	/*vertical-align: middle;*/
	float:left;
    width: 33.3333%;
    border-left: 1px solid #fff;
	padding: 10px;
}
.column-sections:first-child {
    border-left: 0;
}
.left-section,
.right-section {
	/*display: table-cell;
	vertical-align: middle;*/
	float: left;
    width: 50%;
    min-height: 138px;
    padding-top: 20px;
}
.column-sections img {
    max-width: 75%;
}
#accordion p.wise-investment{
	text-align:center;
}
.panel-group *{
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*::before, *::after {
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1200px) {
    .container {
        width: 1152px;
    }
}
@media (max-width: 1200px) {
    .navbar-default {
        font-size: 14px;
    }
    .navbar-default .nav > li > a {
        padding: 16px 15px
    }
}
@media (max-width: 991px) {
    body {
        font-size: 14px;
    }
    .navbar-nav {
        float: none;
    }
    .search-frm {
        float: none;
        margin: 0 auto 20px;
    }
    .btn-big {
        font-size: 18px;
        padding: 8px 20px;
    }
    .btn-medium {
        font-size: 14px;
        padding: 5px 15px;
    }
    .carousel-pad {
        padding-left: 20px;
        padding-right: 20px;
    }
    .events header .date {
        font-size: 18px;
        line-height: 20px;
    }
    .events header h4 {
        font-size: 14px;
    }
    .carousel-caption h3 {
        font-size: 18px;
    }
    .slider-small .carousel-caption h3 {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .header {
        text-align: center;
    }
    .desktop-right {
        text-align: center;
    }
    .mob-pading {
        padding-top: 20px;
    }
    .navbar-default .nav > li::before {
        display: none;
    }
    .thumbnail .image-wrap img {
        width: 100%;
    }
    .bx-wrapper .bx-next {
        right: -30px;
    }
    .bx-wrapper .bx-prev {
        left: -30px;
    }
    .events {
        margin-top: 20px;
    }
    .common-content h1 {
        font-size: 18px;
    }
    .common-content h2 {
        font-size: 16px;
    }
    .common-content h3 {
        font-size: 14px;
    }
    .common-content h4 {
        font-size: 12px;
    }
}

/* new css */

a:focus {
    outline: 0;
}
.bg-blue {
    background-color: #345073;
    line-height: 1.2;
}
.bg-red {
    background-color: #ec594d;
}
.text-red {
    color: #ec594d;
}
.text-blue {
    color: #345073;
}
.text-red span,
.text-blue span {
    color: #ffffff;
}
.col-gap {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 146px;
}
.col-gap.border {
    border-left: 1px solid #ffffff;
}
.tbl {
    display: table;
}
.tbl .col {
    display: table-cell;
    padding: 0 0 0 8px;
}
.tbl .col.bottom {
    vertical-align: bottom;
}
.tbl .col.middle {
    vertical-align: middle;
}
.tbl .col .one {
    font-family: "Geometric415BT-BlackA";
    font-size: 60px;
    line-height: 49px;
    color: #345073;
}
.tbl .col .count {
    font-family: "Geometric415BT-BlackA";
    font-size: 40px;
    line-height: 39px;
}
.tbl .col.sup {
    color: #345073;
    line-height: 16px;
}
.tbl.mt-22 {
    margin-top: 22px;
}
.tbl.mt-38 {
    margin-top: 38px;
}
.wise-investment {
    margin: 0 auto;
    max-width: 300px;
}
.serving {
    font-size: 18px;
    color: #ffffff;
    line-height: 34px;
    line-height: 30px;
}
.serving .count {
    font-size: 50px;
    font-family: "Geometric415BT-BlackA";
    position: relative;
    top: 7px;
}
.min-height-175 {
    min-height: 175px;
}

/* Panel */

.panel-default > .panel-heading {
    background-color: transparent;
    border: 0;
}
#accordion .panel-default {
    margin-bottom: 20px;
}
#accordion {}
#accordion p {
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
}
#accordion .panel-title {
    font-size: 27px;
    text-align: center;
}
#accordion .panel-title a {
    background-color: #5e5e5e;
    padding: 0 20px 0 55px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    /*font-family: 'Geometric415BT-BlackA';*/
    font-family: 'Geometric' !important;
    position: relative;
    line-height: 49px;
    height: 49px;
}
#accordion .panel-title a span {
    font-family: 'Geometric415BT-LiteA';
}
#accordion .panel-title a.collapsed {
    background-color: #848484;
}
#accordion .panel-title a:before {
    content: "\f068";
 /*   font-family: 'FontAwesome'; */
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
  /*  background-color: #1d1d1d; */
    width: 55px;
    height: 49px;
    line-height: 55px;
}
#accordion .panel-title a.collapsed:before {
    content: "\f067";
}
#accordion .panel-title a:hover,
#accordion .panel-title a:focus {
    text-decoration: none;
}
#accordion .panel-heading {
    padding: 0;
}
#accordion .panel-default {
    border: 0;
}
#accordion .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
#accordion .panel-body {
    font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    .col-gap.border {
        border-top: 1px solid #ffffff;
        border-left: 0;
    }
    .text-red {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .col-gap {
        min-height: 0;
    }
    #accordion .panel-title {
        font-size: 16px;
        display: table;
        width: 100%;
    }
    #accordion .panel-title a {
        line-height: 23px;
        display: table-cell;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .text-red {
        padding-top: 5px;
    }
    .panel-group {
        margin: 20px;
    }
