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

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

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

.ubuntu {
	font-family: 'Great_Vibes', 'Trebuchet MS', Sans-Serif;
}

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

.robo {
	font-family: 'Trebuchet MS';
}


body {
	margin: 0;
	font-family: 'Open_Sans', 'Trebuchet MS', Sans-Serif;
	color: #333333;
	width: 100%;
	height: 100%;
}


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


/*-------------------------------------------------------------*/
/* Backgrounds */

.backWrapper-0 {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -998;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.backWrapper-1 {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -997;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.backWrapper-2 {
	text-align: center;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -996;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}



.backBlue {
	background: #2f58a7;
}

.backBlueL {
	background: #cdeaff;
}

.backGold {
	background: #ffec6b;
}

.backGrey {
	background: #EFEFEF;
}

.backGreyD {
	background: #444444;
}

.backGrayL {
	background: #f9f6f6;
}

.backWhite {
	background: #FFFFFF;
}

.txtWhite{
	color: #FFFFFF;
}

.txtBlack{
	color: #000000;
}

.txtBlue{
	color: #2f58a7;
}

.txtPurp{
	color: #5a0185;
}
.txtGold{
	color: #e39013;
}

.txtGreen {
  color: #5AB94F;
}
.txtGrayD{
	color: #444444;
}
.translucent-back{
  background: rgba(255, 255, 255, 0.7);
}
.backGradient {
	background: #E87915;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, #2f58a7, #620559); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, #2f58a7, #620559); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, #2f58a7, #620559); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      #2f58a7,
      #620559
    );
}

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


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








.contentWrapper{
	position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
	height: 100%;
    text-align: center;
}

.contentWrapper img {
	 text-decoration: none; border: 0px;
}





.allBack {
    background-image:  url(../images/kids-balloons.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.picBack1 {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    ), url(../images/kids-parachute-4.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.picBack2 {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.3)
    ), url(../images/kids-bubbles.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.logo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-image:  url(../images/believeautism-logo-overlay.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.behavior-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.8)
    ), url(../images/kids-bubbles.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tutoring-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.8)
    ), url(../images/kids-parachute-4.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dance-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.8)
    ), url(../images/ballet_feet2.jpg);
	background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}


.dance2-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.8)
    ), url(../images/dancegirls.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.service-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.80)
    ), url(../images/colored-pencils.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.run-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.80)
    ), url(../images/run.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.reg-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.80)
    ), url(../images/black-girl-bubbles.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bubbles-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/bubbles.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kidbubbles-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/kid_bubbles.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.couch-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.80)
    ), url(../images/kids_on_couch.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



.blocks-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/blocks.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.crayon-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/crayons.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pinkChair-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/pink-chairs.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.books-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/book-stack.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}


.novels-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/novels.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}


.artStar-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.80)
    ), url(../images/art_star.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.tap-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/tap_shoes.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}



.hat-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/toddler_hat.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}



.paintHands-back {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.60),
      rgba(0, 0, 0, 0.80)
    ), url(../images/paint_hands.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}


.hoopBack {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.30)
    ), url(../images/children_playing_hulahoop.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}

.chairBack {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/chairs-classroom.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}


.mediaBack {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.3)
    ), url(../images/class_parachute.jpg);
	background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
}


.banner img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

/*-------------------------------------------------------------*/
/* Navigation */
.navWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
	display:inline-block;
	height: 68px;
	z-index: 998;
    /* background: #cdeaff; */
    background-image: linear-gradient(
      to right,
      #cdeaff,
      #FFFFFF
    );
}

.navWrapper a {
  color: #2f58a7;
  text-outline: 1px 1px #FFFFFF;
}

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

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

.logo a img{
	border: none;
	width: auto;
	height: 60px;
}

.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: 25px;
	width: 25px;
}

.menu{
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
  background: #2f58a7;
	color: #FFFFFF;
	z-index: 990;
	font-size: 1.4em;
	text-align: center;
	display: none;
	padding-top: 80px;
}

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

.menuOption{
	width: 100%;
	padding: 1% 0px;
	border-bottom: 2px solid #FFFFFF;
  text-align: left;
}

.menuOption a {
  margin-left: 20%;
}
.menuOption:hover a {
	color: #c10057;
  font-weight: bold;
}

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

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

.Social{
	display: block;
}
.Social a img {
	padding: 2% 10px;
	height: 45px;
	width: 45px;
}

.navbar { display: none; }

.selectedNav  {
	background: #FCEBFB;
}


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

  .navbar { display: block; }
  .navbar{
    width: auto;
    text-align: right;
    margin-right: 3%;
    margin-top: 20px;
  }
  .navbar a{
    text-decoration:none;
    padding: 0px 10px;
		color: #2f58a7;
    font-weight: bold;
  }
  .sub_menu {
    background: #FFFFFF;
  }

  .sub_menu a {
  }

  .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;
    text-align: left;
    padding: 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 {
    line-height: 30px;
  }

  ul#nav li {
    position: relative;
  }
  ul#nav li a:hover{
    color: #c10057;
  }

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

  ul#nav li ul.sub_menu li {
    width: 200px;
  }

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

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

}


.picBackMobileMenu {
    background-image: radial-gradient(
      circle at top right,
      rgba(97, 4, 74, 1),
      rgba(3, 72, 103, 0.85)
    );
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.subBack {

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


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

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


.mainWrapper{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50px;
  overflow:hidden;
}



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

.newPage-short {
  min-height: 30vh;
  width: 100%;
  overflow:hidden;
}
.newPage-blank {
  width: 100%;
  overflow:hidden;
}

.newPage-subTitle {
  min-height: 35vh;
  width: 100%;
  overflow:hidden;
}

.newPage-intro {
  width: 100%;
  overflow:hidden;
  position: relative;
}


.newPage-sub {
  height: 30vh;
  width: 100vw;
  overflow:hidden;
  position: relative;
  display: table;
}


.newPageTitle {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}



@media only screen and (min-width: 950px){
  .newPage {
    min-height: 65vh;
  }
  .newPageTitle {
    font-size: 2em;
  }
}



.fillContainer {
	width: 100%;
	height: 100%;
  margin: 20px 0px;
  padding: 20px 0px;
}

.fillContainer iframe {
  width: 90%;
  height: 100vh;
  border: none;
}

.titleWrapper {
	width: 100%;
	text-align:center;
}
.titleWrapper2 {
	width: 100%;
	text-align:center;
  margin-top: 10%;
}

.titleBlock {
  width: 80%;
  margin: 0 auto;
	text-align: center;
}

.titleHeader {
	font-size: 3em;
	font-weight: 800;
  color: #FFFFFF;
}

.titleCaption {
  display: inline-block;
	font-size: 1.5em;
	padding: 10px 0;
  color: #2f58a7;
  width: 80%;
  min-width: 450px;
}

.ttl {
  display: none;
}



/* info blocks */

.infoWrapper {
  width: 100%;
  text-align: center;
  margin: 10px 0px;
}

.infoBlock, .infoStaticBlock{
  display: inline-block;
	width: 75%;
	min-width: 225px;
  margin: 10px 5px;
  vertical-align: top;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
  font-family: 'Verdana', Sans-Serif;
}

.infoBlock:hover{
  box-shadow: inset 0px 0px 3px #2f58a7;
  cursor: pointer;
}

.infoBlock2,.infoBlock3 {
  display: inline-block;
	width: 90%;
	min-width: 225px;
  margin: 5px 5px;
  vertical-align: top;
  overflow: hidden;
  padding: 5px;
}

.infoBlock3 {
  text-align: left;
	min-width: 0px;
}

.infoBlock a {
  text-decoration: none;
}

.infoDesc ul {
  list-style: none;
  margin-top: -5px;
}


.infoPic{
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: bottom;
  overflow: hidden;
  padding: 5px;
}

.infoPic img {
  width: 120px;
  vertical-align: bottom;
  padding: 0 3px 0 3px;
}
.infoDesc{
  width: 100%;
}
.ttlTxt{
  padding: 15px 0px;
  font-family: 'Trebuchet MS';
  font-size: 1.5em;
}

.ttlTxtR{
  text-align: center;
  padding: 10px;
  font-family: 'ubuntu', 'Trebuchet MS', Sans-Serif;
  font-size: 1.5em;
  font-weight: bold;
}
.descTxt {
  text-align: left;
  padding: 15px;
  text-align: center;
}

.quoteWrap {
  width: 100%;
  text-align: center;
}
.quote {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}


.bigQuotes {
	font-size: 4em;
	color: #8BC53E;
	font-family: 'Trebuchet MS';
	line-height: 10px;
}

.softboxTrans {
  border-radius: 3px;
  background: rgba(255,255,255,0.5);
  padding: 10px;
}
.softboxTransp {
  border-radius: 3px;
  background: rgba(223, 120, 201, 0.5);
  padding: 10px;
  text-align: center;
}
.softboxTransg {
  border-radius: 3px;
  background: rgba(120, 223, 157, 0.5);
  padding: 10px;
  text-align: center;
}
.softboxTransy {
  border-radius: 3px;
  background: rgba(223, 223, 120, 0.5);
  padding: 10px;
  text-align: center;
}

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


.statement {
  display: inline-block;
  font-size: 1.2em;
  width: 90%;
  font-weight: bold;
  color: #31405d;
}
.statement2 {
  display: inline-block;
  font-size: 2em;
  width: 90%;
  font-weight: bold;
  color: #31405d;
}
@media only screen and (min-width: 950px){
  .statement {
    width: 55%;
    font-size: 1.4em;
  }
  .statement2 {
    width: 65%;
    font-size: 2.5em;
  }
}



/* section stuff */

.sectionAnchor {
  height: 50px;
}

.newSectionWrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}
.newSection {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  width: 99%;
}

.newSection img {
  display: inline-block;
  width: 150px;
  padding: 15px 5px;
}

.newSectionTitle {
  display: inline-block;
  position: relative;
  color: #333333;
  font-weight: bold;
  width: 100%;
  text-align: center;
}


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

  .newSection img {
    float: left;
    padding: 5px;
  }
  .newSectionTitle {
    padding-left: 20px;
    margin-top: 55px;
    float: left;
    width: auto;
  }
}




@media only screen and (min-width: 950px){
  .infoBlock2,.infoStaticBlock{
		width: 25%;
  }
  .infoBlock3{
		width: auto;
  }
  .infoBlock {
		width: 20%;
  }
}









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



.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;
  padding-bottom: 10px;
  border-bottom: solid thin #444;
}



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











.blue a {
	color: #2f58a7;
}

.green a {
	color: #5AB94F;
}

.greenLine{
	height: 3px;
	width: 40px;
	border-bottom: 2px solid #8BC53E;
	margin-bottom: 5px;
	vertical-align: top;
}


.whiteLine{
	height: 3px;
	width: 40px;
	border-bottom: 2px solid #FFFFFF;
	margin-bottom: 5px;
	vertical-align: top;
}

.goldLine{
	height: 3px;
	width: 40px;
	border-bottom: 2px solid #e39013;
	margin-bottom: 5px;
	vertical-align: top;
}

.blueLine{
	height: 3px;
  width: 50%;
	min-width: 350px;
	border-bottom: 3px solid #2f58a7;
	vertical-align: top;
	text-align: center;
  padding: 20px 0px;
}

@media only screen and (min-width: 900px){
  .blueLine{
  	text-align: left;
  }
}




.greenUnderline{
	border-bottom: 2px solid #8BC53E;
}

.blueUnderline{
	border-bottom: 2px solid #2f58a7;
}



/* ---------- Contact -------*/
.contactWrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}
.contactSection {
  display: inline-block;
  text-align: left;
  font-size: 1.1em;
}




.wideWrapper {
  width: 100%;
  margin: 0 auto;
}

.titlePos {
  margin-top: 9vh;
}

.largeTitle {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.8em;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 900px){
  .largeTitle {
    font-size: 1.1em;
  }
}



/* Services */

.servicesWrapper{
	background: #EFEFEF;
	width: 100%;
	height: auto;
	text-align:center;
	color: #555555;
	padding: 30px 0px;
}

.servicesBlock{
	display: inline-block;
	text-align:center;
	position: relative;
	margin: 0px 10px;
	width: 90%;
	min-width: 225px;
	vertical-align:top;
	height: auto;
	background: #FFFFFF;
}

.servicesBlock img {
	height: auto;
	width: 100%;
}

.servicesBlocktxt {
	padding: 0px 35px 25px 25px;
	font-size: 1.1em;
	text-align: left;
	color: #333333;
	line-height: 30px;
}

.servicesDesc {
  display: inline-block;
  width: 90%;
  color: #222222;
  text-align: left;
  padding: 15px 0;
  margin-top: 10px;
  font-family: 'Verdana', Sans-Serif;
  line-height: 25px;
  font-size: 0.9em;
}

.servicesDesc iframe {
  width: 100%;
  height: 100vh;
}
.servicesDesc a {
  text-decoration:none;
  color: #1D61B6;
}

.servicesDesc img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.servicesDesc .dropImg {
  display: inline-block;
  width: 100%;
	text-align:center;
}

.servicesDesc .dropImg img {
  width: 300px;
}

@media only screen and (min-width: 1278px){
	.servicesBlock {
		width: 25%;
		height: 650px;
	}
  .servicesDesc {
    width: 95%;
    font-size: 1em;
  }
}




/* ---------- posts stuff ------------- */
.postsWrapper{
	width: 100%;
	height: auto;
	text-align:center;
	color: #555555;
  padding-bottom: 50px;
  margin-top: 40px;
}

.postsBlock{
	display: inline-block;
	text-align:center;
	position: relative;
	margin: 2px 2px;
	width: 90%;
	min-width: 225px;
	vertical-align:top;
	height: auto;
	background: #FFFFFF;
  cursor: pointer;
}



.postsBlock img {
	height: auto;
	width: 100%;
  padding: 0px;
  box-shadow: 1px 1px 5px #999999;
}


.postsBlock img:hover {
  box-shadow: 1px 1px 5px #444444;
}

.postsBlocktxt {
	/* padding: 0px 15px; */
	font-size: 1.1em;
	text-align: left;
	color: #333333;
}

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



/* 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: 300px;
	height: 300px;
  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: 80%;
    min-height: 140px;
    text-align: left;
  }
  .profileTxtWrap {
    width: 70%;
    margin: 0px 0px 0px 15px;
    text-align: left;
  }
  .profileTitle {
    text-align: left;
  }
}




/* team stuff */


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

.teamMemberBlock{
  display: inline-block;
	width: 80%;
	min-width: 225px;
  margin: 10px 5px;
  vertical-align: top;
  overflow: hidden;
  /* cursor: pointer; */
}
.teamMemberBlock:hover {
  	border-bottom: 3px solid #007cb6;
}

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

.teamMemberPic img {
  width: 200px;
  height: 200px;
  vertical-align: bottom;
}
.teamMemberPic img:hover{
  opacity: 0.8;
}
.teamMemberBio{
  width: 100%;
  margin-top: 10px;
  display: none;
}
.nameTxt{
  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{
		width: 15%;
    padding: 0px 15px;
  }
}



.splashimg {
  display: inline-block;
  width: 22%;
  padding: 0px 10px;
}

@media only screen and (min-width: 950px){
  .splashimg {
    width: 150px;
    padding: 0px 5vw;
  }
}



/* 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 #AAAAAA;
  background: rgba(255,255,255,0.0);
  height: 40px;
  width: 92%;
  display: inline-block;
  padding-left: 2%;
  color: #333333;
}

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



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


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

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


.inputBlock .check {
  display: inline-block;
  text-align: left;
  float: left;
  padding-left: 3%;
  width: 100%;
  padding-bottom: 5px;
}

.checkTitle {
  font-weight: bold;
  text-align: left;
  padding-left: 3%;
}

@media only screen and (min-width: 950px){
  .inputBlock .check {
    width: 45%;
  }
}

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

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

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

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

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

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

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

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

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #666666 !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: #006298;
}





.connectButton {
  display: inline-block;
  margin: 20px 0px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  border: solid 1px #DDDDDD;
  background: #2f58a7;
    color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}

.connectButton:hover {
  background: #e39013;
}

.connectButton a {
  color: #FFFFFF;
}

.connectButton:hover a{
  color: #FFFFFF;
}

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




/* Footer classes */

.bottomWrapper
{
    position:relative; left: 0; width:100%; bottom: 0;
    height: auto;
    overflow: hidden;
    background: #E87915;
    background-attachment: fixed;
  	background: -webkit-radial-gradient(circle at top right, #2f58a7, #620559); /* Safari 5.1 to 6.0 */
  	background: -o-radial-gradient(circle at top right, #2f58a7, #620559); /* For Opera 11.6 to 12.0 */
  	background: -moz-radial-gradient(circle at top right, #2f58a7, #620559); /* For Firefox 3.6 to 15 */
  	background-image:
      radial-gradient(
        circle at top right,
        #2f58a7,
        #620559
      );
    text-align: center;
	color: #E4E4E4;
  padding: 10px 0px;
}

.bottomContainer{width:100%; height:auto; margin-top:30px; margin-bottom:30px; padding-bottom: 3px; }

.bottomContainer a img{
	text-decoration:none;
  border-style: hidden;
  padding: 5px 15px;
  height: 40px;
  weight: 40px;
}

.bottomlinks{display:inline-block;  text-align:left; padding: 10px 15px 15px 15px; clear: none; vertical-align: top; font-size: 0.9em;}

ul.bot {
    list-style-type: none;
	text-align:left;
	margin: 0; padding: 0;
}

ul a{
	text-decoration:none;
	color: #E4E4E4;
}

ul.bot a:hover{
	text-decoration:none;
	color: #1D61B6;
}

.bottomTitle {
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0px;
}

.bottomnav{text-align:center; padding-top:30px;}
.bottomnav a {
	text-decoration:none;
	padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 10px;
	font-family: 'Open_Sans', 'Trebuchet MS', Sans-Serif;
	font-size: 1em;
  color: #000000;
}

.bottomnav a:hover {
  text-decoration: underline;
}

.footer{font-family: "Times New Roman", Times, serif; font-size: small; padding-top:10px;}
.sectionWrapper .footer img {
  padding: 20px 0px;
  width: 150px;
}




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