/* 
    Document   : Styles
    Created on : May 13, 2019, 10:37:50 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

img,
embed,
object,
video,
input,
textarea {
  max-width: 100%;
  }

strong, b {
  font-weight: 700;
  }

i {
  font-style: italic;
  }



body {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 300;
  background: #fff;
  margin: 0;
  font-size: 18px;
  line-height: 1.25em;
  color: #000;
  letter-spacing: .035em;
  }

h1 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 15px 0;
  font-weight: 700;
  }
h1.Xlarge {
  font-size: 32px;
  line-height: 33px;
  }
h1.Xlarge span {
  color: #000;
  display: block;
  }

h2 {
  font-size: 22px;
  line-height: 26px;
  color: #105878;
  margin: 0 0 10px 0;
  font-weight: 700;
  }
h2.MarTop {
  margin: 10px 0;
  }
h2.XMarTop {
  margin: 30px 0 10px 0;
  }

h3 {
  font-size: 18px;
  line-height: 22px;
  color: #158f98;
  margin: 10px 0 0 0;
  font-weight: 700;
  }
h3.NLtitle {
  display: none;
  }

h4 {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin: 10px 0 0 0;
  font-weight: 700;
  border-bottom: 1px solid #000;
  }

h5 {
  font-weight: 400;
  }



p {
  margin: 0 0 10px 0;
  }
p.FirstP {
	font-size: 22px;
	line-height: 32px;
	}
.HomeInfo p.FirstP {
	font-size: 20px;
	line-height: 30px;
	}
p.XtopMar {
  margin: 85px 0 10px 0;
  }
p.FeedPage {
  margin: 0 0 100px 0;
  }

ul.CapList {
  font-size: 20px;
  line-height: 23px;
  color: #158f98;
  margin: 0 0 20px 0;
  }
ul.CapList li {
  float: left;
  width: 200px;
  margin: 0 0 7px 0;
  }

ul.StandardList {
  margin: 0 0 20px 10px;
  padding: 0 0 0 10px;
  list-style-type: disc;
  }
ul.StandardList li {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  }

.clr { 
  clear: both;
  }

.KeepTogether {
  white-space: nowrap;
  }


a {
  color: #158f98;
  text-decoration: underline;
  }
a:hover {
  text-decoration: none;
  }

.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  }



/**********************************************/
/* Nav Styles                                */
/**********************************************/



#MainNav {
  background: #0b418c;
  height: 50px;
  margin: 15px 0 0 0;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.5);
  }
#menu {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
#menu li {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  }
#menu li a {
  display:block;
  padding:7px 7px;
  color:#fff;
  font-size:18px;
  line-height:35px;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none;
  margin: 0 0 0 25px;
  transition:background-color 0.5s ease-out;
  -o-transition:background-color 0.5s ease-out;
  -moz-transition:background-color 0.5s ease-out;
  -webkit-transition:background-color 0.5s ease-out;
  }
#menu li:last-child a {
  margin: 0;
  }
#menu li a:hover {
  color: #e5c915;
  }


#menu li a#JoinLink {
  display: none;
  }
#menu li a#NewAppLink {
  display: none;
  }
#menu li a#ContactLink {
  display: none;
  }


.slicknav_menu {
  display:none;
  }

@media screen and (max-width: 1085px) {
#menu li a {
  padding:7px 5px;
  font-size:16px;
  }
#menu li a {
  margin: 0 10px 0 0;
  }
#menu li:last-child a {
  margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 870px) {
#menu li a {
  text-transform: none;
  }
}
@media screen and (max-width: 815px) {
#menu li a {
  padding: 13px 5px;
  }
}
@media screen and (max-width: 720px) {
  .js #menu {
  display:none;
  }

  .js .slicknav_menu {
  display:block;
  }
#MainNav {
  display:none;
  }
#menu li#JoinLink {
  display: block;
  }
#menu li#ContactLink {
  display: block;
  }
}


/* Targeting the second level menu */
#menu li ul { background: #158f98; display: none; margin: 0; padding: 0; width: 200px; position: absolute; z-index: 100;}
#menu li:last-child ul { width: 165px; }
#menu li ul li { width: 100%; text-align: left; margin: 0; padding: 0; display: block;}
#menu li ul li a { background: none; border: none; color: #fff; font-size: 16px; margin: 0; padding: 5px 10px; line-height: 18px; text-transform: none;}
#menu li ul li a:hover { background: #105878; border-bottom: 0; color: #fff;}

/* A class of current will be added via jQuery */
#menu li.current > a { background: #158f98; }

/* CSS fallback */
#menu li:hover > ul.child { display: block; }

@media screen and (max-width: 1085px) {
#menu li:last-child ul { width: 150px; }
}
@media screen and (max-width: 870px) {
#menu li:last-child ul { width: 130px; }
}

/**********************************************/
/* Layout Divs                                */
/**********************************************/

#MainArea {
  position: relative;
  background: #000;
  margin: 0 auto;
  }


.Enclose {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  }

#MainHead {
  position: relative;
  background: #158f98;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#105878+0,158f98+49,105878+100 */ 
background: -moz-linear-gradient(top, #105878 0%, #158f98 49%, #105878 100%);
background: -webkit-linear-gradient(top, #105878 0%,#158f98 49%,#105878 100%);
background: linear-gradient(to bottom, #105878 0%,#158f98 49%,#105878 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#105878', endColorstr='#105878',GradientType=0 );
  margin: 0;
  padding: 1px 0 0 0;
  }

#HeadSpace {
  height: 139px;
  display: none;
  }

#HeadTitle {
  position: relative;
  float: left;
  clear: right;
  }
#HeadTitle h1 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin: 0 0 5px 185px;
  padding: 20px 0 0 0;
  clear: right;
  }





#Logo {
  float: left;
  position: relative;
  top: 5px;
  width: 15.90909090909091%; /* 175px / 1100px */
  margin: 0;
  z-index: 100;
  }
#Logo img {
  display: block;
  position: absolute;
  margin: 0 auto;
  border: 0;
  }

#TopNav {
  float: right;
  margin: 0 10px;
  }
#TopNav li {
  float: left;
  margin: 0 0 0 20px;
  }
#TopNav a {
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  }
#TopNav a:hover {
  color: #000;
  }


#MainPhoto {
  background: url(../images/bgMainPhoto.jpg) no-repeat right top;
  background-size: contain;
  position: relative;
  }
#MainPhoto img {
  display: block;
  float: right;
  margin: 0;
  border: 0;
  }
#MainPhoto h1 {
  position: absolute;
  bottom: 30px;
  left: 15%;
  font-size: 40px;  
  line-height: 40px;
  color: #fff;
  letter-spacing: .04em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .8), -2px -2px 3px rgba(0, 0, 0, .8);
  }
#MainPhoto h1 span {
  display: block;
  font-weight: 300;
  }
#MainPhoto h1 span.Heav {
  font-weight: 700;
  }


#AltMainPhoto {
  background: #000;
  position: relative;
  }
#AltMainPhoto img {
  display: block;
  float: right;
  margin: 0;
  border: 0;
  }
#AltMainPhoto img.UIlogo {
  float: none;
  position: absolute;
  top: 40px;
  right: 15%;
  }
#AltMainPhoto h1 {
  position: absolute;
  bottom: 30px;
  left: 15%;
  font-size: 40px;  
  line-height: 40px;
  color: #fff;
  letter-spacing: .04em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, .8), -2px -2px 3px rgba(0, 0, 0, .8);
  }


#Content {
  background: #fff;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 30px 0;
  }
#ContentBr {
  background: #fff;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 0 0;
  }
#WrapBorder {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d2e8e7+1,105878+100 */
background: #d2e8e7; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d2e8e7 1%, #105878 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #d2e8e7 1%,#105878 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #d2e8e7 1%,#105878 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e8e7', endColorstr='#105878',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  padding: 20px;
  }
.InsideWrap {
  background: #fff;
  }

.ContentAfter {
  background: #fff;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0 30px 0;
  }

#SubMain {
  float: left;
  width: 61.45833333333333%; /* 590px / 960px */
  }

#SubSidebar {
  float: right;
  width: 31.11111111111111%; /* 280px / 900px */
  }





#MainFoot {
  background: #333;
  clear: both;
  color: #eee;
  margin: 0;
  padding: 20px 0;
  }

#FooterContent {
	width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  }
#FooterContent p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
  }

.FtAddress {
  float: left;
  width: 29.16666666666667%; /* 350px / 1200px */
  margin: 0;
  padding: 0 0 10px 0;
  }

.FtLinks {
  float: left;
  width: 50%; /* 600px / 1200px */
  margin: 0 0 0 1.66666666666667%; /* 20px / 1200px */
  }
.FtLinks h1 {
  color: #badede;
  border-bottom: 5px solid #badede;
  }
.FtLinks li {
  float: left;
  width: 47%;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  }
.FtLinks li:nth-child(even) {
  float: right;
  }
.FtLinks li a {
  color: #d2e8e7;
  text-decoration: none;
  }
.FtLinks li a:hover {
  color: #fff;
  text-decoration: underline;
  }

.FtTranslate {
  float: right;
  }
.FtTranslate h1 {
  color: #badede;
  border-bottom: 5px solid #badede;
  }
#FooterContent .FtTranslate p {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	margin: 10px 0;
	}
.RssFeed {
  clear: left;
  padding: 10px 0 0 0;
	}
.RssFeed img {
  float: left;
  margin: 0 10px 0 0;
	}
.RssFeed a {
  color: #eee;
	}

a.ConLoc {
  display: block;
  font-size: 16px;
  color: #f58220;
  margin: 0 0 10px 0;
  }

a.Admins {
  display: block;
  color: #fff;
  margin: 0 0 5px 0;
  }

#google_translate_element {
  }


#AltMainPhoto img.UIlogo {
  right: 5%;
  }

@media screen and (max-width: 1025px) {
.FtTranslate {
  float: none;
  clear: both;
  margin: 10px 0;
  }
#HeadTitle h1 {
  font-size: 18px;
  line-height: 22px;
  }
#AltMainPhoto img {
  margin: 0;
  }
}
@media screen and (max-width: 960px) {
#MainPhoto img {
  float: none;
  }
#AltMainPhoto img {
  float: none;
  }
}
@media screen and (max-width: 935px) {
#AltMainPhoto img.UIlogo {
  width: 30%;
  top: 30px;
  }
}
@media screen and (max-width: 860px) {
#AltMainPhoto h1 {
  left: 5%;
  }
}
@media screen and (max-width: 810px) {
#TopNav ul {
  margin: 10px 0;
  }
}
@media screen and (max-width: 770px) {
.FtLinks {
  float: none;
  width: 100%;
  margin: 10px 0;
  }
.FtAddress {
  float: none;
  width: 100%;
  margin: 10px 0;
	}
}
@media screen and (max-width: 720px) {
#HeadSpace {
  height: 0;
  display: none;
  }
#MainHead {
  position: static;
  padding: 0;
  height: auto;
  }
#Logo {
  float: none;
  position: static;
  width: 100%;
  height: auto;
  margin: 0;
  }
#Logo span {
  display: none;
  }
#Logo img {
  position: static;
  }
#HeadTitle {
  float: none;
  height: auto;
  padding: 0 0 1px 0;
  }
#HeadTitle h1 {
  text-align: center;
  margin: 0 10px 10px 10px;
  }
#TopNav {
  display: none;
  }
}
@media screen and (max-width: 705px) {
#AltMainPhoto {
  padding: 0 0 1px 0;
  }
#AltMainPhoto h1 {
  position: static;
  font-size: 30px;  
  line-height: 30px;
  letter-spacing: 0;
  margin: 10px;
  }
#AltMainPhoto img.UIlogo {
  top: 10px;
  right: 35%;
  }
}
@media screen and (max-width: 505px) {
#MainPhoto {
  padding: 0 0 1px 0;
  }
#MainPhoto h1 {
  position: static;
  font-size: 30px;  
  line-height: 30px;
  letter-spacing: 0;
  margin: 10px;
  }
#SubMain {
  float: none;
  width: 95%;
  }

#SubSidebar {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 385px) {
#MainHead h1 {
	font-size: 18px;
	line-height: 20px;
  }
#MainHead h2 {
	font-size: 16px;
	line-height: 18px;
  }
.FtLinks li {
  float: none;
  width: 100%;
  }
}



/**********************************************/
/* Home Page Styles                           */
/**********************************************/

#HomePhoto {
  position: relative;
  float: left;
  width: 75%;
  background: #fff;
  }

.Plaq {
  position: absolute;
  z-index: 5;
  top: 30px;
  left: 20%;
  width: 60%;
  }
.Plaq h1 {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.Plaq h1 span {
  display: block;
  }
.Plaq p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1);
  }
.Plaq a {
  color: #fff;
  text-decoration: none;
  }
.Plaq a:hover {
  color: #d2e8e7;
  }

.Left {
  top: 120px;
  left: 10px;
  width: 40%;
  }

.Right {
  top: 120px;
  left: auto;
  right: 10px;
  width: 40%;
  }

.Bottom {
  top: auto;
  bottom: 20px;
  left: 5%;
  width: 90%;
  }

.Hidden {
  display: none;
  }

@media screen and (max-width: 500px) {
.Plaq {
  position: static;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  }
.Plaq h1 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  text-shadow: none;
  }
.Plaq h1 span {
  font-size: 20px;
  line-height: 24px;
  }
.Plaq p {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-shadow: none;
  }
}



/**  Start Unused Slider Styles  **/

.HomePhotoTextBig {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 393px;
	z-index: 5;
	background: #fff;
	background: rgba(255,255,255,0.8);
	}
.HomePhotoTextBig h1 {
	font-size: 48px;
	line-height: 52px;
	color: #f58220;
	font-weight: 700;
	margin: 20px 5% 10px 5%;
  letter-spacing: 5px;
  text-align: center;
	}
.HomePhotoTextBig p {
  float: left;
  width: 28%;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-weight: 400;
	margin: 15px 0 20px 5%;
	}
.HomePhotoTextBig p.spanTop {
  float: none;
  width: 80%;
	margin: 0 10%;
  text-align: center;
	}
.HomePhotoTextBig p.Tagit {
  float: none;
  clear: both;
  width: 90%;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 10px 5%;
  text-align: center;
	}
.RedHead {
  display: block;
  font-weight: 700;
  color: #105878;
  }

.HomePhotoText1 {
	position: absolute;
	top: 0;
	right: 0;
/* 	width: 310px; */
	width: 360px;
	height: 393px;
	z-index: 5;
	background: #fff;
	background: rgba(255,255,255,0.8);
	}
.HomePhotoText1 h1 {
	font-size: 36px;
	line-height: 40px;
	color: #f58220;
	font-weight: 700;
	margin: 30px 50px 0 35px;
	}
.HomePhotoText1 h1.Stronger {
	font-size: 46px;
	line-height: 46px;
	}
.HomePhotoText1 p {
	text-align: left;
	font-size: 27px;
	line-height: 38px;
	color: #000;
	font-weight: 300;
	margin: 20px 50px 0 35px;
	}
.HomePhotoText1 p.Stronger {
	font-weight: 400;
	}
.HomePhotoText1 h1.Verb {
	font-size: 36px;
	line-height: 40px;
	color: #f58220;
	font-weight: 700;
	margin: 30px 5px 5px 25px;
	}
.HomePhotoText1 h2 {
	margin: 20px 30px 0 25px;
	}
.HomePhotoText1 p.Verboise {
	font-size: 20px;
	line-height: 24px;
	margin: 0 30px 10px 25px;
	}
.HomePhotoText1 p.Vcenter {
  text-align: center;
  font-weight: 700;
	}
span.TwoLines {display: block;}

.HomePhotoText1 sup {
  font-size: 12px;
  vertical-align: super;
}

#HomePhotoText3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 310px;
	height: 393px;
	z-index: 5;
	background: #fff;
	background: rgba(255,255,255,0.8);
	}
#HomePhotoText3 h1 {
	font-size: 36px;
	line-height: 40px;
	color: #f58220;
	font-weight: 700;
	margin: 30px 50px 0 35px;
	}
#HomePhotoText3 p {
	text-align: left;
	font-size: 27px;
	line-height: 38px;
	color: #000;
	font-weight: 300;
	margin: 20px 50px 0 35px;
	}

#HomePhotoText {
	position: absolute;
	top: 0;
	right: 0;
	width: 310px;
	height: 393px;
	z-index: 5;
	background: #fff;
	background: rgba(255,255,255,0.8);
	}
#HomePhotoText h1 {
	font-size: 36px;
	line-height: 40px;
	color: #f58220;
	font-weight: 700;
	margin: 30px 50px 0 35px;
	}
#HomePhotoText p {
	text-align: left;
	font-size: 27px;
	line-height: 38px;
	color: #000;
	font-weight: 300;
	margin: 20px 50px 0 35px;
	}
#HomePhotoText.LeftSide {
  background: none;
	left: 0;
	}
#HomePhotoText.LeftSide h1 {
	font-size: 42px;
	line-height: 48px;
	color: #fff;
	margin: 80px 50px 0 35px;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8), -3px -3px 5px rgba(0, 0, 0, .8);
	}
#HomePhotoText.LeftSide p {
	font-size: 32px;
	line-height: 43px;
	color: #fff;
	font-weight: 700;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, .8), -3px -3px 5px rgba(0, 0, 0, .8);
	}
#HomePhotoText3.OverPrint {
	top: 30px;
	right: 20px;
	width: 600px;
	height: 200px;
  background: none;
	}
#HomePhotoText3.OverPrint h1 {
	color: #fff;
	margin: 30px 0 0 0;
	}

#HomePhotoTextBot {
	position: absolute;
	z-index: 5;
  bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	}
#HomePhotoTextBot h1 {
  text-align: left;
	font-size: 36px;
	line-height: 40px;
	color: #f58220;
	margin: 10px 10px 0 125px;
	}
#HomePhotoTextBot p {
  text-align: left;
	font-size: 25px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin: 5px 10px 0 125px;
}

#HomePhotoTextBot2 {
	position: absolute;
	z-index: 5;
  bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
	background: rgba(255,255,255,0.8);
	}
#HomePhotoTextBot2 h1 {
  text-align: left;
	font-size: 36px;
	line-height: 40px;
	color: #f58220;
	margin: 10px 10px 0 125px;
	}
#HomePhotoTextBot2 p {
  text-align: left;
	font-size: 25px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin: 5px 10px 0 125px;
}

a.LMbut {
	display: block;
	float: left;
	background: #158f98;
  color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	border-radius: 25px;
	margin: 20px 0 0 35px;
	padding: 5px 30px;
	text-decoration: none;
	}
a.LMbut i {
	color: #dadedd;
	margin-left: 10px;
	}
a.LMbut:hover {
	background: #105878;
	}
#HomePhotoTextBot a.LMbut {
	display: inline;
  float: none;
	background: none;
  color: #158f98;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	border-radius: 0;
	margin: 0 0 0 20px;
	padding: 0;
	text-decoration: underline;
	}
#HomePhotoTextBot a.LMbut i {
	color: #105878;
	margin-left: 10px;
	}
#HomePhotoTextBot a.LMbut:hover {
	text-decoration: none;
	background: none;
	}
#HomePhotoTextBot2 a.LMbut {
	display: inline;
  float: none;
	background: none;
  color: #158f98;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	border-radius: 0;
	margin: 0 0 0 20px;
	padding: 0;
	text-decoration: underline;
	}
#HomePhotoTextBot2 a.LMbut i {
	color: #105878;
	margin-left: 10px;
	}
#HomePhotoTextBot2 a.LMbut:hover {
	text-decoration: none;
	background: none;
	}

#HomePhotoText3.OverPrint a.LMbut {
	background: #1485cc;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
  color: #fff;
	border-radius: 0;
  border: 5px solid #fff;
	margin: 40px 0 0 195px;
	padding: 10px 30px;
	text-decoration: none;
	}
#HomePhotoText3.OverPrint a.LMbut i {
	color: #fff;
	margin-left: 10px;
	}
#HomePhotoText3.OverPrint a.LMbut:hover {
	background: none;
	}
#HomePhotoText.LeftSide a.LMbut {
	background: rgba(20,133,204,.5);
	font-weight: 700;
  color: #fff;
	border-radius: 0;
  border: 5px solid #fff;
	margin: 40px 0 0 35px;
	padding: 10px 30px;
	text-decoration: none;
	}
#HomePhotoText.LeftSide a.LMbut:hover {
	background: rgba(20,133,204,1);
	}
#HomePhotoText.LeftSide a.LMbut i {
	color: #fff;
	}

.Seperate {
  position: relative;
  border-bottom: 5px solid #000;
  overflow: hidden;
  }
/**  End Unused Slider Styles  **/



#HomeContent {
  background: #fff;
  margin: 0 auto;
  clear: both;
  }

.SpScaf {
  position: relative;
  float: left;
  width: 60.9375%; /* 585px / 960px */
	margin: 30px 0 0 3.125%; /* 30px / 960px */
  border-radius: 20px;
  overflow: hidden;
  }
.SpScaf img {
  display: block;
  border: 0;
  }
.SpScaf a {
  position: absolute;
  top: 40px;
  left: 3%;
  width: 94%;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1),-2px -2px 3px rgba(0, 0, 0, 1);
  }

.HomeInfo {
  margin: 30px 10%;
 }

#HomeNews {
  float: left;
  width: 30%; /* 280px / 960px */
  margin: 30px 0 30px 10%; /* 30px / 960px */
  }
#HomeNews h1 {
	margin-bottom: 10px;
	}
#HomeNews a {
	display: block;
	font-size: 21px;
	line-height: 25px;
	margin: 0 0 15px 0;
	}

#NewsArea {
  float: right;
  width: 50%;
  margin: 30px 10% 30px 0;
  }
#NewsArea p.NSlink {
  font-size: .7em;
  font-weight: 400;
  margin: 30px 10px 10px 10px;
  text-transform: uppercase;
  }

@media screen and (max-width: 1025px) {
#NewsArea {
  float: none;
  width: 80%;
  margin: 30px 10%;
  }
#HomeNews {
  float: none;
  width: 80%;
  margin: 30px 10%;
  }
}

/**********************************************/
/* Home Banner Styles                         */
/**********************************************/

#HomeBanner {
  background: #ccc url(../images/bgHomeBanner3.jpg) no-repeat center -50px;
  padding: 1px 0;
  }
#HomeBanner h1 {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin: 15px 10%;
  text-shadow:-1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  }
#HomeBanner img {
  display: block;
  margin: 10px 15%;
  border: 0;
  }
#HomeBanner img:hover {
  opacity: .85;
  }

#HBarea {
	clear: both;
	margin: 0 10%;
	}
#HBarea h2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #dddddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  font-size: 24px;
  color: #0b418c;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  margin: 0 3% 10px 0;
  padding: 20px 5px 0 5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  }
#HBarea p {
  text-align: center;
  margin: 0 6% 20px 3%;
  }

.HomeButton {
  float: left;
  width: 23%;
  margin: 0 2% 20px 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  }
.HomeButton div {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b418c;
  background: rgba(11,65,140,.9);
  z-index: 10;
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  }
.HomeButton div.AlwaysOn {
  opacity: 1;
  }
.HomeButton img {
  display: block;
  margin: 0 auto;
  border: 0;
  }
.HomeButton a {
  text-decoration: none;
  }
.HomeButton a:hover div {
  opacity: 1;
  }
.HomeButton a:hover div.AlwaysOn {
  opacity: .9;
  }
 
.HomeButton h1 {
	font-size: 23px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 75px 0 0 0;
	margin: 0 2%;
	}
.HomeButton h1.Middle {
  padding: 50% 0 0 0;
  margin: 0 3%;
  }
.HomeButton h1.Undercard {
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  text-shadow: -1px -1px 2px #000, 1px 1px 2px #000;
  }
.HomeButton p {
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0 0 20px 0;
	}

/**********************************************/
/* Home JObsite Leaders Styles                */
/**********************************************/

.HomeAd {
  background: #0c3f56 url(../images/bgHomeAd.jpg) no-repeat center top;
  margin: 0 0 50px 0;
  padding: 50px 0;
  }
.HomeAdImg {
	float: left;
	width: 25.33333333333333%; /* 304px / 1200px */
	margin: 0;
	}
.HomeAdImg img {
	display: block;
	margin: 0 auto;
	border: 0;
	}
.HomeAdText {
	float: right;
	width: 70%; /* 840px / 1200px */
	margin: 0;
	}
.HomeAd h1 {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  margin: 55px 0 10px 0;
  }
.HomeAd p {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  }
.HomeAd a {
  color: #d2e8e7;
  }
.HomeAd a:hover {
  color: #f58220;
  }

@media screen and (max-width: 1020px) {
.HomeInfo {
  float: none;
  width: 80%;
  margin: 30px 10%;
   }
#HomeNews {
  float: none;
  width: 80%;
  margin: 30px 10%;
  }
}
        @media screen and (max-width: 905px) {
.HomePhotoTextBig h1 {
	font-size: 36px;
	line-height: 40px;
  letter-spacing: 0;
	}
.HomePhotoTextBig p {
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 10px 5%;
	}
.HomePhotoTextBig p.Tagit {
	font-size: 16px;
	line-height: 18px;
	}
}
@media screen and (max-width: 875px) {
.HomePhotoText1 h1 {
	margin: 10px 10px 0 10px;
	}
.HomePhotoText1 p {
	margin: 10px 10px 0 10px;
	}
.HomePhotoText1 h1.Verb {
	font-size: 36px;
	line-height: 40px;
	color: #f58220;
	font-weight: 700;
	margin: 10px 10px 0 10px;
	}
.HomePhotoText1 h2 {
	margin: 10px 10px 0 10px;
	}
.HomePhotoText1 p.Verboise {
	font-size: 20px;
	line-height: 24px;
	margin: 0 10px 10px 10px;
	}
.HomePhotoText1 p.Vcenter {
	font-size: 18px;
	line-height: 20px;
	}
#HomePhotoText3.OverPrint {
	top: 20px;
	right: 10px;
	width: 490px;
	}
#HomePhotoText.LeftSide h1 {
	margin: 20px 20px 0 35px;
	}
#HomePhotoText.LeftSide p {
	margin: 0 20px 0 35px;
	}
#HomePhotoTextBot h1 {
	font-size: 30px;
	line-height: 34px;
	margin: 10px 10px 0 10px;
	}
#HomePhotoTextBot p {
	font-size: 18px;
	line-height: 22px;
	margin: 5px 10px 0 10px;
  }
#HomePhotoTextBot2 h1 {
	font-size: 30px;
	line-height: 34px;
	margin: 10px 10px 0 10px;
	}
#HomePhotoTextBot2 p {
	font-size: 18px;
	line-height: 22px;
	margin: 5px 10px 0 10px;
  }
}
@media screen and (max-width: 860px) {
.HomeAd h1 {
  margin: 25px 0 10px 0;
  }
.HomeButton h1 {
  padding: 25px 0 0 0;
  }
}
@media screen and (max-width: 800px) {
.HomeButton {
  float: none;
  width: 50%;
  margin: 20px auto;
  }
.HomeButton h1 {
  padding: 50px 0 0 0;
  }
.HomeButton div {
  background: rgba(11,65,140,.7);
  }
.HomeButton a div {
  opacity: 1;
  }
}
@media screen and (max-width: 730px) {
.HomePhotoTextBig {
	position: static;
	width: 100%;
	height: auto;
	background: #fff;
	background: rgba(255,255,255,1);
  padding: 1px 0;
	}
.HomePhotoTextBig p {
  float: none;
  width: 90%;
	}
.SpScaf a {
  top: 20px;
  }
.SpScaf a {
  font-size: 20px;
  line-height: 24px;
  }
}
@media screen and (max-width: 720px) {
#HomePhotoText.LeftSide {
	position: static;
	width: 100%;
	height: 130px;
	background: #0970b2;
	}
#HomePhotoText.LeftSide h1 {
  font-size: 24px;
  line-height: 28px;
	margin: 0 10px 0 10px;
	}
#HomePhotoText.LeftSide p {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 10px 5px 10px;
	}
#HomePhotoText.LeftSide a.LMbut {
  display: inline-block;
	float: none;
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 5px 10px;
	padding: 5px 10px;
	}
.HomePhotoText1 {
	position: static;
	width: 100%;
	height: 130px;
	background: #fff;
	}
.HomePhotoText1 h1 {
  font-size: 24px;
  line-height: 28px;
	margin: 0 10px 0 10px;
	}
.HomePhotoText1 p {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 10px 5px 10px;
	}
.HomePhotoText1 h1.Verb {
  font-size: 24px;
  line-height: 28px;
	color: #f58220;
	font-weight: 700;
	margin: 0 10px 0 10px;
	}
.HomePhotoText1 h2 {
	font-size: 14px;
	line-height: 18px;
	margin: 5px 10px 0 10px;
	}
.HomePhotoText1 p.Verboise {
	font-size: 14px;
	line-height: 18px;
	margin: 0 10px 5px 10px;
	}
span.TwoLines {display: inline;}
a.LMbut {
  display: inline-block;
	float: none;
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0 5px 10px;
	padding: 5px 10px;
	}
#HomePhotoText3 {
	position: static;
	height: 130px;
	}
#HomePhotoText3.OverPrint {
	position: static;
	width: 100%;
	background: #0970b2;
	height: 130px;
	}
#HomePhotoText3.OverPrint h1 {
  font-size: 24px;
  line-height: 28px;
	margin: 0 0 0 10px;
	}
#HomePhotoText3.OverPrint a.LMbut {
  display: inline-block;
  float: none;
	font-size: 18px;
	line-height: 20px;
  border: 3px solid #fff;
	margin: 5px 0 5px 10px;
	padding: 5px 10px;
	}
#HomePhotoTextBot {
	position: static;
	width: 100%;
	height: 130px;
	background: #fff;
	}
#HomePhotoTextBot h1 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
	}
#HomePhotoTextBot p {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 10px 5px 10px;
	}
#HomePhotoTextBot a.LMbut {
	font-size: 18px;
	line-height: 20px;
	}
#HomePhotoTextBot2 {
	position: static;
	width: 100%;
	height: 130px;
	background: #fff;
	}
#HomePhotoTextBot2 h1 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
	}
#HomePhotoTextBot2 p {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 10px 5px 10px;
	}
#HomePhotoTextBot2 a.LMbut {
	font-size: 18px;
	line-height: 20px;
	}
}
@media screen and (max-width: 660px) {
.HomeAd {
	float: none;
	width: 79%;
	margin: 0 0 30px 0;
	padding: 30px 10%;
	}
.HomePhotoText1 h1.Verb {
  font-size: 16px;
  line-height: 18px;
	}
.HomePhotoText1 h2 {
	font-size: 12px;
	line-height: 14px;
	}
.HomePhotoText1 p.Verboise {
	font-size: 12px;
	line-height: 14px;
	}
.HomeAd h1 {
  margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
#HomeContent {
	background: #fff;
	}
.SpScaf {
	float: none;
	width: 95%;
	margin: 30px auto 0 auto;
  }
.HomeAdImg {
  float: none;
  width: 100%;
  margin: 0;
  }
.HomeAdText {
  float: none;
  width: 100%;
  margin: 0;
  }
#HomeBanner img {
  margin: 20px 0 20px 10%;
  }
}
@media screen and (max-width: 450px) {
.HomeButton {
	width: 100%;
	}
.HomeButton div {
	width: 100%;
	}
}
@media screen and (max-width: 370px) {
.SpScaf {
  border-radius: 0;
	width: 80%;
  }
.SpScaf a {
  position: static;
  display: block;
  color: #158f98;
  text-shadow: none;
  text-decoration: underline;
  }
.SpScaf img {
  display: none;
  }
#HomeBanner h1 {
  margin: 35px 5% 15px 5%;
  }
#HomeBanner img {
  margin: 20px auto;
  }
}


/**********************************************/
/* Sub Page Styles                            */
/**********************************************/


.MessageTop {
  float: right;
  width: 56.25%; /* 675px / 1200px */
  margin: 0 0 10px 0;
  }

.MessageMiddle {
  float: left;
  width: 47.5%; /* 570px / 1200px */
  margin: 0 0 10px 0;
  clear: both;
  }

.MessageBottom {
  float: right;
  width: 60%; /* 720px / 1200px */
  }

.LeftImage {
  float: left;
  width: 40%; /* 480px / 1200px */
  margin: 0 0 10px 0;
  }
.LeftImage img {
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  }

.RightImage {
  float: right;
  width: 50%; /* 600px / 1200px */
  margin: 0 0 10px 0;
  }
.RightImage img {
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  }

#ESTphoto {
  position: relative;
  float: left;
  width: 37.5%; /* 450px / 1200px */
  margin: 0 0 0 0;
  }
#ESTphoto img {
  display: block;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  }
#ESTphoto h3 {
  position: absolute;
  top: 150px;
  right: 0;
  width: 120px;
  font-size: 17px;
  line-height: 22px;
  color: #000;
  margin: 0;
  }
#ESTphoto p {
  position: absolute;
  top: 170px;
  right: 0;
  width: 120px;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  }


#SubStaff {
  float: right;
  width: 50%; /* 535px / 900px */
  }

#StaffSidebar {
  float: left;
  width: 48%; /* 345px / 900px */
  }

#StaffMembers {
  margin: 0;
  }
#StaffMembers h1 {
  text-align: center;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #105878;
  }
.StaffMem {
  margin: 0 0 10px 0;
  clear: left;
  text-align: center;
  }
.StaffMem img {
  float: left;
  display: block;
  margin: 0 auto;
  border: 0;
  }
.StaffMem a {
	display: block;
	margin: 0;
  font-weight: 700;
  }
.StaffMem p {
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	font-weight: 400;
	margin: 0 0 5px 0;
  }

#StaffMiddle {
  clear: both;
  margin: 0;
  }
#StaffMiddle .StaffMem {
  margin: 20px 0 15px 0;
  }

.StaffExecs {
  margin: 20px 0 15px 0;
  padding: 5px 0 0 0;
  border-top: 1px dotted #999;
  }
.StaffExecs h2 {
  margin: 20px 0 5px 0;
  }

p.EOTD {
  margin: 0 0 15px 0;
  line-height: 21px;
  }
p.EOTD span {
  display: block;
  font-weight: bold;
  color: #f58220;
  }

.StaffReps {
  margin: 20px 0 15px 0;
  padding: 5px 0 0 0;
  }

#ContactMembers {
  float: left;
  width: 25%; /* 300px / 1200px */
  margin: 0;
  }

#BigCard {
  float: right;
  background: #e7f3f4;
  width: 38%;
  margin: 0 0 10px 0;
  padding: 15px 5%;
  border-radius: 10px;
  }
#BigCard iframe {
  margin: 0 auto;
  }

#ContactMiddle {
  float: left;
  width: 46.66666666666667%; /* 280px / 600px */
  margin: 0 0 0 1.66666666666667%; /* 10px / 600px */
  }

.LocalContacts {
  clear: right;
  float: right;
  width: 70%; /* 840px / 1200px */
  margin: 30px 0 0 0;
  }
.LocalContacts ul {
  margin: 10px 0;
  }
.LocalContacts li {
  background: #e7f3f4;
  float: left;
  width: 38%;
  border-radius: 10px;
  margin: 0 4% 30px 0;
  padding: 15px 5%;
  }
.LocalContacts li:nth-child(even) {
  margin: 0 0 10px 0;
  }
.LocalContacts li h4 {
  text-align: center;
  font-weight: 700;
  }
.LocalContacts li h5 span {
  color: #105878;
  }

.BigQuotes {
	font-size: 28px;
	line-height: 35px;
	color: #105878;
	font-weight: 700;
	}
p.PullQuote {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
  padding: 0 10px;
	letter-spacing: .04em;
  border-left: 1px solid #105878;
  border-right: 1px solid #105878;
}

@media screen and (max-width: 965px) {
.LocalContacts {
  float: none;
  clear: both;
  width: 100%;
  }
#ContactMembers {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 820px) {
#ESTphoto h3 {
  width: 100px;
  top: 100px;
  }
#ESTphoto p {
  width: 100px;
  top: 120px;
  }
#SubStaff {
  float: none;
  width: 100%;
  }
#StaffSidebar {
  float: none;
  width: 100%;
  }
#ESTphoto h3 {
  margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 720px) {
.MessageTop {
  float: none;
  width: 100%;
  }
.MessageMiddle {
  float: none;
  width: 100%;
  }
.MessageBottom {
  float: none;
  width: 100%;
  }
.LeftImage {
  float: none;
  width: 100%;
  }
.RightImage {
  float: none;
  width: 100%;
  }
#ESTphoto {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 630px) {
.StaffMem img {
  float: none;
  margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 600px) {
#ContactMiddle {
  float: none;
  clear: both;
  width: 100%;
  }
.LocalContacts li {
  float: none;
  width: 90%;
  margin: 0 auto 10px auto;
  }
.LocalContacts li:nth-child(even) {
  margin: 0 auto 10px auto;
  }
#BigCard {
  float: none;
  width: 90%;
  clear: both;
  margin: 20px auto 10px auto;
  }
}
@media screen and (max-width: 515px) {
#ESTphoto h3 {
  position: static;
  margin: 0 0 0 10px;
  width: auto;
/*  top: 10px;
  left: -15px;*/
  }
#ESTphoto p {
  position: static;
  width: auto;
/*  top: 30px;
  left: -15px;
  width: 70px;*/
  }
}

/**********************************************/
/* Flexslider Over-rides                      */
/**********************************************/

.flexslider {
  background: none;
border: 0;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
box-shadow: 0 0 0 rgba(0,0,0,0);
-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
-o-box-shadow: 0 0 0 rgba(0,0,0,0);
}

.slides li {
  margin: 0;
  padding: 0;
  }


/* ********************************************* */
/* Sticky Social Sidebar                         */
/* ********************************************* */

#sticky-social {
   left: 50%;
   position: fixed;
   top: 160px;
	 margin-left: -515px;
	 z-index: 90;
}
#sticky-social li {
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
	 text-decoration: none;
   font-size: 16px;
}
#sticky-social a span {
   line-height: 25px;
   top: 10px;
   right: -3500px;
   position: absolute;
   text-align:center;
   width:120px;
  font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	 z-index: 100;
}
#sticky-social a:hover span {
	 right: 35px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  



/**********************************************/
/* Counter Styles                             */
/**********************************************/

#Visitors {
  clear: both;
  margin: 0 auto;
  padding: 10px 0;
  line-height: 18px;
  text-align: center;
  }
#Visitors p {
  display: inline;
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 0 0;
  }

.Counter {
  display: inline;
  background: url(../images/VisitorsBack.png) no-repeat;
  text-align: right;
  width: 120px;
  height: 24px;
  margin: 0 0 0 5px;
  padding: 0 0 0 4px;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  letter-spacing: .65em;
}

.PPimage {
  display: block;
  margin: 5px 0 0 0;
  }

@media screen and (max-width: 770px) {
#Visitors {
  margin: 10px auto;
  padding: 10px 5px 10px 30px;
  }
}


/**********************************************/
/* SWDL Classes                               */
/**********************************************/

.ButtonPane {
  clear: both;
  margin: 10px 10px 10px 70px; 
  padding: 10px 0 0 0; 
  }

p.error {
  color: #ff0000;
}

.Login {
  margin: 0 20px 0 100px;
  padding: 0;
  }
.Login input { 
  margin: 0px 0px 0px 10px;
  padding: 0px;
  }
.Login input.Button { 
  margin: 0 0 0 0;
  padding: 0;
  }
.Login label { 
  display: block;
  font-size: 1.25em;
  float: left;
  width: 60px;
  margin: 0;
  padding: 0p;
  }
.Login .ButtonPane {
  clear: both;
  margin: 10px 10px 10px 70px; 
  padding: 10px 0 0 0; 
  }

p.rup {
  font-size: 1.25em;
  margin: 0 20px 10px 48px;
  }

.Recover {
  margin: 0 20px 0 100px;
  padding: 0px;
  }
.Recover input { 
  margin: 0 0 0 10px;
  padding: 0;
  }
.Recover input.Button {
  margin: 0 0 0 0;
  padding: 0;
  }
.Recover label { 
  display: block;
   font-size: 1.25em;
 float: left;
  width: 60px;
  margin: 4px 0 0 0;
  padding: 0;
  }
.Recover .ButtonPane {
  clear: both;
  margin: 10px 10px 10px 70px; 
  padding: 10px 0 0 0; 
  }

.AddEditView {
  margin: 0px; 
  padding: 0px;
  }
.AddEditView label {
  float: left;
  text-align: right;
  width: 120px;
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  color: #000000;
  }
.AddEditView input {
  color: #000000;
  }
.AddEditView input.Button {
  margin: 0px 0px 0px 10px; 
  padding: 0px;
  }
.AddEditView input.boxes { 
  margin: 10px 5px 0px 0px; 
  padding: 0px;
  float: left;
  display: inline;
  } 
.AddEditView label.boxes { 
  margin: 3px 10px 0px 0px; 
  padding: 0px;
  width: 200px;
  float: left;
  line-height: 30px;
  text-align: right;
  } 
.UserAddEditView {
  margin: 0px; 
  padding: 0px;
  }
.UserAddEditView label {
  float: left;
  text-align: right;
  width: 120px;
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  color: #000000;
  }
.UserAddEditView input {
  color: #000000;
  }
.UserAddEditView input.Button {
  margin: 0px 0px 0px 10px; 
  padding: 0px;
  }
.UserAddEditView input.boxes { 
  margin: 10px 5px 0px 0px; 
  padding: 0px;
  float: left;
  display: inline;
  } 
.UserAddEditView label.boxes { 
  margin: 3px 10px 0px 0px; 
  padding: 0px;
  width: 200px;
  float: left;
  line-height: 30px;
  text-align: right;
  }  

div.rphoto {
  display: none;
  }

.ApplicationList {
	margin: 20px 0 0 0;
	}
.ApplicationList td {
	padding: 0 15px 5px 0;
	}
@media screen and (max-width: 650px) {
.ApplicationList tr {
	display: block;
	margin: 0 0 20px 0;
	}
.ApplicationList td {
	display: block;
	padding: 0;
	}
}

/**********************************************/
/* Splash Styles                              */
/**********************************************/

#Overlay {
	position: relative;
	z-index: 100;
	background: rgba(146,148,151,.8);
	margin: 45px auto;
	padding: 1px 0;
	width: 1000px;
	border-radius: 20px;
}
#Overlay img {
  display: block;
  border: 0;
  margin: 30px auto 0 auto;
  }


#PageLink {
	position: fixed	;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
#PageLink img {
	display: block;
	border: 0;
	margin: 0 auto;
}

iframe {
	max-width: 100%;
}

.InstLeft {
	float: left;
	margin: 30px 10px 0 20px;
	padding: 1px 0;
	background: rgba(0,56,123,.8);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 45%;
}
.InstLeft h1 {
	margin: 30px 10px;
	border-bottom: 2px solid #000;
}
.InstLeft h2 {
  margin: 10px 20px 5px 20px;
  color: #fff;
}
.InstLeft p {
  color: #fff;
	margin: 0 20px 20px 20px;
}
.InstLeft a {
  color: #fff;
}


.InstRight {
	float: right;
	margin: 30px 20px 0 10px;
	padding: 1px 0;
	background: rgba(0,56,123,.8);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 45%;
}
.InstRight h2 {
  margin: 10px 20px 5px 20px;
  color: #fff;
}
.InstRight p {
  color: #fff;
	margin: 0 20px 20px 20px;
}
.InstRight a {
  color: #fff;
}

#PhotoHold {
  margin: 0 0 20px 0;
  }



/**********************************************/
/* Privacy Policy Styles                      */
/**********************************************/

.Privacy {
  margin: 30px 0;
  }
.Privacy ul {
  margin: 0 0 30px 10px;
  }
.Privacy ol {
  margin: 0 0 30px 10px;
  }
.Privacy ul li {
  font-weight: 700;
  color: #158f98;
  list-style-type: disc;
  margin: 0 0 7px 15px;
  }
.Privacy ol li {
  font-weight: 700;
  color: #158f98;
  list-style-type: decimal;
  margin: 0 0 7px 15px;
  }
.Privacy li span {
  font-weight: 300;
  color: #000;
  }



@media screen and (max-width: 1020px) {
#Overlay {
	width: 98%;
	}
.InstLeft {
	float: none;
	width: 90%;
	margin: 10px auto;
	border-radius: 20px;
}
.InstRight {
	float: none;
	width: 90%;
	margin: 10px auto;
	border-radius: 20px;
}
}


/**********************************************/
/* Photo Cropping Styles                      */
/**********************************************/

#crop_wrap img {
  display: block;
  }


