/*-------------------------------------------------------------*/
/* Fonts */
@font-face {
  font-family: 'Open_Sans';
  font-style: normal;
  src: url('../fonts/Open_Sans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Open_Sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/Open_Sans.woff') format('woff'), /* Modern Browsers */
     url('../fonts/Open_Sans.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.opens {
	font-family: 'Open_Sans', Sans-Serif;
}

@font-face {
  font-family: 'noto_sans';
  font-style: normal;
  src: url('../fonts/noto_sans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/noto_sans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/noto_sans.woff') format('woff'), /* Modern Browsers */
     url('../fonts/noto_sans.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.noto_sans {
	font-family: 'noto_sans', Sans-Serif;
}

@font-face {
  font-family: 'luzsans-book';
  font-style: normal;
  src: url('../fonts/luzsans-book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/luzsans-book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/luzsans-book.woff') format('woff'), /* Modern Browsers */
     url('../fonts/luzsans-book.woff2') format('woff2'), /* Modern Browsers */
     url('../fonts/luzsans-book.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.luzsans {
	font-family: 'luzsans-book', Sans-Serif;
}

@font-face {
  font-family: 'sora_xb';
  font-style: normal;
  src: url('../fonts/sora_xb.eot'); /* IE9 Compat Modes */
  src: url('../fonts/sora_xb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/sora_xb.woff') format('woff'), /* Modern Browsers */
     url('../fonts/sora_xb.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.sora_xb {
	font-family: 'sora_xb', Sans-Serif;
}

@font-face {
  font-family: 'sora_reg';
  font-style: normal;
  src: url('../fonts/sora_reg.eot'); /* IE9 Compat Modes */
  src: url('../fonts/sora_reg.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/sora_reg.woff') format('woff'), /* Modern Browsers */
     url('../fonts/sora_reg.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.sora_reg {
	font-family: 'sora_reg', Sans-Serif;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4{
  padding: 0px;
  margin: 0px;
  font-size: inherit;
  font-weight: inherit;
}

body {
	margin: 0;
  font-family: 'noto_sans', Sans-Serif;
	color: #000000;
	width: 100%;
	height: 100%;
  text-align: center;
}



.mainWrapper{
	width: 100%;
	text-align: center;
  background: #FFFFFF;
}




/* pages */

.newPage {
  min-height: 100vh;
  width: 100%;
  overflow:hidden;
  padding: 50px 0px;
}


.newPage-short {
  height: 50vh;
  width: 100%;
  overflow:hidden;
  padding: 50px 0px;
}

.newPage-thanks {
  height: 35vh;
  width: 100%;
  overflow:hidden;
  padding: 50px 0px;
}

.newPage-small {
  min-height: 30vh;
  width: 100%;
  overflow:hidden;
  padding: 30px 0px;
}


.newPage-xsmall {
  width: 100%;
  overflow:hidden;
  padding: 10px 0 20px 0;
  min-height: 20vh;
}

.newPage-blank {
  width: 100%;
  overflow:hidden;
  padding: 50px 0px;
}

.newPage-intro {
  min-height: 70vh;
  width: 100%;
  overflow:hidden;
}

.newPage-subintro {
  /* min-height: 25vh; */
  width: 100%;
  overflow:hidden;
  padding: 80px 0px;
}

.newPage-banner {
  width: 100%;
  overflow:hidden;
}




/* backs */

.backWhite {
  background: #FFFFFF;
}

.backWhiteTran {
  background: rgba(255, 255, 255, 0.9);
}

.backBlack {
  background: #000000;
}

.backGrayL {
  background: #DDDDDD;
}
.backGrayD {
  background: #333333;
}

.backBlue {
  background: #425684;
}

.backBlue2 {
  background: #007092;
}


.backBlueTran {
  background: rgba(20, 41, 71, 0.6);
}

.backBlueL {
  background: #DDEFF1;
}

.backBlueLSky {
  background: #e7f1fa;
}

.backGold {
  background: #F5CD00;
}

.backGoldL {
  background: #D7C388;
}

.backPink {
  background: #BC698A;
}


.backTeal {
  background: #53949F;
}

.backOrangeD {
  background: #e07e4a;
}


.backOrange {
  background: #E38D5F;
}

.backBlueWhiteGradient {
	background: #FFFFFF;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, #FFFFFF, #FFFFFF, #9AC7D8); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, #FFFFFF, #FFFFFF, #9AC7D8); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, #FFFFFF, #FFFFFF, #9AC7D8); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      #FFFFFF,
      #FFFFFF,
      #9AC7D8
    );
}

.backGrayBlueGradient {
	background: #1a202a;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, #3a475c, #1a202a, #1a202a); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, #3a475c, #1a202a, #1a202a); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, #3a475c, #1a202a, #1a202a); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      #3a475c,
      #1a202a,
      #1a202a
    );
}

.backGrayPurpleGradient {
	background: #231a2a;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, #453a5c, #231a2a, #231a2a); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, #453a5c, #231a2a, #231a2a); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, #453a5c, #231a2a, #231a2a); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      #453a5c,
      #231a2a,
      #231a2a
    );
}

.backBlueSkyGrayGradient {
	background: #4c6f95;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, #8199b5, #4c6f95, #4c6f95); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, #8199b5, #4c6f95, #4c6f95); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, #8199b5, #4c6f95, #4c6f95); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      #8199b5,
      #4c6f95,
      #4c6f95
    );
}

.mainBack {
  background-image: linear-gradient(
    rgba(175, 225, 252, 0.4),
    rgba(255, 255, 255, 1)
  );
}
.welcomeBack {
  background: #425684;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  ), url(../images/round-lake.jpg);
	background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 950px){

}

.dashBack {
  background: #FFFFFF;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  ), url(../images/family.jpg);
	background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.piechart {
  width: 600px;
  height: 500px;
  display: inline-block;
  margin-left: -70px;
}
.summaryBlock {
  display: inline-block;
  padding: 10px;
}
.healthBlock {
  width: 150px;
  height: 150px;
  border-radius: 4px;
  border: 3px solid #425684;
  display: inline-block;
}
.healthScore {
  margin-top: 55px;
  font-size: 1.5em;
  color: #555555;
}


@media only screen and (min-width: 950px){
  .piechart {
    width: 900px;
    height: 500px;
  }
}

.picBackH1Blue {
    background-image: linear-gradient(
      to bottom,
      rgba(66, 86, 133, 0.91),
      rgba(66, 86, 133, 0.91)
    ), url(../images/8262565709_4b2724ea0d_o.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackH1Gold {
    background-image: linear-gradient(
      to bottom,
      rgba(245, 205, 0, 0.8),
      rgba(245, 205, 0, 0.8)
    ), url(../images/8262565709_4b2724ea0d_o.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackH2 {
    background-image: linear-gradient(
      to bottom,
        rgba(0, 0, 0, 0.3),
      rgba(44, 61, 94, 0.9)
    ), url(../images/julian-002.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


.picBackH3 {
    background-image: linear-gradient(
    rgba(44, 61, 94, 0.9),
    rgba(44, 61, 94, 0.9)
    ), url(../images/jbl_park_aerial_slide.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


.picBackH4 {
  background: #FFFFFF;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, rgba(55, 113, 134), rgba(154, 199, 215, 0.9), rgba(154, 199, 215, 0.9), rgba(255, 255, 255)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, rgba(55, 113, 134), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5),rgba(255, 255, 255)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, rgba(55, 113, 134), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5),rgba(255, 255, 255)); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255),
      rgba(154, 199, 215, 0.9),
      rgba(154, 199, 215, 0.9),
      rgba(55, 113, 134)
    );
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackH5 {
  background: #E38D5F;
  background-attachment: fixed;
  background-image: url(../images/jacobcityfl-logo-heart-s.png);
 background-size: auto;
 background-position: center center;
 background-repeat: no-repeat;
}



.picBackH6 {
    background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
    ), url(../images/tax-planning-001.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackH7 {
    background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
    ), url(../images/jacobcity-map.png);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackH8 {
    background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
    ), url(../images/tax-planning-002.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackH9 {
  background: #425684;
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url(../images/calc01.jpg);
	background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}


.picBackPattern35 {
  background: #DDDDDD;
    background-image: url(../images/pattern35s.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}



/*-------------------------------------------------------------*/
/* Navigation */
.navWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
	display:inline-block;
	height: 70px;
	z-index: 998;
}

.navWrapper a {
  /* color: #cf1919; */
  /* text-outline: 1px 1px #FFFFFF; */
}

.logo{
	display:inline-block;
  position: fixed;
  z-index: 999;
	left: 6%;
  top: 5px;
}

.logo a{
	text-decoration:none;
	border: none;
  color: #FFFFFF;
}

.logoTxt {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
  padding: 0px 10px;
  font-size: 1.2em;
  text-shadow: 1px 1px 2px #444444;
}


.logo a img{
	border: none;
  width: 120px;
}


@media only screen and (min-width: 950px){
  .navWrapper {
  	height: 90px;
  }
  .logo a img{
  	border: none;
    width: 180px;
  }
}

.logoB{
	font-size: 1.5em;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.menu_icon{
	position: fixed;
	display: none;
  right: 3%;
	font-size: 0.8em;
	text-align: center;
    cursor: pointer;
	z-index: 2002;
}
.menu_icon img{
	padding-top: 20px;
	width: 25px;
}

.menu{
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	z-index: 990;
	font-size: 1.4em;
  letter-spacing: 2px;
	text-align: center;
	display: none;
	padding-top: 150px;
  overflow-y: scroll;
}

.menu a{
	text-decoration:none;
	color: #FFFFFF;
}

.menuOptionWrapper {
  margin-top: 5%;
}
.menuOption{
	width: 100%;
	padding: 1% 0px;
  text-align: left;
}

.menuOption a {
  margin-left: 20%;
  font-size: 0.8em;
  color: #425684;
}
.menuOption:hover a {
  /* text-decoration: underline; */
  color: #FFBF00;
}

.menuOption a img{
	border: none;
	height: 35px;
	width: 35px;
	padding: 0px 20px;
}

.menuSubOption{
	width: 100%;
	padding: 0px;
  text-align: left;
}

.menuSubOption a {
  margin-left: 25%;
  font-size: 0.6em;
  color: #425684;
}
.menuSubOption:hover a {
  /* text-decoration: underline; */
  color: #FFBF00;
}

.mSocial{
	height: 12%;
  margin: 10px 0px;
}
.mSocial a img {
	padding: 2% 10px;
	height: 50px;
	width: 50px;
}

.mSocial a img:hover {
  filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}
.Social{
	display: block;
}
.Social a img {
	padding: 2% 10px;
	height: 45px;
	width: 45px;
}

.navbar { display: none; }

.selectedNav  {
	background: #FFFFFF;
}

.navWhite {
  -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
	background: #FFFFFF;

}

.navNone {
  -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
	background: none;
}

@media only screen and (min-width: 950px){

  .navbar { display: block; }
  .navbar{
    width: auto;
    text-align: right;
    margin-right: 3%;
    margin-top: 2%;
  }

  .sub_menu {
    background: #FFFFFF;
  }

  .sub_menu a {
    font-weight: normal;
  }

  .downarrow {
    font-size: 0.6em;
  }
  ul#nav, ul#nav ul.sub_menu {
    padding: 0px;
    margin: 0px;
  }
  ul#nav li, ul#nav ul.sub_menu li {
    list-style-type: none;
    display: inline-block;
  }

  ul#nav li a {
    text-decoration: none;
    display:inline-block;
    height: 30px;
    text-align: center;
    padding: 5px 10px 0px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  ul#nav li {
    position: relative;
  }

  ul#nav li a {
    text-decoration:none;
    font-size: 0.8em;
    padding: 10px 10px 0px 10px;
		color: #FFFFFF;
    letter-spacing: 2px;
  }


  ul#nav li a:hover{
    font-weight: bold;
    /* text-decoration: underline; */
		color: #E38D5F;
    background: #FFFFFF;
  }

  ul#nav li ul.sub_menu {
    display:none;
    position: absolute;
    text-align:left;
    min-width: 250px;
    padding: 10px 0px;
  }

  ul#nav li:hover ul.sub_menu {
    display:block;
  }
  ul#nav li ul.sub_menu li{
    height: 20px;
    width: 100%;
  }

  ul#nav li ul.sub_menu li a {
    text-decoration: none;
    display:inline-block;
    color:#425684;
    letter-spacing: normal;
    text-align: center;
    padding: 5px 10px 0px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }


  ul#nav li ul.sub_menu li a:hover {
    text-decoration: underline;
  }

  .no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

}


.picBackMobileMenu {
  background: #425684;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, rgba(55, 113, 134), rgba(154, 199, 215, 0.9), rgba(154, 199, 215, 0.9), rgba(255, 255, 255)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, rgba(55, 113, 134), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5),rgba(255, 255, 255)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, rgba(55, 113, 134), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5),rgba(255, 255, 255)); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255),
      rgba(154, 199, 215, 0.9),
      rgba(154, 199, 215, 0.9),
      rgba(55, 113, 134)
    );
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}





/* headers */

.introCaptionOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 10;
  text-align: left;
}
.introCaptionOverlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 35%;
  width: 100%;
  z-index: 10;
}

.introCaptionWrapper {
  margin-top: 20vh;
  margin-left: 6%;
}
.introCaption {
  font-size: 3em;
  padding: 10px 5px;
}
.introCaption2 {
  font-size: 2.2em;
  margin-top: 22%;
}

.introSubCaption {
  display: inline-block;
  font-size: 1.4em;
  padding: 10px 25px 10px 5px;
  letter-spacing: 1px;
  font-weight: bold;
}
.introSubCaption2 {
  display: inline-block;
  font-size: 1.2em;
  padding: 10px 25px 10px 5px;
  letter-spacing: 1px;
}

.small-title {
  font-size: 0.6em;
}
.tabCaption {
  text-align: center;
  font-size: 2em;
  margin-top: 13%;
  padding: 30px 5px;
  letter-spacing: 4px;
}

.tabCaption h1 {
  font-weight: bold;
}

@media only screen and (min-width: 950px){
  .introCaption {
    margin-top: 20%;
    font-size: 4.5em;
  }
  .introCaption2 {
    font-size: 2.5em;
    margin-top: 10%;
  }
  .introCaptionWrapper {
    margin-top: 25vh;
    width: 50%;
  }
  .tabCaption {
    font-size: 2.5em;
    margin-top: 5%;
  }
}





/*---------- standard section ------*/

.sectionWrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



.sectionBlock, .sectionBlock2{
  display: inline-block;
	width: 100%;
  vertical-align: top;
}

.sectionBlockTitle {
  font-size: 1.8em;
  margin: 30px 0px 5px 0px;
}

.sectionBlockTitle h2 {
  font-weight: bold;
  font-family: 'Open_Sans', Sans-Serif;
}

.sectionBlockPortion {
  display: inline-block;
  padding: 20px 10px;
  font-size: 1.2em;
  margin: 20px 5px;
  min-height: 320px;
  box-shadow: 1px 1px 3px #777777;
  font-weight: bold;
}
.sectionBlockPortionHead {
  padding: 10px;
}

.sectionBlockTxt {
  text-align: left;
  padding: 20px 25px;
  font-size: 1em;
  line-height: 32px;
}

.sectionBlockTxt h3 {
  font-size: 1.6em;
  font-weight: bold;
}

.sectionCaption {
  font-size: 1.6em;
  padding: 20px 5px;
}

.sectionBlockPic {
  width: 100%;
  height: 600px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px;
}



.fTitle {
  display: none;
  margin-top: 30%;
  font-size: 2.5em;
  color: #FFFFFF;
  font-weight: bold;
}
.circleBlockWrap {
  display: inline-block;
  text-align: center;
  padding: 2px;
  font-size: 0.9em;
  color: #425684;
}

.circleBlock {
  display: block;
  text-align: center;
	width: 120px;
	height: 120px;
  border-radius: 50%;
  border: solid 2px #EEEEEE;
  vertical-align: top;
  margin: 10px;
  overflow: hidden;
  background: #e7f1fa;
}
.circleBlock:hover {
  /* box-shadow: 2px 1px 3px #AAAAAA; */
  background: #f5aa82;
}

.circleBlock img {
  margin-top: 5px;
  width: 90%;
}

.circleBlockTxt {
  padding: 5px;
  margin-top: 60px;
  font-size: 1.1em;
  font-weight: bold;
}

@media only screen and (min-width: 950px){

  .sectionBlockTitle {
    font-size: 2.5em;
  }

  .sectionBlock{
    width: 80%;
    vertical-align: middle;
    margin: 10px 20px;
  }
  .sectionBlock2 {
    width: 75%;
  }

  .sectionBlockPortion {
    margin: 20px;
  }
  .sectionBlockTxt {
    text-align: left;
    margin: 0 auto;
    width: 60%;
  }

  .fTitle {
    margin-top: 25%;
    font-size: 3.5em;
  }

  .sectionBlockPic {
    border-radius: 4px;
  }

  .circleBlock {
  	width: 200px;
  	height: 200px;
  }


}

.quoteTxt {
  display: inline-block;
  margin: 0 5%;
}
.quoteWrap {
  display: inline-block;
  width: 100%;
}
.bigQuotes {
  display: inline-block;
	font-size: 2em;
	color: #323093;
	font-family: 'candara';
  padding: 0;
  line-height: 5px;
}




/* council banner blocks*/
.councilBannerBlock {
  display: inline-block;
  width:100%;
  vertical-align: top;
  cursor: pointer;
}
.councilBannerBlock:hover {
  opacity: 0.8;
}

a .councilBannerBlock {
  text-decoration: none;
  color: #FFFFFF;
}


@media only screen and (min-width: 950px) {
  .councilBannerBlock {
    width:50%;
  }
}


/* stats stuff */
.statsBlock {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  margin: 10px;
  height: auto;
  border-top: 2px solid #199e9e;
}
.statLine {
  font-size: 3em;
	font-family: 'luzsans-book', Sans-Serif;
  padding: 0px 5px 0px 5px;
}

.statDetails {
  padding: 5px;
}

.statDetails a {
  text-decoration: none;
  text-decoration: underline;
  color: #000000;
}

@media only screen and (min-width: 950px) {
  .statsBlock {
    display: inline-block;
    width: 40%;
    height: 200px;
  }
  .statLine {
    font-size: 3.2em;
  }
}


/* info stuff */

.infoBlockContainer {
  padding: 30px 0px;
}
.infoBlock, .portalBlock {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 25px 0px;
  font-size: 1em;
  vertical-align: top;
}
.portalBlock {
  margin: auto;
  width: 90%;
  padding: 0px 10px;
}

.infoTitle, .infoTitle2 {
  font-size: 2.3em;
  padding: 20px;
  letter-spacing: 3px;
}
.infoTitle2 {
  text-align: left;
}

.infoTxtWrap {
  width: 100%;
  margin: 0 auto;
  /* font-size: 1.1em; */
  /* font-weight: bold; */
  padding: 10px 0px;
}
.infoTxt, .infoTxt2 {
  padding: 0px 20px;
  text-align: left;
  line-height: 30px;
}

.infoTxt2 {
  text-align: center;
}


.infoImg img {
  width: 70%;
}

.infoBlockPic, .infoBlockPic-tall {
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.infoBlockPicTxt {
  position: relative;
  top: 20px;
  left: 20px;
  max-width: 60%;
  min-height: 30%;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  text-align: left;
  font-size: 1.2em;
}

.healthWrap {
  text-align: center;
  width: 100%;
  text-decoration: none;
  border: none;
}
.healthWrap img {
  width: 70px;
  padding: 10px;
  text-decoration: none;
  border: none;
}

.taxResource {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  font-size: 0.9em;
}

.taxResource a {
  text-decoration: none;
  color: #425684;
  text-decoration: underline;
  font-weight: bold;
}

@media only screen and (min-width: 950px ){
  .infoBlock, .portalBlock {
    width: 40%;
    /* vertical-align: middle; */
    margin: 25px 10px;
  }
  .infoImg img {
    width: 80%;
  }
  .infoTxtWrap {
    width:60%;
  }

  .infoBlockPic, .infoBlockPic-tall {
  }
  .infoBlockPic-tall {
    /* height: 400px; */
    width: 100%;
  }

  .taxResource {
    width: 48%;
  }
}









/* box stuff */
.boxWrapper{
  width: 100%;
  position: relative;
}


.wordBox {
  /* width: 65%;
  height: 50%; */
  padding: 20px;
  text-align: left;
  z-index: 10;
  transition: 0.8s;
}
/* .wordBox:hover {
  background: #074660;
} */

.wordBoxHead, .wordBoxHead2 {
  font-size: 1.2em;
  padding: 20px 0px;
  line-height: normal;
  height: 80px;
  position: relative;
  border-bottom: solid #5db5d9 1px;
  /* font-weight: bold; */
}
.wordBoxHead2 {
  border: none;
}
.wbtxt {
  margin: 0;
  margin-left: 100px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}

.wordBoxHead img {
  width: 80px;
  display: inline-block;
  float: left;
  /* margin-top: -10px; */
  padding-right: 10px;
  margin-right: 15px;
}

.wordBoxTxt {
  padding: 10px;
  font-size: 1em;
  line-height: 35px;
}

.wordBoxLeft, .wordBoxRight {
  margin: 0 auto;
  float: none;
}

@media only screen and (min-width: 950px){
  .boxWrapper{
    /* padding: 50px 0px 200px 0px; */
  }
  .wordBox{
    width: 55vw;
    padding: 30px 60px;
    margin: 60px 0px;
  }

  .wordBoxHead, .wordBoxHead2 {
    font-size: 2em;
    /* line-height: 80px; */
  }

  .wordBoxTxt {
    font-size: 1em;
    line-height: 40px;
  }

  .wordBoxLeft {
    margin-left: 0px;
    float: left;
    border-right: 3px solid #DDDDDD;
  }

  .wordBoxRight {
    margin-right: 0px;
    float: right;
    border-left: 3px solid #DDDDDD;
  }
}













/* forms */

.formBlock{
  display: inline-block;
  text-align: center;
  margin: 30px 0px;
  width: 90vw;
}
.conFormBlock{
  display: inline-block;
  text-align: center;
  margin: 30px 0px;
  width: 100%;
}

@media only screen and (min-width: 950px){
  .formBlock{
    width: 70vw;
  }
}


.inputContainer {
  width: 100%;
  text-align: center;
	font-size: 0.9em;
}

.inputWrap {
  width: 100%;
	text-align: center;
  padding: 10px 0;
}

.inputBlock {
  width: 100%;
	padding: 5px 0px;
}


.userInput{
  font-size: 1em;
  border: solid 1px #444;
  border-radius: 3px;
  background: #f4fcfc;
  height: 40px;
  width: 91%;
  display: inline-block;
  color: #425684;
  margin-bottom: 20px
}

.userInput-short, .userInput-short-r, .blank-input-short-r {
  font-size: 1em;
  border: solid 1px #444;
  border-radius: 3px;
  background: #f4fcfc;
  height: 40px;
  width: 45%;
  display: inline-block;
  color: #425684;
  margin-bottom: 20px
}

.blank-input-short-r{
  background: none;
  border: none;
}



.userInput:hover, .userInput-short-r:hover, .userInput-short:hover{
  background: rgba(255,255,255,0.9);
}

.conUserInput{
  font-size: 0.8em;
  border: none;
  border-bottom: solid 2px #DDDDDD;
  background: rgba(255,255,255,0.0);
  height: 40px;
  width: 92%;
  display: inline-block;
  padding-left: 2%;
  color: #FFFFFF;
}

.conUserInput-short {
  font-size: 0.8em;
  border: none;
  border-bottom: solid 2px #DDDDDD;
  background: rgba(255,255,255,0.0);
  height: 40px;
  width: 45%;
  display: inline-block;
  padding-left: 1%;
  color: #FFFFFF;
}


.conUserInput:hover, .conUserInput-short:hover{
  background: rgba(255,255,255,0.5);
}

.bigTextBox
{
    height: 100px;
    width: 92%;
}

.reqiredInput {
border: solid 1px #007cb6;
}

.disabledField {
  background: #EEEEEE;
}

input::-webkit-input-placeholder {
color: #425684 !important;
opacity: 0.8;
font-weight: normal;
}

input:-moz-placeholder { /* Firefox 18- */
color: #425684 !important;
opacity: 0.8;
font-weight: normal;
}

input::-moz-placeholder {  /* Firefox 19+ */
color: #425684 !important;
opacity: 0.8;
font-weight: normal;
}

input:-ms-input-placeholder {
color: #425684 !important;
opacity: 0.8;
font-weight: normal;
}

textarea {
font-family: 'Open_Sans';
font-weight: bold;
}
textarea::-webkit-input-placeholder {
color: #425684 !important;
opacity: 0.8;
font-family: 'Open_Sans';
font-weight: bold;
padding-top: 5px;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #425684 !important;
opacity: 0.8;
font-family: 'Open_Sans';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #425684 !important;
opacity: 0.8;
font-family: 'Open_Sans';
}

textarea:-ms-input-placeholder {
color: #425684 !important;
opacity: 0.8;
font-family: 'Open_Sans';
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #425684 !important;
  font-family: 'Open_Sans';
  margin-right: 0.5em;
  opacity: 0.8;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}



.conFormBlock input::-webkit-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

.conFormBlock input:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

.conFormBlock input::-moz-placeholder {  /* Firefox 19+ */
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

.conFormBlock input:-ms-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

.conFormBlock textarea::-webkit-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'Open_Sans';
font-weight: bold;
}

.conFormBlock textarea:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'Open_Sans';
}

.conFormBlock textarea::-moz-placeholder {  /* Firefox 19+ */
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'Open_Sans';
}

.conFormBlock textarea:-ms-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'Open_Sans';
}

.conFormBlock input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #FFFFFF !important;
  font-family: 'Open_Sans';
  margin-right: 0.5em;
  opacity: 0.8;
}

.inputTitle {
  display: inline-block;
  width: 100%;
}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radioLabelWrapper {
  display: inline-block;
  width: 100%;
}

.radio-toolbar label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    background-color: #DDEFF1;
    border-radius: 50%;
    border: solid thin #AAA;
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color:#425684;
}


.radioLabel {
  display: inline-block;
  margin: 0px 30px 0px 0px;
  position: relative;
  vertical-align: middle;
}


.dropdown-option {
  background: #203C68;
}

.dropdown-mod {
  vertical-align: bottom;
}



.submitButton, .submitButtonOff {
  display: inline-block;
  width: 150px;
  height: 30px;
  padding: 15px 5px 5px 5px;
  margin: 20px 0px;
  border-radius: 5px;
  background: #425684;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.submitButtonOff {
  opacity: 0.4;
	color: #000000;
	background: #999999;
}


.submitButton:hover{
	/* color: #425684; */
	background: #F26B3B;
}
.submitTxt {
  vertical-align: middle;
  font-size: 1em;
  line-height: 30px;
}

.terms {
  font-size: small;
  padding: 5px 0px;
}

@media only screen and (min-width: 1080px){
  .userInput{
    width: 93%;
  }
  .userInput-short-r, .blank-input-short-r {
    margin-left: 20px;
  }

  .inputTitle {
    width: auto;
    margin-right: 20px;
  }
  .radioLabelWrapper {
    width: auto;
  }
  .radioQuestion {
    display: inline-block;
    width: 45%;
  }
}






/* buttons */


.connectButton {
  display: inline-block;
	width: 150px;
  height: 30px;
  padding: 5px;
  margin: 20px 0px;
  border-radius: 30px;
  background: #F26B3B;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.connectButton:hover {
  /* color: #425684; */
  background: #53949F;
}

.connectTxt {
  vertical-align: middle;
  font-size: 1em;
  line-height: 30px;
}











.loaderWrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.59);
  text-align: center;
  z-index: 999;
  height: 100%;
  width: 100%;
}
.loader {
  font-size: 10px;
  margin: 35vh auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #203C68;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}









.txtWhite{
	color: #FFFFFF;
}

.txtBlack{
	color: #000000;
}


.txtGold{
	color: #F5CD00;
}

.txtOrange{
	color: #E38D5F;
}

.txtGray{
	color: #444444;
}

.txtGrayD{
	color: #333333;
}

.txtGrayL{
	color: #666666;
}

.txtBlue {
  color: #425684;
}


.txtBlueL {
  color: #DDEFF1;
}

.txtBlueLSky {
  color: #e7f1fa;
}



.shadowBlueL {
  box-shadow: none;
}

.bottomBorderGray {
  border-bottom: 3px #CCCCCC;
  border-style: double;
	width: 30%;
  margin-left: 20px;
}

.grayLine{
	height: 3px;
	width: 80vw;
	border-bottom: 1px solid #999999;
	margin: 15px 0px;
	vertical-align: top;
    display: inline-block;
}

.grayLineL{
	height: 3px;
	width: 80vw;
	border-bottom: 1px solid #CCCCCC;
	margin: 15px 0px;
	vertical-align: top;
    display: inline-block;
}


@media only screen and (min-width: 950px){
  .shadowBlueL {
    box-shadow: 20px -20px 0px #128D9C;
  }
}

/*intro stuff */

.introContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.introContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 0.9;
}

.smallMemo {
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.smallMemo a img {
  width: 45px;
  height: 45px;
}

.smallMemo a img:hover {
  opacity: 0.5;
}

.introOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2003;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.overlayTitle {
  margin: 4% 20px;
}

.overlayTitle h1 {
	font-family: 'Open_Sans';
  font-size: 2.2em;
  text-shadow: 3px 3px 3px #000000;
}


@media only screen and (min-width: 950px){

  .introContainer .overlay .smallMemo {
    margin-top: 20px;
  }
  .smallMemo a img {
    width: 65px;
    height: 65px;
  }

  .overlayTitle {
    margin: 5% 20px 20px 20px;
  }

  .overlayTitle h1 {
    font-size: 5.2em;
  }
}




/*--------- overlay Stuff  ---------*/

.overlay-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.overlay-wrap::-webkit-scrollbar {
  display: none;
}

.overlay-container {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: justify;
  margin-top: 5%;
}

.close {
  margin: 75px 0px 0px 15px;
  background: #FFFFFF;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  font-size: 1.1em;
  cursor: pointer;
  vertical-align: middle;
}

.close:hover {
  background: #016475;
  color: #FFFFFF;
}


.overlayHeader {
	font-size: 2em;
	margin: 10px 0;
}


#enter-info {
  display: none;
  background: rgba(0,0,0,0.9);
}

@media only screen and (min-width: 900px){
  .overlay-container {
    width: 70%;
  }
}









/* media blocks */

.mediaWrapper {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}

.mediaBlock{
  position: relative;
  display: inline-block;
  color: #FFFFFF;
	width: 95%;
	min-width: 225px;
  height: auto;
  margin: 10px 10px;
  vertical-align: top;
  font-size: 0.9em;
  border: solid thin #CCCCCC;
  border-radius: 2px;
  background: #ccdce9;
}



.mediaBlock:hover {
  box-shadow: 0px 1px 5px #BBBBBB;
  background: #e7f1fa;
}

.mediaBlock a {
  text-decoration: none;
}
.mediaBlock .mediaBlockPic {
  width: 90%;
  max-height: 400px;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
}

.mediaBlock .mediaBlockPic img{
  width: 100%;
  /* min-height: 100%; */
}

.mediaDesc{
  width: 100%;
}

.mediaDescTxtWrapper {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  right: 0;
  top: 80%;
}
.mediaDescTxt {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 100px;
  width: 90%;
	height: auto;
  color: #555555;
  font-family: 'Trebuchet MS';
  text-align: left;
  overflow: hidden;
}



@media only screen and (min-width: 950px){
  .mediaBlock {
		width: 22%;
    height: 390px;
  }

  .mediaBlock .mediaBlockPic {
    height: 225px;
  }
  .mediaDescTxt {
    margin-bottom: 0;
  }
}


.mediaButtonWrap {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  bottom: 10px;
}



.mediaButton {
  display: inline-block;
  margin: 10px 0px;
	width: 90px;
  padding: 5px;
  border-radius: 2px;
  background: #425684;
  border: solid 1px #BBBBBB;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
}
.mediaButton:hover {
  background: #BC698A;
}









/* news blocks */

.newsWrapper {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}

.newsBlock{
  display: inline-block;
	width: 80%;
  margin: 10px;
  padding: 20px;
  vertical-align: top;
  border: solid thin #CCCCCC;
  border-radius: 1px;
  background: #FEFEFE;
  text-align: left;
}

/* .newsBlock:hover {
  box-shadow: 0px 1px 5px #BBBBBB;
  background: #f5f4f4;
} */

.newsBlock a {
  text-decoration: none;
}

.newsHeaderWrap {
  width: 100%;
}

.newsHeaderTextWrap {
  display: inline-block;
  height: 100%;
  width: 67%;
  vertical-align: top;
  text-align: left;
}
.newsHeaderTitle {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
}

.newsHeaderDate {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 0.8em;
  text-align: left;
  margin: 5px 0px;
}
.newsHeaderPic {
  display: inline-block;
  width: 30%;
  height: 180px;
  overflow: hidden;
}
.newsHeaderPic img {
  width: 100%;
}


.newsDesc{
  width: 100%;
  width: 90%;
  font-size: 0.9em;
  margin: 5px 0px;
}



@media only screen and (min-width: 950px){
  .newsBlock {
		width: 40%;
    min-height: 240px;
  }
}




.newsButton {
  display: inline-block;
  margin: 10px 0px;
	width: 90px;
  padding: 5px;
  border-radius: 2px;
  background: #7A67A0;
  border: solid 1px #BBBBBB;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
}
.newsButton:hover {
  background: #BC698A;
}








/* event stuff */

.eventWrapper {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}


.eventBlock {
  display: inline-block;
	width: 80%;
  margin: 10px;
  padding: 20px;
  vertical-align: top;
  border: solid thin #CCCCCC;
  border-radius: 3px;
  background: #e7f1fa;
  cursor: pointer;
  text-align: center;
}

.eventBlock:hover {
  opacity: 0.8;
}


.eventDateWrap {
  display: inline-block;
  border-radius: 3px;
	width: 130px;
	height: 130px;
  color: #FFFFFF;
  background: #14203c;
  text-align: center;
}

.eventDateMon {
  font-size: 1.5em;
  letter-spacing: 5px;
  width: 100%;
  background: #FFFFFF;
  color: #14203c;
}

.eventDate {
  font-size: 5em;
  font-family: 'sora_xb', Sans-Serif;
}

.eventTxtWrap {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  text-align: left;
  margin: 15px 0px 0px 0px;
}

.eventTitle {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
}

.eventDesc{
  width: 100%;
  width: 90%;
  font-size: 0.9em;
  margin: 10px 0px;
}



@media only screen and (min-width: 950px){
  .eventBlock {
		width: 40%;
    min-height: 140px;
    text-align: left;
  }
  .eventTxtWrap {
    width: 70%;
    margin: 0px 0px 0px 15px;
  }
}







/* profile stuff */

.profileWrapper {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}


.profileBlock {
  display: inline-block;
	width: 80%;
  margin: 10px;
  padding: 20px;
  vertical-align: top;
  border: solid thin #CCCCCC;
  border-radius: 3px;
  background: #dee3f1;
  text-align: center;
}


.profilePicWrap {
  display: inline-block;
  border-radius: 3px;
	width: 200px;
	height: 200px;
  color: #FFFFFF;
  background: #14203c;
  text-align: center;
}

.profilePicWrap img {
  width: 100%;
}

.profileTxtWrap {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  text-align: center;
  margin: 15px 0px 0px 0px;
}

.profileTitle {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}

.profileTitle a {
  color: #00468C;
}
.profileDesc{
  width: 100%;
  width: 100%;
  font-size: 0.9em;
  margin: 10px 0px;
  text-align: left;
  line-height: 25px;
}



@media only screen and (min-width: 950px){
  .profileBlock {
		width: 60%;
    min-height: 140px;
    text-align: left;
  }
  .profileTxtWrap {
    width: 70%;
    margin: 0px 0px 0px 15px;
    text-align: left;
  }
  .profileTitle {
    text-align: left;
  }
}







/* doc stuff */

.docWrapper {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}


.docBlock {
  display: inline-block;
	width: 150px;
  min-height: 220px;
  margin: 10px;
  padding: 15px;
  vertical-align: top;
  border-radius: 3px;
  background: #e0e1e9;
  text-align: center;
}

.docBlock:hover {
  opacity: 0.8;
}

.docBlock a {
  text-decoration: none;
  color: #222222;
}

.docPicWrap {
  display: inline-block;
  border-radius: 3px;
	width: 120px;
	height: 120px;
  color: #FFFFFF;
  text-align: center;
}

.docPicWrap img {
  width: 100%;
}

.docTxtWrap {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  text-align: center;
  margin: 5px 0px 0px 0px;
  /* background: #FFFFFF; */
}

.docTitle {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}

.docDesc{
  width: 100%;
  width: 100%;
  font-size: 0.9em;
  margin: 5px 0px;
  /* font-weight: bold; */
}

.docItems {
  text-align: center;
}

@media only screen and (min-width: 950px){
  .docWrapper {
    width: 60%;
  }
  .docItems {
    text-align: left;
  }
}








/* team stuff */

.teamWrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.teamMemberBlock{
  display: inline-block;
	width: 80%;
	min-width: 225px;
  margin: 0 auto;
  vertical-align: top;
  overflow: hidden;
  background: #c4e0e6;
  cursor: pointer;
}
.teamMemberBlock:hover {
	/* border-bottom: 3px solid #007cb6; */
  box-shadow: 1px 1px 5px #777777;
}

.teamMemberPic{
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: bottom;
  overflow: hidden;
}

.teamMemberPic img {
  width: 100%;
  max-width: 400px;
  height: auto;
  vertical-align: bottom;
}
.teamMemberPic img:hover{
  /* opacity: 0.8; */
}
.teamMemberBio{
  width: 100%;
  margin-top: 10px;
  display: none;
}
.nameRoleTxt{
  color: #222222;
  text-align: center;
  padding: 10px;
  font-family: 'ubuntu', 'Trebuchet MS', Sans-Serif;
}
.bioTxt {
  color: #222222;
  text-align: left;
  padding: 15px;
}

@media only screen and (min-width: 950px){
  .teamMemberBlock{
    margin: 10px 5px;
		width: 25%;
  }
}













/*--------- issue Stuff  ---------*/

.issueWrapper {
  width: 100%;
  text-align: center;
  padding-bottom: 50px;
}

.issueMemberBlockSectionHead {
  display: inline-block;
	width: 95%;
	min-width: 225px;
  margin: 50px 5px 0px 5px;
  padding: 5px 5px 0px 0px;
  vertical-align: top;
  overflow: hidden;
  color: #FFFFFF;
	background: #425684;
}

.issueMemberBlock{
  display: inline-block;
	width: 95%;
	min-width: 225px;
  margin: 0px 5px;
  padding: 5px 5px 0px 0px;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
	border-bottom: 1px solid #BBBBBB;
}
.issueMemberBlock:hover {
	border-bottom: 1px solid #F06828;
  background: rgba(0, 112, 147, 0.2);
}

.issueMemberPic{
  width: 100%;
  height: auto;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}

.issueMemberPic img {
  width: 100%;
  max-width: 400px;
  height: auto;
  vertical-align: bottom;
}
.issueMemberPic img:hover{
  opacity: 0.8;
}
.issueMemberBio{
  display: none;
  width: 101%;
  background: #FFFFFF;
}
.nameTxt{
  text-align: left;
  padding: 15px 10px;
  display: block;
  float: left;
  width: 85%;
}

.dwnArrow {
  text-align: right;
  display: inline-block;
  float: right;
  height: 100%;
}

.dwnArrow img {
  width: 20px;
  padding: 0px 10px 0px 0px;
}


@media only screen and (max-width: 900px){
  .titleContents {
    display:flex;
    align-items:center;
    justify-content:center;
  }
}

.issueInfoTxt {
  color: #222222;
  text-align: left;
  padding: 15px;
  line-height: 25px;
  font-size: 0.9em;
}






@media only screen and (min-width: 900px){

  .issueMemberBlock, .issueMemberBlockSectionHead{
  	width: 80%;
  }
  .issueMemberBio{
    margin-top: 65px;
  }
  .dwnArrow img {
    padding: 20px 10px 20px 0px;
  }

  .nameTxt{
    width: auto;
    padding: 20px 10px;
  }

}













/* Footer classes */
.footerWrapper{
	position: relative;
	bottom: 0;
	left: 0;
	margin-bottom: 0px;
	width: 100%;
  overflow: hidden;
	color: #FFFFFF;
	padding: 5% 0px;
}


.footer{
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding-top:10px;
}

.footerOptionContainer {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  font-size: 0.9em;
}
.footerOptionBlock {
  display: inline-block;
  width: 40%;
  padding: 5px;
  line-height: 30px;
  vertical-align: top;
}
.footerOptionBlock a {
  display: block;
  text-decoration: none;
  text-align: left;
  width: 100%;
  color: #FFFFFF;
}
.footerOptionBlock .txt {
  text-align: left;
}


.sectionWrapper .footer img {
  width: 180px;
}

.contactWrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contactFooter {
  display: inline-block;
  text-align: left;
  font-size: 0.8em;
}

.contactFooter a {
  color: #FFFFFF;
  text-decoration: none;
}

.contactFooter a:hover {
  color: #82A0B8;
}

.bottomnav{
	width: 100%;
	text-align:center;
	padding-top:10px;
}
.bottomnav a {
	text-decoration:none;
	padding: 10px;
	font-size: 1em;
  font-weight: bold;
	color: #888888;
}
.bottomnav a:hover {
	color: #5AB94F;
}

.footertitles{
	display: inline-block;
	width: 230px;
	text-align: left;
	margin: 10px 0px;
	vertical-align: top;
}
.disclaimer{
  font-size: 0.9em;
  color: #666666;
}
@media only screen and (min-width: 900px){
	.footertitles{
		margin: 10px 10px;
	}
  .footerOptionContainer {
    width: 70%;
  }
  .footerOptionBlock {
    width: 20%;
  }
}





/* Modal  popup stuff */
.modal {
  display: none;
  position: fixed;
  z-index: 91;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modalContent {
  background-color: #fefefe;
  margin: 32% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: center;
  display: inline-block;
}

@media only screen and (min-width: 950px){
  .modalContent {
    margin: 15% auto;
    width: 40%;
  }
}

.modalClose {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modalClose:hover,
.modalClose:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



/* Display Modes */
.deskview { display: none !important; }
.mobileview { display: inline-block !important; }

.hideIt { display: none !important; }
.showIt { display: block !important; }

@media only screen and (min-width: 950px){
	.deskview { display: inline-block !important; }
	.mobileview { display: none !important; }
}
