﻿@media (min-width: 375px) {
    .main-content {
        margin-top: 80px !important;
    }
}

@media (min-width: 992px) {
    .main-content {
        margin-top: 20px !important;
    }
}
.topMargin20 {
    margin-top: 20px;
}
.paddingLeft20 {
	padding-left:20px;
}
/*autocomplete styles*/

.ui-autocomplete {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}


.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border: solid 2px #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    padding: 10px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}



/*hides helper container (div) content autocomplete*/
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}





.cchearts {
    margin-top: 2em;
    width: 100%;
}

    .cchearts ccheart-item {
        padding: 1em;
        background: #ffffff;
        text-align: center;
        width: 100%;
    }


@media (min-width: 30em) {
    .cchearts {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .cchearts .ccheart-item {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: column;
            flex-flow: column;
            width: 46%;
        }
}

@media (min-width: 48em) {
    .cchearts .ccheart-item {
        width: 32%;
    }
}


.heart-month__item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heart-month__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.heart-month__content {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
}

.heart-month__name {
    font-size: 1.25rem;
    width: 100%;
}

.heart-month__detail {
    display: block;
    width: 100%;
}

.heart-month__bio {
    margin: 15px 0 0;
}

.heart-month__link {
    display: inline-block;
    margin: 15px 0;
    padding: .5em;
    background: #005587;
    color: #ffffff;
    transition: .2s ease-in all;
}

    .heart-month__link:hover, .heart-month__link:focus {
        background: #002e6c;
        color: #ffffff;
    }

.heart-month__figure, .heart-month__image-slider {
    width: 100%;
    margin: 0 auto 15px;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
}

.heart-month__image {
    width: 250px;
}

@media (min-width: 48em) {
    .heart-month__content {
        width: 50%;
        -ms-flex-order: inherit;
        order: inherit;
        text-align: right;
        padding: 0 15px 0 0;
    }

    .heart-month__figure, .heart-month__image-slider {
        width: 50%;
        -ms-flex-order: inherit;
        order: inherit;
        padding: 0 0 0 15px;
    }
}

/** Summary Listing **/
.heart-summary .pagination {
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .heart-summary .pagination li {
        display: inline-block;
    }

.heart-summary__item-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
}

.heart-summary__item {
    width: 300px;
    margin: 0 10px 15px;
}

.heart-summary__content {
    text-align: center;
}

.heart-summary__name {
    font-size: 1.25rem;
}

.heart-summary__detail {
    display: inline-block;
}

@media (min-width: 48em) {
    .heart-summary__item {
        margin: 0 15px 20px;
    }
}

@media (min-width: 60em) {
    .heart-summary__item-list {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .heart-summary__item {
        width: calc(33% - 40px);
        margin: 0 20px 30px;
    }

    .heart-summary__name {
        margin: 20px 0 .25em;
    }

    .heart-summary__detail {
        font-size: 1.125rem;
    }
}

/** Details View **/
.heart-details__name {
    width: 100%;
    text-align: center;
}

.heart-details__date {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.125rem;
}

.heart-details__content {
    margin: 20px 0;
}

.heart-details__image {
    /*width: 150px;
        max-width:150px;
        height: 150px;*/
    margin: 15px 0;
}

.heart-details__video-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    width: 100%;
    float: right;
    margin: 15px auto;
}

.heart-details__iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.heart-details__contact {
    margin: 20px 0 0;
}

.heart-details__info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.heart-details__detail {
    display: inline-block;
    margin: 0 5px 0 0;
}

.heart-details__detail--label {
    font-weight: 700;
}

.heart-details__link {
    display: inline-block;
    margin: 15px 0;
    font-weight: 700;
    text-decoration: underline;
}

.heart-details__button {
    margin: 5px 0;
}

.heart-details .slick-dots, .heart-month .slick-dots {
    margin: 0 0 15px 0;
}

    .heart-details .slick-dots li.slick-active button, .heart-month .slick-dots li.slick-active button {
        background: #3498db;
    }

    .heart-details .slick-dots li button, .heart-month .slick-dots li button {
        background: #005587;
        border-radius: 50%;
    }

        .heart-details .slick-dots li button:before, .heart-month .slick-dots li button:before {
            display: none;
        }

@media (min-width: 48em) {
    .heart-details__image {
        float: right;
        margin: 0 0 10px 15px;
        max-width: none;
    }

    .heart-details__buttons {
        text-align: center;
    }

    .heart-details__button {
        margin: 15px 10px;
    }

    .heart-details__slide-container {
        width: 450px;
        margin: 0 0 0 15px;
        float: right;
    }
}

@media (min-width: 60em) {
    .heart-details__date {
        font-size: 1.4rem;
    }
}

/*//.autocomplete styles*/



/*//CHILD SUPPORT FORMS STYLES*/

.input-sm {
    /*border: solid 1px #9f9d9b;*/
    border: solid 1px #206a96;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.req {
    border-left: 5px solid red !important;
}

.labelText {
    font-size: 110%;
    color: #666;
    margin-top: 15px;
    font-weight: 100;
    font-family: Oswald;
    padding-top: 24px;
}

.main-content {
    min-width: 400px;

}

input.largerCheckbox {
    transform: scale(2);
    width: 40px;
}

a.disabled {
    opacity: 0.9;
    pointer-events: none;
    cursor: default;
	color:Red
}

#divLoading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 30001;
    opacity: .9;
    filter: alpha(opacity=90);
    display: none
}

    #divLoading p {
        position: absolute;
        top: 30%;
        left: 35%;
        color: #fff;
        font-size: 110%;
    }

.oswaldLightText {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 120%;
}

.oswaldBoldText {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.oswaldBoldWhiteText {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #ffffff !important;
    font-size: 100%;
}


/*------------------validating alert----------------------*/
.validationAlert {
    color: #333;
    border: 1px solid #666;
    border-radius: 2px;
    padding: 3px;
    font-size: 90%;
    margin: 3px;
    font-family: Oswald;
    width: auto;
    max-width: 300px;
    min-width: 100px;
    background-color: #f0e63c;
}



.arrow_box {
    position: relative;
    background: #ffffff;
    border: 1px solid #719ECE; /*set border colour here*/
    width: 300px;
    height: 30px;
    border-radius: 3px;
    padding: 0px;
    /*padding-top:2px;*/
    max-width: 280px;
    border: 1px solid #999;
    margin-left: 5px;
    margin-top: 3px;
    /*-webkit-filter: drop-shadow(0 1px 10px rgba(113, 158, 206, 0.8));
    /*set shadow colour  and size here*/
    /*-moz-box-shadow: 0 1px 10px rgba(113, 158, 206, 0.8);*/
    /*filter: drop-shadow(0 1px 10px rgba(113, 158, 206, 0.8));*/
}

    .arrow_box:after,
    .arrow_box:before {
        bottom: 80%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        /*background-color: yellow;*/
    }

    .arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        /*  border-bottom-color: #ffffff;
        border-width: 19px;
        left: 50%;
        margin-left: -19px;*/
    }


    .arrow_box:before {
        border-color: rgba(113, 158, 206, 0);
        border-bottom-color: #f0e63c;
        border-width: 20px;
        left: 50%;
        margin-left: -20px;
    }

.alertIcon {
    border-right: 1px solid #999;
    font-size: 120%;
    color: red;
}

.alertMessage {
    background-color: #f0e63c;
    font-family: Oswald;
    font-weight: 100;
    font-size: 80%;
    color: #000;
    padding-top: 3px;
}

.es-hidden-text {
    display: none;
    visibility: hidden;
} 

.btn-primary:{
    background-color: #005584!important;
    border-color: #005584;
	color:#fff!important;
}
.btn-primary:visited {
    background-color: #005584!important;
    border-color: #005584;
	color:#fff!important;
}

.btn-primary:before {
	background-color: #005584!important;
    border-color: #005584;
	color:#fff!important;
}
/*------------------// validating alert----------------------*/
/*//CHILD SUPPORT FORMS STYLES*/
