/* breadcrumb */
.breadcrumb, .article-content, .relatedarts{
    width: 85.6%;
    /* max-width: 1120px; */
    max-width: 896px;
}
 
.breadcrumb{
    /* margin: 20px auto 16px auto; */
	margin: 0px auto 0px auto;
    font-size: 14px;
    background-color: transparent;
    color: #263c90;
    text-transform: uppercase;
    padding: .75rem 0rem;
}
nav.breadcrumb{margin: 20px auto 16px auto;}
.breadcrumb-item{
    cursor: pointer;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "|";
}
.breadcrumb-item:last-child{
    color: #3fbcaf;
}
.breadcrumb-item+.breadcrumb-item{
    padding-left: 24px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 24px;
    font-size: 0.6em;
    line-height: 24px;
}
/* breadcrumb */


/* bootstrap relative */
.btn-default {
    background: #263c90;
    color: #ffc52b;
    border: 0;
    text-transform: uppercase;
    padding: 22px;
    padding-top: 13px;
    padding-bottom: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    cursor: pointer;
}
.btn-default *{
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.btn-default:hover {
    background: #ffc52b;
    color: #263c90;
    font-weight: bold;
}


input.transparent-input { 
    border:none !important
}

.transparent-input {
   background-color: rgba(0, 0, 0, 0);
   border:none;
}

 input.transparent-input{
    background-color:rgba(0,0,0,0) !important;
    border:none !important;
}
.form-control{
    border: 1px solid #DEE3E5
}
.form-control::placeholder{
    color: #DEE3E5;
}
input.form-control[readonly]{
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: #3fbcaf;
    border-radius: 0;
    width: 200px;
    text-align: center;
    display: inline-block;
    margin-right: 12px;
}
input.form-control[readonly]:focus{
    box-shadow: none;
}
.dropdown-menu > .inner {
    max-height: calc(50vh - 1rem) !important;
}

.dropdown-toggle{
    border-radius: 6px;
    width: 370px;
    height: 50px;
    line-height: 37px;
    background-color: #ffffff00;
    border-color: #eef1f2;
    margin-bottom: 20px;
}
.dropdown-menu .inner{
    width: 370px;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    box-shadow: none;
}
.btn-light.dropdown-toggle, 
.show>.btn-light.dropdown-toggle{
    border-color: #DEE3E5;
}
.bootstrap-select .dropdown-toggle::after{
    border-top: .3em solid #3fbcaf;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
/* bootstrap relative */



/* download as pdf or submit or a.btn */
.downloadPDF, input[type="submit"], a.btn{
    width: 248px;
    margin: 10px auto;
    background-color: #ffc52b;
    color: #263c90;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
a.btn-reset{
    background-color: transparent;
    color: #263c90;
    border: 1px #263c90 solid;
}
.downloadPDF:hover, input[type="submit"]:hover, a.btn:hover{
    color: #fff;
    background-color: #3fbcaf;
}
a.btn-reset:hover{
    color: #fff;
    background-color: #263c90;
}
.downloadPDF > div{
    height: 18px;
    width: 1px;
    position: relative;
    background-color: #263c90;
    border-radius: 1px;
    display: inline-block;
    transform: translate(0 , 4px);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.downloadPDF:hover > div{
    background-color: #fff;
}
.downloadPDF > div::before, .downloadPDF > div::after{
    content: "";
    display: inline-block;
    background-color: inherit;
    height: 60%;
    width: 100%;
    transform-origin: bottom;
    transform: rotate(43deg);
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.downloadPDF > div::after{
    transform: rotate(-43deg);
}
.downloadPDF > span{
    display: inline-block;
    margin-left: 35px;
    font-size: 16px;
}


input[type="submit"]{
    border-radius: 0;
}
.btn_container{
	text-align: center;
    padding: 0px 15px;
}
.btn_div{
    text-align: center;
	margin-bottom:20px;
	display:inline-block;
}
a.btn{
    font-size: 13px;
    width: 200px;
    border-radius: 0px;
    line-height: 30px;
    margin: 0 auto;
}

.btn_div a.btn{
    width:auto;
	max-width:300px;
}
/* download as pdf or submit or a.btn */


/* back to */
.back_to_main .line{
    height: 1px;
    width: 900px;
    background-color: #eef1f2;
    margin: auto;
}
.back_to_btn{
    width: 133px;
    margin: 50px auto 80px auto;
    text-align: center;
    color: #263c90;
    font-size: 12px;
}
.back_to_btn:hover{
    color: #3fbcaf;
}
.back_d_icon{
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background-color: #ffc52b;
    margin: 0 auto 20px auto;
    display: block;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.back_to_btn:hover .back_d_icon{
    background-color: #3fbcaf;
}
.back_d_icon::before, .back_d_icon::after{
    content: "";
    display: inline-block;
    background-color: inherit;
    height: 1px;
    width: 20%;
    transform-origin: left;
    transform: rotate(38deg);
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 42%;
    top: 50%;
    background-color: #263c90;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.back_d_icon::after{
    transform: rotate(-38deg);
}
.back_to_btn:hover .back_d_icon::before, .back_to_btn:hover .back_d_icon::after{
    background-color: #fff;
}
/* back to */


/* filter normal */
.filterTitle{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #263c90;
	min-width:70px;
}
.filter_select ul{
    padding: 0;
}
.filter_select .filterBtn, .select_list li{
    display: inline-block;
    color: #9BA7AC;
    border: 1px #DEE3E5 solid;
    /* font-size: 13px; */
    font-size: 15px;
    text-transform: uppercase;
    width: 128px;
    max-width: 30%;
    margin: 0 1% 3% 0;
    border-radius: 3px;
    /* height: 30px;
    line-height: 30px; */
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-align: center;
}
.select_list li.twocolumn{
    width: 266px;
    max-width: unset;
}
.filter_select .filterBtn:hover, .select_list li:hover {
    color: #ffc52b;
    background-color: #1A2964;
}
.filter_select .filterBtn.active, .select_list li.active {
    color: #ffc52b;
    background-color: #263c90;
}
.fixedPicked{
    display: none;
}
/* filter normal */


/* pagination */
.paginationjs-pages, .dataTables_paginate{
    height: 30px;
    margin: 100px auto;
}
.dataTables_paginate{
    margin: 30px auto;
}
.dataTables_wrapper .dataTables_paginate{
    display: block;
    width: 100%;
    text-align: center;
}
.newscards .paginationjs-pages{
    margin: 50px auto 100px auto;
}
.catPhoto .paginationjs-pages{
    margin: 70px auto 100px auto;
}
.catVideos .paginationjs-pages{
    margin: 50px auto 100px auto;
}
.paginationjs-pages ul{
    padding: 0;
    margin: 0;
}
.paginationjs-pages ul li{
    display: inline-block;
}
.page-page, .dataTables_wrapper .dataTables_paginate .paginate_button{
    display: inline-block;
    margin: 0 8px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 !important;
    border: none !important;
    outline: none !important;
}
.page-page.active, .page-page:hover{
    color: #263c90;
    background: #ffc52b;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #263c90 !important;
    background: #ffc52b !important;
}
.page-prev, .page-next,
.page-first, .page-last,
.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.last{
    display: inline-block;
    padding: 0;
    margin: 0 20px;
    position: relative;
    color: #263c90 !important;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.last{
    color: #263c90 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    width: auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.first.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.last.disabled{
    pointer-events: none;
    opacity: 0.3;
    color: #000;
}
.page-first .page-icon, .page-prev .page-icon,
.page-last .page-icon, .page-next .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button .page-icon{
    position: absolute;
    content: "";
    display: inline-block;
    top: 49%;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background-size: contain;
    transform: translate(0,-50%);
}
.page-first .page-icon, .page-prev .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.first .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous .page-icon{
    left: 0;
}
.page-last .page-icon, .page-next .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.next .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.last .page-icon{
    right: 0;
}
.page-first:hover .page-icon, .page-prev:hover .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.first:hover .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover .page-icon{
    opacity: 1;
    transform: translate(-20px,-50%);
}
.page-last:hover .page-icon, .page-next:hover .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover .page-icon,
.dataTables_wrapper .dataTables_paginate .paginate_button.last:hover .page-icon{
    opacity: 1;
    transform: translate(20px,-50%);
}
.paginationjs-pages .disabled{
    pointer-events: none;
    opacity: 0.3;
    color: #000;
}
/* pagination */

@media (max-width: 1024px){

    /* filter normal */
    /* custom picker */
    .fixedPicked {
        font-size: 14px;
        width: 100%;
        display: block;
        max-width: unset;
        border-radius: 6px;
        height: 50px;
        line-height: 50px;
        background-color: #ffffff00;
        border: 1px #eef1f2 solid;
        padding-left: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        text-transform: uppercase;
    }
    .fixedPicked::after{
        display: inline-block;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid #3fbcaf;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        right: 20px;
        top: 50%;
    }
    .fixedPicker{
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0px;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: #000000bb;
        z-index: 200000;
        overflow: hidden;
        padding: 20px !important;
        transition: all .3s ease .1s;
        -webkit-transition: all .3s ease .1s;
    }
    .needCustom{
        display: none;
        opacity: 0;
        border-radius: 5px;
        background: #FFF;
        max-height: calc(100vh - 160px);
        position: absolute;
        top: 50%;
        left: 4%;
        width: 92%;
        transform: translate(0px, -50%);
        overflow: auto;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .needCustom li, .needCustom li.twocolumn{
        width: 100%;
        max-width: unset;
        margin: 0;
        font-size: 14px;
        color: #2b2a34;
        /* border-color: #ffffff00; */
        border-radius: 0;
        border-width: 0 0 0px 0;
        float: left;
    }
    .fixedPicker .needCustom li{
        pointer-events: none !important;
    }
    .fixedPicker.show{
        opacity: 1;
        pointer-events: auto;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
    }
    .fixedPicker.show .needCustom{
        background: transparent;
        display: block;
        opacity: 1;
        pointer-events: auto;
        transition: all .3s ease .1s;
        -webkit-transition: all .3s ease .1s;
    }
    .fixedPicker.show .needCustom li{
        background-color: #fff;
        opacity: 1 !important;
        pointer-events: auto !important;
        margin-top: -1px;
    }
    .fixedPicker.show .needCustom li.active{
        background-color: #263c90;
    }
    /* custom picker */
    /* filter normal */



    /* pagination */
    .paginationjs-pages, .dataTables_paginate{
        height: auto;
        margin: 60px 0;
        font-size: 12px;
    }
    .newscards .paginationjs-pages{
        margin: 10px auto 60px auto;
    }
    .catPhoto .paginationjs-pages{
        margin: 30px auto 60px auto;
    }
    .catVideos .paginationjs-pages{
        margin: 10px auto 60px auto;
    }
    .page-prev, .page-next, .page-first, .page-last,
    .dataTables_wrapper .dataTables_paginate .paginate_button.first,
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .dataTables_wrapper .dataTables_paginate .paginate_button.last{
        width: 20px;
    }
    .page-prev, .page-next, .page-first, .page-last, .page-page, .page-ellipsis,
    .dataTables_wrapper .dataTables_paginate .paginate_button.first,
    .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .dataTables_wrapper .dataTables_paginate .paginate_button.last,
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin: 0 calc(5% - 12px);
    }
    .page-first .page-icon, .page-prev .page-icon, 
    .page-last .page-icon, .page-next .page-icon,
    .dataTables_wrapper .dataTables_paginate .paginate_button .page-icon{
        opacity: 1;
        position: relative;
    }
    .page-first .page-tip, .page-prev .page-tip, 
    .page-last .page-tip, .page-next .page-tip,
    .dataTables_wrapper .dataTables_paginate .paginate_button .page-tip{
        display: none;
    }
    /* pagination */

    
    .dropdown-menu > .inner {
        max-height: 260px !important;
    }
    
}