/**************** Font Icons ****************/
.print-icon:before, .email-icon:before, .contact_detail_block span, .items-more li:before,
.contact_person span:before, .address span:before, .phone span:before, .mobile span:before, .fax span:before, .email span:before, .website span:before{
    font-family: 'FontAwesome';
}
/**************** Article Icons ****************/
.icons ul li {    
    margin-bottom: 0;
    line-height: 1em;
    background:transparent;
}
.icons {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 0.8em;
}
.icons img{
    display: none;
}
.icons ul{
    margin-left: 0 !important;
}
.icons li{
    margin-right: 20px;
    padding-left:  0;
    float: left;
}
.print-icon:before, .email-icon:before, .fax-icon:before, .contact_detail_block span{
    padding-right: 5px;
    line-height: 1em;
    color: #ff2971; /*pink*/
}
.print-icon:before, .fax-icon:before {
    content: "\f02f";
    font-size: 2em;
}
.email-icon:before{
    content: "\f0e0";
    font-size: 2em;
}
.pink_bullet li, .green_bullet li, .darkgrey_bullet li,
.pink_arrow li, .green_arrow li, .darkgrey_arrow li {
    background-repeat: no-repeat;
    background-position: 0 7px;
}
.pink_bullet li{
    background-image: url('images/icons/bullet-pink.png');
}
.green_bullet li{
    background-image: url('images/icons/bullet-green.png');
}
.darkgrey_bullet li{
    background-image: url('images/icons/bullet-darkgrey.png');
}
.pink_arrow li, .green_arrow li, .darkgrey_arrow li {
    padding-left: 25px;
}
.pink_arrow li{
    background-image: url('images/icons/arrow-pink.png');
}
.green_arrow li{
    background-image: url('images/icons/arrow-green.png');
}
.darkgrey_arrow li{
    background-image: url('images/icons/arrow-darkgrey.png');
}
.bishop .pink_arrow {
    margin-left: 0;
}
/**************** Contact Form CSS ****************/
.row{
    margin-bottom: 10px;
}
.contact_detail_block {
    margin-bottom: 50px;
}
.contact_form {
    margin: 420px 0 25px;
}
.contact_desc {
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-color: -moz-use-text-color -moz-use-text-color #562107;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #a07763;
    border-bottom: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.contact_label {
    margin-bottom: 2px;
}
.contact_field {
    margin-bottom: 15px;
}
.contact_field input {
    margin-bottom: 5px;
}
.contact_form_div br {
    display: none;
}
.contact_detail_block .row img{
    display: none;
}
.contact_person span:before {
    content: "\f0f0";
    font-size: 1.5em;
}
.contact_person span:before, .address span:before, .phone span:before, .mobile span:before, .fax span:before, .email span:before, .website span:before{
    color: #ff2971; /*pink*/
}
.address span:before {
    content: "\f015";
    font-size: 1.5em;
}
.address span:before {
    padding-right: 10px;
}
.add_details .address span:before {
    padding-right: 12px;
}
.city span, .state span{
    display: inline-flex;
}
.contact_detail_block .city span, .contact_detail_block .state span{
    width: 16px;
}
.add_details .city span, .add_details .state span{
    width: 24px;
}
.phone span:before, .mobile span:before {
    content: "\f098";
    font-size: 1.5em;
}
.phone span:before, .mobile span:before {
    padding-right: 3px;
}
.add_details .phone span:before, .add_details .mobile span:before {
    padding-right: 10px;
}
.fax span:before {
    content: "\f02f";
    font-size: 1.3em;
}
.add_details .fax span:before {
    padding-right: 6px;
}
.email span:before {
    content: "\f0e0";
    font-size: 1.3em;
}
.email span:before {
    padding-right: 3px;
}
.add_details .email span:before {
    padding-right: 9px;
}
.website span:before {
    content: "\f0ac";
    font-size: 1.3em;
}
.add_details .website span:before {
    padding-right: 3px;
}

/**************** Article CSS ****************/
.article_title {
    margin: 0 !important;
}
.article_title_area {
    background-color: transparent;
}
.article-info {
    overflow: hidden;
    margin-bottom: 20px;
}
.category-name, .published {
    font-size: 0.8em;
    color: #5e5e5e;
    font-style: italic;
    width: 50%;
}
/***innerpage overwrite***/
.category_blog_view .category-name, .category_blog_view .published,
.articles_view .category-name, .articles_view .published{
    font-size: 0.9em;
}/**end**/
.category-name {
    float: left;
}
.published {
    float: right;
}
/**************** Blog Article CSS ****************/
.category_blog_view .items-column, .category_blog_view .items-column .item {
    margin: 0 !important;
}
.category_blog_view .items-column {
    padding: 0 !important;
}
.category_blog_view .items-column .item{
    padding: 30px 0 0 !important;
    border-top: 5px solid #474747;
}
.category_blog_view .items-column .item:first-child {
    padding: 0!important;
    border-top: none!important;
}
.category_blog_view .item h4{
    font-size: 2.5em;
    color: #46baa7 !important;
    margin: 0 0 15px;
}
/**************** Blog Pagination CSS ****************/
.category-module li{
    float: left;
    width: calc(100% / 3 - 6px);
    height: 330px;
    margin-right: 6px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}
/***right module overwrite***/
#right .category-module li{
    float: none;
    display: block;
    width: 100%;
    height: 330px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
}/**end**/
.category-module h6 {
    width: 100%;
    height: 70px;
    padding: 18px 20px 6px;
    line-height: 1.4em;
    overflow: hidden;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    position: absolute;
    bottom: 96px;
    left: 0;
    z-index: 3;
}
.category-module h6 a{
    color: #fff;
}
/***innerpage overwrite***/
.category_blog_view .article_title h4 a, .article_title h4 a {
    color: #46baa7;
}
.category_blog_view .article_title h4 a:hover, .article_title h4 a:hover {
    color: #46baa7;
    text-decoration: underline;
    background: transparent;
}
/**end**/
.pendulum-introtext {
    position: relative;
}
.pendulum-introtext img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
/***innerpage overwrite***/
.articles_view .pendulum-introtext img, .article-content .pendulum-introtext img{
    position: relative;
    display: block;
    margin-bottom: 1.5em;
}
/**end**/
.category-module .wid-articles-introtext {
    display: none;
}
.category-module .pendulum-introtext > p {
    width: 100%;
    height: 4.3em;
    padding: 8px 20px 18px;
    position: absolute;
    top: 214px;
    color: #fff;
    font-size: 0.8em;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 3;
}
#right .category-module .pendulum-introtext > p {
    top: 235px;
}
.wid-articles-category, .wid-articles-date {
    padding: 135px 20px 18px;
    position: absolute;
    bottom: 0;
    font-size: 0.8em;
    font-style: italic;
}
.wid-articles-category {
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    width: -moz-calc(100% - 40px);
}
.wid-articles-date {
    z-index: 3;
    right: 0;
}
.wid-articles-date p{
    color: #46baa7;
    margin: 0;
}
/*firefox only hack*/
@-moz-document url-prefix() {
  .category-module h6{
        width: -moz-calc(100% - 40px);
        height: 35px;
        padding: 18px 20px 6px;
        line-height: 1.4em;
        overflow: hidden;
        font-size: 1em;
        font-weight: 400;
        text-transform: none;
        position: absolute;
        bottom: 95px;
        left: 0;
        z-index: 3;
    }
    .category-module .pendulum-introtext > p {
        width: -moz-calc(100% - 40px);
        min-height: 2em;
        max-height: 2.01em;
        padding: 8px 20px 18px;
        position: absolute;
        top: 232px;
        color: #fff;
        font-size: 0.8em;
        text-overflow: ellipsis;
        overflow: hidden;
        z-index: 3;
    }
    .wid-articles-category, .wid-articles-date {
        padding: 125px 20px 18px;
    }
}
.items-more h3{
    letter-spacing: 0;
    color: #c3c3c3 !important;
}
.items-more ul {
    margin-left: 0;
    margin-bottom: 25px;
}
.items-more li {
    font-size: 90%;
    background: none;
    padding-left: 0;
    margin-bottom: 10px;
}
.items-more li:before {
    content: '*';
    color: #53565b;
    font-size: 1.5em;
    padding-right: 5px;    
}
.category_blog_view .pagination {
    border-top: 1px solid #DDDDDD;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 80%;
    color: #8b8b8b;
}
.category_blog_view .pagination li {
    background: none;
}
.category_blog_view .pagination li > span.pagenav,
.category_blog_view .pagination li.pagination-next a, .category_blog_view .pagination li.pagination-prev a,
.category_blog_view .pagination a, .category_blog_view .pagination a:visited {
    border: none;
    background: #e8e8e8;
    color: #888888 !important;
    display: block;
    font-weight: 400;
    margin-right: 3px;
    padding: 4px 8px;
}
.category_blog_view .pagination li > span.selected {
    background: #434639;
    color: #fff !important;
}
.category_blog_view .pagination li.pagination-next a:hover, .category_blog_view .pagination li.pagination-prev a:hover,
.category_blog_view .pagination a:hover {
    border: none;
    background: #cbcbcb;
    color: #000;
}

/**************** New Application CSS ****************/
.faq a {
    color: #727272;
}