html {
	overflow-y: scroll;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #231F20;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #414042;
}
a {
	color: #EF6A42;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #414042;
}
table {
	width: 100% !important;
}
.center-text {
	text-align: center;
}
button:focus, button:active, button:hover {
	outline: 0;
}
::-webkit-input-placeholder {
    color: #ffffff;
	text-transform: capitalize;
}

:-moz-placeholder { /* Firefox 18- */
   	color: #ffffff;  
	text-transform: capitalize;
}

::-moz-placeholder {  /* Firefox 19+ */
   	color: #ffffff;  
	text-transform: capitalize;
}
:-ms-input-placeholder {  
   	color: #ffffff;  
	text-transform: capitalize;
}
.clearBoth {
	clear: both;
}
.noShow {
	display: none;
}
.custom-img-float-left {
	float: left;
	width: 70%;
	padding: 0.5em;
}
.custom-img-float-right {
	float: right;
	width: 70%;
	padding: 0.5em;
}
body {
	position: absolute;
}
.custom-body-container {
	height: 100%;
}
.custom-right-container {
	margin-top: 4em;
}
.result-category { 
	display: none; 
}
.custom-img-inline {
	float: left;
	width: 50%;
	padding: 0.5em;
}
.custom-img-inline-no-width {
	display: inline-block !important;
	padding: 0.5em;
}
.custom-img-centered {
	float: none;
	padding: 0.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}
.enhancedTableSimple tr td {
	padding: 0.5em;
}
.join_button {
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #49C4D3;
    font-size: 1.3em;
    background: rgba(35, 31, 32, 0.9);
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 0.5em 0.5em;
    margin-top: 0.5em;
}
.join_button:hover {
	text-decoration: none;
    color: #ffffff;
    background: #4bbac7;			
}
/********************* BEGIN BACKGROUND OVERLAY **********************/
.background-overlay {
	width: 100%;
    position: fixed;
    max-width: 90.65em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    display: block;
	background-image: url("/images/display/backgroundT.png");
    background-size: contain;
	background-repeat: repeat-y;
}
/********************* END BACKGROUND OVERLAY **********************/

/********************* BEGIN HEADER SECTION **************************/
.custom-header {
	background: rgba(65, 64, 66, 0.9);
	width: 100%;
	position: absolute;
}
.custom-header .header-login-container {
	float: right;
	margin: 0em;
	padding: 0em;
}
.custom-header .header-login-container p {
	margin: 0;
}
.custom-header .header-login-container .login-input-container {
	display: inline-block;
	position: relative;
	margin-left: -0.15em;
	vertical-align: top;
	height: 42px;
}
.custom-header .header-login-container .login-input-container input {
	background: #282828;
	color: #ffffff;
	border: none;
	border-radius: 0px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	/*padding: 1.5em 0em 1.5em 2.5em;*/
	padding: 0.9em 0em 0.9em 2.5em;
	width: 220px;
	font-size: 1em;
	height: 100%;
}
.custom-header .header-login-container .login-input-container .fa {
	color: white;
    border: 1px solid white;
    border-radius: 50%;
    padding: 0.2em 0.33em;
    font-size: 0.9em;
    position: absolute;
    top: 0.85em;
    left: 0.65em;
}
.btn-submit, .logout-button, .dashboard-button  {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
	background: #045CA8;
	color: #ffffff;
    padding: 0.8em 2.2em;
    margin-left: -0.28em;
	vertical-align: top;
	height: 42px;
}
.btn-submit:hover, .logout-button:hover, .dashboard-button:hover {
	background: #11375b;
}
.custom-header .header-logout .logout-user-name {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	margin-top: 0.8em;
	margin-right: 1em;
}
.dashboard-button {
	margin-right: 0.5em;
}
/********************* END HEADER SECTION **************************/

/********************* BEGIN LEFT NAV SECTION *************************/
.custom-left-nav {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}
/********************* END LEFT NAV SECTION ***************************/

/********************* BEGIN LOGOS AND SOCIAL MEDIA SECTION *************************/
.custom-logo-mobile-container {
	display: none;
}
.custom-logo-container .site-main-logo {
	background: #282828;
	padding: 3em 2.5em;
}
.custom-logo-container .site-main-logo img {
	width: 100%;
}
.custom-logo-container .site-gift-fairs-logo {
    text-align: center;
}
.custom-logo-container .site-gift-fairs-logo img {
	width: 100%;
	padding: 1.5em 5em;	
	background: #49C4D3;
}
.custom-logo-container .site-gift-fairs-logo a:hover img {
	background: #237c86;
}
.custom-logo-container .site-gift-fairs-logo p {
	padding: 0;
	margin: 0;
}
.social-media-container ul {
	text-align: center;
	padding: 1em 0em;
}
.social-media-container ul li {
	display: inline-block;
	padding: 0em 0.5em;
}
.social-media-container ul li a {
	background: #49C4D3;
    border-radius: 50%;
    font-size: 1em;
    padding: 0.5em 0.7em;
	display: inline-block;
}
.social-media-container ul li a.fa-facebook {
	padding: 0.5em 0.8em;
}
.social-media-container ul li a.fa-twitter {
	padding: 0.5em;
}
.social-media-container ul li a::before {
	color: #ffffff;
    font-size: 1.5em;
}
.social-media-container ul li a:hover, .social-media-container ul li a:focus {
	background: #237c86;
}
/********************* END LOGOS AND SOCIAL MEDIA SECTION ***************************/

/******************* BEGIN MAIN MENU SECTION ****************************/
.custom-mobile-menu {
	display: none;
}
.custom-mainmenu #t3-mainnav {
	background: transparent;
	border: none;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 3em;
}
.custom-mainmenu .navbar-nav {
	width: 100%;
}
.custom-mainmenu .navbar-nav > li {
	float: none;
}
.custom-mainmenu .navbar-default .navbar-nav > li > a {
	text-transform: lowercase;
	font-family: 'Raleway', sans-serif;
	color: #414042;
    font-size: 1.4em;
	padding-left: 1em;
	padding-right: 1em;
}
.custom-mainmenu .navbar-default .navbar-nav > li.dropdown > a {
	font-weight: bold;			
}
.custom-mainmenu .navbar-default .navbar-nav > li > a:hover {
	color: #49C4D3;
}
.custom-mainmenu .dropdown-menu {
	position: relative;
	float: none;
	border: none;
    box-shadow: none;
    background: #ffffff;
	border: none;
	border-radius: 0px;
}
.custom-mainmenu .dropdown-submenu .dropdown-menu {
	margin-top: 0px;
	margin-left: 0px;
	left: 0%;
	border: none;
	border-radius: 0px;
}
.custom-mainmenu .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
	float: right;
	border: none;
	margin-right: 0.5em;
	margin-top: 0.1em;
}
.custom-mainmenu .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret::before {
	content:url("/images/display/arrow_right.png"); 				
}
.custom-mainmenu .t3-megamenu .nav > .dropdown.open > .dropdown-toggle .caret {
	margin-right: 0.6em;
	margin-top: 0em;
}
.custom-mainmenu .t3-megamenu .nav > .dropdown.open > .dropdown-toggle .caret::before {
	content:url("/images/display/arrow_down.png"); 				
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
	border: none;
	margin-right: 0.2em;
	margin-top: 0em;
	content:url("/images/display/arrow_right.png"); 				
}
.t3-megamenu .mega-nav .dropdown-submenu.open > a::after {
	margin-right: 0.45em;
	content:url("/images/display/arrow_down.png"); 				
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
	text-transform: lowercase;
	font-family: 'Raleway', sans-serif;	
	color: #49C4D3;
    font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 0em;
}
.t3-megamenu .mega-nav > li.open > a, .t3-megamenu .dropdown-menu .mega-nav > li.open > a {
	color: #414042;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
	margin-left: -1.1em;
}
.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a:hover::before {
	content: "\2022";
    font-size: 2em;
    vertical-align: middle;
	line-height: 0em;
	margin-right: 0.2em;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
	background-color: transparent;	
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
	border: none;
}
.custom-mainmenu .mega-inner {
	padding: 5px 0px 5px 20px;
}
.custom-mainmenu .mega-nav .nav-child .mega-dropdown-inner .mega-col-nav {
	padding: 0em;
}
.custom-mainmenu .dropdown.active a {
	background: #ffffff;
}
.custom-mainmenu .dropdown.active .nav-child .active.current > a, .custom-mainmenu .dropdown.active .nav-child .active > a {
	margin-left: -1.1em;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #414042;
}
.custom-mainmenu .dropdown.active .nav-child .active.current > a::before, .custom-mainmenu .dropdown.active .nav-child .active > a::before {
	content: "\2022";
    font-size: 2em;
    vertical-align: middle;
	line-height: 0em;
	margin-right: 0.2em;							
}
.custom-mainmenu .navbar-nav > li.active a {
	background-color: transparent !important;
	background: transparent;
}
/******************* END MAIN MENU SECTION ****************************/

/******************* BEGIN FOOTER SECTION ****************************/
.custom-footer-mobile {
	display: none;
}
.custom-footer {
	width: 22.6em; /*width of column*/
	position: fixed;
	bottom: 0em;
	padding: 0.2em 0em;
	background: #ffffff;
	z-index: 10000;
}
.custom-footer #t3-footer {
	background: transparent;
	border: none;
}
.custom-footer #t3-footer ul {
	width: 100%;
}
.custom-footer #t3-footer ul li {
	display: inline-block;
	border-right: 1px solid #EF6A42;
}
.custom-footer #t3-footer ul li:last-child {
	border-right: none;
}
.custom-footer #t3-footer ul li a {
	font-family: 'Raleway', sans-serif;	
	color: #EF6A42;
	text-transform: uppercase;
	font-size: 0.85em;
	padding: 0em 1.3em;	
}
.custom-footer #t3-footer ul li a:nth-child(2) {
	padding-left: 0em;
}
.custom-footer #t3-footer ul li a:hover, .custom-footer #t3-footer ul li a:focus {
	background-color: transparent;
	color: #414042;
}
.custom-footer #t3-footer ul li.current a {
	background-color: transparent;
	color: #414042;
}
/******************* END FOOTER SECTION ****************************/

/******************* BEGIN HOME BODY SECTION **************************/
.custom-body-home {
	padding: 2em;
	margin-top: 6.3em;
}
.home-page-message {
	width: 80%;
}
.home-page-message .custom {
	font-family: 'Raleway', sans-serif;	
	font-size: 3.5em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1em;
}
.home-page-call-to-action .custom a {
	font-family: 'Raleway', sans-serif;	
	font-weight: bold;
	text-transform: uppercase;
	color: #49C4D3;
	font-size: 2.3em;
	background: rgba(35, 31, 32, 0.9);
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 0.2em 0.5em;
	margin-top: 0.5em;
}
.home-page-call-to-action .custom a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #4bbac7;
}
.home-page-call-to-action .custom p {
	margin: 0;
	padding: 0;
}
/******************* END HOME BODY SECTION **************************/

/******************* BEGIN INTERIOR PAGES SECTION *******************/
#cb-blur {
    -webkit-filter: blur(3px); 
    filter: blur(3px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}
.item-page .article-aside .btn-group {
	display: none;
}	
body.interior .custom-right-container {
	margin-top: 6em;
}
.custom-mobile-menu-interior-header {
	display: none;
}
.custom-fixed-body-container {
	background: #ffffff;
	padding: 0em;
	position: relative;
	width: 100%;
	height: 100%;
	margin-left: 1em;
}
.t3-mainbody {
	padding: 0em;
}
#t3-content {
	padding-top: 0em;
	padding-bottom: 0em;
}
.page-header {
	background: #424142;
	padding: 1em 2em;	
	margin-bottom: 1em;
	border: none;
}
.page-header h1 {
	color: #ffffff;
	text-transform: lowercase;
}
#t3-content .item-page {
	padding: 0em 2em 1em 2em;
	margin-top: 0em;
}
.custom-breadcrubms .breadcrumb {
	background: transparent;
	padding: 0em 2em
}
.custom-breadcrubms .breadcrumb .hasTooltip{
	display: none;
}
.custom-breadcrubms .breadcrumb li {
	font-family: 'Raleway', sans-serif;	
	text-transform: lowercase;
	font-size: 0.9em;
	font-weight: 500;
}
.custom-breadcrubms .breadcrumb li::before {
	display: none;
}
.custom-breadcrubms .breadcrumb li a {
	color: #EF6A42;
}
.custom-breadcrubms .breadcrumb li span {
	color: #58595B;				
}
.custom-breadcrubms .breadcrumb li .divider {
	display: inline-block;
	padding: 0em 0.5em;
	color: #58595B;		
}
.item-image {
	width: 100%;
	margin-bottom: 1em;
}
.item-image img {
	width: 100%;
}
.custom-article-image {
	padding: 1em 3em;
}
.custom-article-image img {
	width: 100%;
    background-size: cover;
    height: 170px;
    background-repeat: no-repeat;
	background-position: center;
    border: none;
}
.custom-body-sidebar {
	padding-top: 1em;
	padding-left: 0em;
}
.custom-body-sidebar h3 {
	margin-top: 0em;
	margin-right: 1em;
    text-transform: lowercase;
    color: #EF6A42;
}
.custom-body-sidebar ul {
	margin-right: 1.5em;
}
.custom-body-sidebar ul li {
	margin-bottom: 0.5em;
}
.custom-body-sidebar ul li a, .custom-body-sidebar ul li.active a {
	color: #ffffff;
    background: #EF6A42;
    border: none;
    border-radius: 0px;
    padding: 0.7em 1em;
    font-size: 1em;
	font-family: 'Raleway', sans-serif;
	text-transform: lowercase;
	font-weight: bold;
}
.custom-body-sidebar ul li a:hover, .custom-body-sidebar ul li a:focus, .custom-body-sidebar ul li.active a:hover, .custom-body-sidebar ul li.active a:focus {
	background: #F29760;
}
.social-media-container {
	display: none;
}
#jmap_sitemap {
	padding: 0em 3em;
	font-family: 'Raleway', sans-serif;
}
#jmap_sitemap h1 {
	display: none;
}
#jmap_sitemap li.collapsable {
	padding: 0em !important;
}
#jmap_sitemap ul li a:hover {
	color: #414042;
}
#jmap_sitemap .folder {
	color: #49C4D3;
	font-family: 'Raleway', sans-serif !important;
}
#jmap_sitemap .folder:hover {
	color: #237c86;
}
.search {
	padding: 0em 2em;
}
.search .input-group input {
	border-radius: 0px;
}
.search .input-group button {
	border-radius: 0px;
	background: #045CA8;
	color: #ffffff;
}
.search .input-group button:hover {
	background: #11375b;
}
.search .chzn-single {
	border-radius: 0px;
}
.search .only {
	display: none;
}
.search legend, .search .control-label {
	font-family: 'Raleway', sans-serif;
	text-transform: lowercase;
	font-weight: bold;
}
.article-content .bfFormDiv .bfQuickMode input, .bfFormDiv .bfQuickMode textarea {
	border-radius: 0px;
	max-width: 80%;
	vertical-align: top;
}
.article-content .bfFormDiv .bfQuickMode .controls .control-label {
	font-weight: normal;
    text-align: right;
    margin-left: 0em;
    width: 15%;
    margin-right: 1em;
	font-family: 'Raleway', sans-serif;
}
.article-content .bfFormDiv .bfQuickMode .form-actions {
	background: transparent;
	margin-top: 0em;
}
.article-content .bfFormDiv .bfQuickMode .form-actions button {
	border-radius: 0px;
	background: #EF6A42;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	text-transform: lowercase;
	font-size: 1.1em;
	border: none;
}
.article-content .bfFormDiv .bfQuickMode .form-actions button:hover {
	background: #F29760; 
}
.article-content .alert-error {
	border-radius: 0px;
	border: none;
	color: #ffffff;
	background-color: #49C4D3;
}
.custom-body-sidebar .custom-in-this-section {
	display: none;
}
.es-carousel-wrapper {
	border-radius: 0px !important;
}
.rg-image-wrapper .rg-image img {
	width: 100%;
}
.custom-gallery {
	padding: 0em 2em;
}
/******************* END INTERIOR PAGES SECTION *******************/

/******************* BEGIN PRE AND POST BODY SECTIONS *************/
.custom-body-post {
	padding-bottom: 3em;
}
/******************* END PRE AND POST BODY SECTIONS *************/

/******************* BEGIN LOGIN PAGE ***************************/
.article-login-container .login-input-container {
	position: relative;
}

.article-login-container .login-input-container .login-icon {
    display: block;
    position: absolute;
    margin: 10px 10px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.article-login-container .login-input-container .email-icon {
    background-image: url(/templates/t3_bs3_blank/images/emailIcon.svg);
}

.article-login-container .login-input-container .password-icon {
    background-image: url(/templates/t3_bs3_blank/images/passwordIcon.svg);
}
.article-login-container input {
	border-radius: 0px;
	min-width: 25em;
  margin-bottom: 0.5em;
  padding-left: 3em;
}
.article-login-container .fa {
	position: absolute;
	border: 1px solid #424142;
	border-radius: 50%;
	padding: 0.2em 0.4em;
    top: 0.5em;
	left: 0.5em;
}
.article-login-container .fa.fa-user {
	padding: 0.2em 0.3em;
}
.article-login-container .login-button {
    margin-top: 0.5em;
    margin-left: 0;
    margin-bottom: 1.5em;
}
/******************* END LOGIN PAGE ***************************/

/******************* BEGIN EVENTS CALENDAR AND DATATABLE ********************/
#eventViewSelection {
	text-align: center;
	margin-bottom: 2em;
}
#eventViewSelection button {
	border: none;
    border-radius: 0;
    background: #045CA8;
    color: white;
    text-transform: lowercase;
    padding: 0.5em 2em;
    font-size: 1.3em;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}
#eventViewSelection button.active, #eventViewSelection button:hover {
	background: #11375b;
}
#eventViewSelection button:first-child {
	padding: 0.5em 1em;
}
section > .fc-toolbar {
	margin-bottom: 1em;
}
section > .fc-toolbar h2 {
	font-size: 2em;
	font-weight: bold;
	color: #414042;
}
.custom-blank-toolbar {
	height: 2.05em;
}
#eventsCalendar {
	margin-top: 0em;
}
.fc-event-container {
    padding: 0.2em 0.5em !important;
	background: transparent !important;
}
.fc-event:hover {
    color: #ffffff;
    text-decoration: none;
    background: #237c86;
}
.fc-day-grid-event {
    border: none;
    background: #49C4D3;
    padding: 0.2em 0.5em;
    cursor: pointer;
    border-radius: 0px !important; 
    color: #ffffff;
}
.fc-day-grid-event:hover {
    border: none;
}
.fc-title {
    white-space: normal;
    line-height: 1.5em;
}
.fc-title:active {
    color: #ffffff !important;
}
.fc-day-grid-event .fc-time{
    display:block;
}
table thead tr th.fc-day-header {
	background: #414042 !important; 
	font-size: 1em;
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;    
    color: #ffffff;
    padding: 5px 15px !important;	
}
.fc-basicWeek-view table thead tr th.fc-day-header {
	display: table-cell !important;
    background: #404041;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    padding: 6px 10px;
}
.fc-widget-content td {
    background: #ffffff;
}
.fc-content-skeleton td {
  border-right: 1px solid lightgrey !important;
}
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
    border-color: lightgrey !important;
}
.fc-view-container {
    padding: 0em;
	margin-top: 0em;
}
.fc-ltr .fc-basic-view .fc-day-number {
    font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	color: #000; 
}
.fc td.fc-today {
    background-color: #F1F1F2; !important;
}
.fc-day-grid-event .fc-time {
    display: none;
}
.fc-row:first-child table {
    margin-bottom: 0;
}
.fc-bg .fc-sun, .fc-bg .fc-sat {
	background: #F1F1F2;
}
.fc-widget-content {
	border: none !important;
}
.fc-view-container .fc-view .fc-widget-header {
	border-top: none !important;
    border-left: none !important;
}
.fc-view-container .fc-view th.fc-widget-header:last-child, .fc-view-container .fc-view td.fc-widget-header {
	border-right: none !important;
}
.fc-button-group {
	font-family: 'Raleway', sans-serif;
}
.fc-button-group button {
	border: none;
    background: #045CA8;
    color: #ffffff;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 0px !important;
    padding: 0.5em;
	text-transform: lowercase;
    font-weight: bold;
}
.fc-button-group button.fc-today-button {
	margin-right: 0.3em;
}
.fc-button-group button:hover {
	background: #11375b;
}
.enhancedTable {
	font-family: 'Raleway', sans-serif !important;
}
.enhancedTable thead {
	background: #58595B;
	color: #ffffff;
	text-transform: uppercase;
}
.enhancedTable thead th {
	border-right: 1px solid #ddd;
	border-bottom: none !important;
	background: #414042;
}
.enhancedTable thead th:last-child {
	border-right: none;
}
.enhancedTable tbody img.tableLoaderImg {
	margin-left: 50%;
}
.enhancedTable tbody a {
	color: #49C4D3;
	font-weight: 500;
}
.enhancedTable tbody a:hover {
	color:  #237c86;
}
.enhancedTable table {
	border-bottom: 1px solid #ddd;
}
.dataTables_wrapper .bottom .dataTables_length {
	margin-top: 1em;
}
.dataTables_wrapper .bottom .dataTables_length label select {
	display: inline;
	border-radius: 0px;
}
.dataTables_wrapper .bottom .dataTables_paginate {
	margin-top: 0.5em;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button {
	border: none;
	border-radius: 0px;
	background: #045CA8;
	color: #ffffff !important;
	box-shadow: none;
	text-shadow: none;
	text-transform: lowercase;
	font-family: 'Raleway', sans-serif !important;
	margin-bottom: 0.5em;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button:hover {
	background: #11375b;
	color: #ffffff !important;
	border: none;
	box-shadow: none;
	text-shadow: none;
}
.dataTables_wrapper .bottom .dataTables_paginate .paginate_button.current {
	background: #11375b;
}
/******************* END EVENTS CALENDAR AND DATATABLE ********************/

/************ BEGIN EVENT DETAILS **********/
#eventDetailsContainer {
	border: none;
	padding: 0em;
}
#eventDetailsContainer h3 {
	background: #f3f3f3;
	font-size: 1.5em;
	padding: 0.5em;
}
#eventDetailsContainer .eventDetailsInfo {
	margin-bottom: 0.3em;
	padding-left: 1em;
}
#eventDetailsContainer .eventDetailsInfo span {
	font-weight: bold;
	text-transform: uppercase;
}
#eventDetailsContainer .eventRegistrationButton {
	margin-top: 2em;
	padding-left: 1em;
}
#eventDetailsContainer .eventRegistrationButton a {
	width: 100%;
    border: none;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
    background: #045CA8;
    height: auto;
    font-size: 1.2em;
	padding: 0.2em 2.2em;
	padding: 0.5em 1em;
	text-decoration: none;
}
#eventDetailsContainer .eventRegistrationButton a:hover {
	background: #11375b;
}
/************ END EVENT DETAILS **********/

/************ BEGIN MEMBERS LIST *********/
#memberContainer {
	margin-top: 2em;
}
.enhancedTable thead tr input {
	border-radius: 0px;
	width: 100%;
}
.enhancedTable thead tr:nth-child(2) {
	background: #E1E2E3 !important;
}
.enhancedTable thead tr:nth-child(2) th {
	background: transparent;
}
/************ END MEMBERS LIST *********/

/************ BEGIN MEMBERS DETAILS ******/
#memberDetailsContainer {
	border: none;
	padding: 0em;
}
#memberDetailsContainer h3 {
	background: #f3f3f3;
	font-size: 1.5em;
	padding: 0.5em;
	margin-top: 0em;
}
#memberDetailsContainer .memberInfo {
	margin-bottom: 0.3em;
	padding-left: 1em;
}
#memberDetailsContainer .memberInfo span {
	font-weight: bold;
	text-transform: uppercase;
}
/************ END MEMBERS DETAILS ******/

/************ BEGIN BLOGS(NEWS) CSS **********/
.blogblog {
	padding: 0em 1em;
	margin-top: -1em;
}
.blogblog .page-header {
	background: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
.blogblog .page-header h2 a {
	/*color: #424142;*/
	text-transform: lowercase;
}
.blogblog .page-header h2 a:hover {
	/*color: #EF6A42;*/
}
.blogblog .blogDate {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.2em;
}
.blogblog img {
	width: 100%;
}
/************ END BLOGS(NEWS) CSS **********/

/************ BEGIN GALLERY CSS *************/
#phocagallery {
	padding: 0em 2em;
}
#phocagallery #pg-icons {
	display: none;
}
#phocagallery > div:last-child {
	display: none !important;
}
#phocagallery .pg-csv-box {
	box-shadow: none;
	padding: 0em;
	margin: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	width: 150px;
	height: 150px;
}
#phocagallery .pg-csv-box .pg-csv-box-img {
	width: 100%;
	height: 100%;
	padding: 0em;
}
#phocagallery .pg-csv-box .pg-csv-box-img img { 
	width: 100%;
}
#phocagallery #pg-msnr-container .pg-cv-box:first-child {
	box-shadow: none;
	margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	display: none;
}
#phocagallery #pg-msnr-container .pg-cv-box:first-child:hover {
	background: transparent;
}
#phocagallery #pg-msnr-container .pg-cv-box {
	box-shadow: none;
	border: 1px solid #dddddd;
	border-radius: 0px;
}
#phocagallery .pagination {
	width: 100%;
	font-weight: bold;
	font-size: 0.8em;
}
#phocagallery .pagination select {
	border-radius: 0px;
	margin-bottom: 0.5em;
	font-size: 1em;
}
#phocagallery .pagination .counter {
	border-radius: 0px;
	margin-top: 1em;
}
#phocagallery .pagination div.pagination {
	font-size: 1em;
	font-weight: normal;
	margin-top: -2.7em;
}
#phocagallery .pagination > .pagination ul.pagination {
	margin-top: 0em;	
}
#phocagallery .pagination > .pagination ul.pagination a {
	border-radius: 0px;
	color: #49C4D3;
	font-size: 1.2em;
}
#phocagallery .pagination > .pagination ul.pagination a:hover {
	background: #49C4D3;
	color: #ffffff;
	border: 1px solid #49C4D3;
}
#phocagallery .pagination > .pagination ul.pagination .active a {
	background: #49C4D3;
	color: #ffffff;
	border: 1px solid #49C4D3;
}
#phocagallery .pagination > .pagination ul.pagination .disabled a {
	color: #dddddd;
}
/************ END GALLERY CSS *************/

/************ BEGIN KUNENA CSS ************/
#Kunena {
	padding: 0em 2em;
}
#Kunena .kprofilebox-welcome form .kbutton {
	display: none;
}
/************ END KUNENA CSS ************/

/************ BEGIN JEVENTS **************/
#jevents {
	padding: 0em 2em;
}
#jevents h2.contentheading {
	display: none;
}
#jevents #jevents_body {
	border: none;
	border-radius: 0px;
	background: transparent;
}
#jevents #jevents_body .month_date {
	padding: 0em;
}
#jevents #jevents_body .month_title, #jevents #jevents_body .month_title_year {
	text-transform: uppercase;
	font-size: 2em;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #414042;
	margin-bottom: 0.5em;
}
#jevents #jevents_body .nav-items > div {
	border: 1px solid #49C4D3;
	border-radius: 0px;
}
#jevents #jevents_body .nav-items > div:first-child {
   	border-radius: 0px;
    border-left: 1px solid #49C4D3;
}
#jevents #jevents_body .nav-items > div:last-child {
   	border-radius: 0px;
    border-right: 1px solid #49C4D3;	
}
#jevents #jevents_body .nav-items > div a:hover {
	background: transparent;
	border-left: 1px solid #49C4D3;
	text-decoration: none;
	font-weight: bold;
}
#jevents #jevents_body .nav-items div.active a, .jev_header2 .active a {
	background: #49C4D3;
}
#jevents .jev_toprow div.previousmonth, #jevents .jev_toprow div.nextmonth {
	background: #49C4D3;
	border: none;
	border-radius: 0px;
	text-transform: uppercase;
}
#jevents .jev_toprow div.currentmonth {
	border-top: 1px solid #49C4D3;
	border-bottom: 1px solid #49C4D3;
	margin-bottom: 1em;
}
#jevents .event_legend_container {
	display: none;
}
#jevents #jevents_body .cal_today a.cal_daylink {
	background-color: #49C4D3;
}
#jevents #jevents_body .cal_today a.cal_daylink:hover {
	border-left: 1px solid #49C4D3;
	border: 1px solid #49C4D3;
	color: #49C4D3;
	background: #ffffff;
}
#jevents #jevents_body .month_cell_st {
	background-color: #424142;
	border: none !important;
	padding: 0.2em;
}
#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
	color: #ffffff;
	background: #424142;
}
#jevents_body a.cal_titlelink:hover {
	font-weight: bold;
}
#jevents #jevents_body .jev_evdt {
	padding: 10px 0px;
}
#jevents .jev_evdt_header {
	background: #f3f3f3;
    font-size: 1.2em;
    padding: 0em 0.5em;
    line-height: 1em;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #414042;
    margin-bottom: 1em;
}
#jevents .jev_eventdetails_body {
	padding: 0em 1em;
}
#jevents .jev_evdt_creator {
	display: none;
}
.custom-jevents-upcoming {
	padding: 1em 2em;
}
.mod_events_latest_content a {
    text-transform: uppercase;
    color: #49C4D3;			
}
.mod_events_latest_content a:hover {
	text-decoration: none;
}

/************ END JEVENTS ****************/

/************ BEGIN BUSINESS PARTNERS PAGE **********/
html.business-partners-container .blogblog img {
	width: 150px;
}
html.business-partners-container .blogblog .readmore a {
	color: #49C4D3;
	padding: 0em;
}
html.business-partners-container .blogblog .readmore a:hover {
	text-decoration: none;
    color: #262626;
}
/************ END BUSINESS PARTNERS PAGE **********/

/************ BEGIN MEMBER DASHBOARD **************/
.memberDashboardContainer h2 {
	background: #f3f3f3;
    font-size: 1.5em;
    padding: 0.5em;	
	margin-top: 0em;
}
.memberDashboardContainer .dashboardRow .dashboardLabel {
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	min-width: 155px;
	text-align: right; 
}
@media (max-width: 430px){
	.memberDashboardContainer .dashboardRow .dashboardLabel { width: 100%; text-align: left; }
}
.memberDashboardContainer .dashboardRow .dashboardInfo {
	display: inline-block;
}
.memberDashboardContainer .dashboardSeparator {
	margin-top: 1em;
}
/************ END MEMBER DASHBOARD **************/

/****************************** BEGIN MEDIA QUERIES ****************************/
@media (min-width: 1310px) {
	.container {
		width: 1300px;
	}
}
@media (max-width: 1309px) and (min-width: 1200px) {
	.background-overlay {
		max-width: 81.4em;
	}
	.custom-footer {
		width: 20.3em;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.custom-logo-container .site-main-logo {
		background: #282828;
		padding: 3em 2em;
	}
	.custom-logo-container .site-gift-fairs-logo img {
		padding: 1.5em 3em;
	}
	.home-page-call-to-action .custom a {
		font-size: 2em;
	}	
	.background-overlay {
		max-width: 67.1em;
	}
	.home-page-message {
		width: 100%;
	}
	.custom-footer {
		width: 16.75em;
	}
	.custom-mainmenu .navbar-default .navbar-nav > li > a {
		font-size: 1.3em;
	}
	.custom-mainmenu .t3-megamenu .nav > .dropdown > .dropdown-toggle .caret {
		margin-top: 0.1em;
	}
	.t3-megamenu .mega-nav > li a, .t3-megamenu .dropdown-menu .mega-nav > li a {
		font-size: 1em;
	}
	.custom-mainmenu .mega-inner {
		padding: 5px 0px 5px 10px;
	}
	.custom-mainmenu .t3-megamenu .nav > .dropdown.open > .dropdown-toggle .caret {
		margin-right: 0.8em;
	}
	.t3-megamenu .mega-nav .dropdown-submenu.open > a::after {
		margin-right: 0.55em;
	}
	.t3-megamenu .mega-nav .dropdown-submenu.open .dropdown-submenu.open > a::after {
		margin-right: 0.85em;
	}
	.custom-mainmenu .dropdown.active .nav-child .active.current > a {
		font-size: 1em;
	}
	.social-media-container ul li {
		padding: 0em 0.2em;
	}
}
@media (max-width: 991px) {
	html {
		overflow-y: visible;
	}
	.background-overlay {
		display: none;
	}
	.t3-navbar.navbar-collapse.collapse {
		display: none !important;
	}
	.custom-mobile-menu {
		display: block;
	}
	.custom-logo-mobile-container {
		display: block;
	}
	.custom-mobile-menu-interior-header {
		display: block;
	}
	.navbar-header {
		float: none;
		display: inline-block;
		margin-right: 1em;
	}
	.navbar-toggle {
		display: block;
		background: #49C4D3;
		border: none;
		border-radius: 0px;
		width: 60px;
		height: 63px;
		margin: 0;
	}
	.navbar-toggle i {
		color: #ffffff;
		font-size: 2.5em;
		vertical-align: middle;
	}
	.navbar-toggle.open {
		background: #ffffff;
	}
	.navbar-toggle.open i{
		color:#282828;
	}
	.custom-body-container.container {
		width: 100%;
		padding: 0em;
	}
	.custom-logo-container {
		display: none;
	}
	.custom-header {
		display: none;
	}
	.mobile-menu-header {
		background: #282828;
		padding: 2em 1.5em;
		margin-bottom: -0.1em;
	}
	.site-main-mobile-logo {
		display: inline-block;
		vertical-align: top;
	}
	.mobile-menu-header .site-main-mobile-logo img {
		width: 100%;
	}
	.custom-footer {
		display: none;
	}
	.custom-footer-mobile {
		display: block;
		background: transparent;
		text-align: center;
		width: 100%;
	}
	.home .custom-footer-mobile {
		position: absolute;
		bottom: 0em;
		width: 100%;
	}
	.interior .custom-footer-mobile {
		margin-top: 2em;
	}
	.custom-left-nav {
		height: auto;
	}
	.custom-body-home {
		margin-top: 2em;
		margin-bottom: 5em;
	}
	.custom-right-container {
		margin-top: 0em;
		padding: 0em 1em;
		min-height: 100%;
	}
	.home .custom-right-container {
		min-height: 80%;
		height: 80%;
	}
	.home-page-message {
		width: 100%;
	}
	.home-page-call-to-action {
		text-align: center;
		margin-top: 2em;
	}
	.custom-mainmenu #t3-mainnav {
		margin-bottom: 0em;
	}
	.site-gift-fairs-footer-logo { 
		display: inline-block;
	    background: #49C4D3;
    	padding: 0.8em 6em;
    	margin-bottom: 1em;
		max-width: 30em;
	}
	.site-gift-fairs-footer-logo p {
		margin: 0;
	}
	.site-gift-fairs-footer-logo img {
		width: 100%;
	}
	.custom-mainmenu {
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 10000000;
		background: rgba(50, 50, 50, 0.95);
		/*margin-top: 0em;
		top: 25.65em;*/
		min-height: 60em;
		margin-top: 0em;
	}
	.mobile-menu-subheader {
		display: none;
		background: rgba(50, 50, 50, 0.95);
		padding: 2em 1em 1em;
		margin: 0;
		width: 100%;
		margin-bottom: -0.15em;
	}
	.mobile-menu-subheader .custom-mobile-in-menu {
		text-align: center;
		margin: 0;
	}
	.mobile-menu-subheader .site-gift-fairs-mobile-logo {
		display: inline-block;
		width: 50%;
		padding-left: 1.5em;
	}
	.site-gift-fairs-mobile-logo .custom {
		background: #49C4D3;
	}
	.site-gift-fairs-mobile-logo .custom p {
		margin: 0;
	}
	.site-gift-fairs-mobile-logo .custom img {
		width: 12em;
		padding: 0.75em 0em;
	}
	.mobile-menu-subheader .mobile-login-button-container {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin-left: 1em;
	}
	.mobile-menu-subheader .mobile-login-button-container .mobile-login-button {
		padding: 0em 1em;
		position: relative;				
		background: #045CA8;
		height: 4.2em;
		text-align: center;
	}
	.mobile-menu-subheader .mobile-login-button-container a {
		font-family: 'Raleway', sans-serif;	
		color: #ffffff;
		font-size: 1.8em;
		text-transform: uppercase;
		font-weight: bold;
		/*padding-top: 0.55em;
		position: absolute;
		left: 2.3em;*/
		position: relative;
    	display: inline-block;
		margin-top: 0.5em;
	}
	.mobile-menu-subheader .mobile-login-button-container i {
	    /*position: absolute;
		left: 0.5em;
		top: 0.45em;*/
		color: #ffffff;
		border: 2px solid #ffffff;
		border-radius: 50%;
		font-size: 2em;
		padding: 0.1em 0.2em;
		position: relative;
		display: inline-block;
		vertical-align: bottom;
	}
	.mobile-menu-subheader .mobile-login-message-container {
		display: block;
	}
	.mobile-menu-subheader .mobile-login-message-container .mobile-login-message {
		font-family: 'Raleway', sans-serif;
		color: #ffffff;
		margin-top: 0.3em;
		margin-bottom: 0em;
		font-weight: bold;
		width: 100%;
	}
	.social-media-container {
		margin-top: 1em;
	}
	.social-media-container ul li {
		padding: 0em 1em;
	}
	.social-media-container ul li a.fa {
		font-size: 1.5em;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		padding: 1em 0em;
		box-shadow: none;
	}
	.custom-mainmenu .navbar-default .navbar-nav > li > a {
		color: #ffffff;
		font-size: 1.8em;
		border: none;
	}
	.custom-mainmenu .navbar-default .navbar-nav > li.open > a {
		color: #49C4D3;
	}
	.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
		display: inline-block;
		border: none;
		top: 15%;
		right: 1em;
		font-size: 2em;
	}
	.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown.open > a .caret {
		right: 1.1em;
	}
	.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret::before {
		content:url("/images/display/arrow_right.png");
	}
	.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown.open > a .caret::before {
		content:url("/images/display/white_arrow_down.png");
	}
	.dropdown .dropdown-menu {
		background: #323232;
	}
	.dropdown .dropdown-menu li a {
		color: #49C4D3;
		padding-left: 4em;
		font-size: 1.5em;
		font-family: 'Raleway', sans-serif;	
		text-transform: lowercase;
	}
	.dropdown .dropdown-menu li a:hover {
		color: #ffffff;
		background: transparent;
	}
	.dropdown .dropdown-menu li.current > a {
		color: #ffffff;
		padding-left: 2.9em;
	}
	.dropdown .dropdown-menu li.current > a::before {
		content: "\2022";
		font-size: 2em;
		vertical-align: middle;
		line-height: 0em;
		margin-right: 0.2em;
	}
	.custom-mainmenu .navbar-default .navbar-nav > li > a {
		padding-left: 2em;
		padding-right: 2em;
	}
	.custom-mainmenu .navbar-default .navbar-nav > li > a:hover, .dropdown-menu > li > a:focus {
		color: #ffffff;
		background: transparent;
	}
	.t3-mainnav .t3-navbar-collapse .navbar-nav {
		margin: 0em;
	}
	.dropdown .dropdown-menu .dropdown-submenu li a {
		padding-left: 5.5em;
	}
	.dropdown .dropdown-menu .dropdown-submenu .dropdown-submenu li a {
		padding-left: 7em;
	}
	.dropdown-submenu > a:after {
		content:url("/images/display/arrow_right.png");
		border: none;
		margin-right: 1.5em;
		margin-top: 0em;
	}
	.dropdown-submenu.open > a:after {
		margin-right: 1.6em;
	}
	.dropdown-submenu.open > a:after {
		content:url("/images/display/white_arrow_down.png");
	}
	.custom-mainmenu .dropdown.active a {
		background: #323232; 
	}
	.dropdown .dropdown-menu .dropdown-submenu > li.current a {
		color: #ffffff;
		padding-left: 4.4em;
	}
	.dropdown .dropdown-menu .dropdown-submenu > li.current a::before {
		content: "\2022";
		font-size: 2em;
		vertical-align: middle;
		line-height: 0em;
		margin-right: 0.2em;
	}
	.navbar-nav > .active a {
		background: transparent;
		background-color: transparent !important;
	}
	body.interior .custom-right-container {
		margin-top: 0em;
		margin: 0em;
		padding: 0em;
	}
	body.interior .cb-slideshow {
		display: none;
	}
	body.interior .custom-body-pre {
		display: none;
	}
	body.interior .custom-article-image {
		padding: 0em;
	}
	body.interior .custom-mobile-menu-interior-header .custom-breadcrubms .breadcrumb {
		padding: 1em 0em 2em;
	}
	body.interior .custom-mobile-menu-interior-header h1 {
		text-transform: lowercase;
		font-size: 2.5em;
		margin-top: 0em;
	}	
	body.interior #t3-mainbody > .row {
		margin: 0em;
	}
	.custom-fixed-body-container {
		margin: 0em;
	}
	.custom-body-sidebar > .moduletable > ul {
		display: none;
	}
	.custom-body-sidebar .custom-in-this-section {
		display: block;
	}
	.custom-body-sidebar {
		padding: 0em 3em 1em;
	}
	.custom-body-sidebar h3 {
		color: #414042;
		font-size: 2.5em;
	}
	.custom-body-sidebar .moduletable > h3 {
		display: none;
	}
	.custom-body-sidebar .custom-in-this-section .title h3 {
		background: #EF6A42;
		color: #ffffff;
		font-size: 1.6em;
		text-align: center;
		margin-right: 0.6em;
		padding: 0.5em
	}
	.custom-body-sidebar .custom-in-this-section .title h3:hover {
		cursor: pointer;
	}
	.custom-body-sidebar .custom-in-this-section .title h3 em.caret {
		border: none;	
		float: right;
		margin-right: 0.7em;
	}
	.custom-body-sidebar .custom-in-this-section .title h3.open em.caret {
		margin-right: 0.9em;
	}
	.custom-body-sidebar .custom-in-this-section .title h3 em.caret:before {
		content:url("/images/display/white_arrow_right.png"); 	
	}		
	.custom-body-sidebar .custom-in-this-section .title h3.open em.caret:before {
		content:url("/images/display/white_arrow_down.png"); 	
	}		
	.custom-body-sidebar .custom-in-this-section ul {
		margin-top: -0.7em;
		margin-right: 0.9em;
		display: none;
	}
	.custom-body-sidebar .custom-in-this-section ul li {
		margin-bottom: -0.15em;
	}
	.custom-body-sidebar .custom-in-this-section ul li a {
		background: rgba(239, 106, 66, 0.9);
		text-align: center;
	}
	.custom-body-sidebar .custom-in-this-section ul.open {
		display: block;
	}
	body.home .custom-mainmenu {
		margin-top: 0em;
	}
}
@media (max-width: 767px) {
	.home-page-call-to-action .custom a {
		padding: 0.3em 0.7em;
		width: 100%;
	}
	.home-page-message .custom {
		font-size: 3.5em;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu li a {
		padding-left: 4em;
		color: #49C4D3;
	    line-height: 1.4em;
    	padding-right: 1em;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu .dropdown-submenu li a {
		padding-left: 5.5em;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-submenu li a {
		padding-left: 7em;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu li.active > a {
		color: #49C4D3;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu li.active.open > a {
		color: #ffffff;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu li.current > a {
		color: #ffffff;
	}
	.dropdown .dropdown-menu .dropdown-submenu > ul { 
		display: none;
	}
	.dropdown .dropdown-menu .dropdown-submenu.open > ul {
		display: block;
	}
	.custom-mainmenu {
		/*margin-top: 0em;
		top: 25.67em;*/
	}
	.article-login-container input { 
		width: 100%;
		min-width: 0;
	}
	.site-gift-fairs-footer-logo {
		max-width: 20em;
		padding: 0.8em 4em;
	}
	/**************BEGIN DATATABLE CSS**************/
	#eventViewSelection .eventSelectionCal {
		display: none;
	}
	.dataTables_wrapper .dataTables_length {
		text-align: center;	
	}
	.dataTables_wrapper .dataTables_filter {
	    margin: 0em;
    	width: 100%;
    	background: #404041;
		text-align: center;
	}
	.enhancedTable table, .enhancedTable thead, .enhancedTable tbody, .enhancedTable th, .enhancedTable td, .enhancedTable tr,
	.enhancedTableSimple table, .enhancedTableSimple thead, .enhancedTableSimple tbody, .enhancedTableSimple th, .enhancedTableSimple td, .enhancedTableSimple tr { 
		display: block; 
	}
	.enhancedTable thead tr,
	.enhancedTableSimple thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.enhancedTable tr,
	.enhancedTableSimple tr { 
		border: 1px solid #ccc; 
	}
	.enhancedTable td,
	.enhancedTableSimple td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 30% !important; 
		padding-bottom: 20px !important;
	}
	.enhancedTable td:before,
	.enhancedTableSimple td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}	
	.enhancedTable, .enhancedTableSimple { 
		padding: 0px;
	}
	.enhancedTableSimple td {
		padding-left: 0% !important;
	}
	.enhancedTableSimple img {
		width: 100%;
	}
	#eventsListCalendar .enhancedTable td:nth-of-type(1):before { 
		content: "Event:"; 
	}
	#eventsListCalendar .enhancedTable td:nth-of-type(2):before { 
		content: "Date(s):"; 
	}
	#eventsListCalendar .enhancedTable td:nth-of-type(3):before { 
		content: "City/County:"; 
	}
	#memberContainer .enhancedTable td:nth-of-type(1):before { 
		content: "Name:"; 
	}
	/*#memberContainer .enhancedTable td:nth-of-type(2):before { 
		content: "Last Name:"; 
	}*/
	#memberContainer .enhancedTable td:nth-of-type(2):before { 
		content: "Region:"; 
	}
	#memberContainer .enhancedTable a{
		margin-left: 0.2em;
	}
	/**************END DATATABLE CSS**************/
	.calendarFiltersContainer .calendarFilters {
		width: 100%;
		margin-bottom: 0.5em;
	}
	.calendarFiltersContainer .calendarFilters input, .calendarFiltersContainer .calendarFilters select {
		max-width: none;
		width: 100%;
	}
	.custom-blank-toolbar {
		height: auto;
	}
	#memberDetailsContainer .memberInfo {
		padding-left: 0em;
	}
	#eventDetailsContainer .eventDetailsInfo {
		padding-left: 0em;
	}
	#eventDetailsContainer .eventRegistrationButton {
		padding-left: 0em;
	}
	.mobile-menu-subheader .mobile-login-button-container a {
		font-size: 1.4em;
		margin-top: 1em;
		/*left: 3em;
		padding-top: 0.8em;*/
	}
	.mobile-menu-subheader .mobile-login-button-container i {
		vertical-align: sub;
	}
}
@media (max-width: 643px) {
	.mobile-menu-subheader .mobile-login-button-container {
		margin-left: 0em;
	}
}
@media (max-width: 530px) {
	.home-page-message .custom {
		font-size: 3.8em;
	}
	.custom-body-sidebar .custom-in-this-section .title h3 {
		font-size: 1.2em;
		padding: 0.8em 0.5em;
	}
	.custom-body-sidebar .custom-in-this-section ul {
		margin-top: -0.75em;
		margin-right: 0.7em;
	}
	.custom-body-sidebar .custom-in-this-section ul li a {
		font-size: 1em;
	}
	.custom-body-sidebar .custom-in-this-section ul li {
		margin-bottom: -0.14em;
	}
	.mobile-menu-subheader .site-gift-fairs-mobile-logo {
		padding-left: 1em;
	}
	.site-gift-fairs-mobile-logo .custom img {
		width: 7em;
	}
	.mobile-menu-subheader .mobile-login-button-container {
		margin-left: 0.2em;
		padding-right: 2em;
	}
	.mobile-menu-subheader .mobile-login-button-container .mobile-login-button {
		height: 3.15em;
		padding: 0em;
	}
	.mobile-menu-subheader .mobile-login-button-container i {
		font-size: 1.4em;
		/*left: 0.6em;*/
	}
	.mobile-menu-subheader .mobile-login-button-container a {
		font-size: 1em;
	}
	.social-media-container ul li {
		padding: 0em 0.5em;
	}
	.social-media-container ul {
		padding: 0em;
	}
	.social-media-container ul li a.fa {
		font-size: 1.1em
	}
	.social-media-container ul li a.fa.fa-instagram, .social-media-container ul li a.fa.fa-youtube {
		padding: 0.5em 0.6em;
	}
	.custom-article-image img {
		height: 130px;
	}
	#sbox-window iframe {
		width: 350px;
	}
	#jevents #jevents_body .cal_top_day_names {
		display: none;
	}
	#jevents .jev_toprow div.currentmonth {
		display: none;
	}
	#jevents .jev_toprow div.previousmonth {
		width: 49%;
		margin-left: 0em;
		margin-right: 0.5em;
		margin-bottom: 1em;
	}
	#jevents .jev_toprow div.nextmonth { 
		width: 47.5%;
		margin-bottom: 1em
	}
	#jevents #jevents_body .nav-items > div {
		display: block;
		border: none !important;
	}
	.sweet-alert {
		padding: 0.7em;
	}
	.sweet-alert .sa-icon {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	.sweet-alert h2 {
		font-size: 18px;
		padding: 0em;
		margin: 0em;
	}
	.sweet-alert p {
		font-size: 11px;
	}
	.sweet-alert button {
		font-size: 11px;
		margin-top: 0.3em;
	}
}
@media (max-width: 446px) {
	.custom-body-home {
		padding: 2em 0.5em;
	}
	.navbar-toggle {
		width: 45px;
    	height: 45px;
	}
	.navbar-toggle i {
		font-size: 2em;
	}
	.home-page-call-to-action .custom a {
		font-size: 1.5em;
		padding: 0.4em 0.7em;
	}
	.home .custom-footer-mobile {
		width: 94%;
	}
	.home-page-message .custom {
		font-size: 2.5em;
	}
	.custom-mainmenu .navbar-default .navbar-nav > li > a {
		padding-left: 1em;
		padding-right: 1em;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu li a {
		padding-left: 2.5em;
		padding-right: 0em;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu .dropdown-submenu li a {
		padding-left: 3.5em;
	}
	.dropdown-submenu.open > a:after {
		margin-right: 2.6em;
	}
	.dropdown-submenu > a:after {
		margin-right: 2.5em;
	}
	.navbar-default .navbar-nav .dropdown .dropdown-menu .dropdown-submenu .dropdown-submenu li a {
		padding-left: 4.5em;
	}
	.mobile-menu-subheader {
		padding: 1em 0em 1em;
	}
	.site-main-mobile-logo {
		width: 60%;
	}
	.site-gift-fairs-footer-logo {
		padding: 0.6em 6em;
	}
	#phocagallery .pagination .counter {
		float: none !important;
		margin-top: 1em;
		display: block;
		margin-bottom: 4em;
	}
}
@media (max-width: 375px) {
	.navbar-toggle {
		width: 42px;
    	height: 40px;
	}
	.home-page-message .custom {
		font-size: 2.2em;
	}
	.mobile-menu-header {
		padding: 2em 1em 1.5em;
	}
	.home .custom-footer-mobile {
		width: 92%;
	}
	.mobile-menu-subheader .mobile-login-button-container {
		margin-left: 0em;
		padding-right: 1em;
	}
	/*.mobile-menu-subheader .mobile-login-button-container i {
		left: 0.2em;
	}*/
	.mobile-menu-subheader .mobile-login-button-container a {
		/*left: 3em;
		padding-top: 1.3em;*/
		font-size: 0.8em;
		margin-top: 1.5em;
	}
	body.home .custom-mainmenu {
		margin-top: 0.1em;
	}
	#sbox-window iframe {
		width: 240px;
	}
}
@media (max-width: 320px) {
	.navbar-toggle {
		width: 35px;
    	height: 34px;
	}
	.social-media-container ul li a.fa {
		font-size: 1em;
	}
	body.home .custom-mainmenu {
		margin-top: 0.2em;
	}
	.mobile-menu-subheader .mobile-login-button-container a {
		/*left: 3.5em;
		padding-top: 1.5em;*/
		font-size: 0.7em;
		margin-top: 1.8em;
	}
}
/****************************** END MEDIA QUERIES ****************************/

/***** Fai edition 5/18/2017 *****/
.custom-mainmenu .t3-megamenu-home{
	font-weight: bold;
}

/*--login page--*/
.custom-article-image {
  text-align: center;
	display: none;
}

.article-login-header-container {
	text-align: center;
  margin: 10px 0 40px;
  height: 220px;
  width: 100%;
  background-color: white;
}

.article-login-header-container .large-user-icon {
  /*http://agha.a2hosted.com/templates/t3_bs3_blank/images/largeIcon.svg*/
	display: block;
  margin: 0 auto;
  background-size: 52%;
  background-image: url(/templates/t3_bs3_blank/images/largeIcon.svg);
  background-color: rgb(43, 194, 209);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  border: 0 solid white;
  border-radius: 100%;
  position: relative;
  top: -55px;


}
.article-login-header-container .article-image {
	font-family: 'Raleway';   
	font-style: normal;   
	font-weight: 400;
	height: 165px;
	width: 100%;
	background-color: rgb(43, 194, 209);
  background-image: url(/images/headers/loginImage.jpg);
	text-shadow: 0.3px 0.3px white;
}
.article-login-header-container .article-image p{
	font-size: 27px;
	line-height: 1.25em;
	padding-top: 25px;
  color: white;
}

.article-login-header-container .article-image b{
	  font-family: 'Raleway';   font-style: normal;   font-weight: 700;
}


.article-login-container {
	font-family: 'Raleway';   font-style: normal;   font-weight: 500;
	margin: 0 auto;
	width: 50%;
}
.article-login-container input {
	min-width: 100%;
  height: 37px;
  font-size: 15px;
  padding-left: 2.5em;
  margin-bottom: 0.3em;
  border: 1px solid rgb(234, 234, 234);
  background-color: rgb(234, 234, 234);
	box-shadow: none
}
.article-login-container .login-button {
    width: 100%;
}
.article-login-footer-container {
	text-align: center;
  border-top: 1.5px solid #EFF0F1;
  width: 60%;
  margin: 0 auto;
  padding-top: 15px;
}

.article-login-container .login-button {
	font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  height: 35px;
  margin-top: 0.8em;
  margin-bottom: 0;
  padding: initial;
  font-weight: bold;
  font-size: 13px;
}
.article-login-text {
  text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
	letter-spacing: -0.3px;
	color: rgb(65, 65, 67);
}

.article-login-text .title{
    font-family: 'Raleway';   font-style: normal;   font-weight: 700;
}
.article-login-text a{
	font-weight: normal;
	letter-spacing: 0;
}
.footer-text-strong {
  font-family: 'Raleway', sans-serif;
	font-size: 20px;
	color: rgb(65, 65, 67);
}
.footer-text {
	font-size: 15px;
}

@media (max-width: 768px) {
	.article-login-container {
		width: 100%;
	}
	.article-login-header-container .article-image p{
		font-size: 5vw;
	}
	.article-login-footer-container{
		width: 100%
	}
	.article-login-text {
    font-size: 4vw;
	}
}

@media (max-width: 991px){
	body.interior .custom-mobile-menu-interior-header h1{
		color: black;
	}
}
/*--//login page--*/

/*--member dashboard--*/
.article-dashboard-container{
}
.article-dashboard-container .header{
  text-align: left;
}

.article-dashboard-container .header .title{
    font-family: 'Raleway';   font-style: normal;   font-weight: 700;
  font-weight: bold;
  font-size: 18px;
}
.article-dashboard-container .header .context{
  margin-top: 1em;
}
.article-dashboard-container .header .border{
  margin-top: 1em;
  margin-bottom: 1.5em;
  border: 0;
  border-bottom: 1px solid hsl(0, 0%, 90%);
}
.article-dashboard-container .content {
  background-color: white;
  text-align: left;
  padding-bottom: 0.5em;
}
.article-dashboard-container .content .leftcontainer{
  padding-right: 20px;
}

.article-dashboard-container .content .leftcontainer .content{
  background-color: white;
  border: 2px solid rgb(43, 194, 209);
}
.article-dashboard-container .content .leftcontainer .user-icon{
    display: block;
    position: absolute;
    margin: 5px 10px;
    background-size: 57%;
    background-image: url(/templates/t3_bs3_blank/images/largeIcon.svg);
    background-color: #414143;
		background-position: 50% 42%;
    background-repeat: no-repeat;
    width: 85px;
    height: 85px;
    border: 0 solid white;
    border-radius: 50%;
}
.article-dashboard-container .content .leftcontainer .header{
  background-color: rgb(43, 194, 209);
  color: white;
}

.article-dashboard-container .content .leftcontainer .header .name{
    font-family: 'Raleway';   font-style: normal;   font-weight: 700;
  line-height: 1.5em;
  padding-top: 10px;
  font-weight: bold;
  font-size: 25px;
  padding-left: 110px;
}
.article-dashboard-container .content .leftcontainer .header .company{
  font-family: 'Raleway';   font-style: normal;   font-weight: 500;
  line-height: 1em;
  font-size: 15px;
  padding-bottom: 15px;
  padding-left: 110px;
}
.article-dashboard-container .content .leftcontainer .header .due-date{
  background-color: rgb(144, 215, 225);
  font-size: 11px;
  padding: 4px 0;
  text-indent: 110px;
}
.article-dashboard-container .content .leftcontainer .info-container {
  background-color: white;
  padding: 5px 7px;

}
.article-dashboard-container .content .leftcontainer .info-container .data-entry{
  background-color: rgb(240, 241, 241);
  margin: 0 5px;
  margin-top: 10px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.5em;
  padding: 0.8em 1em;
}

.article-dashboard-container .content .leftcontainer .info-container .data-entry .title{
  font-size: 12px;
}
.article-dashboard-container .content .leftcontainer .info-container .data-entry .context{
  font-family: 'Raleway';   
	font-style: normal;   
	font-weight: 700;
  font-size: 13px;
  font-weight: bold;
}
.article-dashboard-container .content .leftcontainer .info-container .data-entry a,a:hover{
	color: #231F20;
}
.article-dashboard-container .content .leftcontainer .info-container .float-container {
  float: left;
  width: 50%;
}
.article-dashboard-container .content .rightcontainer{
  padding-left: 20px;
}
.article-dashboard-container .content .rightcontainer .content{
    font-family: 'Raleway';   font-style: normal;   font-weight: 700;
	font-weight: bold;
	text-align: center;
}

@media (max-width: 414px) {
	
	.article-dashboard-container .content .rightcontainer .content {
		margin-top: 2.5em;
	}

	.article-dashboard-container .content .leftcontainer .content {
	padding-bottom: 10px;
	}
	.article-dashboard-container .content .leftcontainer .info-container .float-container{
		float: none;
    width: 100%;
	}
	.article-dashboard-container .content{
		 margin: 0 7px 0;
	}
	.custom-body-sidebar {
		padding: 0em 15px 1em;
	}
	
	#t3-content .item-page{
		padding: 0;
	}
	.article-dashboard-container .content .leftcontainer{
		padding: 0;
	}
}

.article-dashboard-container .content .rightcontainer .content .title{
	color: rgb(247, 106, 73);
	font-size: 20px;
}
.article-dashboard-container .content .rightcontainer .content .option{
	color: white;
	background-color: rgb(247, 106, 73);
    width: 100%;
    display: inline-block;
	padding: 9px;
    margin-top: 10px;
}
.article-dashboard-container .content .rightcontainer .content .option:hover{
	background-color: #e56244;
}

@media (max-width: 412px) {
  .article-dashboard-container .content .leftcontainer .content .user-icon{
    display: none;
  }
  .article-dashboard-container .content .leftcontainer .header{
    text-indent: 10px
  }
  .article-dashboard-container .content .leftcontainer .header .name{
    padding-left: 0;
  }
  .article-dashboard-container .content .leftcontainer .header .company{
    padding-left: 0;
  }
  .article-dashboard-container .content .leftcontainer .header .due-date{
    text-indent: 10px;
  }
}
/*--//member dashboard--*/
#hagf-cta-boxes { z-index: 1000; }
/*--//back button--*/
.backButton:before { content: "< "; }
.backButton { 
    font-family: 'Raleway';   font-style: normal;   font-weight: 700;
  float: right;
  color: #2BC1D0;
  border: 1px solid #2BC1D0;
  text-align: center;
  padding: 0.2em 1.5em;
  font-size: 15px;
  margin-top: 0.3em;
}

.backButton:hover {background-color: #FFFFFF; border: 1px solid #FFFFFF; }