/* ---------------Global Styles--------------- */
#editAnywhere {display:none;}
body {}

a {}
a:hover {}
a:visited {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
#content img { max-width:100%;}
/* ---------------General Module Styles--------------- */

.moduleDetail {}
.moduleLister {}
div.listerItem { clear: both; margin: 1.0em 0 1.5em 0; padding-bottom: 1.5em;border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
div.listerItem:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* common elements across modules */
.label { font-weight: bold; margin-right:10px; } /* form required vs form optional*/
.title {}
.description {}
.blurb {}
.thumbnail {}
.info {}
.author {}
.date {}
.time {}
.filter {float:right;}
.imageLink {float:left;}
.tags {background: #eee; display: block; margin-bottom: 10px; text-indent: 8px;}
.utilityLinks {}
.txt-cntr { text-align:center;}
.moduleLister .thumbnail { width: 200px; float: left; margin-right: 20px; }

.errorMessage{ font-weight:bold; color:#f00; }
.photo_left { float:left; margin: 0 1em 1em 0;}
.photo_right { float:right; margin: 0 0 1em 1em; }
.justify { text-align:justify;text-justify: inter-word; }
.li_style {font-weight: 400; text-align: justify;}
ul.li_style  {padding-left: 45px;}
/* End General Module Styles */



/* Flex Rules */
.flex_row { display: flex; flex-flow: row wrap; align-items: center; justify-content: space-between; margin: 0 -12px;}
.flex_item { flex: 1 1 100%;  padding: 0 12px; box-sizing: border-box;}
.flex_item.one_fifth { flex-basis: calc(19% - 24px);}
.flex_item.one_fourth { flex-basis: calc(24% - 24px);}
.flex_item.one_third { flex-basis: calc(33% - 24px);}
.flex_item.one_half { flex-basis: calc(49% - 24px);}
.flex_item.two_thirds { flex-basis: calc(66% - 24px);}

/* Expandies */
.collapsible_header, .collapsible_subsection {  padding: 2px 0; cursor: pointer;}
.collapsible_header span.fa, .collapsible_subsection  span.fa{ padding-right: 16px; font-size: 20px;}
.collapsible_content,  .collapsible_subcontent { margin: 15px 0px 0px 35px; padding: 0 15px; display: none; overflow:hidden; }
/* End Expandies */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageModule.moduleDetail { }
/* ModuleEnd::gendocs */



/* ModuleBegin::events */
/* ---- Events Lister ---- */
.eventsModule.moduleLister {}
.littlebutton { 
    height:unset !important;
    line-height:unset !important;
    padding: 0 1em !important;
}
.eventlisterdate {
    font-weight: bold;
    font-size:larger;
}

/* ---- Events Detail ---- */
.eventsModule.moduleDetail {}
	.eventsModule .date {}
	.eventsModule .label {}
	.eventsModule .time {}
	.eventsModule .location { margin: 1em 0; }
	.eventsModule .map {}
	.eventsModule .address {}
	.eventsModule .directions {}
	.eventsModule .contactInfo {}
	.eventsModule .name {}
	.eventsModule .phone {}
	.eventsModule .email {}
	.eventsModule .rsvp {}
	.eventsModule .ticketsWrapper {}
	.eventsModule .ticket {}
	.eventsModule .description {}
	.eventsModule .utilityLinks {}
    .eventsModule.moduleDetail .thumbnail {width:300px; float:right; margin-left: 20px;}


/* ---- Events Small Calendar ---- */


.cal { text-align: center; position:relative; background: transparent;}
.calTop { border-top: 1px solid #004e7d; height: 38px; line-height:38px; background: #004e7d;}
.calTop a { color: #fff; }
a.calPrev, a.calNext { display: block; position: absolute; top: 0px; width: 42px; font-size: 17px; text-align:center; line-height:41px; height: 38px; }
.calPrev:hover, .calNext:hover { background: rgba(255,255,255,0.3); } 
.calPrev { left: 0px; border-right: 1px solid rgba(0,0,0,0.24);}
.calNext { right: 0px; border-left: 1px solid rgba(0,0,0,0.24);}
.calMonth { position: absolute; top: 0; left: 43px; right: 43px;  text-align: center; font-size: 18px; text-transform: uppercase; font-weight: bold; }
.calGrid { background: #fff;clear: both; width: 100%; text-align: center; margin-left: auto; margin-right: auto; border-collapse: collapse;}
.calGrid td { position: relative; color: #2e2e2e; font-weight: bold; width: 14.2857%; font-size: 15px; height: 41px; padding: 0px 0; vertical-align: middle; text-align: center;  }
.calGrid tr.calWeek { text-align: center; }
.calGrid tr.calWeek td { font-weight: normal; color: #fff; font-size: 12px; height: 33px; border-left: 0px ; border-top:0px;background: #857650;}

/* Small Calendar Only */

.cal.smallCalendar .calGrid td { border-left:1px solid #adadad; border-top:1px solid #adadad;}
.cal.smallCalendar .calGrid tr.calWeek td {border-left: 0px; border-top:0px;}
.cal.smallCalendar .calGrid td:first-child { border-left:0px;}
.cal.smallCalendar .calGrid tr:first-child + tr td { border-top:0px;}

.cal.smallCalendar .calGrid td .glance_inner { display:none; position: absolute; transition: all .3s; opacity: 0; position: absolute; bottom: 20px; left: 50%; margin-left: -60px; width: 150px; background: #004e7d; color: #fff; padding: 7px 10px; font-size: 12px; line-height: 17px; text-transform: uppercase;  }
.cal.smallCalendar .calGrid td.hovered .glance_inner, .calGrid td.active .glance_inner { opacity: 1; bottom: 38px; z-index:25;}
.cal.smallCalendar .calGrid td .glance_inner a { color: #fff; text-align: left; }
.cal.smallCalendar .calGrid td .glance_inner a:hover {}
.cal.smallCalendar .calGrid td .glance_inner .bottom_triangle { position: absolute; top: 100%;  border-bottom: 6px solid transparent; }
.cal.smallCalendar .calGrid td .glance_inner .bottom_triangle.right {left: 50%; border-left: 6px solid #004e7d;}
.cal.smallCalendar .calGrid td .glance_inner .bottom_triangle.left {right: 50%; border-right: 6px solid #004e7d;}
.cal.smallCalendar .calGrid td.today { color: #004E7D ;}
.cal.smallCalendar .calGrid td.activeday { cursor: pointer; }
.cal.smallCalendar .calGrid td span.indicator { display: block; position: absolute; right: 0px; bottom: 0px; width:0px;height:0px; border-right: 12px solid #ccc; border-top:12px solid transparent;}


/* Large Calendar Only */

.cal.largeCalendar .calGrid td { padding: 7px; vertical-align: top; text-align:left; height: 100px; border-right:1px solid #adadad; border-bottom:1px solid #adadad; }
.cal.largeCalendar .calGrid tr.calWeek td { border-right: 0px; border-bottom: 0px; text-align:center; height: auto;}
.cal.largeCalendar .calGrid td .glance_inner { display: block; padding-top: 7px; font-size: 13px;}
.cal.largeCalendar .calGrid td:first-child { border-left:1px solid #adadad;}
.glance_inner a {
    margin-bottom: 10px;
    display: block;
}

.calBottom { text-align: left;  }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }

/* Calendar Filters */
.listFilters { text-align: right; display: block; width: 100%; height: 100%; margin: 0 auto; padding: 0; }
.listFilters a { text-decoration: none; }

/* ---- Events Month at a Glance ---- */
#calendarDetail {margin-top: 7px; ; padding-bottom: 30px; width:100%; }
#calendarDetail table { width: 100%; table-layout: fixed;  text-align: center; }
#calendarDetail .calendarMonths { vertical-align: middle; padding-top: 3px; padding-left: 12px; width:100%; }
#calendarDetail a { text-decoration: none; }
#calendarDetail a:hover { }
#calendarDetail .calendarMonths a { display: block; font-weight: bold; font-size: small; padding: 5px 0px 5px 0px; }
#calendarDetail .calendarMonths a:hover { color: #000; }
#calendarDetail .calendarDays { table-layout: fixed; background: #fff; width:100%; }
#calendarDetail .calendarDays td { background:none; border-bottom:1px solid rgba(0,0,0,.05); }
#calendarDetail .calendarDays .title { font-size: medium; font-weight: bold; color: #fff; padding: 10px 0px 10px 0px; background: #333; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { background: #333; color:#fff; }
#calendarDetail .title a { font-size: small; }
#calendarDetail .calendarDays .prevLink a, #calendarDetail .calendarDays .nextLink a{ font-size: small; color: #fff; }
#calendarDetail .calendarDays td { font-size:small; line-height:  1.1em; }
#calendarDetail .calendarDays .weekdays { height: 30px; line-height: 30px;background-color: #E8E8E8; }
#calendarDetail .calendarDays .emptyDay { height: 100px; text-align: left; vertical-align: top; background-color: #eee; background-color: rgba(0,0,0,.02); }
#calendarDetail .calendarDays .eventToday { height: 100px; text-align: left; vertical-align: top;background-color:#eee; background-color: rgba(0,0,0,.05); padding-left: 5px; padding:5px;}
#calendarDetail .calendarDays .eventOff { height: 100px; text-align: left; vertical-align: top; padding-left: 5px;  padding:5px;}
#calendarDetail .calendarDays .eventOn { height: 100px; text-align: left; vertical-align: top; padding-left: 5px; padding:5px; }


@media only screen and (max-width: 600px) {
    .glance_inner a {
      margin-bottom: 10px;
    }
    
    .dayNum {
      padding: 5px;
      margin: 0;
    }
    
    .activeday.day .dayNum {
      background-color: #4d84a4;
      padding: 5px;
    }

    .revealEvents {
      min-width: 265%;
      margin-top: 1rem;
      margin: 1rem auto;
      margin-right: -18rem;
    }
    
    .cal.largeCalendar .calGrid td {
      height: 50px;
    }
    
    .popup_overlay {
        width:400px;
        height: auto;
    }
    #popup_module_content .popup_box .pop_image {
        position: absolute;
        height: 100%;
        width: 100% !important;
        opacity: 20% !important;
        z-index: 998;
    }
    
    .pop_text {
        z-index: 999;
    }
    
  }

/* ---- Events Box ---- */
.eventsModule.moduleLister.box { }
.eventsModule.moduleLister.box .listItem { padding-bottom: 10px; }
.eventsModule.moduleLister.box .date { color: #777; }

/* ---- Events Registration ----- */
#registrationSummary td { padding:1px 10px; }
/* ModuleEnd::events */



/* ModuleBegin::news */
.newsModule.moduleDetail {}
.newsModule.moduleLister {}
.newsModule .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
.newsModule .blurb {}
.newsModule .thumbnail {}
/* ModuleEnd::news */



/* ModuleBegin::blog */
.blogModule {}
.blogModule .info {margin-bottom: 20px; }
.blogModule .author {}
.blogModule .date {}
.blogModule .thumbnail img { width:350px; max-width:100%; }
.blogModule .tags {} 
.blogModule .comment { padding: 10px; background: #f4f4f4; margin-bottom: 15px; border: 1px solid #ccc; }
.blogModule .comment .info { color: #333; font-weight: 600; margin-bottom: 10px; }

/* ---- Blog Lister ----- */
.blogModule.moduleLister {}
.blogModule.moduleLister h2 { margin-bottom:5px; }
.blogModule .listerItem {}
.blogModule .blurb {}

/* ---- Blog Detail ------- */
.blogModule.moduleDetail {}
.blogModule.moduleDetail h1 { margin-bottom: 5px; }
.blogModule.moduleDetail .fullText {}

/* ---- Blog Archives ------ */
.blogModule.archive .month { padding-left:10px; }
.blogModule.archive .year { font-weight: bold; }
/* ModuleEnd::blog */

/* ModuleBegin::membership */
#formLogin { margin:0 auto; border: 1px solid #ccc; padding: 20px; width: 350px; }
.memberLoginBox { margin: 0 auto; }
.memberLoginBox .block { margin-top: 10px; }

.membershipModule .search {}
.membershipModule .companyInfo { margin: 1em 0; }
.membershipModule .companyInfo .name {}
.membershipModule .companyInfo .jobTitle {}
.membershipModule .address { margin: 1em 0; }
.membershipModule .contactInfo { margin: 1em 0; }
.membershipModule .contactInfo .phone {}
.membershipModule .contactInfo .email {}
.membershipModule .contactInfo .website {}
.membershipModule .thumbnail { float:left; margin-right: 20px;}
    
/* ----- Membership Lister ----- */
.membershipModule.moduleLister {}

/* ---- Membership Detail ----- */
.membershipModule.moduleDetail {}

/* ----- My Account ---- */
.membershipModule.myAccount {}
.membershipModule.myAccount:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.membershipModule.myAccount .block { padding: 10px; float: left; width: 250px; height: 150px; }
.membershipModule.myAccount .block.membership { float: none; width: auto; height: auto; background-color: #eee; }
.membershipModule.myAccount .block.membership ul { list-style: none; padding: 0; }

@media (min-width: 45em) {
    .membershipModule.myAccount .block.membership li { display: inline; margin: 0 .5em; }
}

/* ----- My Account - Dispatch ( System Forms ) ---- */
.myaccountHeading { font-size: 2em; font-weight: bold }
.myaccountMessage {}

.myaccountDetail  table { color: #444;}
.myaccountDetail .formtextRequired, .myaccountDetail .formtext { padding: 5px 0; }
.myaccountDetail .formtextRequired label { font-weight: bold; }

.myaccountLister {}
.myaccountListerBack {}
/* ModuleEnd::membership */

/* Affiliates */
.golocal h4.title { margin-bottom: 0; }
.golocal .listerItem { padding-left: 40px; padding-bottom: 10px; position:relative;}
.golocal .listerItem .checkbox { position:absolute; left:5px; top:0;}
.golocal .category_section {padding-top: 15px;}
.golocal .hidethis { display:none;}
.golocal .flex_row { align-items: flex-start; }
.golocal .sponsorship {vertical-align: middle;}
.golocal .sponsorship .fa-star { color: #004e7d; font-size: 24px; vertical-align: middle;padding-right: 10px;}
.category_filter {
    padding: 15px 30px;
    font-size: 20px;
    font-weight:bold;
    line-height: 1.5;
    border-radius: 3px;  
    background-color: #004e7d;
    color:#fff;
}
.category_filter a {
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;  
    color:#fff;
    display:inline-block;
    border: thin solid #fff;
    float:right;
    text-decoration: none;
}
.golocal #filters a {
    color: #5D99CA;
    font-weight:bold;
    font-size: 20px;
    display:inline-block;
    padding: 15px 30px;
    border-radius: 3px;  
    border: thin solid #5D99CA;
}
.golocal .checkbox {
    color:#696D72;
}




/* ----- RETS Office ----- */
#officeAgents { display: block; position: relative; margin: 40px auto; padding: 0; }

/* ----- staff board ---- */
#staff_directory { }
#staff_directory h4 { margin: 0 0 0 0;}
#staff_directory .buttons { display: flex; justify-content: center; align-items: center; width: 100%; margin: 0; padding: 0; }
#staff_directory .staff_member_card, #staff_detail .staff_detail_contact { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; margin: 60px auto; padding: 0; box-sizing: border-box; border: 1px solid #eee; }
#staff_directory .staff_photo, #staff_detail .staff_detail_contact .staff_photo { display: block; width: 150px; height: 150px; margin: 20px; padding: 0; background-size: contain; background-position: 50% 50%; background-repeat: no-repeat; }
#staff_directory .staff_info, #staff_detail .staff_detail_contact .staff_info { display: block; margin: 20px; width: 70%; flex-grow: 1; }
#staff_directory  h1 { margin: 0; }
#staff_directory .staff_info h4 { margin: 0 0 0.5em 0; }
#staff_directory  h3 a { color: #d62233; }
#staff_directory .staff_address { display: block; line-height: 1.5em; }
#staff_directory .bio_button { position: absolute; right: 0; top: 0; bottom: 0; display: flex; justify-content: center; align-items: center; width: 10%; height: 100%; background: rgba(20, 104, 179, 0.7); color: #fff; font-size: 36px; }

#staff_detail { }
#staff_detail .staff_detail_contact { }
#staff_detail .staff_detail_contact .staff_photo { }
#staff_detail .staff_detail_contact .staff_info { line-height: 1.8em; }
#staff_detail .staff_bio { position: relative; margin: 0 0 60px 0; }
#staff_detail .testimonials_container { border-top: 1px solid #eee; }
#staff_detail .testimonials_container .caption { font-style: italic; }

#staff_directory_grid { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: flex-start; }
#staff_directory_grid .grid_break { width:100%; text-align:center; margin-top: 1em;} 
#staff_directory_grid .grid_box { display: block; cursor: pointer; position: relative; width: 220px; height: 310px; margin: 10px; padding: 0; box-sizing: border-box; overflow: hidden; color: #fff; text-align: center; }
#staff_directory_grid .grid_box img { width: 100%; height: 100%; display: block; position: relative; margin: 0; padding: 0; z-index: 0; }
#staff_directory_grid .grid_box .no_image, #profile_popup .profile_overlay .no_image { width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #ccc; font-size: 44px; font-weight: 400; background: #efefef; color: #ddd; position: relative; z-index: 0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; text-align: center; }
#staff_directory_grid .hover { width: 100%; height: 226px; position: absolute; z-index: 1; background: rgba(0,78,125, 0.9); top: 220px; left: 0; right: 0; box-sizing: border-box; margin: 0; padding:0 5px; }
#staff_directory_grid .hover .name { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 90px; margin-bottom: 50px; }
#staff_directory_grid .hover .name h3, #staff_directory_grid .hover h4 { color: #fff; font-weight: normal; line-height: 1.2em; }
#staff_directory_grid .hover .name h3 { font-size: 14px; margin: 0; padding: 0; }
#staff_directory_grid .hover .name h4 { font-size: 11px; margin: 0; padding: 0; visibility:hidden;}
#staff_directory_grid .hover:hover .name h4 {  visibility:visible;}
#staff_directory_grid .hover .name h3:after { content: ""; display:none; width: 60%; margin: 10px auto; height: 2px; background: #b9ad95; }
#staff_directory_grid .hover:hover .name h3:after {display:block;}
#staff_directory_grid .profile_button { display: block; width: 60%; margin: 0 auto; padding: 5px 0; background: #fff; border: 1px solid #d0d3d3; color: #004E7D; text-decoration: none; }

#profile_popup { display: none; width: 100%; height: 100%; background: #fff; position: absolute; z-index: 10; top: 0; left: 0; right: 0; bottom: 0; }
#profile_popup .profile_overlay { display: block; width: 90%; margin: 0 auto; padding: 0; }
#profile_popup .profile_overlay .close { cursor: pointer; border: 1px solid #ccc; color: #ccc; margin: 0; padding: 5px 10px 8px; font-weight: bold; }
#profile_popup .profile_overlay .profile_info { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; margin: 30px 0 0 0; padding: 0; word-wrap:break-word}
#profile_popup .profile_overlay .profile_image { display: block; width: 260px; height: 410px; margin: 0 20px 0 0; padding: 0;text-align:center; }
#profile_popup .profile_overlay .profile_image img { width: 100%; height: auto; }
#profile_popup .profile_overlay .profile_bio { max-width:650px;}

#cycle_sponsors { display: block; width: 100%; margin: 0 auto; padding: 0; }
#cycle_sponsors .slide { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; }
#cycle_sponsors .slide h2 { text-align: center; }
#cycle_sponsors .slide .logos { display: flex; width: 100%; justify-content: center; align-items: center; }
#cycle_sponsors .slide .logos a { flex: 0 0 25%; display: block; margin: 0px; }
#cycle_sponsors .slide .logos a img { display:block; margin: 0 auto; width: auto; max-width: calc(100% - 30px); height: auto;}

ul.staff_menu, ul.affiliate_menu { margin: 0 auto 1em auto; text-align:center; padding: 0 0;}
ul.staff_menu li, ul.affiliate_menu li{ margin: 0 auto 1em auto; display:inline-block; list-style:none; padding: 0 0;}
ul.staff_menu a, ul.affiliate_menu a { display:inline-block; line-height: 2em; background: #E0DACB; color:#81734E; margin: 0 0.25em; padding: 0 0.5em; text-decoration:none;}
ul.staff_menu a.active, ul.affiliate_menu a.active{ background: #004E7D; color:#fff;}
#staff_directory_grid .grid_box.hide { display:none;}



@media screen and (max-width: 736px) {
    .golocal .flex_item { flex-basis: 98%; }
    
    #cycle_sponsors .slide, #cycle_sponsors .slide .logos {height: 500px; flex-flow: row wrap;}
    #cycle_sponsors .slide .logos a { flex: 0 0 50%; margin: 12px 0;}
    
    .eventsModule.moduleDetail .thumbnail {width:170px;}
    .eventsModule.moduleDetail .date, .time, .location, .contactInfo, .description, .utilityLinks  {font-size: 12px;}
    .eventsModule.moduleDetail .description img {width: 100%;}
    
}

@media print{  
    #top_bar, #header, #footer { display: none;}
    #main, .nothome { padding-top:15px !important;}
    .container {width: 100%;  }
    
}

#popup_module_content { position: fixed; bottom: 0; right: 0px; width: 100%; height:0px; overflow: hidden; opacity: 0.01; z-index: -1; }
#popup_module_content .popup_overlay { transition: opacity 0.4s ease; transition-delay: 0.01s; cursor: pointer; background: rgba(0, 124, 169, 0.8); position: absolute; left:0px; top:0px; height:100%; width: 100%; opacity: 0.01;}
#popup_module_content .popup_overlay > .popup_close { display: none; position: absolute; top: 12px; right: 20px; font-size: 30px; color: #fff;}
#popup_module_content .popup_outer { pointer-events: none; display: table; margin:0px; padding:0px; border-spacing:0px; position: relative; height:100%; width: 100%;}
#popup_module_content .popup_inner { pointer-events: none; display: table-cell; margin:0px; padding:0px; position: relative; height:100%; width: 100%; text-align:center; vertical-align:middle;}
#popup_module_content .popup_box { pointer-events: auto; background: #fff; position: relative; display:flex; flex-flow: row nowrap; justify-content: space-evenly; align-items: center; border-radius: 6px; -webkit-border-radius: 6px; width: 80%; left:10%; height:80%; min-height: 100px;}
#popup_module_content .popup_box .pop_image { width:50%; height:100%; flex-grow: 1;}
#popup_module_content .popup_box .pop_text { width:50%; height: 90%; flex-grow: 1;}
#popup_module_content .popup_box .popup_close { z-index: 999; display: flex; flex-direction: row; justify-content: space-between; align-items: center; position: absolute; top: 6px; right:6px; cursor: pointer; color: #000; font-size: 20px; }
#popup_module_content .popup_box .popup_close .fa-times-circle { transition: all 0.2s; }
#popup_module_content .popup_box .popup_close:hover > .fa-times-circle { transform: rotate(360deg); }
#popup_module_content .popup_box .popup_close .close_button_text__js { display: block; width: 0; opacity: 0; margin-left: 0; }
#popup_module_content .popup_box h1, #popup_module_content .popup_box h2, #popup_module_content .popup_box h3, #popup_module_content .popup_box h4, #popup_module_content .popup_box h5, #popup_module_content .popup_box h6 { margin-top:0px; padding-top: 15px;}

#popup_module_content .pop_image { background-size: cover; background-position: 50% 50%; height:inherit;padding: 20px; border-radius: 6px 0 0 6px;}
#popup_module_content .pop_text { text-align:center; padding: 20px;}

#popup_module_content.active { height: 100%; z-index: 9995; opacity: 1; }
#popup_module_content.active .popup_overlay { opacity: 1; z-index: 9996; }
#popup_module_content.active .popup_outer { z-index: 9997; }
#cta_button_popup { opacity: 0; position: fixed; bottom: 50px; right: -9999px; color: #fff; z-index: 9999; font-family: 'Open Sans Condensed', sans-serif; }
#cta_button_popup a { display: block; height: 50px; line-height: 50px; color: #fff; font-size: 22px; font-weight: 600; padding: 0 30px; background: #5D99CA; border-color: #5D99CA; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; border-radius: 6px 0 0 6px; }
#cta_button_popup a:hover { background: #fff; color: #5D99CA; }

/*slideshow styling*/
#cycle_sponsors { min-height: 200px; }
.cycle-prev { top: 50%; position: absolute; z-index: 999;}
.cycle-next { top: 50%; right: 0; position: absolute; z-index: 999;}
.fa-angle-double-right, .fa-angle-double-left { color: white; background-color: none; border-radius: 3px; padding: 2px; }

.footerArrows {
    color: lightgray;
}