/* ----------------- General & Resets ----------------- */

#editAnywhere {display:none;}
body { background: #fff; position: relative; font-family: 'Roboto', sans-serif; color: #000000; margin: 0; font-weight: 300; font-size:16px; }
body.home { background: #fff; }
input, textarea, select, button { font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; }
a { text-decoration:none; color: #202945; }
img {border:0px;}
.wrapper {margin:0 auto; width: 96%; max-width: 1250px; position:relative;}
.mobile_only { display: none !important; }
.clear {clear:both;}

h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif;  font-weight: 200; color: #1877c2; line-height: 1.3em; margin: 0px 0px 1em; padding-top: 0.73em;}

h1 { font-size: 30px;}
h2 { font-size: 27px; }
h3 { font-size: 24px; }
h4 { font-size: 20px;}
h5 { font-size:18px; }
h6 { font-size:16px; }

.asterisk { color: #900; }

/* More buttons & General Page Button Styling */
a.morebutton, .morebutton a, a.bluebutton, .bluebutton a, a.greenbutton, .greenbutton a, a.navybutton, .navybutton a { display: inline-block; font-family: 'Montserrat', sans-serif; font-weight: 300; text-transform: uppercase; line-height: 56px; padding: 0 35px; background: #0f5e9d; color: #fff; font-size: 16px; }
a.morebutton:hover, .morebutton:hover a { background: #1877c2; color: #fff; -moz-transition: all 0.21s ease-in-out; -webkit-transition: all 0.21s ease-in-out; transition: all 0.21s ease-in-out;}
a.morebutton.white, .morebutton.white a { background: #fff; color: #0f5e9d }
a.morebutton.white:hover, .morebutton.white:hover a { background: #1877c2; color: #fff; }

/* Specific Colored WYSIWYG Editor Buttons */
a.bluebutton, .bluebutton a, a.greenbutton, .greenbutton a, a.navybutton, .navybutton a { margin: 0 12px;}
a.bluebutton:first-child, .bluebutton:first-child a, a.greenbutton:first-child, .greenbutton:first-child a, a.navybutton:first-child, .navybutton:first-child a { margin-left:0px;}
a.bluebutton, .bluebutton a { background: #0f5e9d ; } a.bluebutton:hover, .bluebutton:hover a { background: #1877c2; }
a.greenbutton, .greenbutton a { background: #028969; } a.greenbutton:hover, .greenbutton:hover a { background: #00b086; }
a.navybutton, .navybutton a { background: #253746; } a.navybutton:hover, .navybutton:hover a { background: #415464; }

h1.big_title { font-size: 60px; font-weight: 100; text-transform: uppercase; color: #fff;}
h1.title { padding-top: 0.3em; }
h2.subtitle { color: #00b086; position: relative; padding-top:0px; top: -0.9em; margin-bottom: 0.5em;}

.prominent_blue  { color: #387fc0; text-transform: uppercase; }
.prominent_green { color: #9cb111; text-transform: uppercase; }

.split_left { width: 50%; float:left;}
.split_right { width: 50%; float:right;}
.half_wrapper { width: 96%; max-width: 625px; box-sizing: border-box;min-height:240px}
.split_left .half_wrapper {margin: 0 0 0 auto;}
.split_right .half_wrapper {margin: 0 auto 0 0;}

.columns {}
.columns::after { display:block; content: ' '; clear: both; height: 0px;}
.column { float: left; margin-left: 2.5%; box-sizing: border-box;}
.column:first-child { margin-left: 0px; }

.columns.col2 .column { width: 48.75%; }
.columns.col3 .column { width: 31.666%; }
.columns.col4 .column { width: 23.125%; }
.columns.col5 .column { width: 18.0%; }

.content_style p, .content_style ol, .content_style ul, #tinymce p, #tinymce ol, #tinymce ul  {line-height: 1.8em;}

#tinymce { margin: 0px; line-height: 1.8em;}

.photo_left { float: left; margin: 0 15px 15px 0;  }
.photo_right { float: right; margin: 0 0 15px 15px; }

.outer { display: table; height: 100%; width: 100%; margin:0 ; padding:0;}
.inner { display: table-cell; text-align: center; vertical-align: middle; height: 100%; width: 100%; margin:0; padding:0;}

.expandableHeader { position:relative; margin-bottom:0; padding: 0.25em 0.25em 0.25em 30px; cursor:pointer; }
.expandableHeader::before { content:'\f055'; position:absolute; top:0.25em; left:0; font-family: 'FontAwesome'; }
.expandableHeader.expanded::before { content:'\f056'; }
.expandableContent { padding-left:30px; overflow:hidden; display:none; }

body.logged_in .logged_out_only, body.logged_out .logged_in_only { display: none !important;}

/* -- Alerts Module -- */
/*ALERTS*/
.alertCycle { width: 100% !important; }
.alertCycle .alert { width: 100% !important; z-index:300; position:relative;display: block; padding: 12px 20px; border-top: 1px dashed rgba(0,0,0,0.7); line-height: 20px; vertical-align: middle; text-align:center; background: rgba(0,176,134, 1); color: #fff;}
.alertCycle .alert.alert1 { border-top: 0px; }
.alertCycle .alert a { color: #fff; font-weight: bold; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.alertCycle .alert span.fa { cursor: pointer; vertical-align: middle; display: inline-block; line-height: 12px; font-size: 18px; margin-right: 10px; color: #f00; background: #fff; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; }

/* -- Header Styles -- */

#header {position: relative; top:0px; left:0px; right:0px; z-index: 2000; height: 240px; background: #fff; }
#top_bar { z-index: 2001; display:block; position: absolute; top:0px; left:0px; right: 0px; height: 32px; line-height:32px; background: #00b086; font-size: 14px; color: #fff; padding: 8px 0 10px; text-align: right; vertical-align: middle;}
#top_bar .wrapper {max-width: 1300px; height: 100%; }
#top_menu { display: inline-block; vertical-align: middle; line-height:32px; margin: 0 16px 0 0; position: relative; top: 2px;}
#top_menu a { vertical-align: middle; display: inline-block; line-height: 32px; color: #fff; padding: 0px 5px;}
#site_search { vertical-align: middle; display:inline-block; position: relative; top: 0px; right: 0px; width: 160px; height: 32px; overflow:hidden; border-radius: 10px; background: #415464;  }
#site_search #searchBoxInput { margin:0px; display: block; background: none; color: #fff; font-size: 14px; font-weight: 300; outline: 0; border: 0; position: absolute; top: 0px; width: 110px; text-align:left; left: 12px ; padding: 7px 0px 3px; line-height: 22px; height: 22px; }
#site_search #search_button { width: 32px; height: 32px; line-height: 32px; text-align:center; cursor: pointer; position: absolute; right:3px; top:2px; font-size:18px; color: #fff; background: none ; border: none; }
#site_search #search_button span.fa { position: relative; top: -1px; }
#site_search label { display:none; }

#header > .wrapper { max-width: 1730px; height: 100%;}
#logo { z-index: 2002; display: block; position: absolute; top: 70px; left: 0px; width: 213px; height: 149px; background: url('graphics/design/logo_color.png') left 50% no-repeat; background-size: contain; }
#logo span { display:none; }
#main_menu { position: absolute; top:50%; right:-20px; left:200px; height: 52px; }

#header.transparent { position: absolute; height: 170px; background: transparent; top: auto; }
#header.transparent #top_bar { background: transparent;}
#header.transparent #logo { background-image: url('graphics/design/logo_white.png'); top: 9px;}
#header.transparent #main_menu {margin-top: -26px;}

/* Home Page ------------------------------ */

#homepage_slideshow { position: relative; height: 600px; background: #1a2732; }
#homepage_slideshow .wrapper { height: 100%;}
#slides_cycle { position: relative; width: 100% !important; height: 100% !important; }
.slide { position: absolute; left:0px; top:0px; width: 100% !important; height: 100% !important; }
.slide .caption { position: absolute; width: 100%; top: 112px; bottom:0px; }
.slide .outer { display: table; height: 100%; width: 100%; margin:0 ; padding:0;}
.slide .inner { display: table-cell; text-align: center; vertical-align: middle; height: 100%; width: 100%; margin:0; padding:0;}
.slide .caption_bg { background: none; width: 94%; max-width: 1060px; margin: 0 auto; vertical-align: middle; padding: 0px 0px 0px;}
.slide h1 { color: #fff; line-height: 1.3em; margin: 0 auto; padding: 0 20px 0; line-height: 1.38em; text-shadow: 1px 2px 3px rgba(0,0,0,0.7); font-weight: 200; }
.slide h2 { color:#fff;  font-size:30px; padding:0px; margin: 0px; text-shadow: 1px 2px 3px rgba(0,0,0,0.7); }
.slide .slide_buttons { font-size: 56px; line-height: 56px; padding: 35px 0 20px;}
.slide a.morebutton { margin: 0px 8px; display: inline-block; }
#slide_prev, #slide_next { display:block; background: rgba(37,55,70,0.9); cursor: pointer; position: absolute; z-index: 200; top: 50%; margin-top: 25px; line-height: 40px; height: 40px; width: 40px; color: #fff; font-size: 26px; text-shadow: 1px 2px 3px rgba(0,0,0,0.4); text-align:center; transition: opacity 0.2s ease; }
#slideshow_pause { display:block; background: rgba(37,55,70,0.9); cursor: pointer; position: absolute; z-index: 200; right: 10px; bottom: 50px; line-height: 40px; height: 40px; width: 40px; color: #fff; text-shadow: 1px 2px 3px rgba(0,0,0,0.4); text-align:center; transition: opacity 0.2s ease; }
#slide_prev { left: 10px; }
#slide_next { right: 10px; }
#slide_prev span span, #slide_next span span, #slideshow_pause span span { display:none; }

#home_columns { position: relative; padding: 35px 0 55px; z-index: 300; background: #f3f3f3; }
#home_columns .wrapper {}
#home_columns .column { position: relative;}
#home_columns h2.column_header {margin:0px; padding:10px 30px; color: #fff; background: rgba(37,55,70,0.9); position: absolute; z-index: 301; top: -68px; left:0px; right:0px; line-height:30px; }
#home_columns h2.column_header a { color: #fff; }
#home_columns h2.column_header .col_header_link { color: #fff; font-size: 16px; text-transform: none; position: absolute; top:10px; right: 30px; line-height: 30px;}
#home_columns .home_column_body.webpage { height: 280px; overflow-y: scroll; }

#home_mobile_news { position: relative; padding: 35px 0 55px; z-index: 300; background: #f3f3f3; }
#home_mobile_news .wrapper {}
#home_mobile_news .column { position: relative;}
#home_mobile_news h2.column_header { margin:0px; padding:10px 30px; color: #fff; background: rgba(37,55,70,0.9); position: static; margin-bottom: 20px; z-index: 301; top: 0; left:0px; right:0px; line-height:30px; }
#home_mobile_news h2.column_header a { color: #fff; }
#home_mobile_news h2.column_header .col_header_link { color: #fff; font-size: 16px; text-transform: none; position: absolute; top:10px; right: 30px; line-height: 30px;}
#home_mobile_news .column_bottom_buttons {position: absolute; z-index: 302; bottom: -85px; right:0px; left:0px; text-align:center;}
#home_mobile_news .column_bottom_buttons a.morebutton {margin: 0px 12px;}

#home_events { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; }
#home_events, #home_events h1, #home_events a  { color: #fff; }
#home_events .split_left { background: #1877c2; }
#home_events .split_right { background: #00b086;}
#home_events .split_left .half_wrapper { padding: 40px 11% 40px 0px;}
#home_events .split_right .half_wrapper { padding: 40px 0px 40px 11%; }
#home_events .column_bottom_buttons {position: absolute; z-index: 302; bottom: -26px; right:0px; left:0px; text-align:center;}
#home_events .column_bottom_buttons a.morebutton {margin: 0px 12px;}
.home_event {}
.home_event h2 { padding:0px; margin:0px; text-transform: uppercase;}
.home_event .date { font-weight: bold; font-family: 'Montserrat', sans-serif; font-size: 18px; text-transform: uppercase;}
.home_event .blurb { padding-top: 15px; font-size: 16px; line-height: 1.8em;}

#home_about {  background: #f3f3f3; position: relative;}
#home_about .split_left .half_wrapper { padding: 120px 10% 120px 0px;}
#home_about .split_right .half_wrapper { padding: 70px 0px 70px 12px; }
#home_about .split_left h1 { color: #000; padding:0px; margin:0px;}
#home_about .split_right {}

/* Interior Styles ------------------------------- */

#interior_header_banner { height: 252px; overflow:hidden; background: #253746; }
#interior_header_banner span, #interior_header_banner a, #interior_header_banner img { display: none !important; }

#interior_header_banner { background: #253746 url('graphics/design/loading-transparent.gif') 50% 50% no-repeat; height: 252px; position: relative; opacity:0; transition: opacity 0.5s ease;}
#interior_header_banner { opacity: 1;}
#interior_header_banner #image_holder { z-index: 5; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; opacity: 0.01; transition: opacity 0.5s ease;}
#interior_header_banner.active #image_holder {opacity: 1;}
#interior_header_banner #positioner { z-index: 6; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
#interior_header_banner #positioner .outer { display: table; width: 100%; position: relative; height: 100%; margin:0; padding:0; vertical-align:middle;  }
#interior_header_banner #positioner .inner { display: table-cell; width: 100%; position: relative; height: 100%; margin:0; padding:0; vertical-align:middle; text-align:center; color: #fff; }
#interior_header_banner #positioner h1 { position: relative;top: 36px; text-transform: uppercase; transition: all 0.5s ease; transition-delay: 0.2s; opacity: 0;}
#interior_header_banner.active #positioner h1 { top:0px; opacity: 1; }
#interior_header_banner > span, #interior_header_banner > span img { display: none; }

#interior_content { padding-bottom: 0px; }
#interior_content.full_width {}
#interior_content > .wrapper { max-width: 1150px; background: #fff; }
        
#content { padding: 45px 50px 60px 380px ; min-height: 600px; overflow: hidden; }
#interior_content.flip_sidebar #content { padding: 45px 380px 60px 50px ;}
#interior_content.full_width #content { padding: 20px 50px !important; float: none; }
     
#sidebar { display:block; position: absolute; left:0px; top: 56px; width: 300px;}
#interior_content.flip_sidebar #sidebar { left: auto; right:0px;}
#sidebar h3.side_header { text-transform: uppercase; line-height: 48px; background: #1877c2; margin:0px 0px 8px; padding: 0px 30px 0px ; color: #fff; line-height: 48px; }
#sidebar h3.side_header a { color: #fff;}

#sub_menu { /*display: none;*/ margin-bottom: 54px; }
#sub_menu ul { margin:0px; list-style-type: none;padding:0px 0; background: #f3f3f3; }
#sub_menu>ul { margin:0px; padding: 0; }
#sub_menu ul li { margin:0px; padding: 0px; list-style-type: none;  }
#sub_menu ul li.no_sub_display ul { display: none; }
#sub_menu ul a { display:block; line-height: 20px; padding: 10px 30px 10px; color: #2b2b2b; font-family: 'Montserrat', sans-serif; font-size: 16px;  }
#sub_menu ul ul { background: #rgba)_;}
#sub_menu ul ul {display:none; margin: 2px 0; background: rgba(0,0,0,0.33);}
#sub_menu ul ul.active {display:block;} 
#sub_menu ul ul li a { padding-left: 40px; }
#sub_menu ul ul ul li a { padding-left: 50px; }
#sub_menu ul a:hover, #sub_menu ul li.menuItemHighlight > a, #sub_menu a.current { background: #e1e0e0; }
#sub_menu ul li.menuItemHighlight > a, #sub_menu a.current { font-weight: 400; }
#sub_menu_title { }
#sub_menu_title a { }
#sub_menu ul li.menuItemHighlight>ul,
#sub_menu ul li.menuItemHighlight>ul >li {display:block;}

#side_quicklinks { margin-bottom: 54px;}
#side_quicklinks h3.side_header { background: #253746;}

#side_banners {  }
#side_banners span { display: block; margin: 0 0 30px;  }
#side_banners span a { display: block;}
#side_banners span img { display: block; width: 100% !important; height: auto !important;  }

/* Footer ------------------------------- */

#site_map { padding: 15px 0 0; background: #0f5e9d;}
#site_map>div>ul::after { content: " "; display:block; clear: both;}
#site_map ul, #site_map li { padding: 0px; margin:0px; display:block; list-style-type:none;}
#site_map a { color: #fff; display:block;}
#site_map a:hover { color: #00b086; }
#site_map>div>ul>li { width: auto; margin-top:40px; max-width: 200px; padding-right: 4%; float: left;   }
#site_map>div>ul>li:nth-child(5n + 1) { clear:left; }
#site_map>div>ul>li>a { margin: 0 auto; width: 100%;  padding-bottom: 18px; font-size: 16px; text-transform: uppercase;}
#site_map>div>ul>li>ul { margin: 0 auto; width: 100%;}
#site_map ul ul li { padding: 4px 8px 4px 0px; line-height:16px;}
#site_map ul ul li a { font-size: 16px;  }
#site_map ul ul ul li { padding-left: 15px;}

#footer { background: #0f5e9d; padding: 45px 0 8px; line-height: 30px; font-size: 16px; text-align:center; vertical-align: middle;}
#footer, #footer a { color: rgba(255,255,255,0.5);  }
#footer p { display: inline-block; line-height: 17px; height: 17px; margin: 0 0 0 8px; padding-left: 8px; border-left: 1px solid rgba(255,255,255,0.5); vertical-align: middle;}
#footer p:first-child { margin: left:0px; padding-left:0px; border-left: 0px; }
#footer a#credits {display: block; margin-top: 8px;}

#social_menu { display:inline-block; height: 32px; line-height: 32px; vertical-align: middle; padding-left: 4px;}
#social_menu a { display: inline-block;  vertical-align: middle; background: #00427e; color: #fff; font-size: 18px; text-align:center; height: 32px; line-height: 32px; width: 32px; margin-left: 12px; border-radius: 100% 100%;}
#social_menu a.facebook { background: #3b5998 ; }
#social_menu a.twitter { background: #00aced ; }
#social_menu a.linkedin { background: #007bb5 ; }
#social_menu a.instagram { background: #125688 ; }
#social_menu a.pinterest { background: #cb2027 ; }
#social_menu a.google { background: #dd4b39 ; }
#social_menu a.youtube { background: #ed1c24 ; }
#social_menu a:hover { background: #00b086; transition: all 0.3s ease;}
#social_menu a span { display:none; }

#mobile_bottom {display: none; text-align:center;position: fixed; bottom: 0px; left: 0px; width: 100%; height: 0px;  z-index: 9999;} 
#back_to_top { background: #121212; position: absolute; bottom: -30px; width: 100%; color: #fff; cursor: pointer; line-height: 30px; -moz-transition: all 0.34s ease-in-out; -webkit-transition: all 0.34s ease-in-out; transition: all 0.34s ease-in-out; }
#back_to_top.scrolled { bottom: 0px; }

/* --------------- General Multi Use Sections --------------- */

.quicklink { display:block; line-height:25px; padding: 11px 8.8%; font-family: 'Montserrat', sans-serif; font-weight: 300; font-size: 16px; color: #fff; transition: background 0.2s linear; }
.quicklink.qlcolor1 { background: #1877c2;} .quicklink.qlcolor1:hover { background: #1C8BE3;}
.quicklink.qlcolor2 { background: #0f5e9d;} .quicklink.qlcolor2:hover { background: #1B86DA;}
.quicklink.qlcolor3 { background: #00b086;} .quicklink.qlcolor3:hover { background: #00E2AC;}
.quicklink.qlcolor4 { background: #028969;} .quicklink.qlcolor4:hover { background: #03C093;}

.video_box { display:block; width: 100%; height: 270px; position: relative;}
.video_box span { display:block; width: 80px; height: 80px; position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); font-size: 60px; line-height: 80px; color: #fff; text-shadow: 0px 0px 5px rgba(0,0,0,0.45);}
.video_box:hover span { color: #1877c2;}

#ui-datepicker-div { background: #fff; border: 2px solid #333;}
.ui-datepicker { width: 20em; display: none; }
.ui-datepicker .ui-datepicker-header { position: relative; padding: .2em 0; background: #333; color: #fff;}
.ui-datepicker .ui-datepicker-header a { color: #fff;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position: absolute; top: 2px; width: 70px; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev { left: 2px; text-align: left; }
.ui-datepicker .ui-datepicker-next { right: 2px; text-align: right;}
.ui-datepicker .ui-datepicker-prev span { cursor: pointer; display: block; position: absolute; left: 10px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-next span { cursor: pointer; display: block; position: absolute; right: 10px; top: 50%; margin-top: -8px; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size: 1em; margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 45%; }
.ui-datepicker table { width: 100%; font-size: .9em; border-collapse: collapse; margin: 0 0 .4em; }
.ui-datepicker th {padding: .7em .3em;text-align: center;font-weight: bold;border: 0;}
.ui-datepicker td {border: 0;padding: 1px;}
.ui-datepicker td span, .ui-datepicker td a {display: block;padding: .2em;text-align: center;text-decoration: none;}
.ui-datepicker .ui-datepicker-buttonpane {background-image: none;margin: .7em 0 0 0;padding: 0 .2em;border-left: 0;border-right: 0;border-bottom: 0;}
.ui-datepicker .ui-datepicker-buttonpane button {float: right;margin: .5em .2em .4em;cursor: pointer;padding: .2em .6em .3em .6em;width: auto;overflow: visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float: left;}

#nospamResponse {display:none;}
.simpleAntiSpam > div {margin: 6px auto !important;}
.simpleAntiSpam p > span { display: block; float:none !important; margin: 5px auto !important; padding: 0px !important;}

#form table {  }
#form table td { padding: 5px 0;}
#form table td input, #form table td textarea { width: 350px; max-width: 100%; margin:0px; box-sizing: border-box;}
input[type="text"], input[type="password"], textarea, select { padding: 0 12px; height: 40px; line-height: 40px; border: 1px solid rgba(0,0,0,0.12); border-radius: 6px; background: rgba(255,255,255,0.12); font-size: 16px; font-weight: 300; color: #000; }
textarea { height: auto; min-height: 100px; }
input::-webkit-input-placeholder , textarea::-webkit-input-placeholder { color:rgba(255,255,255,0.6);}
input:-ms-input-placeholder , textarea:-ms-input-placeholder { color:rgba(255,255,255,0.6);}
input:-moz-placeholder , textarea:-moz-placeholder { color:rgba(255,255,255,0.6); opacity: 1; }
input::-moz-placeholder , textarea::-moz-placeholder { color:rgba(255,255,255,0.6); opacity: 1; }

/* ----------------- Menus ----------------- */

/* +++ Main Menu +++ */

#main_menu>ul, #main_menu>ul ul {  font-family: 'Montserrat', sans-serif; font-weight: 300; display: block; list-style-type: none; margin: 0px; padding: 0px; }
#main_menu>ul li { display: block; list-style-type: none; margin-top:0; margin-bottom:0; position: relative;}
#main_menu>ul a { display:block; color: #fff; text-transform: uppercase; }
#main_menu>ul li > ul { display: none; }
#main_menu>ul li:hover > ul { display: block; }

    /* Level 1 */
    #main_menu>ul { text-align: right; width: 100%; height: 100%; position: relative; }
    #main_menu>ul>li { display: inline-block; text-align:center; padding:0px; height: 52px; }
    #main_menu>ul>li.item1 {padding-left:0px;}
    #main_menu>ul>li:hover { z-index:2; }
    #main_menu>ul>li>a { font-size: 16px;  position: relative; line-height: 52px; padding: 0 18px; margin: 0 2px; color: #000;}
    #header.transparent #main_menu>ul>li>a { color: #fff; }
    #main_menu>ul>li:hover>a { background: #1877c2; color: #fff; }

        /* Level 2 */
        #main_menu>ul>li>ul { position: absolute; top:52px;left: 2px; width: 250px; padding: 8px 0px; background: #0f5e9d; border-top: 2px solid #0D538A;}
        #main_menu>ul>li.flyleft>ul { left: auto; right: 2px;}
        #main_menu>ul>li>ul>li { text-align:left; padding: 0 15px; }
        #main_menu>ul>li>ul>li>a { font-size: 14px; padding: 6px 5px; }
        #main_menu>ul>li>ul>li:hover>a { background: #00b086; color: #fff;}
        
            /* Level 3 and Beyond*/
            #main_menu>ul>li>ul>li ul { position: absolute; top:-8px;right: -250px; width: 250px; padding: 8px 0px; background: #141e26; border-left: 2px solid #0e141a; }
            #main_menu>ul>li.flyleft>ul>li ul { right: auto; left: -250px;}
            #main_menu>ul>li>ul>li ul>li { padding: 0 15px;}
            #main_menu>ul>li>ul>li ul>li>a { font-size: 14px; padding: 6px 5px; }
            #main_menu>ul>li>ul>li ul>li:hover>a { background: #00b086; color: #1f5489; }


/* +++ Mobile Menu +++ */

#mobile_menu { display:none; background: #1877c2; }
#menu_toggle { position: absolute; right:0px; top: 63px; cursor:pointer; display:none; text-align:center; height: 40px; line-height:40px; font-size: 16px; font-family: 'Montserrat', sans-serif; font-weight: 300; padding: 0 12px;  text-transform: uppercase; color: #202945; }
#menu_toggle span.fa-bars { font-size: 25px; position: relative; left: -3px; top: 2px;  }

#mobile_menu ul {  z-index: 100; margin: 0; padding:0; list-style-type: none;  }
#mobile_menu li { display: block; margin: 0; padding:0; list-style-type: none; position: relative; }
#mobile_menu li > span.fa { cursor: pointer; position: absolute; right: 0px; top:0px; height: 41px; width: 45px;  background: rgba(255,255,255, 0.25); color: #fff; line-height: 41px; text-align:center;}
#mobile_menu a { display: block; text-transform: uppercase; color: #fff; font-size: 17px; font-weight: 700; }
#mobile_menu a.haschildren { margin-right: 45px;}
#mobile_menu>a { background: #00b086; padding: 10px 15px; line-height: 21px; font-size: 17px;border-bottom:1px solid #028969;}
#mobile_menu li ul {display: none;}
#mobile_menu img { display: none; }

    /* Level 1 */
    #mobile_menu>ul { border-top: 1px solid #0f5e9d;}
    #mobile_menu>ul.main_menu { border-top: 0px;}
    #mobile_menu>ul>li { }
    #mobile_menu>ul>li>a { padding: 10px 15px; line-height:21px; font-size: 17px; border-bottom:1px solid #0f5e9d;}

        /* Level 2 and Beyond */
        #mobile_menu>ul>li ul { background: rgba(0,0,0,0.12); left: 0px;  }
        #mobile_menu>ul>li ul ul { background: rgba(0,0,0,0.12); left: 0px;  }
        #mobile_menu>ul>li ul ul ul { rgba(0,0,0,0.12); left: 0px;  }
        
        
        #mobile_menu>ul>li ul>li>span.fa {height: 32px; line-height: 32px; width:32px; background: rgba(255,255,255, 0.12);}
        #mobile_menu>ul>li ul>li>a { font-size: 14px; padding: 8px 25px; line-height:16px;border-bottom:1px solid rgba(0,0,0,0.2);}
        #mobile_menu>ul>li ul>li>a.haschildren {margin-right:32px;}
        #mobile_menu>ul>li ul ul>li>a { font-size: 14px; padding: 8px 35px; line-height:16px;}
        #mobile_menu>ul>li ul ul ul>li>a { font-size: 14px; padding: 8px 45px; line-height:16px;}

/* Mobile Sitemap */
#mobile_sitemap { display:none; background: #415464; }
#sitemap_toggle {display:none;}
#sitemap_toggle, #sitemap_toggle2 {  cursor:pointer; background: #253746 ; border-bottom:1px solid #1a2732; text-align:left; height: 40px; line-height:40px; font-size: 20px; font-weight: 700; padding: 0 12px;  text-transform: uppercase; color: #fff; }
#sitemap_toggle span.fa-bars, #sitemap_toggle2 span.f-bars { font-size: 25px; position: relative; left: -3px; top: 2px;  }

#mobile_sitemap ul {  z-index: 100; margin: 0; padding:0; list-style-type: none;  }
#mobile_sitemap li { display: block; margin: 0; padding:0; list-style-type: none; position: relative; }
#mobile_sitemap li > span.fa { cursor: pointer; position: absolute; right: 0px; top:0px; height: 41px; width: 45px;  background: rgba(255,255,255, 0.25); color: #fff; line-height: 41px; text-align:center;}
#mobile_sitemap a { display: block; text-transform: uppercase; color: #fff; font-size: 17px; font-weight: 700; }
#mobile_sitemap a.haschildren { margin-right: 45px;}
#mobile_sitemap>a { background: #bcbdc0; padding: 10px 15px; line-height: 21px; font-size: 17px;border-bottom:1px solid #1a2732;}
#mobile_sitemap li ul {display: none;}
#mobile_sitemap img { display: none; }

    /* Level 1 */
    #mobile_sitemap>ul { border-top: 1px solid #1a2732;}
    #mobile_sitemap>ul.main_menu { border-top: 0px;}
    #mobile_sitemap>ul>li { }
    #mobile_sitemap>ul>li>a { padding: 10px 15px; line-height:21px; font-size: 17px; border-bottom:1px solid #1a2732;}

        /* Level 2 and Beyond */
        #mobile_sitemap>ul>li ul { background: rgba(0,0,0,0.12); left: 0px;  }
        #mobile_sitemap>ul>li ul ul { background: rgba(0,0,0,0.12); left: 0px;  }
        #mobile_sitemap>ul>li ul ul ul { rgba(0,0,0,0.12); left: 0px;  }
        
        
        #mobile_sitemap>ul>li ul>li>span.fa {height: 32px; line-height: 32px; width:32px; background: rgba(255,255,255, 0.12);}
        #mobile_sitemap>ul>li ul>li>a { font-size: 14px; padding: 8px 25px; line-height:16px;border-bottom:1px solid rgba(0,0,0,0.2);}
        #mobile_sitemap>ul>li ul>li>a.haschildren {margin-right:32px;}
        #mobile_sitemap>ul>li ul ul>li>a { font-size: 14px; padding: 8px 35px; line-height:16px;}
        #mobile_sitemap>ul>li ul ul ul>li>a { font-size: 14px; padding: 8px 45px; line-height:16px;}

/* --------------- 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; }

.moduleLister.box div.listerItem {margin: 0px 0px 18px; padding:0px; border:0px;}

/* 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 {}

.moduleLister .thumbnail { width: 200px; float: left; margin-right: 20px; }

.errorMessage{ font-weight:bold; color:#f00; }

.next_item {}
.next_item_title { position: absolute; left:0px; top: 25px; color: #9cb111; font-size: 20px; font-weight: bold; text-transform: uppercase;}
.next_item_body { padding: 0 240px 0 185px;}
.next_item_post_title { color: #fff; font-size: 16px; margin-bottom: 6px;}
.next_item_post_title span { text-transform: uppercase;}
.next_item_blurb { font-size: 15px; color: #fff;}
.next_item_post_title a, .next_item_blurb a { color: #fff; }
a.next_item_button { margin:0px; position: absolute; right: 0px; top:10px; min-width: 140px; text-align:center; }

.itemgrid_3x {}
.itemgrid_3x .grid_row { margin: 50px 0 0; padding: 0 0 50px; overflow: hidden;}
.itemgrid_3x .grid_item {float:left; margin-left: 4.5%; width:30.3333% ; height: 330px; position: relative;}
.itemgrid_3x .grid_item:first-child { margin-left:0px; }
.itemgrid_3x .item_description { position: absolute; left: 40px; right: 40px; bottom: -23px; padding-top: 15px; background: #fff; text-align:center;}
.itemgrid_3x .item_title { line-height: 45px; font-size: 24px; font-weight: bold; text-transform: uppercase; color: #394a59;}
.itemgrid_3x .item_more { height: 1px; opacity: 0; padding: 0 20px; transition: all 0.35s ease;}
.itemgrid_3x .grid_item:hover  .item_more { height: 260px; opacity: 1; transition: all 0.7s ease;}
.itemgrid_3x .date { font-size: 16px; font-weight: bold; color: #394a59;}
.itemgrid_3x .blurb { padding: 35px 0; font-size: 16px; line-height: 1.35em;}
.itemgrid_3x a.morebutton { min-width: 140px;}

.datebox { float: left;  width: 56px; height: 44px; padding-top: 12px;color: #fff; line-height: 18px; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight:300; text-align:center; border-radius: 100% 100%; background: #1877c2;}
.content_container { height: 56px; margin-left: 72px; position: relative; text-align:left;}
.content_container .outer {}
.content_container .inner { text-align:left;}
.content_container h6 { padding:0px; margin: 0px;}
.content_container h6 a { color: #202945;}
.content_container h6 a:hover { color: #2590E4; transition: color 0.2s linear;}

/* 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 */

/* End General Module Styles */

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



/* ModuleBegin::photo */
/*******************************       ******************************************
******************************** PHOTO ******************************************
********************************       *****************************************/
/* Photo Lister */
/* Photo Lister */
.photoModule.moduleLister {}
.photoModule.moduleLister .gridItem {border:1px solid #ccc; text-align:center; width: 200px; display:inline-block; vertical-align:top; margin-bottom:5px; padding-bottom: 15px}
.photoModule.moduleLister .gridItem:hover {border:1px solid #5E5E5E;}
.photoModule.moduleLister .gridItem span {display:block;}
.photoModule.moduleLister .gridItem .image {width:160px;height:150px;overflow:hidden; margin: 10px auto;}
.photoModule.moduleLister .gridItem .name {height:20px;overflow:hidden;}
.photoModule.moduleLister .gridItem .description {height:55px;overflow:hidden;}
ul.grid:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.grid li.gridItem { width: 200px; display: inline-block; vertical-align: top; }

/* Photo Thumbnails */
.photoModule .description  {}
.photoModule .thumbnailItem {float:left; margin:0 10px 10px 0; position:relative; height: 100px; width: 150px; overflow: hidden;}
.photoModule .thumbnailItem img.activeImage {border:1px solid #333;}
.photoModule .thumbnailItem img {border:1px solid #ccc; min-height: 100%; min-width: 100%;}
.photoModule .thumbnailItem a:hover img {border:1px solid #5E5E5E;}

/* Photo Detail */
.photoModule.moduleDetail{margin:10px 0;}
.photoModule .photoRemote {width:400px;height:20px;margin:0 auto;}
.photoModule .photoRemote span{width:80px;height:20px;background-color:#fff;text-align:center;float:left;}
.photoModule .photoRemote span a{display:block;margin:0 1px;background-color:#fff;color:#888;border:1px solid #ccc;text-decoration:none;}
.photoModule .photoRemote span a:hover,div.photoRemote span a:active{border:1px solid #e5e5e5;color:#000;}
.photoModule .imageDetail {margin:10px; }
.photoModule .imageDetail div {margin:0 auto;}
.photoModule .imageDetail img {border:1px solid #ccc;}
.photoModule.moduleDetail .imageDetail, .photoModule.moduleDetail .info{text-align:center;color:#888;}

/* Flightbox */
.flightbox-close { position: absolute; top: 20px; right: 20px; z-index: 3000; }
.flightbox-pager { height: 100%; width: 75px; position: absolute; }
.flightbox-pager:hover, .flightbox-close:hover { cursor: pointer; cursor: hand; }
.flightbox-pager p { font-size: 30px; font-weight: bold; color: #bbb; position: absolute; top: 50%; width: 75px; padding; 25px; text-align:center; }
.flightbox-container { color: #bbb; position: absolute; z-index: 1000;  text-align: center; }
.flightbox-container img {max-width: 100%; max-height: 100%;}
.hover { width: 100%;  text-align: center; background: rgba(0,0,0,0.6); color: #fff; position: absolute; bottom: 0px; font-size: 12px; display:none; }
/* ModuleEnd::photo */



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



/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */



/* 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::events */
/* ---- Events Lister ---- */
.eventsModule.moduleLister {}

/* ---- 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 { position: relative;padding-bottom: 12px;}
.calPrev, .calNext { display:block;height: 36px; line-height: 36px; width: 36px; background: #e1e1e1; text-align:center; font-size: 16px; border-radius: 100% 100%;}
.calPrev a, .calNext a {display:block; width: 100%; height: 100%; position: relative;}
.calPrev { position: absolute; top: 0px; left: 0px; }
.calNext { position: absolute; top: 0px; right: 0px; }
.calMonth { position: relative; top: 0; left: 0; text-align: center; font-weight: bold; margin-left: 20px; margin-right: 20px; }
.calMonth h3 {padding:0px; margin:0px; line-height:36px; height:36px; color: #1877c2;}
.calPrev a, .calNext a, .calMonth a { color: #1877c2; }
.calPrev span.fa {position: relative; left: -2px; top: 1px;}
.calNext span.fa {position: relative; left: 1px; top: 1px;}
.calGrid { margin-top: 10px; clear: both; width: 100%; text-align: center; margin-left: auto; margin-right: auto; }
.calGrid td { font-size: 14px;font-family: 'Montserrat', sans-serif; color: #333333; padding: 10px 0; text-align: center;  }
.calGrid tr.calWeek td { font-weight: 400; text-align: center; }
.calDayOn a { color: #00b086; font-weight: 700;}
.calDayOn a:hover { text-decoration: none; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { background-color: #f4f4f4; color: #000; font-weight: 400; }
.calBottom { text-align: left;  }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }


/* ---- 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 { text-decoration: underline; }
#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; }

/* ---- 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 */

/* ---- Staff Directory ---- */
#staff_directory { width: 100%; margin: 0; padding: 0; position: relative; }

.moduleLister .staff_category_title { width: 100%; clear: both; text-align: left; margin: 20px 0 20px 0; }
.moduleLister .staff_category_title h3 { margin: 0 0 40px 0; }
.moduleLister .staff_item { text-align:center; display:inline-block; min-width:185px; margin: 0 1% 50px; padding: 0 3% 0 0; vertical-align:top; }
#sidebar .staff_item { display:block; width:auto; margin:0; padding: 20px 0; text-align:center;}
.staff_item div { color: #000; font-size: 16px; margin: 0 auto 3px; width: 97.5%;}
.staff_image { display:block; margin: 0px auto 18px; max-width: 150px; height: 200px;}
.staff_name {font-weight: bold;}
.staff_title {font-style: italic; font-size: 14px !important; margin-bottom: 10px !important; }
.staff_phone { font-size: 14px !important; }
.staff_email { font-size: 14px !important; }
.staff_email a { color: #1877c2; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.staff_email a:hover { color: #3399ff; }
.staff_youtube_link { font-size: 14px !important; }
.staff_youtube_link a { color: #ff8c00; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.staff_youtube_link a:hover { text-decoration: underline; }

.staffModule.moduleLister h2 { color: #36961c; margin:0px; padding: 5px 0 30px;}

.staff_detail {}
.staff_detail div { color: #000; font-size: 16px; margin-bottom: 3px;}
.staff_image_full { display:block; float:left; margin: 0px 20px 25px 0; width: 200px; height: 240px;}
.staff_bio { margin: 15px 0; }
.deparment_manager_text { font-size: 14px; font-weight: normal; color: #36961C; font-style: italic; }


/* ModuleBegin::membership */
#formLogin { margin:0 auto; border: 1px solid #ccc; padding: 20px; width:275px; }
.memberLoginBox { margin: 0 auto; }
.memberLoginBox td { padding: 2px; }

.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 {}

/* ---- Custom Logins ---- */
.login_minibox { position: fixed; top: 270px; right:0px; width: 210px; z-index: 3000;}
.lmb_close { cursor: pointer; position: absolute; left:-9px; top: -7px; width: 26px; line-height: 26px; text-align:center; border-radius: 100% 100%; background: #2b2b2b; color: #fff;}
.lmb_close span { display:block; font-size: 14px; font-family: 'Montserrat', sans-serif;  font-weight: 200; transform: scale(1.2, 1);}
h5.lmb_header { background: rgba(0,176,134, 0.85); text-align:center; padding: 0px; margin: 0px; line-height: 42px; height: 42px; text-transform: uppercase; text-align:center; overflow: hidden; color: #fff; }
.lmb_text { background: rgba(255,255,255,0.85); padding: 13px 18px; font-size: 14px; color: #2b2b2b; }
.lmb_text a { color: #2b2b2b;}
.lmb_text a:hover { color: #1877c2}

.lmb_form {}
.lmb_form form div { background: rgba(255,255,255,0.85); padding: 5px 35px;}
.lmb_form form div.firstrow {padding-top: 13px;}
.lmb_form form div.lastrow {padding-bottom: 13px;}
.lmb_form form div input[type="text"], .lmb_form div input[type="password"] { border:0px; background: #fff; box-sizing: border-box; height: 24px; padding: 5px 12px 3px; line-height: 16px; width: 100%; color: #000; font-size: 14px; text-align:center; }
.lmb_form form button[type="submit"] { display:block; width: 100%; box-sizing: border-box; cursor: pointer; background: rgba(24,119, 194,0.85); color: #fff;  font-size: 18px; margin:0px;  padding:0px;font-family: 'Montserrat', sans-serif;  font-weight: 200; text-transform: uppercase; line-height: 42px; height: 42px; border:0px; outline:0px; }
.lmb_form form button[type="submit"].saving { cursor: default; pointer-events: none; background: rgba(180,185,200,0.85);}



.lmb_form form div input::-webkit-input-placeholder , .lmb_form form div textarea::-webkit-input-placeholder { color:#000; }
.lmb_form form div input:-ms-input-placeholder , .lmb_form form div textarea:-ms-input-placeholder { color:#000;}
.lmb_form form div input:-moz-placeholder , .lmb_form form div textarea:-moz-placeholder { color:#000; opacity: 1; }
.lmb_form form div input::-moz-placeholder , .lmb_form form div textarea::-moz-placeholder { color:#000; opacity: 1; }


/* ----- 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; }



/* ----- 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 */