body {
    font-family: 'Roboto', sans-serif;
    color: #444343;
    overflow-x: hidden;
    font-size: 16px;
}
/* Start common classes */
    #content article {
        margin-bottom: 0px; 
    }
    /*.content{
        margin-top:30px;
        margin-bottom:30px;
    }*/
    .sidebar{
        margin-top:30px;
        margin-bottom:30px;   
    }
    .sidebar .section{
        background-color: #d1edf1;
        padding: 20px;
    }
    .sidebar section {
        margin-bottom: 0; 
    }
    .sidebar input[type=checkbox] + span.label{
        font-weight:500;
        font-family: "Roboto", sans-serif;
    }
    a,
    a:active,
    /*a:focus {
        outline: none;
        color: #dd5852;
        text-decoration: none;
    }*/
    a:focus {
        outline: none;
        color: #1e3a71;
        text-decoration: none;
    }
    a:hover {
        color: #25c2d7;
        text-decoration: none;
    }
    a.underlined,
    a.underlined:active,
    a.underlined:focus {
        outline: none;
        color: #1e3a71;
        border-bottom: 1px solid #25c2d7;
        padding-bottom: 2px;
        text-decoration: none;
		line-height: 36px;
    }
    a.underlined:hover {
        color: #25c2d7;
        text-decoration: none;
    }
    .content p a,
    .content p a:active,
    .content p a:focus {
        outline: none;
        color: #1e3a71;
        border-bottom: 1px solid #25c2d7;
        padding-bottom: 0px;
        text-decoration: none;
    }
    .content p a:hover {
        color: #25c2d7;
        text-decoration: none;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    b,
    strong {
        font-weight: normal;
        font-family: 'Roboto', sans-serif;
    }
    a,
    input,
    .btn,
    .thumb figure img {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Oswald', sans-serif;
        color: #1e3a71;
        letter-spacing: 0.4px;
        font-weight:400;
    }
    h1.dark-heading,
    h2.dark-heading,
    h3.dark-heading,
    h4.dark-heading,
    h5.dark-heading,
    h6.dark-heading{
        color: #323737;
    }
    .no-margin-top{
        margin-top: 0;
    }
    .no-margin-bottom{
        margin-bottom: 0;
    }
    .h1, h1{
        font-size:3em;
    }
    .h2, h2 {
        font-size: 1.875em;
    }
    .w-20{
        width: 20px;
    }
    .btn-primary,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover {
        background-color: #dd5852;
        border-color: #dd5852;
        border-radius: 0;
        text-transform: uppercase;
        padding: 12px 40px;
        white-space: normal;
        font-weight: 700;
        font-size: 14px;
    }
    .btn-primary:hover {
        background-color: transparent;
        border-color: #dd5852;
        color: #dd5852;
    }
    .btn-transparent,
    .btn-transparent:active,
    .btn-transparent:focus,
    .btn-transparent:active:focus,
    .btn-transparent:active:hover {
        background-color: transparent;
        border-color: #fff;
        border-radius: 0;
        text-transform: uppercase;
        padding: 12px 16px;
        white-space: normal;
        color: #fff;
        font-weight: 700;
    }
    .btn-transparent:hover {
        background-color: #fff;
        border-color: #fff;
        color: #dd5852;
    }
    .section {
        padding: 40px 0px 0px 0px;
    }
    .content .section{
        padding:0px;
    }
    .tax-achi-capabilities .section {
        padding:0px;
    }
    .mt-0{
        margin-top:0px;
    }
    .mb-0{
        margin-bottom:0px;
    }
    .m-30{
        margin: 30px 0;
    }
    .content p{
        line-height:1.4;
        font-size:1.25em;
        color: #323737;;
    }
    .content ul{
        line-height: 1.4;
        font-size: 1.25em;
        color: #323737;
    }
    /*Start css for product box*/
        .achi-product-box {
            color: #fff;
            display:table;
            padding:30px;
        }
        .achi-product-box-left{
            display:table-cell;
            width:40%;
            vertical-align: middle;
        }
        .achi-product-box-right{
            display:table-cell;
            width:60%;
        }
        .achi-product-box h1{
            font-size:2em;
        }
        .achi-product-box .box-tag {
            text-transform: uppercase;
            padding: 5px;
            display: inline;
            color: #fff;
            font-size:.75em;
            letter-spacing: 0.3px;
        }
        .achi-product-box h1,
        .achi-product-box h2,
        .achi-product-box h3,
        .achi-product-box h4,
        .achi-product-box h5,
        .achi-product-box h6 {
            text-transform: capitalize;
            color: #fff;
            line-height: 1.19;
            letter-spacing: 0.2px;
        }
        a.product-box-cta-link,
        a.product-box-cta-link:focus,
        a.product-box-cta-link:active,
        a.product-box-cta-link:focus:active {
            color: #fff;
            padding-bottom:5px;
        }
        .box-tag{
            text-transform: uppercase;
            padding: 5px;
            display: inline;
            color: #fff;
        }
    /*End css for product box*/
    /*Start css for initiative box*/
        .achi-initiative-block {
            display: table;
            width: 100%;
        }
        a.initiative-box-cta-link,
        a.initiative-box-cta-link:focus,
        a.initiative-box-cta-link:active,
        a.initiative-box-cta-link:focus:active {
            color: #fff;
            padding-bottom:5px;
        }
        .achi-initiative-block h1{
            font-size:2em;
        }
        .initiative-block-left {
            display: table-cell;
            width: 40%;
            vertical-align: middle;
        }
        .initiative-block-left img {
            width: 100%;
        }
        .initiative-block-right {
            display: table-cell;
            width: 60%;
            vertical-align: top;
            padding: 30px;
            /*background-color: #fff;*/
        }
        .initiative-block-right .box-tag {
            text-transform: uppercase;
            padding: 5px;
            display: inline;
            color: #fff;
            font-size:.75em;
        }
    /*End css for initiative box*/
    /*Start css for newsroom grid item*/
        .post-grid-cta{
            /*text-align: center;*/
            padding: 20px 0px 0px 0px;
            margin-top: 20px;
            margin-bottom: 0px;
        }
        .post-grid-cta li{
            display: inline-block;
            list-style: none;
            /*width: 24.8%;*/
            width: calc(50% - 45px);
            text-align: left;
            vertical-align: top;
            margin-bottom: 40px;
        }
        .post-grid-cta-item{
            padding: 20px 0;
            margin-right: 40px;
            border-top: 1px solid #323737;
        }
        .post-grid-cta-item p{
        	font-size: 20px;
        }
        .post-grid-cta li:nth-child(even) .post-grid-cta-item{
            margin-right: 0px;
        }
        .post-grid-cta-item a,
        .post-grid-cta-item a:focus,
        .post-grid-cta-item a:active,
        .post-grid-cta-item a:hover{
            color: #323737;
            line-height: 1.22;
            letter-spacing: normal;
            color: #1e3a71;
            border-bottom:1px solid #25c2d7;
        }
        .post-grid-cta-item a:hover{
            color: #25c2d7;
        }
        .post-grid-cta-item h5,
        .post-grid-cta-item h5 a,
        .post-grid-cta-item h5 a:focus,
        .post-grid-cta-item h5 a:active,
        .post-grid-cta-item h5 a:focus:active,
        .post-grid-cta-item h5 a:hover{
            margin: 0;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #dd5852;
            font-family: 'Roboto', sans-serif;
            border-bottom:none;
        }
        .showing-rslt-wrap{
            
        }
    /*End css for newsroom grid item*/
    /*Start css for newsroom template*/
        .newsroom-items-overlay{
            padding: 20px 0px;
            position: relative;
            margin-top: 20px;
        }
        .overlay-spinner{
            position: absolute;
            z-index: 999;
            background-color: rgba(255, 255, 255, .9);
            display: none;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 50px;
        }
    /*End css for newsroom template*/
    .limited-width-content{
        text-align: center;
        max-width: 1000px;
        margin: 0 auto;
    }
    .sorting-wrap select {
        height: 30px;
        width: 150px;
        margin-left: 20px;
        padding-left: 10px;
        display: inline-block;
    }
    .sorting-wrap {
        padding-bottom: 20px;
        border-bottom: 1px solid #444343;
    }
    .filters-data-text-initiative,
    .filters-data-text{
        color: #dd5852;
    }
    .sorting-wrap .selectric-wrapper {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
    }
    .sorting-wrap .selectric {
        width: 150px;
    }
    .selectric-items li.highlighted {
        background: #e8f1f2;
    }
    .selectric-items li:hover {
        background: #e8f1f2;
    }
    .selectric-items {
        border: none;
    }
    /*.selectric .button {
        top: 10px;
    }*/
    .selectric .button:after {
        content: '\f347';
        display: inline-block;
        font-family: dashicons;
        color: #323737;
        border: none;
        position: relative;
        margin-right: 36px;
        margin-top: 2px;
    }

/* End common classes */
/*--------------Start WordPress Core--------------*/
    .alignnone {
        margin: 5px 20px 20px 0;
    }
    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }
    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }
    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }
    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }
    a img.alignnone {
        margin: 5px 20px 20px 0;
    }
    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }
    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .wp-caption {
        background: #fff;
        border: 1px solid #f0f0f0;
        max-width: 96%;
        /* Image does not overflow the content area */
        padding: 5px 3px 10px;
        text-align: center;
    }
    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }
    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }
    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }
    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 98.5%;
        padding: 0;
        width: auto;
    }
    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0 4px 5px;
    }
    /* Text meant only for screen readers. */
    .screen-reader-text {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }
    .screen-reader-text:focus {
        background-color: #eee;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }
/*--------------End WordPress Core--------------*/
/*Start bootstrap overrides*/
    .mt-20{
        margin-top:20px;
    }
    .mb-20{
        margin-bottom:20px;
    }
    .mt-30{
        margin-top:30px;
    }
    .mb-30{
        margin-bottom:30px;
    }
/*End bootstrap overrides*/
    .newsroom-serch-wrap #searchtext{
        height: 46px;
    }
    .newsroom-serch-wrap{
        margin-bottom: 15px;
    }
    .newsroom-serch-wrap button,
    .newsroom-serch-wrap input{
        margin-top: 10px;
    }

    .search-template-form-wrap form{
        font-size:0px;
    }
    .search-template-form-wrap form input[type="text"]{
        display: inline-block;
        width: 70%;
        height: 45px;
        border-radius: 0px;
    }
    .search-template-form-wrap #searchsubmit{
    display: inline-block;
    margin-top: 0px;
    width: 29%;
    vertical-align: top;
}

.share-btn.print{
    cursor: pointer;
}
/*Start bootstrap xl styles*/
    @media (min-width: 1200px) and (max-width: 1599px) {
        .hidden-lg {
            display: none !important;
        }
    }
    .visible-xl-block,
    .visible-xl-inline,
    .visible-xl-inline-block,
    .visible-xl {
        display: none !important;
    }
    @media (min-width: 1600px) {
        .container {
            width: 1570px;
        }
        .col-xl-1,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12 {
            float: left;
        }
        .col-xl-12 {
            width: 100%;
        }
        .col-xl-11 {
            width: 91.66666667%;
        }
        .col-xl-10 {
            width: 83.33333333%;
        }
        .col-xl-9 {
            width: 75%;
        }
        .col-xl-8 {
            width: 66.66666667%;
        }
        .col-xl-7 {
            width: 58.33333333%;
        }
        .col-xl-6 {
            width: 50%;
        }
        .col-xl-5 {
            width: 41.66666667%;
        }
        .col-xl-4 {
            width: 33.33333333%;
        }
        .col-xl-3 {
            width: 25%;
        }
        .col-xl-2 {
            width: 16.66666667%;
        }
        .col-xl-1 {
            width: 8.33333333%;
        }
        .col-xl-pull-12 {
            right: 100%;
        }
        .col-xl-pull-11 {
            right: 91.66666667%;
        }
        .col-xl-pull-10 {
            right: 83.33333333%;
        }
        .col-xl-pull-9 {
            right: 75%;
        }
        .col-xl-pull-8 {
            right: 66.66666667%;
        }
        .col-xl-pull-7 {
            right: 58.33333333%;
        }
        .col-xl-pull-6 {
            right: 50%;
        }
        .col-xl-pull-5 {
            right: 41.66666667%;
        }
        .col-xl-pull-4 {
            right: 33.33333333%;
        }
        .col-xl-pull-3 {
            right: 25%;
        }
        .col-xl-pull-2 {
            right: 16.66666667%;
        }
        .col-xl-pull-1 {
            right: 8.33333333%;
        }
        .col-xl-pull-0 {
            right: auto;
        }
        .col-xl-push-12 {
            left: 100%;
        }
        .col-xl-push-11 {
            left: 91.66666667%;
        }
        .col-xl-push-10 {
            left: 83.33333333%;
        }
        .col-xl-push-9 {
            left: 75%;
        }
        .col-xl-push-8 {
            left: 66.66666667%;
        }
        .col-xl-push-7 {
            left: 58.33333333%;
        }
        .col-xl-push-6 {
            left: 50%;
        }
        .col-xl-push-5 {
            left: 41.66666667%;
        }
        .col-xl-push-4 {
            left: 33.33333333%;
        }
        .col-xl-push-3 {
            left: 25%;
        }
        .col-xl-push-2 {
            left: 16.66666667%;
        }
        .col-xl-push-1 {
            left: 8.33333333%;
        }
        .col-xl-push-0 {
            left: auto;
        }
        .col-xl-offset-12 {
            margin-left: 100%;
        }
        .col-xl-offset-11 {
            margin-left: 91.66666667%;
        }
        .col-xl-offset-10 {
            margin-left: 83.33333333%;
        }
        .col-xl-offset-9 {
            margin-left: 75%;
        }
        .col-xl-offset-8 {
            margin-left: 66.66666667%;
        }
        .col-xl-offset-7 {
            margin-left: 58.33333333%;
        }
        .col-xl-offset-6 {
            margin-left: 50%;
        }
        .col-xl-offset-5 {
            margin-left: 41.66666667%;
        }
        .col-xl-offset-4 {
            margin-left: 33.33333333%;
        }
        .col-xl-offset-3 {
            margin-left: 25%;
        }
        .col-xl-offset-2 {
            margin-left: 16.66666667%;
        }
        .col-xl-offset-1 {
            margin-left: 8.33333333%;
        }
        .col-xl-offset-0 {
            margin-left: 0;
        }
        .visible-xl {
            display: block !important;
        }
        table.visible-xl {
            display: table;
        }
        tr.visible-xl {
            display: table-row !important;
        }
        th.visible-xl,
        td.visible-xl {
            display: table-cell !important;
        }
        .visible-xl-block {
            display: block !important;
        }
        .visible-xl-inline {
            display: inline !important;
        }
        .visible-xl-inline-block {
            display: inline-block !important;
        }
        .hidden-xl {
            display: none !important;
        }
    }
/*End bootstrap xl styles*/
/*Start header styles*/
    .header {
        margin-bottom: 20px;
    }
    .top-header {
        background-color: #1e3a71;
        padding: 10px 0;
        color: #fff;
    }
    .top-header h1,
    .top-header h2,
    .top-header h3,
    .top-header h4,
    .top-header h5,
    .top-header h6 {
        color: #fff;
        font-weight: 400;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    .top-header i {
        margin-left: 7px;
        color: #99f3ff;
        font-weight: 900;
    }
    .header-news-alert {
        /*display: none;*/
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #ffffff;
    }
    .top-header h4 {
        font-size: 13px;
        display: inline-block;
    }
    .top-header a,
    .top-header a:active,
    .top-header a:focus {
        color: #fff;
    }
    .top-header a:hover {
        color: #25c2d7;
    }
    .top-header-wrap {
        display: table;
        width: 100%;
        color: #fff;
    }
    .top-header-left {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
    .top-header-right {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        text-align: right;
    }
    .top-header-left a .display-on-normal{
        margin-bottom: 2px;
    }
    .top-header-left a:hover .display-on-normal{
        display: none;
    }
    .top-header-left a .display-on-hover{
        display: none;
    }
    .top-header-left a:hover .display-on-hover{
        display: inline-block;
        margin-bottom: 2px;
    }
    .top-header-right a .display-on-normal{
        display: inline-block;
        vertical-align: text-bottom;
    }    
    .top-header-right a:hover .display-on-normal{
        display: none;
    }
    .top-header-right a .display-on-hover{
        display: none;
    }
    .top-header-right a:hover .display-on-hover{
        display: inline-block;
        vertical-align: text-bottom;
    }
    #top-header{
        display: none;
    }
    #top-header-close{
        cursor: pointer;
        margin-left: 20px;
        font-size: 22px;
        /*vertical-align: top;*/
    }
    .middle-header {
        text-align: right;
    }
    .middle-header-content-wrap {
        display: inline;
        position: relative;
    }
    .quick-link-wrap {
        display: inline-block;
        border-right: 1px solid #323237;
    }
    .header-nav-1 {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header-nav-1 li {
        display: inline-block;
    }
    .header-nav-1 li a,
    .header-nav-1 li a:focus,
    .header-nav-1 li a:active,
    .header-nav-1 li a:focus:active {
        text-transform: uppercase;
        font-size: 12px;
        padding: 12px;
        color: #323237;
        text-decoration: none;
        font-weight: 500;
    }
    .header-nav-1 li.blue a,
    .header-nav-1 li.blue a:active,
    .header-nav-1 li.blue a:focus,
    .header-nav-1 li.blue a:focus:active {
        color: #4d5ea7;
    }
    .header-nav-1 li a:hover {
        color: #e86862;
    }
    .header-nav-1 li.blue a:hover {
        color: #323237;
    }
    .header-search-wrap {
        display: inline-block;
        padding: 12px;
    }
    .header-search-wrap.mobile-search{
        display:none;
    }
    .header-search-wrap a {
        font-size: 12px;
        text-transform: uppercase;
        color: #dd5852;
        text-decoration: none;
    }
    #searchcollapse,
    #searchcollapse-mobile {
        position: absolute;
        right: 0px;
        z-index: 2;
        text-align: center;
        left: 0;
        z-index:3;
    }
    #searchcollapse .well,
    #searchcollapse-mobile .well{
        background-color: #1e3a71;
        border: 1px solid #1e3a71;
        border-radius: 0px;
    }
    #searchcollapse form,
    #searchcollapse-mobile form{
        position: relative;
    }
    #searchcollapse form .form-control,
    #searchcollapse-mobile form .form-control{
        padding: 6px 32px 6px 12px;
        color: #555;
        border: 1px solid #fff;
        border-radius: 0px;
    }
    #searchcollapse form button,
    #searchcollapse-mobile form button {
        position: absolute;
        top: 0;
        right: 0;
        height: 34px;
        background-color: #25c2d7;
        color: #fff;
        border-color: #25c2d7;
        border: 0px;
        padding: 5px 10px;
    }
    .bottom-header {
        /*padding: 15px 0;*/
    }
    #mega-menu-wrap-header-menu .experts-heading h4 {
        color: #fff;
        text-transform: uppercase;
    }
    #mega-menu-wrap-header-menu .view-more-experts a,
    #mega-menu-wrap-header-menu .view-more-experts a:focus,
    #mega-menu-wrap-header-menu .view-more-experts a:active,
    #mega-menu-wrap-header-menu .view-more-experts a:focus:active,
    #mega-menu-wrap-header-menu .view-more-experts a:hover {
        color: #fff;
        font-weight:300;
    }
    #mega-menu-wrap-header-menu .view-more-experts a:hover {
        color: #25c2d7;
    }
    #mega-menu-wrap-header-menu .expert-item-wrap{
        padding: 20px;
    }
    #mega-menu-wrap-header-menu .expert-item-wrap a,
    #mega-menu-wrap-header-menu .expert-item-wrap a:focus,
    #mega-menu-wrap-header-menu .expert-item-wrap a:active,
    #mega-menu-wrap-header-menu .expert-item-wrap a:focus:active,
    #mega-menu-wrap-header-menu .expert-item-wrap a:hover {
        color: #fff;
    }
    #mega-menu-wrap-header-menu .expert-item-wrap a:hover{
        color: #25c2d7;
    }
    #mega-menu-wrap-header-menu .expert-item-wrap h1,
    #mega-menu-wrap-header-menu .expert-item-wrap h2,
    #mega-menu-wrap-header-menu .expert-item-wrap h3,
    #mega-menu-wrap-header-menu .expert-item-wrap h4,
    #mega-menu-wrap-header-menu .expert-item-wrap h5,
    #mega-menu-wrap-header-menu .expert-item-wrap h6 {
        color: #fff;
        font-family: "Oswald", sans-serif;
        line-height: 1.3;
    }
    #mega-menu-wrap-header-menu .expert-item-wrap p {
        font-size: 14px;
        line-height: 1.29;
        color: #ffffff;
    }
    .mega-sub-menu li a:hover{
        color: #25c2d7!important;
    }
    .mega-menu-title>a {
        font-family: "Oswald", sans-serif!important;
    }
    /*Start styles for mobile navbar*/
        .navbar-default .navbar-toggle {
            border-color: transparent;
            background-color:transparent;
        }
        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: transparent;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #dd5852;
        }
    /*End styles for mobile navbar*/
    .logo img {
        max-width: 235px;
    }
    .bottom-header-wrap {
        display: table;
        width: 100%;
    }
    .bottom-header-left {
        display: table-cell;
        vertical-align: middle;
        width: 20%;
        /*text-align: center;*/
    }
    .bottom-header-right {
        display: table-cell;
        vertical-align: middle;
        width: 80%;
    }
    .bottom-header-right-inner-wrap {
        background-color:#16A0B3;
        padding: 22px 0px;
        position: relative;
        z-index: 2;
    }
    .strech-header-bg{
        position: absolute;
        background-color: #16A0B3;
        top: 0;
        left: 0;
        right: 100%;
        bottom: 0;
        margin-right: -100000px;
        z-index: 0;
    }
    .navbar {
        min-height: 1px;
        margin: 0;
        border: none;
    }
    .navbar-default {
        background-color: transparent;
        position: relative;
        z-index: 1;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: #fff;
        font-size: 20px;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        background-color: transparent;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #fff;
        background-color: transparent;
    }
    .navbar-nav {
        float: none;
        text-align: right;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    /*Start code for changing hamburger to cross on click*/
        .navbar-toggle .icon-bar {
            transition: 300ms ease-in-out;
            background-color: #fff;
            position: relative;
            width: 24px;
            height: 3px;
        }
        .navbar-toggle .icon-bar:last-child {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: -7px;
        }
        .navbar-toggle .icon-bar:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 7px;
        }
        .navbar-toggle .icon-bar:nth-child(3) {
            opacity: 0;
        }
        .navbar-toggle.collapsed .icon-bar {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            top: 0;
            opacity: 1;
        }
    /*End code for changing hamburger to cross on click*/
    .inner-banner {
        position: relative;
        background-size: cover;
        /*padding: 406px 0 50px;*/
        background-position: top center;
        min-height:300px;
    }
    .inner-banner-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        text-align: center;
    }
    .banner-content-wrap {
        display: table;
        width: 75%;
        margin: 0 auto;
    }
    .banner-content-wrap p{
        font-size:1.2em;
        line-height:1.5;
    }
    .banner-content-left {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        color: #fff;
        text-align: left;
    }
    .banner-content-left h1,
    .banner-content-left h2,
    .banner-content-left h3,
    .banner-content-left h4,
    .banner-content-left h5,
    .banner-content-left h6 {
        text-transform: uppercase;
        color: #fff;
    }
    .banner-content-right {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
        text-align: right;
    }
    .banner-content-right img {
        max-width: 300px;
    }
    /*Start styles for inner template title bar which has the post titles and sharing options*/
        .title-bar{
            margin-top: 0px;
            margin-bottom: 0px;
            padding-top: 70px;
            padding-bottom: 70px;
            background-color: #1e3a71;
            margin-bottom:20px;
        }
        .title-bar h1,
        .title-bar h2,
        .title-bar h3,
        .title-bar h4,
        .title-bar h5,
        .title-bar h6{
            font-weight:normal;
        }
        .title-bar h6{
            font-family: "Roboto", sans-serif;
            text-transform: uppercase;
        }
        .title-bar p{
            font-size:.875em;
            margin-top:27px;
        }
        .title-bar-left{
            text-align:left
        }
        .title-bar-right{
            text-align:right;
            padding:0px 0px 40px;
        }
        .title-bar .share-btn,
        .title-bar .share-btn:focus,
        .title-bar .share-btn:active,
        .title-bar .share-btn:focus:active{
            color: #16a0b3;
        }
        .title-bar .share-btn:hover{
            color: #1e3a71;
        }
    /*End styles for inner template title bar which has the post titles and the sharing options*/
/*End header styles*/
/*Start homepage section 1 styles*/
    .home-section-1-content-wrap {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .home-section-1-left {
        display: table-cell;
        width: 70%;
        vertical-align: top;
        padding: 0 20px 0 0px;
    }
    .home-section-1-right{
        display:table-cell;
        width:30%;
        vertical-align: top;
    }
    .home-feature-post-content {
        padding: 20px 0;
    }
    .home-feature-post-content h1,
    .home-feature-post-content h2,
    .home-feature-post-content h3,
    .home-feature-post-content h4,
    .home-feature-post-content h5,
    .home-feature-post-content h6 {
        margin: 0;
        margin-bottom: 10px;
        font-size: 2.6em;
    }
    .home-feature-post-content h1 a,
    .home-feature-post-content h1 a:focus,
    .home-feature-post-content h1 a:active,
    .home-feature-post-content h1 a:focus:active,
    .home-feature-post-content h2 a,
    .home-feature-post-content h2 a:focus,
    .home-feature-post-content h2 a:active,
    .home-feature-post-content h2 a:focus:active,
    .home-feature-post-content h3 a,
    .home-feature-post-content h3 a:focus,
    .home-feature-post-content h3 a:active,
    .home-feature-post-content h3 a:focus:active,
    .home-feature-post-content h4 a,
    .home-feature-post-content h4 a:focus,
    .home-feature-post-content h4 a:active,
    .home-feature-post-content h4 a:focus:active,
    .home-feature-post-content h5 a,
    .home-feature-post-content h5 a:focus,
    .home-feature-post-content h5 a:active,
    .home-feature-post-content h5 a:focus:active,
    .home-feature-post-content h6 a,
    .home-feature-post-content h6 a:focus,
    .home-feature-post-content h6 a:active,
    .home-feature-post-content h6 a:focus:active {
        color: #1e3a71;
    }
    .home-feature-post-content h1 a:hover,
    .home-feature-post-content h2 a:hover,
    .home-feature-post-content h3 a:hover,
    .home-feature-post-content h4 a:hover,
    .home-feature-post-content h5 a:hover,
    .home-feature-post-content h6 a:hover {
        color: #dd5852;
    }
    .home-feature-post-content p {
        font-size: 1.25em;
        font-weight: 300;
        line-height: 1.5;
        color: #323737;
    }
    .section-1-right {
        display: table-cell;
        width: 30%;
        vertical-align: top;
        padding: 0 20px;
    }
    .home-banner-featured-item {
        padding: 40px 0;
        border-top: 1px solid #191b1b;
        letter-spacing: normal;
        line-height: 1.4;
        font-size: 1.25em;
        color: #323737;
    }
    .home-banner-featured-item h1,
    .home-banner-featured-item h2,
    .home-banner-featured-item h3,
    .home-banner-featured-item h4,
    .home-banner-featured-item h5,
    .home-banner-featured-item h6 {
        margin: 0;
        margin-bottom: 10px;
        text-transform: capitalize;
        font-family: "Oswald", sans-serif;
    }
    .home-banner-featured-item h6{
        text-transform: uppercase;
        color: #dd5852;
        font-family: 'Roboto', sans-serif;
    }
    a.home-banner-ft-item-target,
    a.home-banner-ft-item-target:focus,
    a.home-banner-ft-item-target:active,
    a.home-banner-ft-item-target:active:focus{
        color: #1e3a71;
        border-bottom: 1px solid #25c2d7;
        padding-bottom: 2px;
    }
    a.home-banner-ft-item-target:hover{
        color: #25c2d7;
    }
    .homepage-newspost-wrap {
        background-color: #d9e5e6;
        padding-right: 20px;
        display: table;
        width: 100%;
    }
    .homepage-newspost-left{
        display: table-cell;
        width: 50%;
        vertical-align: top;
        background-repeat: no-repeat;
        background-size:cover;
        background-position: center;
    }
    .homepage-newspost-right{
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }
    .homepage-newspost-content {
        padding: 20px;
    }
    .homepage-newspost-content h4{
        text-transform:capitalize;
    }
/*End homepage section 1 styles*/
/*Start homepaghe section 2 styles*/
    /*.section-2 {
        background-image: url(../images/section-2-bg.jpg);
        background-size: cover;
    }*/
    /*.home-section-2-content-wrap {
        padding:40px 0;
        text-align: center;
        color: #fff;
        max-width: 1000px;
        margin: 0 auto;
    }*/
    /*.home-section-2-content-wrap h1,
    .home-section-2-content-wrap h2,
    .home-section-2-content-wrap h3,
    .home-section-2-content-wrap h4,
    .home-section-2-content-wrap h5,
    .home-section-2-content-wrap h6 {
        margin: 20px 0 20px 0;
        text-transform: uppercase;
        font-size: 3em;
        font-weight: 400;
        line-height: 1.32;
        letter-spacing: 0.3px;
        color: #ffffff;
    }*/
    /*.home-section-2-content-wrap p{
        font-size:1.1em;
        line-height: 1.5;
        letter-spacing: normal;
        color: #ffffff;
        margin-bottom:30px;
    }*/
    .home-section-2 .btn,
    .home-section-2 .wpb_text_column :last-child,
    #content .home-section-2 .wpb_text_column :last-child{
         margin-bottom:20px;
    }
    .home-section-2 h1,
    .home-section-2 h2,
    .home-section-2 h3,
    .home-section-2 h4,
    .home-section-2 h5,
    .home-section-2 h6 {
        margin: 20px 0 20px 0;
        text-transform: uppercase;
        font-size: 3em;
        font-weight: 400;
        line-height: 1.32;
        letter-spacing: 0.3px;
        color: #ffffff;
    }
    .home-section-2 p{
        font-size:1.1em;
        line-height: 1.5;
        letter-spacing: normal;
        color: #ffffff;
        margin-bottom:30px;
    }
    .home-section-2-content-wrap .btn{
         margin-bottom:20px;
    }
/*End homepage section 2 styles
/*Start home section 3 styles*/
    .home-section-3-content-box {
        text-align: center;
    }
    .home-section-3-content-box h1,
    .home-section-3-content-box h2,
    .home-section-3-content-box h3,
    .home-section-3-content-box h4,
    .home-section-3-content-box h5,
    .home-section-3-content-box h6 {
        margin: 0;
        margin-bottom: 20px;
    }
    .home-section-3-content-box img {
        margin: 20px;
        margin-top:0px;
        max-width: 150px;
    }
    .home-section-3-content-box .btn{
        margin-top:15px;
    }
/*End home section 3 styles*/
/*Start home section 4 styles*/
    /*.section-4 {
        background-color: #1e3a71;
        color: #fff;
    }
    .section-4 h1,
    .section-4 h2,
    .section-4 h3,
    .section-4 h4,
    .section-4 h5,
    .section-4 h6 {
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
    }
    .section-4 .btn-transparent{
        margin: 20px 0;
    }*/
    .home-section-4 {
        background-color: #1e3a71;
        color: #fff;
    }
    .home-section-4 h1,
    .home-section-4 h2,
    .home-section-4 h3,
    .home-section-4 h4,
    .home-section-4 h5,
    .home-section-4 h6 {
        margin: 0;
        margin-bottom: 35px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 400;
    }
    .home-section-4 p{
        line-height:1.5;
        margin-bottom:20px;
    }
    .home-section-4 .btn-transparent{
        margin: 20px 0;
    }
/*End home section 4 styles*/
/*Start footer initiative boxes styles*/
    .footer-initiative-box-wrap{
        text-align:center;
    }
    .footer-initiative-box-wrap .wpb_wrapper.vc_figure{
        display:block;
    }
    .footer-initiative-box-wrap .wpb_single_image .vc_single_image-wrapper{
        display:block;
    }
    .footer-initiative-box-wrap .wpb_wrapper.vc_figure img{
        width:100%;
    }
    .footer-initiative-box-wrap h2{
        font-size: 1.625em;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.08;
        letter-spacing: normal;
        text-align: center;
        text-transform:uppercase;
    }
    .footer-initiative-box-wrap h1,
    .footer-initiative-box-wrap h2,    
    .footer-initiative-box-wrap h3,
    .footer-initiative-box-wrap h4,
    .footer-initiative-box-wrap h5,
    .footer-initiative-box-wrap h6,
    .footer-initiative-box-wrap p{
        color: #fff;
    }
/*End footer initiative boxes styles*/
/*Start footer styles*/
    .footer {
        color: #fff;
    }
    .footer a,
    .footer a:active,
    .footer a:focus {
        color: #fff;
    }
    .footer a:hover {
        color: #25c2d7;
    }
    .footer-top {
        background-color: #1e3a71;
        padding: 40px 0;
    }
    .footer .footer-address {
        padding: 20px 0;
    }
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6 {
        color: #25c2d7;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin-top: 0;
    }
    .footer .menu{
        margin:0px;
        padding:0px;
    }
    .footer .menu li {
        list-style: none;
        padding: 12px 0;
    }
    .footer .menu li a {
        font-size:1em;
    }
    .footer-contact h1,
    .footer-contact h2,
    .footer-contact h3,
    .footer-contact h4,
    .footer-contact h5,
    .footer-contact h6 {
        color: #a2c4c9;
        letter-spacing: 0.4px;
        text-transform: uppercase;
        margin-top: 0;
    }
    .footer-social {
        padding: 0 0 10px 0;
    }
    .social {
        padding: 0;
    }
    .social li {
        list-style: none;
        margin-right: 12px;
        display: inline-block;
    }
    .social li a {
        padding: 5px;
    }
    .footer-sign-up-form .form-control {
        margin-bottom: 12px;
        border-radius: 0;
        background-color: #0f1b4d;
        border: none;
        outline: none;
        box-shadow: none;
        height: 40px;
        color: #fff;
    }
    .form-control{
        padding: 6px 12px!important;
    }
    .footer-sign-up-form .form-control::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff;
        opacity: 1;
        /* Firefox */
    }
    .footer-sign-up-form .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
    }
    .footer-sign-up-form .form-control::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
    }
    .footer-bottom {
        background-color: #0f1b4d;
        padding: 15px 0;
    }
    .footer-bottom .copyright {
        padding: 0;
        margin: 0;
        font-size: .9em;
    }
    .footer-bottom .copyright li {
        list-style: none;
        display: inline-block;
        padding: 0 12px;
        border-right: 1px solid #5a6162;
    }
    .footer-bottom .copyright li:last-child {
        border: none;
    }
    .footer-bottom .copyright li a {
        text-transform: capitalize;
    }
    .footer .post-grid-cta {
        padding: 0px;
        margin: 0px;
        text-align: center;
        line-height: inherit;
        font-size: inherit;
        color: #323737;
        margin-top:20px;
    }
    .footer .post-grid-cta li{
        width: 24.5%;
        margin-bottom:0px;
    }
    .footer .post-grid-cta li:nth-child(even) .post-grid-cta-item{
        margin-right: 40px;
    }
    .footer .post-grid-cta-item a,
    .footer .post-grid-cta-item a:focus,
    .footer .post-grid-cta-item a:active,
    .footer .post-grid-cta-item a:hover{
        color: #323737;
        line-height: 1.22;
        letter-spacing: normal;
        color: #1e3a71;
        border-bottom:1px solid #25c2d7;
    }
    .footer .post-grid-cta-item a:hover{
        color: #25c2d7;   
    }
    .footer .post-grid-cta-item h5,
    .footer .post-grid-cta-item h5 a,
    .footer .post-grid-cta-item h5 a:focus,
    .footer .post-grid-cta-item h5 a:active,
    .footer .post-grid-cta-item h5 a:focus:active,
    .footer .post-grid-cta-item h5 a:hover{
        margin: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #dd5852;
        font-family: 'Roboto', sans-serif;
        border-bottom: none;
    }
    /*Start css for footer top boxes*/
        .footer-top-boxes-wrap{
            display: table;
            width: 100%;
        }
        .footer-top-box-wrap{
            display: table-cell;
            width: 33.3333%;
            vertical-align: top;
            background-color: #e86862;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }
        .footer-topbox-img-wrap img{
            width: 100%;
        }
        .footer-topbox-content-wrap{
            padding:20px;
            text-align: center;
        }
        .footer-topbox-content-wrap h2 {
            font-size: 1.625em;
            font-weight: 500;
            color: #fff;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.08;
            letter-spacing: normal;
            text-align: center;
            text-transform: uppercase;
        }
        .footer-topbox-content-wrap p {
            color: #fff;
            line-height: 1.4;
            font-size: 1.25em;
        }
    /*End css for footer top boxes*/
/*End footer styles*/
/* Start css for capabilities */
    .page-template-page-capabilities .section-1 {
        background-color: #e8f1f2;
        text-align: center;
    }
    .page-template-page-capabilities .section-1 h1,
    .page-template-page-capabilities .section-1 h2,
    .page-template-page-capabilities .section-1 h3,
    .page-template-page-capabilities .section-1 h4,
    .page-template-page-capabilities .section-1 h5,
    .page-template-page-capabilities .section-1 h6 {
        margin: 0;
        margin-bottom: 20px;
    }
    .page-template-page-capabilities .section-2 {
        background-image: none;
    }
    .page-template-page-capabilities .capability-info h1,
    .page-template-page-capabilities .capability-info h2,
    .page-template-page-capabilities .capability-info h3,
    .page-template-page-capabilities .capability-info h4,
    .page-template-page-capabilities .capability-info h5,
    .page-template-page-capabilities .capability-info h6 {
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #323737;
    }
    .achi-colored-box *,
    .achi-colored-box p{
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }
    .achi-colored-box h1,
    .achi-colored-box h2,
    .achi-colored-box h3,
    .achi-colored-box h4,
    .achi-colored-box h5,
    .achi-colored-box h6 {
        color: #fff;
        margin-top: 0;
        font-size: 7.25em;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }
    .capabililty-list-item-left,
    .priority-list-item-left{
        padding-right:40px;
    }
    .capabililty-list-item-right,
    .priority-list-item-right{
        padding-left:40px;
    }
    .achi-color-table {
        display: table;
        width: 100%;
        margin: 0 auto;
    }
    .achi-color-table .achi-color-table-left {
        display: table-cell;
        width: 33.3333%;
        vertical-align: middle;
        text-align: center;
        padding: 40px 20px;
        background-color: #762146;
    }
    .achi-color-table .achi-color-table-left *{
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }
    .achi-color-table .achi-color-table-left h1,
    .achi-color-table .achi-color-table-left h2,
    .achi-color-table .achi-color-table-left h3,
    .achi-color-table .achi-color-table-left h4,
    .achi-color-table .achi-color-table-left h5,
    .achi-color-table .achi-color-table-left h6 {
        color: #fff;
        margin-top: 0;
        font-size: 7.25em;
        font-family: 'Roboto', sans-serif;
    }
    .achi-color-table .achi-color-table-middle {
        display: table-cell;
        width: 33.3333%;
        vertical-align: middle;
        text-align: center;
        padding: 20px;
        background-color: #dd5852;
        color: #fff;
    }
    .achi-color-table .achi-color-table-middle *{
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }
    .achi-color-table .achi-color-table-middle h1,
    .achi-color-table .achi-color-table-middle h2,
    .achi-color-table .achi-color-table-middle h3,
    .achi-color-table .achi-color-table-middle h4,
    .achi-color-table .achi-color-table-middle h5,
    .achi-color-table .achi-color-table-middle h6 {
        color: #fff;
        margin-top: 0;
        font-size: 7.25em;
        font-family: 'Roboto', sans-serif;
    }
    .achi-color-table .achi-color-table-right {
        display: table-cell;
        width: 33.3333%;
        vertical-align: middle;
        text-align: center;
        padding: 20px;
        background-color: #4d5ea7;
        color: #fff;
    }
    .achi-color-table .achi-color-table-right *{
        color: #fff;
        font-family: 'Oswald', sans-serif;
    }
    .achi-color-table .achi-color-table-right h1,
    .achi-color-table .achi-color-table-right h2,
    .achi-color-table .achi-color-table-right h3,
    .achi-color-table .achi-color-table-right h4,
    .achi-color-table .achi-color-table-right h5,
    .achi-color-table .achi-color-table-right h6 {
        color: #fff;
        margin-top: 0;
        font-size: 7.25em;
        font-family: 'Roboto', sans-serif;
    }
    .page-template-page-capabilities .section-4 {
        background-color: transparent;
        color: inherit;
    }
    .page-template-page-capabilities .section-4 h1,
    .page-template-page-capabilities .section-4 h2,
    .page-template-page-capabilities .section-4 h3,
    .page-template-page-capabilities .section-4 h4,
    .page-template-page-capabilities .section-4 h5,
    .page-template-page-capabilities .section-4 h6 {
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #323737;
    }
    .page-template-page-capabilities .section.section-5 {
        padding: 0;
    }
    .page-template-page-capabilities .section-5 {
        background-color: transparent;
    }
    .page-template-page-capabilities .section-6 {
        background-color: #e8f1f2;
        text-align: center;
    }
/* End css for capabilities */
/* Start css for priorities */
    .page-template-page-priorities .section-1 {
        text-align: center;
    }
    .page-template-page-priorities .section-1 h1,
    .page-template-page-priorities .section-1 h2,
    .page-template-page-priorities .section-1 h3,
    .page-template-page-priorities .section-1 h4,
    .page-template-page-priorities .section-1 h5,
    .page-template-page-priorities .section-1 h6 {
        margin: 0;
        margin-bottom: 20px;
    }
    .footer-capabilities-box {
        text-align: center;
        padding: 40px 0;
    }
    .footer-capabilities-box h1,
    .footer-capabilities-box h2,
    .footer-capabilities-box h3,
    .footer-capabilities-box h4,
    .footer-capabilities-box h5,
    .footer-capabilities-box h6 {
        margin: 0;
        margin-bottom: 20px;
    }
/* End css for priorities */
/*Start library css*/
    .library-item-wrap-parent{
        position: relative;
        padding: 0 0 25px 0;
    }
    .overlay-spinner{
        position: absolute;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, .9);
        display: none;
        padding: 40px;
    }
    #loadmore_library{
        margin-top: 40px;
    }
    .library-section-1 {
        padding: 40px 0;
        background-image: url(../images/library-banner.png);
        color: #fff;
        text-align: center;
    }
    .library-section-1 h1,
    .library-section-1 h2,
    .library-section-1 h3,
    .library-section-1 h4,
    .library-section-1 h5,
    .library-section-1 h6 {
        color: #fff;
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .sidebar-content-wrap {
        padding: 30px 0px;
        /*border-bottom: 1px solid #444343;*/
        background-color: #16a0b3;
        margin-bottom: 30px;
        padding: 20px;
        color: #fff;
    }
    .sidebar-content-wrap a,
    .sidebar-content-wrap a:focus,
    .sidebar-content-wrap a:active,
    .sidebar-content-wrap a:focus:active{
        color: #fff;
        border-bottom: 1px solid #762146;
        line-height: 1.22;
        padding-bottom: 2px;
    }
    .sidebar-content-wrap a:hover{
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .sidebar-content-wrap h2 {
        color: #fff;
    }
    .sidebar-filter-wrap{
        background-color: #e8f1f2;
        padding: 20px;
    }
    .sidebar-filter-wrap h3 {
        padding-bottom: 10px;
        color: #000;
        text-transform: uppercase;
        border-bottom: 2px solid #444343;
    }
    .sidebar-filter-wrap h5 {
        padding-bottom: 10px;
        color: #000;
        padding-top: 10px;
        margin-bottom: 0;
    }
    .sidebar-filter-wrap h4 {
        color: #000;
        text-transform: capitalize;
        padding-top: 10px;
        margin-top: 0;
    }
    .with-line {
        overflow: hidden;
        text-align: center;
    }
    .with-line::after, .with-line::before {
        background-color: #333;
        content: '';
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 100%;
    }
    .with-line::before {
        right: 1rem;
        margin-left: -100%;
    }
    .with-line::after {
        left: 1rem;
        margin-right: -100%;
    }
    .with-line.left {
        text-align: left;
    }
    .library-item-wrap {
        border-bottom: 1px solid #444343;
        padding: 20px 0px;
    }
    .library-item-wrap a {
        /*color: #1e3a71;
        border-bottom: 1px solid #25c2d7;*/
		line-height: 1.22;
		letter-spacing: normal;
		color: #1e3a71;
		border-bottom: 1px solid #25c2d7;
		font-family: "Roboto", sans-serif;
		font-size: 1.25em;
    }
    .library-item-wrap a:hover{
        color: #25c2d7;   
    }
    .library-item-wrap h3 {
        margin-bottom: 30px;
    }
    .library-item-wrap h2 {
        text-transform: capitalize;
    }
    .library-item-flag {
        background-color: #dd5852;
        color: #fff;
        text-transform: uppercase;
        padding: 5px;
        font-size: 12px;
    }
/*end library css by rahul*/
/*Start initiative styles*/
    .page-title-section-wrap {
        padding: 70px 0;
        background-color: #0f1b4d;
        color: #fff;
    }
    .page-title-section-wrap h1,
    .page-title-section-wrap h2,
    .page-title-section-wrap h3,
    .page-title-section-wrap h4,
    .page-title-section-wrap h5,
    .page-title-section-wrap h6 {
        color: #fff;
        margin: 0;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    /*.initiative-contact .vc_column-inner a,
    .initiative-contact .vc_column-inner a:active,
    .initiative-contact .vc_column-inner a:focus,
    .initiative-contact .vc_column-inner a:active:focus{
    	color: #1e3a71;
    }
    .initiative-contact .vc_column-inner a:hover{
    	color: #25c2d7;
    }*/
    .initiative-accordion .panel-default>.panel-heading {
        color: #333;
        background-color: #f2f6f7;
        border-color: #e4e5e7;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        text-transform:uppercase;
    }
    .initiative-accordion .panel-default>.panel-heading a {
        display: block;
        padding: 10px 15px;
    }
    .initiative-accordion .panel-default>.panel-heading a:after {
        content: "";
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        transition: transform .25s linear;
        -webkit-transition: -webkit-transform .25s linear;
    }
    .initiative-accordion .panel-default>.panel-heading a[aria-expanded="true"] {
        background-color: #179fb3;
        color: #fff;
        text-decoration: none;
    }
    .initiative-accordion .panel-default>.panel-heading a[aria-expanded="true"]:after {
        content: "\2212";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        float: left;
        font-weight: normal;
        /*color: #25c2d7;*/
        color: #fff;
        margin-right: 10px;
    }
    .initiative-accordion .panel-default>.panel-heading a[aria-expanded="false"]:after {
        content: "\002b";
        color: #25c2d7;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        float: left;
        margin-right: 10px;
    }
    .initiative-accordion .panel-group.panel {
        border-radius: 0px;
    }
    .initiative-accordion .panel {
        border-radius: 0px;
        border: none;
    }
    .initiative-accordion .panel-group .panel+.panel {
        margin-top: 3px;
    }
    .initiative-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border: 1px solid #d0e3e6;
        border-top: none;
    }
    .initiative-accordion .panel-default .panel-body a{
        font-size: 1em;
        color: #1e3a71;
        padding-bottom: 7px;
        border-bottom:1px solid #25c2d7;
        margin: 10px;
        padding: 2px 0px;
    }
    .initiative-accordion .panel-default .panel-body a:hover{
        color: #25c2d7;
    }
    .initiative-section-2-wrap img {
        margin: 20px 0px;
        padding-right: 20px;
        border-right: 2px solid #dd5852;
    }
/*End initiative styles*/
/*Start experts template CSS*/
    .experts-heading {
        display: inline-block;
        width: 45%;
        text-align: left;
    }
    .view-more-experts {
        display: inline-block;
        width: 45%;
        text-align: right;
    }
    .expert-item-wrap {
        display: inline-block;
        min-height: 330px;
        /*padding: 20px;*/
        text-align: left;
        vertical-align: top;
    }
    .expert-item-wrap h4{
        font-size: 1.125em;
    }
    .expert-item-wrap p{
        line-height: 1.4;
        font-size: 1.25em;
        color: #323737;
    }
/*End experts template CSS*/
/*Start gravity form overrides*/
    /*#gform_wrapper_1.gform_wrapper div.validation_error {
        color: #dd5852!important;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 25px;
        border-top: 2px solid #dd5852!important;
        border-bottom: 2px solid #dd5852!important;
        padding: 16px 0;
        clear: both;
        width: 100%;
        text-align: center;
    }
    #gform_wrapper_1.gform_wrapper .validation_message {
        color: #dd5852!important;
        font-weight: 700;
        letter-spacing: normal;
    }
    #gform_wrapper_1.gform_wrapper label.gfield_label{
        display: none;
    }
    #gform_wrapper_1.gform_wrapper li.gfield.gfield_error{
        background-color: transparent!important;
        margin-bottom: 6px!important;
        border-top: none!important;
        border-bottom: none!important;
        padding-bottom: 0px!important;
        padding-top: 0px!important;
    }
    #gform_1 .btn-primary{
        background-color: transparent;
        border-color: #fff;
    }
    #gform_1 .btn-primary:hover{
        background-color: #fff;
    }*/
/*End gravity form overrides*/
/*Start gravity form overrides*/
    body .gform_wrapper ul li.gfield{
        margin-top:25px;
    }
    .gform_wrapper .top_label .gfield_label{
        margin-bottom:0px;
        font-size: 15px;
    }
    footer .gform_wrapper label.gfield_label{
        display: none!important;
    }
    footer .gform_wrapper .btn-primary{
        background-color: transparent;
        border-color: #fff;
    }
    footer .gform_wrapper .btn-primary:hover{
        background-color: #fff;
    }
    .gform_wrapper .gfield_required {
        float: left!important;
        margin-right: 4px!important;
        margin-left: 0px!important;
    }
    .gform_wrapper .validation_message {
        font-weight: 500!important;
        letter-spacing: normal!important;
        text-transform: uppercase!important;
        font-size: 11px!important;
        color: #dd5852!important;
    }
    .gform_wrapper .field_description_below .gfield_description {
        padding-top: 0px!important;
    }
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
        margin-top: 0px!important;
    }
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
        margin-top: 0px!important;
    }
    .gform_wrapper li.gfield.gfield_error,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        background-color: transparent!important;
        margin-bottom: 0px!important;
        border-top: 0px!important;
        border-bottom: 0px!important;
        padding-bottom: 0px!important;
        padding-top: 0px!important;
        box-sizing: border-box!important;
    }
    .gform_confirmation_message{
		color: #23c6d7;
		margin-bottom: 20px;
		font-weight: 700;
    }
    footer .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
    footer .gform_wrapper li.gfield_error textarea {
        display: block!important;
        width: 100%!important;
        height: 40px!important;
        padding: 6px 12px!important;
        font-size: 14px!important;
        line-height: 1.42857143!important;
        color: #fff!important;
        background-color: #0f1b4d!important;
        background-image: none!important;
        border: none!important;
        border-radius: 0px!important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)!important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)!important;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s!important;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s!important;
    }
    .gform_wrapper div.validation_error {
        color: #dd5852!important;
        font-size: 14px!important;
        font-weight: 500!important;
        margin-bottom: 25px!important;
        border-top: 2px solid #dd5852!important;
        border-bottom: 2px solid #dd5852!important;
        padding: 16px 0!important;
        clear: both!important;
        width: 100%!important;
        text-align: left!important;
    }
    .gfield_time_ampm .selectric .label {
        margin: 1px;
        line-height: 32px;
        height: 32px;
        padding: 0;
    }
    .gfield_time_ampm .selectric .button {
        display: none;
    }
    .gform_wrapper .gfield_time_hour i{
        margin-top: -32px!important;
        padding-left: 6px!important;
    }
    .gform_heading .gform_title{
        font-size: 3em!important;
        font-weight: 400!important;
        margin-top: 0!important;
        margin-bottom: 15px!important;
    }
    .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input{
		font-family: inherit;
		padding: 5px 4px!important;
		text-align: center!important;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    	font-size: 14px;
    }
/*End gravity form overrides*/
/*Start highest priority generic styles*/
    .white{
        color:#fff!important;
    }
    .remove-p-tag p{
        margin:0px;
    }
/*End highest priority generic styles*/
/*Start code for social icons*/
    .post-sharer{
        padding: 0;
        margin: 0;
    }
    .post-sharer li{
        display: inline-block;
        list-style: none;
    }
    .post-sharer li a{
        color: #25c2d7;
    }
/*End code for social icons*/
/*Start code for css checkbox*/
input[type=checkbox]{
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox] + span.label{
    padding-left: 30px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    color: #444343;
    white-space: normal;
}
input[type=checkbox] + span.label:before {
    position: absolute;
    content:"";
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    /*background-image: url("../images/checkbox.png");*/
    background-image: url("../images/achi-site-checkbox.png");
    background-repeat: no-repeat;
}
input[type=checkbox]:checked + span.label:before {
    background-position: 0 -20px;
}
.checkbox label{
    padding-left: 0px!important;
}
/*End code for css checkbox*/
/* Start css for 404 page */
/*.error404 .content{
    background-color: #1e3a71;
    margin: 0;
}*/
.error404 .content{
    margin: 0;
}
.text-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.error404 .content h1 {
    font-size: 9em;
    font-weight: 700;
    color: #1e3a71;
    position: relative;
}
.error404 .content h3 {
    font-size: 40px;
    font-weight: 700;
    color: #1e3a71;
    position: relative;
}
.buttons {
    margin: 30px;
}
/*.error404 .content .btn-primary,
.error404 .content .btn-primary:focus,
.error404 .content .btn-primary:active,
.error404 .content .btn-primary:focus:active{
    margin-top: 10px;
    background-color: #fff;
    font-size: normal;
    color: #000;
    font-family: 'Merriweather', serif;
    padding: 9px 15px;
    border-color:#000;
}
.error404 .content .btn-primary:hover{
    color:#fff;
    background-color:#000;
    border-color:#fff;
}*/
/*@-webkit-keyframes noise-anim {
  0% {
    clip: rect(170px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(129px, 9999px, 189px, 0);
  }
  10% {
    clip: rect(170px, 9999px, 60px, 0);
  }
  15% {
    clip: rect(27px, 9999px, 115px, 0);
  }
  20% {
    clip: rect(61px, 9999px, 127px, 0);
  }
  25% {
    clip: rect(82px, 9999px, 93px, 0);
  }
  30% {
    clip: rect(175px, 9999px, 199px, 0);
  }
  35% {
    clip: rect(137px, 9999px, 16px, 0);
  }
  40% {
    clip: rect(161px, 9999px, 94px, 0);
  }
  45% {
    clip: rect(10px, 9999px, 9px, 0);
  }
  50% {
    clip: rect(165px, 9999px, 181px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 127px, 0);
  }
  60% {
    clip: rect(27px, 9999px, 165px, 0);
  }
  65% {
    clip: rect(138px, 9999px, 159px, 0);
  }
  70% {
    clip: rect(180px, 9999px, 34px, 0);
  }
  75% {
    clip: rect(181px, 9999px, 186px, 0);
  }
  80% {
    clip: rect(154px, 9999px, 121px, 0);
  }
  85% {
    clip: rect(154px, 9999px, 99px, 0);
  }
  90% {
    clip: rect(180px, 9999px, 148px, 0);
  }
  95% {
    clip: rect(155px, 9999px, 8px, 0);
  }
  100% {
    clip: rect(105px, 9999px, 84px, 0);
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(170px, 9999px, 136px, 0);
  }
  5% {
    clip: rect(129px, 9999px, 189px, 0);
  }
  10% {
    clip: rect(170px, 9999px, 60px, 0);
  }
  15% {
    clip: rect(27px, 9999px, 115px, 0);
  }
  20% {
    clip: rect(61px, 9999px, 127px, 0);
  }
  25% {
    clip: rect(82px, 9999px, 93px, 0);
  }
  30% {
    clip: rect(175px, 9999px, 199px, 0);
  }
  35% {
    clip: rect(137px, 9999px, 16px, 0);
  }
  40% {
    clip: rect(161px, 9999px, 94px, 0);
  }
  45% {
    clip: rect(10px, 9999px, 9px, 0);
  }
  50% {
    clip: rect(165px, 9999px, 181px, 0);
  }
  55% {
    clip: rect(85px, 9999px, 127px, 0);
  }
  60% {
    clip: rect(27px, 9999px, 165px, 0);
  }
  65% {
    clip: rect(138px, 9999px, 159px, 0);
  }
  70% {
    clip: rect(180px, 9999px, 34px, 0);
  }
  75% {
    clip: rect(181px, 9999px, 186px, 0);
  }
  80% {
    clip: rect(154px, 9999px, 121px, 0);
  }
  85% {
    clip: rect(154px, 9999px, 99px, 0);
  }
  90% {
    clip: rect(180px, 9999px, 148px, 0);
  }
  95% {
    clip: rect(155px, 9999px, 8px, 0);
  }
  100% {
    clip: rect(105px, 9999px, 84px, 0);
  }
}*/
.error404 .content h1:after, 
.error404 .content h3:after {
    content: attr(data-content);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}
/*@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(199px, 9999px, 171px, 0);
  }
  5% {
    clip: rect(5px, 9999px, 113px, 0);
  }
  10% {
    clip: rect(154px, 9999px, 35px, 0);
  }
  15% {
    clip: rect(73px, 9999px, 58px, 0);
  }
  20% {
    clip: rect(83px, 9999px, 123px, 0);
  }
  25% {
    clip: rect(46px, 9999px, 20px, 0);
  }
  30% {
    clip: rect(77px, 9999px, 2px, 0);
  }
  35% {
    clip: rect(98px, 9999px, 108px, 0);
  }
  40% {
    clip: rect(104px, 9999px, 89px, 0);
  }
  45% {
    clip: rect(47px, 9999px, 13px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 163px, 0);
  }
  55% {
    clip: rect(29px, 9999px, 16px, 0);
  }
  60% {
    clip: rect(170px, 9999px, 66px, 0);
  }
  65% {
    clip: rect(193px, 9999px, 152px, 0);
  }
  70% {
    clip: rect(145px, 9999px, 15px, 0);
  }
  75% {
    clip: rect(16px, 9999px, 75px, 0);
  }
  80% {
    clip: rect(132px, 9999px, 113px, 0);
  }
  85% {
    clip: rect(44px, 9999px, 104px, 0);
  }
  90% {
    clip: rect(93px, 9999px, 67px, 0);
  }
  95% {
    clip: rect(195px, 9999px, 184px, 0);
  }
  100% {
    clip: rect(90px, 9999px, 200px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(199px, 9999px, 171px, 0);
  }
  5% {
    clip: rect(5px, 9999px, 113px, 0);
  }
  10% {
    clip: rect(154px, 9999px, 35px, 0);
  }
  15% {
    clip: rect(73px, 9999px, 58px, 0);
  }
  20% {
    clip: rect(83px, 9999px, 123px, 0);
  }
  25% {
    clip: rect(46px, 9999px, 20px, 0);
  }
  30% {
    clip: rect(77px, 9999px, 2px, 0);
  }
  35% {
    clip: rect(98px, 9999px, 108px, 0);
  }
  40% {
    clip: rect(104px, 9999px, 89px, 0);
  }
  45% {
    clip: rect(47px, 9999px, 13px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 163px, 0);
  }
  55% {
    clip: rect(29px, 9999px, 16px, 0);
  }
  60% {
    clip: rect(170px, 9999px, 66px, 0);
  }
  65% {
    clip: rect(193px, 9999px, 152px, 0);
  }
  70% {
    clip: rect(145px, 9999px, 15px, 0);
  }
  75% {
    clip: rect(16px, 9999px, 75px, 0);
  }
  80% {
    clip: rect(132px, 9999px, 113px, 0);
  }
  85% {
    clip: rect(44px, 9999px, 104px, 0);
  }
  90% {
    clip: rect(93px, 9999px, 67px, 0);
  }
  95% {
    clip: rect(195px, 9999px, 184px, 0);
  }
  100% {
    clip: rect(90px, 9999px, 200px, 0);
  }
}*/
.error404 .content h1:before, 
.error404 .content h3:before {
    content: attr(data-content);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}
/* End css for 404 page */
/*Start css for author page*/
    .author-banner{
        background-color: #1e3a71;
        color: #fff;
        padding: 100px 0;
    }
    .author-detail-wrap{
      padding: 30px 0;
      display: table;
      width: 100%;
    }
    .author-cell-1{
      display: table-cell;
      width: 35%;
      vertical-align: top;
    }
    .author-headshot{
      margin-right: 20px;
    }
    .author-cell-2{
      display: table-cell;
      width: 65%;
      vertical-align: top;
      border-left: 2px solid #dd5852;
      padding-left:30px;
      padding-right:15px;
    }
    .author-detail{
      margin: 10px 15px;
    }
    .author-description{
      /*border: 1px solid #ccc;*/
      padding: 10px;
      margin-bottom: 40px;
    }
/*End css for author page*/
/*Start css for search page*/
    .search #content article {
        margin-bottom: 40px;
    }
/*End css for search page*/
@media (max-width: 1600px) {
/*Start header styles*/
    .bottom-header-right {
        width: 70%;
    }
/*End header styles*/
/*Start footer posts grid cta styles*/
    .footer-post-grid-cta li{
        width: 24.6%;
    }
/*End footer posts grid cta styles*/
}
@media (max-width: 1199px) {
    body {
        font-size: 15px;
    }
    /*Start header styles*/
        .bottom-header-left {
            width: 30%;
        }
        .bottom-header-right {
            width: 70%;
        }
        .logo img {
            max-width: 100%;
        }
        .navbar-default,
        .strech-header-bg{
            position: static;
        }
        .banner-content-wrap {
            display: table;
            width: 100%;
            margin: 0 auto;
        }
    /*End header styles*/
    /*Start homepage section 1 styles*/
        .home-section-1-content-wrap {
            display: block;
            width: 100%;
        }
        .home-section-1-left,
        .home-section-1-right{
            display:block;
            width:100%;
        }
        .homepage-newspost-wrap {
            padding-right: 0px;
        }
    /*End homepage section 1 styles*/
    .section-5-wrap-1-right img {
        max-width: 100%;
    }
    .section-5-wrap-1-right-content-wrap-left {
        width: 20%;
    }
    .section-5-wrap-1-right-content-wrap-right {
        width: 80%;
    }
    .section-5-wrap-2-left img {
        max-width: 100%;
    }
    .section-5-wrap-2-left-content-wrap-left {
        width: 20%;
    }
    .section-5-wrap-2-left-content-wrap-right {
        width: 80%;
    }
    /*.banner-content-right img {
        max-width: 200px;
    }*/
    /*Start footer posts grid cta styles*/
        .footer-post-grid-cta li{
            width: 49%;
        }
    /*End footer posts grid cta styles*/
}
@media (max-width: 991px) {
    body {
        font-size: 13px;
    }
    /*Start header styles*/
        .bottom-header-left {
            padding: 0 20px;
        }
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            padding-left:5px;
            padding-right:5px;
        }
    /*End header styles*/
    .home-section-1-content-wrap {
        display: block;
    }
    .home-section-1-left,
    .home-section-1-right {
        display: block;
        width: 100%;
        padding:0px;
    }
    /*.banner-content-right img {
        max-width: 150px;
    }*/
    /*Start footer styles*/
        .footer-bottom .copyright li {
            border-right: none;
        }
    /*End footer */
    .footer .post-grid-cta li{
        width: 49.5%;
    }
    /*.footer .post-grid-cta-item {
        margin-right: 0px;
    }*/
}
@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .device-m-20{
        margin: 20px 0;
    }
    /*Start header styles*/
        .top-header,
        .middle-header{
            display:none;
        }
        .bottom-header-left,
        .bottom-header-right{
            width:50%;
        }
        .logo img {
            max-width: auto;
        }
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            padding-left: 0px;
            padding-right: 0px;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            padding-top: 34px;
            background-color: #1e3a71;
            padding: 30px;
            z-index: 1;
        }
        .navbar-default .navbar-toggle {
            border-color: transparent;
            background-color: transparent;
            position: relative;
            z-index: 2;
            padding: 0px;
            margin: 0px;
        }
        .navbar-default ul.mobile-menu-2{
            margin: 0px;
            padding-top:30px;
            border-top:1px solid #4d5ea7;
            background-color: #1e3a71;
        }
        .navbar-default ul.mobile-menu-2>li>a, .navbar-default ul.mobile-menu-2>li>a:focus, .navbar-default ul.mobile-menu-2>li>a:hover{
            text-align:left;
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.4px;
            color: #99f3ff;
            padding-left:0px;
        }
        .navbar-default ul.mobile-menu-2>li.blue>a, .navbar-default ul.mobile-menu-2>li.blue>a:focus, .navbar-default ul.mobile-menu-2>li.blue>a:hover{
            color: #fff;
        }
        .header-search-wrap.mobile-search{
            display: inline-block;
            padding: 0px;
            margin-right:20px;
        }
        .header-search-wrap.mobile-search >a>i{
            font-size:2em;
        }
        .navbar-nav>li {
            display: block;
            width: 100%;
        }
        .navbar-default {
            position: static;
            display: inline-block;
        }
        .navbar-nav {
            float: none;
            text-align: center;
        }
        .bottom-header-wrap {
            position: relative;
            padding: 15px;
        }
        .bottom-header-right-inner-wrap{
            background-color:transparent;
            text-align:right;
        }
        .strech-header-bg {
            position: static;
            background-color: transparent;
            margin-right: 0;
        }
        .homepage-newspost-content {
            padding: 7px;
        }
        .homepage-newspost-left{
            width: 40%;
        }
        .homepage-newspost-right{
            width: 60%;
        }
        #searchcollapse,
        #searchcollapse-mobile {
            z-index: 1;
        }
        .inner-banner{
            padding:30px 0;
        }
        .inner-banner-content{
            position:static;
            left:unset;
            right:unset;
            top:unset;
            bottom:unset;
            transform: none;
        }
        .banner-content-left{
            text-align:center;
        }
        .banner-content-right{
            text-align:center;
        }
        .title-bar-left,
        .title-bar-right{
            text-align:center;
        }
    /*End header styles*/
    /*Start generic styles*/
        .showing-rslt-wrap {
            margin-top: 20px;
        }
    /*End generic styles*/
    /*Start home section 1 styles*/
        .section.home-section-1{
            padding-top:0px;
        }
    /*End home section 1 styles*/
    /*Start home section 5 styles*/
        .home-section-4{
            text-align:center;
        }
    /*End home section 5 styles*/
    /*Start initiative box styles*/
        .achi-initiative-block{
            display:block;
            width:100%;
        }
        .initiative-block-left {
            display: block;
            width: 100%;
        }
        .initiative-block-right{
            display: block;
            width: 100%;   
        }
    /*End initiative box styles*/
    .section-5-wrap-1 {
        display: block;
    }
    .section-5-wrap-1-left {
        display: block;
        width: 100%;
    }
    .section-5-wrap-1-right {
        display: block;
        width: 100%;
        padding: 0;
    }
    .section-5-wrap-1-right-content-wrap {
        display: block;
    }
    .section-5-wrap-1-right-content-wrap-left {
        display: none;
    }
    .section-5-wrap-1-right-content-wrap-right {
        display: block;
        width: 100%;
    }
    .section-5-wrap-2 {
        display: block;
    }
    .section-5-wrap-2-left {
        display: block;
        width: 100%;
        padding: 0;
    }
    .section-5-wrap-2-right {
        display: block;
        width: 100%;
    }
    .section-5-wrap-2-left-content-wrap {
        display: block;
    }
    .section-5-wrap-2-left-content-wrap-left {
        display: none;
    }
    .section-5-wrap-2-left-content-wrap-right {
        display: block;
        width: 100%;
    }
    /*Start footer styles*/
        .footer-top {
            text-align: center;
        }
        .footer .logo img {
            max-width: 200px;
        }
        .footer-bottom{
            text-align: center;
        }
    /*End footer styles*/
    .banner-content-wrap {
        display: block;
    }
    .banner-content-left {
        display: block;
        width: 100%;
    }
    .banner-content-right {
        display: block;
        width: 100%;
    }
    /*Start capabilities template styles*/
        .page-template-page-capabilities .btn-primary {
            margin-top: 10px;
        }
        .capabililty-list-item-left,
        .priority-list-item-left{
            padding-right:0px;
        }
        .capabililty-list-item-right,
        .priority-list-item-right{
            padding-left:0px;
        }
        .vc_custom_1540982357428 .capabililty-list-item-left{
            margin-bottom:30px;
        }
    /*End capabilities template styles*/
    .achi-color-table {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .achi-color-table .achi-color-table-left,
    .achi-color-table .achi-color-table-middle,
    .achi-color-table .achi-color-table-right {
        display: block;
        width: 100%;
    }
    /*Start initiatives styles*/
        .initiative-contact .vc_column-inner{
            border:0px!important;
        }
    /*End initiatives styles*/
    /*Start footer styles*/
        .footer-top [class*="col-sm"]{
            margin-bottom:45px;
        }
        .footer .menu li {
            padding: 7px 0;
        }
        .footer-boxes-wrap {
            display: block;
            width: 100%;
        }
        .footer-boxes-wrap .footer-box-left,
        .footer-boxes-wrap .footer-box-middle,
        .footer-boxes-wrap .footer-box-right {
            display: block;
            width: 100%;
            border: none;
            background-color: #fff;
        }
        .footer-boxes-wrap .footer-box-inner-content {
            background-color: #dd5852;
        }
        .footer-sign-up-form .form-control {
            text-align: center;
        }
        .footer-top-boxes-wrap{
            display: block;
        }
        .footer-top-box-wrap{
            display: block;
            width: 100%;
            background-color: #e86862;
            border: 1px solid #fff;
        }
    /*End footer styles*/
    /*Start footer posts grid cta styles*/
        .post-grid-cta li{
            width: 90%;
        }
        .post-grid-cta-item {
            margin-right: 0px;
        }
        .footer .post-grid-cta li {
            width: 100%;
        }
        .footer .post-grid-cta li:nth-child(even) .post-grid-cta-item {
            margin-right: 0;
        }
    /*End footer posts grid cta styles*/
    /*Start css for author page*/
        .author-detail-wrap{
            display: block;
        }
        .author-headshot {
            margin-right: 0;
            margin-bottom: 20px;
        }
        .author-cell-1{
            display: block;
            width: 100%
        }
        .author-cell-2{
            display: block;
            width: 100%;
        }
}
@media (max-width: 600px) {
    /*Start header styles*/
        .quick-link-wrap {
            display: block;
            text-align: center;
            border-right: 0px;
            margin-top: 4px;
        }
        .header-search-wrap {
            display: block;
            padding: 7px;
            text-align: center;
        }
        .bottom-header-right-inner-wrap {
            position: static;
        }
        .homepage-newspost-wrap {
            display: block;
        }
        .homepage-newspost-left{
            display: none;
        }
        .homepage-newspost-right{
            display: block;
            width: 100%;
        }
    /*End header styles*/
}
@media (max-width: 480px) {
    /*Start header styles*/
        .top-header-wrap{
            display:block;
            width:100%;
        }
        .top-header-left,
        .top-header-right {
            display: block;
            width: 100%;
            text-align:center;
        }
        .logo img {
            max-width: 150px;
        }
    /*End header styles*/
    .achi-color-table {
        display: block;
        width: 98%;
        margin: 0 auto;
    }
}