
@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: '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 */
}

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


.exo {
  font-family: 'Exo';
}

body {
  background: #000000;
	font-family: 'Open_Sans', 'Trebuchet MS', Sans-Serif;
  color: #444444;
}

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


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

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


.mainWrapper{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
}






/*Navigation */

.navWrapper{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
	height: 50px;
	z-index: 2001;
  background: none;
}

.logo{
	display:inline-block;
	float: left;
	margin-left: 2%;
  margin-top: 1%;
	vertical-align: middle;
	text-align: center;
}

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

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


.menuCircle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 3px #DDDDDD;
  background: rgba(143, 143, 143, 0.4);
}
.menuCircle:hover {
  background: rgba(143, 143, 143, 1);
  -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;
}

.menu_icon{
	position: fixed;
	display:inline-block;
	float: right;
	right: 5%;
	width: 37px;
	text-align: center;
    cursor: pointer;
	z-index: 999;
	padding: 10px 0px;
  opacity: 0.7;
}

.menu_icon img{
	padding-top: 5px;
	width: 55px;
}


.menu_icon:hover {
  opacity: 1;
}

@media only screen and (min-width: 650px){
  .menu_icon{
	   right: 2%;
   }
}


.menu{
	position: fixed;
	width: 35%;
  min-width: 300px;
	top: 0;
	bottom: 0;
  right: 0;
	/* background: #FFFFFF; */
	background: #111111;
	color: #FFFFFF;
	z-index: 998;
	font-size: 1.4em;
	text-align: center;
	display: none;
	padding-top: 65px;
    overflow:hidden;
}


.menu .menuContent {
	height: 100%;
	overflow:auto;
	margin:15px -300px 15px 15px;
	padding-right:300px;
}

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

.menuOption{
	position: relative;
	display: inline-block;
	width: 100%;
	min-width: 315px;
	padding: 5px;
	overflow: hidden;
	cursor: pointer;
}

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


.menuOptionOutline {
  display: inline-block;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  /* border: solid 2px #FFFFFF;
  background: rgba(0, 0, 0, 0.4); */
}


.menuOptionOutline:hover {
background: rgba(255, 255, 255, 0.2);
}

.menuOptiontxt
{
  /* font-family: 'Exo'; */
  display: inline-block;
  width: 100%;
  font-size: 0.9em;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
}

.menuOption .boxShadow {
	box-shadow: 0px 2px 5px #333333;
}

.fadein {
	-webkit-filter: grayscale(40%);
	filter: gray;
	overflow: hidden;
}

.fadein:hover {
	-webkit-filter: none;
	filter: none;
}


.mSocial{
	position: relative;
	display: inline-block;
	margin: 0 auto;
  width: 100%;

}
.mSocial a img {
	padding: 15px 10px;
	height: 40px;
	width: 40px;
}


.mSocial a img:hover {
  -webkit-filter: opacity(30%); /* Safari */
  filter: opacity(30%);
}







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

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

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

.newPage-intro {
  margin-top: -60px;
  min-height: 70vh;
  width: 100%;
  overflow:hidden;
	border-bottom: 2px solid #5AB94F;
}


.fillContainerIntro {
	width: 100%;
	height: 100%;
	margin: 15vh 0px;
}

.fillContainer {
  position: relative;
	width: 100%;
	height: 100%;
	margin: 15vh 0px;
}






/* info blocks */

.infoWrapper{
  display: inline-block;
	width: 100%;
  margin: 10px 0;
  vertical-align: top;
  padding: 20px 5px;
  /* background: rgba(255, 255, 255, 0.9 ); */
}

.infoBlock, .infoBlock2 {
  display: inline-block;
  width: 90vw;
}

.infoBlock2 {
  margin-top: 20px;
}

.infoWrapper a {
  text-decoration: none;
}



.infoPic{
  width: 100%;
  height: auto;
  text-align: center;
}

.infoPic img {
  width: 70px;
  vertical-align: bottom;
  padding: 5px 0;
}
.infoDesc{
  width: 100%;
}


.ttlTxt{
  padding: 10px;
  font-family: 'ubuntu', 'Trebuchet MS', Sans-Serif;
  font-size: 1.2em;
  font-weight: bold;
}


.descTxt {
  display: inline-block;
  text-align: center;
  width: 95%;
}

.emph {
  text-decoration: underline;
  font-weight: bold;
  color: #007cb6;
}

.txtBlock {
  display: inline-block;
  width: 90%;
  margin-top: 13%;
}

@media only screen and (min-width: 950px){
  .infoBlock{
    display: inline-block;
    position: relative;
    font-size: 1em;
    width: 70vw;
  }
  .txtBlock {
    width: 100%;
    margin-top: 15%;
  }
  .descTxt {
    width: 80%;
  }


    .infoPic img {
      width: 70px;
    }
}



.merchBlock {
  display: inline-block;
  width: 350px;
  background: #917cbb;
  box-shadow: 3px 3px 5px #222222;
  margin: 20px 0px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.merchBlock:hover {
  background: #FFFFFF;
  opacity: 0.9;
}
.merchBlock img {
  width: 310px;
  height: auto;
  padding: 10px;
}
.merchBlockTxt {
  padding: 20px 0px;
  font-size: 1.3em;
  color: #FFFFFF;
  font-weight: bold;
  background: #1d0a45;
}



.downWrapper{
  display: block;
  position: relative;
  background: none;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.downPic{
  width: 100%;
  height: auto;
  text-align: center;
}

.downPic img {
  width: 60px;
  height: auto;
}


.workWrapper{
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  /* top: 6vh; */
	width: 100%;
  overflow: hidden;
  padding: 5px;
  /* background: rgba(255, 255, 255, 0.9 ); */
}


@media only screen and (min-width: 950px){
  .workWrapper{
    /* top: 6vh; */
  }
}

.workLink {
  color: #FFFFFF;
  text-decoration: none;
  line-height: 30px;
}


.slide img:hover {
  filter: brightness(60%);
      -webkit-filter: brightness(60%);
      -moz-filter: brightness(60%);
      -o-filter: brightness(60%);
      -ms-filter: brightness(60%);
}




.introWrapper {
	width: 100%;
  margin-top: 5%;
}

.introBlock, .introBlock2 {
  display: inline-block;
  position: relative;
  width: 80%;
  margin: 0 auto;
	text-align: center;
  padding: 45px 0px;
}

.introCaption {
	font-size: 1.5em;
	padding: 10px 5px;
  color: #FFFFFF;
  /* font-weight: bold; */
}

@media only screen and (min-width: 900px){
  .introBlock {
    width: 45%;
    margin-left: 8%;
    float: left;
    text-align: left;
  }
  .introBlock2 {
    margin-top: 5%;
    width: 25%;
  }
}


.introCircleBlock {
  display: inline-block;
  position: relative;
	text-align: center;
  margin: 3% 0;
}

.circleOutline {
  display: inline-block;
  width: 320px;
  height: 320px;
}

.circleOutline img {
  display: inline-block;
  width: 320px;
  height: 320px;
  box-shadow: 3px 3px 5px #222222;
      -moz-box-shadow: 3px 3px 5px #222222;
      -webkit-box-shadow: 3px 3px 5px #222222;
      -khtml-box-shadow: 3px 3px 5px #222222;
}


.circleTxt {
  vertical-align: middle;
  padding-top: 85px;
  height: 100%;
  width: 100%;
  font-size: 3.1em;
  /* font-weight: bold; */
	color: #FFFFFF;
  font-family: 'Exo';
}

.titleHeader {
	font-size: 2.6em;
  color: #FFFFFF;
}


@media only screen and (min-width: 950px){
  .titleHeader {
  	font-size: 3.6em;
  }
}
.connectButton {
  display: inline-block;
  margin: 20px 0px;
  height: 40px;
  padding: 5px;
  border-radius: 4px;
  /* background: #53833a; */
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px #BBBBBB;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
}
.connectButton:hover {
  background: #FFFFFF;
  color: #222222;
  font-weight: bold;
  border: solid 1px #222222;
}

.connectTxt {
  vertical-align: middle;
  font-size: 1.3em;
  line-height: 40px;
  padding: 0px 5px;
}




.listenButton {
  display: inline-block;
  margin: 5px 0px;
  height: 30px;
  width: 110px;
  padding: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: solid 1px #BBBBBB;
  color: #FFFFFF;
  cursor: pointer;
  text-align: left;
}
.listenButton img {
  width: 30px;
  vertical-align: top;
  padding-right: 5px;
}
.listenButton:hover {
  background: #FFFFFF;
  color: #222222;
  font-weight: bold;
  border: solid 1px #222222;
}

.listenTxt {
vertical-align: top;
  font-size: 1em;
  line-height: 30px;
  padding: 0px 5px;
}





.circleSectionBlock {
  display: block;
  position: relative;
  left: -40vh;
}



.circleSection {
  display: block;
  width: 80vh;
  height: 80vh;
  border-radius: 50%;
    background-image:  linear-gradient(
      rgba(0, 0, 0, 0.2),
      rgba(0, 124, 182, 0.50)
    ),  url(../images/internet_presence.png);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


@media only screen and (min-width: 900px){
  .circleSectionBlock {
    left: -30vh;
  }

  .circleSection {
    display: block;
    width: 100vh;
    height: 100vh;
  }
}


.beanSectionBlock {
  display: block;
  position: relative;
  right: -60vw;
  top: -30vh;
  -ms-transform: rotate(-15deg); /* IE 9 */
  -webkit-transform: rotate(-15deg); /* Safari 3-8 */
  transform: rotate(-15deg);
}

.beanSection {
  display: block;
  width: 400px;
  height: 800px;
  /* border: solid 3px #FFFFFF; */
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.2),
    rgba(0, 124, 182, 0.50)
  ), url(../images/preview.png);
  background-size: fill;
  /* background-position: left; */
  background-repeat: no-repeat;
  border-radius: 800px;
}



.arrowSectionBlock {
  display: block;
  position: relative;
  right: -45vw;
}

.arrowSection {
  display: block;
  width: 400px;
  height: 700px;
  /* border: solid 3px #FFFFFF; */
  background-image: url(../images/apple-desk-white.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 500px;
  -webkit-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  -ms-clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
  clip-path: polygon(40% 0%, 40% 20%, 100% 20%, 100% 80%, 40% 80%, 40% 100%, 0% 50%);
}



@media only screen and (min-width: 900px){
  .arrowSectionBlock {
    display: block;
    position: relative;
    right: -60vw;
  }
  .arrowSection {
    display: block;
    width: 100vh;
    height: 100vh;
  }
}




.cheveronSectionBlock {
  display: block;
  position: relative;
  left: -20vw;
}

.cheveronSection {
  display: block;
  width: 400px;
  height: 500px;
  /* border: solid 3px #FFFFFF; */
    background-image: linear-gradient(
      rgba(1, 26, 37, 0.75),
      rgba(0, 0, 0, 0.9)
    ), url(../images/mac_keyboard.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}



@media only screen and (min-width: 850px){
  .cheveronSectionBlock {
    left: -10vw;
  }


  .cheveronSection {
    display: block;
    width: 80vh;
    height: 80vh;
  }
}



.sectionBlock{
  display: inline-block;
	width: 95%;
	min-width: 225px;
  padding: 30px 0;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 900px){
  .sectionBlock{
    width: 45%;
  }
}



/*--------- video stuff ---------*/

.iframeVid iframe{
  width: 400px;
  height: 225px;
}

@media only screen and (min-width: 1300px){
  .iframeVid iframe{
    width: 560px;
    height: 315px;
  }
}






.blankdiv {
  min-height: 10vh;
}








/* Backgrounds */
.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background: #000000;
  text-align: center;
}
.splash img{
  margin-top: 30vh;
  width: 300px;
  height: 300px;
  opacity: 0.4;
}

.body-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}


.picBackMobileMenu {
    background-image: linear-gradient(
      rgba(1, 26, 37, 0.85),
      rgba(0, 0, 0, 1)
    ), url(../images/speech.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.backFill-0 {
    background-image: linear-gradient(
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.60)
    ), url(../images/ukraine-mood-train.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.backFill-00 {
	/* background: #2C62A8;
  background-attachment: fixed;
  background: -webkit-radial-gradient(circle at top right, #2C62A8, #19094b);
  background: -o-radial-gradient(circle at top right, #2C62A8, #19094b);
  background: -moz-radial-gradient(circle at top right, #2C62A8, #19094b);
  background-image:
    radial-gradient(
      circle at top right,
      #2C62A8,
      #19094b
    ), url(../images/debate-1.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */


  background-image: radial-gradient(
    circle at top right,
    rgba(6, 22, 42, 0.9),
    rgba(4, 2, 26, 1)
  ), url(../images/debate-1.jpg);
  background-size: cover;
  background-position: center center
}

.backFill-1 {
  background: #FFFFFF;
  /* background-image: radial-gradient(
    circle at top left,
    rgba(0, 0, 0, 0.80),
    rgba(30, 10, 68, 0.9)
  );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
}

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

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

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


.backFill-5 {
  background: #1f0247;
  background-attachment: fixed;
  background: -webkit-radial-gradient(circle at top right, #140247, #79294b); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(circle at top right, #140247, #79294b); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle at top right, #140247, #79294b); /* For Firefox 3.6 to 15 */
  background-image:
    radial-gradient(
      circle at top right,
      #140247,
      #79294b
    );
}

.backFill-6 {
    background-image: linear-gradient(
      rgba(255,255,255, 1),
      rgba(214, 214, 214, 1)
    );
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.backFill-7 {
    background-image: linear-gradient(
      rgba(255,255,255, 1),
      rgba(151, 175, 198, 1)
    );
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.backFill-2 {
    background-image: linear-gradient(
      rgba(1, 26, 37, 0.85),
      rgba(0, 0, 0, 1)
    ), url(../images/speech.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.backFill-x {
  background: #ff7e06;
  background-attachment: fixed;
  background: -webkit-radial-gradient(ellipse at bottom, #ffc894, #ff7e06); /* Safari 5.1 to 6.0 */
  background: -o-radial-gradient(ellipse at bottom, #ffc894, #ff7e06); /* For Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(ellipse at bottom, #ffc894, #ff7e06); /* For Firefox 3.6 to 15 */
  background-image:
    radial-gradient(
      ellipse at bottom,
      #ffc894,
      #ff7e06
    );
}








/*-------------------------------------------------------------*/
/* Form Stuff */



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

.inputWrap {
  width: 90%;
  margin: 0 auto;
	text-align: center;
}

.inputBlock {
  width: 90%;
	padding: 5px 0px;
  margin: 0 auto;
	text-align: center;
}
.userInput{
    font-size: 1em;
    color: #FFFFFF;
    border: none;
    border: solid 1px #AAAAAA;
	background: rgba(0,0,0,0.2);
  height: 40px;
  width: 100%;
  min-width: 300px;
  display: inline-block;
  padding-left: 15px;
}
.userInput:hover{
background: rgba(103, 103, 103, 0.4);
}

.bigTextBox
{
    height: 130px;
}

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

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

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

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

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

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

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

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

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

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

.owneronly, .tenantonly {
  display: none;
}

.submitButton{
	padding: 10px;
	margin: 10px 0px;
	border: none;
	display: inline-block;
	color: #000000;
	background: #FFFFFF ;
	font-size: 1.1em;
  border-radius: 4px;
	cursor: pointer;
  opacity: 1;
}


.submitButton:hover{
	color: #FFFFFF;
	background: #53833a;
}


.submitButtonOff{
	padding: 10px;
	margin: 10px 0px;
	border: none;
	display: inline-block;
	color: #000000;
	background: #FFFFFF ;
	font-size: 1.1em;
  border-radius: 4px;
	cursor: pointer;
  opacity: 0.3;
}


.leftTxt {
    text-align: left;
}

.centerTxt {
    text-align: center;
}

@media only screen and (min-width: 950px){
  .userInput {
    width: 25vw;
  }
  .inputWrap {
    width: 35%;
  }
}








.txtGrey {
	color: #333333;
}

.colorGrey {
	color: #333333;
}


/* media blocks */

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

.mediaBlock{
  position: relative;
  display: inline-block;
  color: #FFFFFF;
	width: 96%;
	min-width: 225px;
  margin: 10px 10px;
  vertical-align: top;
  font-size: 0.9em;
}



/* .mediaBlock:hover {
  background: #EFEFEF;
} */

.mediaBlock a {
  text-decoration: none;
}
.mediaBlock a img{
  width: 98%;
  cursor: pointer;
  box-shadow: 3px 3px 5px #222222;
      -moz-box-shadow: 3px 3px 5px #222222;
      -webkit-box-shadow: 3px 3px 5px #222222;
      -khtml-box-shadow: 3px 3px 5px #222222;
}


.mediaBlock img{
  width: 90%;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 3px 3px 5px #222222;
      -moz-box-shadow: 3px 3px 5px #222222;
      -webkit-box-shadow: 3px 3px 5px #222222;
      -khtml-box-shadow: 3px 3px 5px #222222;
}

.mediaDesc{
  width: 100%;
}

.mediaDescTxtWrapper {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  right: 0;
  top: 80%;
}


.mediaTitleTxt  {
  display: inline-block;
  text-decoration: none;
  margin: 10px 0px;
  font-size: 1.5em;
  width: 90%;
  text-align: left;
  color: #333333;
  font-family: 'Verdana', Sans-Serif;
  cursor: pointer;
}

.mediaTitleTxt:hover {
  color: #777777;
}

.mediaDescTxt {
  position: relative;
  display: inline-block;
  margin: 10px 0px;
  width: 90%;
	height: auto;
  color: #555555;
  text-align: left;
}



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




.mediaButton {
  display: inline-block;
  margin: 10px 0px;
	width: 90px;
  padding: 5px;
  border-radius: 3px;
  background: #3d308c;
  /* background: rgba(0, 124, 182, 0.69); */
  border: solid 1px #BBBBBB;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
}
.mediaButton:hover {
  background: #000000;
}























/* Footer classes */
.footerWrapper{
	position: relative;
	bottom: 0;
	left: 0;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
    overflow: hidden;
	background: #000000;
	color: #888888;
	padding-top: 20px;
}

.bottomnav{
	width: 100%;
	text-align:center;
	padding-top:10px;
}
.bottomnav a {
	text-decoration:none;
	padding-right: 10px; padding-left: 10px; padding-top: 10px; padding-bottom: 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;
}
@media only screen and (min-width: 900px){
	.footertitles{
		margin: 10px 10px;
	}
	.footerWrapper{
		padding-top: 0px;
	}
}

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