﻿
html
{
    background-color: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    background-color: #fff;
    color: #333;
    font-family: "Segoe UI" , Verdana, Helvetica, Sans-Serif;
    font-size: .85em;
    line-height: 1.75em;
    margin: 0;
    padding: 0;
    height: 100%;
   
 }

a
{
    color: #333;
    outline: none;
    text-decoration: none;
}

a:link, a:visited, a:active, a:hover
{
    color: #333;
    text-decoration: underline;
}

a:hover
{
    color: #ff6600;
}

header, footer, hgroup, section
{
    display: block;
}

nav
{
    clear: both;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    max-height: 35px;
    height: auto;
    z-index:999;
    background-image: url("../../../images/client/navigation.jpg");
}


.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
    color: #666;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Ubuntu" , "Segoe UI" , Verdana, Helvetica, Sans-Serif;
}

h1
{
    color: #0961B1;
    font-size: 1.5em;
    line-height: 2em;
}

h2
{
    font-size: 1.75em;
    line-height: 2em;
}

h3
{
    font-size: 1.2em;
    line-height: 1.75em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/

#body
{
    display: block;
    background-color: #fff;
    clear: both;
    min-height: 30%;
    vertical-align: top;
    top: 0;
    padding-bottom: 20px;
    /*border-top: solid 8px #1b6d19;*/
}

.main-content
{
    padding-top: 0;
}
.content-wrapper img
{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.content-wrapper video
{
    display: block;
    height: auto !important;
    width: auto\9; /* ie8 */
    max-width: 100%;
}


header
{
    margin: 0 0 0 0;
}
header .content-wrapper
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    vertical-align: middle;
}
.content-header
{
    display: block;
}
header .logo
{
    float:none;
    width: 1000px !important;
    height:139px !important;
    vertical-align: top;
    text-align:center;
}
header .social-plugin
{
    float: left;
    width: 35%;
    margin-top:20px;
    vertical-align: middle;
    text-align: center;
}
header .social-plugin p
{
    text-align: center;
    font-size: 0.85em;
    color: #0961B1;
    font-weight: bolder;
}
header .member-login
{
    float: right;
    margin-top:5px;
    text-align:right;
}
.blue
{
    color: #0961B1;
    font-weight: bolder;
}
a.bold-blue
{
    color: #0961B1;
    font-weight: bolder;
    text-decoration: none;
}
a.bold-blue:hover
{
    color: #ff6600;
    text-decoration: none;
}
a.top
{
    color: #999;
    font-size: 0.75em;
    float: right;
    text-decoration: none;
}
a.top:hover
{
    color: #ff6600;
    text-decoration: none;
}
a.return
{
    color: #0961B1;
    font-size: 0.85em;
    text-decoration: none;
}
a.return:hover
{
    color: #ff6600;
    text-decoration: none;
}


#calendar
{
    width: 100%;
    margin: 0 auto;
}

#docView, #newsView, #eventsView, #documentsView, #linksView, #videoView
{
    padding: 0px;
    margin-bottom: -1px;
    min-width: 150px;
    min-height: 350px;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-top: 0 solid #fff;
    border-bottom: 1px solid #fff;
}


#detView
{
    padding: 0px;
    margin-bottom: -1px;
    min-width: 150px;
    min-height: 350px;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-top: 0 solid #fff;
    border-bottom: 1px solid #fff;
}

.list-container
{
    display: block;
    position: relative;
    width: 100%;
    min-height: 35px;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.75em !important;
}
.list-container a.listlink:link, a.listlink:visited, a.listlink:active
{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bolder;
    text-decoration: none;
    vertical-align: middle;
}
.list-container a.listlink:hover
{
    color: #ff6600;
    text-decoration: underline;
}
.list-container h4
{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bolder;
}
.list-container p
{
    font-size: 0.85;
}
.list-container img
{
    width: 16px;
    height: 16px;
    padding: 0 5px 0 5px;
    vertical-align: middle;
    line-height: 1.5em;
}

.anchor-container
{
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 1.75em !important;
}
.anchor-container a.listlink:link, a.listlink:visited, a.listlink:active
{
    font-size: 1em;
    line-height: 1.5em;
    font-weight: bolder;
    text-decoration: none;
    vertical-align: middle;
}
.anchor-container a.listlink:hover
{
    color: #ff6600;
    text-decoration: underline;
}

/* videos */
.video-img{ float:left; max-width:240px;padding-right:10px; }
.video-desc{ float:left;width:75%;vertical-align:top; }
.videoWrapper
{
    position: relative;
    padding-bottom: 41%; /* video dimensions – height/width */
    padding-top: 0px;
    height: 0;
    z-index: 1000;
}
    
.videoWrapper .video-js
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 100;
    background: #000000;
}
    
.videoWrapper object, .videoWrapper embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}
    
.vjs-control-bar
{
    z-index: 1;
}
    
.vjs-big-play-button
{
    z-index: 1;
}
    
.vjs-spinner
{
    display: none !important;
}
    
.vjs-poster
{
    z-index: 1;
}
 /*override fullcalendar css*/
.fc-event-time{
   display : none;
}

 /*override kendo css*/
.k-listview
{
    padding: 0px;
    margin-bottom: -1px;
    min-width: 150px;
    min-height: 350px;
    border-left: 0 solid #fff;
    border-right: 0 solid #fff;
    border-top: 0 solid #fff;
    border-bottom: 1px solid #fff;
}
.k-ListView:after, .list-container dl:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; 
}
.photo-border
{
    float: left; 
    max-width:250px;
    margin:8px; 
    outline: inline solid 1px; 
    border: solid 1px black;    
}
footer
{
    display: block;
    clear: both;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    background-color:#616060;
    /*padding: 10px 10px 10px 10px;*/
}
footer .content-wrapper
{
    background-color: #616060;
}
footer .footer-text
{
    text-align: center;
    width:100%;
}
footer h3
{
    color: #fff;
}
footer a.footer
{
    color: #fff;
    text-decoration: none;
}
footer a.footer:hover
{
    background-color: #0961B1;
    color: #ff6600;
    text-decoration: underline;
}


footer .content-pod
{
    clear:both;
    display:block; 
    color:#333; 
    width:95%; 
    min-height:50px; 
    height:auto; 
    border-radius:8px; 
    background-color:#fff; 
    padding:5px 5px 5px 5px;
    margin-top:10px; 
    margin-left:auto; 
    margin-right:auto;    
    overflow:auto;
}
footer .content-pod .heading
{
    display:block; 
    width:150px; 
    float:left; 
    vertical-align:middle;
    text-align:left;
}

.text-80
{
    display:block; 
    width:80%; 
    float:left; 
    vertical-align:middle; 
    text-align:left;
}

.text-50
{
    display:block; 
    width:50%; 
    float:left; 
    vertical-align:middle; 
    text-align:left;
}

.text-30
{
    display:block; 
    width:30%; 
    float:left; 
    vertical-align:middle;
}
.newsletter-registration
{
    float:left;
    width:200px; 
    vertical-align:middle;
}
.newsletter-registration-button
{
    float:left;
    margin: 0px 0px 0px 20px; 
    vertical-align:middle;
}

footer .quick-links
{
    display:block;
    margin-left: 25px;
    text-align: left;
    float: left;
    width: 33%;
}
footer .contact-us
{
    display:block;
    margin-left: 25px;
    text-align: left;
    float: left;
    width: 30%;
}
footer .map
{
    color:White;
    display:block;
    top:0px;
    margin-right: 5px;
    padding: 5px 5px 5px 5px;
    float: left;
    width: 30%;
}
footer .copyright
{
    clear:both;
    display:block;
    text-align: center;
    min-height:150px;
    width:100%;
}
/* login
----------------------------------------------------------*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 5px 0;
    text-align: right;
}

#login ul
{
    margin: 0;
}

#login li
{
    display: inline;
    list-style: none;
}

#login li input
{
    width:130px;
    font-size:0.85em;
    text-decoration: none;
}
.btn-login
{
    margin-top: 2px;
    padding: 3px 3px 3px 3px;
    height: 25px;
    color: #ffffff;
    background-color: #ff6600;
    border-color: #ff6600;
    font-weight:bold;
    vertical-align: middle;
}

.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active
{
    color: #ffffff;
    background-color: #c4291e;
    border-color: #b3251b;
}
/* page elements
----------------------------------------------------------*/
/* homefeature*/

.homefeatureheading
{
    font-size:18px;
    color:#878787;
    font-weight:bold;
    text-align:center;
    padding-top:10px;
    padding-bottom:20px;
    background-color:#cdd1cd;
    border-top: solid 8px #1b6d19;
}
.homefeature
{
    font-size:18px;
    color:#878787;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
    background-color:#cdd1cd;
 
}
/* Programs */
.programs{
    background-color:#cdd1cd;
    display:flex;
}
.programs-block-1
{
    font-size:18px;
    color:#878787;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
    background-color:#cdd1cd;
    width:50%;
    float:left
}
.programs-block-2
{
    font-size:18px;
    color:#878787;
    font-weight:bold;
    text-align:center;
    padding-bottom:10px;
    background-color:#cdd1cd;
    width:50%;
}

.igmac
{
    padding-left:80px;
    padding-top:60px;
    padding-right:5px;
}

.homecompany
{
    float:left;
    width: 25% !important;
    background-color:#cdd1cd;
}
/* featured */
.spacer
{
    height:5px; 
    width:100%;
}
section.feature
{
    float: left;
    display:block;
    width: 23% !important;
    min-height: 150px;
    padding: 5px;
    margin-top: 15px;
}
h4.title
{
    color: #0961B1;
    font-weight: bold;
    text-align: center;
}
section.feature .feature-text
{
    height: 250px !important;
}
section.feature img
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left:80px;
}
.feature p
{
    font-size: 0.85em;
}
section.feature br
{
    clear:both;
    line-height:10px;
}
section.feature .donate-now
{
    font-size: 0.85em;
    font-weight: bold;
    margin-top: 20px;
    line-height:1.25em;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    background-color: #f5f5f5;
    width: 90%;
    max-width:100%;
    height: 75px !important;
    float: left;
    padding: 5px;
    vertical-align: middle !important;
    text-align: center;
    word-wrap:break-word;
}

section.feature .find-child-care
{
    font-size: 0.85em;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    background-color: #f5f5f5;
    width: 90%;
    max-width:100%;
    height: 75px !important;
    float: left;
    padding: 5px;
    vertical-align: middle !important;
    text-align: center;
    word-wrap:break-word;
}
section.feature .register
{
    font-size: 0.85em;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid #c8c8c8;
    background-color: #f5f5f5;
    border-radius: 6px;
    width: 90%;
    max-width:100%;
    height: 75px !important;
    float: left;
    padding: 5px;
    vertical-align: middle !important;
    text-align: center;
    word-wrap:break-word;
}


section.feature .twitter-feed
{
    font-size: 0.85em;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    background: #f5f5f5 no-repeat left;
    width: 99% !important;
    height: 350px !important;
    float: right;
    padding-left: 0px;
    padding-right: 0px;
    vertical-align: middle;
}

iframe[id^='twitter-widget-'] 
{
    width: 260px !important;
    height:350px !important;
    border: 1px solid #c8c8c8;
    background: #f5f5f5 no-repeat left;

}

br.tenpx{ line-height:10px; }

/* page titles */
hgroup.title
{
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2
{
    display: inline;
}

hgroup.title h2
{
    font-weight: normal;
    margin-left: 3px;
}

/* breadcrumb */
.breadrumbs{ width:100%; display:block; padding:5px 0 5px 0; }
.cmsbreadcrumbarrow { font-family: arial; font-size: 9pt; color: #666666; }
a.cmsbreadcrumb:link, a.cmsbreadcrumb:visited, a.cmsbreadcrumb:active { font-family: arial; font-size: 9pt; color: #999; text-decoration: none; }
a.cmsbreadcrumb:hover { font-family: arial; font-size: 9pt; color: #0c04c9; text-decoration: none; }
a.cmsbreadcrumbbold:link, a.cmsbreadcrumbbold:visited, a.cmsbreadcrumbbold:active { font-family: arial; font-size: 9pt; color: #0c04c9; text-decoration: none; font-weight: bold; }
a.cmsbreadcrumbbold:hover { font-family: arial; font-size: 9pt; color: #0c04c9; text-decoration: none; font-weight: bold; }

/* content */
article
{
    float:left;
    width: 100%;
    display:block;
}

photos
{
    float:left;
    width: 100%;
    display:block;
}
aside
{
    float: right;
    width: 25%;
}

aside ul
{
    list-style: none;
    padding: 0;
}

aside ul li
{
    background: url("../Images/bullet.png") no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.label
{
    font-weight:bolder;
}

p.message-info
{
    background-color: #ffffcc;
    border: 1px solid #ffcc66;
    clear: both;
    padding: 10px 30px;
    background-image: url(~/images/icnInfo.png);
    background-repeat: no-repeat;
    background-position: left;
    font-size: 12px;
    margin-bottom: 10px;
}

p.message-error
{
    clear: both;
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 10px 30px;
    background-color: #FFCACA;
    border: 1px solid #ff0000;
    background-image: url(~/images/icnError.gif);
    background-repeat: no-repeat;
    background-position: left;
}

p.message-success
{
    color: #009800;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 10px 0;
    padding: 10px 30px;
    background-color: #ffffcc;
    border: 2px solid #009800;
    background-image: url(~/images/icnMessage.gif);
    background-repeat: no-repeat;
    background-position: left;
}

.search
{
    clear:both;
    width:100%;
    display:block;    
    padding-bottom:30px;
}

.search input
{
    float:left;
    width:80%; 
    vertical-align:middle;
}
.search button
{
    width:10%;
    float:left;
    margin: 0px 0px 30px 20px; 
    vertical-align:middle;
}

.event-popup {
    background-color:white;
    border: 1px solid #ccc;
    display:none;
    font-weight:normal;
    position:absolute;
    bottom:20px;
    left:-6px;
    text-align:left;
    width:400px;
    padding:1em;
    padding-bottom:2em;
    z-index:2000;
}

#horizontalTab
{
    clear:both;
    width:100%;
    display:block; 
    
}
.radioLabel {
    display: inline;
    margin-left: 3px;
    margin-right: 5px;
    font-weight: inherit;
}
.row ul
{
    list-style-type: none;
    padding-left: 20px;
    margin: auto;
}
.row ul li
{
    list-style-type: circle;
    margin: 0 0 0 20px;
}
.row ol
{
    list-style-type: none;
    padding-left: 20px;
    margin: auto;
}
.row ol li
{
    list-style-type:decimal;
    margin: 0 0 0 20px;
}

ul.site-map
{
    list-style-type: none;
    padding-left: 20px;
    margin: auto;
}
ul.site-map li
{
    list-style-type: circle;
    margin: 0 0 0 20px;
}
/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

fieldset legend
{
    display: none;
}


label
{
    display: block;
    font-size: 1em;
    font-weight:bolder;
    margin: 10px 0 5px 0;
}

label.checkbox
{
    display: inline;
}

.editor-field-checkbox label
{
    display: inline;
    vertical-align:middle;
    font-weight:bold;
    padding-left:5px;
    margin:0 0 0 0;
}

input, textarea
{
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 10px 0;
    padding: 5px;
    width: 100%;
}

textarea
{
    font-family: inherit;
    width: 100%;
}

input:focus, textarea:focus
{
    border: 1px solid #ff6600;
}

input[type="checkbox"]
{
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"], input[type="button"], button
{
    color: #fff;
    background-color: #ff6600;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    padding: 7px;
    margin: 10px 0 10px 0;
    min-width: 100px;
    width: auto;
}


/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error
{
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error
{
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid
{
    display: none;
}


/* tables
----------------------------------------------------------*/
table
{
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th
{
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

th a
{
    display: block;
    position: relative;
}

th a:link, th a:visited, th a:active, th a:hover
{
    color: #333;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
}

th a:hover
{
    color: #000;
}

th.asc a, th.desc a
{
    margin-right: .75em;
}

th.asc a:after, th.desc a:after
{
    display: block;
    position: absolute;
    right: 0em;
    top: 0;
    font-size: 0.75em;
}

th.asc a:after
{
    content: '▲';
}

th.desc a:after
{
    content: '▼';
}

td
{
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td
{
    padding: 0 0.25em 0 0;
}



@media screen and (min-width: 768px)
{
    .content-wrapper
    {
        margin: 0 auto;
        width: 750px;
    }
    .home-wrapper
    {
        margin: 0 auto;
        width: 750px;
    }
    .nav-wrapper
    {
        margin: 0 auto;
        width: 750px;
        height:35px;
    }
    .calendar-wrapper
    {
        margin: 0 auto;
        width: 750px;
        min-height: 500px;
    }
    .row
    {
        display: block;
        width: 750px;
        padding: 0 10px;
    }
    .row-center
    {
        display: block;
        width: 750px;
        text-align:center;
    }
    nav{ height:35px; 
         background-image: url("../images/client/navigation.jpg");
    }
}

@media screen and (min-width: 1024px)
{
    .content-wrapper
    {
        margin: 0 auto;
        width: 980px;
    }
    .home-wrapper
    {
        margin: 0 auto;
        width: 980px;
    }
    .nav-wrapper
    {
        margin: 0 auto;
        width: 980px;
        height:35px;
    }
    .calendar-wrapper
    {
        margin: 0 auto;
        width: 980px;
        min-height: 500px;
    }
    .row
    {
        display: block;
        width: 980px;
    }
    .row-center
    {
        display: block;
        width: 980px;
        text-align:center;
    }
 
}

@media screen and (min-width: 1200px)
{
    .content-wrapper
    {
        margin: 0 auto;
        width: 1000px;
      
    }
    .home-wrapper
    {
        margin: 0 auto;
        width: 1000px;
    }
    .nav-wrapper
    {
        margin: 0 auto;
        width: 1000px;
        height:35px;
    }
    .calendar-wrapper
    {
        margin: 0 auto;
        width: 1000px;
        min-height: 500px;
    }
    .row
    {
        display: block;
        width: 1000px;
    }
    .row-center
    {
        display: block;
        width: 1000px;
        text-align:center;
    }
 
}
@media screen and (max-width: 1590px) {
    /* Programs */
    .programs{
        background-color:#cdd1cd;
        display:flex;
    }
    .programs-block-1
    {
        font-size:18px;
        color:#878787;
        font-weight:bold;
        text-align:center;
        padding-bottom:10px;
        background-color:#cdd1cd;
        width:50%;
        float:left
    }
    .programs-block-2
    {
        font-size:18px;
        color:#878787;
        font-weight:bold;
        text-align:center;
        padding-bottom:10px;
        background-color:#cdd1cd;
        width:50%;
    }
 
    .igmac
    {
        padding:10px;
    }
}

/********************
*   Mobile Styles   *
********************/
@media screen and (max-width: 850px)
{
    .row
    {
        padding: 0 10px;
    }

    /* header
                ----------------------------------------------------------*/
    header .float-left, header .float-right
    {
        float: none;
    }

    /* logo */
    header .site-title
    {
        margin: 10px;
        text-align: center;
    }
    
    header .logo
    {
        clear:both;
        float: left;
        max-width: 155px !important;
        width: 155px !important;
        height:55px !important;
        max-height:60px !important;
    }
    header .logo a
    {
        float: left;
        width: 175px !important;
        height:55px !important;
    }
    header .logo img
    {
        float: left;
        width: 175px !important;
        height:55px !important;
    }
    header .social-plugin
    {
        display:none;
    }
    header .member-login
    {
        float: right;
        width: 130px !important;
    }
    header .member-login img
    {
        width: 25px !important;
        height:25px !important;
    }
    header .member-login p
    {
        display:none;
    }
    header .member-login span
    {
        font-size:0.90em;
    }
    header .member-login a
    {
        font-size:0.90em;
    }



    header .content-wrapper
    {
        max-height:60px !important;
    }
    /* menu */
    nav
    {
        clear: both;
        padding-bottom: 0px;
        display: block;
        position: relative;
        height:35px !important;
    }

    nav .nav-wrapper
    {
        clear:both;
        height:35px !important;
    }

    /* main layout
                ----------------------------------------------------------*/
    .main-content, .featured + .main-content
    {
        background-position: 10px 0;
    }

    .content-wrapper
    {
        padding-right: 0px;
        padding-left: 0px;
    }

    .home-wrapper
    {
        padding-right: 3px;
        padding-left: 3px;
    }
    
    .featured .content-wrapper
    {
        padding: 2px;
    }
    .getstarted
    {
        float:left; text-align:left;
    }
    /* page content */
    article, aside
    {
        float: none;
        width: 100%;
    }


    /* features */
    .home-wrapper 
    {
        float: left;
        display: block;
        padding: 2px;
        width: 31% !important; 
    }

    h4.title
    {
        color: #0961B1;
        font-size:1.0em;
        font-family: 'Calibri', Arial, Sans-Serif, Verdana;
        font-weight: bold;
        text-align: left;
    }
     section.feature 
    {
        clear:both;
        float: left;
        width: 99% !important;
        min-width: 280px !important;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
    }
    section.feature img
    {
        clear:both;
        height: 75px !important;
        width: 75px !important;
        padding-left:0px;
    }
    section.feature .feature-text
    {
        height: 150px !important;
    }
    .feature p
    {
        font-size: 0.80em;
    }
    .feature a
    {
        font-weight:bold;
    }


    section.feature-actions
    {
        clear:both;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-top: 5px;
        margin-left:auto;
        margin-right:auto;
    }

    section.feature .donate-now, .register, .find-child-care
    {
        clear:both;
        float: left;
        font-size: 0.85em;
        font-weight: bold;
        line-height:1.25em;
        border: 1px solid #c8c8c8;
        border-radius: 6px;
        background-color: #f5f5f5;
        width: 99% !important;
        min-width: 99% !important;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
        margin-left:auto;
        margin-right:auto;
    }
    
    section.donate-now, section.register, section.find-child-care
    {
        clear:both;
        float: left;
        font-size: 0.85em;
        font-weight: bold;
        line-height:1.25em;
        border: 1px solid #c8c8c8;
        border-radius: 6px;
        background-color: #f5f5f5;
        width: 100% !important;
        min-width: 100% !important;
        padding: 5px;
        vertical-align: middle;
        text-align: center;
    }
    /* Programs */
    .programs{
        background-color:#cdd1cd;
        display:flex;
        flex-wrap:wrap;
    }
    .programs-block-1
    {
        font-size:18px;
        color:#878787;
        font-weight:bold;
        text-align:center;
        padding-bottom:10px;
        background-color:#cdd1cd;
        width:100%;
        float:left
    }
    .programs-block-2
    {
        font-size:18px;
        color:#878787;
        font-weight:bold;
        text-align:center;
        padding-bottom:10px;
        background-color:#cdd1cd;
        width:100%;
    }
  
    .igmac
    {
        padding-left:72px;
        padding-right:0;
        justify-content:center;


    }
    /* login */
    /* forms */
    input
    {
        width: 90%;
    }

    .btn-login
    {
        margin-top: 2px;
        padding: 3px 3px 3px 3px;
        width:75px !important;
        height: 25px;
        color: #ffffff;
        background-color: #ff6600;
        border-color: #ff6600;
        font-weight:bold;
        vertical-align: middle;
    }

    .btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active
    {
        color: #ffffff;
        background-color: #c4291e;
        border-color: #b3251b;
    }
    /* footer
                ----------------------------------------------------------*/
    footer .float-left, footer .float-right
    {
        float: none;
    }

    footer
    {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

    footer p
    {
        margin: 0;
    }
    
    footer .content-pod
    {
        clear:both;
        display:block; 
        color:#333; 
        width:95%; 
        min-height:50px; 
        height:auto; 
        border-radius:8px; 
        background-color:#fff; 
        padding:5px 5px 5px 5px;
        margin-top:10px; 
        margin-left:auto; 
        margin-right:auto;    
        overflow:auto;
    }
    footer .content-pod .heading
    {
        width:100%; 
        float:left; 
        text-align:left;
    }
    .text-80
    {
        width:100%; 
        float:left; 
        vertical-align:middle; 
        text-align:left;
    }

    .text-50
    {
        width:100%; 
        float:left; 
        vertical-align:middle; 
        text-align:left;
    }

    .text-30
    {
        width:100%; 
        float:left; 
        vertical-align:middle;
    }
    
    footer .quick-links
    {
        display:block;
        margin-left: 5px;
        text-align: left;
        width: 100%;
    }
    footer .contact-us
    {
        display:block;
        margin-left: 5px;
        text-align: left;
        width: 100%;
    }
    
    footer .map
    {
        /*display:none;*/
        display:block;
        margin-top:10px;
        margin-left: auto;
        margin-right:auto;
        text-align:center;
        width: 90%;
    }
}


