.news-story-page .container{
    max-width:1300px;
    }
.w-1300{
    max-width:1300px;
}
.news-story-page .bg-gray>.container {
    background-image: repeating-linear-gradient(90deg,#f6f5f5,#f6f5f5 75%,transparent 0,transparent);
    min-height: 325px;
    max-width:1300px;
}
.news-story-page .bg-gray {
    background:#f6f5f5;
}
.breadcrumbs-disclosure {
    padding-top: 0.9em;
    margin-bottom: 16px;
}
.breadcrumbs-disclosure .breadcrumbs {
    font-size: 0;
    padding-left: 0;
}
.breadcrumbs-disclosure .breadcrumbs ul {
    margin-top: 0;
    padding:0;
}
.breadcrumbs-disclosure .breadcrumbs li {
    display: inline;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
}
.breadcrumbs-disclosure .breadcrumbs a {
    color: #434242;
}
/* .breadcrumbs-disclosure .breadcrumbs li:not(:last-child):after {
    content: "\f054";
    font-family: Font Awesome\ 5 Pro,fantasy;
    font-size: .8em;
    font-weight: 900;
    margin: 0 0.4em;
} */
.news-story-page .banner-main-image {
    margin-bottom: 18px;
    margin-left: 20px;
    max-width: 50.625%;
    position: relative;
}
.news-story-page .banner-main-image img {
    max-height: 370px;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.news-story-page .categoryTag.no-banner {
    bottom: 18px;
}
.news-story-page .categoryTag {
    position: absolute;
    right: 18px;
}
.categoryTag {
    display: inline-block;
    color: #fff;
    min-width: 104px;
    min-height: 29px;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 29px;
}
.category-color03 {
    background-color: #6ce606;
    color: #ffffff;
}

.header-wrapper-h1.font-default h1 {
    font-size: 52px;
}
.header-wrapper-h1 p{
    font-size: 19px;
    color: #012b3f;
    margin-top: 15px;
    text-align: center;

}
.homepage-2 .main-article-wrapper .article-title, .homepage .main-article-wrapper .article-title, h1 {
    padding: 0.3em 0.2em 0em !important;
}
.header-wrapper-h1.font-default h1 {
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #012b3f;
    font-size: 50px;
    line-height: 1.2;
    padding: 0;
    font-weight: 700;
    letter-spacing:-1px;
    font-family:Trebuchet MS, roboto, ubuntu, sans-serif !important;
    
}
.page-content h2,h3,h4{
    font-family:Trebuchet MS, roboto, ubuntu, sans-serif !important; 
    letter-spacing:-1px;
}
.news-story-page .author-id {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
    padding-bottom: 1em;
    position: relative;
    float:left;
}
.news-story-page .author-info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 16px;
    padding-top: 0.4em;
}
.news-story-page .author-info .label {
    margin-bottom: 0.25em;
}
.news-story-page .author-info p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.news-story-page .author-info .story-author {
    align-items: center;
}
.news-story-page .author-info p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
.news-story-page .author-info .story-author .story-author-name {
    display: flex;
    float: left;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    color: #012b3f;
    cursor: pointer;
    line-height: 1.3;
}
.news-story-page .author-info .sep {
    margin: 0 1em;
}
.news-story-page .modified-date {
    line-height: 1;
    font-size: 15px;
    margin: 7px 0 5px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.banner-main-image{
    float:right;
}

.news-story-page .social-media-buttons {
    overflow: hidden;
    text-decoration:none;
    list-style:none;
    margin:1em 0 1.4em;
    padding:0px;
}

.news-story-page .social-media-buttons li {
    float: left;
    margin-right: 8px;
}
.news-story-page .social-media-buttons .fa {
    font-size: 2.5em;
    transition: opacity .15s linear;
}
.news-story-page .fa-facebook-square {
    color: #3b5998;
}
.news-story-page .social-media-buttons .fa {
    font-weight: 400;
}
.news-story-page .fa-twitter-square {
    color: #1da1f2;
}
.news-story-page .fa-pinterest-square {
    color: #bd081c;
}
.news-story-page .fa-whatsapp-square {
    color: #25d366;
}
.news-story-page .fa-linkedin {
    color: #fff;
    padding-right: 8px;
    padding-left: 5px;
}
#wrapper {
/* padding-left: 250px; */
transition: all 0.4s ease 0s;
margin-top:30px;
}

#sidebar-wrapper {
/* margin-left: -250px;
left: 250px;
width: 250px; */

/* position: fixed;
height: 100%;
overflow-y: auto;
z-index: 1000; */
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e3eb;
}

#wrapper.active {
padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
left: 0;
}

#page-content-wrapper {
width: 100%;
}



.sidebar-nav {
/* position: absolute; */
/* top: 0;
width: 250px; */
list-style: none;
margin: 0;
padding: 0;
}

.sidebar-nav li {
line-height: 40px;

}

.sidebar-nav li a {
color: #012b3f;
display: block;
text-decoration: none;

}

.sidebar-nav li a span:before {
color: #41484c;
text-align: center;
width: 20px;
line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
color: #012b3f;
background: rgba(255,255,255,0.2);
text-decoration: underline;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
text-decoration: none;
}

.sidebar-nav > .sidebar-brand {

font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
color: #012b3f;
}

.sidebar-nav > .sidebar-brand a:hover {
color: #012b3f;
background: none;
}



.content-header {
height: 65px;
line-height: 65px;
}

.content-header h1 {
margin: 0;
margin-left: 20px;
line-height: 65px;
display: inline-block;
}

#menu-toggle {
    text-decoration: none;
}

.btn-menu {
color: #000;
} 

.inset {
padding: 20px;
}

@media (max-width:767px) {

#wrapper {
padding-left: 0;
}

#sidebar-wrapper {
left: 0;
}

#wrapper.active {
position: relative;
left: 250px;
}

#wrapper.active #sidebar-wrapper {
left: 250px;
width: 250px;
transition: all 0.4s ease 0s;
}

#menu-toggle {
display: inline-block;
}

.inset {
padding: 15px;
}

}

#page-content-wrapper p{
    line-height: 25px;
    font-size: 15px;
    margin-bottom:20px;
}
#page-content-wrapper h2{
    margin-bottom: 20px;
    color: #012b3f;
    text-decoration:underline;
    
}
.page-content h3 {
    font-size: 25px;
    color: #012b3f;
    

}
.sidebar-wrapper h5{
    color: #012b3f;
}
#share-btn-container{
    margin-top:20px;
    float:right;
}

@charset "UTF-8";

#share-btn-container .svg-inline--fa {
vertical-align: -0.200em;
}

#share-btn-container .rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 0.7rem;
    font-weight: normal;
    line-height: 0.5em;
    border-radius: 0.3rem;
    transition: all 0.5s ease;
    /* margin-right: 0.1rem; */
    margin-bottom: 0.25rem;
    padding-top: 6px;
}

#share-btn-container .rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
}

#share-btn-container .rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
font-size: 18px;
}

#share-btn-container .rounded-social-buttons .social-button.facebook {
background: #3b5998;
}

#share-btn-container .rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
color: #3b5998;
background: #fefefe;
border-color: #3b5998;
}

#share-btn-container .rounded-social-buttons .social-button.twitter {
background: #55acee;
}

#share-btn-container .rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
color: #55acee;
background: #fefefe;
border-color: #55acee;
}

#share-btn-container .rounded-social-buttons .social-button.linkedin {
background: #007bb5;
}

#share-btn-container .rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
color: #007bb5;
background: #fefefe;
border-color: #007bb5;
}

#share-btn-container .rounded-social-buttons .social-button.youtube {
background: #bb0000;
}

#share-btn-container .rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
color: #bb0000;
background: #fefefe;
border-color: #bb0000;
}

#share-btn-container .rounded-social-buttons .social-button.instagram {
background: #125688;
}

#share-btn-container .rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
color: #125688;
background: #fefefe;
border-color: #125688;
}
#share-btn-container .fa-twitter {
padding-right:0px !important;
background: #55acee !important;
}
#share-btn-container .fa-twitter:hover {
background: #fefefe !important;
color:#55acee;
}
#share-btn-container .fa-instagram {
padding-right:0px !important;
background: #125688;
}
#share-btn-container .fa-instagram:hover {
color: #125688;
background: #fefefe !important;
}
.blog-content-sitebar {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.archive-category-flexible .content-elements {
    background-color: rgba(246,245,245,.6);
}
.archive-category-flexible .content-elements .content-section {
    padding: 38px 0 24px;
}
.widgetWrapper {
    margin-top: 56px;
}
.archive-category-flexible .header-wrapper {
    margin-bottom: 32px;
}
.widgetWrapper .header-wrapper:first-child, .widgetWrapper h3:first-child, .WYSIWYG {
    margin-top: 0;
}
.widgetWrapper div {
    line-height: 1.8;
}
.header-wrapper h2 {
    background-image: linear-gradient(180deg,transparent 7%,#012b3f 0,#012b3f 93%,transparent 0);
    color: #fff;
    display: inline;
    font-size: 30px;
    line-height: 1.5;
    padding: 0.3em;
    font-weight: 700;
    margin-top:0px;
    font-family: Trebuchet MS, roboto, ubuntu, sans-serif !important;
    }
.latestPostsThumbnailsThreeFourInRow .flex-row {
    
    display: flex;
    flex-wrap: wrap;
}
.row.normal {
    margin: 0 -15px;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper.four-in-a-row {
    position: relative;
    width: 25%;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper {
    transition: transform .2s linear;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper {
    -ms-flex-positive: 0;
    -ms-flex-negative: 1;
    -ms-flex-item-align: auto;
    align-self: auto;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 0;
    padding: 0 15px;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper a.post-link {
    position: relative;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper a.post-link {
    box-orient: vertical;
    box-direction: normal;
    background-color: #fff;
    color: inherit;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper a.post-link:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .25s ease;
    background-color: #fff;
    outline: 1px solid #e7e7e7;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper.four-in-a-row a.post-link .img-wrapper {
    margin-bottom: 17px;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper a.post-link .img-wrapper {
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -ms-flex-item-align: auto;
    align-self: auto;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 13px;
    max-width: 100%;
    position: relative;
    width: 100%;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper a.post-link .img-wrapper .thumb-img {
    display: block;
    height: auto;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper a.post-link .content-wrapper {
    z-index: 1;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper a.post-link .content-wrapper {
    box-orient: vertical;
    box-direction: normal;
    display: -moz-flex;
    display: flex;
    flex: 1 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper.four-in-a-row a.post-link .content-wrapper .thumb-title {
    margin-bottom: 8px;
    padding: 0 10px;
    color: #012b3f;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper a.post-link .content-wrapper .thumb-title {
    font-size: 22px;
    line-height: 1.09;
    padding: 0 13px;
    margin-bottom: 17px;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper a.post-link .content-wrapper .thumb-title {
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -ms-flex-item-align: auto;
    align-self: auto;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    word-break: break-word;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper.four-in-a-row a.post-link .content-wrapper .post-meta {
    padding: 0 10px 13px;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper a.post-link .content-wrapper .post-meta {
    -ms-flex-positive: 0;
    -ms-flex-negative: 0;
    -ms-flex-item-align: auto;
    align-self: auto;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper a.post-link .content-wrapper .post-meta .author-name {
    font-weight: 400;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper.four-in-a-row .category-tag-wrapper {
    position: absolute;
    right: 22px;
    top: 130px;
}
.category-color03 {
    background-color: #6ce606;
    
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper.four-in-a-row .category-tag-wrapper .category-tag {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 1.4;
    margin-left: 10px;
    min-height: 30px;
    padding: 0 14px;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper a.post-link:hover {
    text-decoration: none;
}
.latestPostsThumbnailsThreeFourInRow .row .post-wrapper a.post-link:hover:before {
    transform: scale(1.1);
    box-shadow: 5px 8px 34px rgb(0 0 0 / 20%);
}
.archive-category-flexible .archive-elements.odd {
    background-color: rgba(246,245,245,.6);
}
.archive-category-flexible .archive-elements .archive-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item {
    width: 46%;
    
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a {
    display: flex;
    padding: 20px 15px;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a .imgWrapper {
    flex: 0 0 185px;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a .imgWrapper img {
    width: 100%;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper {
    padding-left: 15px;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 5px;
    color: #012B3F;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper .details {
    font-size: 14px;
    color: #012B3F;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper .details .authorName, .archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper .details .authorPublish {
    padding-right: 20px;
}
archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper .details .authorPublish {
    padding-right: 20px;

}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper .details .fa-calendar-alt, .archive-category-flexible .archive-elements .archive-wrapper .archive-item a .infoWrapper .details .fa-eye {
    padding-right: 8px;
}
.archive-category-flexible .archive-elements .archive-wrapper .archive-item a:hover {
    text-decoration: none;
    color: #434242;
    box-shadow: 5px 8px 34px rgb(0 0 0 / 20%);
}
.content-elements {
    background-color: rgba(246,245,245,.6);
}
.archive-category-flexible .content-elements .content-section {
    padding: 5px 0px 50px;
}
.archive-category-flexible{
    margin-top:30px;
}
#page-content-wrapper p{
    font-size:18px;
    color:#012b3f;
}
#sidebar-wrapper h5{
    color:#012b3f;
}
.faqHeader {
    font-size: 27px;
    margin: 20px;
}
.faq_answer p{
    font-size: 18px;
    color: #012b3f;
}
.panel-heading [data-toggle="collapse"]:after {
    font-family: 'FontAwesome';
    content: "\f078"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
/*    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); */
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
/*    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); */
    color: #454444;
}

.faq_num {
    
    float: left;
}
.faq_num .faq_question{
margin-top: 0px;  
color: #012b3f; 
border-bottom: 1px solid #999;
line-height: 2.1;
}

.site_content h2{
    color: #012b3f; 
    text-decoration:underline;
}
.faq_num .icon-round {
    width: 50px;
    line-height: 50px;
}
.faq_num .icon-space .icon-round {
    font-size: 35px;
    color: #fff;
}
.faq_num .bg-success-gradiant {
    background: #6ce606;
    background: -webkit-linear-gradient(legacy-direction(to right),#6ce606 0%,#13b0b4 100%);
    background: -webkit-gradient(linear,left top,right top,from(#6ce606),to(#13b0b4));
    background: -webkit-linear-gradient(left,#6ce606 0%,#13b0b4 100%);
    background: -o-linear-gradient(left,#6ce606 0%,#13b0b4 100%);
    background: linear-gradient(to right,#6ce606 0%,#13b0b4 100%);
}
.page-content ul li {
    line-height: 30px;
    color: #012b3f;
    font-size: 18px;
    padding-left: 5px;
}
.page-content ul {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.page-content ul li i {
    color: #6ce605;
    font-size: 18px;
}
.page-content ul li a{
    color:#012b3f;
}
.page-content ul li a:hover{
    color:#6CE606;
}
.page-content a{
    color:#6CE606;
    font-weight:600;
}
.page-content a:hover{
    color:#012b3f;
}
.faq_answer{
    margin-top:20px;
}
.faq h3{
    border-bottom: 1px solid #6c757d;
    line-height: 1.8em;
}
@media only screen and (max-width: 800px)
{
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper.four-in-a-row {
width: 100% !important;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper{
    margin-bottom:20px !important;
}
.header-wrapper-h1.font-default h1{
    font-size:30px;
    text-align:left;
}
.header-wrapper-h1 .px-5{
    padding-left:0rem !important;
    padding-right:0rem !important;
    text-align:left;
}
.banner-information .pl-5{
    padding-left: 0rem!important;
}
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper.four-in-a-row .category-tag-wrapper{
    display:none;
}
}
@media only screen and (max-width: 1100px)
{
.latestPostsThumbnailsThreeFourInRow .flex-row .post-wrapper.four-in-a-row {
width: 50%;
}
}