/* 
    Document   : Career
    Created on : Aug 27, 2019, 12:12:11 PM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/


.BlueBar {
  background: rgba(154,175,208,.5);
  margin: 30px 0 -30px 0;
  padding: 20px 0;
  }

.VideoArea {
  margin: 30px 0;
  }
.VideoArea iframe {
  max-width: 100%;
  }
.VideoArea p {
  font-size: .9em;
  margin: 20px;
  text-align: center;
  }

.CareerText {
  float: left;
  width: 60%;
  margin: 20px 0;
  }

.CareerPhotos {
  float: right;
  width: 35%;
  margin: 20px 0;
  }
.CareerPhotos img {
  display: block;
  margin: 0 auto 20px auto;
  border: 0;
  }

@media screen and (max-width: 700px) {
.CareerText {
  float: none;
  width: 100%;
  }
.CareerPhotos {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 500px) {
h2.Splash {
  font-size: 1.5em;
  }
p.SplashContent {
  font-size: 1.1em;
  }
.TitleBar h1 {
  font-size: 18px;
  line-height: 22px;
  }
}
