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

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

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



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

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


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



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

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

.contentWrapper {
  position: relative;
}





/* pages */

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

.newPage-short {
  min-height: 50vh;
  width: 100%;
  overflow:hidden;
  padding-bottom: 5vh;
}

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

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


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

.newPage-intro {
  /* margin-top: -60px; */
  min-height: 45vh;
  width: 100%;
  overflow:hidden;
}


.fillContainer {
	width: 100%;
	height: 100%;
  padding-bottom: 50px;
}



/* backs */

.backWhite {
  background: #FFFFFF;
}

.backSky {
  background: #a0a8bd;
}
.backSkyL {
  background: #c3cde7;
}

.backSkyGradient {
  background-image: linear-gradient(
    to bottom right,
    #FFFFFF,
    #FFFFFF,
    #a0a8bd);
}


.backBlueGradient {
  background-image: linear-gradient(
    to top right,
    #263959,
    #263959,
    #4f6a96);
}

.backSkyBlueGradient {
  background-image: linear-gradient(
    to bottom right,
    #a0a8bd,
    #4d5771,
    #2b2a59);
}


.allBack {
    background-image: linear-gradient(
      rgba(161, 169, 189, 0.7),
      rgba(161, 169, 189, 1)
    ), url(../images/brickell-skyline-bs.jpg);
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  background-attachment: fixed;
}


.picBackH1 {
    background-image: linear-gradient(
      to bottom,
      rgba(41, 53, 84, 0.9),
      rgba(41, 53, 84, 0.9)
    ), url(../images/homeoffice1.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.picBackH2 {
    background-image: linear-gradient(
      to bottom,
      rgba(26, 34, 55, 0.8),
      rgba(26, 34, 55, 0.8)
    ), url(../images/employ-09788.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.picBackH3 {
    background-image: linear-gradient(
      to bottom,
      rgba(26, 34, 55, 0.9),
      rgba(26, 34, 55, 0.9)
    ), url(../images/homeforsale.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.picBackH4 {
    background-image: linear-gradient(
      to bottom,
      rgba(26, 34, 55, 0.8),
      rgba(26, 34, 55, 0.8)
    ), url(../images/homeownership-8998.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.picBackH5 {
    background-image: linear-gradient(
      to bottom,
      rgba(26, 34, 55, 0.8),
      rgba(26, 34, 55, 0.8)
    ), url(../images/zoom-speaker-view.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.picBackHeart {
    background-image:
     url(../images/heart.png);
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}


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

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

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

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

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


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

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

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

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

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

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

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

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

.menuOptionSub {
  font-size: 0.8em;
}

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

.navBlue {
  -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
	background: #506281;
}

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

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

  .navbar { display: block; }
  .navbar{
    width: auto;
    text-align: right;
    margin-right: 3%;
    margin-top: 1%;
  }
  .navbar a{
    text-decoration:none;
    padding: 0px 10px;
		color: #FFFFFF;
    /* text-shadow: 1px 1px 2px #000000; */
    font-size: 1.1em;
  }

  .sub_menu {
    /* background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 1)
    ); */
    background: #506281;
  }

  .sub_menu a {
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: none;
    font-size: 1em;
  }

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

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


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

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

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

  ul#nav li:hover ul.sub_menu li:hover a {
    /* text-decoration: underline; */
    /* color: #506281; */
  }
  .no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

}


.picBackMobileMenu {
    background-image: linear-gradient(
      #a0a8bd,
      #363c4b
    );
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}





/* headers */
.introCaption {
  display: inline-block;
  margin-top: 35%;
  font-size: 1.2em;
  text-align: left;
  padding: 30px 0px;
  width: 80%;
}
.introCaption2 {
  font-size: 2.5em;
  margin-top: 30%;
}

@media only screen and (min-width: 950px){
  .introCaption {
    margin-top: 20%;
    font-size: 1.8em;
    /* text-align: center; */
  }
  .introCaption2 {
    font-size: 3em;
    margin-top: 12%;
  }
}


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

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



.sectionBlock, .sectionBlock2, .sectionBlockT{
  display: inline-block;
	width: 90%;
  text-align: center;
  vertical-align: top;
}



.sectionBlockTitle {
  font-size: 2.5em;
  padding: 0px 10px;
  margin: 50px 0px 30px 0px;
}

.sectionBlockTitle h2 {
  font-weight: bold;
  font-family: 'ubuntu';
}

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

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

.sectionBlockTxt a {
  text-decoration: none;
  color: inherit;
  text-decoration: underline;
}

.sectionCaption {
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  padding: 20px 15px;
}

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

.sectionBlockPic img {
  width: 100%;
  max-width: 300px;
  height: auto;
  vertical-align: top;
  margin-top: 20px;
}


.fTitle {
  display: none;
  margin-top: 30%;
  font-size: 2.5em;
  color: #FFFFFF;
  font-weight: bold;
}


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

  .sectionBlockTitle {
    font-size: 3em;
  }

  .sectionBlock{
    width: 40%;
    vertical-align: middle;
  }
  .sectionBlock2 {
    width: 75%;
  }

  .sectionBlockT {
    width: 55%;
  }

  .sectionBlockPortion {
    margin: 20px;
  }

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

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





/* forms */

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

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


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

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

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


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

.userInput2 {
  width: 94%;
}

.userInput2 option {
  color: #222222;
}



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



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


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

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

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

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

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

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

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

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

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

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

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

.owneronly, .tenantonly {
  display: none;
}

.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: #344974;
	background: #FFFFFF;
}







/* services */
.servicesWrapper{
	width: 100%;
	height: auto;
	text-align:center;
	color: #555555;
	padding: 50px 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;
  box-shadow: 1px 1px 3px #777777;
}

.servicesBlock img {
	height: 60px;
	width: 100%;
}

.servicesBlockTitle {
  font-size: 1.3em;
  font-weight: bold;
  padding: 20px 0px;
}
.servicesBlocktxt {
	padding: 0px 15px 25px 15px;
	font-size: 1.2em;
	text-align: left;
	color: #222222;
	line-height: 30px;
}
.servicesBlocktxt a {
  text-decoration: inherit;
  color: inherit;
}
ul.checks {
  list-style: none;
}
ul.checks li {
    text-align: left;
    padding: 0 0 0 40px;
    margin-left: -30px;
    background-image: url(../images/checkbox.png);
    background-position-y: 6px;
    background-repeat: no-repeat;
    line-height: 30px;
    font-weight: bold;
    font-size: 1em;
}


.servicesBlockTitle:hover {
  color: #8091be;
}

@media only screen and (min-width: 1278px){
	.servicesBlock {
		width: 25%;
		height: 380px;
  	margin: 10px 10px;
	}
}





/* blocks stuff */

.blockContainer {
  padding: 40px 0px;
}
.bblock {
  display: inline-block;
  position: relative;
  width: 85%;
  height: 250px;
  /* box-shadow: 10px 10px 0px #cddce8; */
  margin: 5px 0px;
  cursor: pointer;
  overflow: hidden;
}

.bblock:hover {
  /* opacity: 0.8; */
  box-shadow: 0px 7px #0f6d94;
  /* border-bottom: solid 15px #0f6d94; */
}

.bblock .overlay {
    position: absolute;
    width: 100%;
    bottom: 8%;
    /* left: 4%; */
    z-index: 2;
    color: #FFFFFF;
    /* font-weight: bold; */
    font-size: 2em;
    letter-spacing: 1px;
    font-family: 'candara', Sans-Serif;
    text-align: center;
}

.innerBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; */
    font-family: 'ubuntu', Sans-Serif;
}

.innerBlock:hover {
    /* -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); */
    /* background: #0f6d94;
    background-image: url(../images/open-ventures-group-logo-w.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat; */
    box-shadow: 3px 5px 3px #111111;
}


.picBlock  {
  opacity: 0.5;
}
.picBlock img {
  width: 50%;
  margin: -5px 0px;
}

@media only screen and (min-width: 650px) and (max-width: 950px ){
  .bblock {
    width: 45%;
    height: 200px;
    margin: 5px 15px;
  }
}

@media only screen and (min-width: 950px ){
  .bblock {
    width: 30%;
    height: 250px;
    margin: 5px 15px;
  }
  .picBlock img {
    width: 25%;
  }
}







/* steps */

.stepcontain {
	overflow: hidden;
}

.stepBlock {
	position: relative;
	display: inline-block;
	width: 280px;
	margin: 20px 0;
	padding: 0px 5px;
	vertical-align: top;
	text-align: center;

}
.stepTitle {
	display: inline-block;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	font-size: 1.2em;
  font-weight: bold;
}

.stepTitle:hover {
  box-shadow: 1px 1px 5px #555555;
}

.stepTxt {
	display: inline-block;
	width: 220px;
	padding: 5px 0px;
	font-size: 1.1em;
	color: #111111;
	text-align: center;
  font-weight: bold;
}


.stepBlock img {
  width: auto;
  height: 40px;
  margin-top: 20px;
  padding: 10px 0px;
}

	.stepsWrapper {
		margin: 50px;
	}









/* buttons */


.connectButton {
  display: inline-block;
	width: 160px;
  min-height: 30px;
  padding: 5px;
  margin: 20px 0px;
  border-radius: 4px;
  border: solid 2px #FFFFFF;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.connectButton:hover {
  background: #FFFFFF;
  color: #344974;
}

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


.connectButton2 {
  display: inline-block;
	width: 160px;
  min-height: 30px;
  padding: 5px;
  margin: 20px 0px;
  border-radius: 4px;
  border: solid 2px #344974;
  color: #344974;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.connectButton2:hover {
  background: #344974;
  color: #FFFFFF;
}







.hhh {
  font-size: 1.5em;
}


.txtWhite{
	color: #FFFFFF;
}

.txtBlack{
	color: #000000;
}


.txtGray{
	color: #444444;
}

.txtGrayD{
	color: #222222;
}

.txtGrayL{
	color: #666666;
}

.txtSky {
  color: #a0a8bd;
}

.txtBlue {
  color: #323093;
}


.backBlue {
  background: #323093;
}

.backBlue2 {
  background: #2b2a59;
}


.sectionAnchor {
  height: 60px;
}



.orangeLine{
	height: 2px;
	width: 100%;
	border-bottom: 2px solid #d6752a;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
}

.blueLine{
	height: 2px;
	width: 100%;
	border-bottom: 2px solid #3c58ac;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
}

.orangeBottom{
	border-bottom: 3px solid #d6752a;
}

.blueBottom{
	border-bottom: 3px solid #3c58ac;
}

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


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


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


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

.emblemWrap, .emblemWrap2 {
  text-align: center;
  width: 100%;
  text-decoration: none;
  border: none;
}
.emblemWrap img {
  width: 100px;
  padding: 10px;
  text-decoration: none;
  border: none;
}
.emblemWrap2 img {
  width: 150px;
  padding: 10px;
  text-decoration: none;
  border: none;
}
.contactWrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contactFooter {
  display: inline-block;
  /* font-size: 0.8em; */
}

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

.contactFooter a:hover {
  color: #0f6d94;
}

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

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




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

.hideIt { display: none !important; }

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