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

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

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

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Exo', 'Trebuchet MS', Sans-Serif;
  color: #202020;
  /* background: #FFFFFF;
  background-image: linear-gradient(
    rgba(255,255,255, 0.8),
    rgba(255,255,255, 0.8)
  ), url(../images/circuit-pattern-000788.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; */
  /* background-attachment: fixed; */
}


.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;
  overflow: hidden;
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*Navigation classes */

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


@media only screen and (min-width: 750px){
  .logo a img{
  	height: 100px;
  }
}


.menu_icon{
	position: fixed;
	display:inline-block;
	float: right;
	right: 5%;
	width: 57px;
	text-align: center;
    cursor: pointer;
	z-index: 999;
	padding: 10px 0px;
  opacity: 0.6;
}
.menu_icon img{
	padding-top: 5px;
	width: 100%;
  transform: translate(0%, 35%);
}
.menu_icon:hover {
  opacity: 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;
}

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


.menu{
  position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #DFD3CC;
	z-index: 990;
	font-size: 1em;
	text-align: center;
	display: none;
	padding-top: 120px;
}


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

.menuContent {
  padding-top: 2%;
}

.menuOption, .menuOptionContact {
  display: inline-block;
  width: 45%;
	margin: 20px 0px;
  text-align: left;
	cursor: pointer;
}

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

.menuOptionOutline {
  text-align: center;
}

.menuOptionOutline:hover {
  border-left: solid 4px #DFD3CC;
}

.menuOptiontxt
{
  font-family: 'Exo';
  display: inline-block;
  width: 100%;
  font-size: 1.5em;
  color: #DFD3CC;
  text-align: left;
  margin-left: 10px;
}


@media only screen and (min-width: 650px){
  .menuOptiontxt
  {
    font-size: 3em;
    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 .mSocialFoot {
	position: relative;
	display: inline-block;
	height: 12%;
  float: left;
}
.mSocialFoot {
  float: none;
}
.mSocial a img {
	padding: 2% 10px;
	height: 50px;
	width: 50px;
}


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





/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* Background classes */

.splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background: #202020;
  text-align: center;
}
.splash img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60vw;
  height: auto;
  opacity: 0.4;
}
@media only screen and (min-width: 750px){
  .splash img{
    width: auto;
    height: 60vh;
  }
}

.picBackMobileMenu {
  background: #202020;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, #444444, #202020); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, #444444, #202020); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, #444444, #202020); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      rgba(68, 68, 68, 0.94),
      rgba(32, 32, 32, 0.94)
    ), url(../images/circuit-pattern-99876.png);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

@supports (-webkit-touch-callout: none) {
  /* iOS-specific styles here */
  .picBackMobileMenu {
    background-attachment: scroll;
  }
}

.backFill-content {
    background: #DFD3CC;
    background-image: linear-gradient(
      at left top,
      rgba(223,211,204, 1),
      rgba(223,211,204, 1)
    ), url(../images/circuit-pattern-00076.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.backFill-0 {
    background: #DFD3CC;
    background-image: radial-gradient(
      at left top,
      rgba(223,211,204, 1),
      rgba(223,211,204, 0.97),
      rgba(223,211,204, 0.9),
      rgba(223,211,204, 0.5),
      rgba(223,211,204, 0.3)
    ), url(../images/circuit-pattern-99876.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.backFill-subpage {
  background: #A3AF9A;
  background-image: linear-gradient(
    to right,
    rgb(163, 175, 154, 0.99),
    rgb(163, 175, 154, 0.9)
  ), url(../images/circuit-pattern-000788.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.backFill-youtube {
  background: #FFFFFF;
  background-image: linear-gradient(
    rgba(255,255,255, 0.8),
    rgba(255,255,255, 0.8)
  ), url(../images/circuit-pattern-000788.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.backFill-modal {
  background: #FFFFFF;
  background-image: linear-gradient(
    rgba(255,255,255, 0.95),
    rgba(255,255,255, 0.95)
  ), url(../images/circuit-pattern-000788.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.backFill-1 {
  background: #A3AF9A;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.backFill-2 {
  background: linear-gradient(90deg, #202020 60%, #A3AF9A 60%);
  /* background: #A3AF9A; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.backFill-x2 {
  background: #202020;
  background-image: linear-gradient(
    rgba(32,32,32, 0.8),
    rgba(32,32,32, 0.8)
  ), url(../images/capacitors-circuit.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  /* iOS-specific styles here */
  .backFill-x2 {
    background-attachment: scroll;
  }
}

.backFill-x3 {
  background: #202020;
  background-image: linear-gradient(
    rgba(32,32,32, 0.7),
    rgba(32,32,32, 0.7)
  ), url(../images/board-electronics.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.backFill-x4 {
  background: #202020;
  background-image: linear-gradient(
    rgba(32,32,32, 0.9),
    rgba(32,32,32, 0.9)
  ), url(../images/motherboard-88.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  /* iOS-specific styles here */
  .backFill-x4 {
    background-attachment: scroll;
  }
}
.backFill-ben {
  background: #DFD3CC;
  background-image: linear-gradient(
    rgba(32,32,32, 0.5),
    rgba(32,32,32, 0.5)
  ), url(../images/benfrazier.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.backfill-cir {
  background-image: linear-gradient(
    rgba(255,255,255, 0.92),
    rgba(255,255,255, 0.92)
  ), url(../images/grid.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.backFill-comm, .backFill-comm2 {
  background: #202020;
  background-image: linear-gradient(
    rgba(32,32,32, 0.3),
    rgba(32,32,32, 0.3)
  ), url(../images/comm-0986.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@supports (-webkit-touch-callout: none) {
  /* iOS-specific styles here */
  .backFill-comm {
    background-attachment: scroll;
  }
  .backFill-comm2 {
    background-attachment: scroll;
    background-position: left bottom;
  }
}

.picBackH2 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/computer-board-electronics-solder-joints.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.picBackH2-x {
    background-image: linear-gradient(
      to bottom,
        rgba(32,32,32, 0.7),
        rgba(32,32,32, 0.7)
    ), url(../images/computer-board-electronics-solder-joints.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.picBackH3 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/source-code.jpg);
	  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackVax {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/hero_image-s.jpg);
	  background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
.picBackDirect {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/armani-002.jpg);
	  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackKen {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/ken-knight-42.jpg);
	  background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.picBackDuval {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/duvaldeltracker-2.jpg);
	  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.picBackLCT {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/I_Dream_To_See_-_AParker.jpg);
	  background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.picBackLCT-x {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/I_Dream_To_See_-_AParker.jpg);
	  background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@supports (-webkit-touch-callout: none) {
  /* iOS-specific styles here */
  .picBackLCT-x {
    background-attachment: scroll;
  }
}

.picBackBiden {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/biden-president-inauguration.jpg);
	  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.picBackAv {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/avatar.jpg);
	  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.picBackCO {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/conwunli-1713544761535.jpg);
	  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.picBackObi {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/obi.jpg);
	  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.picBackDavie {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/davie.jpg);
	  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.picBackDan {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/daniel-u.jpg);
	  background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.back-white {
  background: #FFFFFF;
}
.back-coal {
  background: #202020;
}
.back-nude {
  background: #DFD3CC;
}
.back-green {
  background: #A3AF9A;
}
.back-mud {
  background: #9B7762;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* text classes */
.txt-white {
  color: #FFFFFF;
}
.txt-coal {
  color: #202020;
}
.txt-nude {
  color: #DFD3CC;
}
.txt-green {
  color: #A3AF9A;
}
.txt-mud {
  color: #9B7762;
}





/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* animation classes*/

@keyframes scroll-left {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.integrationsContainer {
	width: 100%;
	height: 100%;
	margin: 50px 0px;
  overflow: hidden;
}
.integrations {
  width: 400vw;
  transform: translateX(100%);
  animation: scroll-left 60s linear infinite;
}
.intImg {
  display: inline-block;
  height: 35px;
  padding: 20px;
  float: left;
}
.intImg img {
  height: 100%;
}


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





.slowSlide {
  -webkit-animation: backgroundScroll 35s linear 1;
-webkit-animation-fill-mode: forwards;
animation: backgroundScroll 35s linear 1;
animation-fill-mode: forwards;
}


@media only screen and (min-width: 950px){
  .slowSlide {
    -webkit-animation: backgroundScroll 55s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation: backgroundScroll 55s linear 1;
  animation-fill-mode: forwards;
  }
}

@-webkit-keyframes backgroundScroll {
from {background-position: center center;}
to {background-position: -180px 0px;}}




.gently {
  animation: toanfro 25s linear infinite;
  -webkit-animation: toanfro 25s linear infinite;
}

@-webkit-keyframes toanfro {
  0% {
      scale: 100%;
      background-position: center center;
    }
    50% {
      /* scale: 105%; */
      background-position: -180px 0px;
    }
    100% {
      scale: 100%;
      background-position: center center;
    }
}


/* @keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
} */


.image-popup-vertical-fit {
  position: absolute;
  height: 30vh;
  transform: translateX(100%);
  /* Animate to the left */
  animation: scroll-left 20s linear infinite;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* page content classes*/

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


@media only screen and (min-width: 950px ){
  .newPage-intro {
    /* height: 85vh; */
    overflow:hidden;
  }
}
.newPage-short {
  min-height: 70vh;
  width: 100%;
  overflow:hidden;
}

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

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


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

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

.fillContainer-section-title h2 {
  font-family: 'italiana';
  font-size: 2.2em;
  margin: 15px;
  text-align: center;
  font-weight: bold;
}
.fillContainer-section-line {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 4px solid #202020;
  width: 200px;
}

.fillContainer-section-txt  {
  font-family: 'Exo';
  font-size: 1.2em;
  margin: 15px;
  text-align: center;
  /* font-weight: bold; */
}

@media only screen and (min-width: 950px ){
  .fillContainer-section-title h2 {
    font-size: 3.3em;
  }
  .fillContainer-section-txt  {
    font-size: 1.8em;
  }
}




.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;
  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;
  border-radius: 50%;
  border: solid 3px #888888;
  background: rgba(255, 255, 255, 0.2);
}


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

.introCloud {
  display: inline-block;
  position: relative;
	text-align: center;
  margin: 0 auto;
  width: 90%;
}
.introCloud img {
  display: inline-block;
  width: 100%;
  max-height: 80vh;
}

@media only screen and (min-width: 800px){
  .introCloud {
    width: 45%;
  }
  .introCloud img {
    display: inline-block;
    width: 80%;
  }
}

.titleHeader {
	font-size: 3.6em;
  font-weight: bold;
  font-family: 'italiana', serif;
  margin-bottom: 20px;
}
.subTitleHeader h1 {
	font-size: 2.6em;
  font-weight: bold;
  font-family: 'italiana', serif;
  margin-bottom: 20px;
}

@media only screen and (min-width: 900px){
  .titleHeader {
  	font-size: 6.6em;
    margin-bottom: 0px;
  }
  .subTitleHeader h1 {
  	font-size: 3.6em;
    margin-bottom: 0px;
  }
}

.connectButton {
  display: inline-block;
  margin: 20px 0px;
	min-width: 150px;
  height: 40px;
  padding: 5px 20px;
  border-radius: 4px;
  border: solid 1px #DFD3CC;
  background: #A3AF9A;
  color: #202020;
  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: #FFFFFF;
  color: #202020;
}

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


.connectButton2 {
  display: inline-block;
  margin: 20px 0px;
	width: 150px;
  height: 40px;
  padding: 5px;
  border-radius: 4px;
  border: solid 1px #A3AF9A;
  background: #DFD3CC;
  color: #202020;
  cursor: pointer;
  text-align: center;
}
.connectButton2:hover {
  background: #202020;
  color: #DFD3CC;
}






/*----------------------*/
/* subpage */

.subpage-container {
  width: 100%;
	margin: 100px 0px 40px 0px;
}

.subpage-header {
  display: inline-block;
  width: 100%;
  padding: 40px 0px;
  float: left;
}

.subpage-title h1 {
  font-size: 1.5em;
  font-family: 'italiana';
}
.subpage-line {
  margin: 10px 0px;
  height: 1px;
  width: 90%;
}

.subpage-txt {
  width: 85%;
  margin: 0 auto;
  text-align: left;
}
.subpage-txt p {
  font-size: 1.2em;
  line-height: 25px;
}
.subpage-txt-category {
  font-size: 0.9em;
  width: auto;
  display: inline-block;
  padding: 2px 5px;
}

@media only screen and (min-width: 950px ) {
  .subpage-header {
    width: 70%;
  }
  .subpage-title h1 {
    font-size: 2em;
  }
  .subpage-line {
    height: 2px;
  }
  .subpage-txt {
    width: 65%;
  }
}




/*----------------------*/
/* case */
.case-wrapper {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 40px;
}

.case-pic {
  margin: 20px 0px;
  max-height: 450px;
  overflow: hidden;
}
.case-pic img {
  width: 100%;
}

.case-txt {
  font-size: 1.1em;
  text-align: left;
  line-height: 25px;
}
.case-heading {
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
}

@media only screen and (min-width: 950px ) {
  .case-wrapper {
    width: 65%;
    max-width: 900px;
  }
  .case-pic img {
    width: 90%;
  }

  .case-heading {
    font-size: 1.3em;
  }
  .case-txt {
    font-size: 1.1em;
    text-align: left;
    line-height: 30px;
  }
}













/*-------------------------------------------------------------*/
/* mission */
.missionBlockContainer {
  vertical-align: top;
  text-align: center;
}
.missionBlock {
  display: inline-block;
  width: 90%;
}

.missionTitle h3 {
  font-family: 'italiana';
  font-size: 1.5em;
  margin: 10px 0px;
  width: 95%;
}


@media only screen and (min-width: 950px ){
  .missionBlock {
    width: 80%;
  }
  .missionTitle h3 {
    font-family: 'italiana';
    font-size: 2.2em;
    width: 90%;
  }
}


/*-------------------------------------------------------------*/
/* cdx */
.cdxBlockContainer {
  padding: 40px 0px;
  vertical-align: top;
  text-align: center;
}
.cdxBlock {
  display: inline-block;
  height: auto;
  margin: 25px 0px;
  vertical-align: top;
  border-radius: none;
  overflow: hidden;
  box-shadow: none;
}

.cdxTextContainer {
  width: 100%;
}
.cdxTextContent {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.cdxTitle h3 {
  font-family: 'italiana';
  font-size: 2.2em;
  margin: 20px 0px;
  text-align: left;
  font-weight: bold;
}

.cdxTxt {
  font-size: 1.2em;
  text-align: left;
  line-height: 30px;
}

.cdxImg img {
  width: 90%;
}

.cdxBlockPic {
  width: 100%;
  height: 250px;
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 950px ){
  .cdxBlock {
    width: 40%;
    margin: 25px 10px;
    min-height: 550px;
    border-radius: 4px 4px;
    box-shadow: 1px 1px 4px 1px #DDDDDD;
  }
  .cdxImg img {
    width: 80%;
  }
  .cdxTextContent {
    width: 90%;
  }
  .cdxTxt {
    text-align: justify;
  }
}





/*-------------------------------------------------------------*/
/* cdChip */

.cdChip-container {
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 40px 0px;
}

.cdChip-block {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 40%;
  height: auto;
  margin: 10px;
  border-radius: 5px;
}
.cdChip-block-contents {
  width: 100%;
  text-align: left;
}
.cdChip-pic {
  width: 55px;
  vertical-align: bottom;
  padding: 15px 5px 5px 0px;
}
.cdChip-txt {
  display: inline-block;
  width: 95%;
  font-size: 1.4em;
  font-weight: bold;
}
.cdChip-line {
  margin: 10px 0px;
  border-bottom: 2px solid #A3AF9A;
  width: 30%;
}
@media only screen and (min-width: 950px ){
  .cdChip-block {
    width: 20%;
    min-height: 150px;
    margin: 0 15px;
  }
  .cdChip-pic {
    width: 70px;
  }
}


/*-------------------------------------------------------------*/
/* cdxChip */

.cdxChip-container {
  width: 100%;
  vertical-align: top;
  text-align: center;
  padding: 40px 0px 10px 0px;
}

.cdxChip-block {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 40%;
  height: auto;
  margin: 10px;
  border-radius: 5px;
}
.cdxChip-block-contents {
  width: 100%;
  text-align: left;
}
.cdxChip-pic {
  height: 50px;
  width: auto;
  vertical-align: bottom;
  padding: 15px 5px 5px 0px;
}
.cdxChip-txt {
  display: inline-block;
  width: 95%;
  font-size: 1.1em;
  font-weight: bold;
}
.cdxChip-line {
  margin: 10px 0px;
  height: 3px;
  width: 30%;
}
@media only screen and (min-width: 950px ){
  .cdxChip-block {
    width: 20%;
    min-height: 180px;
    margin: 0 15px;
  }
  .cdxChip-pic {
    height: 60px;
    width: auto;
  }
}


/*-------------------------------------------------------------*/
/* cdwGrid */

.cdwGrid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px 0px;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
.cdwGridTitle h3 {
  font-family: 'italiana';
  font-size: 2.1em;
  margin: 0px 0px;
  text-align: left;
  font-weight: bold;
}
.cdwGrid img {
  width: 100%;
}
.cdwGrid-pic {
  grid-column: 1 / -1;
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  margin-bottom: 20px;
  align-self: center;
}
.cdwGrid-content {
  z-index: 10;
  grid-column: 1 / -1;
  width: 100%;
  border-radius: none;
  padding: 40px 0px;
}
.cdwGrid-txt {
  width: 85%;
  margin: 0 auto;
  text-align: justify;
}
.cdwGrid-txt {
  font-size: 1.1em;
  line-height: 25px;
}

@media only screen and (min-width: 1100px ){
  .cdwGrid-pic, .cdwGrid-content {
    grid-row: 1 / 2;
  }
  .cdwGrid-pic {
      grid-column: 6 / -1;
  }
  .cdwGrid-content {
      grid-column: 1 / span 5;
      width: 85%;
      border-radius: 5px;
      align-self: center;
      justify-self: center;
  }
}



/*-------------------------------------------------------------*/
/* cdxGrid */

.cdxGrid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 20px 0px;
  width: 100%;
  height: 100%;
  padding: 40px 0;
}
.cdxGridTitle h3 {
  font-family: 'italiana';
  font-size: 2.1em;
  margin: 0px 0px;
  text-align: left;
  font-weight: bold;
}
.cdxGrid img {
  width: 100%;
}
.cdxGrid-pic {
  grid-column: 1 / -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cdxGrid-content {
  z-index: 10;
  grid-column: 1 / -1;
  width: 100%;
  border-radius: none;
  padding: 40px 0px;
}
.cdxGrid-txt {
  width: 85%;
  margin: 0 auto;
  text-align: justify;
}

@media only screen and (min-width: 1100px ){
  .cdxGrid-pic, .cdxGrid-content {
    grid-row: 1 / 2;
  }
  .cdxGrid-pic {
    grid-column: 1 / 7;
  }
  .cdxGrid-content {
      grid-column: 5 / span 5;
      width: 90%;
      border-radius: 5px;
      justify-self: end;
  }
}


/*-------------------------------------------------------------*/
/* cdyGrid */

.cdyGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0px;
  width: 100%;
  height: 100%;
}
.cdyGridTitle h3 {
  font-family: 'italiana';
  font-size: 2.1em;
  margin: 0px 0px;
  text-align: left;
  font-weight: bold;
}
.item {
  width: 100%;
}
.cdyGrid img {
  width: 100%;
}
.cdyGrid-pic {
  grid-column: 1 / -1;
  height: 100%;
  object-fit: fill;
}
.cdyGrid-content {
  grid-column: 1 / -1;
  padding: 40px 0px;
}
.cdyGrid-txt {
  width: 85%;
  margin: 0 auto;
  text-align: justify;
}

@media only screen and (min-width: 950px ){
  .cdyGrid-pic {
    height: 100%;
  }
  .cdyGrid-content {
    padding: 40px 0px;
    align-self: center;
    justify-self: end;
  }
  .cdyGrid-one {
    grid-column: 1;
  }
  .cdyGrid-two {
    grid-column: 2;
  }
}





/*----------------------*/
/* comm */

.split-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.split-title h3 {
  font-family: 'italiana';
  font-size: 2.1em;
  margin: 0px 0px;
  text-align: left;
  font-weight: bold;
}

.split-line {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #202020;
  width: 100px;
}

.split-pic {
  grid-column: 1 / -1;
  height: 100%;
  min-height: 50vh;
  object-fit: fill;
}
.split-contents {
  grid-column: 1 / -1;
  padding: 40px 0px;
}

.split-txt {
  width: 85%;
  margin: 0 auto;
  text-align: justify;
}
.split-txt p {
  font-size: 1.1em;
  line-height: 25px;
}

.o-one {
  order: 1;
}
.o-two {
  order: 0;
}

@media only screen and (min-width: 950px ){
  .split-pic, .split-contents {
    grid-row: 1 / 2;
  }
  .split-pic {
    grid-column: 1;
    min-height: 0px;
    object-fit: cover;
  }

  .split-contents {
    grid-column: 2;
  }

  .split-one {
    grid-column: 1;
  }
  .split-two {
    grid-column: 2;
  }
}


/*-------------------------------------------------------------*/
/* cdQuad */

.cdQuad-container {
  width: 100%;
  vertical-align: top;
  text-align: center;
  margin: 20px 0px 0px 0px;
}

.cdQuad-block {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 45%;
  min-height: 220px;
  border-radius: 3px;
  margin: 5px 0px;
  padding-bottom: 20px;
}
.cdQuad-block-contents {
  width: 90%;
  min-height: 200px;
  text-align: left;
  margin: 0 auto;
  padding-left: 5px;
  font-size: 0.9em;
}
.cdQuad-block img {
  height: 35px;
  width: auto;
  vertical-align: bottom;
  padding: 15px 5px 5px 0px;
}
.cdQuad-txt {
  display: inline-block;
  width: 95%;
  font-size: 1.1em;
  font-weight: bold;
}
.cdQuad-line {
  margin: 10px 0px;
  border-bottom: 2px solid #A3AF9A;
  width: 30%;
}

@media only screen and (min-width: 1100px ){
  .cdQuad-block {
    width: 45%;
    margin: 10px;
    height: 230px;
    font-size: 1.2em;
  }
  .cdQuad-block-contents {
    width: 85%;
  }
}





/*-------------------------------------------------------------*/
/* caseThumb */
.caseThumbBlockContainer {
  padding: 40px 0px;
  vertical-align: top;
  text-align: center;
}
.caseThumbBlock {
  display: inline-block;
  margin: 25px 0px;
  vertical-align: top;
  overflow: hidden;
  height: auto;
  cursor: pointer;
}

.caseThumbBlock:hover {
  border-bottom: 3px solid #A3AF9A;
}

.caseThumbTextContainer {
  width: 100%;
}
.caseThumbTextContent {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.caseThumbTitle {
  font-size: 0.8em;
  margin: 15px 0px;
  text-align: left;
  font-weight: bold;
}

a .caseThumbTxt {
  text-decoration: inherit;
  color: #202020;
}
.caseThumbTxt {
  font-family: 'italiana';
  font-size: 1.3em;
  text-align: left;
  font-weight: bold;
}

.caseThumbImg img {
  width: 90%;
}

.caseThumbBlockPic {
  width: 100%;
  height: 350px;
  text-align: center;
  overflow: hidden;
}
.caseThumbBlockPic:hover {
  opacity: 0.9;
}

.caseThumb-line {
  margin: 10px 0px;
  height: 3px;
  width: 30%;
}

@media only screen and (min-width: 850px ){
  .caseThumbBlock {
    width: 25%;
    margin: 25px 10px;
  }
  .caseThumbImg img {
    width: 80%;
  }
  .caseThumbTextContent {
    width: 98%;
  }
}




/*-------------------------------------------------------------*/
/* leader */
.leaderBlockContainer {
  padding: 40px 0px;
  vertical-align: top;
  text-align: center;
}
.leaderBlock {
  display: inline-block;
  margin: 25px 0px;
  vertical-align: top;
  border-radius: none;
  overflow: hidden;
  height: auto;
  width: 70%;
  min-width: 200px;
  max-width: 300px;
}

.leaderTextContainer {
  width: 100%;
}
.leaderTextContent {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.leaderTitle {
  font-size: 0.8em;
  margin: 10px 0px 5px 0px;
  text-align: left;
  font-weight: bold;
}

.leaderTxt {
  /* font-family: 'italiana'; */
  font-size: 1em;
  text-align: left;
  font-weight: bold;
}

.leaderImg img {
  width: 90%;
  border-radius: none;
}

.leaderBlockPic {
  width: 100%;
  height: 250px;
  text-align: center;
  overflow: hidden;
}
.leaderBlockPic:hover {
  opacity: 0.9;
}

.leader-line {
  margin: 5px 0px;
  height: 3px;
  width: 30%;
}
.leaderLinkedIn {
  display: inline-block;
  width: 30px;
  float: left;
  margin: 10px 0px;
}
.leaderLinkedIn:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 950px ){
  .leaderBlock {
    width: 15%;
    margin: 25px 10px;
    border-radius: 8px 8px 0px 0px;
  }
  .leaderImg img {
    width: 80%;
  }
  .leaderTextContent {
    width: 98%;
  }
}




































/* ajax loader stuff */


.loaderWrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  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: #A3AF9A;
  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);
  }
}







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

.video-background {
  position: relative;
  min-width: 100%;
  overflow: hidden;
  background-image: linear-gradient(
    rgb(32, 32, 32, 0.5),
    rgb(32, 32, 32, 0.5)
  );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.picbackVid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(
    to bottom,
      rgb(32, 32, 32, 0),
      rgb(32, 32, 32, 0)
  ), url(../images/cddigital-circuit-ss.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -2;
}


@media only screen and (min-width: 950px ){
  .video-background {
    background-image: linear-gradient(
      rgb(32, 32, 32, 0.85),
      rgb(32, 32, 32, 0.85)
    );
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.video-background video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
  z-index: -1;
  min-width: 100%;
}

.video-overlay {
  position: relative;
  width: 100%;
}





/* section stuff */

.sectionBlockContainer {
  padding: 30px 0px;
}
.sectionBlock {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 25px 0px;
  vertical-align: top;
}
@media only screen and (min-width: 950px ){
  .sectionBlock {
    width: 30%;
    vertical-align: middle;
    margin: 25px 10px;
  }

}

.vids {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0px;
}
.iframeVid iframe{
  display: inline-block;
  width: 400px;
  height: 225px;
}

@media only screen and (min-width: 1080px){
  .iframeVid iframe{
    width: 350px;
    height: 197px;
  }
}






.blankdiv {
  min-height: 10vh;
}









/* backs */

.backWhite {
  background: #FFFFFF;
}

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

.backBlack {
  background: #000000;
}

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

.backBlue {
  background: #007092;
}

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

.backBlueL {
  background: #DDEFF1;
}

.backBlueLSky {
  background: #4c6f95;
}

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



/* media blocks */

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

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



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

.mediaBlock a {
  text-decoration: none;
}
.mediaBlock a img{
  width: 90%;
  margin-top: 10px;
}

.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;
  width: 90%;
	height: auto;
  color: #555555;
  font-family: 'Trebuchet MS';
  text-align: left;
}



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

  .mediaBlock a img{
    max-height: 225px;
  }
}




.mediaButton {
  display: inline-block;
  margin: 10px 0px;
	width: 90px;
  padding: 5px;
  border-radius: 3px;
  background: rgba(110, 111, 110, 1);
  /* 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;
}









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

.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 #202020;
  background: rgba(163, 175, 154, 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: 5px 10px;
  display: block;
  float: left;
  width: 85%;
}

.nameTxt h3 {
  font-size: 0.9em;
}

.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: 5px 10px;
  }

}











/* Modal  popup stuff */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background-color: rgba(32,32,32,0.95);
  text-align: center;
}

.modalContent {
  display: inline-block;
  margin-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
  width: 80%;
  height: 90vh;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
}
.modalContent img {
  margin-left: 30px;
  margin-top: 50px;
}
.modaltxt {
  text-align: justify;
}

.modal-title h2 {
  font-family: 'italiana';
  font-size: 2.2em;
  margin: 15px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (min-width: 950px){
  .modalContent {
    width: 65%;
    height: auto;
  }
  .modal-title h2 {
    font-size: 3.3em;
  }
}

.modalClose {
  color: #aaa;
  float: right;
  font-size: 45px;
  font-weight: bold;
  z-index: 999;
}

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














/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* Form classes */

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

.inputWrap, .appInputWrap {
  width: 95%;
  margin: 0 auto;
	text-align: center;
}

.inputBlock {
  width: 90%;
	padding: 5px 0px;
  margin: 0 auto;
	text-align: center;
}
.userInput{
  font-size: 1em;
  color: #444;
  border: none;
  border: solid 1px #AAAAAA;
  border-radius: 3px;
  background: rgb(232, 227, 224, 0.4);
  height: 40px;
  width: 100%;
  display: inline-block;
  padding-left: 15px;
}
.userInput:hover{
background: rgba(189, 187, 187, 0.4);
}


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

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

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

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

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

textarea::-webkit-input-placeholder {
color: #888 !important;
opacity: 0.6;
font-family: 'Exo';
font-weight: bold;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #888 !important;
opacity: 0.6;
font-family: 'Exo';
font-weight: bold;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #888 !important;
opacity: 0.6;
font-family: 'Exo';
font-weight: bold;
}

textarea:-ms-input-placeholder {
color: #AAA !important;
opacity: 0.6;
font-family: 'Exo';
font-weight: bold;
}

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

.submitButton, .fileSubmitButton{
	padding: 10px;
	margin: 10px 0px;
	border: solid 1px #BBBBBB;
	display: inline-block;
	color: #000000;
	background: #A3AF9A;
	font-size: 1.1em;
  /* font-weight: bold; */
  border-radius: 4px;
	cursor: pointer;
  opacity: 1;
}


.submitButton:hover, .fileSubmitButton:hover{
	color: #FFFFFF;
	background: #A3AF9A;
}
.fileSubmitButton {
  font-size: 0.9em;
}

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


.leftTxt {
    text-align: left;
}

.centerTxt {
    text-align: center;
}

.inputTitle {
  margin: 10px 0px;
  width: 100%;
  font-weight: bold;
  padding: 5px 0px;
  border-bottom: solid 1px #DDDDDD;
}
@media only screen and (min-width: 950px){

  .inputWrap {
    width: 65%;
  }
  .appInputWrap {
    width: 55%;
  }

  .inputTitle {
    width: auto;
    text-align: left;
  }
}


.disabledField {
  background: #EEEEEE;
}

.appUserInput{
  font-size: 0.8em;
  border: solid 1px #BBBBBB;
  background: #FFFFFF;
  height: 35px;
  width: 91%;
  display: inline-block;
  color: #333333;
  margin-bottom: 10px;
  border-radius: 3px;
}

.appUserInput-short, .appUserInput-short-r, .blank-input-short-r {
  font-size: 0.8em;
  border: solid 1px #BBBBBB;
  background: #FFFFFF;
  height: 35px;
  width: 45%;
  display: inline-block;
  color: #333333;
  margin-bottom: 10px;
  border-radius: 3px;
}

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



.appUserInput:hover, .appUserInput-short-r:hover, .appUserInput-short:hover{
  background: #FEFEFE;
}



.appUserInput::-webkit-input-placeholder, .appUserInput-short::-webkit-input-placeholder {
color: #000000 !important;
opacity: 0.5;
font-weight: normal;
}

.appUserInput:-moz-placeholder, .appUserInput-short:-moz-placeholder  { /* Firefox 18- */
color: #000000 !important;
opacity: 0.5;
font-weight: normal;
}

.appUserInput::-moz-placeholder, .appUserInput-short::-moz-placeholder  {  /* Firefox 19+ */
color: #000000 !important;
opacity: 0.5;
font-weight: normal;
}

.appUserInput:-ms-input-placeholder, .appUserInput-short:-ms-input-placeholder {
color: #000000 !important;
opacity: 0.5;
font-weight: normal;
}

.appUserInput::-webkit-input-placeholder, .appUserInput-short::-webkit-input-placeholder {
color: #000000 !important;
opacity: 0.5;
font-family: 'Open_Sans';
font-weight: bold;
}

.appUserInput:-moz-placeholder, .appUserInput-short:-moz-placeholder { /* Firefox 18- */
color: #000000 !important;
opacity: 0.5;
font-family: 'Open_Sans';
font-weight: bold;
}

.appUserInput::-moz-placeholder, .appUserInput-short::-moz-placeholder {  /* Firefox 19+ */
color: #000000 !important;
opacity: 0.5;
font-family: 'Open_Sans';
font-weight: bold;
}

.appUserInput:-ms-input-placeholder, .appUserInput-short:-ms-input-placeholder {
color: #000000 !important;
opacity: 0.5;
font-family: 'Open_Sans';
font-weight: bold;
}


.green-check, .red-x {
  display: none;
  margin: 10px;
}
.green-check img, .red-x img {
  width: 20px;
}

.bigTextBox
{
    height: 130px;
    font-family: 'Open_Sans';
    font-weight: bold;
}

.textareaCounter {
  font-size: 0.9em;
  font-family: 'Trebuchet MS', sans-serif;
}











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

.footer-line {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #444444;
  width: 80%;
}


.footerSection .footer img {
  width: 200px;
}
.contactWrap {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px;
}
.contactFooter {
  display: inline-block;
  /* text-align: left; */
  /* font-size: 0.8em; */
}

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

.contactFooter a:hover {
  color: #A3AF9A;
}



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