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

html {
  scroll-behavior: smooth;
}

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

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



.mainWrapper{
	width: 100%;
	text-align: center;
	position: absolute;
  overflow:hidden;
  top: 0;
  left:0;
  min-height: 100vh;
  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-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 {
  height: 100vh;
  width: 100%;
  position: relative;
  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: #7093a1;
}

.backBlueTran {
  background: rgba(112, 147, 161, 0.6);
}

.backBlueL {
  background: #9AC7D8;
}

.backBlueLSky {
  background: #99BADF;
}

.backGoldL {
  background: #D7C388;
}


.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
    );
}

.mainBack {
  background-image: linear-gradient(
    rgba(175, 225, 252, 0.4),
    rgba(255, 255, 255, 1)
  );
}


.slideBack1 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 1)
  ), url(../images/obi-001.jpg);
	background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}


@media only screen and (min-width: 950px){
  .slideBack1 {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 1)
    ), url(../images/obi-001.jpg);
  	background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }
}

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

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


.picBackH1 {
    background-image: linear-gradient(
      to bottom,
        rgba(0, 0, 0, 0.3),
      rgba(44, 61, 94, 0.9)
    ), url(../images/ind-village.jpg);
	background-size: cover;
    background-position: top 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(154, 199, 215, 0.9), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5),rgba(154, 199, 215, 0.9)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5),rgba(154, 199, 215, 0.9)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5),rgba(154, 199, 215, 0.9)); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      rgba(154, 199, 215, 0.9),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0.5),
      rgba(154, 199, 215, 0.9)
    ), url(../images/pattern34s.png);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackH5 {
  background: #FFFFFF;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9),rgba(154, 199, 215, 0.9)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9),rgba(154, 199, 215, 0.9)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9),rgba(154, 199, 215, 0.9)); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      rgba(154, 199, 215, 0.9),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9),
      rgba(154, 199, 215, 0.9)
    ), url(../images/fifth-third-marietta-004.jpg);
	background-size: cover;
    background-position: top 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.5)
    ), url(../images/tax-planning-003.jpg);
	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: #7093a1;
    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: 2%;
	top: 1%;
}

.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;
	height: 70px;
}

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

.menu_icon{
	position: fixed;
	display: none;
  right: 2%;
	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;
	color: #FFFFFF;
	z-index: 990;
	font-size: 1.4em;
  letter-spacing: 2px;
	text-align: center;
	display: none;
	padding-top: 150px;
}

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

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

.menuOption a {
  margin-left: 20%;
}
.menuOption:hover a {
  text-decoration: underline;
}

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

.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: 1%;
  }
  .navbar a{
    text-decoration:none;
    padding: 0px 10px;
		color: #333333;
    /* text-shadow: 1px 1px 2px #DDDDDD; */
    font-size: 1em;
    letter-spacing: 2px;
  }

  .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, ul#nav li ul.sub_menu li a {
    text-decoration: none;
    display:inline-block;
    height: 30px;
    text-align: center;
    padding: 5px 10px 0px 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  ul#nav li {
    position: relative;
  }
  ul#nav li a:hover{
    /* font-weight: bold; */
    text-decoration: overline;
  }

  ul#nav li ul.sub_menu {
    display:none;
    position: absolute;
    text-align:left;
    width: auto;
  }

  ul#nav li:hover ul.sub_menu {
    display:block;
  }

  ul#nav li:hover ul.sub_menu li:hover a {
    text-decoration:none;
  }
  .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: #FFFFFF;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9),rgba(154, 199, 215, 0.9)); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9),rgba(154, 199, 215, 0.9)); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, rgba(154, 199, 215, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9),rgba(154, 199, 215, 0.9)); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      rgba(154, 199, 215, 0.9),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9),
      rgba(154, 199, 215, 0.9)
    ), url(../images/clouds.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}





/* headers */

.introCaptionOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.introCaption {
  margin-top: 32%;
  font-size: 1.2em;
  text-align: center;
  padding: 30px 5px;
}
.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;
}

.introImg img {
  width: 60%;
}

@media only screen and (min-width: 950px){
  .introCaption {
    margin-top: 12%;
    font-size: 1.5em;
  }
  .tabCaption {
    font-size: 2.5em;
    margin-top: 5%;
  }


  .introImg img {
    width: 25%;
  }
}





/*---------- 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;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  padding: 20px 15px;
}

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

.circleBlock {
  display: inline-block;
  text-align: center;
	width: 200px;
	height: 200px;
  border-radius: 50%;
  vertical-align: top;
  margin: 10px;
  overflow: hidden;
  box-shadow: 3px 5px 3px #AAAAAA;
}

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

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

  .sectionBlockPic {
    border-radius: 4px;
  }

  .circleBlock img {
    width: 90%;
  }


}

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




/* 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 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 25px 0px;
  font-size: 1em;
  vertical-align: top;
}

.infoTitle {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0px 0px 10px 20px;
  text-align: left;
  letter-spacing: 3px;
}

.infoTxt {
  padding: 0px 20px;
	font-family: 'Open_Sans', Sans-Serif;
  text-align: left;
  line-height: 30px;
}

.infoImg img {
  width: 70%;
}

.infoBlockPic, .infoBlockPic-tall {
  width: 100%;
  height: 300px;
  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;
}


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

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

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

  .infoBlockPic, .infoBlockPic-tall {
  }
  .infoBlockPic-tall {
    height: 400px;
  }

  .taxResource {
    width: 48%;
  }
}

















/* forms */

.formBlock{
  display: inline-block;
  text-align: center;
  margin: 30px 0px;
  width: 80vw;
}

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


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

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

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


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

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



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


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

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

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

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

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

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

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

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

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

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

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


.submitButton, .submitButtonOff{
	padding: 10px 0px 10px 2%;
	border: none;
	display: inline-block;
	color: #444444;
	background: #EEEEEE;
	font-size: 1.1em;
	font-weight: bold;
  border-radius: 2px;
  border: solid 1px #DDDDDD;
	cursor: pointer;
  width: 93%;
	text-align: center;
}


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



.submitButton:hover{
	color: #FFFFFF;
	background: #7093a1;
}







/* buttons */


.connectButton {
  display: inline-block;
	width: 150px;
  min-height: 30px;
  padding: 5px;
  margin: 20px 0px;
  border-radius: 4px;
  border: solid 2px #999999;
  color: #999999;
  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 {
  background: #7093a1;
  color: #FFFFFF;
}

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





.txtWhite{
	color: #FFFFFF;
}

.txtBlack{
	color: #000000;
}


.txtGray{
	color: #444444;
}

.txtGrayD{
	color: #333333;
}

.txtGrayL{
	color: #666666;
}

.txtBlue {
  color: #7093a1;
}

.txtBlueLOld {
  color: #a4cddb;
}
.txtBlueL {
  color: #9AC7D8;
}

.txtBlueLSky {
  color: #99BADF;
}



.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 #B7D7E3;
  }
}

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














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


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


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

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

.contactFooter a {
  color: #888888;
  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;
	}
}






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

.hideIt { display: none !important; }

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