<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.pg_wrap {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container.pg_wrap {
    padding-right: 1px;
    padding-left: 1px;
    background: /*#F0F1F5*/
    #D96A7A;
}

.pg-inside .container.pg_wrap {
    background: #F0F1F5;
}

.home .flex-banner-block {
    position: absolute;
    top: 150px;
    clear: both;
    height: 500px;
    z-index: 0 !important;
}

.w3ls_header_top {
    padding: 0;
    background: rgba(248, 248, 248, 0.7);
    border-top: 3px solid #4E5163;
    border-bottom: 0px solid #e7e7e7;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.panel-home-guts,
.panel-default.panel-home-guts {
    /* box-shadow: 0 0px 1px 1px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
    -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;*/
}

.panel-home-guts-wrap {
    padding: 10px 25px;
    min-height: 350px;
    width: 100%;
    margin: 0;
    display: block;
    clear: both;
    padding-right: 30px;
    border-right: 0px solid #ececec
}

@media only screen and (max-width: 767px) {
    .panel-home-guts-wrap {
        padding: 0px;
        border: none;
    }
}

.panel-home-guts.noborder .panel-home-guts-wrap {
    padding-top: 0;
}

.card .grid-item .panel-home-guts {
    margin-bottom: 0px;
}

.panel-home-guts .panel-heading {
    background: none;
}

.panel-home-guts .panel-body {
    padding: 8px 20px;
}
 


/* Top Search
=================================*/

.top-search {
    width: 100%;
    background-color: rgba(253, 163, 36, 0.5);
    padding: 13px 15px;
    /*margin-top: 100px;*/
    margin-left: auto;
    margin-right: auto;
    display: none;
    z-index: 40;
}

.top-search * {
    font-size: 1.2em !important;
}

.top-search input.form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    /*color: #fff;*/
    height: 1.5em;
    padding: 0 15px;
    text-align: center;
}

.top-search input.form-control::placeholder {
    color: #C5112E;
}

.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.top-search .input-group-addon.close-search {
    cursor: pointer;
}

.main-overlay {
    position: fixed;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .87);
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, transform .3s ease-in-out
}

.main-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out 0s, visibility .3s ease-in-out, transform .3s ease-in-out
}

@media (max-width: 67.4375em) {
    .main-overlay.is-visible {
        transform: translateX(-260px)
    }
    .nav-on-left .main-overlay.is-visible {
        transform: translateX(260px)
    }
    .main-overlay.is-visible.search-is-visible,
    .nav-on-left .main-overlay.is-visible.search-is-visible {
        transform: translateX(0)
    }
}


/* ============================================================================================= 
** @begin :: IMAGE CAPTIONS
** --------------------------------------------------------------------------------------------- */

div.caption {
    max-width: 290px;
    padding: 0px;
    border: 0px solid #666;
    margin: 5px;
    text-align: center;
    background-color: #FFFFFF;
}

div.caption p.caption-title {
    width: 100%;
    border: 0px solid;
    margin: 0;
    padding: 5px;
    text-align: center;
    font-family: Sans-serif;
    font-size: 11px;
    line-height: normal;
    background-color: #f8f8f8;
}

div.caption img {
    margin: 0;
    padding: 7px;
}


/* ============================================================================================= */


/* @begin :: ACCORDION CONTENT
/* --------------------------------------------------------------------------------------------- */

.accordion-wrap h3 {
    font-size: 16px;
}

.accordion-box {
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}

.accordion-box .accordion-header {
    cursor: pointer;
    position: relative; 
    margin-top: 7px;
    zoom: 1;
    border: 1px solid #E8E8E8;
    background: #F8F8F8; 
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
 
.accordion-box .accordion-header:hover {
    background: #E8E8E8;
} 

.accordion-box .accordion-header a {
    display: block;
    font-size: 110%; 
    font-weight: 500;
    text-decoration: none; 
    padding: 10px 10px 10px 20px; 
    color: #313435; 
}
.accordion-box .accordion-header a:after {
    content: "+";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
}
.accordion-box .accordion-header-active a:after {
    content: "-";
} 

.accordion-box .accordion-header a span {
    font-size: 100%;
    color: #c3c3c3;
    font-weight: normal;
}

.accordion-box .accordion-content {  
    padding: 0.5em 1em 1em 20px;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 5px;
    overflow: auto;
    display: none;
    zoom: 1;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
} 

.accordion-box .accordion-content,
.accordion-box .accordion-header-active {
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #555555;
}

.accordion-box .accordion-header-active:hover {
    background: #fff !important;
}

.accordion-box .accordion-header-active {
    border-bottom: 0 !important;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.accordion-box .accordion-header-active a:hover {
    color: #CF3D3D;
}

.accordion-box .accordion-header-active a {
    color: var(--e-global-color-primary);
}

.accordion-box .accordion-content-active {
    border-top: 0 !important;
    display: block; overflow: hidden;
}

a.accd-show,
a.accd-close {
    font-size: 90%;
    color: #690;
}

.accd-com {
    padding: 0px 5px 0px;
    text-align: right;
    margin-top: -10px
}


/* ============================================================================================= */


/* @begin :: FORMS - VALIDATION
/* --------------------------------------------------------------------------------------------- */

input[type="radio"],
input[type="checkbox"],
input.radio {
    display: inline-block !important;
    padding: 0 10px 0 10px !important;
    margin-top: 0 !important;
    height: 20px;
    float: left;
    margin-left: 0px;
    width: 30px !important
}

input.error,
textarea.error,
select.error {
    border: 1px solid #FF0000 !important;
    background: /*url("../image/icons/invalid.png") no-repeat 100% 7px*/
    #FEF7F7 !important;
}

select.error,
input.txtright.error {
    background-position: 3px 50% !important;
    padding-left: 17px;
}

input[type=radio].error,
input[type=checkbox].error {
    padding-left: 80px !important;
    width: 30px !important;
    margin: 0 !important;
    display: inline-block !important;
    background: #ff0000 !important;
}

input[type=radio].error:after,
input[type=checkbox].error:after {
    content: "!";
    display: block;
    color: #f00;
}

label.label-checkbox input.error {
    color: #f00 !important;
}

label.error,
span.error {
    font-size: 11px;
    color: #FF0000 !important;
    display: none;
    font-weight: normal;
    background: none;
    text-transform: none;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}

div.errorBox {
    background-color: #fee;
    color: #400;
    border: 2px #844 solid;
    padding: 10px;
    /*font-size: 120%;*/
    margin: 5px 0;
    text-align: center;
    display: none;
}

input#nah_snd {
    float: left;
    visibility: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

.form-mimic {
    border-width: 1px;
    border: 1px solid #E9EBEE;
    border-left-width: 3px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #90949c;
    font-size: 100%;
}

.form-mimic:hover {
    background-color: #F7F7F7;
}


/* ============================================================================================= */


/* @begin :: CRM / HELPDESK REPLIES
/* --------------------------------------------------------------------------------------------- */

#feed_wrap {
    margin: 5px 0;
    border-top: 1px solid #e5e6e9;
}

.feed-avatar {
    background: #535c6a;
    background-size: contain;
    border-radius: 50%;
    height: 39px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 19px;
    width: 39px;
}

.feed-date {
    color: #90949c;
}

.feed-avatar.feed-avatar-Y img {
    background-color: #fff;
}

.feed-avatar img {
    width: 39px;
    height: 39px;
}

.feed-block {
    display: block;
    min-height: 40px;
    overflow: hidden;
    padding: 10px 25px 10px 12px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
}

.feed-block:hover {
    background-color: #f6f7f9;
    border-bottom-color: #f2b0f2;
}


/* ============================================================================================= */


/* @begin :: RESOURSE AND GALLERY COLUMNS
/* --------------------------------------------------------------------------------------------- */

ul.column.column_full li {
    width: 100%/*33.3%*/
    ;
    margin: 0 !important;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    border: 0px solid #03C;
}

ul.column.column_full li div.block {
    background: none;
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 0px;
    padding: 5px !important;
    border: 1px dotted #E5E6E7;
    border-width: 0px 0px 1px 0;
}

ul.column.column_full li div.block .carChopa {
    display: inline-block;
    float: left;
    border: 1px solid #F9F9F9;
    width: 150px;
    height: 60px;
}

ul.column.column_full li div.block .carTitle {
    display: block;
    margin-left: 155px;
    border: 0px solid #f00;
}


/* ============================================================================================= */


/* GALLERY COLUMNS
/* --------------------------------------------------------------------------------------------- */

.wrap_gallery {
    padding: 0px 0px 0px;
    width: 100%;
    border: 0px solid #FFFEDE;
    display: block;
}

ul.column {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 0px solid #F00;
}

ul.column li {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul.column li div.block {
    height: auto/*185px*/
    ;
    display: block;
    margin: 0px;
    padding: 0;
    border: 1px solid #E5E6E7;
    overflow: hidden;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.column li div.block:hover {
    background-color: #F9F9F9;
}

ul.column li div.block .project_name {
    text-transform: capitalize;
}

ul.column li div.block .carChopa {
    display: block;
    border: 0px solid #fff;
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-bottom: 5px;
    background: none;
    text-align: center !important;
    padding: 0px;
}

ul.column li div.block .carChopa img {
    width: auto;
    /*max-width:200px;height:200px;*/
}

ul.menu-column li {
    text-align: center;
    width: 33.3%;
    /*font-size: 14px;*/
    color: #828282;
    position: relative;
}

ul.menu-column li a.menu-column-main {
    color: #58635b;
    font-size: 100%;
    font-weight: bold;
}

ul.menu-column li .menu-column-subs {
    font-size: 95%;
    color: #828282;
    display: block;
    text-align: center;
    /*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/
}

ul.menu-column li div.block {
    background: transparent !important;
    border: none;
    padding: 0 5px 5px;
    position: relative;
}

ul.menu-column li div.block .carChopa,
.profile_pic {
    position: relative;
    margin: 0 auto 5px;
    border: 0px solid #F00;
    height: auto;
    width: 250px;
    overflow: hidden !important;
    display: block;
}

.profile_pic,
.profile_pic .gutChopa {
    height: 180px;
    width: 180px;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.profile_pic .gutChopa img,
.profile_pic img {
    height: auto;
    min-height: 100%;
    width: 100%;
}

ul.menu-column li div.block .carChopa.menuborder {
    border: 2px solid #F3F3F3;
}

ul.menu-column li div.block .carChopa img {
    height: 170px;
    min-width: 170px;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}


/* ============================================================================================= */


/* GALLERY COLUMNS
/* --------------------------------------------------------------------------------------------- */

.wrap_gallery {
    padding: 0px 0px 0px;
    width: 100%;
    border: 0px solid #FFFEDE;
    display: block;
}

ul.column {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    border: 0px solid #F00;
}

ul.column li {
    float: left;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

ul.column li div.block {
    height: auto/*185px*/
    ;
    display: block;
    margin: 0px;
    padding: 0;
    border: 1px solid #E5E6E7;
    overflow: hidden;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.column li div.block:hover {
    background-color: #F9F9F9;
    -moz-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, .15);
    -webkit-box-shadow: 0 2px 6px 0 rgba(51, 51, 51, .15);
    box-shadow: 0 2px 6px 0 rgba(51, 51, 51, .15);
    top: -3px;
    transition: all 0.3s ease;
}

ul.column li div.block .project_name {
    text-transform: capitalize;
}

ul.column li div.block .carChopa {
    display: block;
    border: 0px solid #fff;
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 5px;
    background: none;
    text-align: center !important;
    padding: 0px;
}

ul.column li div.block .carChopa img {
    width: auto;
    /*max-width:200px;height:200px;*/
}

ul.menu-column li {
    text-align: center;
    width: 33.3%;
    /*font-size: 14px;*/
    color: #828282;
    position: relative;
}

ul.menu-column li a.menu-column-main {
    color: #58635b;
    font-size: 100%;
    font-weight: bold;
}

ul.menu-column li .menu-column-subs {
    font-size: 95%;
    color: #828282;
    display: block;
    text-align: center;
    /*overflow: hidden; text-overflow: ellipsis; white-space: nowrap;*/
}

ul.menu-column li div.block {
    background: transparent !important;
    border: none;
    padding: 0 5px 5px;
    position: relative;
}

ul.menu-column li div.block .carChopa,
.profile_pic {
    position: relative;
    margin: 0 auto 5px;
    border: 0px solid #F00;
    height: auto;
    width: 250px;
    overflow: hidden !important;
    display: block;
}

.profile_pic,
.profile_pic .gutChopa {
    height: auto; /* 180px; */
    width: 180px;
    -moz-border-radius: 100%;
    -khtml-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.profile_pic .gutChopa img,
.profile_pic img {
    height: auto;
    min-height: 100%;
    width: 100%;
}

.wrap_profiles .profile_pic,
.wrap_profiles .profile_pic .gutChopa { height: 180px !important; }



ul.menu-column li div.block .carChopa.menuborder {
    border: 2px solid #F3F3F3;
}

ul.menu-column li div.block .carChopa img {
    height: 170px;
    min-width: 170px;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

ul.column.column_third li,
ul.column.column_half li {
    width: 50%;
    float: left;
    padding: 0px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

ul.column.column_third li div.block,
ul.column.column_half li div.block {
    height: auto;
    display: block;
    margin: 5px;
    padding: 0;
    border: 1px solid #E5E6E7;
    /*border-width: 0px 1px 1px 0;*/
    position: relative;
    min-height: 110px;
}

ul.column.column_third li div.block {
    height: auto;
    display: block;
    margin: 3px;
    padding: 0px;
    border: 1px dotted #E5E6E7;
    border-width: 1px;
    position: relative;
    min-height: 80px;
}

ul.column.column_third li div.block .carChopa img,
ul.column.column_half li div.block .carChopa img {
    width: auto;
    min-width: 95%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
}

ul.column.column_half li div.block .carTitle,
ul.column.column_half li div.block .carCont {
    display: block;
    margin-left: 145px;
    border: 0px solid #f00;
}

ul.column.column_half li div.block .carTitle {
    font-size: 108%;
}

ul.column.column_third li div.block a.carTitle {
    font-size: 16px;
    display: block;
    background: #f1f1f1;
    padding: 5px;
    border-bottom: 1px dotted #E5E6E7;
}

ul.column.column_third li {
    width: 33.3%;
    margin: 1px 0px 5px 0;
    display: inline-block;
    vertical-align: top;
    float: left;
}

ul.column.column_half li:nth-child(even) {
    clear: right;
}

ul.column.column_third li:nth-child(3) {
    clear: right;
}


/*ul.column.column_third li:nth-child(4){ clear: left; }*/

ul.column.column_half li.col_clear,
ul.column.column_third li.col_clear {
    width: 100% !important;
    clear: both;
}

@media (max-width: 1024px) {
    ul.column.column_third li {
        width: 50%;
    }
    /*ul.column.column_third li:nth-child(even){ clear: right; }*/
    ul.column.column_third li:nth-child(even):after {
        content: "";
        clear: both !important;
    }
    ul.column.column_third li.col_clear {
        display: none !important;
    }
    /*ul.column.column_third li:nth-child(3){ clear: none; }*/
    /*ul.column.column_third li:nth-child(2){ clear: right; }*/
    /*ul.column.column_third li:nth-child(3){ clear: left; } */
}

@media (max-width: 575px) {
    ul.column.column_half li,
    ul.column.column_third li {
        width: 100%;
    }
}

ul.column.column_half li div.block.gallery_side a .carChopa {
    width: 100%;
    height: 150px;
}

.nav_dloads,
.nav_dloads li,
.cont_dloads,
.cont_dloads li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*.nav_dloads, .cont_dloads {
    border: 0px solid #000;
    margin: 0px;
    padding: 0px 5px 0px 0; 
}*/

.cont_dloads li .block {
    border: 1px solid #dfdfdf;
    /*background: #f5f5f5;*/
}

.cont_dloads li a {
    padding-top: 2px !important;
    padding-bottom: 3px !important;
    font-size: 105%;
    /*color: var(--main-brown-hex);*/
}

ul.column li div.padd_list,
.padd_list {
    padding: 15px !important;
    border: 1px solid #efefef;
    border-radius: 5px;
}


/* ============================================================================================= 
** @begin :: DIRECTORY PLACEHOLDERS
** --------------------------------------------------------------------------------------------- */

ul.column.biz_dir li {
    width: 33.3%;
    margin: 1px 0px 5px 0;
    display: inline-block;
    vertical-align: top;
    float: none;
    border: 0px solid #03C;
}

ul.column.biz_dir li div.block {
    background: none;
    margin: 0px 5px 5px 0px;
    padding: 10px;
    padding-bottom: 0px;
}


/* .NormalPlaceholder {} */

.NormalPlaceholder .placeholderwrap {
    position: relative;
    display: block;
    padding: 5px;
}

.NormalPlaceholder .placeholdermore {
    display: block;
    text-align: right;
    border-top: 1px dotted #d2d2d2;
    background: url(../image/icons/arrow_more_down.png) no-repeat 50% 50%;
    height: 20px;
}

.NormalPlaceholder.active {
    padding: 0px;
}

.NormalPlaceholder.active .placeholderwrap {
    padding-right: 10px !important;
    min-height: 100px;
}

.NormalPlaceholder.active .block {
    border: 1px solid #000 !important;
    position: absolute;
    /*margin:0 5px 0 0;*/
    width: 95%;
    background: #F8F8F8 !important;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .4);
    z-index: 1000 !important;
    padding-bottom: 15px !important;
}

.NormalPlaceholder.active .placeholdermore {
    display: none;
}


/* ============================================================================================= */


/* @begin :: NAV_CRUMBS
/* --------------------------------------------------------------------------------------------- */

.breadcrumb {
    border: solid 0px #F2EBA2;
    border-width: 0px;
    border-radius: 0px 0px 0px 3px;
    margin-bottom: 0px; 
    line-height: 1;
    background-color: transparent;
    padding-top: 0px;
    display: block;
    padding-bottom: 0;
}

.breadcrumb a {
    display: inline-block;
    padding-left: 0px;
    padding-right: 3px;
    text-decoration: none !important;
}
.breadcrumb,
.breadcrumb a { font-size: 85%;  color: #999 !important; }


/* .breadcrumb a.last {} */

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumbpadd {
    padding: 10px 12px;
    border: 0px solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* ============================================================================== 
/*	@custom Header
/* ------------------------------------------------------------------------------ */

header {
    width: 100%;
    /*box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 ); z-index: 30000;*/
}

#headr {
    height: auto;
    padding-top: 0px;
    padding-left: 0;
    display: block;
    /* position:fixed;*/
    top: 0;
    width: 100%;
    z-index: 900;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

#headr #headr_guts {
    background: var(--color_gray_one_hex);
    margin: 0 auto;
    height: 100%;
    position: relative;
    border-bottom: 3px solid var(--main-blue-hex);
}

#headr .head-logo {
    position: relative;
    padding-top: 0px;
    overflow: visible;
}

#headr .head-navs {
    position: relative;
    margin-top: 10px;
    /*padding-right: 0; position: absolute; bottom: 0px; right: 0px*/
}

#headr .head-navs .navbar-special a {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid;
}

#headr .head-navs .navbar-special a#slide-search {
    font-weight: normal;
    text-decoration: none;
    border-bottom: 0px solid;
}

#headr .head-logo #vector_logo {
    width: 320px;
    height: 80px;
    padding: 0;
    margin: 0;
    text-indent: -9000px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* #headr .head-logo #vector_logo a {
    background: url(../image/) 50% 50% no-repeat transparent;
    background-size: 95% auto;
    display: block;
    height: 100%;
    width: 100%;
    margin-bottom: 3px;
    z-index: 99 !important;
    position: relative;
} */

#headr .brown_bar {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
    background: rgba(var(--main-brown-rgb), 1);
    z-index: 0 !important
}

.region-top-menu {
    min-height: 50px !important;
}

.topmenublock&gt;ul {
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
}

.topmenublock&gt;ul li {
    display: inline-block;
    text-align: center;
    width: 75px;
    min-width: 62px;
    max-width: 90px;
}

.topmenublock&gt;ul li:hover a,
.topmenublock&gt;ul li:active a,
.topmenublock&gt;ul li:focus a,
.topmenublock&gt;ul li.active a {
    color: rgba(255, 255, 255, 1);
}

.topmenublock&gt;ul li a {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topmenublock&gt;ul li.current a {
    color: rgba(var(--widget-brown-rgb), 1);
}

.topmenublock&gt;ul li a:hover {
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

.topmenublock&gt;ul li a i {
    clear: both;
    display: block;
    margin: 0 auto 4px;
    font-size: 26px;
}

#block-topmenublock {
    padding-right: 50px;
}

#block-topmenuuser&gt;ul li a {
    color: #5A862E;
}

#block-topmenuuser&gt;ul li ul.dropdown-menu li a {
    color: rgba(0, 0, 0, 0.6);
}

.topmenublock&gt;ul li ul.dropdown-menu {
    padding-top: 0px;
    top: 90%;
}

.topmenublock&gt;ul li ul.dropdown-menu li {
    display: block;
    width: 100%;
    min-width: 200px;
}

.topmenublock&gt;ul li ul.dropdown-menu li a {
    color: rgba(0, 0, 0, 0.6);
    text-align: left;
    text-transform: capitalize;
    white-space: normal;
}

.topmenublock&gt;ul li ul.dropdown-menu li a:hover {
    color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1370px
/*1370px*/

) {
    #headr .head-logo #vector_logo {
        /*width: 140px; height: 121px;*/
        /*width: 235px; height: 111px;*/
    }
    #headr .head-logo #vector_logo {
        width: 204px;
        height: 90px;
    }
}

@media only screen and (max-width: 1124px) {
    #headr .head-logo #vector_logo {
        /*width: 100px; height: 95px;*/
        width: 195px;
        height: 92px;
    }
    #block-topmenublock {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 900px) {
    /*#headr .head-logo #vector_logo{ width: 124px; height: 64px; }*/
    .topmenublock&gt;ul li {
        min-width: 50px;
    }
    .topmenublock&gt;ul li a i {
        font-size: 20px;
    }
}

.sec-search-form {
    padding-top: 8px;
}

.sec-search-form .form-control {
    height: 40px;
}

@media only screen and (max-width: 1124px) {
    .sec-search-form {
        float: right !important;
        padding-top: 0px;
        height: 50px;
    }
}


/*.desktop-menu {height: 53px; }*/

@media only screen and (max-width: 1370px) {
    #headr .brown_bar {
        height: 36px;
    }
    .desktop-menu {
        height: 39px;
    }
}

.nav&gt;li,
.desktop-menu&gt;li,
.nav.desktop-menu&gt;li {
    border-top: 3px solid var(--color_gray_one_hex);
}

.desktop-menu a {
    color: var(--color_font_hex);
    font-weight: 400;
    font-size: 100%;
    text-transform: uppercase;
}

.desktop-menu&gt;li&gt;ul&gt;li a {
    text-transform: capitalize;
}

.nav.desktop-menu&gt;li&gt;a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
    height: 40px;
}

.nav.desktop-menu&gt;li&gt;a .fa {
    padding-top: 5px;
}

.nav.desktop-menu&gt;li&gt;a:focus,
.nav.desktop-menu&gt;li&gt;a:hover {
    background: transparent;
}

.nav.desktop-menu&gt;li&gt;a {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 1300px) {
    .nav.desktop-menu&gt;li&gt;a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.desktop-menu&gt;li:focus,
.desktop-menu&gt;li:hover,
.desktop-menu&gt;li:active,
.desktop-menu&gt;li.active {
    /*background-color: rgba(var(--main-green-rgb), 1);*/
    /*border-top: 3px solid #FFF !important;*/
}

.desktop-menu&gt;li.current {
    /*background-color: rgba(var(--main-orange_rgb), 1);*/
    /*border-top: 3px solid #FFF !important;*/
}

.desktop-menu&gt;li.current a {
    color: #990000;
}

.desktop-menu&gt;li&gt;ul&gt;li.current,
.desktop-menu&gt;li&gt;ul&gt;li.current ul&gt;li.current {
    background-color: rgba(var(--main-orange_rgb), 0.5);
    border-top: 0px solid #6B0205;
}

.desktop-menu&gt;li&gt;ul&gt;li {
    /*background: #FFF;*/
}

.dropdown-menu&gt;.active&gt;a,
.dropdown-menu&gt;.active&gt;a:focus,
.dropdown-menu&gt;.active&gt;a:hover {
    color: #262626;
    text-decoration: none;
    background-color: rgba(var(--main-green-rgb), 1);
    outline: 0
}

.desktop-menu li ul.dropdown-menu {
    right: 0px !important;
    left: auto !important;
    min-width: 190px;
}

.desktop-menu li ul.dropdown-menu li ul {
    left: auto !important;
    right: 200px !important;
}
 


/* ============================================================================== 
/*	@services - one
/* ------------------------------------------------------------------------------ */

.vc_column_container&gt;.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.mgt-promo-block {
    display: table;
    background-position: top center;
}

.mgt-promo-block.cover-image {
    background-position: center center;
    background-size: cover;
}

.mgt-promo-block.animated:hover .mgt-promo-block-content {
    background-color: #f2f2f2!important;
}

.mgt-promo-block .mgt-promo-block-content {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
    padding: 15px;
}

.mgt-promo-block .mgt-promo-block-content.va-top {
    vertical-align: top;
}

.mgt-promo-block.animated .mgt-promo-block-content,
.mgt-post-image-wrapper {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.mgt-promo-block .mgt-promo-block-content {
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
    padding: 15px;
}

.vc_custom_1531296648976 {
    padding-top: 25px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
}

.mgt-promo-block .mgt-promo-block-content a:not(.btn) {
    color: #ffffff;
    text-decoration: none;
}

.mgt-promo-block.black-text .mgt-promo-block-content a:not(.btn) {
    color: #2A2F35;
}

.mgt-button.mgt-style-solid:before {
    background: #2A2F35;
}

.mgt-button.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.mgt-button {
    margin-bottom: 10px;
}

.content-block a {
    -webkit-transition: color 0.6s ease, background 0.6s ease;
    transition: color 0.6s ease, background 0.6s ease;
}

.mgt-button.mgt-align-left {
    float: left;
    margin-left: 0;
}

.mgt-button.mgt-size-small {
    font-size: 13px;
    height: auto;
    padding: 12px 15px;
}

.mgt-button.hvr-bounce-to-right {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


/* ============================================================================== 
/*	@custom labels
/* ------------------------------------------------------------------------------ */

.label {
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success,
.label-yes {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus,
.label-yes[href]:hover,
.label-yes[href]:focus {
    background-color: #1CAF9A
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger,
.label-no {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.label {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 8px;
    margin-top: 1px !important;
    font-weight: normal;
}

.label a {
    color: #FFF !important;
    text-decoration: none !important;
}

.label-success,
.label-yes {
    background-color: #1CAF9A;
}

span.rq {
    color: #FF0000;
    font-weight: bold;
}

label.required::after {
    content: " *";
    color: #f00; font-size: 115%;
    font-weight: bold;
}

fieldset {
    margin-bottom: 15px;
}

legend {
    margin-bottom: 0px;
    font-size: 18px;
}


/* ============================================================================== 
/*	@Switch Slider
/* ------------------------------------------------------------------------------ */

.check_slider {
    position: relative;
    display: block;
    min-height: 20px;
}

.check_slider * {
    padding: 0;
    margin: 0;
}

.check_slider input {
    margin: 0px;
    margin-top: 1px;
    cursor: pointer;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    background: red;
    width: 0px;
    height: 0px;
}

.check_slider .s_label {
    position: relative;
    padding-left: 46px;
    display: inline-block;
    padding-top: .2em;
    font-size: 99%;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
}

.check_slider .s_label:before,
.check_slider .s_label:after {
    position: absolute;
    color: #fff;
    box-sizing: border-box;
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    line-height: 20px;
    background-color: #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: background-color 0.3s, left 0.3s;
}

.check_slider input:checked+.s_label:before {
    background-color: rgb(100, 189, 99);
    content: "\f00c";
    padding-left: 0px;
    text-indent: 5px;
}

.check_slider input:checked+.s_label:after {
    left: 21px;
}

.check_slider .s_label:before {
    content: "\f00d";
    padding-left: 23px;
    left: 0px;
    top: 0px;
    height: 20px;
    width: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.check_slider .s_label:after {
    content: "";
    letter-spacing: 20px;
    background: #fff;
    left: 1px;
    top: 1px;
    height: 18px;
    width: 18px;
}

.check_slider {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.radio_group&gt;.check_slider {
    display: inline-block !important;
    float: left;
}


/*-------------------------------------------------------------------------------------------------------
@ LAYOUT - LOGO AREA
-------------------------------------------------------------------------------------------------------*/

.wrap_head_logo a {
    text-decoration: none !important;
}

.wrap_head_logo {
    background: none;
    border: 0px solid;
    margin: 0;
    padding: 3px 0;
    position: relative;
    height: 56px;
}

.logo-img-box {
    position: absolute;
    top: 3px;
    left: 10px;
    height: 50px;
    width: 40px;
    z-index: 1 !important;
}

.logo-img-box img#logo-img {
    height: 75px;
}

.logo-img-label {
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    border: 0px solid;
    padding-left: 50px;
}

.logo-img-label h1 {
    font-variant: small-caps;
    font-size: 22px;
    line-height: 27px;
    padding: 0;
    text-shadow: 0 1px #069;
}

.logo-img-label h1 span {
    display: inline;
    padding-left: 0px;
    /*font-family:"Times New Roman", Times, serif;*/
    font-size: 15px;
    font-weight: normal;
    color: #D72E94;
    text-shadow: none;
}

.logo_box img {
    max-width: 100%;
    max-height: 88px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
    }
}

@media (min-width: 792px) {
    .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 900px;
    }
}


/* ============================================================================================= */


/* @ GENERIC
/* --------------------------------------------------------------------------------------------- */

.info {
    background: #f8f8f8;
    color: #666;
    padding: 10px;
    margin-bottom: 0.5em;
    font-size: 91.7%;
    border: 1px solid #CDCDCD;
}

.info-form {
    font-size: 91.7%;
    border: 1px solid #CDCDCD;
    background: #FFF;
    padding: 10px;
    margin: 0 0px 10px 10px;
}

.member {
    background: #F4FCFF;
    color: #040;
    border: 1px #CDCDCD/*BCE6FA*/
    solid;
    padding: 10px;
    margin-bottom: 1em;
}

.note {
    background: #FEF7F0;
    color: #040;
    border: 1px #FCD399 solid;
    padding: 10px;
    margin-bottom: 1em;
}

.note-search {
    /*background: #F9F9F9;  border: 0px;*/
    padding: 5px 10px;
    margin: 0;
    text-align: center;
}

.important,
address {
    background: #ffe;
    color: #440;
    border: 2px #884 solid;
    padding: 10px;
    margin-bottom: 1em;
}

.warning {
    background-color: #fee;
    color: #400;
    border: 2px #844 solid;
    padding: 10px;
    margin-bottom: 1em;
}


/*-------------------------------------------------------------------------------------------------------
@ FORM FIELD LAYOUTS 
-------------------------------------------------------------------------------------------------------*/

.img_featured {
    display: block;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.img_featured img {
    width: 100%;
    height: auto;
    min-height: 100%;
    /*max-height:190px;*/
    margin: 0;
}

.img_featured .content-overlay {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
}

.overlay-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
}

@media (max-width: 791px) {
    .img_featured {
        min-height: 250px !important;
        border: 5px solid #F5F5F5;
        background-size: cover !important;
    }
}


/*-------------------------------------------------------------------------------------------------------
@ FORM FIELD LAYOUTS 
-------------------------------------------------------------------------------------------------------*/

input.col-md-1,
button.col-md-1,
select.col-md-1,
textarea.col-md-1 {
    width: calc(7.333333333333332% - 2px);
}

input.col-md-2,
button.col-md-2,
select.col-md-2,
textarea.col-md-2 {
    width: calc(16.666666666666664% - 2px);
}

input.col-md-3,
button.col-md-3,
select.col-md-3,
textarea.col-md-3 {
    width: calc(25% - 2px);
}

input.col-md-4,
button.col-md-4,
select.col-md-4,
textarea.col-md-4 {
    width: calc(33.33333333333333% - 2px);
}

input.col-md-5,
button.col-md-5,
select.col-md-5,
textarea.col-md-5 {
    width: calc(41.66666666666667% - 2px);
}

input.col-md-6,
button.col-md-6,
select.col-md-6,
textarea.col-md-6 {
    width: calc(50% - 2px);
}

input.col-md-7,
button.col-md-7,
select.col-md-7,
textarea.col-md-7 {
    width: calc(58.333333333333336% - 2px);
}

input.col-md-8,
button.col-md-8,
select.col-md-8,
textarea.col-md-8 {
    width: calc(66.66666666666666% - 2px);
}

input.col-md-9,
button.col-md-9,
select.col-md-9,
textarea.col-md-9 {
    width: calc(75% - 2px);
}

input.col-md-10,
button.col-md-10,
select.col-md-10,
textarea.col-md-10 {
    width: calc(83.33333333333334% - 2px);
}

input.col-md-11,
button.col-md-11,
select.col-md-11,
textarea.col-md-11 {
    width: calc(91.66666666666666% - 2px);
}

input.col-md-12,
button.col-md-12,
select.col-md-12,
textarea.col-md-12 {
    width: 100% - 2px);
}

input[class*="col-md"],
select[class*="col-md"],
textarea[class*="col-md"] {
    margin-right: 2px !important;
}

span.input-group-addon {
    height: 34px;
}

@media only screen and (max-width: 768px) {
    /*div[class*="col-md"], */
    input[class*="col-md"],
    select[class*="col-md"],
    textarea[class*="col-md"] {
        float: none;
        width: 100% !important;
        margin: 0;
        display: block !important;
    }
}

.frmNoEdit select {
    background: transparent;
    line-height: 1;
    border-radius: 0;
    -webkit-appearance: none;
}

.hint {
    display: block;
    padding-top: 3px;
    text-transform: none;
    font-weight: normal;
    color: #999999;
    font-size: 16px;
    font-style: italic;
    /*font-family: 'Times', sans-serif;*/
}


/*-------------------------------------------------------------------------------------------------------
@ PADDING OVERRIDES
-------------------------------------------------------------------------------------------------------*/

.noradius {
    border-radius: 0px;
}

.bg-noise {
    background-image: url(../image/noise-bg.png);
}

.bg-white {
    background-color: rgba(255, 255, 255, 1) !important;
}

.bg-white-fade {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-orange-fade {
    background-color: rgba(253, 147, 0, 0.3) !important;
}

.bg-green {
    background-color: rgba(107, 157, 0, 0.9) !important;
}

.bg-blue {
    background-color: rgba(0, 154, 221, 0.9) !important;
}

.bg-purple {
    background-color: rgba(174, 75, 147, 0.9) !important;
}

.bg-purple-fade {
    background-color: rgba(68, 0, 146, 0.2) !important;
}

.bg-fade {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-burgundy {
    background: rgba(132, 50, 44, 0.9) !important;
}

.bg-lightgray {
    background: rgb(243, 243, 243) !important;
}

.bg-unique {
    background: rgb(242, 196, 135) !important;
}

.bg-brown {
    background: rgba(73, 57, 32, 0.85) !important;
}

.bg-light {
    background-color: #FBFBFB;
}

.bg-primary {
    color: #fff !important;
    background-color: #62a8ea !important;
}

.bg-primary:focus,
.bg-primary:hover {
    background-color: #358fe4 !important;
}

.bg-success {
    color: #fff !important;
    background-color: var(--main-green-hex) !important;
}

.bg-success:focus,
.bg-success:hover {
    background-color: #249D20 !important;
}

.bg-info {
    color: #fff !important;
    background-color: #57c7d4 !important;
}

.bg-info:focus,
.bg-info:hover {
    background-color: #33b6c5 !important;
}

.bg-warning {
    color: #fff !important;
    background-color: #f2a654 !important;
}

.bg-warning:focus,
.bg-warning:hover {
    background-color: #ee8d25 !important;
}

.bg-danger {
    color: #fff !important;
    background-color: #f96868 !important;
}

.bg-danger:focus,
.bg-danger:hover {
    background-color: #f73737 !important;
}

.bg-inverse {
    color: #fff !important;
    background-color: #76838f !important;
}

.bg-inverse:focus,
.bg-inverse:hover {
    background-color: #5e6974 !important;
}


/* Knowledge page styling*/


/*.grid{ margin-top: 3%; }*/


/*.grid-sizer, .grid-item { width: 31.4%; padding: 0 5px; }
.grid-item--width2 { width:30%; }*/

@media only screen and (max-width: 1024px) {
    .grid-sizer,
    .grid-item { width: 49.3% !important; }
    .grid-item.w-100 { width: 100% !important; }
}

@media only screen and (max-width: 786px) {
    .grid-sizer,
    .grid-item {
        width: 100% !important;
    }
}

.col-md-20,
.col-lg-20,
.col-xs-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    width: 20%;
}

.featured-agenda .col-md-20 {
    display: inline-block;
    float: none;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-auto {
    margin: auto!important
}


/*.home-tiles-panel .panel-heading { background: rgba(0,0,0,0.15) !important; }*/

.padd2,
table.padd2 td {
    padding: 2px !important;
}

.padd3 {
    padding: 3px !important;
}

.padd5 {
    padding: 5px !important;
}

.padd0_3 {
    padding: 0 3px !important;
}

.padd3_b {
    padding: 0 3px !important;
}

.padd0_5 {
    padding: 0 5px;
}

.padd0_10 {
    padding: 0 10px !important;
}

.padd0_15 {
    padding: 0 15px !important;
}

.padd0_20 {
    padding: 0 20px !important;
}

.padd5_10 {
    padding: 5px 10px !important;
}

.padd5_15 {
    padding: 5px 15px !important;
}

.padd5_20 {
    padding: 5px 20px !important;
}

.padd10 {
    padding: 10px !important;
}

.padd10_5 {
    padding: 10px 5px;
}

.padd10_0 {
    padding: 10px 0px;
}

.padd15 {
    padding: 15px;
}

.padd20 {
    padding: 20px !important;
}

.padd30 {
    padding: 30px !important;
}

.padd40 {
    padding: 40px !important;
}

.padd50 {
    padding: 50px !important;
}

.padd15_0 {
    padding: 15px 0px !important;
}

.padd15_10 {
    padding: 15px 10px !important;
}

.padd20_0 {
    padding: 20px 0px;
}

.padd20_10 {
    padding: 20px 10px;
}

.padd0_t {
    padding-top: 0px !important;
}

.padd3_t {
    padding-top: 3px !important;
}

.padd5_t {
    padding-top: 5px !important;
}

.padd10_t {
    padding-top: 10px !important;
}

.padd15_t {
    padding-top: 15px !important;
}

.padd20_t {
    padding-top: 20px !important;
}

.padd30_t {
    padding-top: 30px !important;
}

.padd40_t {
    padding-top: 40px !important;
}

.padd50_t {
    padding-top: 50px !important;
}

.padd0_b {
    padding-bottom: 0px !important;
}

.padd3_b {
    padding-bottom: 3px !important;
}

.padd5_b {
    padding-bottom: 5px !important;
}

.padd10_b {
    padding-bottom: 10px !important;
}

.padd15_b {
    padding-bottom: 15px !important;
}

.padd20_b {
    padding-bottom: 20px !important;
}

.padd30_b {
    padding-bottom: 30px !important;
}

.padd40_b {
    padding-bottom: 40px !important;
}

.padd50_b {
    padding-bottom: 50px !important;
}

.padd0_l {
    padding-left: 0px !important;
}

.padd5_l {
    padding-left: 5px !important;
}

.padd10_l {
    padding-left: 10px !important;
}

.padd15_l {
    padding-left: 15px !important;
}

.padd20_l {
    padding-left: 20px !important;
}

.padd50_l {
    padding-left: 70px !important;
}

.padd0_r {
    padding-right: 0px !important;
}

.padd5_r {
    padding-right: 5px !important;
}

.padd10_r {
    padding-right: 10px !important;
}

.padd15_r {
    padding-right: 15px !important;
}

.padd20_r {
    padding-right: 20px !important;
}

.padd25_r {
    padding-right: 25px;
}

.padd30_r {
    padding-right: 30px;
}

.marg5 {
    margin: 5px;
}

.marg5_10 {
    margin: 5px 10px !important;
}

.marg10_0 {
    margin: 10px 0 !important;
}

.marg15_0 {
    margin: 15px 0 !important;
}

.marg0_10 {
    margin: 0 10px !important;
}

.marg0_1 {
    margin: 0 1px !important;
}

.marg0_b {
    margin-bottom: 0px !important;
}

.marg5_b {
    margin-bottom: 5px !important;
}

.marg10_b {
    margin-bottom: 10px;
}

.marg15_b {
    margin-bottom: 15px !important;
}

.marg20_b {
    margin-bottom: 20px !important;
}

.marg30_b {
    margin-bottom: 30px !important;
}

.marg3_r {
    margin-right: 3px !important;
}

.marg5_r {
    margin-right: 5px;
}

.marg10_r {
    margin-right: 10px;
}

.marg15_r {
    margin-right: 15px;
}

.marg20_r {
    margin-right: 20px;
}

.marg0_t {
    margin-top: 2px;
}

.marg2_t {
    margin-top: 2px;
}

.marg5_t {
    margin-top: 5px;
}

.marg10_t {
    margin-top: 10px;
}

.marg15_t {
    margin-top: 15px;
}

.marg20_t {
    margin-top: 20px;
}

.marg0_l {
    margin-left: 0;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.nopad,
.nopadd,
table.nopadd td,
table.nopadd tr {
    padding: 0 !important;
}

.nobold {
    font-weight: 100 !important;
}

.nomargin {
    margin: 0 !important;
}

.nomargin-btm {
    margin-bottom: 0px !important;
}

.notransform {
    text-transform: none;
    text-decoration: none !important;
}

.nooverflow {
    overflow: hidden;
}

.noline,
.noborder,
.noborder li,
.noborder td,
.noborder th {
    border: none !important;
}

.noshadow {
    box-shadow: none;
}

.bdr-gray,
.border-gray {
    border: 0.02em solid #F0F1EE;
}

.border_top_only {
    border-width: 1px 0 0 0;
}

.border_top_gray {
    border-top: 1px solid #ddd !important;
}

.border_bottom_gray {
    border-bottom: 1px solid #ddd !important;
}

.padd_side_only,
table.padd_side_only td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.border_bottom_only,
table.border_bottom_only td {
    border-width: 0 0 1px 0;
}

.aheight {
    height: auto !important;
}

.nobg {
    background: none !important;
}

.float-right {
    float: right
}

.linegray {
    border-bottom: 1px solid #C7D0DF;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.linegreen {
    border-bottom: 1px solid #009538;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

.linegraydot {
    border-bottom: 1px dotted #c8c8c8;
}

.sidehead {
    font-size: 12px;
    color: #313435;
    margin: 0.5em 0;
    font-weight: bold;
    font-family: arial, tahoma;
    display: block;
}

.nocaps {
    text-transform: none !important;
}

.noblock,
.noblock * {
    display: inline-block !important;
    width: auto;
}

label.noblock {
    display: inline;
}

.none,
.hidden {
    display: none;
}

.block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.height70 {
    height: 70px;
}

.txt10 {
    font-size: 80% !important;
}

.txt11 {
    font-size: 85% !important;
}

.txt11_fx {
    font-size: 12px !important;
    line-height: 1 !important;
}

.txt12 {
    font-size: 95% !important;
}

.txt13 {
    font-size: 100% !important;
}

.txt14 {
    font-size: 105% !important;
}

.txt14_fx {
    font-size: 14px !important;
}

.txt15 {
    font-size: 115% !important;
}

.txt16 {
    font-size: 120% !important;
}

.txt17 {
    font-size: 130% !important;
}

.txt18 {
    font-size: 18px !important
}

.txt19 {
    font-size: 19px !important;
}

.txt21 {
    font-size: 21px !important;
}

.txt24 {
    font-size: 24px !important;
}

.txt30 {
    font-size: 30px !important;
}

.txt35 {
    font-size: 35px !important;
}

.txtline1,
.lh12 {
    line-height: 1.2 !important;
}

.txtline15,
.lh15 {
    line-height: 150% !important;
}

.txtline17,
.lh17 {
    line-height: 170%;
}

.txt85 {
    font-size: 85% !important;
}

.txt90 {
    font-size: 90% !important;
}

.txt95 {
    font-size: 95% !important;
}

.txt105 {
    font-size: 105% !important;
}

.txt110 {
    font-size: 110% !important;
}

.txt115 {
    font-size: 115% !important;
}

.txt120 {
    font-size: 120% !important;
}

.txt200 {
    font-size: 180% !important;
}

.txt250 {
    font-size: 250% !important;
}

.stat-wrap {
    border-radius: 3px !important;
    margin: 5px;
    position: relative;
}

.stat-icon {
    font-size: 40px;
    line-height: 60px;
    float: left;
    width: 60px;
}

.stat-box {
    font-size: 25px;
    line-height: 60px;
    display: block;
    width: auto;
    /*font-family: Calibri;*/
    margin: 0px 0px 0px 60px;
}

.stat-box a,
.stat-box a:hover {
    text-decoration: none;
}

.txtsmaller,
.txtsmallerb {
    font-size: 9pt !important;
    line-height: 160%;
}

.txtsmallerb {
    font-size: 10pt !important;
}

.txtleft {
    text-align: left !important;
}

.txtcenter {
    text-align: center !important;
}

.txtright {
    text-align: right !important;
}

.txtjustify {
    text-align: justify !important;
}

@media only screen and ( max-width: 767px) {
    .txtright {
        text-align: left !important;
    }
    .text-center-sm {
        text-align: center !important;
    }
}

.txtred {
    color: #dc3018 !important;
}

.txtwhite,
.txtwhite * {
    color: #FFFFFF !important;
}

.txtyellow {
    color: #E4AB0B !important;
}

.txtyellowlight {
    color: #FFEEBE !important;
}

.txtorange {
    color: #F5963A !important;
}

.txtgreen {
    color: #88AC2E !important;
}

.txtgreenpale {
    color: #796814 !important;
}

.txtblack {
    color: #000000 !important;
}

.txtblue {
    color: #0E8EAB/*#254290*/
    !important;
}

.txtbluelight {
    color: #D9F3FD !important;
}

.txtgray {
    color: #666 !important;
}

.txtwidget {
    color: #888888 !important;
}

.txtgraylight {
    color: #969696 !important;
}

.txtpurple {
    color: #662D91 !important;
}

.txtbrown {
    color: var(--main-brown-hex) !important;
    /**/
}

.txtmaroon {
    color: #a31d23 !important;
}

.acta_brown {
    color: var(--main-brown-hex) !important;
}

.acta_blue {
    color: var(--main-blue-hex) !important;
}

.acta_green {
    color: var(--main-blue-hex) !important;
}

.acta_green_dark {
    color: #003b49 !important;
}

.btn-more {
    background: var(--main-brown-hex) !important;
    color: #fff;
    border-radius: 50px;
    padding: 3px 15px 6px;
}

.btn-more.blue {
    background: var(--main-lightblue_hex) !important;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more:visited {
    opacity: 0.8;
    color: #fff;
}

.txtupper {
    text-transform: uppercase !important;
}

.txtuline {
    text-decoration: underline;
}

.txtgeorgia {
    font-family: Georgia;
}

.txttahoma {
    font-family: tahoma;
}

.txttimes {
    font-family: Times;
}

.txtarial {
    font-family: Arial, Helvetica, sans-serif !important;
}

.txtopensanscond {
    font-family: 'Open Sans Condensed', "Arial Narrow" !important;
}

.wrap_tags {
    font-size: 14px;
    padding-top: 2px;
    line-height: 1.5;
}

.font-size-0 {
    font-size: 0 !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-26 {
    font-size: 26px !important;
}

.font-size-30 {
    font-size: 30px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-50 {
    font-size: 50px !important;
}

.font-size-60 {
    font-size: 60px !important;
}

.font-size-70 {
    font-size: 70px !important;
}

.font-size-80 {
    font-size: 80px !important;
}

.thm-black .nav-bar {
    background: #000;
}

.thm-black .navbar-nav a {
    color: #FFF;
    text-transform: uppercase;
}

.thm-black .navbar-nav a:hover {
    color: #000;
}

.thm-black .navbar-nav li ul li a {
    color: #000;
    text-transform: none;
}

.thm-black .header-theme {
    border-top-color: #FFCD2B;
    background: /*#c4c2c2*/
    ;
}

.thm-black .panel-default .panel-heading h4 {
    /*color: #009040;*/
    font-size: 19px;
}

.thm-black .bg-two {
    background: #D96A7A;
}

.thm-white .nav-bar {
    background: #FFFFFF;
}

.thm-white .navbar-nav a {
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}

.thm-white .navbar-nav a:hover {
    color: #D23432;
}

.thm-white .navbar-nav li ul li a {
    text-transform: none;
}

.thm-white .header-theme {
    border-top-color: #FFCD2B;
}

.thm-white .panel-default .panel-heading h4 {
    font-size: 19px;
}

.thm-white .bg-two {
    /*background:  #C5112E;*/
}

.thm-white .navbar-nav a.nav_special {
    color: var(--main-gray-hex);
}

.thm-white .btn-warning {
    color: #fff;
    background-color: #B84911;
    border-color: #A23300;
}

a.summary_more {
    /*display: inline-block;*/
    font-size: 13px !important;
    text-decoration: none;
    color: var(--main-green-hex) !important;
    transition: all 0.3s ease;
    padding-left: 5px;
}

a.summary_more::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-size: 0.5em;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    padding: 0 0 0 8px;
}

a.summary_more:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.panel-white {
    border-color: #ededed
}

.panel-white&gt;.panel-heading {
    color: #333;
    background-color: #FFFFFF;
    border: none
}

.panel-white&gt;.panel-heading+.panel-collapse&gt;.panel-body {
    border: none
}

.panel-white&gt;.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-white&gt;.panel-footer+.panel-collapse&gt;.panel-body {
    border: nones
}

.panel-white .panel-body {
    background: #FFF !important;
}

.border-widget {
    border: 1px solid #ededed;
}

.page-slim {
    margin: auto !important;
    width: 95%;
    /* padding: 2rem 2rem 3rem; */
}

/* .wrap-widget-home .page-slim {
    3rem;
} */

.content-widget-home h3 {
    font-family: var(--main-font-text);
}

.content-widget-home p {
    font-size: 110%;
}

.content-widget-home .btn-lg {
    height: auto !important;
}

@media only screen and ( max-width: 1199px) {
    .page-slim {
        width: 97%;
        padding: 1.5rem;
    }
    .content-widget-home p {
        font-size: 105%;
    }
}

@media only screen and ( max-width: 985px) {
    .page-slim {
        width: 99%;
        padding: 1rem 0.5rem;
    }
}

.shadow {
    top: 0;
    left: 0;
    transition: all 125ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.shadow:focus,
.shadow:hover {
    top: -5px;
    left: 4px;
    box-shadow: -6px 6px 10px 0 rgba(0, 0, 0, .15)
}

.shadow a:focus h3,
.shadow:focus h3 {
    text-decoration: underline
}

.card-columns .card {
    margin-bottom: 1.75rem;
}

.card-columns .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .35rem;
}

.panel-heading,
.panel-footer,
.panel-body {
    background: none;
}

.card-columns .card {
    /*background: transparent;*/
    border-radius: 0.5rem;
    display: inline-block;
    overflow: hidden !important;
}

.card-columns .card:hover,
.card-columns .card .panel-home-guts:hover {
    background-color: #F9F9F9;
}

.card-columns .grid-item {
    display: block;
    width: 100% !important;
}

.card-columns .grid-item .panel-heading {
    padding: 15px 15px 10px;
}

.card-columns .grid-item h3,
.card-columns .grid-item .h3 {
    font-size: 22px;
    line-height: 1.2;
    display: block;
}

.card-columns .grid-item h4,
.card-columns .grid-item .h4 {
    font-size: 17px;
    line-height: 1.2;
    display: block;
}

.card-columns .grid-item .panel-heading {
    padding-left: 15px;
    padding-right: 15px;
}

.card-columns .grid-item .panel-body {
    padding: 5px 15px 15px;
}

.grid-item .profile_pic .bitChopa,
.profile_pic .bitChopa {
    display: block;
    width: 100%;
    height: 100% !important;
}

.grid-item .profile_pic .bitChopa img,
.profile_pic .bitChopa img,
.profile_pic img {
    width: 100%;
    height: 100% !important;
    min-height: 180px !important;
}

.wrap_profiles .profile_pic img { 
    height: auto !important;
    min-height: 180px !important;
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}

@media (max-width: 600px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}</pre></body></html>