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

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

.contentWrapper {
  position: relative;
}





/* pages */

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

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

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


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

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


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


.logopad {
  margin-top: 10%;
}


/* backs */
.backBlack {
  background: #000000;
}

.backBrownL {
  background: #AB8D3F;
}

.backBrownGradient {
  background-image: linear-gradient(
    to bottom left,
    #AB8D3F,
    #6A442B);
}



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

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



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

.sectionBlock img {
  width: 100%;
}

.sectionBlockTitle {
  font-size: 2.5em;
  padding: 0px 10px;
  margin: 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;
  font-weight: bold;
}
.sectionBlockPortionHead {
  padding: 10px;
}

.sectionBlockTxt {
  text-align: left;
  padding: 20px 15px;
  font-size: 1.2em;
  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;
}


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

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







/* footer */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 0px;
  color: #FFFFFF;
  font-family: "Times New Roman";
  font-size: 0.9em;
}


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