/* User Interface */
* {
    outline: none;
    box-sizing: border-box;
}
.f-image {
    border: 4px solid #fff;
    box-shadow: 0 0 .25em #666;
    margin-bottom: .5em;
}
.f-button,
.fReadmore {
    background-color: #e9811a;
    border: 1px solid #e9811a;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    padding: .5em 1em;
    text-decoration: none;
}
.f-button:hover,
.fReadmore:hover {
    background-color: #fff;
    color: #e9811a;
}
p {
    line-height: 135%;
}
embed, iframe {
    max-width: 100%;
}
.fModuleAdvertisement .fModuleContent p {
    margin: 0;
}
.fModuleAdvertisement .fModuleContent img {
    border: 1px solid #333;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* Galleries */
.fGalleryList {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.fGalleryList .fGalleryItem {
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
}
.fGalleryList .fGalleryItem img {
    display: block;
    width: 100%;
    max-width: 100%;
}
.fGalleryList .fGalleryItem .fGalleryText h3 {
    font-size: 1em;
    margin: .5em 0;
    text-align: center;
}

.fGalleryList .fGalleryItem .fGalleryImage {
	display:none;
}

.fGalleryImage {
	display:none;
}


@media screen and (min-width: 640px) {
    .region-content .fGalleryList .fGalleryItem {
        margin-left: 2%;
        width: 32%;
    }
    .region-content .fGalleryList .fGalleryItem:nth-child(3n+1) {
        clear: left;
        margin-left: 0;
    }
}

.region-content .fGalleryWrapper > h2 {
    font-size: 18px;
    margin-bottom: 6px;
}
.region-content .fGalleryWrapper .fGalleryList {
    margin: 0 -15px;
}
.region-content .fGalleryWrapper .fGalleryList .fGalleryItem {
    float: left;
    margin-bottom: 6px;
    padding: 0 15px 0;
    width: 33.333%;
}
.region-content .fGalleryWrapper .fGalleryList .fGalleryItem:nth-child(3n+1) {
    clear: left;
}
body.path---publications .region-content .fGalleryList,
body.path---circulars .region-content .fGalleryList {
    list-style: disc;
    margin: 0;
}
body.path---publications .region-content .fGalleryList .fGalleryItem,
body.path---circulars .region-content .fGalleryList .fGalleryItem {
    float: none;
    list-style: disc;
    margin: 0 0 0 22px;
    padding: 0;
    width: 100%;
}
body.path---publications .region-content .fGalleryList .fGalleryItem h3,
body.path---circulars .region-content .fGalleryList .fGalleryItem h3 {
    text-align: left;
}
.region-foot .fModule {
    margin-bottom: 1em;
}

/* Menus */
.fMenu, .fMenu ul, .fMenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Structure */
body {
    font-family: "Arial", Sans Serif;
    font-size: 14px;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    
}
h1 {
    border-bottom: 2px solid #af7501;
    color: #666666;
    font-size: 1.2em;
    margin: 0 0 .5em 0;
    padding-bottom: .25em;
    text-transform: uppercase;
}
a {
    color: #e9811a;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.container {
    padding: 1em .5em;
}
#logo {
    display: block;
    float: left;
    max-width: 460px;
    width: 50%;
}
#logo1 {
    display: block;
    float: left;
    max-width: 180px;
    width: 50%;
    margin-left: 20px;
}
#logo img,
#logo1 img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.head-cont .container {
    background-image: url(../images/head.bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    height: 135px;
    padding-top: 30px;
}
.region-head-right {
    float: right;
    padding-top: 1em;
    max-width: 50%;
}
.navi-cont {
    border-top: 2px solid #e9811a;
    /*margin-bottom: 2em;*/
}
.navi-cont .container {
    padding: 0;
    overflow: visible;
    position: relative;
}
.head-cont:after {
    background-image: url(../images/body.bg.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    content: " ";
    display: block;
    height: 300px;
    margin-top: 2px;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.region-showcase-top .container {
    overflow: hidden;
}
body.has-user .body-cont .container {
    padding-bottom: 5em;
}
.foot-cont .container {
    padding-left: 0;
    padding-right: 0;
}

/* Header Modules */
.region-head-right {
    overflow: hidden;
}
.region-head-right .fModule {
    float: left;
    padding: .5em;
}

/* Showcase Top */
.region-showcase-top .row {
    padding-right: -3px;
    padding-left: -3px;
}
.region-showcase-top .col-xs-1, .region-showcase-top .col-sm-1, .region-showcase-top .col-md-1, .region-showcase-top .col-lg-1, .region-showcase-top .col-xs-2, .region-showcase-top .col-sm-2, .region-showcase-top .col-md-2, .region-showcase-top .col-lg-2, .region-showcase-top .col-xs-3, .region-showcase-top .col-sm-3, .region-showcase-top .col-md-3, .region-showcase-top .col-lg-3, .region-showcase-top .col-xs-4, .region-showcase-top .col-sm-4, .region-showcase-top .col-md-4, .region-showcase-top .col-lg-4, .region-showcase-top .col-xs-5, .region-showcase-top .col-sm-5, .region-showcase-top .col-md-5, .region-showcase-top .col-lg-5, .region-showcase-top .col-xs-6, .region-showcase-top .col-sm-6, .region-showcase-top .col-md-6, .region-showcase-top .col-lg-6, .region-showcase-top .col-xs-7, .region-showcase-top .col-sm-7, .region-showcase-top .col-md-7, .region-showcase-top .col-lg-7, .region-showcase-top .col-xs-8, .region-showcase-top .col-sm-8, .region-showcase-top .col-md-8, .region-showcase-top .col-lg-8, .region-showcase-top .col-xs-9, .region-showcase-top .col-sm-9, .region-showcase-top .col-md-9, .region-showcase-top .col-lg-9, .region-showcase-top .col-xs-10, .region-showcase-top .col-sm-10, .region-showcase-top .col-md-10, .region-showcase-top .col-lg-10, .region-showcase-top .col-xs-11, .region-showcase-top .col-sm-11, .region-showcase-top .col-md-11, .region-showcase-top .col-lg-11, .region-showcase-top .col-xs-12, .region-showcase-top .col-sm-12, .region-showcase-top .col-md-12, .region-showcase-top .col-lg-12 {
    padding-right: 3px;
    padding-left: 3px;
}
.region-showcase-top .fModuleAdvertisement {
    margin-top: 15px;
}
.region-showcase-top .fModuleAdvertisement.first {
    clear: left !important;
}
.fModuleSocialFeed {
    max-height: 318px !important;
    overflow: hidden;
}
.fModuleSocialFeed.facebook .fModuleContent iframe {
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Sidebar Modules */
.region-sidebar-left .fModule {
    margin-bottom: 2em;
}
.region-sidebar-left .fModule:last-of-type {
    margin-bottom: 0;
}

/* Head Menu */
.region-head-right .fMenu {
    
}
.region-head-right .fMenu > li {
    display: inline-block;
    padding: 4px 0;
}
.region-head-right .fMenu > li > a {
    border-right: 1px solid #999;
    color: #666;
    display: block;
    font-weight: bold;
    padding: 0px 7px;
}
.region-head-right .fMenu > li:last-of-type > a {
    border-right: none;
}

.fModuleSocial .fModuleContent p {
    margin: 0;
}
.fModuleSocial .fModuleContent a {
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: .25em 0 0 .25em;
    text-align: center;
    height: 2em;
    width: 2em;
}
.fModuleSocial a span {
    display: none;
}
.fModuleSocial a.facebook {
    background-color: #3c599a;
}
.fModuleSocial a.twitter {
    background-color: #49bdf8;
}

/* Main Menu */
.fModuleMainMenuSwitch {
    background-color: #e9811a;
}
.fModuleMainMenuSwitch .fModuleContent a {
    color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 2px 6px;
    text-align: right;
}
.fModuleMainMenu {
    background-color: #e9811a;
    border-radius: .5em;
    height: 3.1em;
    left: 50%;
    margin-left: -50.5%;
    position: absolute;
    margin-top: -1.6em;
    padding-left: 1em;
    padding-right: 1em;
    max-width: 101%;
    width: 101%;
}
.fModuleMainMenu .fMenu {
    overflow: hidden;
}
.fModuleMainMenu .fMenu > li {
    float: left;
}
.fModuleMainMenu .fMenu > li > a {
    border-right: 1px solid #e67722;
    color: #fff;
    display: block;
    padding: .85em 1em;
    text-decoration: none;
}
.fModuleMainMenu .fMenu > li:last-of-type > a {
    border-right: none;
}
.fModuleMainMenu .fMenu > li.highlight > a {
    background-color: #E59930;
    text-shadow: 0 0 3px rgba(0,0,0,.5);
}
.fModuleMainMenu .fMenu > li.menuitem-focused > a {
    background-color: #d66813;
}
.fModuleMainMenu .fMenu > li > ul {
    display: none;
    margin-left: -10px;
    position: absolute;
    max-width: 200px;
    transition: .5s;
    z-index: 101;
}
.fModuleMainMenu .fMenu > li.menuitem-focused > ul {
    display: block;
    margin-left: 0px;
}
.fModuleMainMenu .fMenu > li.menuitem-focused > ul > li > a {
    background-color: #076fa9;
    color: #fff;
    display: block;
    padding: 6px 1em;
}
.fModuleMainMenu .fMenu > li.menuitem-focused > ul > li.menuitem-focused > a {
    background-color: #000;
}

/* Sidebar Menu */
.region-sidebar-left .fMenu > li > a {
    border-bottom: 1px dotted #ccc;
    color: #999;
    display: block;
    font-weight: bold;
    padding: .25em .75em;
}
.region-sidebar-left .fMenu > li > a span:before {
    color: #e9811a;
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: .5em;
}
.region-sidebar-left .fMenu > li.menuitem-focused a {
    background-color: #f6fbfd;
    color: #e9811a;
}

/* Gallery Cycles */
.fModule .fGalleryList .fGalleryItem .fGalleryText h3 {
    color: #af7501;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
}
.fModule .fGalleryList .fGalleryItem .fGalleryText h3 a {
    color: #af7501;
}
.fModule.gallery-cycle .fModuleContent {
    padding: .5em 0;
    position: relative;
}
.fModule .fGalleryList .fGalleryItem .fGalleryImage {
    border: 4px solid #fff;
    box-shadow: 0 0 .25em #666;
    display: block;
    margin: 0 auto;
    width: 80%;
}
.fModule .fGalleryList .fGalleryItem .fGalleryText h3 {
    font-size: 1.1em;
   /*  height: 2.2em; */
	height:3em;
    line-height: 100%;
    margin: 4px 0 6px;
    overflow: hidden;
    text-align: center;
}
.fModule.gallery-cycle .banner-pager {
    display: none;
}
.fModule.gallery-cycle .banner-prev,
.fModule.gallery-cycle .banner-next {
    font-size: 1.5em;
    position: absolute;
    margin-top: -1em;
    text-decoration: none;
    text-shadow: 0 0 2px #666;
    top: 50%;
    z-index: 100;
}
.fModule.gallery-cycle .banner-prev {
    left: 0;
}
.fModule.gallery-cycle .banner-prev:before {
    content: "\f137";
}
.fModule.gallery-cycle .banner-next {
    right: 0;
}
.fModule.gallery-cycle .banner-next:before {
    content: "\f138";
}

/* Banner Module */
.fModuleBanner .fModuleContent {
    min-height: 4em;
}
.fModuleBanner .fGalleryList {
    position: relative;
}
.fModuleBanner .fGalleryList .fGalleryItem {
    position: absolute;
}
.fModuleBanner .fGalleryList .fGalleryItem .fGalleryText {
    background-color: #000;
    background-color: rgba(0,0,0,.5);
    color: #ccc;
    margin: 0;
    padding: 7px 24px;
    position: absolute;
    /*left: 0%;
    bottom: 20px;*/
    inset: 0;
    width: 100%;
    z-index: 5;
}
.fModule.fModuleBanner .fGalleryList .fGalleryItem .fGalleryText h3 {
    color: #000;
    margin: 0;
    text-align: center;
}
.fModule.fModuleBanner .fGalleryList .fGalleryItem .fGalleryText h3 a {
    color: #ccc;
    text-decoration: none;
    text-transform: none;
}
.fModuleBanner .fGalleryList .fGalleryItem .fGalleryText a {
    width: 100%;
    height: 100%;
    display: block;
}
.fModule.fModuleBanner .fModuleContent {
    padding: 0 !important;
}
.fModule.fModuleBanner .fGalleryList .fGalleryItem {
    background-color: #333;
}
.fModule.fModuleBanner .fGalleryList .fGalleryItem .fGalleryImage {
    box-shadow: none !important;
    border: none !important;
    display: block;
    margin: 0;
    width: 100%;
}
.fModule.fModuleBanner .banner-prev,
.fModule.fModuleBanner .banner-next {
    background-color: #999999;
    bottom: 20px;
    color: #76787a;
    font-size: 24px;
    margin-top: 0;
    padding: 6px;
    height: 36px;
    top: auto;
    width: 36px;
    text-align: center;
}
.fModule.fModuleBanner .banner-prev:before {
    content: "\f053";
}
.fModule.fModuleBanner .banner-next:before {
    content: "\f054";
}

/* Latest News */
.fModuleLatestNews .fGalleryList .fGalleryImage {
    display: none !important;
}
.fModuleLatestNews .fGalleryList .fGalleryItem .fGalleryText h3 {
    text-align: left;
}
.fModule .fGalleryList .fGalleryItem .fGalleryText h3 a {
    color: #e9811a;
}

/* Circulars */
.fModuleCirculars-2 .fGalleryList .fGalleryImage {
    display: none !important;
}

.fModuleCirculars-2 img {
	display:none;
}
.fModuleCirculars-2  .fGalleryList .fGalleryItem .fGalleryText h3 {
    text-align: left;
}
.fModule .fGalleryList .fGalleryItem .fGalleryText h3 a {
    color: #e9811a;
}

/* Page Lists */
.fPagesUpdate {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fPagesUpdate > li {
    margin: 0;
    padding: 4px 0;
}
.fPagesUpdate > li h4 {
    font-size: 1.1em;
}
.fPagesUpdate > li p {
    margin: 0;
}

/* Showcase Bottom Modules */
.region-showcase-bottom-1 .fModule .fModuleTitle h3,
.region-showcase-bottom .fModule .fModuleTitle h3,
.region-sidebar-left .fModule .fModuleTitle h3 {
    border-bottom: 2px solid #af7501;
    color: #666666;
    font-size: 1.2em;
    margin-bottom: .25em;
    padding: 0 0 .25em 0;
    text-transform: uppercase;
}
.region-showcase-bottom .fModule.col-md-3:nth-child(4n+1) {
    clear: left;
}

/* Foot Menu */
.region-foot .fModuleMenu {
    background-color: #e9811a;
    border-radius: .5em;
    text-align: center;
}
.region-foot .fMenu > li {
    display: inline-block;
}
.region-foot .fMenu > li > a {
    display: block;
    color: #fff;
    padding: .85em 1em;
}

/* Copyright */
.fModuleCopyrightNotice {
    color: #666;
    font-size: .9em;
    padding: .5em;
    text-align: center;
}

.fModuleCopyrightNotice {
	clear:both;
}
.fMenu {
    background: #e9811a;
}
.fMenu > li > a {
    color: #fff;
}
/* Responsive Code */
@media screen and (max-width: 768px) {
    
    #logo {
        max-width: none;
        width: 100%;
    }
    #logo img {
        margin: 0 auto;
        max-width: 460px;
    }
    
    .head-cont .container {
        background-image: none;
        height: auto;
    }
    .region-head-right {
        float: none;
        max-width: none;
        padding-top: 3px;
        width: 100%;
    }
    .region-head-right .fModule {
        float: none;
    }
    .region-head-right .fModule .fModuleContent {
        text-align: center;
    }
    
    .region-content .fGalleryWrapper .fGalleryList .fGalleryItem {
        float: none;
        padding: 0 15px 6px;
        width: 100%;
    }
    .region-content .fGalleryWrapper .fGalleryList .fGalleryItem:nth-child(3n+1) {
        clear: none;
    }
    
    .fModule .fGalleryList .fGalleryItem .fGalleryImage {
        width: 100%;
    }
    .fModule.gallery-cycle .banner-control,
    .fModule.gallery-cycle .banner-pager {
        display: none;
    }
    
    .navi-cont {
        margin-bottom: 1em;
    }
    .fModuleMainMenu {
        max-width: 100%;
        position: static;
    }
    
    .region-foot .fModuleMenu {
        border-radius: 0;
        max-width: 100%;
    }
    .region-foot .fMenu > li {
        border-bottom: 1px dotted #333;
        display: block;
    }
    .region-foot .fMenu > li:last-of-type {
        border-bottom: 0;
    }
    .region-foot .fMenu > li > a {
        padding: .5em;
    }
    
}

.f-nvp > li > .label {
    font-weight: bold;
}

/* Ticker Module */
.region-showcase-top .fModuleTicker {
    margin: 15px 0 0;
}
.fModuleTicker .fModuleContent {
    background-color: #333;
    color: #fff;
    line-height: 100%;
    overflow: hidden;
    padding: 6px 8px;
}
.fModuleTicker .fModuleContent p {
    margin: 0;
}

/* Member List */
.fPageFilter {
    background-color: #E8E8E8;
    border: 1px solid #ccc;
    margin-bottom: 6px;
    padding: 4px;
}
.fPageFilter > form {
    overflow: hidden;
}
.fPageFilter form .fPageFilter-Item1 {
    float: left;
}
.fPageFilter form .fPageFilter-Item2 {
    float: right;
}
.fMemberList h3 {
    background-color: #e9811a;
    color: #fff;
    margin-bottom: 12px;
    overflow: hidden;
    padding: 4px 8px;
}
.fMemberList h3 a {
    color: #fff;
}
.fMemberList > li h3 .btn-details {
    float: right;
}
.fMemberList > li {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1em;
    padding: 0px 4px 1em 4px;
}
.fMemberList .f-image-left {
    margin-right: 12px;
    width: 200px;
}
.member-profile-container {
    overflow: hidden;
}
.member-profile-container .image-container img {
    max-width: 100%;
    width: 100%;
}
.member-profile-container .image-container {
    float: left;
    width: 28%;
}
.member-profile-container .data-container {
    float: right;
    width: 70%;
}
.member-profile-container .f-nvp {
    border: 1px solid #ddd;
}
.member-profile-container .f-nvp > li {
    border-bottom: 1px solid #ddd;
    padding: 4px;
}
.member-profile-container .f-nvp > li:nth-child(even) {
    background-color: #eee;
}
.member-profile-container .f-nvp > li:last-child {
    border-bottom: none;
}

.right { float: right;}

/* Circulars  */

.fModulefCircular {

}

.fModulefCircular img {
display:none;
}

.fModulefCircular .fGalleryImages .fGalleryItem a.fGalleryImage img {
  display:none;
}

.fModulefCircular .fGalleryList .fGalleryItem .fGalleryImage {
	display:none;
}

.fModulefCircular .fGalleryImages {}
.fModulefCircular .fGalleryImages .fGalleryItem {
float: none;
    list-style: disc;
    margin: 0 0 0 22px;
    padding: 0;
    width: 100%;
}
.fModulefCircular .fGalleryImages .fGalleryItem .fGalleryText {
   
}
.fModulefCircular .fGalleryImages .fGalleryItem .fGalleryText h3,
.fModulefCircular .fGalleryImages .fGalleryItem .fGalleryText h3 a {
font-size: 1em;
       margin: 14px 0px;
    text-align: left;
	height: auto;
}
.fModulefCircular .fGalleryImages .fGalleryItem .fGalleryText h4,
.fModulefCircular .fGalleryImages .fGalleryItem .fGalleryText p {
    
}

body.path---Home .body-cont { display:none;}



.fMenu ul.fMenu {
    display: flex;
    align-items: center;
        justify-content: flex-start;
    padding: 0.3rem 0;
}
.fMenu ul.fMenu li {
    position: relative;
    padding: 0 1rem;
}
.fMenu ul.fMenu > li > a {
    font-size: 1.2rem;
    display: inline-block;
}
.fMenu ul.fMenu li > ul {
    position: absolute;
    top: 100%;
    left: 1rem;
    opacity: 0;
    background: #fff;
    height: 0;
    transition: 0.6s all;
    z-index: 99;
    border: 1px solid #e9811a;
    border-top: none;
}
.fMenu ul.fMenu li > ul > li > a {
    padding: 0.5rem;
    font-size: 1rem;
    display: inline-block;
}
.fMenu ul.fMenu li:hover ul {
    opacity: 1;
    height: auto;
    width: 200px;
}
#fModule-27267 .fFileList .fFileItem .fGalleryImage {
    display: none;
}
#fModule-27267 .fFileList .fFileItem .fGalleryText {
    padding: 1rem;
    display: block;
    height: 100%;
    transition: 0.5s all;
    background: #fff;
    border: 1px solid #ddd;
}
@media (min-width: 992px) {
    .fModuleMainMenuSwitch {
        display: none;
    }
}
@media (max-width: 992px) {
    .region-navi {
        position: relative;
    }
    .fModule.fMenu {
        position: absolute;
        width: 22%;
        right: -100%;
        z-index: 99;
        background: #fff;
        transition: 0.6s all;
    }
    .fModule.fMenu.show {
        right: 0;
    }
    .fMenu ul.fMenu {
        display: block;
    }
    .fMenu ul.fMenu li {
        padding: 0.5rem 1rem;
    }
}
@media (max-width: 480px) {
    .fModule.fMenu {
        width: 40%;
    }
    .fMenu ul.fMenu li {
        padding: 0.5rem;
    }
}