body,html {
  height:100 vh;
  font-family: 'mr-eaves-xl-sans', sans-serif;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  background-color:#fff;
  color:#222;
}

body.max-width { max-width:111800px; margin:0 auto; }

.clear { clear:both; }

.container-fluid { max-width:1090px; padding:0 18px; margin:0 auto; }
.container-login { max-width:600px; padding:0 18px; margin:0 auto;}

/* 10px gutter */
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* gutterless */
.gutterless.row {
  margin-right: -0px;
  margin-left: -0px;
}
.gutterless > [class^="col-"], .gutterless > [class^=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}

.min-height { min-height:300px; }
@media all and (min-height: 600px) { .min-height { min-height:300px; }}
@media all and (min-height: 700px) { .min-height { min-height:500px; }}
@media all and (min-height: 800px) { .min-height { min-height:600px; }}

.main-padding { padding-top:40px; padding-bottom:50px; }

.img-responsive { max-width: 100%; height:auto!important; }
.img-fluid { width:100%!important; height:auto!important; }
.img-wrapright { float:right; padding:0; margin:4px 0px 14px 24px; max-width:48%; height:auto!important; }
.img-wrapleft { float:left; padding:0; margin:4px 24px 14px 0px; max-width:48%; height:auto!important; }

.img-logo { padding:10px 30px;}
@media all and (min-width: 600px) { .img-logo { padding:5px 100px;}  }
@media all and (min-width: 768px) { .img-logo { padding:0 20px;}  }
@media all and (min-width: 992px) { .img-logo { padding:0 20px;}  }

.form-padding { margin:24px 0;}

.bottom-padding { padding-bottom:24px;}

/* responsive youtube */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* responsive vimeo video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* global typography */

h1 { text-transform:uppercase; font-weight:200; color:#98cae3; font-size:50px; line-height:50px; letter-spacing:3px;}
@media all and (min-width: 768px) {
	h1 { font-size:70px; line-height:60px; letter-spacing:4px;}
}
h2 { text-transform:uppercase; font-weight:300; color:#9FA8B4; font-size:25px; line-height:30px; letter-spacing:0.11em; margin-top:16px; margin-bottom:16px;}
h3 { text-transform:uppercase; font-weight:300; color:#4A5566; font-size:25px; line-height:30px; letter-spacing:0.07em; margin-top:10px; margin-bottom:10px;}
h4 { text-transform:uppercase; font-weight:300; color:#4A5566; font-size:19px; line-height:21px; letter-spacing:0.07em; margin-top:10px; margin-bottom:10px;}

h5 { text-transform:uppercase; font-weight:700; color:#4A5566; font-size:13px; line-height:17px; letter-spacing:0.094em; margin-top:10px; margin-bottom:10px;}
h6 { font-weight:700; color:#4A5566; font-size:13px; line-height:17px; letter-spacing:0.094em; margin-top:10px; margin-bottom:10px;}
h6.evtocc { margin-top:2px; margin-bottom:2px;}
p, li { font-weight:300; color:#4A5566; font-size:17px; line-height: 23px; }

a { color:#1976D2; text-decoration:none; }
a:hover { color:#2196F3; text-decoration:none; }

a.backlink { color:#515B68;}

ul { margin-left: 0; padding-left: 16px; }
li { margin-bottom:3px; }
@media all and (min-width: 768px) { ul { margin-left: 0; padding-left: 32px; } }

.img-circle { border-radius: 50%; border:3px solid #fff;}
.img-circle-squared { border-radius: 50%; border:3px solid #fff; width:60px; height:60px; background-position: center center; background-size:cover;}

.btn-centered { width:100%; text-align:center; margin:20px 0;}
.btn-drop { margin-top:40px;}

.btn-beacon { background-color:#98cae3; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.122em; border:1px solid #98dbed; border-radius:0px; 
	font-size:17px; line-height:46px; padding:0 30px; }
.btn-beacon:hover { background-color:#98dbed; color:#fff; }

.btn-beacon-small { background-color:#98cae3; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.122em; border:1px solid #98dbed; border-radius:0px; 
	font-size:17px; line-height:26px; padding:0 10px; }
.btn-beacon-small:hover { background-color:#98dbed; color:#fff; }

.btn-beacon-form { background-color:#98cae3; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.122em; border:1px solid #98dbed; border-radius:0px; 
	font-size:15px; line-height:32px; padding:0 10px; }
.btn-beacon-form:hover { background-color:#98dbed; color:#fff; }

.btn-tag-hold { margin:30px 0;}
.btn-tag { font-weight:700; text-transform:uppercase; color:#4A5566; font-size:11px; line-height:23px; letter-spacing:0.094px; border:1px solid #9abbe6; border-radius:12px; padding:0px 14px; margin:3px 6px 3px 0px;  }
.btn-tag:hover { background-color:#EFF5FB; color:#4A5566; }

.btn-cttag { font-weight:700; font-size:12px; line-height:23px; letter-spacing:0.094px; border:1px solid #9abbe6; border-radius:12px; padding:0px 14px; margin:3px 6px 3px 0px;  }

.btn-cttag-36 { color:#C876F4; border-color:#C876F4;}
.btn-cttag-37 { color:#E8934D; border-color:#E8934D;}
.btn-cttag-38 { color:#ED72B9; border-color:#ED72B9;}
.btn-cttag-39 { color:#4A7A87; border-color:#4A7A87;}

hr.about { border:0; width:100%; height:5px; margin-top:0px; margin-bottom:10px;
	background: #9bbae8;
	background: -moz-linear-gradient(left,  #9bbae8 0%, #94d0e2 100%);
	background: -webkit-linear-gradient(left,  #9bbae8 0%,#94d0e2 100%);
	background: linear-gradient(to right,  #9bbae8 0%,#94d0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbae8', endColorstr='#94d0e2',GradientType=1 );
}

/* new buttons */

.btn-beacon-pill {
    background-color: #94D0E2;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 15px;
    border-radius: 60px;
    transition: all 0.15s linear 0s;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
}
.btn-beacon-pill:hover { background-color: #98DBED; color:#fff; text-decoration:none; }

.btn-beacon-pill-white {
    background-color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color:#99BFE7;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 15px;
    border-radius: 60px;
    transition: all 0.15s linear 0s;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	margin-top:10px;
	margin-bottom:10px;
}
.btn-beacon-pill-white:hover { background-color: #ffffff; color:#7da0d1; text-decoration:none; }


/* bg */

.bg-white { width:100%; background-color:#fff; }
.bg-blue { width:100%; background-color:#eff5fb; }
.bg-blue-form { width:100%; background-color:#e3ecf8; }
.bg-gradient { width:100%;
	background: #9bbae8;
	background: -moz-linear-gradient(left,  #9bbae8 0%, #94d0e2 100%);
	background: -webkit-linear-gradient(left,  #9bbae8 0%,#94d0e2 100%);
	background: linear-gradient(to right,  #9bbae8 0%,#94d0e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbae8', endColorstr='#94d0e2',GradientType=1 );
}


/* footer */

#footer { background-color:#fff; padding:30px 0; }

.footer-line { width:76px; height:2px; background-color:#333; margin-top:24px;  margin-bottom:24px;}
.footer-blue .footer-line { background-color:#98cae3;}
.footer-pink .footer-line { background-color:#ed72b9;}
.footer-orange .footer-line { background-color:#e8934d;}
.footer-magenta .footer-line { background-color:#c876f4;}

.footer-primary { color:#4a5566; text-transform:uppercase; margin-left:2px; font-size:23px; line-height:27px; letter-spacing: 2.9px; margin-bottom:5px;}
.footer-primary a { color:#4a5566; text-transform:uppercase;}

.footer-secondary { margin-left:14px; font-size:17px; line-height:27px; letter-spacing: 2.17px;}
.footer-secondary a { color:#4a5566; text-transform:uppercase;}

.footer-blue .footer-primary a:hover { color:#98cae3;}
.footer-pink .footer-primary a:hover { color:#ed72b9;}
.footer-orange .footer-primary a:hover { color:#e8934d;}
.footer-magenta .footer-primary a:hover { color:#c876f4;}

.footer-blue .footer-secondary a:hover { color:#98cae3;}
.footer-pink .footer-secondary a:hover { color:#ed72b9;}
.footer-orange .footer-secondary a:hover { color:#e8934d;}
.footer-magenta .footer-secondary a:hover { color:#c876f4;}

.footer-small { margin-top:20px; text-transform:uppercase; font-size: 13px; color: #9B9B9B; letter-spacing: 0.94px; line-height: 23px; font-weight:700;}


/* mailchimp */

#mce-EMAIL { margin:0; padding:0 6px;}
#mc-embedded-subscribe { margin:0!important; padding:0; width:100%!important;}

.btn-mailchimp { display:block; background-color:#98cae3; font-weight:700; text-transform:uppercase; color:#fff; letter-spacing:0.122em; border:1px solid #98dbed; border-radius:0px; 
	font-size:17px; line-height:32px; text-align:center; padding:0 12px; margin:0; }
.btn-mailchimp:hover { background-color:#98dbed; color:#fff; }

.mctb { display:table; width:100%; margin:12px 0px;}
.mctr { display:table-row; width:100%;}
.mctd { display:table-cell; vertical-align:top;}
.mctd-left { width:55%; }
.mctd-right { width:45%; }

/* home */

.home-slant-top { padding-top:40px; width:100%; height:auto; background: url('../_img/home-slant-top.svg') bottom center; background-size:100% 56px; background-repeat:no-repeat;}
.logo-word { padding:0px 30px 40px 30px;} 
.home-value-prop { font-weight: 400; font-size: 18px; line-height: 24px; color: #515B68; letter-spacing: 0.75px; text-align:right; padding-bottom:40px; }

@media all and (min-width: 359px) {	.home-value-prop { padding-right:10px;}}

@media all and (min-width: 768px) {
	.home-slant-top { height:144px; background-size:100% 100px; }
	.logo-word { padding:0px; margin-right:50%; padding-left:20px;} 
	.home-value-prop { margin-left:50%; margin-top:-20px; margin-bottom:-10px; padding-right:0px; font-size: 22px; line-height: 28px; text-align:left; }
}
@media all and (min-width: 992px) {
	.home-slant-top { height:210px; background-size:100% 172px; }
	.logo-word { padding:0px; margin-right:50%; padding-left:0px;} 
	.home-value-prop { margin-top:-20px; font-size: 27px; line-height: 33px; text-align:left; padding-bottom:60px; }
}

/* home optional */

.optional-padding { margin:30px 0;}
.optional-padding h3 { text-transform:none; font-size: 21px; line-height: 28px; letter-spacing: 0.64px;}

/* home video */

.vid-table { display:block;}
.vid-tr { display:block;}
.vid-td { display:block;}

.vid-vid { width:100%;}
.vid-txt { width:100%; padding:18px 24px; text-align:center;}
.vid-txt h2 { font-weight:300; font-size: 50px; line-height: 47px; color: #fff; letter-spacing: 3.84px; }
.vid-txt p { font-weight:300; font-size: 21px; line-height: 23px; color: #fff; letter-spacing: 0.64px; margin-bottom:16px; }
@media all and (min-width: 992px) {
	.vid-table { display:table; max-width:1500px; margin:0 auto;}
	.vid-tr { display:table-row;}
	.vid-td { display:table-cell; vertical-align:middle;}
	
	.vid-vid { width:60%;}
	.vid-txt { width:40%; padding:18px 40px 18px 40px; text-align:right;}
	.vid-txt h2 { font-weight:300; font-size: 60px; line-height: 47px; color: #fff; letter-spacing: 3.84px; }
	.vid-txt p { font-weight:300; font-size: 22px; line-height: 24px; color: #fff; letter-spacing: 0.64px; }
}

.juicer-home .juicer-feed .j-twitter { background-color:#98cae3!important;}

/* basic */

.white-box { padding:16px 20px; background-color:#fff;}
@media all and (min-width: 768px) {
	.white-box { padding:32px 40px; background-color:#fff;}
}

.white-box-short { padding:8px 20px; background-color:#fff; border-top:1px solid #e5e5e5}
@media all and (min-width: 768px) {
	.white-box-short { padding:16px 40px; background-color:#fff;}
}

.white-box-contacts { padding:10px 10px; background-color:#fff; border-top:10px solid #EFF5FB;}
@media all and (min-width: 768px) {
	.white-box-contacts { padding:20px 20px; background-color:#fff;}
}

.white-box-contacts-short { padding:6px 10px; background-color:#fff; border-top:1px solid #e5e5e5}
@media all and (min-width: 768px) {
	.white-box-contacts-short { padding:12px 20px; background-color:#fff;}
}

.white-box-grants { padding:12px 20px; background-color:#fff; margin-bottom:10px;}
@media all and (min-width: 768px) {
	.white-box-grants  { padding:22px 40px; background-color:#fff;}
}

.clear-box { padding:4px 8px; }
@media all and (min-width: 768px) {
	.clear-box { padding:8px 16px; }
}

/* basic about */

.topango-wrap { padding:0; margin:0; }

.topango-slide{ width:100%; height:auto; }

.topango-relative{ position:relative; width:100%; height:auto; }

.topango-image { display:block; z-index:10; width:100%; padding-bottom:100%;  background-size: cover; background-position: center center; }

.topango-text { display:block; z-index:12; position:absolute; bottom:1px; left:1px; height:auto; color:#fff; }
.topango-text { font-weight:200; font-size:60px; line-height:42px; letter-spacing:0.5px; text-transform:uppercase;}
@media all and (min-width: 992px) {
	.topango-text { font-size:90px; line-height:66px; letter-spacing:0.5px;}
}

.cycle-next {
  position: absolute;
  z-index: 300;
  top:0;
  background-color:#fff;
  right: 0px;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}
.cycle-prev {
  position: absolute;
  z-index: 400;
  top:0;
  background-color:#fff;
  right: 40px;
  border-right:1px solid #ddd;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}

.cycle-arrow { width:10px; margin:0 auto; padding-top:12px;}

/* special headers */

.introtb { display:block; }
.introtr { display:block; }
.introtd { display:block; }
.intro1 { text-align:center;}
.intro2 { text-align:center;}
@media all and (min-width: 768px) {
	.introtb { display:table; max-width:900px; margin:0 auto; padding-bottom:24px; }
	.introtr { display:table-row; }
	.introtd { display:table-cell; vertical-align:top;}
	.intro1 { text-align:right; padding-top:25px; width:300px;}
	.intro2 { text-align:left; padding-left:30px;}
}

/* isotope filters */

.filter-spot { margin:30px 0;}

.button-group { text-align:center;}
.button-group button {
font-weight:700;
text-transform:uppercase;
text-decoration: none;
line-height: 23px;
font-size: 17px;
letter-spacing:0.122px;
text-align: center;
display:inline-block;
background-color:#fff;
color:#4A5566;
border:0px solid #fff;
padding:6px 12px;
white-space: nowrap;
margin:3px 2px;
}

.button-group button:hover { background-color:#4A5566; color:#fff; text-decoration: none; }
.button-group button.button-selected { background-color:#4A5566; color:#fff; }


/* isotope structure */

.isotope { margin-top: 30px; width:100%; }

.isotope-item { }

.isotope-sizer,.isotope-item { width: 100%; }

.isotope-margin { }

@media all and (min-width: 768px) {
	.isotope-sizer,.isotope-item { width: 50%; }
	.isotope-margin { margin-left:5px; margin-right:5px;}
}

@media all and (min-width: 992px) { 
	.isotope-sizer,.isotope-item { width: 33.33%; }
}

@media all and (min-width: 1200px) { 
	.isotope-sizer,.isotope-item { width: 25%; }
}

.isotope-item-basic { }

.isotope-sizer-basic,.isotope-item-basic { width: 100%; }

@media all and (min-width: 768px) {
	.isotope-sizer-basic,.isotope-item-basic { width: 100%; }
}

@media all and (min-width: 992px) { 
	.isotope-sizer-basic,.isotope-item-basic { width: 50%; }
}


/* cards */

.card-wrap { margin-bottom:10px; }

a.card-link { display:block; width:100%; border-bottom:4px solid #98cae3;; }

.card-image { position:relative; }

.spotimage { width:100%; height:100%; display:block; background-color:#fff; }

.spotcolor { position:absolute; top:0px; width:100%; height:100%; display:block; background:rgba(0,0,0,0.0) url('../_img/card-gradient-overlay.png') center bottom repeat-x; }

a:hover .spotcolor { background-color:rgba(152,202,227,0.7); }

.spotdate { position:absolute; top:0px; display:block; width:30%; height:auto; background-color:rgba(0,0,0,0.3); padding-top:10px; padding-bottom:10px;}
.spotdateless { position:absolute; top:0px; display:block; }
.spottable { display:table; width:100%; height:100%; }
.spotcell { display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; }

.spot1 { color:#fff; font-size:14px; line-height:16px; font-weight:400; text-transform:uppercase; letter-spacing:1px; }
.spot2 { color:#fff; font-size:30px; line-height:28px; font-weight:700; text-transform:uppercase; letter-spacing:1px; }
.spot3 { color:#fff; font-size:16px; line-height:18px; font-weight:400; text-transform:uppercase; letter-spacing:1px; }
.spotmore { display:none; }

.spotface { position:absolute; bottom:-30px; left:8px; z-index:800; opacity:1.0; padding-right:16px;}
a:hover .spotface { opacity:0.3;}

.spotfacename { position:absolute; bottom:6px; left:80px; }
.spotfacename { text-transform:uppercase; font-weight:400; color:#fff; font-size:19px; line-height:21px; letter-spacing:0.07em; }
	
a:hover .spotdate { position:absolute; display:block; width:100%; height:100%; background-color:inherit; padding:0;}
a:hover .spotdateless { position:absolute; display:block; width:100%; height:100%; background-color:inherit; padding:0;}
a:hover .spottable { display:table; width:100%; height:100%; }
a:hover .spotcell { display:table-cell; width:100%; height:100%; text-align:center; vertical-align:middle; }

a:hover .spot1 { color:#fff; font-size:14px; line-height:16px; font-weight:400; letter-spacing:1px; }
a:hover .spot2 { color:#fff; font-size:64px; line-height:66px; font-weight:700; text-transform:uppercase; letter-spacing:1px; }
a:hover .spot3 { color:#fff; font-size:14px; line-height:16px; font-weight:400; text-transform:uppercase; letter-spacing:1px; }
a:hover .spotmore { display:block; color:#fff; font-size:14px; line-height:14px; font-weight:700; text-transform:uppercase; letter-spacing:1px; }

.card-content { position:relative; background-color:#fff; text-align:left; padding:0px 20px 20px 20px; }

.card-content { -webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out; 
}

.card-content .card-content-ctitle { padding:5px 0px 20px 60px; min-height:36px; font-weight:700; color:#9FA8B4; font-size:13px; line-height:17px; letter-spacing:0.094em; margin-top:-3px; margin-bottom:6px; text-transform:uppercase;}

.card-content .card-content-subhead { font-weight:700; color:#ccc; font-size:13px; line-height:17px; letter-spacing:0.094em; margin-top:-3px; margin-bottom:6px; text-transform:uppercase; }
.card-content .card-content-headline-event { padding-top:24px;}
.card-content .card-content-headline { font-weight:400; color:#4A5566; font-size:19px; line-height:21px;  letter-spacing:1px; text-transform:uppercase; margin-bottom:10px; }
.card-content .card-content-body { font-weight:300; color:#4A5566; font-size:17px; line-height: 23px; margin-bottom:10px;}

a:hover .card-content { background-color:#98cae3; }


/* point detail */

a.weblink { float:left; font-size:13px; line-height:22px; color:#515b68; font-family:'Arial'; text-decoration:underline;}

.mysocialicons { display:block; text-align:right;}
.mysocialmemberdirectory { display:block; text-align:left; padding:4px 12px;}

.mysocialiconslarge { font-size:22px; line-height:22px; }
.mysocialiconssmall { font-size:18px; line-height:18px; }

.mysocialicons a { margin-left:12px; color:#808894;}
.mysocialicons a:hover { margin-left:12px; color:#4A5566;}


/* event detail */

.evtocchold { margin:20px 0;}

.owl-theme .owl-controls {
  margin-top: 10px;
  margin-bottom: -5px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #97C5E5;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #4a5566; 
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #97C5E5;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4a5566;
}


/* ist custom touch dropdown */

.ist { display:block; width:100%; padding:24px 0;}
.ist-tr { display:block; width:100%;}
.ist-td { display:block; width:100%;}
.ist-intro { font-weight:400; font-size: 17px; line-height: 38px; color: #4A5566; letter-spacing: 1.22px; text-align:center;  white-space: nowrap; padding:0 12px;}
.ist-intro-twin { font-weight:400; font-size: 17px; line-height: 38px; color: #4A5566; letter-spacing: 1.22px; text-align:center;  white-space: nowrap; padding:0 12px;}
@media all and (min-width: 768px) {
	.ist { display:table; width:100%; max-width:600px; margin: 0 auto;}
	.ist-double { display:table; width:100%; max-width:800px; margin: 0 auto;}
	.ist-tr { display:table-row; width:100%;}
	.ist-td { display:table-cell; width:auto;}
	.ist-intro { width:30%; text-align:right;}
	.ist-intro-twin { width:25%; text-align:right;}
	.ist-intro-double { width:5%; text-align:right;}
	.ist-dropdown { width:70%;}
	.ist-dropdown-twin { width:35%;}
	.ist-dropdown-double { width:35%;}
}

/* ist-dropdown */

.button-selected { color:#98cae3!important;}

.ist-dropdown, .ist-dropdown-twin { position:relative; letter-spacing: 1.22px;  }
.ist-dropdown-closed { width:100%; background-color:#fff; color: #4A5566; }
.ist-dropdown-open, .ist-dropdown-open-twin { position:absolute; width:100%; z-index:999; background-color:#4A5566; color: #fff;}

.ist-dropdown-intro { padding:12px 20px; cursor:pointer; }
.ist-dropdown-intro-open-text { font-weight:700; font-size: 17px; line-height: 24px; color: #4A5566; }
.ist-dropdown-intro-open { font-weight:700; font-size: 17px; line-height: 24px; color: #4A5566; float:right; }
.ist-dropdown-intro-close-text { font-weight:700; font-size: 17px; line-height: 24px; color: #fff; }
.ist-dropdown-intro-close { font-weight:700; font-size: 17px; line-height: 24px; color: #fff; float:right;  }

.ist-dropdown-content { width:100%; padding:12px 20px; border-top:2px solid #fff;}

.ist-list { margin:8px 0;}
.ist-dropdown-content button { font-weight:700; font-size: 17px; line-height: 23px; color: #fff; background-color:#4A5566; border:0; margin:0; padding:0; display:block; width:100%; text-align:left;}
.ist-dropdown-content button:hover { color:#98cae3; text-decoration:none; }
.ist-dropdown-content button-selected { color:#98cae3; text-decoration:none; }


/* form styles */

.help-block { font-size:13px;}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size:13px;
  line-height:23px;
  text-transform:uppercase;
  color:#9299a3;
  letter-spacing:0.094em;
}

.form-group { margin-bottom:10px;}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 15px;
	letter-spacing:0.094em;
	line-height: 1.42857143;
	color: #4A5566;
	color: #222222;
	background-color: #f4f8fc;
	background-image: none;
	border: 1px solid #e9edf2;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #4A5566;
    text-align: center;
    background-color: #f4f8fc;
    border: 1px solid #e9edf2;
    border-radius: 0px;
}
.input-group-addon:last-child {
    border-left: 1px solid #e9edf2;
}
input[readonly] { background-color: #f4f8fc;}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ed72b9;
}

.has-error .form-control {
    border-color: #ed72b9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.alert {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.alert-danger {
    color: #ed72b9;
    background-color: #f4e1ec;
    border-color: #ed72b9;
}


/* submit event */

.input-group-addon.Sstartdate,
.input-group-addon.Senddate{
  cursor: pointer;
  }
.btn-file {
    position: relative;
    overflow: hidden;
	color: #4A5566;
	background-color: #f4f8fc;
	background-image: none;
	border-color: #e9edf2;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background-color: #f4f8fc;
    cursor: inherit;
    display: block;
}
input[readonly] {
  background-color: #f4f8fc !important;;
  cursor: text !important;
}

/* news posts */

.post-wrap { margin-top:10px; margin-bottom:10px; }
.post-table { display:block; width:100%; max-width:1100px; margin:0 auto; background-color:#fff; position:relative; }
.post-tr { display:block; width:100%; }
.post-td-img { display:block; width:100%; height:auto; min-height:300px; position:relative; background-color:#98CAE3;}
.post-td-img-img { position:absolute; top:0; display:block; width:100%; height:100%; background-color:#98CAE3;}
.post-td-content { display:block; width:100%; padding:16px 24px; }
.post-td-content h2 { color:#464646; font-size:28px; line-height:32px;}

@media all and (min-width: 768px) {
	.post-table { display:table; width:100%; }
	.post-tr { display:table-row; width:100%; height:100%;}
	.post-td-img {  display:table-cell; width:40%; height:100%; vertical-align:middle; width:100; height:100%; }
	.post-td-content {  display:table-cell; width:60%; height:100%; vertical-align:middle; padding:40px 40px; }
}	

.post-mentions { font-weight:400;}
.post-mentions a { text-transform:uppercase; font-size:18px; line-height:24px; color:#98cae3; text-decoration:underline;}


/* member sidenav */

/* sidenav */

#sidenav { width:100%; }

#snavsection { background-color:#9BBAE8; border:1px solid #9BBAE8;}
#snavsection a { display:block; padding:10px 16px; color:#fff; text-transform:uppercase; letter-spacing:1px; font-weight:700; }
#snavsection a:hover { background-color:#9BBAE8; color:#507cba; }

#sidenav ul { padding:0; margin:0; }

#sidenav > ul { border:1px solid #9BBAE8; } /* outer ul */

#sidenav li { padding:0; margin:0; list-style:none; }

#sidenav > ul > li { border-bottom:1px solid #ddd; }
#sidenav > ul > li:last-child { border-bottom:none;}

#sidenav li a {
  display:block; 
  text-decoration:none;
  color:#666;
  background-color:#fff;
  }
  
#sidenav li a:hover { background-color:#F4F8FC; color:#507cba; }

#sidenav li a.activeitem { background-color:#F4F8FC; color:#507cba; }

#sidenav li a { font-weight:500; padding:7px 16px; } /* top level */

#sidenav li ul li { } /* second level */
#sidenav li ul li a { font-weight:300; padding:7px 16px 5px 32px; } /* second level */

#sidenav li ul li ul li  { } /* third level */
#sidenav li ul li ul li a { font-weight:300; padding:7px 16px 5px 40px; font-size:90%; } /* third level */

/* member edit */

.newimage-table { display:table; width:100%; }
.newimage-tr { display:table-row; }
.newimage-td-image { display:table-cell; width:90px; text-align:center; vertical-align:middle;}
.newimage-td-content { display:table-cell; width:auto; text-align:left; vertical-align:middle;}


/* member directory */

#letterindexplace { 
   margin:10px 0 10px 0px;
   }

#letterindex {
  padding: 0;
  margin: 0;
  list-style: none;
  float:left;
}

#letterindex li {
  list-style-type: none;
  float:left;
  display:block;
  background-color:#EFF5FB;
  color:#4A5566;
  padding:0px 8px;
  margin:1px;
  cursor:pointer;
  font-weight:bold;
  font-size:90%;
  }
  
td.m-cell { }
td.m-cell p { margin:12px 12px;}  

.mdirectory { float:right; width:60px; height:60px; margin:16px; }