@charset "UTF-8";
/* Slider */
@import url(https://fonts.googleapis.com/css?family=Raleway);
/* line 3, slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
/* line 42, slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url("../../images/home-retheme/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../fonts/home-retheme/slick.eot");
  src: url("../../fonts/home-retheme/slick.eot?#iefix") format("embedded-opentype"), url("../../fonts/home-retheme/slick.woff") format("woff"), url("../../fonts/home-retheme/slick.ttf") format("truetype"), url("../../fonts/home-retheme/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 60, slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
/* line 76, slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 80, slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 84, slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

/* line 89, slick-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 99, slick-theme.scss */
.slick-prev {
  left: 25px;
}
/* line 101, slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 105, slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 107, slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 113, slick-theme.scss */
.slick-next {
  right: 25px;
}
/* line 115, slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 119, slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 121, slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 132, slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
/* line 140, slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 148, slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 160, slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 162, slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 166, slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 183, slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}

@font-face {
  font-family: 'Gotham Black';
  src: url("../../fonts/home-retheme/GothamBlack.eot");
  src: url("../../fonts/home-retheme/GothamBlack.eot?#iefix") format("embedded-opentype"), url("../../fonts/home-retheme/GothamBlack.woff") format("woff"), url("../../fonts/home-retheme/GothamBlack.ttf") format("truetype"), url("../../fonts/home-retheme/GothamBlack.svg#ba4ac0babd0f10b69ed14d91cd5c8788") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url("../../fonts/home-retheme/ProximaNovaCondensedBold.eot");
  src: url("../../fonts/home-retheme/ProximaNovaCondensedBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/home-retheme/ProximaNovaCondensedBold.woff") format("woff"), url("../../fonts/home-retheme/ProximaNovaCondensedBold.ttf") format("truetype"), url("../../fonts/home-retheme/ProximaNovaCondensedBold.svg#3be4f00cfcfca15121171ec964cf63da") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url("../../fonts/home-retheme/ProximaNovaCond Semibold.eot");
  src: url("../../fonts/home-retheme/ProximaNovaCond Semibold.eot?#iefix") format("embedded-opentype"), url("../../fonts/home-retheme/ProximaNovaCond Semibold.woff") format("woff"), url("../../fonts/home-retheme/ProximaNovaCond Semibold.ttf") format("truetype"), url("../../fonts/home-retheme/ProximaNovaCond Semibold.svg#17ed094b7ebac54b078d566c7606f7f3") format("svg");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Proxima Nova Condensed';
  src: url("../../fonts/home-retheme/ProximaNovaCondensedRegular.eot");
  /* IE9 Compat Modes */
  src: url("../../fonts/home-retheme/ProximaNovaCondensedRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/home-retheme/ProximaNovaCondensedRegular.woff") format("woff"), url("../../fonts/home-retheme/ProximaNovaCondensedRegular.ttf") format("truetype"), url("../../fonts/home-retheme/ProximaNovaCondensedRegular.svg#9a7777fd9a44b72fb5ad6d3bbfde5fa4") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
/* line 71, responsive.scss */
body.usaHome {
  background: #d2d3d5;
  background-image: none;
}

/* line 76, responsive.scss */
#wrap {
  font-family: "PT Sans", sans-serif;
  /* background-color: #d2d3d5; */
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 87, responsive.scss */
.slideshow .slide {
  position: relative;
  overflow: hidden;
}
/* line 91, responsive.scss */
.slideshow .slide .container {
  position: relative;
  height: 100%;
  min-height: 245px;
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 106, responsive.scss */
.slideshow .slide > img {
  height: 300px;
  max-height: 100%;
  width: auto;
  min-width: 100%;
  max-width: none;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 122, responsive.scss */
.slideshow .slide .slide-content {
  position: absolute;
  bottom: 40px;
  left: 6.25%;
  z-index: 10;
  color: white;
}
/* line 129, responsive.scss */
.slideshow .slide .slide-content h1 {
  margin: 0;
  font-family: "Gotham Black";
  font-weight: 700;
  /* reducing font-size from 36 to 30 until after WeAreSouth campaign is over */
  font-size: 30px;
  line-height: 1.1;
  color: white;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.6);
}
/* line 141, responsive.scss */
.slideshow .slide .slide-content h2 {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 2px;
  /* commenting out below line until after WeAreSouth campaign is over */
  /*text-transform: uppercase;  */
  color: white;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.6);
}
@media (min-width: 992px) {
  /* line 158, responsive.scss */
  .slideshow .slide .slide-content {
    text-align: center;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    width: 75%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* line 170, responsive.scss */
  .slideshow .slide[class*="pos-"] .slide-content {
    width: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 176, responsive.scss */
  .slideshow .slide.pos-center .slide-content {
    width: 75%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* line 183, responsive.scss */
  .slideshow .slide.pos-top .slide-content {
    bottom: auto;
    top: 30px;
  }
  /* line 190, responsive.scss */
  .slideshow .slide.pos-bottom .slide-content {
    bottom: 30px;
    top: auto;
  }
  /* line 197, responsive.scss */
  .slideshow .slide.pos-left .slide-content {
    right: auto;
    left: 5.555555555%;
  }
  /* line 204, responsive.scss */
  .slideshow .slide.pos-right .slide-content {
    left: auto;
    right: 5.555555555%;
  }
}
@media (min-width: 1200px) {
  /* line 214, responsive.scss */
  .slideshow .slide.pos-top .slide-content {
    bottom: auto;
    top: 90px;
  }
  /* line 221, responsive.scss */
  .slideshow .slide.pos-bottom .slide-content {
    bottom: 50px;
    top: auto;
  }
  /* line 228, responsive.scss */
  .slideshow .slide.pos-left .slide-content {
    right: auto;
    left: 8.515625%;
  }
  /* line 235, responsive.scss */
  .slideshow .slide.pos-right .slide-content {
    left: auto;
    right: 8.515625%;
  }
}
/* line 243, responsive.scss */
.slideshow .slick-prev,
.slideshow .slick-next {
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (min-width: 992px) {
  /* line 251, responsive.scss */
  .slideshow .slide .container {
    padding-top: 30%;
    min-height: 350px;
    z-index: 5;
  }
  /* line 257, responsive.scss */
  .slideshow .slide > img {
    height: auto;
    width: 100%;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 269, responsive.scss */
  .slideshow .slide .container {
    padding-top: 30%;
    z-index: 5;
  }
  /* line 275, responsive.scss */
  .slideshow .slide .slide-content h1 {
    font-size: 60px;
  }
  /* line 279, responsive.scss */
  .slideshow .slide .slide-content h2 {
    position: relative;
    font-size: 24px;
    letter-spacing: 4px;
  }
  /* line 286, responsive.scss */
  .slideshow .slide > img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
  /* line 295, responsive.scss */
  .slideshow .slick-dots {
    bottom: 20px;
  }
  /* line 300, responsive.scss */
  .slideshow:hover .slick-prev,
  .slideshow:hover .slick-next {
    opacity: 1;
  }
}

/* new fb tn navbar */

nav.nav-bar-18-vd {
  width: auto;
  padding: 14px 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-image: url("../../images/home-retheme/nav-bar-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00235a;
}

nav.nav-bar-18-mm {
  width: auto;
  padding: 14px 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-image: url("../../images/home-retheme/majorsandminors.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #00235a;
  height: 250px;
}

@media (max-width: 500px) {
	
	nav.nav-bar-18-mm {
	  height: 220px;
	}
	
}

/*
@media (max-width: 990px) {
	
	nav.nav-bar-18-vd {
	  background-size: auto;
	}
	
}
*/

.usahmpfymbt {
  display: inline-block;
  width: 190px;
  background-color: #63656a;
  padding: 9px 15px 9px;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid white;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 15px;
  margin-left: 20px;
}

@media (max-width: 1200px) {
	
	.usahmpfymbt {
	  margin-left: 0px;
	}
	
}

.usahmpfymbt:hover {
  background-color: #117EB0;
  transition: width 200ms ease;
}

.usahmpfymbt:focus {
  background-color: #117EB0;
  transition: width 200ms ease;
}

.usahmpmjmnttlg {
	font-family: "Gotham Black";
	font-size: 60px;
	color: #fff;
	display: block;
	padding-top: 40px;
}

@media (max-width: 1200px) {
	
	.usahmpmjmnttlg {
		font-size: 50px;
		padding-top: 40px;
	}
	
}

@media (max-width: 990px) {
	
	.usahmpmjmnttlg {
		font-size: 40px;
		padding-top: 30px;
	}
	
}

@media (max-width: 500px) {
	
	.usahmpmjmnttlg {
		font-size: 30px;
		padding-top: 20px;
	}
	
}

.usahmpmjmndsmd {
	font-family: "PT Sans";
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	display: block;
	padding-top: 70px;
	float: left;
}

@media (max-width: 1200px) {
	
	.usahmpmjmndsmd {
		float: initial;
		text-align: center;
		padding-top: 60px;
	}
	
}

@media (max-width: 990px) {
	
	.usahmpmjmndsmd {
		font-size: 22px;
		float: initial;
		text-align: center;
		padding-top: 10px;
	}
	
}

@media (max-width: 500px) {
	
	.usahmpmjmndsmd {
		font-size: 18px;
		float: initial;
		text-align: center;
		padding-top: 10px;
	}
	
}

.hmssdvstalt {
	height:280px;
	vertical-align:bottom;
	display:table-cell;
	font-size:16px;
	padding-top:20px;
}

.hmsshonealt {
  margin: 0;
  font-family: "Gotham Black";
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  color: white;
  text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.6);
}

.hmsspgalt {
  color: white;
	text-shadow: none;
}

nav.nav-bar-18 {
  width: auto;
  padding: 14px 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-image: url("../../images/home-retheme/nav-bar-18.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

nav.nav-bar-18 .container {
  padding-left: 0;
  padding-right: 0;
}

nav.nav-bar-18 a {
  display: inline-block;
  width: auto;
  padding: 9px 25px 9px;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid white;
  color: white;
  text-decoration: none;
}

nav.nav-bar-18 li:nth-child(1) a {
	background-color: #c1193f;
}

nav.nav-bar-18 li:nth-child(2) a {
	background-color: #3b6499;
}

nav.nav-bar-18 li:nth-child(3) a {
	background-color: #63656a;
}

nav.nav-bar-18 li:nth-child(4) a {
	background-color: #00235a;
}

nav.nav-bar-18 li:nth-child(5) a {
	background-color: #c1193f;
}

nav.nav-bar-18 a span {
  position: relative;
  z-index: 1;
}

nav.nav-bar-18 a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #117EB0;
  transition: width 200ms ease;
}

nav.nav-bar-18 a:hover {
  text-decoration: none;
}

nav.nav-bar-18 a:hover:after {
  width: 100%;
}

nav.nav-bar-18 a:focus:after {
  width: 100%;
}

nav.nav-bar-18 li {
  display: block;
  padding: 10px 5%;
}

nav.nav-bar-18 ul {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {

  nav.nav-bar-18 a {
    width: 248px;
  }

  nav.nav-bar-18 li {
	display: inline-block;
    padding: 0;
    margin: 0 1.7%;
  }
	
}

@media (min-width: 990px) and (max-width: 1199px) {
	
  .hmssdvstalt {
	height:240px;
  }
	
  .hmsshonealt {
    font-size: 60px;
  }

  nav.nav-bar-18 a {
    width: 220px;
  }

  nav.nav-bar-18 li {
	display: inline-block;
    padding: 0;
    margin: 0 1%;
  }
	
}

@media (min-width: 768px) and (max-width: 989px) {
	
  .hmssdvstalt {
	height:80px;
  }
	
  .hmsshonealt {
    font-size: 30px;
  }

  nav.nav-bar-18 a {
    width: 100%;
  }

  nav.nav-bar-18 li {
	display: inline-block;
    padding: 0;
    margin: 0 0%;
  }
	
}

@media (max-width:767px) {
	
  .hmssdvstalt {
	height:80px;
  }
	
  .hmsshonealt {
    font-size: 30px;
  }
	
  nav.nav-bar-18 a {
    width: 100%;
  }
	
  nav.nav-bar-18 li {
    margin: 0 1%;
  }
	
}

.sslkwhhrtxt {
	color:white;
	font-weight:bold;
	text-decoration:underline;
}

.sslkwhhrtxt a {
	color: white;
}

.sslkwhhrtxt:hover {
	color:#aac9f0;
}

.sslkwhhrtxt:focus {
	color:#aac9f0;
}

/* line 308, responsive.scss */
nav.nav-bar {
  width: auto;
  padding: 12px 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  background-color: #447fbe;
}
/* line 319, responsive.scss */
nav.nav-bar .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 324, responsive.scss */
nav.nav-bar a {
  display: inline-block;
  width: 100%;
  padding: 6px 25px 4px;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid white;
  color: white;
}
/* line 341, responsive.scss */
nav.nav-bar a span {
  position: relative;
  z-index: 1;
}
/* line 346, responsive.scss */
nav.nav-bar a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #c50f3c;
  transition: width 200ms ease;
}
/* line 361, responsive.scss */
nav.nav-bar a:hover {
  text-decoration: none;
}
/* line 364, responsive.scss */
nav.nav-bar a:hover:after {
  width: 100%;
}
/* line 370, responsive.scss */
nav.nav-bar li {
  display: block;
  padding: 10px 5%;
}
/* line 375, responsive.scss */
nav.nav-bar ul {
  margin: 0;
  padding: 0;
}
/* line 380, responsive.scss */
nav.nav-bar.nav-bar-primary {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 388, responsive.scss */
  nav.nav-bar a {
    width: auto;
  }
  /* line 392, responsive.scss */
  nav.nav-bar li {
    display: inline-block;
    padding: 0;
    margin: 0 7%;
  }
}

@media (min-width: 992px) {
  /* line 401, responsive.scss */
  .carousel {
    position: relative;
	background-color: #00235a;
  }

  /* line 404, responsive.scss */
  .slideshow + .nav-bar-primary {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.feature-news-2 h2 {
  display: block;
  padding: 0 0 0 0 !important;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  color: #101046;
}
/* line 415, responsive.scss */
.feature-news h2 {
  display: block;
  padding: 0 0 20px 1.5%;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
/* line 424, responsive.scss */
.feature-news a {
  color: #022d5d;
  transition: color 200ms ease;
  text-decoration: none;
}
/* line 428, responsive.scss */
.feature-news a:hover {
  text-decoration: underline;
  color: #c50f3c;
}
.feature-news a:focus {
  text-decoration: underline;
}
/* line 432, responsive.scss */
.feature-news a:hover h2, .feature-news a:hover h3, a:focus h2, .feature-news a:focus h3 {
  color: #c50f3c;
}
/* line 438, responsive.scss */
.feature-news article {
  padding: 0 5%;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 15px;
}
/* line 445, responsive.scss */
.feature-news article img {
  width: 100%;
  height: auto;
}
/* line 450, responsive.scss */
.feature-news article h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  color: #255783;
  transition: color 200ms ease;
}
/* line 460, responsive.scss */
.feature-news article a {
  display: block;
}
@media (min-width: 768px) {
  /* line 466, responsive.scss */
  .feature-news article {
    padding: 0 2.5%;
  }
}
@media (min-width: 992px) {
  /* line 413, responsive.scss */
  .feature-news {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 477, responsive.scss */
  .feature-news article {
    padding: 0 1.5%;
    margin: 0;
    font-size: 16px;
  }
  /* line 483, responsive.scss */
  .feature-news article h3 {
    font-size: 24px;
  }
}

/* line 490, responsive.scss */
.video-links {
  padding: 38px 0;
}
/* line 493, responsive.scss */
.video-links > div {
  margin: 0;
  padding: 7px;
  position: relative;
}
/* line 499, responsive.scss */
.video-links > div a {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
/* line 517, responsive.scss */
.video-links > div a span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
	text-shadow: 4px 5px 5px rgba(0, 0, 0, 1); /* added by OU at USA request*/
}
/* line 529, responsive.scss */
.video-links > div a span.subtitle {
  display: none;
  padding-top: 2px;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
/* line 539, responsive.scss */
.flexbox .video-links > div a > div {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 550, responsive.scss */
.flexbox .video-links > div a span {
  position: relative;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* line 557, responsive.scss */
.flexbox .video-links > div a span.subtitle {
  display: block;
}
/* line 562, responsive.scss */
.video-links > div a img {
  min-width: 100%;
  max-width: none;
  z-index: 1;
}
/* line 570, responsive.scss */
.video-links > div a:before {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 15, 32, 0.8);
  transition: height 200ms ease;
}
/* line 587, responsive.scss */
.no-touchevents .video-links > div a:hover:before {
  height: 100%;
}

/* line 490, responsive.scss */
.video-links2 {
  padding-top:15px;
  padding-bottom:30px;
}
/* line 493, responsive.scss */
.video-links2 > div {
  margin: 0;
  padding: 7px;
  position: relative;
}
/* line 499, responsive.scss */
.video-links2 > div a {
  display: block;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #00235a;
}
/* line 517, responsive.scss */
.video-links2 > div a span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
	text-shadow: 4px 5px 5px rgba(0, 0, 0, 1); /* added by OU at USA request*/
}
/* line 529, responsive.scss */
.video-links2 > div a span.subtitle {
  display: none;
  padding-top: 2px;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
/* line 539, responsive.scss */
.flexbox .video-links2 > div a > div {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* line 550, responsive.scss */
.flexbox .video-links2 > div a span {
  position: relative;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
/* line 557, responsive.scss */
.flexbox .video-links2 > div a span.subtitle {
  display: block;
}
/* line 562, responsive.scss */
.video-links2 > div a img {
  min-width: 100%;
  max-width: none;
  z-index: 1;
}
/* line 570, responsive.scss */
.video-links2 > div a:before {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 15, 32, 0.8);
  transition: height 200ms ease;
}
/* line 587, responsive.scss */
.no-touchevents .video-links2 > div a:hover:before {
  height: 100%;
}

/* line 596, responsive.scss */
.social-row {
  background-color: #1d2a56;
}
/* line 599, responsive.scss */
.social-row .container {
  padding-left: 0;
  padding-right: 0;
}
/* line 604, responsive.scss */
.social-row .social {
  padding: 14px 0 6px;
}
/* line 608, responsive.scss */
.social-row .social li a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../../images/home-retheme/social-icons-4.png");
  background-repeat: no-repeat;
  color: #FFF !important;
}
/* line 617, responsive.scss */
.social-row .social li a[href*="facebook"] {
  background-position: 0 0;
}
/* line 620, responsive.scss */
.social-row .social li a[href*="twitter"] {
  background-position: -40px 0;
}
/* line 623, responsive.scss */
.social-row .social li a[href*="youtube"] {
  background-position: -85px 0;
}
/* line 629, responsive.scss */
.social-row .social li a[href*="instagram"] {
  background-position: -130px 0;
}
/* line 632, responsive.scss */
.social-row .social li a[href*="paws"] {
  background-position: -174px 0;
}
/* line 000, responsive.scss */
.social-row .social li a[href*="usaonline"] {
  background-position: -216px 0;
}
/* line 000, responsive.scss */
.social-row .social li a[href*="google"] {
  background-position: -260px 0;
}
/* line 000, responsive.scss */
.social-row .social li a[href*="etaspot"] {
  background-position: -299px 0;
}

/* line 640, responsive.scss */
#main-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13.5px;
  border-top: 0 none;
  margin-top: 0;
  overflow: hidden;
}
/* line 651, responsive.scss */
#main-footer .container {
  position: relative;
  padding-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 80px;
}
@media (max-width: 992px) { 
	
	#main-footer .container {
	  padding-bottom: 0px;
	}
	
}
#getinterests .container {
  padding-top: 0px !important;
  margin-bottom: -17px !important;
}
/* line 659, responsive.scss */
#main-footer div[class*="col-"] {
  margin-bottom: 40px;
  line-height: 1.6;
}
/* line 664, responsive.scss */
#main-footer h2 {
  margin-bottom: 4px;
  font-family: "Sofia Pro Light", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0px;
	color: white;
}
/* line 672, responsive.scss */
#main-footer a {
  display: inline-block;
  line-height: 1.5;
  color: white;
  text-decoration: none;
}
#main-footer a:hover {
  text-decoration: underline;
  color: white;
}
#main-footer a:focus {
  text-decoration: underline;
  color: white;
}
/* line 677, responsive.scss */
#main-footer a.mobile-apps {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}
/* line 686, responsive.scss */
#main-footer .col-md-4 a {
  padding-bottom: 4px;
  text-decoration: none;
}
#main-footer .col-md-4 a:hover {
  text-decoration: underline;
}
#main-footer .col-md-4 a:focus {
  text-decoration: underline;
}
/* line 691, responsive.scss */
#main-footer img.mobile-apps {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
/* line 699, responsive.scss */
#main-footer p {
  margin-top: 0;
}
/* line 703, responsive.scss */
#main-footer div.col-sm-12:nth-child(1),
#main-footer div.col-sm-12:nth-child(2) {
  text-align: center;
}
/* line 709, responsive.scss */
#main-footer div.col-sm-12:nth-child(1) a {
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 716, responsive.scss */
  #main-footer .container {
    padding-bottom: 0px;
  }
  /* line 720, responsive.scss */
  #main-footer img.mobile-apps {
    width: 250px;
    height: auto;
    bottom: -5px;
  }
  /* line 726, responsive.scss */
  #main-footer h2 {
    font-size: 17px;
    letter-spacing: 0px;
  }
  /* line 731, responsive.scss */
  #main-footer div.col-sm-12:nth-child(1),
  #main-footer div.col-sm-12:nth-child(2) {
    text-align: left;
  }
  /* line 736, responsive.scss */
  #main-footer img.mobile-apps {
    display: block;
  }
  /* line 740, responsive.scss */
  #main-footer .container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 745, responsive.scss */
  #main-footer .col-md-2 {
    width: 17%;
  }
  /* line 749, responsive.scss */
  #main-footer .col-md-3 {
    width: 28%;
  }
  /* line 753, responsive.scss */
  #main-footer .col-md-5 {
    width: 27%;
  }
  /* line 758, responsive.scss */
  #main-footer ul li {
    margin-bottom: 4px;
  }
}
.hmpmorevtitle {
	font-family:"PT Sans", sans-serif; 
	font-size:18px; 
	color:#255783;
	text-decoration:none;
}
.hmpmorevtitle:a {
	color:#c50f3c;
	text-decoration:none;
}
.hmpmorevtitle:hover {
	color:#c1193f;
	text-decoration:underline;
}
.hmpmorevtitle:focus {
	color:#c1193f;
	text-decoration:underline;
}
.hmpmorevtitle:link {
	color:#c50f3c;
	text-decoration:none;
}
.hmpmorevico {
	color:#255783; 
	padding-left:10px; 
	font-size:14px;
}
.hmpmorevico:a {
	color:#c50f3c; 
}
.hmpmorevico:hover {
	color:#c50f3c; 
}
.hmpmorevico:focus {
	color:#c50f3c; 
}
.hmpmorevico:link {
	color:#c50f3c; 
}

.fet-events a {
	text-decoration: none;
}
.fet-events a:hover {
	text-decoration: underline;
}
.fet-events a:focus {
	text-decoration: underline;
}

/* FB - USNWS */

.hmnwshdstint {
	display: block;
}

.hmnwshdstintds {
	display: none;
}

@media (max-width:992px) {
	
  .hmnwshdstint {
	display: none;
  }
	
  .hmnwshdstintds {
	display: block;
  }
	
}

/* FB - Regional Content Trns */

.fb-trans-desc-snheaders {
	height:50px; 
	background:#EBEBEB; 
	font-family:arial; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-main-snheaders {
	height:50px; 
	background:#808080; 
	color:#FFFFFF;
	font-family:arial; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-cde-snheaders {
	height:50px; 
	background:#4d7495; 
	color:#FFFFFF;
	font-family:arial; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-tlt-snheaders {
	background-color:#d0ebff; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:50px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-main-attnoted {
	background:#eecdcd; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:120px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-main-attmtdsc {
	background:#a40000; 
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:120px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-main-attmtkyw {
	background:#9b7c00; 
	color: #FFFFFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:120px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-cnt-snheaders {
	background:#e4ffee; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:200px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

.fb-trans-inw-snheaders {
	background:#e4ffee; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	height:50px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}


.fb-carousel-version-6 {
	width:100%;
}

.fb-hsl-class, .fb-hsl-heading, .fb-hsl-sub-heading, .fb-hsl-image {
	background-color:#d0ebff; 
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size:14px; 
	border:1px solid #000000; 
	padding-top:16px; 
	padding-bottom:16px; 
	padding-left:20px; 
	padding-right:20px;
}

@media (max-width:992px) {
	
	.hmdpsexspssp {
		display: none;
	}
	
}