/*=✰ Fold3 Homepage
prater version
(c) Fold3 2014
------------------------------------*/
/* Signed-Out Homepage */
.signedout-background {
  background: #9e978d;
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: -50px;
  min-height: 760px;
}
@media (max-width: 992px) {
  .signedout-background {
    min-height: 654px;
  }
}
@media (max-width: 768px) {
  .signedout-background {
    min-height: 560px;
  }
}
@media (max-width: 480px) {
  .signedout-background {
    min-height: 600px;
  }
}
.so-search-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.showcase .so-searchnow {
  margin-top: 25%;
}
.no-showcase .so-searchnow {
  margin-top: 30%;
}
.so-searchnow h1 {
  font-weight: 100;
  font-size: 45px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .so-searchnow h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .so-searchnow h1 {
    font-size: 30px;
  }
}
@media (min-width: 1600px) {
  .so-searchnow {
    margin-top: 30%;
  }
}
@media (max-width: 480px) {
  .showcase .so-searchnow {
    margin-top: 38%;
  }
  .no-showcase .so-searchnow {
    margin-top: 48%;
  }
  .so-searchnow h1 {
    font-weight: 100;
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .so-searchnow .so-inputs-wrap {
    height: 180px;
    max-width: 296px;
    background: none;
    display: block;
  }
  .so-searchnow .so-search-inputs {
    background: #c14139;
    display: flex;
  }
  .so-searchnow .so-search-inputs input.edit_input,
  .so-searchnow .so-search-inputs .text {
    float: left;
    width: 280px;
    max-width: 280px;
    clear: right;
    margin-top: 0px;
    height: 50px;
  }
  .so-searchnow .so-submit-search {
    float: none;
    flex: 0;
  }
  .so-searchnow .so-submit-search .so-submit {
    font-weight: 500;
  }
}
.so-inputs-wrap {
  background: #c14139;
  height: 60px;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 6px;
  display: flex;
}
@media (max-width: 992px) {
  .so-inputs-wrap {
    max-width: 568px;
  }
}
@media (max-width: 768px) {
  .so-inputs-wrap {
    max-width: 470px;
  }
}
.so-search-inputs {
  display: flex;
  margin: 6px 0 0 0;
  flex: 1;
}
@media (max-width: 768px) {
  .so-search-inputs span {
    display: none;
  }
}
.so-search-inputs input.edit_input,
.so-search-inputs .text {
  box-shadow: none;
  background: none;
  color: #fff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 100;
  padding: 0 8px 4px 8px;
  border: none;
  border-radius: 0px;
  height: 56px;
  margin-top: -6px;
  flex: 1;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  .so-search-inputs input.edit_input,
  .so-search-inputs .text {
    max-width: 400px;
    font-size: 20px;
    margin-top: -6px;
  }
}
.so-search-inputs .text::-moz-placeholder {
  color: #f5dfde;
}
.so-search-inputs .text:-ms-input-placeholder {
  color: #f5dfde;
}
.so-search-inputs .text::-ms-input-placeholder {
  color: #f5dfde;
}
.so-search-inputs .text::-webkit-input-placeholder {
  color: #f5dfde;
}
.so-search-inputs input.edit_input:focus,
.so-search-inputs .text:focus {
  background: rgba(0, 0, 0, 0.2);
}
.so-search-inputs .so-sicon {
  font-size: 30px;
  text-align: left;
  float: left;
  margin: 5px 8px;
}
.so-showcase-stage {
  margin: 20px auto;
  text-align: center;
  width: 768px;
  height: 234px;
  overflow: hidden;
}
.showcase .so-showcase-stage {
  display: block;
}
.no-showcase .so-showcase-stage {
  display: none;
}
.so-showcase-stage li {
  display: block;
}
.so-showcase-stage li img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .so-showcase-stage {
    width: 568px;
    height: 173px;
  }
  .so-showcase-stage img {
    width: 568px;
    height: 173px;
  }
}
@media (max-width: 768px) {
  .so-showcase-stage {
    width: 470px;
    height: 143px;
  }
  .so-showcase-stage img {
    width: 470px;
    height: 143px;
  }
}
@media (max-width: 480px) {
  .so-showcase-stage {
    margin-top: 0px;
    width: 296px;
    height: 90px;
  }
  .so-showcase-stage img {
    width: 296px;
    height: 90px;
  }
}
.so-links-wrap {
  background: #044c66;
  color: #fff;
  height: 48px;
}
.so-honorpage-wrap {
  background: #f8f7f3;
  padding: 36px 0;
}
.so-white-wrap {
  padding: 36px 0;
}
.so-submit-search {
  display: inline-block;
  position: relative;
  float: right;
}
.so-submit-search .so-submit {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  color: #c14139;
  font: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
  margin: 12px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.so-submit-search .so-submit:hover {
  background-color: #044c66;
  color: #fff;
}
.so-submit-search .so-submit:active {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}
.so-freetrial {
  background-color: #fff;
  border-radius: 4px;
  color: #044c66;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 30px -126px;
  padding: 16px;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  width: 220px;
}
.so-freetrial a,
.so-freetrial a:visited,
.so-freetrial a:hover {
  color: #044c66;
  text-decoration: none;
}
.so-freetrial:hover {
  background: #f2f2f2;
}
.so-freetrial:active {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}
.so-btn {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-top: 24px;
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
}
.so-btn:visited,
.so-btn:hover {
  color: #fff;
  text-decoration: none;
}
.so-btn:active {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}
.brand-red {
  background: #c14139;
}
.brand-red:hover {
  background: #cf645e;
}
.blue {
  background: #044c66;
}
.blue:hover {
  background: #067197;
}
.so-bottom-content-wrap {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 50px;
}
.so-section-links {
  background: #044c66;
  color: #fff;
  padding: 16px 0;
  font-weight: 100;
  letter-spacing: 0.1em;
  position: relative;
  top: -54px;
}
.so-section-links .so-links {
  width: 200px;
}
@media (max-width: 480px) {
  .so-section-links .so-links {
    font-size: .8em;
    width: 75px;
  }
}
.so-section-links a,
.so-section-links a:visited {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.so-section-links a:hover {
  color: #3fc6f7;
  cursor: pointer;
}
.so-content-wrap {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  clear: both;
  max-width: 1024px;
  position: relative;
  text-align: center;
}
.so-left {
  float: left;
  padding-left: 12px;
}
.so-right {
  float: right;
  padding-right: 12px;
}
.so-conflicts {
  display: block;
  padding: 0 0 50px 0;
}
.so-conflicts h1 {
  color: #044c66;
  font-weight: 100;
  letter-spacing: 0.05em;
}
.so-conflicts .conflicts-divider {
  background: url('/i/so-conf-divider.svg') no-repeat top center;
  border-top: 1px solid #b6b6b6;
  height: 31px;
  max-width: 1024px;
}
.so-conflicts .conf-div-wht {
  height: 1px;
  background: #fff;
  width: 20px;
  position: relative;
  top: -32px;
  margin: 0 auto;
}
.so-conflicts .conf-dom {
  color: #044c66;
  margin: 0 auto;
  padding: 0;
}
.so-conflicts .conf-dom:before,
.so-conflicts .conf-dom:after {
  content: " ";
  display: table;
}
.so-conflicts .conf-dom:after {
  clear: both;
}
.so-conflicts .conf-dom a,
.so-conflicts .conf-dom a:visited {
  color: #044c66;
  text-decoration: none;
  cursor: pointer;
}
.so-conflicts .conf-dom a:hover {
  color: #067197;
}
.so-conflicts .conf-int {
  color: #c14139;
}
.so-conflicts li {
  float: left;
  font-size: 44px;
  height: 150px;
  padding: 0 8px;
  width: 66px;
}
.so-conflicts li p {
  font-size: 14px;
  margin-top: -8px;
}
.so-memorials {
  background: #4a4642;
  display: block;
  padding: 40px 0;
}
.so-memorials h1 {
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.05em;
  padding: 0 12px 0 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .so-memorials h1 {
    padding: 0 40px;
    text-align: center;
  }
}
.so-memorials p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  padding: 0 12px 0 40px;
  text-align: left;
}
@media (max-width: 768px) {
  .so-memorials p {
    padding: 0 40px;
    text-align: center;
  }
}
.so-memorials .so-btn {
  float: left;
  margin-left: 40px;
}
@media (max-width: 768px) {
  .so-memorials .so-btn {
    float: none;
    margin-left: 0px;
  }
}
@media (max-width: 1199px) {
  .so-memorials img {
    max-width: 400px;
    height: auto;
  }
  .so-memorials img {
    max-width: 310px;
    height: auto;
  }
}
.so-content {
  background: #fff;
  display: block;
  padding: 40px 0;
  color: #000;
}
.so-content h1 {
  color: #044c66;
  font-weight: 100;
  letter-spacing: 0.05em;
  padding: 0 40px 0 12px;
  text-align: left;
}
@media (max-width: 768px) {
  .so-content h1 {
    padding: 0 40px;
    text-align: center;
  }
}
.so-content p {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 0 40px 0 12px;
  text-align: left;
}
@media (max-width: 768px) {
  .so-content p {
    padding: 0 40px;
    text-align: center;
  }
}
.so-content .so-btn {
  float: left;
  margin-left: 12px;
}
@media (max-width: 768px) {
  .so-content .so-btn {
    float: none;
  }
}
@media (max-width: 1199px) {
  .so-content img {
    max-width: 400px;
    height: auto;
  }
  .so-content img {
    max-width: 310px;
    height: auto;
  }
}
.so-col-left {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .so-col-left {
    width: 100%;
  }
}
.so-col-right {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .so-col-right {
    clear: left;
    width: 100%;
  }
  .so-col-right img {
    margin-top: 40px;
  }
}
/* Golbal Adjusments */
.content {
  position: static;
  background: none;
}
.content:empty {
  display: none;
}
.footerquote p,
.footerquote h3 {
  color: #000;
}
@media screen and (max-device-width: 959px), screen and (max-width: 959px) {
  body.responsive {
    position: static;
  }
}
#navigation {
  background: rgba(54, 50, 45, 0.91);
  width: 100%;
  position: absolute;
  height: 58px;
  z-index: 999;
  top: 0;
}
#navigation .so-content-wrap {
  margin-top: -24px;
}
#navigation #logo {
  float: left;
  padding-top: 8px;
  width: 136px;
}
@media (max-width: 1199px) {
  #navigation #logo {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #navigation #logo {
    width: 120px;
  }
}
#navigation #logo:before,
#navigation #logo:after {
  background: none;
}
#navigation #logo a {
  background-position: 0px -1px;
  margin-left: 25px;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 127px;
  height: 50px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
}
#navigation #logo a:after {
  -webkit-filter: drop-shadow(0px -4px 0px #36322d);
  -ms-filter: drop-shadow(0px -4px 0px #36322d);
  filter: drop-shadow(0px -4px 0px #36322d);
  background-image: url("/i/fng-sprite.png");
  background-position: -228px 0;
  content: "\20";
  display: block;
  height: 30px;
  position: absolute;
  width: 26px;
  top: -1px;
  right: 17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #navigation #logo a:after {
    background-image: url("/i/fng-sprite2x.png");
    background-size: 261px 45px;
  }
}
#navigation .btn-t {
  border: 1px solid #fff;
  background: none;
  color: #fff!important;
  font-weight: 200;
  text-shadow: none;
}
#navigation .btn-t:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#navigation .btn-t:active {
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 2px 2px 2px 0px rgba(0, 0, 0, 0.75);
}
#navigation a.signinlink,
#navigation a.signinlink-on {
  background: none;
  border: none;
  color: #fff;
  font-weight: 200px;
  padding: 5px 0;
  text-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #navigation #mem-nav {
    margin: 0;
    float: right;
    font-size: 14px;
  }
  #navigation #mem-nav > li#pg-join {
    padding-right: 64px;
  }
  #navigation #mem-nav > li#pg-join::after {
    display: none;
  }
}
#navigation nav {
  display: none;
}
#navigation .notamember a {
  color: #044c66;
}
body.responsive #navigation #nav-ham {
  display: none !important;
}
body.responsive #navigation #logo {
  float: left;
  margin: 0 0 0 24px;
  position: static;
}
@media (max-width: 768px) {
  body.responsive #navigation #logo {
    margin: 0 0 0 12px;
  }
}
li > a:visited {
  color: #fff;
}
#ie6warning {
  position: absolute;
  z-index: 1000;
  top: 58px;
}
