/* 
    Document   : Foreman
    Created on : Sep 11, 2018, 12:53:25 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


#MainPhoto h1 {
  bottom: 0;
  margin-bottom: 0;
  z-index: 2;
  }
#MainPhoto h1 span {
  font-size: 20px;
  }

.MainImage h1 span {
  display: block;
  font-size: 24px !important;
  line-height: 30px !important;
	}

#titleFT {
  background-color: #333;
  background-repeat: no-repeat;
  background-image: url(../images/Foreman-P1.jpg);
  background-attachment: fixed;
  background-position: center;
  padding: 200px 0;
}
#ParaSlide1 h1 {
  font-size: 45px !important;
  line-height: 50px !important;
  color: #fff;
  margin: 0 50px 15px 50px !important;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
  letter-spacing: .1em;
  }

p.FirstPara {
  font-size: 1.25em;
  line-height: 1.5em;
  }

#TopPhotoContent {
  margin: 0;
  }
.TopPhototext {
  margin: 0 0 30px 0;
  float: left;
  width: 55%;
  }
.TopPhoto {
  background: url(../images/Foreman-1.jpg) no-repeat;
  margin: 0 0 30px 0;
  float: right;
  width: 40%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  }
.TopPhoto p {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
  margin: 170px 20px 20px 20px;
  }

.TPP2 {
  margin: 0 0 30px 0;
  float: left;
  width: 45%;
  clear: both;
  position: relative;
  max-width: 550px;
  border-radius: 10px;
  overflow: hidden;
  }
.TPP2 img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.TPP2 p {
  position: absolute;
  background: rgba(0,0,0,.5);
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  }

.TPT2 {
  margin: 0 0 30px 0;
  float: right;
  width: 50%;
  }
.TPT2 ul {
  margin: 20px 0 10px 15px;
  list-style-type: disc;
  }
.TPT2 li {
  margin: 0 0 10px 0;
  }

#ParaSlide1 p.BoxedIn {
  font-size: 1.2em;
  line-height: 1.75em;
  width: 70%;
  background: rgba(255, 255, 255, .7);
  margin: 0 auto;
  padding: 10px;
  color: #000;
  font-weight: 400;
  text-transform: none;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  letter-spacing: 0;
  border-radius: 20px;
  }

.AboutCapa {
  float: right;
  width: 45%;
  margin: 30px 3.125% 30px 0; /* 30px / 960px */
  }
.AboutCapa p {
  font-size: 1.2em;
  line-height: 1.5em;
  }

.CompImage {
  float: left;
  width: 45%;
  max-width: 550px;
  position: relative;
  overflow: hidden;
  margin: 30px 0 30px 3.125%; /* 30px / 960px */
  border-radius: 20px;
  }
.CompImage img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.CompImage p {
  position: absolute;
  background: rgba(0,0,0,.5);
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  }


.CObox {
  clear: both;
  background: #efedf6;
  margin: 0;
  padding: 20px 0;
  border-top: 5px solid #003366;
  border-bottom: 5px solid #003366;
  }
.CObox p {
  line-height: 1.2em;
  margin: 1em 0; /* 16px / 16px */
  }


h3.Sched {
  font-size: 24px;
  color: #e0393d;
  text-transform: uppercase;
  font-weight: 700;
  }


.CapLeft {
  float: left;
  width: 45%;
  }
.CapLeft ul {
  margin: 0 0 10px 15px;
  list-style-type: disc;
  line-height: 1.2em;
  }
.CapLeft li {
  margin: 0 0 5px 0;
  }

.CapRight {
  float: right;
  width: 45%;
  }

.CapImage {
  margin: 20px 0;
  position: relative;
  }
.CapImage img {
  display: block;
  border: 0;
  }
.CapImage p {
  position: absolute;
  background: rgba(0,0,0,.5);
  font-size: 1.2em;
  color: #fff;
  font-weight: 700;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  }

.Encase {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}


.PhotoLeftContent {
  float: right;
  width: 40%;
  margin: 0 5% 0 0;
  padding: 0 0 1px 0;
  }
.PhotoLeftContent h3 {
  margin: 30px 0 5px 0;
  }

ul.BotList {
  margin: 20px 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
  }
ul.BotList li {
  margin: 0 0 5px 15px;
  padding: 0 0 0 5px;
  list-style-type: disc;
  }


.PhotoLeft {
  margin: 0;
  background: #fff;
  }

.PhotoLeftPhoto {
  position: relative;
  }
.PhotoLeftPhoto p {
  position: absolute;
  background: rgba(0,0,0,.5);
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  }

.PhotoLeftPhoto {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  }
.PhotoLeftPhoto img {
  display: block;
  border: 0;
  }


.HomeCareers {
  background-color: #d2e8e7;
  padding: 42px 0;
  margin: 0;
  }
.HomeCareers .column {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  }

.column-right {
  width: 29%;
  }
.column-left {
  width: 70%;
  }

.Question {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  }

.column-right a {
  display: block;
  padding: 15px;
  background: #f58220;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration:  none;
  text-transform: uppercase;
  border-radius: 5px;
  }
.column-right a:hover {
  background: #025172;
  }

#AboutContent {
	width: 100%;
	max-width: 960px;
        background: #fff;
	position: relative;
	margin: 0 auto;
        padding: 1px 0;
	-webkit-box-shadow: 0px 10px 5px 3px rgba(255,255,255,0.5);
	-moz-box-shadow: 0px 10px 5px 3px rgba(255,255,255,0.5);
	box-shadow: 0px 10px 5px 3px rgba(255,255,255,0.5);
}


@media screen and (max-width: 995px) {
.PhotoLeftContent p {
  line-height: 1.3em;
  }
}
@media screen and (max-width: 990px) {
#TopPhotoCollaborative {
  background: none;
  }
.CompImage {
  float: none;
  width: 90%;
  margin: 20px 5%;
  }
.AboutCapa {
  float: none;
  width: 90%;
  margin: 20px 5%;
  }
}
@media screen and (max-width: 880px) {
.TopPhototext {
  float: none;
  width: 100%;
  }
.TopPhoto {
  float: none;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 30px auto;
  }
.TPP2 {
  float: none;
  width: 100%;
  }
.TPT2 {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 800px) {
.PhotoLeftPhoto {
  float: none;
  width: 100%;
  margin: 0;
  }
.PhotoLeftContent {
  float: none;
  width: 95%;
  margin: 0 auto;
  }
#ParaSlide1 p.BoxedIn {
  width: 80%;
  }
.CapLeft {
  float: none;
  width: 100%;
  }
.CapRight {
  float: none;
  width: 100%;
  }
#ParaSlide1 h1 {
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 0 10px 15px 10px !important;
  }
}
@media screen and (max-width: 600px) {
.HomeCareers .column-right {
  display: block;
  width: 90%;
  margin: 10px auto;
  }
.HomeCareers .column-left {
  display: block;
  width: 90%;
  margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
#MainPhoto h1 {
  bottom: 10px;
  }
#MainPhoto h1 span {
  display: none;
  }
}

