/* General
   ========================================================================== */
body {
    color: #262E38;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 30px 0 20px;
}
h1, .ZineTitle h2, .ZineTitle h3, .LoginForm h2 {
    font-size: 32px;
    margin-top: 0;
    color: #262E38;
}
h2 {
    font-size: 24px;
    color: #8bc53f;
}
h2 small {
  color: #aaa;
}
h3 {
    font-size: 18.72px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 13.28px;
}
h6 {
    font-size: 10.72px;
}
table h2, table h3, table h4, table h5, table h6 {
    margin-top: 0;
}
form table td {
    padding: 0 5px 5px 0;
}
img {
  max-width: 100%;
  height: auto;
}
a {
    color: #8BC53F;
    font-weight: 600;
    text-decoration: none;
}
a:hover, a:focus {
  color: #777;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover img,
a:focus img {
    opacity: 0.7;
}

form p small {
    display: block;
}
form p {
    margin-bottom: 20px;
}
form textarea {
  width: 100%;
}


/* Buttons
   ========================================================================== */

.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
.button,
span.button a,
.bxslider_caption a,
.top-wrap .button,
.ZineIndex tr td .ZineSummaryIndex a,
a.Login {
    background: #8BC53F;
    color: #fff;
    border: none;
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    cursor: pointer;
    padding: 9px 20px;
    font-weight: 500;
    transition: all 0.3s;
}

input.formButton.cancel,
input[type="reset"],
input#CartUpdateButton,
input[type="button"].cancel,
input.cancel,
input[value=" Cancel "],
input[value="Cancel"],
input[value=" Annuler "],
input[value="Annuler"] {
    background: #e3e3e3;
    color: #818181;
    border: none;
}

span.button,
span.button:hover,
span.button:active,
span.button:focus {
    background: none;
    padding: 0;
    border: none;
    color: #262E38;
}


.btn:hover,
.btn:focus,
.btn:active,
button:hover:not(.btn-close),
button:focus:not(.btn-close),
button:active:not(.btn-close),
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
.button:hover,
.button:active,
.button:focus,
span.button a:hover,
span.button a:active,
span.button a:focus,
.bxslider_caption a:hover,
.bxslider_caption a:active,
.bxslider_caption a:focus,
input[type="button"].cancel:hover,
input[type="button"].cancel:active,
input[type="button"].cancel:focus,
input.cancel:hover,
input.cancel:active,
input.cancel:focus,
input[value=" Cancel "]:hover,
input[value=" Cancel "]:active,
input[value=" Cancel "]:focus,
input[value="Cancel"]:hover,
input[value="Cancel"]:active,
input[value="Cancel"]:focus,
.ZineIndex tr td .ZineSummaryIndex a:hover,
.ZineIndex tr td .ZineSummaryIndex a:active,
.ZineIndex tr td .ZineSummaryIndex a:focus,
a.Login:hover,
a.Login:active,
a.Login:focus {
    background: #597e27;
    color: #fff;
    text-decoration: none;
}
.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
span.button a:focus,
.bxslider_caption a:focus,
a.Login:focus {
    outline: 0;
    color: #fff;
    background-color: #597e27;
    box-shadow: 0 0 0 0.25rem rgb(89 126 39 / 50%);
}

table {
    border-color: #ddd;
}
caption {
    caption-side: top;
}



/* Header
   ========================================================================== */

header {
    background: #262E38;
    padding: 20px 0;
}
header,
header a {
    color: #fff;
    font-size: 14px;
}
header a,
#menu a,
.pmenu a {
    font-weight: 500;
}
#menu a,
.pmenu a {
    font-weight: 500;
}
header a:hover,
header a:active,
header a:focus {
    color: #8BC53F;
}
#logo {
    display: inline-block;
}
#logo img {
  max-width: 350px;
  width: 100%;
}
#logo:hover img {
    opacity: 1;
}



/* Utility
   ========================================================================== */

span.cart-items,
.search-wrap,
#join_link {
    display: inline-block;
    vertical-align: middle;
}
div.Login {
    display: inline-block;
    margin-right: 20px;
}
#join_link {
    margin: 0 20px 0 0;
}
#topMenu {
  margin-bottom: 20px;
}


/* Login Error Template
   ========================================================================== */

.LoginRecoverForm {
  text-align: left;
}
.LoginRecoverForm tr td {
  padding: 0 10px 10px 0;
}
.error ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.LoginForm .info {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    color: #262E38;
}
.LoginForm .info a {
    color: #8BC53F;
}




/* Login
   ========================================================================== */

a.LoginUserLink {
    margin-left: 3px;
}

a.LoginUserLink, a.Logout {
    text-transform: none;
}


/* Version Menu
   ========================================================================== */

span.VersionMenu {
    margin-left: 20px;
}

span.version_separator, span.this_version {
    display: none;
}


/* Social Icons
   ========================================================================== */

ul.social {
    padding: 0;
    margin: 0;
}
ul.social li {
  display: inline-block;
}
ul.social a:hover,
ul.social a:active,
ul.social a:focus {
    text-decoration: none;
}



/********** Social Media Fixed **********/

#social-fixed {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: fixed;
    z-index: 1026;
    right: 0;
    bottom: 40%;
}

#social-fixed a {
    background: rgba(139, 197, 63, 1);
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    display: block;
    text-align: center;
}

#social-fixed a:hover,
#social-fixed a:active,
#social-fixed a:focus {
    background: #597e27;
    transition: 0.3s;
}

#social-fixed li:first-child a {
  border-top-left-radius: 6px;
}
#social-fixed li:last-child a {
  border-bottom-left-radius: 6px;
}



/* Search
   ========================================================================== */

.search,
.search:hover,
.search:active,
.search:focus,
.search-wrap button:hover,
.search-wrap button:active,
.search-wrap button:focus {
  border: none;
  background: none;
  padding: 0;
  color: #262E38;
}
.search-wrap {
    margin: 0 0 0 20px;
}
.search-wrap button {
    color: #fff;
    font-size: 16px;
}
.search-wrap button:hover,
.search-wrap button:active,
.search-wrap button:focus {
    color: #8BC53F;
}
.search-wrap .dropdown-menu {
    border: none;
    padding: 0;
    background: none;
    left: auto !important;
    right: 0;
    top: 35px !important;
    transform: none !important;
    z-index: 9999;
}
.search-wrap .dropdown-toggle::after {
  display: none;
}

#search_form input[type="text"]{
    width: 300px;
    padding-left: 20px;
    height: 45px;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #8bc53f;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%);
    background: #fff;
    box-shadow: none;
}
#search_form input[type="submit"] {
    border: none;
    border-radius: 0;
    font-size: 0;
    background: transparent url(search.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
    image-rendering: -webkit-optimize-contrast;
    position: absolute;
    top: 15px;
    right: 24px;
    padding: 0;
}
@media (max-width: 640px) {
  #search_form input[type="text"] {
    width: auto;
  }
}
#lean_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ABABAB;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ABABAB;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ABABAB;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ABABAB;
}


/* Cart
   ========================================================================== */

span.item-in-cart {
    font-size: 12px;
    position: absolute;
    top: -10px;
    color: #fff;
}
span.cart-items {
    position: relative;
}
header a.shoppingCart {
    font-size: 16px;
}

/* Menu
   ========================================================================== */
#menu {
    background: #8BC53F;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#menu a {
    color: #fff;
}
#menu a:focus {
    background: #597e27;
}
#SMenu {
  display: none;
}
.slicknav_menu .slicknav_menutxt,
a.slicknav_btn.slicknav_open .slicknav_menutxt {
    padding-right: 5px;
}
.slicknav_menu .slicknav_menutxt {
    font-weight: 700;
}
span.slicknav_arrow {
  padding-left: 6px;
}
.slicknav_menutxt {
    color: #fff;
}
#menu a.slicknav_btn {
    line-height: 100%;
    padding: 20px 25px;
    font-size: 16px;
    background: #8BC53F;
}
#menu a.slicknav_btn:hover,
#menu a.slicknav_btn:active,
#menu a.slicknav_btn:focus {
    background: #597e27;
}
.slicknav_menu .slicknav_icon {
    float: right !important;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; 
  box-shadow: none !important; 
}
.slicknav_nav {
  padding: 0;
  margin: 0;
}
.slicknav_nav li > a {
  padding: 15px;
  border-bottom: 1px solid #fff;
  text-align: right;
}
.slicknav_nav li:last-child a {
  border: none;
}
.slicknav_nav ul {
  padding: 0;
}
#menu .slicknav_nav ul li a {
    background: #7caf38;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
}
.slicknav_nav ul ul li a {
    background: #314633;
}
.slicknav_nav ul ul ul li a {
    background: #fff;
    color: #262E38;
    font-size: 14px;
    padding: 6px 15px;
}
.slicknav_nav ul ul ul ul li a {
    background: #eee;
}


/* Banner
   ========================================================================== */

.bx-wrapper {
    margin: 0 !important;
}
#banner .bx-wrapper img {
  width: 100%;
}
#banner .bx-wrapper .bx-caption {
    background: none !important;
}
#banner #JGallery h1 {
    display: block;
    font-size: 36px;
}
#banner .bx-wrapper .bx-caption span {
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 !important;
    text-align: center;
}
#banner .bx-wrapper .bx-caption span p {
    background: rgba(38, 46, 56, .9);
    font-size: 16px;
    margin: 0 15px 0 0;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
#banner .bx-wrapper .bx-controls-direction a {
    width:45px  !important;
    height:45px !important;
    top:50% !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
#banner .bx-wrapper .bx-prev {
    background-image:url(left.png) !important;
    background-position:0 0 !important;
    left:31px !important;
}
#banner .bx-wrapper .bx-prev:hover {
    background-position:0 -45px !important;
}
#banner .bx-wrapper .bx-next {
    background-image:url(right.png) !important;
    background-position:0 0 !important;
    right:31px !important;
}
#banner .bx-wrapper .bx-next:hover {
    background-position:0 -45px !important;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a {
    background:#c9c9c9 !important;
}
#banner .bx-wrapper .bx-pager.bx-default-pager a:hover, 
#banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#8BC53F !important;;
}
.bx-controls-direction {
    display: none;
}




/* Video Banner
   ========================================================================== */

#videoWrap {
    background-color: rgb(38 46 56 / 90%) !important;
    padding: 10px 0;

    /* padding: 7% 0;
    background: linear-gradient(rgb(38 46 56 / 75%), rgb(38 46 56 / 75%)), url(tiac-banner-4-en.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
}

#videoWrap h1 {
    color: #fff;
    font-size: 36px;
}
#videoWrap p {
    color: #fff;
}

#videoModal video {
    width: 100%;
    height: auto;
}

#videoWrap.mobile-only {
  display: none;
}


/***** Modal *****/

#videoModal .modal-dialog {
    max-width: 960px;
}

#videoModal .modal-content {
    background: none;
    border: 0;
}

#videoModal .modal-header {
    text-align: right;
    display: block;
}
 
#videoModal .modal-header,
#videoModal .modal-footer {
    border: 0;
}

#videoModal .modal-body {
  padding-top: 0;
}
 
#videoModal .modal-header .close {
    font-size: 46px;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    opacity: 1;
    background: none;
}


#videoBtn {
    background: none;
    padding: 0;
    margin-left: 15px;
    font-weight: bold;
}

#videoBtn .video-link-text {
    color: #8BC53F;
    display: inline-block;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
 
#videoBtn:hover .video-link-text, 
#videoBtn:focus .video-link-text {
    outline: 0;
    color: #fff;
    opacity: 1;
    border-bottom: 1px dotted #fff;
}
 
#videoBtn .video-link-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 0;
    background: #b11414;
    color: #fff;
    line-height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
 
#videoBtn:hover .video-link-icon,
#videoBtn:focus .video-link-icon {
    background: #fff;
    color: #b11414;
}

@media (max-width: 1350px) {
  #banner #JGallery h1 {
    font-size: 30px;
    margin: 0 0 10px;
  }
}


@media (max-width: 991px) {
  #banner .bx-wrapper .bx-caption {
    display: none;
  }
  #videoWrap.mobile-only {
    display: block;
    background: #262E38 !important;
    padding: 40px 0;
  }
}






/* Content
   ========================================================================== */

main {
    position: relative;
}

@media (min-width: 1200px) {
 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
 }
}

.body-content,
.sidebar {
    margin: 1rem 0 3rem;
}

.body-content:after {
    display: block;
    clear: both;
    content: "";
}

#intro, #tiacAbout, #testimonials, #news_for_you, #sponsorLogos, #featuredLinks {
    padding: 60px 0;
}

#intro {
  font-size: 18px;
  line-height: 1.6;
}

#intro p:last-child {
    margin: 0;
}


.why-tiac {
    padding: 20px;
    font-size: 15px;
    background: #8BC53F;
    color: #fff;
}

.why-tiac p:last-child {
    margin: 0;
}



#featuredLinks a {
    color: #262E38;
    font-size: 20px;
    display: block;
    transition: all 0.3s;
}
#featuredLinks a:hover,
#featuredLinks a:active,
#featuredLinks a:focus {
    color: #777;
}
#featuredLinks a:hover img {
    opacity: 0.7;
}


/* Testimonials  */


#testimonials {
    border-bottom: 1px solid #ddd;
}

.testimonials table td {
    border-bottom: 1px solid #eee;
    padding: 40px 0;
}
.testimonials table td:last-child {
    padding-left: 30px;
}
.testimonials table tr:first-child td {
    padding-top: 0;
}
.testimonials table td small {
    display: block;
}

@media (max-width: 991px) {
  .testimonials table td {
    display: block;
    border: none;
    padding: 20px 0;
  }
  .testimonials table td:last-child {
    padding: 0 0 20px 0;
  }
  .testimonials table tr {
    border-bottom: 1px solid #eee;
  }
}


.home-testimonial img {
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #eee;
}

.home-testimonial {
    max-width: 1110px;
    margin: 0 auto;
}
.home-testimonial p {
    color: #888;
}

.home-testimonial small {
    display: block;
}


/* Home - About TIAC Section
   ========================================================================== */

.tiac-about ul {
    margin: 0;
}
.tiac-about ul li {
    margin-bottom: 5px;
    font-size: 15px;
}
.tiac-about ul li:last-child {
    margin: 0;
}
#tiacAbout p {
    margin: 0;
}

#tiacAbout {
    background: #f5f5f5;
}
.tiac-about ul {
    padding-left: 20px;
}


@media (max-width: 991px) {
    .tiac-about {
       margin-bottom: 40px; 
    }
    .tiac-about, .home-event-wrap {
        padding: 0;
    }
}


/* Home News
   ========================================================================== */

#news_for_you table {
    width: 100%;
}
#news_for_you table td {
    vertical-align: top;
    padding: 15px;
    width: 33.333%;
    color: #888;
    font-size: 14px;
}
#news_for_you tr:last-child td {
    padding-bottom: 0;
}
#news_for_you table td h3 {
    margin: 0 0 1rem;
    color: #262E38;
    font-weight: 600;
}
#news_for_you h2 {
    margin-top: 0;
}
#news_for_you .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
#news_for_you .container-fluid h2 {
    padding: 0 15px;
    margin-bottom: 5px;
    text-align: center;
}
#news_for_you table img {
    width: 100%;
}
@media (max-width: 640px) {
    #news_for_you {
        margin-top: 20px;
    }
    #news_for_you table td {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
    #news_for_you table tr:last-child td:last-child {
        margin: 0;
    }
    #news_for_you .container-fluid h2 {
        margin-bottom: 20px;
    }
    #news_for_you .container-fluid h2,
    #news_for_you table td {
      padding: 0;
    }
}




/* TIAC Talk
   ========================================================================== */

#talk-blog .ZineIndex tr td:first-child {
    width: 132px;
    vertical-align: top;
    padding: 15px;
}

#talk-blog table.ZineImage {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
  #talk-blog table.ZineImage {
    float: none;
    margin: 0 0 20px;
  }
}



/* Home Events
   ========================================================================== */

.home-event-wrap div.EvtCal .EvtCalList dt {
    color: #262E38;
    padding: 0;
}

.home-event-wrap .EvtCal h1 {
    margin-top: 0;
    color: #8bc53f;
}

.home-event-wrap .EvtCalList dl div {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.home-event-wrap p {
    display: none;
}



/* General Zines 
   ========================================================================== */

table.ZineIndex th {
    background-color: #262E38;
    color: #fff;
    }
table.ZineIndex,
table.ZineIndex th,
table.ZineIndex td {
    border: 1px solid #f1f1f1;
}
table.ZineIndex th,
table.ZineIndex td {
    padding: 5px 15px;
}
table.ZineIndex tr:first-child th:last-child {
  width: 190px;
}
.ZineItem td .ZineSummaryIndex {
    margin: 0;
    text-align: center;
}
.ZineItem td .ZineSummaryIndex a {
    display: block;
}
table.ZineImage td {
    border: none !important;
}
.ZineItem,
#events div.EvtCal .EvtCalList dd {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
table .ZineItem {
  margin: 0;
  padding: 0;
}
table.ZineIndex tr,
.ZineItem {
    border-bottom: 1px solid #f1f1f1;
}

a.ZineLink:hover,
a.ZineLink:active,
a.ZineLink:focus,
.EvtCalList a:hover,
.EvtCalList a:active,
.EvtCalList a:focus {
    color: #777;
}
.ZineAbout, span.ZineDate, .ZineAuthor, div.EvtCal .EvtCalList dt {
    font-size: 14px;
    color: #777;
    padding: 7px 0 0 0;
    line-height: 130%;
    display: block;
    font-weight: normal;
}
.ZineItem .ZineAbstract {
    padding: 10px 0 0 0;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
}
@media (min-width: 768px) {
    .ZineArticle.Zine_gallery div.ZineImage,
    .ZineArticle.Zine_gallery table.ZineImage {
        float: right;
        width: auto;
        margin: 0 0 20px 20px;
        max-width: 350px;
    }
}



/* General Events 
   ========================================================================== */

.EvtCal h1 {
    margin: 30px 0 20px;
    font-size: 24px;
}
.EvtCal .Event h1 {
    font-size: 32px;
    margin-top: 0;
    color: #262E38;
}
td.EvtDay a {
    color: #262E38;
}
div.EvtCal p.EventDate {
    font-size: 18px;
    color: #777;
    font-weight: 400;
    margin: 1rem 0;
}
div.EvtCal table.EvtCalSm {
  margin-left: 20px;
}
div.EvtCal table.EvtCalSm td {
    padding: 12px 16px;
    background: #fff;
}
div.EvtCal table.EvtCalSm th {
    background-color: #262E38;
}
@media (max-width: 991px) {
    div.EvtCal table.EvtCalSm {
        float: none;
        position: static;
        margin: 20px 0;
    }
}
.EvtCalList dl div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.EvtCalList dl div:last-child {
  border-bottom: none;
}
div.EvtCal .EvtCalRSS {
  display: none;
}

.event-wrapper .event-date {
    font-size: 14px;
}
.event-wrapper .event-item-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.event-wrapper .event-item:last-child .event-item-wrapper {
    border: none;
}
.evt_hidden {
    color: #262E38;
}
.evt_hidden::after {
    content: none;
}
.evt_hidden a {
  color: #A2A2A2;   
}
.evt_hidden a::after {
  content: url(hidden.png); 
  margin-left: 7px;   
}


/* Sidebar
   ========================================================================== */
.sidebar {
    font-size: 15px;
}
.sidebar h3 {
  font-size: 24px;
  margin-top: 0;
  border-bottom: none;
}
#VMenu {
    list-style-type: none;
    padding: 10px 10px 15px;
    border-radius: 0.25rem;
    background: #f5f5f5;
}
@media (max-width: 767px) {
  #VMenu {
    margin: 0 0 2rem;
  }
}
#VMenu:before {
content: "In this Section";
    padding: 15px;
    display: block;
    line-height: 1;
    font-weight: 700;
    color: #262E38;
}
.member-sidebar #VMenu:before {
 content: "Member Menu";
}
.member-sidebar.sidebar-fr #VMenu:before {
    content: "Menu membre";
}
.sidebar-french #VMenu:before {
    content: "Dans cette section";
}
#VMenu li:last-child {
    border: none;
}
#VMenu a {
    padding: 10px 15px;
    display: block;
    line-height: 1.4;
    color: #262E38;
    font-weight: 400;
    font-size: 14px;
}
#VMenu a#thispage {
   font-weight: bold;
   color: #7eb338;
}
#VMenu ul li a {
  padding: 0 8px 6px 0;
}
#VMenu ul li:last-child {
  border: none;
}
#VMenu ul {
  list-style: none;
  border-left: 1px solid #f1f1f1;
  padding: 0;
  margin: 0 0 10px 15px;
}
#VMenu ul ul {
    background: #ddd;
    border: none;
    padding: 15px 0;
}
#VMenu ul ul ul {
    padding: 0;
    margin-bottom: 0;
}
#VMenu ul ul a {
    font-size: 12px;
}
#VMenu ul li {
  padding-left: 15px;
  border: none;
}
#VMenu li span.VM_collapse a.menu,
#VMenu li span.VM_expand a.menu {
cursor: pointer;
display:inline-block;
width:75%;
}
.VM_collapse {
  cursor: pointer;
  display:block;
  padding-right: 0;
  background-image: url(plus.png);
  background-position:95% center;
  background-repeat: no-repeat;
}
#VMenu ul span.VM_collapse {
    background-position: 95% center;
}
.VM_expand {
  background-image: url(minus.png);
  background-position: 95% center;
  background-repeat: no-repeat;
  cursor: pointer;
  display:block;
  padding-right: 0;
}
#VMenu ul span.VM_expand{
  background-position: 95% center;
}
span.VM_expand a#thispage,span.VM_collapse a#thispage{
  width:70%;
}


.body-content .vmenu {
    padding-left: 20px;
}

.body-content .vmenu a::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    content: '\f105';
    padding: 0 8px;
    font-weight: 900;
}

.body-content .vmenu a {
    text-decoration: none !important;
}

.side-img-link a {
    display: block;
    white-space: normal;
}

.side-img-link {
    margin: 20px auto 0;
}
.side-img-link a .fa {
    padding-left: 5px;
}

.side-box {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 20px;
}

.side-box h2,
.side-box h4 {
    margin-top: 0;
}




/* Breadcrumb
   ========================================================================== */

.breadcrumb {
    background: none;
    margin: 10px 0 0;
    padding-left: 0;
    padding-right: 0;
}
.pmenu {
  font-size: 0;
}
.pmenu a {
  font-size: 10px;
  text-decoration: none;
  color: #262E38;
  font-weight: 600;
}
.pmenu a:hover,
.pmenu a:active,
.pmenu a:focus {
    text-decoration: none;
    color: #428081;
}
.pmenu a::after {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'Font Awesome 6 Free';
  content: '\f054';
  font-weight: 900;
  padding: 0 8px;
  font-size: 12px;
  cursor: default;
}
.pmenu a:last-child:after {
  display: none;
}




/* Logo Carousel
   ========================================================================== */

#logos {
    text-align: center;
}

#sponsorLogos .slick-arrow {
    display: none !important;
}
.slick-slide img {
    margin: 0 auto;
    max-width: 200px;
}
@media (max-width: 1350px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slick-prev {
    left: 0 !important;
  }
  .slick-next {
    right: 0 !important;
  }
}
@media (max-width: 480px) {
  .slick-slide img {
    max-width: 122px;
  }
}
@media (max-width: 360px) {
  .slick-slide img {
    max-width: 84px;
  }
}

button.slick-arrow:hover,
button.slick-arrow:active,
button.slick-arrow:focus,
ul.slick-dots button:hover,
ul.slick-dots button:active,
ul.slick-dots button:focus {
    background: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




/* Footer
   ========================================================================== */

footer {
    background: #262E38;
    padding: 30px 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
footer,
footer a {
    color: #fff;
    font-weight: 500;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #8BC53F;
}
footer a {
    line-height: 1.5;
    display: inline-block;
}
footer ul.social {
    margin-right: 0;
}
footer ul.social li a {
    font-size: 24px;
}
footer hr {
    border-top: 1px solid #35404d;
    margin: 2rem 0;
}
footer .fab {
    margin-left: 5px;
}
.footer-bottom {
    font-size: 11px;
}
ul.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-links li {
    margin-bottom: 10px;
}
ul.footer-links li:last-child {
    margin: 0;
}
.footer-social {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social li {
    display: inline-block;
    margin-left: 15px;
}
.footer-social li svg {
    fill: #428081;
}




/* Membership / Modules
   ========================================================================== */

.EvtRegRegistrants .blindbox .boxhead,
.Event .blindbox .boxhead {
  margin: 0;
  border: 2px solid #8BC53F;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
}
.EvtFeeThankYou {
  color: #262E38;
  background-color: #f4fbec;
  border: 1px solid #8BC53F;
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 22px;
}

.EvtRegHelp {
  margin-bottom: 10px;
}


@media (min-width: 768px) {
  .CurrentRegistrant div.EventFee .EvtFeeName {
    max-width: 380px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .CurrentRegistrant div.EventFee .EvtFeeName {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .CurrentRegistrant div.EventFee .EvtFeeName {
    max-width: 530px;
  }
}

div.EventFees div.EventFee {
  font-size: 80%;
  margin-bottom: 3px;
}

div[class^="EvtFeeGroup"]:first-child .EvtFeeGroupName {
    margin-top: 0;
}

@media (max-width: 1199px) {
  div.EventFee .EvtFeeBuyInfo {
    margin: 15px 0;
  }
  div.EventFees div.EventFee {
    font-size: 85%;
  }
}


div.EvtRegRegistrants div.popup {
    text-align: left;
    min-width: 300px;
}
.white-popup .Event h2 {
    margin-top: 0;
}
.white-popup .Event p.EventDate {
    margin-bottom: 0;
}



/* Popup hover flicker fix */

.EvtSessionRegistrant .popup {
  right: 18px !important;
}
div#popup1 .EvtFeeThankYou {
  font-size: 16px;
  padding: 10px 10px 7px;
}
.EvtReg table input {
  margin-right: 5px;
}
div.EvtRegFinish p {
  margin: 0;
}
.account_history div.popup {
  left: 0;
}
div.EvtRegFinish h1 {
  margin: 0;
}
div.EventFee, 
div.EventFee ul {
  margin-bottom: 0;
}
.error .EventFee {
  background-color: #f2dede;
  padding: 0;
}
span.EvtFeeRemaining {
    background-color: #337ab7;
    color: white;
    padding: 2px 10px;
    font-size: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-left: 5px;
}


/* Pay
   ========================================================================== */
.Pay form#payment-form,
.stripe form#payment-form {
    overflow: auto;
}
.Pay form#payment-form .col-sm-4,
.stripe form#payment-form .col-sm-4 {
    width: auto;
}



div.overlay {
display:none;
position: fixed;
left: 0px;
top: 0px;
width:100%;
height:100%;
text-align:center;
background: rgba(0,0,0,.6);
z-index: 99999;
}

div.overlayBox {
width:400px !important;
margin: 50px auto;
}

div.overlayBox
{
padding:0 0 30px 0;
}

div.MembershipStatus a.upgrade.button {
    margin: 10px 0 15px;
}


/* Bootstrap 4 Stripe Styles
   ========================================================================== */

.panel.panel-default.credit-card-box {
    background: #f8f8f8;
    border: 1px solid #ddd;
}
.panel.panel-default.credit-card-box .form-group {
    display: flex;
    width: 100%;
    align-items: center;
}
.panel.panel-default.credit-card-box .control-label {
    text-align: right;
    padding: 0;
    margin: 0;
}
.panel.panel-default.credit-card-box .panel-body .col-sm-4 {
    max-width: 244px;
}
.panel.panel-default.credit-card-box .panel-heading {
    margin-bottom: 30px;
    background: #efefef;
    padding: 20px;
}
.panel.panel-default.credit-card-box input.submit {
    margin-right: 10px;
}
.panel.panel-default.credit-card-box .form-row {
    padding: 0 15px 20px;
}
.panel.panel-default.credit-card-box .pull-right {
    position: relative;
    bottom: 3px;
}

@media (max-width: 767px) {
.panel.panel-default.credit-card-box .form-group {
    display: block;
}
.panel.panel-default.credit-card-box .panel-body .col-sm-4 {
    max-width: 100%;
}
.panel.panel-default.credit-card-box .panel-body .col-sm-4, .panel.panel-default.credit-card-box .panel-body .col-sm-9 {
    padding: 0;
}
.panel.panel-default.credit-card-box .control-label {
    text-align: left;
}
.panel.panel-default.credit-card-box .form-row {
    padding: 10px 0 20px;
}
.panel.panel-default.credit-card-box .pull-right {
    float: none;
    margin-top: 15px;
}
.panel.panel-default.credit-card-box .pull-right {
    position: static;
}
}

/* EvtCal
   ========================================================================== */

div.EvtCal table.EvtCalSm th {
  background-color: #555;
}
div.EvtCal table.EvtCalSm form {
    margin: 0;
}
table.EvtCal th {
    border: 1px solid #fff;
    background: #555;
}
.EvtCal th a {
    color: #fff;
}
.EvtCal th .popup a {
    color: #a72a98;
}
div.EvtCal table.EvtCalSm {
    position: static;
    margin-bottom: 20px;
}
div.EvtCal table.EvtCalSm td.EvtDay {
    background-color: #deefc8;
}

@media (max-width: 991px) {
  div.EvtCal table.EvtCalSm {
    float: none;
    position: static;
    margin: 0 0 20px;
  }
  div.EvtCal table.EvtCalSm th img {
    display: none;
  }
}

.course-calendar-wrap h1 {
    display: none;
}

main.event-wrap {
    margin-top: 30px;
}
@media screen and (min-width: 992px) {
main.event-wrap {
    margin-top: 180px;
}
}
.event-banner {
    margin-bottom: 30px;
}



/* Form
   ========================================================================== */
form {
  margin-top: 15px;
}

#search_form form {
  margin: 0;
}


/* Membership
   ========================================================================== */
ul.MembershipType {
  margin: 0 0 0 40px;
  list-style-type: disc;
}
ul.MembershipType li {
    padding-bottom: 10px;
}
.ContactForm select {
  height: 34px;
}
.ContactForm table td {
  display: block;
  margin-bottom: 20px;
}
.edit_profile td {
    display: block;
}
.edit_profile input,
.edit_profile textarea {
  max-width: 600px;
}
.new_contact h1, 
.edit_profile h1,
.edit_contacts h1,
.Membership .account_history .Pay h1,
.edit_photo h1 {
  font-size: 26px;
  margin-top: 0;
}
.Membership .account_history .Pay h1 {
    margin-top: 30px;
}
.edit_contacts h2 {
    margin-top: 0;
    font-size: 20px;
}
ul.Membership_update_profile_menu li a:hover {
  background-color: #eee;
}

.branch_management h1 {
    font-size: 2rem;
    margin-top: 30px;
}
.branch_management .tabpane h2:first-child {
    margin-top: 0;
}
.branch_management table.Report td {
    vertical-align: middle;
    font-size: 14px;
}
.branch_management table.Report th {
    background: #888;color: #fff;
}
.mfp-close-btn-in .mfp-close:hover,
.mfp-close-btn-in .mfp-close:active,
.mfp-close-btn-in .mfp-close:focus {
    background: none;
}


/********** Mini Profile **********/
div.MembershipMiniProfile {
  border: 1px solid #eee;
  padding: 15px;
}
table.Form tr td {
  padding-bottom: 5px;
}
div.MembershipMiniProfile .photo {
  float: right;
}
div.MembershipMiniProfile:after {
  content: "";
  clear: both;
  display: block;
}
.MembershipMiniProfile p {
  margin-bottom: 0;
}
.MembershipMiniProfile a,
ul.MembershipDirectoryMenu a {
  text-decoration: none;
}

.MembershipMiniProfile .org,
.Membership .organization {
    font-style: italic;
    color: #777;
    font-size: 14px;
}

.Membership .organization {
  font-size: 16px;
}

.Membership .button {
    margin-right: 5px;
}
div#secondary_m .btn {
    margin: 5px 0;
    padding: 3px 8px;
    font-size: 14px;
}


/********** Profile **********/
.contact_info {
    background-color: #f4f4f4;
    border: 1px dashed #eee;
    display: inline-block;
    padding: 20px;
    margin: 30px 0 0;
    font-size: 14px;
}
.contact_info p {
    margin-bottom: 5px;
}
.contact_info h3 {
    margin: 0 0 10px;
    font-size: 22px;
}
.contact_info p.ContactAddress {
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.contact_info p.ContactNet {
    display: none;
}
h1.membername {
    font-size: 26px;
    margin: 0 0 20px;
}
.info_container p {
    margin-bottom: 10px;
}
p.small.social-profile a {
    color: #939393;
}
p.small.social-profile {
    margin-bottom: 5px;
}
p.small.social-profile .fa {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 5px;
    color: #9e1b20;
}
.info_container .small {
  font-size: 14px;
  line-height: 1.4;
}
div#secondary_m p {
    margin-bottom: 10px;
}
.info_container p.ContactPhone {
    margin-bottom: 0;
}
.profile-social .soc_med_header {
    margin-top: 0;
}
.profile-social .fa-twitter {
    color: #00acee;
}
.profile-social .fa-facebook {
    color: #3b5998;
}
.profile-social .fa-linkedin {
    color: #0072b1;
}
.profile-social .fa-instagram {
    color: #d6249f;
}


.profile-contact div.Contact {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.profile-contact div.Contact:last-of-type {
    border: none;
    margin: 0;
    padding: 0;
}
.profile-contact .Contact .ContactVcard {
    display: none;
}




/********** Address Cards **********/
div.ContactPreview {
  background-color: #f4f4f4;
  border: 1px dashed #eee;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
div.ContactPreview h2 {
    font-size: 22px;
    margin: 0 0 10px;
}
div.ContactPreview:hover {
  border-color:#a72a98;
}



/* MISC page styles
   ========================================================================== */
.responsive-table {
  margin-bottom: 20px;
}
.responsive-table table, .account_history table {
    border-collapse: collapse;
    width: 100%;
}
.responsive-table table th,
.ZineBody table th,
.account_history table th {
    background-color: #555 !important;
    color: #fff;
    vertical-align: middle;
}
.responsive-table table th {
    font-size: 14px;
    line-height: 1.4;
}
.responsive-table table th h3 {
    color:#fff;
}
.responsive-table table th,
.responsive-table table td,
.ZineBody table th,
.ZineBody table td,
.account_history table th,
.account_history table td,
.career-op .ZineIndex table th,
.career-op .ZineIndex table td {
    border: 1px solid #ccc;
    padding: 8px;
}
.ZineBody table th,
.ZineBody table td {
  border: none;
}
.responsive-table table tr:nth-child(even),
.account_history table tr:nth-child(even) {
    background-color: #f8f8f8;
}
@media (max-width: 600px) {
 .responsive-table {
    display: block;
    overflow-x: auto;
 }
}

.ZineCaption {
    padding: 10px 0;
    font-size: 14px;
}

.career-op .ZineSummary, 
.career-op table.ZineImage,
.ZineArticle.Zine_job .ZineSummary,
.ZineArticle.Zine_job table.ZineImage {
    display: block;
}


.career-op table.ZineTools {
    display: none;
}


.top-banner-ad {
    margin: 0 0 30px;
    text-align: center;
}

#questions h1 {
    font-size: 24px;
    margin: 40px 0 20px;
}

#JGallery h1 {
    font-size: 18.72px;
}

.benefits-img img {
    max-width: 150px;
}
.benefits-desc h2 {
    margin-top: 0;
}

.ZineIndex tr td .ZineSummaryIndex {
  margin: 10px 0;
  padding: 0;
}
.job_postings.career-op .ZineIndex tr td .ZineSummaryIndex {
    margin: 0;
}

.Document dt {
    font-weight: normal;
}

/* More space between Yes and No columns in form tables */
table.QA_question_group th {
    padding: 5px;
}
table.QA_question_group .QA_input {
    text-align: center;
}

.EvtFeeGroup_Z__Complimentary_Fees span.EvtFeeGroupName {
    display: none;
}


table tr th {
    background: #8bc53f;
    text-align: center;
    padding: 10px;
}
table.Report tr th {
    background: #ecf5e0;
}
table td p:last-child {
    margin: 0;
}

/* Accordion */

.Zine th.accordioncontrol {
    padding: 0;
    background: #8bc53f;
    color: #fff;
}
.Zine th.accordioncontrol .accordioncontrol {
    padding: 10px 20px;
    text-align: left;
}
.Zine_accordion h2 {
    font-size: 24px;
    margin-top: 30px;
}
.accordionpane h2, 
.accordionpane h3 {
    margin-top: 10px;
    font-size: 18.72px;
}
.accordioncontrolicon {
    float: right;
    padding-left: 30px;
}
.accordioncontrolicon img {
    filter: brightness(0) invert(1);
}
.hide-rss table.ZineTools,
.hide-rss .ZinePath {
  display: none;
}


.job-board-wrap .ZineItem .ZineThumb {
    float: right;
}

.ZineItem .ZineSummaryIndex {
    clear: both;
    text-align: left;
    padding: 10px 0 0;
}

.ZineArticle.Zine_job .ZineSummary {
    padding: 0;
}

@media (min-width: 768px) {
 .ZineArticle.Zine_job table.ZineImage {
    float: right;
    width: 300px;
    margin: 0 0 10px 10px;
 }
}


/* Hide Job Board Archive and RSS */

.job-board-wrap table.ZineTools {
    display: none;
}
.job-board-wrap .Zine_job table.ZineTools {
    display: block;
}




/* RSS Feed */

.rss_item_thumb img {
  max-width: 100%;
}
.rss_item_thumb {
  margin-bottom: 10px;
}
table.rss td .rss_item {
  max-width: 33.333%;
  padding: 20px 20px 50px;
  display: inline-block;
  vertical-align: top;
}
table.rss td .rss_item:hover,
table.rss td .rss_item:active,
table.rss td .rss_item:focus {
    box-shadow: 1px 1px 26px #cccccc;
}
.rss_item_description {
    font-size: 12px;
    color: #707372;
}
.rss_item_title a {
    font-weight: bold;
    display: block;
    line-height: 1.3;
    margin: 0 0 5px;
}
td.rss_header a {
    font-weight: 500;
    font-size: 32px;
    margin: 0 0 20px;
    color: #262E38;
    font-family: 'Montserrat', sans-serif;
}
td.rss_header {
    text-align: left;
}
@media (max-width: 767px) {
  table.rss td .rss_item {
    max-width: 50%;
  }
}


/* Tourism Week */

.tourism-congress-table table {
    width: 100%;
}

.tourism-congress-table td {
    width: 33.333%;
}

.box-wrap-item {
    padding: 20px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.box1 {
    background: #4777AC;
}
.box2 {
    background: #8BC53F;
}
.box3 {
    background: #1b386c;
}

.box-wrap-item h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.box-wrap-item img {
    margin-bottom: 20px;
}

.box-wrap-item p {
    margin: 0;
}

.box-wrap-item a {
    font-weight: bold;
    background: #fff;
    border: 2px solid #fff;
    color: #333;
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    line-height: 1.4;
}
.box-wrap-item a:hover,
.box-wrap-item a:active,
.box-wrap-item a:focus {
    background: transparent;
    color: #fff;
}


.content table td.box-wrap-item img {
    max-width: 100%;
    margin-bottom: 10px;
}


/* Responsive YouTube Embeds */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Awards */

.awards-photos-wrap {
    background: #eafbd2;
    padding: 20px;
    border: 1px solid #8cc63f;
}
.awards-photos-wrap h2 {
    margin-top: 0;
}
.awards-photos-wrap p:last-child {
    margin: 0;
}


/* Tourism Week Logos*/

.tourism-week-logos img {
    padding: 15px 30px 15px 0;
}
.tourism-week-logos h3 {
    border-bottom: 3px solid #7eb238;
    padding-bottom: 10px;
    color: #7eb238;
    font-weight: bold;
}



.rounded-circle img {
  border-radius: 50%;
}


/* READI Directory styles
   ========================================================================== */

#readi_approved .MembershipMiniProfileWrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#readi_approved .MembershipDirectoryAlpha {
  display: block;
}
#readi_approved .MembershipDirectoryAlpha:after {
    display: block;
    clear: both;
    content: "";
}
#readi_approved .MembershipMiniProfile h3 {
    margin-top: 0;
}
#readi_approved .MembershipMiniProfile p:last-child {
    margin: 0;
}
#readi_approved .MembershipMiniProfile p {
    margin-bottom: 1rem;
}
#readi_approved .MembershipMiniProfile {
    width: 33.33%;
    border: none;
    margin: 0 0 0 -4px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
#readi_approved .Membership:after {
    clear: both;
    content: "";
    display: block;
}
#readi_approved .MembershipMiniProfile .readi-profile {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 100%;
}
#readi_approved .MembershipMiniProfile .readi-profile .readi-bio {
    font-size: 14px;
    color: #888;
}
#readi_approved .MembershipMiniProfile .readi-profile img,
#readi_approved .contact-info-popup img {
  max-width: 150px;
  vertical-align: bottom;
  margin-left: 5px;
}
#readi_approved .formButtons .cancel,
#readi_approved .formButtons input[type="reset"] {
    display: none;
}
#readi_approved select {
    border-radius: 10px;
    font-weight: bold;
    padding: 5px 15px;
    background: #eee;
    border: 1px solid #ccc;
    margin-right: 30px;
}
#readi_approved input.formButton {
    border-radius: 6px;
}
#readi_approved .formButtons {
    margin-top: 1rem;
}
#readi_approved td:last-of-type {
    margin: 0;
    padding-left: 30px;
}
#readi_approved .contact-info-popup {
    background: #fdfff9;
    border: 1px solid #8bc53f;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 99;
}
#readi_approved .closepopup {
    text-align: right;
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 25px;
}
@media (max-width: 991px) {
  #readi_approved .MembershipMiniProfileWrapper {
    display: block;
  }
  #readi_approved .MembershipMiniProfile  {
    width: 100%;
    display: block;
    padding: 0;
    margin: 30px 0 0;
  }
  #readi_approved form {
    overflow: auto;
  }
}










/*************** Speakers & Panelists ***************/
.pirobox {
  margin-bottom: 70px;
}
div.JGallery .pirobox a img {
  border:0px !important;
  margin:3px 0 -3px -4px !important;
width: 150px;
height: auto;
}
.pirobox_content .caption p {
  text-align:left !important;
  padding:17px 18px !important;
}
.piro_overlay {
  background-color:black !important;
}
.pirobox .number {
  font-size:10px !important;
}
div.JGallery h1 {
  display:none;
}
.pirobox_content td.pirobox_down div.piro_nav {
  width:550px !important;
  margin-left:-275px !important;
}
.pirobox_content td.pirobox_down div.caption {
  width:550px !important;
}
.pirobox_content td.pirobox_down div.caption b {
  font-size:13px;
  text-transform:uppercase;
  border-bottom:2px solid #ec4b3c;
  display:block;
  margin-top:5px;
}








/********** Member Log **********/

table.MemberLog.Report {
  border: none;
  border-collapse: collapse;
}
table.MemberLog.Report th {
  background-color: #828282;
  color: #fff;
}
table.MemberLog.Report td {
  padding: 8px;
  border: 1px solid #e4e4e6;
}
table.MemberLog.Report caption {
  font-size: 24px;
}
table.MemberLog.Report tfoot th {
  background: none;
}

/********** File Server **********/

table.FileServer h4 {
    margin: 0;
}

.EventMGR form table td {
    padding: 0 5px 0 0;
}
.EventMGR form table td input {
    margin-bottom: 10px;
}
.EventMGR form table {
    margin-bottom: 10px;
}

/********** Job Search **********/

.job_search {
    max-width: 500px;
    padding: 0 0 30px;
}
.job_search td {
    display: block;
    border: none;
    padding: 0;
}
td.location_search {
    margin-top: 10px;
}

div.job_search table {
  float: none !important;
  width: 100%;
}
.job_search .formButtons {
  margin: 25px 0 0;
}
div.job_search td select {
    margin: 5px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}

span.submit_job_form span {
  float: none !important;
  font-size: 28px;
}


/* Job Index */

.job-index table.ZineIndex th,
.job-index table.ZineIndex td {
    width: 20% !important;
    border: 1px solid #888 !important;
    padding: 0 15px !important;
    font-size: 16px;
    }
.job-index table.ZineIndex th {
    background: #750568;
    color: #fff;
    padding: 10px 15px !important;
}
.job-index table.ZineIndex {
    border-collapse: collapse;
    width: 100%;
    border: none;
    margin: 0;
}
.job-index table.ZineIndex tr {
    display: table-row;
}



/********** Data Table Report **********/

.dataTable.Report, .dataTable.Report td {
    border: none;
    vertical-align: middle;
}
.dataTable.Report tr:nth-child(2n) {
    background: #f2f2f2;
}
.dataTable.Report td {
    font-size: 14px;
    line-height: 16px;
    padding: 25px 10px;
}
.dataTable.Report thead th {
    border-bottom: 2px solid #212529;
    cursor: pointer;
}
.dataTable.Report td a {
    text-decoration: none;
}
.dataTable.Report thead th.sorting:after,
.dataTable.Report thead th.sorting_desc:after,
.dataTable.Report thead th.sorting_asc:after {
    display: inline-block;
    content: "";
    height: 6px;
    width: 10px;
    border-top: 6px solid #212529;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    margin-left: 8px;
    margin-bottom: 2px;
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform .2s ease;
}
.dataTable.Report thead th.sorting_asc:after {
  transform: rotate(180deg);
}

div#DataTables_Table_0_paginate {
    margin: 20px 0;
}
div#DataTables_Table_0_paginate a {
    margin-right: 20px;
}
.dataTable.Report tr th:first-child {
    width: 249px !important;
}
.dataTable.Report tr th:nth-child(2) {
    width: 144px !important;
}
.dataTable.Report tr th:nth-child(3) {
    width: 152px !important;
}
.dataTable.Report tr th:nth-child(4) {
    width: 100px !important;
}
.dataTable.Report tr th:nth-child(5) {
    width: 194px !important;
}
.dataTable.Report tr th:last-child {
    width: 150px !important;
}


/********** Job and News Article **********/

.job-board-wrap .ZineArticle.Zine_job .ZineHeader {
  text-align: left;
}
.job-board-wrap .ZineArticle.Zine_job .ZineHeader,
.Zine div#DataTables_Table_0_filter,
.job-board-wrap .ZineTools {
    display: none;
}
.job-board-wrap .ZineFooter .ZineTools {
    display: block;
}
.ZineArticle .ZineAbout {
  text-align: left;
}
.ZineArticle .ZineDate {
  text-align: left;
  margin: 0 0 20px;
  font-style: italic;
}
.ZineImage {
  width: 100%;
}
table.ZineImage {
    margin: 0 auto 30px;
}
.ZineBody table.ZineImage td {
    padding: 0;
}
@media (max-width: 991px) {
  .ZineImage {
    float: none;
    margin: 20px 0;
  }
}
.Subscription .ZineArticle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.Subscription .ZineArticle .ZineDate {
    margin: 0;
    font-size: 15px;
    font-style: italic;
}
.Subscription .ZineDescription {
    font-size: 14px;
    margin-top: 10px;
}
.Subscription .ZineDescription p {
    margin: 0 0 10px;
}



/* Gallery
   ========================================================================== */

.Zine #JGallery h1, .ppt {
    display: none !important;
}
div.pp_default .pp_social {
  line-height: 1;
  font-size: 16px;
}

ul.gallery li {
    margin-bottom: 10px;
}
ul.gallery li img {
  vertical-align: baseline;
}
div.pp_default .pp_social {
  line-height: 1;
  font-size: 16px;
}
.pp_social .facebook {
    width: 67px !important;
}
div.ppt {
    display: none !important;
}


/* Body Search
   ========================================================================== */
main .Search form input[type="text"] {
    vertical-align: top;
    max-width: 250px;
    width: 100%;
}


/* Photo Directory
   ========================================================================== */
main ul.ZinePhotodirectory li::before {
  display: none;
}

ul.ZinePhotodirectory img {
    margin: 0;
    float: none;
    border-radius: 50%;
    max-width: 224px;
    width: 100%;
}
.ZineArticle.Zine_photodirectory h2 {
    font-size: 24px;
    color: #8bc53f;
}
ul.ZinePhotodirectory h3 {
    clear: both;
    background: none;
    padding: 0;
    margin: 20px 0 10px;
}
ul.ZinePhotodirectory p {
    margin: 0;
    padding: 5px 0 10px;
}

ul.ZinePhotodirectory {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 0;
}
ul.ZinePhotodirectory::after {
  content: "";
  flex: auto;
}

ul.ZinePhotodirectory li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 1%;
    text-align: center;
    border-radius: 8px;
}

@media (max-width: 991px) {
 ul.ZinePhotodirectory li {
    width: 48%;
 }
}


@media (max-width: 480px) {
  ul.ZinePhotodirectory, ul.ZinePhotodirectory li {
      display: block;
      width: 100%;
      text-align: center;
  }
  ul.ZinePhotodirectory li {
    margin-bottom: 10px;
    width: 280px;
    margin: 0 auto 30px;
  }
  ul.ZinePhotodirectory li img {
     float: none;
     display: block;
     margin: 0 auto 10px;
  }
}



/* Board
   ========================================================================== */

.board-list .ZinePath,
.board-list .ZineTools {
    display: none;
}
.board-list.board-list-fr .ZineArticle.Zine_photodirectory h2 {
  display: none;
}



/* Forum Styles
   ========================================================================== */

p.ZinePath {
    padding: 20px 0;
}

.ZineComment {
    border-top: 1px solid #e9e9e9;
    padding-top: 15px;
}
.ZineComment .ZineHeader {
    background: none;
    border: none;
    margin-bottom: 20px;
}
.ZineComments .ZineDate {
    font-size: 12px;
}
.ZineComment .ZineHeader,
.ZineComments table th,
.ZineComments table td,
.ZineComment .ZineAboutBody,
.ZineComment .ZineFooter {
    padding: 0 !important;
}
.ZineComment .ZineAboutBody {
    border: none;
}
.ZineComment .ZineAbout {
    color: #808080;
    font-size: 12px;
    padding: 0;
}
.ZineComment .ZineDate {
    float: right;
}
.ZineIndex .ZineComment {
    border: none;
    padding: 0;
    margin: 0;
}
.ZineComment .ZineBody {
    padding: 20px 0;
}
.ZineComment .ZineFooter {
    border: none;
}
.ZineComment table.ZineTools td a img,
.Zine_semi-threaded .ZineTools td a img {
    display: none;
}
.ZineComment table.ZineTools td a.ZineToolReply::before,
.Zine_semi-threaded .ZineTools td a.ZineToolComment::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 6 Free';
    content: "\f075";
}
.ZineComment table.ZineTools td a.ZineToolReply,
.Zine_semi-threaded .ZineTools td a.ZineToolComment {
  padding-right: 10px;
}
.ZineComment table.ZineTools br,
.Zine_semi-threaded .ZineTools br {
    display: none;
}
.ZineComment table.ZineTools td a,
.Zine_semi-threaded .ZineTools td a {
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none !important;
}
.ZineComments .ZineItem {
    margin-bottom: 0;
    background: none;
    border: none;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: none;
    margin: 0 40px;
}
.ZineComments > .ZineThread > .ZineItem:first-child {
    border-top: 1px solid #ddd;
}
.ZineComments .ZineThread {
    padding: 0;
}
.ZineComments > .ZineThread {
    margin: 30px 0;
}
.ZineComment .ZineDate {
    float: right;
}
.ZineComment table.ZineTools td {
    padding: 0 !important;
}
.ZineComment .ZineAuthor {
    font-size: 14px;
    font-weight: 700;
    background: #d35400;
    color: #fff;
    border-radius: 100px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.ZineComment .ZineAuthor a {
display: block;
    line-height: 30px;
  color: #fff;
}
.ZineQuote {
    font-size: 14px;
    color: #888;
    border: none;
    padding: 10px;
    margin: 15px 0;
    border-left: 5px solid #e9e9e9;
    background: #f9f9f9;
    width: 100%;
}



/* Forum Index */

.ZineComments table.ZineIndex {
    border: 1px solid #ddd;
}
.ZineComments table.ZineIndex th {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 11pt;
}
.ZineComments table.ZineIndex td {
    border: 1px solid #ddd;
}
.ZineComments table.ZineIndex th,
.ZineComments table.ZineIndex td {
  padding: 8px !important;
}
.ZineComments table.ZineIndex {
    background-color: transparent;
    border: 1px solid #ddd;
}
.ZineComments table.ZineIndex tr td a {
  text-decoration: underline;
}
 .ZineComments table.ZineIndex tr td a:visited {
    color: #aaa;
} 
@media (max-width: 400px) { 
.ZineComments table.ZineIndex {
    font-size: 14px;
 }
}


.ZineIndex .ZineComments span.Author,
.ZineForumTable span.ZineReportAsbstract {
    display: none;
}
.ZineIndex .ZineComments .ZineThread span.Author {
    display: inline-block;
}


/******************** Form Submit ********************/
.formButtons,
.credit-card-box .form-row,
.CartCheckoutButtons,
table.cart_form tr td.input {
    position: relative;
}
.formSubmitted {
    position:absolute;
    top:-4px;
    left: -4px;
    padding-top:10px;
    height:50px;
    background-color:white;
    width:100%;
}
.job_search .formButtons .formSubmitted {
   background: #444;
   left: -2px;
   color: #fff;
}


/* Return to top
   ========================================================================== */
#return-to-top {
    position: fixed;
    right: 0;
    bottom: 20px;
    display: none;
    z-index: 99999;
    -webkit-backface-visibility: hidden;
    background: rgba(139, 197, 63, 1);
    color: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    display: block;
    text-align: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#return-to-top:hover {
    background: #597e27;
}

/* Keep footer at the bottom
   ========================================================================== */

@media (min-width: 1200px) {
    html,
    body {
       margin:0;
       padding:0;
       height:100%;
    }
    .page-wrap {
       min-height:100%;
       position:relative;
    }
    main {
        padding-bottom:216px; 
    }
    footer#footer {
       position:absolute;
       bottom:0;
       width:100%;
       height:216px;
    }
}