@font-face {
    font-family: "OpenSans Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "OpenSans Light";
    src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
    font-family: "OpenSans Semibold";
    src: url(../fonts/OpenSans-Semibold.ttf);
}

/**
 * Blue Normal: #3d95bd
 * Blue Light: #2d8da6
 * Green Ocean: #0aab8a
 * Green Light: #97e0a9
 */

* {
    box-sizing: border-box;
    outline: none;
}
body {
    background-repeat: repeat;
    color: #444;
    font-family: "OpenSans Regular", Sans-Serif;
    font-size: 14px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

body.is-home h1 {
        display:none;
    }

p {
    line-height: 140%;
}
a {
    color: #0aab8a;
    transition: .3s;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "OpenSans SemiBold";
    font-weight: normal;
}
h1 {
    font-family: "OpenSans Light";
}


.fReadmore,
.f-button {
    background-color: #0aab8a;
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
}
.fReadmore:hover,
.f-button:hover {
    background-color: #eee;
    color: #0aab8a;
}

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

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

/* Structure & Positions */
h1 {
    border-bottom: 5px solid #0aab8a;
    color: #0aab8a;
    clear: both;
    display: inline-block;
    font-size: 28px;
    line-height: 1em;
    margin: 8px 0 30px;
    padding-bottom: 16px;
}
h1 span {
    color: #000;
    font-family: "OpenSans Semibold", Sans-Serif;
}
body.is-home h1 {
    font-size: 24px;
}
.container {
    max-width: 1020px;
    padding: 15px 15px;
}
.head-cont {
    background-color: #3d95bd;
    position: relative;
    z-index: 100;
}
.head-rail-cont span {
    color: #489bc1;
}
.head-rail-cont .fModuletest img {
    max-height: 50px;
    width: auto;
}
.head-rail-cont .fModuletest .fGalleryText {
    display: none;
}
.head-rail-cont ul,
.head-rail-cont li,
.head-rail-cont ul li a {
    display: flex;
    align-items: center;
}
.head-rail-cont .region-head-rail {
    display: flex;
    align-items: center;
}
.foot-cont {
    background-color: #3d95bd;
}
.head-cont .container,
.head-rail-cont .container {
    padding-top: 0;
    padding-bottom: 0;
}
.head-rail-cont .fModule .fModuleContent,
.head-rail-cont .fModule .fModuleContent a,
.foot-cont .fModule .fModuleContent,
.foot-cont .fModule .fModuleContent a {
    color: #fff;
}
.head-rail-cont .fModule .fModuleContent a {
    color: #4267b2;
}
.head-rail-cont .fModule .fModuleContent a:last-child {
    color: #0077b5;
}
.region-head-right .fModule .fModuleContent {
    text-align: right;
}
.banner-cont .container {
    background-color: #333;
    min-height: 6px;
    max-width: 1400px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.showcase-top-cont .fModule,
.showcase-bottom-cont .fModule {
    padding: 30px 15px;
}
.showcase-bottom-cont .fModule {
    padding-top: 45px;
    padding-bottom: 45px;
}
.showcase-top-cont .fModule > .fModuleTitle,
.showcase-top-cont .fModule .fModuleContent,
.showcase-bottom-cont .fModule > .fModuleTitle,
.showcase-bottom-cont .fModule .fModuleContent {
    margin: 0 auto;
    max-width: 1020px;
}
.showcase-top-cont .fModule > .fModuleTitle h3,
.showcase-bottom-cont .fModule > .fModuleTitle h3 {
    border-bottom: 5px solid #0aab8a;
    color: #0aab8a;
    display: inline-block;
    font-family: "OpenSans Light";
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 16px;
}
.showcase-top-cont .fModule > .fModuleTitle h3 span,
.showcase-bottom-cont .fModule > .fModuleTitle h3 span {
    color: #000;
    font-family: "OpenSans Semibold";
}
.body-cont {
    padding-top: 15px;
    padding-bottom: 15px;
}
.triptych-cont {
    /* background-color: #333; */
	background-image:url(../images/footer.jpg);
}
.triptych-cont .container {
    padding-top: 45px;
    padding-bottom: 45px;
}
.triptych-cont .container .fModule {
    border-bottom: 1px dotted #666;
    margin-bottom: 15px;
}
.triptych-cont .container .fModule:last-of-type {
    border-bottom: 0;
}
.triptych-cont .container .fModule .fModuleTitle h3 {
    color: #fff;
    font-family: "OpenSans Semibold", Arial;
    font-size: 18px;
    margin-bottom: 20px;
}
.triptych-cont .container .fModule .fModuleContent {
    color: #ccc;
}
.triptych-cont .container .fModule .fModuleContent a {
    color: #0aab8a;
}
.region-foot .fModule .fModuleContent {
    color: #fff;
    text-align: center;
}
.region-foot .fModule .fModuleContent a {
    color: #fff;
    font-weight: bold;
}

/* Logos and headings */
#logo img {
    display: block;
    max-width: 100%;
    width: auto;
    padding: 12px 0;
}

/* Content */
.about-us-columns {
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-us-columns h3 {
    background-color: #eee;
    font-family: "OpenSans Semibold", Arial;
    font-size: 14px;
    padding: 3px;
}
.about-us-columns .col-md-4 {
    border-right: 2px solid #ccc;
}
.about-us-columns .col-md-4:last-of-type {
    border-right: none;
}
.region-showcase-bottom .fModuleGallery {
    padding-top: 0;
}
.fModuleGallery .fGalleryList h3 {
    background-color: #0aab8a;
    color: #fff;
    display: block;
    margin-top: 0 !important;
    padding: 6px 6px;
    text-align: center;
    text-transform: uppercase;
}
.fModuleGallery .fGalleryList h3 a {
    color: #fff;
}

/* Social Icons */
.head-rail-cont .fModuleSocialIcons .fModuleContent p {
    margin: 0;
    text-align: right;
}
.region-head-rail .fModuleSocialIcons .fModuleContent a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 8px;
}
.region-head-rail .fModuleSocialIcons .fModuleContent a:hover {
    background-color: #0aab8a;
}
.region-head-rail .fModuleSocialIcons .fModuleContent a span {
    display: none;
}

/* Main Menu */
.fModuleMainMenuSwitch {
    display: block;
    margin-top: 18px;
}
.fModuleMainMenuSwitch .fModuleContent a {
    background-color: #3d95bd;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
}
.region-head-right .fModuleMainMenu {
    display: none;
}
.region-head-right .fModuleMainMenu.show {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
}
.region-head-right .fModuleMainMenu.show .fMenu > li {
    float: none;
    text-align: center;
}
.region-head-right .fModuleMainMenu.show .fMenu {
    float: none;
}
.fModuleMainMenu .fModuleContent {
    overflow: hidden;
}
.fModuleMainMenu .fMenu {
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.fModuleMainMenu .fMenu a {
    display: block;
}
.fModuleMainMenu .fMenu > li {
    display: block;
    float: left;
}
.fModuleMainMenu .fMenu > li > a {
    /*color: #666;*/
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 29px 10px;
}
.fModuleMainMenu .fMenu > li.menuitem-expandable > a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    float: right;
    margin-left: 6px;
}

.fModuleMainMenu .fMenu > li.menuitem-expandable > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    float: right;
    margin-left: 6px;
}

.fModuleMainMenu .fMenu > li.menuitem-focused > a {
    background-color: #3d95bd;
    color: #fff;
}
.fModuleMainMenu .fMenu > li > ul {
    background-color: #3d95bd;
    display: none;
    position: absolute;
    width: 250px;
    z-index: 500;
}
.fModuleMainMenu .fMenu > li > ul > li > a {
    border-top: 1px dotted #2d8da6;
    color: #eee;
    padding: 6px 10px;
    text-align: left;
}
.fModuleMainMenu .fMenu > li > ul > li.menuitem-focused > a {
    background-color: #0aab8a;
    color: #fff;
}
.fModuleMainMenu .fMenu > li.menuitem-focused ul {
    display: block;
}
body.not-at-top .head-cont {
    box-shadow: 0 0 12px rgba(0,0,0,.25);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}
body.not-at-top #logo img {
    height: 50px;
    padding: 3px 0 5px;
}
body.not-at-top .fModuleMainMenu .fMenu > li > a {
    padding-top: 15px;
    padding-bottom: 16px;
}
body.not-at-top .fModuleMainMenuSwitch {
    margin-top: 6px;
}

/* Banner */
.fModuleBanner .fModuleContent {
    position: relative;
}
.fModuleBanner .fGalleryList .fGalleryImage {
    display: block;
    max-width: 100%;
    width: 100%;
}
.fModuleBanner .banner-control {
    display: none;
}
.fModuleBanner .banner-pager {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 201;
}
.fModuleBanner .banner-pager span {
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-block;
    height: 15px;
    line-height: 50px;
    overflow: hidden;
    margin: 0 0 0 6px;
    transition: .3s;
    width: 15px;
}
.fModuleBanner .banner-pager .cycle-pager-active {
    background-color: #0aab8a;
    border-color: #0aab8a;
}

/* Our Services */
.fModuleOurServices {
    background-color: #D9F8F3;
    background-position: center bottom;
    background-image: url(../images/blue.bg.jpg);
    background-repeat: repeat-x;
}
.fModuleOurServices .fModuleContent strong {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.fModuleOurServices .fModuleContent strong:before {
    background-color: #fff;
    border: 8px solid #97e0a9;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 28px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
    transition: .3s;
    width: 28px;
}

.fModuleOurServices .fModuleContent ul li.conference strong:before {
    border: 2px solid #97e0a9;
    border-radius: 50%;
    content: "\f0c0";
    display: inline-block;
    font-family: "FontAwesome";
    height: 32px;
    padding: 6px 6px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
    font-size: 14px;
    transition: .3s;
    width: 32px;
}

.fModuleOurServices .fModuleContent ul li.business strong:before {
    border: 2px solid #97e0a9;
    border-radius: 50%;
    content: "\f072";
    display: inline-block;
    font-family: "FontAwesome";
    height: 32px;
    padding: 7px 6px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
    font-size: 18px;
    transition: .3s;
    width: 32px;
}

.fModuleOurServices .fModuleContent ul li.corporate strong:before {
    border: 2px solid #97e0a9;
    border-radius: 50%;
    content: "\f2b5";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    height: 32px;
    padding: 6px 5px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
    font-size: 14px;
    transition: .3s;
    width: 32px;
}

.fModuleOurServices .fModuleContent ul li.destination strong:before {
    border: 2px solid #97e0a9;
    border-radius: 50%;
    content: "\f0ac";
    display: inline-block;
    font-family: "FontAwesome";
    height: 32px;
   padding: 6px 7px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
    font-size: 16px;
    transition: .3s;
    width: 32px;
}

.fModuleOurServices .fModuleContent ul li.association strong:before {
    border: 2px solid #97e0a9;
    border-radius: 50%;
	content: "\f2b5";
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    height: 32px;
   padding: 6px 5px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
    font-size: 15px;
    transition: .3s;
    width: 32px;
}

.fModuleOurServices .fModuleContent ul li.exhibitions strong:before {
    border: 2px solid #97e0a9;
    border-radius: 50%;
    content: "\f073";
    display: inline-block;
    font-family: "FontAwesome";
    height: 32px;
    padding: 6px 6px;
    margin: -3px 10px 0 0;
    vertical-align: middle;
    overflow: hidden;
    font-size: 15px;
    transition: .3s;
    width: 32px;
}


.fModuleOurServices .fModuleContent ul li:hover strong:before {
    border-width: 2px;
}
.fModuleOurServices .fModuleContent ul li p {
    font-family: "Arial", Sans-Serif;
    font-size: 16px;
}
.fModuleOurServices .fModuleContent .f-button {
    margin-top: 12px;
}
.fModuleOurServices .fModuleContent ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.fModuleOurServices .fModuleContent ul li {
    list-style-type: none;
    margin: 0 0 6px 0;
    padding: 10px 10px;
}

/* Showcase - Bottom */
.fModuleSubscribeToUs {
    background-image: url(../images/sub-banner.bg.jpg);
}
.region-showcase-bottom .fModuleSocialIcons,
.fModuleSubscribeToUs {
    background-color: #2d8da6;
    background-repeat: repeat-x;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent,
.fModuleSubscribeToUs .fModuleContent {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent a,
.fModuleSubscribeToUs .fModuleContent a {
    color: #fff;
    vertical-align: middle;
}
.fModuleSubscribeToUs .fModuleContent .f-button {
    background-color: #333;
    margin: 0 6px;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent a {
    background-color: #333;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    color: #fff;
    display: inline-block;
    font-size: 24px;
    margin: 8px 3px 0;
    overflow: hidden;
    padding: 6px 0 0 6px;
    height: 36px;
    text-align: center;
    width: 36px;
}
.region-showcase-bottom .fModuleSocialIcons a:hover {
    background-color: #333;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent a.facebook {
    background-color: #194ebd;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent a.twitter {
    background-color: #00aced;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent a.google-plus {
    background-color: #d14333;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent a.linkedin {
    background-color: #1D8CB5;
}
.region-showcase-bottom .fModuleSocialIcons .fModuleContent a span {
    display: none;
}

/* Logos Block */
.simply-scroll-clip {
    overflow: hidden;
}
.fModuleLogos .fGalleryList {
    height: 100px;
}
.fModuleLogos .fGalleryList .fGalleryItem {
    display: inline-block;
    padding: 20px 50px;
    width: auto;
    text-align: center;
}
.fModuleLogos .fGalleryList .fGalleryItem img {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: auto;
}

/* Testimonials */
.fModuleTestimonials {
    background-color: #2d8da6;
    background-image: url(../images/blue.bg.jpg);
}
.fModuleTestimonials .fModuleContent {
    font-family: "OpenSans Light";
    font-size: 16px;
    overflow: hidden;
    position: relative;
    line-height: 175%;
    padding-left: 56px;
}
.fModuleTestimonials .fModuleContent:before {
    color: #0aab8a;
    content: "\f10d";
    display: block;
    font-family: "FontAwesome";
    font-size: 36px;
    left: 4px;
    margin-right: 15px;
    position: absolute;
}
.fModuleTestimonials .fModuleContent strong {
    color: #0aab8a;
    display: block;
    font-family: "OpenSans Semibold";
    font-size: 20px;
    margin-top: 15px;
    text-align: right;
}
.fModuleTestimonials .fModuleContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
	background-color: transparent;
}
.fModuleTestimonials .fModuleContent ul li {
    line-height: 150%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
	background-color:transparent;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 2;
}

@media screen and (min-width: 640px) {
    
    body.is-home h1 {
        font-size: 42px;
    }
    .showcase-top-cont .fModule > .fModuleTitle h3,
    .showcase-bottom-cont .fModule > .fModuleTitle h3 {
        font-size: 42px;
    }
    
    .fModuleGallery .fGalleryList {
        overflow: hidden;
    }
    .fModuleGallery .fGalleryList .fGalleryItem {
        float: left;
        margin-left: 2%;
        width: 32%;
    }
    .fModuleGallery .fGalleryList .fGalleryItem:nth-of-type(3n+1) {
        clear: left;
        margin-left: 0;
    }
    
}

@media screen and (min-width: 768px) {
    
    .body-cont {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .region-showcase-bottom .fModuleSocialIcons .fModuleContent a {
        margin-top: 0;
    }
    .region-showcase-bottom .fModuleSocialIcons .fModuleContent br {
        display: none;
    }
    
    .fModuleOurServices .fModuleContent ul li {
        float: left;
        margin-left: 2%;
        width: 49%;
    }
    .fModuleOurServices .fModuleContent ul li:nth-of-type(2n+1) {
        clear: left;
        margin-left: 0;
    }
    
    .triptych-cont .container .fModule {
        border-bottom: 0;
        margin-bottom: 0;
    }
    
}
@media screen and (min-width: 992px) {
    
    .fModuleMainMenuSwitch {
        display: none;
    }
    .region-head-right .fModuleMainMenu {
        display: block;
    }
    
}

/* Member listing */

@charset "utf-8";

.fPageFilter {
    height: 100%;
    overflow: hidden;
}
.fPageFilter a {
    margin-right: 10px;
}
.no-list {
    padding: 5em 0;
    text-align: center;
}
table.fListing {
    margin: 10px 0px;
    width: 100%;
}
table.fListing th.sorted {
    text-decoration:underline;
}
table.fListing th {
    border-bottom:2px solid #000000;
    padding:3px;
	font-weight:500;
}
table.fListing td {
    padding:3px;
}
table.fListing .primary {
    text-align:left;
}
table.fListing td.primary a {
    display: block;
    font-weight: 500;
}

/* Icon sets */
.icon-none {
    background-color: #666;
}
.f-iconset {
}
.f-iconset > .item {
    box-sizing: border-box;
    display: inline-block;
    padding: .25em;
    text-align: center;
    width: 12.5%;
}
.f-iconset > .item > .icon {
    display: inline-block;
    height: 3em;
    margin-bottom: .5em;
    width: 3em;
}
.f-iconset > .item > .label {
    display: block;
    height: 2.5em;
    overflow: hidden;
}

.fPageFilter {
    border: 1px solid #ccc;
    background-color: #eee;
    margin-bottom: 1em;
    overflow: hidden;
    padding: .25em;
}
.fPageFilter .fPageFilter-Item1 {
    float: left;
}
.fPageFilter .fPageFilter-Item2 {
    float: right;
}
table.ui-list {
    margin: .5em 0;
    width: 100%;
}
table.ui-list tbody tr {
    border-bottom: 1px dotted #ccc;
}
table.ui-list tbody tr:nth-child(even) {
    /*background-color: #eee;*/
}
table.ui-list tr td {
    padding: .5em .25em;
    vertical-align: top;
}
.ui-nvp {
    margin: 0;
    padding: 0;
}
.ui-nvp > li.item {
    overflow: hidden;
    list-style: none;
    margin: 0 0 .25em;
    padding: 0;
}
.ui-nvp > li.item:last-of-type {
    margin-bottom: 0;
}
.ui-nvp > li.item .label {
    display: block;
    font-weight: 500;
    float: left;
    width: 29%;
}
.ui-nvp > li.item .value {
    float: left;
}

.ui-nvp > li.item .value a {
    color: #586BA5;
    font-weight: 500;
}
.fMemberList tr h3 {
    background-color: #ed1548;
    color: #000;
    margin: 0 0 .5em;
    padding: .25em;
}
.fMemberList tr h3 a {
    color: #fff;
    text-decoration: none;
}
.fMemberList tr h3 a.view-detail {
    float: right;
}
.fMemberList .ui-image {
    float: left;
    margin-right: 1.5em;
    max-width: 175px;
}
.fMemberList .ui-nvp .value ul {
    margin: 0;
}
.fMemberList tr td {
    overflow: hidden;
	padding-bottom:10px;
}

.fMemberList tr td strong{
	font-weight:500;
	text-transform: uppercase;
}

.member-profile-container {
    overflow: hidden;
}
.member-profile-container .image-container {
    float: left;
    margin-right: 2%;
    max-width: 175px;
    width: 24%;
}
.member-profile-container .ui-image {
    display: block;
    max-width: 100%;
    width: 100%;
}
.member-profile-container .data-container {
    float: left;
    width: 72%;
}
.member-profile-container .about-container {
    margin-bottom: 1em;
}
.member-profile-container .ui-nvp {
    border: 1px solid #ccc;
}
.member-profile-container .ui-nvp > li.item {
    padding: .5em;
}
.member-profile-container .ui-nvp > li.item:nth-child(even) {
    background-color: #eee;
}
.member-profile-container ul {
    margin: 0;
}

/* News / Updates */

.fGalleryWrapper .fGalleryList .fGalleryItem img {display:none;}
@media (max-width: 480px) {
    .fModuleMainMenu .fMenu {
        display: block;
        background: #3d95bd;
    }
}