@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,400italic,600,600italic,700,700italic,300italic,200,200italic);
/* line 32, color.scss */
.green .title-strip-box {
  background: rgba(62, 181, 172, 0.7);
}
/* line 37, color.scss */
.green .skew-bg {
  background: rgba(62, 181, 172, 0.7);
}
/* line 41, color.scss */
.green .featured-overlap {
  background: rgba(40, 148, 140, 0.7);
}
/* line 46, color.scss */
.green .skew-bg1 {
  background: rgba(40, 148, 140, 0.7);
}
/* line 50, color.scss */
.green .opverlap-content {
  background: rgba(40, 148, 140, 0.9);
}
/* line 54, color.scss */
.green .overlap {
  background: rgba(40, 148, 140, 0.7);
}
/* line 60, color.scss */
.green .half-overlap-box .overlap {
  background: rgba(40, 148, 140, 0.9);
}

/* line 71, color.scss */
.orange .title-strip-box {
  background: rgba(245, 132, 16, 0.7);
}
/* line 76, color.scss */
.orange .skew-bg {
  background: rgba(245, 132, 16, 0.7);
}
/* line 80, color.scss */
.orange .opverlap-content {
  background: rgba(245, 132, 16, 0.9);
}

/* line 89, color.scss */
.purple .title-strip-box {
  background: rgba(113, 60, 196, 0.7);
}
/* line 94, color.scss */
.purple .skew-bg {
  background: rgba(113, 60, 196, 0.7);
}
/* line 99, color.scss */
.purple .featured-overlap {
  background: rgba(113, 60, 196, 0.7);
}
/* line 104, color.scss */
.purple .skew-bg1 {
  background: rgba(113, 60, 196, 0.7);
}
/* line 108, color.scss */
.purple .opverlap-content {
  background: rgba(113, 60, 196, 0.9);
}

/* line 117, color.scss */
.yellow .title-strip-box {
  background: rgba(238, 186, 44, 0.7);
}
/* line 122, color.scss */
.yellow .skew-bg {
  background: rgba(238, 186, 44, 0.7);
}
/* line 126, color.scss */
.yellow .opverlap-content {
  background: rgba(238, 186, 44, 0.9);
}

/* line 135, color.scss */
.sky-blue .title-strip-box {
  background: rgba(0, 166, 209, 0.7);
}
/* line 140, color.scss */
.sky-blue .skew-bg {
  background: rgba(0, 166, 209, 0.7);
}
/* line 144, color.scss */
.sky-blue .opverlap-content {
  background: rgba(0, 166, 209, 0.9);
}

/* line 152, color.scss */
.blue .title-strip-box {
  background: rgba(2, 88, 150, 0.85);
}
/* line 157, color.scss */
.blue .skew-bg {
  background: rgba(2, 88, 150, 0.85);
}
/* line 162, color.scss */
.blue .featured-overlap {
  background: rgba(2, 88, 150, 0.85);
}
/* line 167, color.scss */
.blue .skew-bg1 {
  background: rgba(2, 88, 150, 0.85);
}
/* line 172, color.scss */
.blue .opverlap-content {
  background: rgba(2, 88, 150, 0.9);
}
/* line 177, color.scss */
.blue .half-overlap-box .overlap {
  background: rgba(2, 88, 150, 0.9);
}

/* line 6, styles.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

/* line 17, styles.scss */
html, body {
  height: 100%;
  width: 100%;
}

/* line 21, styles.scss */
::-webkit-input-placeholder {
  color: black;
}

/* line 25, styles.scss */
:-moz-placeholder {
  color: black;
}

/* line 29, styles.scss */
::-moz-placeholder {
  color: black;
}

/* line 33, styles.scss */
:-ms-input-placeholder {
  color: black;
}

/* line 37, styles.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 16px!important;
  color: black !important;
  font-family: "Titillium Web", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.625em;
}

/* line 49, styles.scss */
b, strong {
  font-weight: 600 !important;
}

/* line 54, styles.scss */
a {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 57, styles.scss */
a:hover {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 61, styles.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 70, styles.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/* line 75, styles.scss */
img:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 83, styles.scss */
.marginauto {
  margin: 0 auto;
  float: none !important;
}

/* line 90, styles.scss */
.marginright30 {
  margin-right: 1.875em;
}

/* line 94, styles.scss */
.paddingtop20 {
  padding-top: 1.25em;
}

/* line 98, styles.scss */
ul {
  padding: 0px;
  list-style-image: url(../images/bullet.png);
  list-style-position: inside;
}

/* line 106, styles.scss */
.divider {
  border-top: solid 1px #eeeeee;
  margin-top: 2.5em;
}

/* line 112, styles.scss */
.divider1 {
  border-top: solid 1px #eeeeee;
  margin-top: 2.5em;
  padding-bottom: 2.5em;
}

/* line 119, styles.scss */
.space {
  padding-bottom: 2.5em;
}

/* line 123, styles.scss */
.intro {
  font-size: 1.25em;
  padding-bottom: 20px;
  line-height: 30px;
}
/* line 128, styles.scss */
.intro .btn-black {
  margin-top: 20px;
  font-size: 16px;
}

/* line 139, styles.scss */
hr {
  margin: 50px 0px !important;
}

/* line 148, styles.scss */
h2 {
  font-size: 1.5em;
  color: black;
  margin: 0;
  padding-bottom: 0.9375em;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 158, styles.scss */
h2.title {
  font-weight: 700;
  padding-bottom: 1.5625em;
}
/* line 162, styles.scss */
h2.title b {
  color: #1575ba;
}

/* line 171, styles.scss */
h3 {
  font-size: 1.0625em;
  color: black;
  margin: 0;
  padding-bottom: 0.625em;
  font-weight: 600;
  padding-top: 0.3125em;
}

/* line 181, styles.scss */
h4 {
  font-size: 1.25em;
  color: black;
  margin: 0;
  padding-bottom: 0.625em;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 191, styles.scss */
h5 {
  font-size: 1.125em;
  color: black;
  margin: 0;
  padding-bottom: 0.625em;
  font-weight: 600;
}

/* line 201, styles.scss */
h6 {
  font-size: 1.125em;
  color: #713cc4;
  margin: 0;
  padding-bottom: 0.625em;
  padding-top: 0.9375em;
  font-weight: 600;
}

/* line 212, styles.scss */
.container {
  position: relative;
}

/* line 219, styles.scss */
.max-width-header {
  max-width: 1010px;
}

/* line 226, styles.scss */
header {
  width: 100%;
  float: left;
  padding: 1em 0em;
}
/* line 232, styles.scss */
header .header-content {
  font-size: 0.8125em;
  line-height: 1.4375em;
  text-align: right;
}
/* line 238, styles.scss */
header .header-content a {
  color: #1575ba;
  text-decoration: none;
}
/* line 243, styles.scss */
header .header-content a:hover {
  color: black;
}

/* line 257, styles.scss */
.nav-sec {
  width: 100%;
  display: inline-block;
  float: left;
  background: #404040;
}
/* line 267, styles.scss */
.nav-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 273, styles.scss */
.nav-sec ul li {
  font-size: 0.9375em;
  text-transform: uppercase;
  margin-right: 0.625em;
}
/* line 279, styles.scss */
.nav-sec ul li a {
  color: white;
  padding: 0.75em 1.0625em;
}
/* line 284, styles.scss */
.nav-sec ul li a:hover {
  background: #2b5677;
}
/* line 295, styles.scss */
.nav-sec ul li.is-active a {
  background: #2b5677;
}
/* line 303, styles.scss */
.nav-sec ul li.active a {
  background: #2b5677;
}
/* line 311, styles.scss */
.nav-sec ul li.active-trail a {
  background: #2b5677;
}
/* line 318, styles.scss */
.nav-sec ul li:last-child {
  margin-right: 0em;
}
/* line 327, styles.scss */
.nav-sec ul.mobile-display {
  display: none;
}
/* line 338, styles.scss */
.nav-sec .search-link {
  float: right;
}
/* line 342, styles.scss */
.nav-sec .search-link a {
  padding: 0.9375em 0.9375em 1.0625em;
  color: white;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/* line 352, styles.scss */
.nav-sec .search-link a:hover {
  background: #2b5677;
}
/* line 356, styles.scss */
.nav-sec .search-link a.active {
  background: #2b5677;
}

/* line 372, styles.scss */
.search-box-sec {
  width: 100%;
  float: left;
  background: rgba(43, 86, 119, 0.9);
  display: none;
  position: absolute;
  z-index: 1;
}
/* line 381, styles.scss */
.search-box-sec .search-box {
  width: 100%;
  padding: 1.25em 0.3125em;
  float: right;
  position: relative;
}
/* line 389, styles.scss */
.search-box-sec .search-box .label {
  font-size: 0.875em;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: 500;
  float: right;
  display: block;
  height: 40px;
  line-height: 30px;
  padding: 5px 5px;
  margin-right: 10px;
}
/* line 403, styles.scss */
.search-box-sec .search-box .delete {
  float: right;
  font-size: 1.5625em;
  color: white;
  width: 40px;
  height: 40px;
  background: url(../images/remove-icon.png) no-repeat center;
  margin-left: 10px;
}
/* line 417, styles.scss */
.search-box-sec .search-box .input {
  border: solid 1px white;
  width: 100%;
  padding: 0.3125em;
  height: 2.5em;
  -webkit-appearance: none;
  border-radius: 0;
  float: right;
  max-width: 220px;
  margin-right: 10px;
}
/* line 429, styles.scss */
.search-box-sec .search-box .input:focus {
  outline: none;
}
/* line 439, styles.scss */
.search-box-sec .search-box .search-btn {
  height: 40px;
  border: 2px solid white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: right;
  background: none;
  font-size: 1em;
  color: white;
  text-transform: uppercase;
  -webkit-appearance: none;
  font-weight: 700;
  padding: 0px 15px;
  border-radius: 0px;
}
/* line 454, styles.scss */
.search-box-sec .search-box .search-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 467, styles.scss */
.btn {
  border: solid 2px white;
  font-size: 1em;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3125em 1.25em;
  border-radius: 0;
}
/* line 477, styles.scss */
.btn:hover {
  background: white;
  color: black;
}
/* line 484, styles.scss */
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 496, styles.scss */
.btn-black {
  border: solid 2px black;
  font-size: 1em;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3125em 1.25em;
  border-radius: 0;
  display: inline-block;
}
/* line 507, styles.scss */
.btn-black:hover {
  background: none;
  color: #1575ba;
  border: solid 2px #1575ba;
}

/* line 524, styles.scss */
.pager-load-more li a {
  border: solid 2px black;
  font-size: 1em;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3125em 1.25em;
  border-radius: 0;
  display: inline-block;
}
/* line 535, styles.scss */
.pager-load-more li a:hover {
  background: none;
  color: #1575ba;
  border: solid 2px #1575ba;
}

/* line 559, styles.scss */
.banner-sec {
  width: 100%;
  float: left;
  max-height: 520px;
  position: relative;
  overflow: hidden;
}
/* line 567, styles.scss */
.banner-sec .home-video {
  margin-top: -250px;
  float: left;
  border: 0px !important;
  width: 100%;
}
/* line 577, styles.scss */
.banner-sec .banner-overlap-sec {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}
/* line 586, styles.scss */
.banner-sec .overlap-container {
  width: 100%;
  position: absolute;
  height: 100%;
  background: rgba(2, 88, 150, 0.7);
  top: 0px;
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: 335px;
  -webkit-box-shadow: 20px 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 20px 0 0 0 rgba(0, 0, 0, 0.4);
  max-width: 925px;
}
/* line 606, styles.scss */
.banner-sec .overlap-container .content {
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
/* line 616, styles.scss */
.banner-sec .overlap-container .content .v-align {
  display: table-cell;
  vertical-align: middle;
}
/* line 621, styles.scss */
.banner-sec .overlap-container .content .v-align h1 {
  font-size: 3.4375em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  padding-bottom: 0.625em;
  padding-top: 0em;
}
/* line 643, styles.scss */
.banner-sec.inner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  background-position: center;
}

/* line 657, styles.scss */
.content-section {
  width: 100%;
  float: left;
  min-height: 800px;
  background: url(../images/body-shadow.png) no-repeat -27px top;
  padding: 0.9375em 0em 3.75em;
  text-align: center;
}
/* line 668, styles.scss */
.content-section .bredcrumb {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #999999;
  font-size: 0.875em;
}
/* line 676, styles.scss */
.content-section .bredcrumb ul {
  margin: 0;
  padding: 0;
}
/* line 680, styles.scss */
.content-section .bredcrumb ul li {
  display: inline-block;
  color: #999999;
}
/* line 686, styles.scss */
.content-section .bredcrumb ul li:after {
  content: "/";
  padding: 0 3px 0 5px;
}
/* line 695, styles.scss */
.content-section .bredcrumb ul li:last-child:after {
  display: none;
}
/* line 703, styles.scss */
.content-section .bredcrumb ul li a {
  color: #1575ba;
}
/* line 707, styles.scss */
.content-section .bredcrumb ul li a:hover {
  color: black;
}
/* line 721, styles.scss */
.content-section .content {
  padding-top: 3.4375em;
}

/* line 734, styles.scss */
.opportunities-sec li:nth-of-type(1) {
  border-bottom: 0px;
}
/* line 734, styles.scss */
.opportunities-sec li:nth-of-type(2) {
  border-bottom: 0px;
}
/* line 734, styles.scss */
.opportunities-sec li:nth-of-type(3) {
  border-bottom: 0px;
}
/* line 734, styles.scss */
.opportunities-sec li:nth-of-type(4) {
  border-bottom: 0px;
}
/* line 734, styles.scss */
.opportunities-sec li:nth-of-type(5) {
  border-bottom: 0px;
}
/* line 734, styles.scss */
.opportunities-sec li:nth-of-type(6) {
  border-bottom: solid 1px #d6e1e5;
}
/* line 745, styles.scss */
.opportunities-sec li:nth-of-type(1) {
  margin: 0px;
}
/* line 745, styles.scss */
.opportunities-sec li:nth-of-type(2) {
  margin: 0px;
}
/* line 745, styles.scss */
.opportunities-sec li:nth-of-type(3) {
  margin: 0px;
}
/* line 745, styles.scss */
.opportunities-sec li:nth-of-type(4) {
  margin: 0px;
}
/* line 745, styles.scss */
.opportunities-sec li:nth-of-type(5) {
  margin: 0px;
}
/* line 745, styles.scss */
.opportunities-sec li:nth-of-type(6) {
  margin: 20px 5px;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(1) {
  width: 20%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(2) {
  width: 20%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(3) {
  width: 20%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(4) {
  width: 20%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(5) {
  width: 20%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(6) {
  width: 99%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(7) {
  width: 33.333%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(8) {
  width: 33.333%;
}
/* line 755, styles.scss */
.opportunities-sec li:nth-of-type(9) {
  width: 33.333%;
}
/* line 763, styles.scss */
.opportunities-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 40px;
  width: 100%;
  float: left;
}
/* line 772, styles.scss */
.opportunities-sec ul li {
  padding: 0px 5px;
  float: left;
  max-height: 302px;
  overflow: hidden;
  text-align: center;
}
/* line 782, styles.scss */
.opportunities-sec ul li .title-strip-box {
  font-size: 1.375em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0px;
  color: white;
  font-weight: 700;
  padding: 0em 0em;
  width: 100%;
  line-height: 70px;
  height: 70px;
  z-index: 1;
}
/* line 799, styles.scss */
.opportunities-sec ul li .skew-bg {
  width: 100%;
  position: absolute;
  height: 70px;
  left: -50%;
  bottom: 0;
  -moz-transform: skewX(50deg);
  -webkit-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  transform: skewX(50deg);
}
/* line 813, styles.scss */
.opportunities-sec ul li .box {
  overflow: hidden;
  position: relative;
  display: block;
}
/* line 822, styles.scss */
.opportunities-sec ul li a {
  display: block;
}
/* line 825, styles.scss */
.opportunities-sec ul li a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 831, styles.scss */
.opportunities-sec ul li a .title-strip-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 837, styles.scss */
.opportunities-sec ul li a .skew-bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 844, styles.scss */
.opportunities-sec ul li a:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -ms-transition: 0.3s;
}
/* line 857, styles.scss */
.opportunities-sec ul li a:hover .title-strip-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 80px;
  height: 80px;
}
/* line 865, styles.scss */
.opportunities-sec ul li a:hover .skew-bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -ms-transition: 0.3s;
  height: 80px;
}

/* line 883, styles.scss */
.opportunities-sec1 {
  padding-top: 50px;
}
/* line 892, styles.scss */
.opportunities-sec1.opp-7 ul li .title-strip-box {
  line-height: 26px;
  padding-top: 8px;
}
/* line 904, styles.scss */
.opportunities-sec1.opp-7 ul li a:hover .title-strip-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 26px;
  height: 70px;
}
/* line 923, styles.scss */
.opportunities-sec1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 40px;
  width: 100%;
  float: left;
}
/* line 932, styles.scss */
.opportunities-sec1 ul li {
  padding: 0px 5px;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
}
/* line 943, styles.scss */
.opportunities-sec1 ul li .title-strip-box {
  font-size: 1.375em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0px;
  color: white;
  font-weight: 700;
  padding: 0em 0em;
  width: 100%;
  line-height: 70px;
  height: 70px;
  z-index: 1;
}
/* line 963, styles.scss */
.opportunities-sec1 ul li .skew-bg {
  width: 100%;
  position: absolute;
  height: 70px;
  left: -50%;
  bottom: 0;
  -moz-transform: skewX(50deg);
  -webkit-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  transform: skewX(50deg);
}
/* line 977, styles.scss */
.opportunities-sec1 ul li .box {
  overflow: hidden;
  position: relative;
  display: block;
  max-height: 302px;
  cursor: pointer;
}
/* line 985, styles.scss */
.opportunities-sec1 ul li .box .opverlap-content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  color: white;
  font-weight: 600;
  padding: 60px 40px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
/* line 1000, styles.scss */
.opportunities-sec1 ul li .box .opverlap-content:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 1007, styles.scss */
.opportunities-sec1 ul li .box .opverlap-content span {
  margin-bottom: 20px;
  font-size: 20px;
  width: 100%;
  display: inline-block;
}
/* line 1017, styles.scss */
.opportunities-sec1 ul li .box .opverlap-content .content-sec {
  padding-top: 50px;
  opacity: 0;
  display: block;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
/* line 1030, styles.scss */
.opportunities-sec1 ul li .box:hover .opverlap-content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
/* line 1036, styles.scss */
.opportunities-sec1 ul li .box:hover .opverlap-content .content-sec {
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
/* line 1058, styles.scss */
.opportunities-sec1 ul li a img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 1063, styles.scss */
.opportunities-sec1 ul li a .title-strip-box {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1068, styles.scss */
.opportunities-sec1 ul li a .skew-bg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* line 1075, styles.scss */
.opportunities-sec1 ul li a:hover .opverlap-content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
/* line 1094, styles.scss */
.opportunities-sec1 ul li.MI5-ready .box .opverlap-content {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
/* line 1099, styles.scss */
.opportunities-sec1 ul li.MI5-ready .box .opverlap-content .content-sec {
  opacity: 1;
  padding-top: 0px;
}
/* line 1102, styles.scss */
.opportunities-sec1 ul li.MI5-ready .box .opverlap-content .content-sec span {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 30px;
}

/* line 1132, styles.scss */
.grey-box-sec {
  width: 100%;
  float: left;
  background: #eaeaea;
  padding: 3.75em 0em 1.875em;
  margin: 3.75em 0em;
}

/* line 1140, styles.scss */
.image-gallery {
  width: 100%;
  float: left;
  overflow: hidden;
}
/* line 1147, styles.scss */
.image-gallery .item {
  position: relative;
  padding: 0px 5px;
  overflow: hidden;
  max-height: 550px;
}
/* line 1154, styles.scss */
.image-gallery .item:focus {
  outline: none;
}
/* line 1160, styles.scss */
.image-gallery .item .caption-sec {
  background: rgba(2, 88, 150, 0.8);
  position: absolute;
  height: 96%;
  width: 48%;
  top: 10px;
  right: 15px;
}
/* line 1169, styles.scss */
.image-gallery .item .caption-sec .caption {
  font-size: 1.75em;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  display: table;
  height: 100%;
  line-height: 1.125em;
  text-align: left;
  padding: 0px 60px;
}
/* line 1181, styles.scss */
.image-gallery .item .caption-sec .caption .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
}
/* line 1187, styles.scss */
.image-gallery .item .caption-sec .caption .content .quote {
  font-size: 3.125em;
  width: 100%;
  display: block;
  position: relative;
  left: -13px;
}
/* line 1210, styles.scss */
.image-gallery .slick-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40%;
  background: url(../images/g-next.png) no-repeat left;
  background-size: cover;
  border: 0;
  text-indent: -9999px;
  display: block;
  right: 20px;
}
/* line 1226, styles.scss */
.image-gallery .slick-prev {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40%;
  background: url(../images/g-prev.png) no-repeat left;
  background-size: cover;
  border: 0;
  text-indent: -9999px;
  display: block;
  left: 20px;
  z-index: 9;
}
/* line 1243, styles.scss */
.image-gallery .slick-dots {
  padding: 0;
  list-style: none;
  margin: 0px;
  padding-top: 30px;
}
/* line 1250, styles.scss */
.image-gallery .slick-dots li {
  display: inline-block;
  color: black;
}
/* line 1255, styles.scss */
.image-gallery .slick-dots li button {
  border: 0;
  background: none;
  font-size: 0;
  padding: 0px 5px;
}
/* line 1262, styles.scss */
.image-gallery .slick-dots li button:before {
  content: "\f10c";
  font-size: 12px;
  font-family: 'FontAwesome';
}
/* line 1276, styles.scss */
.image-gallery .slick-dots li.slick-active button {
  border: 0;
  background: none;
  font-size: 0;
}
/* line 1281, styles.scss */
.image-gallery .slick-dots li.slick-active button:before {
  content: "\f111";
}

/* line 1303, styles.scss */
.full-width {
  width: 100%;
  float: left;
}
/* line 1308, styles.scss */
.full-width .col-sm-6 {
  display: inline-block;
  float: none !important;
  margin-left: -2px;
}

/* line 1320, styles.scss */
.overlap-box {
  position: relative;
  overflow: hidden;
}
/* line 1325, styles.scss */
.overlap-box .featured-overlap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 9;
}
/* line 1334, styles.scss */
.overlap-box .featured-overlap .table-box {
  height: 100%;
  position: relative;
  display: table;
  width: 100%;
}
/* line 1341, styles.scss */
.overlap-box .featured-overlap .table-box .v-align {
  display: table-cell;
  vertical-align: middle;
}
/* line 1351, styles.scss */
.overlap-box .featured-overlap h3 {
  font-size: 1.375em;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 20px 15px;
}
/* line 1363, styles.scss */
.overlap-box .featured-overlap h4 {
  font-size: 1.125em;
  color: white;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  padding: 0px 20px 30px;
  text-transform: none;
}
/* line 1373, styles.scss */
.overlap-box .featured-overlap h4.r-p {
  padding: 0px 20px 0px;
}
/* line 1384, styles.scss */
.overlap-box .skew-bg1 {
  width: 100%;
  position: absolute;
  height: 100%;
  right: -40%;
  top: 0;
  -moz-transform: skewX(46deg);
  -webkit-transform: skewX(46deg);
  -o-transform: skewX(46deg);
  -ms-transform: skewX(46deg);
  transform: skewX(46deg);
}

/* line 1402, styles.scss */
.fiction-sec {
  width: 100%;
  float: left;
  margin: 4.0625em 0em;
  min-height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
}
/* line 1414, styles.scss */
.fiction-sec .container {
  display: table;
}
/* line 1418, styles.scss */
.fiction-sec .container .fiction-box {
  display: table-cell;
  vertical-align: middle;
  height: 380px;
}
/* line 1424, styles.scss */
.fiction-sec .container .fiction-box h2 {
  color: white;
  font-weight: 700;
}
/* line 1433, styles.scss */
.fiction-sec .container .fiction-box .question {
  font-size: 1.25em;
  color: white;
  padding-bottom: 1.25em;
  font-weight: 600;
}
/* line 1439, styles.scss */
.fiction-sec .container .fiction-box .question p {
  margin: 0;
  padding: 0;
}

/* line 1459, styles.scss */
.news-box {
  position: relative;
  overflow: hidden;
}
/* line 1464, styles.scss */
.news-box .content-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background: rgba(2, 88, 150, 0.8);
  height: 100%;
  padding: 55px 65px 55px 55px;
  text-align: left;
}
/* line 1475, styles.scss */
.news-box .content-box h2 {
  color: white;
  font-weight: 700;
  padding-bottom: 0.625em;
}
/* line 1483, styles.scss */
.news-box .content-box .desc {
  color: white;
  font-size: 1.25em;
  font-weight: 600;
  padding-bottom: 1.25em;
}

/* line 1499, styles.scss */
.logo-box {
  width: 100%;
  float: left;
  background: #eaeaea;
  padding: 1.25em 0em;
}
/* line 1506, styles.scss */
.logo-box .foot-nav-top {
  text-align: right;
}
/* line 1515, styles.scss */
.logo-box .logo-img ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1521, styles.scss */
.logo-box .logo-img ul li {
  margin-right: 40px;
  float: left;
}
/* line 1537, styles.scss */
.logo-box .foot-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 12px;
}
/* line 1544, styles.scss */
.logo-box .foot-nav li {
  font-size: 1em;
  color: black;
  display: inline-block;
  padding: 0em 0.1875em;
}
/* line 1551, styles.scss */
.logo-box .foot-nav li a {
  color: black;
}
/* line 1554, styles.scss */
.logo-box .foot-nav li a:hover {
  color: #1575ba;
}

/* line 1572, styles.scss */
.footer-sec {
  width: 100%;
  float: left;
  background: black;
  padding: 1.875em 0em;
  color: white;
  font-size: 0.875em;
}
/* line 1581, styles.scss */
.footer-sec .footer-nav {
  text-align: right;
}
/* line 1585, styles.scss */
.footer-sec .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 1591, styles.scss */
.footer-sec .footer-nav ul li {
  display: inline-block;
  color: white;
}
/* line 1596, styles.scss */
.footer-sec .footer-nav ul li:after {
  content: "|";
  padding: 0px 6px;
}
/* line 1606, styles.scss */
.footer-sec .footer-nav ul li:last-child:after {
  display: none;
}
/* line 1613, styles.scss */
.footer-sec .footer-nav ul li a {
  color: white;
}
/* line 1617, styles.scss */
.footer-sec .footer-nav ul li a:hover {
  text-decoration: underline;
}

/* line 1638, styles.scss */
.visit-job-portal-box {
  max-height: 220px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
/* line 1645, styles.scss */
.visit-job-portal-box h3 {
  padding-bottom: 25px !important;
  padding-top: 0;
}

/* line 1654, styles.scss */
.key-points-box {
  padding: 30px 15px;
  min-height: 430px;
}
/* line 1659, styles.scss */
.key-points-box p {
  font-size: 0.9375em;
  line-height: 22px;
}
/* line 1667, styles.scss */
.key-points-box .icon-box {
  width: 119px;
  height: 119px;
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
}
/* line 1678, styles.scss */
.key-points-box .content-box {
  min-height: 200px;
  margin-bottom: 20px;
}

/* line 1689, styles.scss */
.half-overlap-box {
  display: block;
  position: relative;
  max-height: 300px;
  overflow: hidden;
  text-align: left;
}
/* line 1697, styles.scss */
.half-overlap-box .overlap {
  width: 55%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 1706, styles.scss */
.half-overlap-box .overlap .content {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0px;
  padding: 30px;
}
/* line 1714, styles.scss */
.half-overlap-box .overlap .content h2 {
  color: white;
  font-weight: 700;
}

/* line 1728, styles.scss */
.video-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
/* line 1733, styles.scss */
.video-box .video-overlap-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
/* line 1743, styles.scss */
.video-box .video-overlap-box .video-content-box {
  display: table;
  height: 100%;
  width: 100%;
  font-size: 1.125em;
  font-weight: 600;
  color: white;
  line-height: 22px;
  padding: 0 48px;
}
/* line 1754, styles.scss */
.video-box .video-overlap-box .video-content-box .v-align {
  display: table-cell;
  vertical-align: middle;
}

/* line 1767, styles.scss */
.video-popup {
  background: rgba(0, 0, 0, 0.7);
}
/* line 1771, styles.scss */
.video-popup .modal-content {
  background: none;
  border: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
/* line 1780, styles.scss */
.video-popup .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
/* line 1786, styles.scss */
.video-popup .vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
/* line 1791, styles.scss */
.video-popup .modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}
/* line 1800, styles.scss */
.video-popup .modal-body {
  padding: 0;
}
/* line 1805, styles.scss */
.video-popup .modal-header {
  border: 0;
  padding: 15px 0px;
}
/* line 1810, styles.scss */
.video-popup .modal-header .close {
  background: #1575ba;
  color: white;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  opacity: 1;
  margin-top: -5px;
}
/* line 1821, styles.scss */
.video-popup .modal-header .close span {
  color: white;
  font-size: 40px;
  font-weight: normal;
  line-height: 19px;
}
/* line 1831, styles.scss */
.video-popup .modal-header .modal-title {
  color: white;
  font-size: 1.125em;
  font-weight: 600;
  padding: 0 50px;
}

/* line 1846, styles.scss */
.faq-box {
  margin-bottom: 40px;
}
/* line 1851, styles.scss */
.faq-box .panel-default > .panel-heading {
  background-color: transparent;
}
/* line 1858, styles.scss */
.faq-box .panel {
  border: 0px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
/* line 1866, styles.scss */
.faq-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0px;
}
/* line 1872, styles.scss */
.faq-box .panel-title {
  font-size: 20px;
  color: #1575ba;
  text-transform: none;
  padding: 0;
}
/* line 1882, styles.scss */
.faq-box .panel-heading {
  padding: 5px 0px;
}

/* line 1894, styles.scss */
.languages-type-job {
  text-align: left;
  padding-right: 30px;
}
/* line 1898, styles.scss */
.languages-type-job p {
  font-size: 1.25em;
}
/* line 1905, styles.scss */
.languages-type-job ul {
  font-size: 1.25em;
  list-style: none;
  padding: 0;
}
/* line 1910, styles.scss */
.languages-type-job ul li {
  background: url(../images/bullet.png) no-repeat left 12px;
  padding: 5px 0px 5px 25px;
  color: black;
}

/* line 1929, styles.scss */
.big-font .overlap-box .featured-overlap h4 {
  font-size: 2.125em;
  font-weight: 500;
  line-height: 40px;
}
/* line 1937, styles.scss */
.big-font .overlap-box .featured-overlap h3 {
  font-size: 1.875em;
  font-weight: 600;
  padding-top: 0;
}

/* line 1954, styles.scss */
.iframe {
  padding-bottom: 40px;
}
/* line 1958, styles.scss */
.iframe.challenge {
  margin-top: 40px;
}
/* line 1961, styles.scss */
.iframe.challenge iframe {
  width: 100%;
  height: 700px;
  border: 0px;
}

/* line 1974, styles.scss */
.max-hight300 {
  max-height: 300px;
}

/* line 1981, styles.scss */
.big-video-sec {
  position: relative;
  width: 100%;
  max-height: 500px;
}
/* line 1988, styles.scss */
.big-video-sec .video-title {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  font-size: 2.375em;
  color: white;
  line-height: 40px;
}
/* line 2001, styles.scss */
.big-video-sec .video-title .title {
  padding-top: 5%;
  margin: 0 auto;
  width: 60%;
}

/* line 2014, styles.scss */
.search-result-sec {
  text-align: left;
}
/* line 2018, styles.scss */
.search-result-sec ul li {
  color: black;
}
/* line 2028, styles.scss */
.search-result-sec .input {
  background: #1575ba;
  color: white;
  border: 0;
  font-size: 0.875em;
  text-transform: uppercase;
  width: 100%;
  padding: 7px 15px;
  height: 40px;
  margin-top: -5px;
  -webkit-appearance: none;
  border-radius: 0px;
}
/* line 2042, styles.scss */
.search-result-sec .input:focus {
  outline: none;
}
/* line 2052, styles.scss */
.search-result-sec .search-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  background: url(../images/search-icon-white.png) no-repeat center;
  border: 0;
  top: -5px;
  text-indent: -9999px;
}
/* line 2066, styles.scss */
.search-result-sec .result-list h2 {
  font-weight: 600;
  padding-bottom: 15px;
}
/* line 2071, styles.scss */
.search-result-sec .result-list h2 a {
  color: #1575ba;
}
/* line 2074, styles.scss */
.search-result-sec .result-list h2 a:hover {
  color: black;
}
/* line 2083, styles.scss */
.search-result-sec .result-list p {
  font-size: 1.25em;
}
/* line 2090, styles.scss */
.search-result-sec .result-list strong {
  font-weight: 700;
}
/* line 2100, styles.scss */
.search-result-sec .item-list {
  max-width: 1010px;
  margin: 0 auto;
}
/* line 2106, styles.scss */
.search-result-sec .pager {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
/* line 2113, styles.scss */
.search-result-sec .pager li {
  display: inline-block;
  font-size: 1em;
  text-transform: uppercase;
  padding: 0 3px;
  color: black;
}
/* line 2120, styles.scss */
.search-result-sec .pager li a {
  color: #1575ba;
}
/* line 2124, styles.scss */
.search-result-sec .pager li a:hover {
  color: black;
}

/* line 2142, styles.scss */
blockquote {
  border-left: 0 !important;
  font-size: 20px !important;
  color: #28948c !important;
  text-align: center;
  padding: 0 30px !important;
  font-weight: 600;
  font-style: italic;
}

/* line 2155, styles.scss */
div.error, table tr.error {
  background-color: #ffbaba !important;
}

/* line 2160, styles.scss */
div.error {
  background-image: url(../images/error-icon.png) !important;
  color: #d8000c !important;
  background-position: 21px center;
  border: 0;
  max-width: 1010px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* line 2173, styles.scss */
div.warning, table tr.warning {
  background-color: #ffbaba !important;
}

/* line 2178, styles.scss */
div.warning {
  background-image: url(../images/error-icon.png) !important;
  color: #d8000c !important;
  background-position: 21px center;
  border: 0;
  max-width: 1010px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* line 2190, styles.scss */
.notfound-box {
  background: #1575ba;
  color: white;
  padding: 40px;
}
/* line 2197, styles.scss */
.notfound-box h1 {
  font-size: 121px;
  font-weight: 600;
  margin: 0px;
  line-height: 120px;
}
/* line 2206, styles.scss */
.notfound-box h2 {
  color: white;
  padding-bottom: 40px;
}

/* line 2217, styles.scss */
.fiction-box #ajax-loader {
  position: absolute;
  left: 50%;
}

/* line 2228, styles.scss */
.login-box {
  background: #1575ba;
  max-width: 50%;
  margin: 0 auto;
  padding: 20px 40px 40px;
}
/* line 2235, styles.scss */
.login-box h2 {
  color: white;
}
/* line 2242, styles.scss */
.login-box .form-item {
  color: white;
  text-align: left;
  margin-bottom: 15px;
}
/* line 2248, styles.scss */
.login-box .form-item .description {
  display: none;
}
/* line 2254, styles.scss */
.login-box .form-item .form-text {
  width: 100%;
  border: 0;
  padding: 5px;
  color: black;
}
/* line 2265, styles.scss */
.login-box .form-submit {
  border: solid 2px white;
  font-size: 1em;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3125em 1.25em;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 2276, styles.scss */
.login-box .form-submit:hover {
  background: white;
  color: black;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 2287, styles.scss */
.login-box .form-actions {
  text-align: right;
}
/* line 2293, styles.scss */
.login-box p {
  float: left;
  position: relative;
  top: -40px;
}
/* line 2298, styles.scss */
.login-box p a {
  color: white;
}
/* line 2301, styles.scss */
.login-box p a:hover {
  color: white;
  text-decoration: underline;
}

/* line 2314, styles.scss */
#popup-buttons button {
  border: solid 2px white;
  font-size: 0.9375em;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.3125em 1.25em;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 2326, styles.scss */
#popup-buttons button:hover {
  background: white;
  color: black;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 2339, styles.scss */
#search-api-page-search-form {
  max-width: 1010px;
  margin: 0 auto;
}
/* line 2343, styles.scss */
#search-api-page-search-form label {
  font-weight: 500;
}
/* line 2348, styles.scss */
#search-api-page-search-form .form-item {
  float: left;
}
/* line 2352, styles.scss */
#search-api-page-search-form .form-item .form-text {
  border: solid 1px black;
  height: 36px;
  padding: 5px 10px;
  width: 200px;
}
/* line 2366, styles.scss */
#search-api-page-search-form .form-submit {
  border: solid 2px black;
  font-size: 1em;
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 15px;
  border-radius: 0;
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* line 2379, styles.scss */
#search-api-page-search-form .form-submit:hover {
  border: solid 2px #1575ba;
  color: #1575ba;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1600px) {
  /* line 2391, styles.scss */
  .image-gallery .slick-prev {
    left: 100px;
  }
  /* line 2398, styles.scss */
  .image-gallery .slick-next {
    right: 100px;
  }
}
@media (max-width: 1500px) {
  /* line 2409, styles.scss */
  .content-section {
    background-position: -122px top;
  }

  /* line 2416, styles.scss */
  .banner-sec .overlap-container {
    left: 240px;
  }
}
@media (max-width: 1400px) {
  /* line 2435, styles.scss */
  .content-section {
    background-position: -203px top;
  }

  /* line 2442, styles.scss */
  .banner-sec .overlap-container {
    left: 160px;
  }

  /* line 2453, styles.scss */
  .image-gallery .slick-prev {
    left: 70px;
  }
  /* line 2460, styles.scss */
  .image-gallery .slick-next {
    right: 70px;
  }
}
@media (max-width: 1280px) {
  /* line 2476, styles.scss */
  .image-gallery .slick-prev {
    left: 60px;
  }
  /* line 2484, styles.scss */
  .image-gallery .slick-next {
    right: 60px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  /* line 2500, styles.scss */
  .player .controls {
    z-index: 999999 !important;
  }

  /* line 2513, styles.scss */
  .nav-sec ul li {
    margin-right: 0.125em;
  }

  /* line 2528, styles.scss */
  .content-section {
    background-position: -293px top;
  }

  /* line 2535, styles.scss */
  .banner-sec .overlap-container {
    left: 5px;
    max-width: 991px;
  }

  /* line 2552, styles.scss */
  .opportunities-sec ul li .title-strip-box {
    font-size: 1.125em;
  }

  /* line 2572, styles.scss */
  .opportunities-sec1.opp-7 ul li .title-strip-box {
    line-height: 20px;
    padding-top: 6px;
    font-size: 1em;
  }
  /* line 2589, styles.scss */
  .opportunities-sec1 ul li .title-strip-box {
    font-size: 1.125em;
    line-height: 50px;
    height: 50px;
  }
  /* line 2597, styles.scss */
  .opportunities-sec1 ul li .skew-bg {
    height: 50px;
  }
  /* line 2602, styles.scss */
  .opportunities-sec1 ul li .box .opverlap-content {
    padding: 30px;
  }
  /* line 2606, styles.scss */
  .opportunities-sec1 ul li .box .opverlap-content span {
    font-size: 16px;
  }
  /* line 2620, styles.scss */
  .opportunities-sec1 ul li.MI5-ready .box .opverlap-content {
    padding-top: 40px;
  }

  /* line 2639, styles.scss */
  .image-gallery .slick-prev {
    left: 15px;
    width: 40px;
    height: 40px;
  }
  /* line 2648, styles.scss */
  .image-gallery .slick-next {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  /* line 2660, styles.scss */
  .image-gallery .item .caption-sec .caption {
    font-size: 1.875em;
  }

  /* line 2680, styles.scss */
  .overlap-box .featured-overlap h3 {
    font-size: 1.125em;
    padding-top: 0;
  }
  /* line 2688, styles.scss */
  .overlap-box .featured-overlap h4 {
    font-size: 0.9375em;
    line-height: 20px;
  }

  /* line 2703, styles.scss */
  .key-points-box .content-box {
    min-height: 275px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2725, styles.scss */
  .nav-sec ul li {
    font-size: 0.8125em;
    margin-right: 0em;
  }
  /* line 2730, styles.scss */
  .nav-sec ul li a {
    padding: 0.625em 0.625em;
  }
  /* line 2745, styles.scss */
  .nav-sec .search-link a {
    padding: 0.8125em 0.5em;
  }
  /* line 2749, styles.scss */
  .nav-sec .search-link a:hover {
    background: #2b5677;
  }

  /* line 2764, styles.scss */
  header .header-content {
    font-size: 0.75em;
  }

  /* line 2776, styles.scss */
  .content-section {
    background-position: -468px top;
  }

  /* line 2783, styles.scss */
  .banner-sec .home-video {
    height: 422px;
    margin-top: 0px;
  }
  /* line 2792, styles.scss */
  .banner-sec .overlap-container {
    left: 5px;
    width: 768px;
  }
  /* line 2800, styles.scss */
  .banner-sec.inner {
    height: 434px;
  }

  /* line 2812, styles.scss */
  .opportunities-sec ul li .title-strip-box {
    font-size: 0.9375em;
    height: 60px;
    line-height: 60px;
  }
  /* line 2822, styles.scss */
  .opportunities-sec ul li .skew-bg {
    height: 60px;
  }
  /* line 2834, styles.scss */
  .opportunities-sec ul li a:hover .title-strip-box {
    height: 70px;
    line-height: 70px;
  }
  /* line 2840, styles.scss */
  .opportunities-sec ul li a:hover .skew-bg {
    height: 70px;
  }

  /* line 2867, styles.scss */
  .opportunities-sec1.opp-7 ul li .title-strip-box {
    line-height: 15px;
    padding-top: 4px;
    font-size: 0.8125em;
  }
  /* line 2883, styles.scss */
  .opportunities-sec1 ul li .title-strip-box {
    font-size: 1.125em;
    line-height: 40px;
    height: 40px;
  }
  /* line 2891, styles.scss */
  .opportunities-sec1 ul li .skew-bg {
    height: 40px;
  }
  /* line 2896, styles.scss */
  .opportunities-sec1 ul li .box .opverlap-content {
    padding: 20px;
  }
  /* line 2900, styles.scss */
  .opportunities-sec1 ul li .box .opverlap-content span {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  /* line 2909, styles.scss */
  .opportunities-sec1 ul li .box .opverlap-content .btn {
    font-size: 0.875em;
  }
  /* line 2921, styles.scss */
  .opportunities-sec1 ul li.MI5-ready .box .opverlap-content {
    padding: 30px;
  }
  /* line 2925, styles.scss */
  .opportunities-sec1 ul li.MI5-ready .box .opverlap-content .content-sec span {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  /* line 2948, styles.scss */
  .image-gallery .slick-prev {
    left: 15px;
    width: 40px;
    height: 40px;
  }
  /* line 2957, styles.scss */
  .image-gallery .slick-next {
    right: 15px;
    width: 40px;
    height: 40px;
  }
  /* line 2969, styles.scss */
  .image-gallery .item .caption-sec .caption {
    font-size: 1.5625em;
    padding: 0px 30px;
  }

  /* line 2990, styles.scss */
  .overlap-box .featured-overlap h3 {
    font-size: 1em;
    padding: 0px 20px 10px;
  }
  /* line 2998, styles.scss */
  .overlap-box .featured-overlap h4 {
    font-size: 0.75em;
    line-height: 14px;
    padding: 0px 20px 10px;
  }
  /* line 3007, styles.scss */
  .overlap-box .featured-overlap .btn {
    font-size: 0.8125em;
  }

  /* line 3022, styles.scss */
  .news-box .content-box {
    padding: 20px 40px 40px;
  }
  /* line 3025, styles.scss */
  .news-box .content-box h2 {
    padding-bottom: 0.3125em;
    font-size: 1.375em;
  }
  /* line 3034, styles.scss */
  .news-box .content-box .desc {
    font-size: 1em;
    padding-bottom: 0.625em;
  }

  /* line 3049, styles.scss */
  .half-overlap-box .overlap {
    width: 72%;
  }

  /* line 3060, styles.scss */
  .video-box .video-overlap-box .video-content-box {
    padding: 0 15px;
    font-size: 0.9375em;
    line-height: 18px;
  }
  /* line 3065, styles.scss */
  .video-box .video-overlap-box .video-content-box .hi-icon {
    width: 40px;
    height: 40px;
  }
  /* line 3074, styles.scss */
  .video-box .video-overlap-box .video-content-box .hi-icon-images {
    background-size: 40%;
    background-position: 15px center;
  }

  /* line 3087, styles.scss */
  .key-points-box .content-box {
    min-height: 180px;
  }

  /* line 3095, styles.scss */
  .login-box {
    max-width: 65%;
  }

  /* line 3105, styles.scss */
  .big-font .overlap-box .featured-overlap h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  /* line 3124, styles.scss */
  .nav-sec {
    text-align: right;
  }
  /* line 3128, styles.scss */
  .nav-sec .container {
    position: inherit;
  }
  /* line 3136, styles.scss */
  .nav-sec .search-box-sec .container {
    position: relative;
  }
  /* line 3144, styles.scss */
  .nav-sec .search-box-sec .search-box .label {
    display: none;
  }
  /* line 3155, styles.scss */
  .nav-sec .devices-dislay-nav {
    width: 100%;
  }
  /* line 3163, styles.scss */
  .nav-sec ul {
    margin: 0;
  }
  /* line 3167, styles.scss */
  .nav-sec ul li {
    margin-right: 0em;
    font-size: 0.875em;
  }
  /* line 3174, styles.scss */
  .nav-sec ul.mobile-display {
    display: inline-block;
    overflow: hidden;
    float: right;
  }
  /* line 3180, styles.scss */
  .nav-sec ul.mobile-display li {
    display: inline-block;
    position: relative;
  }
  /* line 3185, styles.scss */
  .nav-sec ul.mobile-display li a {
    font-size: 0.8125em;
    display: block;
    padding: 0.625em 0.9375em;
  }
  /* line 3205, styles.scss */
  .nav-sec .search-link a {
    padding: 0.8125em 0.9375em;
  }

  /* line 3221, styles.scss */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 3227, styles.scss */
  .mobile-hidden {
    display: none;
  }

  /* line 3236, styles.scss */
  .content-section {
    background-image: none;
  }

  /* line 3246, styles.scss */
  .banner-sec .home-video {
    margin-top: 0px;
    width: 767px;
    height: 431px;
  }
  /* line 3254, styles.scss */
  .banner-sec .overlap-container {
    left: 0px;
    max-width: 100%;
    -moz-transform: skewX(0);
    -webkit-transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  /* line 3263, styles.scss */
  .banner-sec .overlap-container .content {
    -moz-transform: skewX(0);
    -webkit-transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
  }
  /* line 3272, styles.scss */
  .banner-sec .overlap-container .content .v-align h1 {
    font-size: 2.5em;
  }
  /* line 3285, styles.scss */
  .banner-sec.inner {
    height: 425px;
  }

  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(1) {
    margin: 5px 0px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(2) {
    margin: 5px 0px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(3) {
    margin: 5px 0px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(4) {
    margin: 5px 0px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(5) {
    margin: 5px 0px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(6) {
    margin: 10px 5px 10px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(7) {
    margin: 5px 0px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(8) {
    margin: 5px 0px;
  }
  /* line 3298, styles.scss */
  .opportunities-sec li:nth-of-type(9) {
    margin: 5px 0px;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(1) {
    width: 100%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(2) {
    width: 100%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(3) {
    width: 100%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(4) {
    width: 100%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(5) {
    width: 100%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(6) {
    width: 98%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(7) {
    width: 100%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(8) {
    width: 100%;
  }
  /* line 3309, styles.scss */
  .opportunities-sec li:nth-of-type(9) {
    width: 100%;
  }
  /* line 3319, styles.scss */
  .opportunities-sec ul li {
    position: relative;
  }
  /* line 3322, styles.scss */
  .opportunities-sec ul li .title-strip-box {
    font-size: 1.25em;
    height: 60px;
    line-height: 60px;
  }
  /* line 3330, styles.scss */
  .opportunities-sec ul li img {
    display: none;
  }
  /* line 3336, styles.scss */
  .opportunities-sec ul li .box {
    height: 60px;
  }
  /* line 3347, styles.scss */
  .opportunities-sec ul li a:hover .title-strip-box {
    height: 70px;
    line-height: 70px;
  }
  /* line 3353, styles.scss */
  .opportunities-sec ul li a:hover .skew-bg {
    height: 70px;
  }
  /* line 3369, styles.scss */
  .opportunities-sec .btn-black {
    width: 100%;
    font-size: 1.25em;
    padding: 0.75em 0em;
  }

  /* line 3386, styles.scss */
  .opportunities-sec1 ul {
    padding-bottom: 20px;
  }
  /* line 3389, styles.scss */
  .opportunities-sec1 ul li {
    position: relative;
    float: none;
  }
  /* line 3393, styles.scss */
  .opportunities-sec1 ul li .title-strip-box {
    font-size: 1.25em;
    height: 60px;
    line-height: 60px;
  }
  /* line 3401, styles.scss */
  .opportunities-sec1 ul li img {
    display: none;
  }
  /* line 3407, styles.scss */
  .opportunities-sec1 ul li .box {
    height: 60px;
  }
  /* line 3411, styles.scss */
  .opportunities-sec1 ul li .box .opverlap-content {
    display: none;
  }
  /* line 3424, styles.scss */
  .opportunities-sec1 ul li a:hover .title-strip-box {
    height: 70px;
    line-height: 70px;
  }
  /* line 3430, styles.scss */
  .opportunities-sec1 ul li a:hover .skew-bg {
    height: 70px;
  }
  /* line 3442, styles.scss */
  .opportunities-sec1 ul li.MI5-ready {
    display: none;
    height: 5px;
    margin-top: 15px;
  }
  /* line 3447, styles.scss */
  .opportunities-sec1 ul li.MI5-ready .box {
    height: 5px;
    border-top: solid 1px #d6e1e5;
  }
  /* line 3460, styles.scss */
  .opportunities-sec1 .btn-black {
    width: 100%;
    font-size: 1.25em;
    padding: 0.75em 0em;
  }

  /* line 3472, styles.scss */
  .slick-prev, .slick-next {
    display: none !important;
  }

  /* line 3481, styles.scss */
  .image-gallery .item {
    padding: 0;
  }
  /* line 3485, styles.scss */
  .image-gallery .item .caption-sec {
    height: 95%;
  }
  /* line 3491, styles.scss */
  .image-gallery .item .caption-sec .caption {
    font-size: 1.375em;
    padding: 0px 30px;
  }
  /* line 3504, styles.scss */
  .image-gallery .slick-dots {
    padding-top: 10px;
  }

  /* line 3513, styles.scss */
  .grey-box-sec {
    padding: 1.25em 0em 1.25em;
    margin: 2.1875em 0em;
  }

  /* line 3521, styles.scss */
  .slick-slider {
    padding-top: 0em;
  }

  /* line 3534, styles.scss */
  .opportunities-sec ul {
    padding-bottom: 0.9375em;
  }

  /* line 3543, styles.scss */
  .overlap-box {
    margin-bottom: 15px;
  }

  /* line 3551, styles.scss */
  h2.title {
    padding-bottom: 0.9375em;
  }

  /* line 3562, styles.scss */
  .fiction-sec {
    margin: 1.25em 0em;
    min-height: 250px;
  }
  /* line 3572, styles.scss */
  .fiction-sec .container .fiction-box {
    height: 250px;
  }
  /* line 3576, styles.scss */
  .fiction-sec .container .fiction-box h2 {
    font-size: 1.25em;
    padding-bottom: 0.3125em;
  }
  /* line 3583, styles.scss */
  .fiction-sec .container .fiction-box .question {
    font-size: 1em;
  }

  /* line 3606, styles.scss */
  .news-box img {
    display: none;
  }
  /* line 3613, styles.scss */
  .news-box .content-box {
    padding: 15px 20px 0px;
    width: 100%;
    position: inherit;
    background: none;
    text-align: center;
  }
  /* line 3623, styles.scss */
  .news-box .content-box h2 {
    padding-bottom: 0.3125em;
    font-size: 1.375em;
    color: black;
  }
  /* line 3631, styles.scss */
  .news-box .content-box .desc {
    font-size: 1em;
    padding-bottom: 1.25em;
    color: black;
  }
  /* line 3640, styles.scss */
  .news-box .content-box .btn {
    color: black;
    border: solid 2px black;
  }
  /* line 3645, styles.scss */
  .news-box .content-box .btn:hover {
    color: #1575ba;
    border: solid 2px #1575ba;
  }

  /* line 3659, styles.scss */
  .mobile-none {
    display: none;
  }

  /* line 3665, styles.scss */
  .marginright30 {
    margin-right: 1.25em;
  }

  /* line 3675, styles.scss */
  .footer-sec {
    font-size: 0.75em;
  }
  /* line 3678, styles.scss */
  .footer-sec .copy-right {
    text-align: center;
  }
  /* line 3682, styles.scss */
  .footer-sec .footer-nav {
    text-align: center;
  }

  /* line 3688, styles.scss */
  .logo-box {
    padding: 0.625em 0em;
  }
  /* line 3692, styles.scss */
  .logo-box .logo-img {
    text-align: center;
  }
  /* line 3699, styles.scss */
  .logo-box .logo-img ul li {
    float: none;
    display: inline-block;
    margin-right: 20px;
  }
  /* line 3711, styles.scss */
  .logo-box .foot-nav-top {
    text-align: center;
    border-top: solid 1px #cccccc;
    margin-top: 15px;
  }

  /* line 3723, styles.scss */
  .content-section {
    padding-bottom: 1.875em;
  }

  /* line 3729, styles.scss */
  .divider {
    display: none;
  }

  /* line 3739, styles.scss */
  .key-points-box .content-box {
    min-height: 50px;
  }

  /* line 3748, styles.scss */
  .half-overlap-box {
    margin-bottom: 10px;
    max-height: 250px;
  }
  /* line 3753, styles.scss */
  .half-overlap-box .overlap {
    width: 100%;
  }

  /* line 3761, styles.scss */
  .key-points-box {
    min-height: 100px;
    padding: 20px 15px;
  }

  /* line 3769, styles.scss */
  .key-point-sec {
    padding-top: 40px;
  }

  /* line 3778, styles.scss */
  .content-section .bredcrumb {
    text-align: center;
  }

  /* line 3789, styles.scss */
  #video .video-container {
    position: relative;
    width: 100%;
    height: 350px !important;
  }

  /* line 3797, styles.scss */
  .play {
    height: 100px !important;
    width: 100px !important;
  }
  /* line 3798, styles.scss */
  .play span {
    background-size: cover !important;
    height: 100px !important;
    width: 100px !important;
  }

  /* line 3805, styles.scss */
  .big-video-sec .video-title {
    font-size: 1.25em;
    line-height: 22px;
  }
  /* line 3808, styles.scss */
  .big-video-sec .video-title .title {
    padding-top: 10%;
  }

  /* line 3818, styles.scss */
  .content-section {
    min-height: 400px;
  }

  /* line 3824, styles.scss */
  .login-box {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 3833, styles.scss */
  .search-box-sec .search-box {
    padding: 1.25em 0em;
  }
  /* line 3835, styles.scss */
  .search-box-sec .search-box .input {
    max-width: 150px;
    margin-right: 5px;
  }
  /* line 3842, styles.scss */
  .search-box-sec .search-box .search-btn {
    padding: 0px 10px;
  }
  /* line 3847, styles.scss */
  .search-box-sec .search-box .delete {
    margin-left: 5px;
  }

  /* line 3859, styles.scss */
  .banner-sec .home-video {
    height: 280px !important;
    width: 480px !important;
  }
  /* line 3872, styles.scss */
  .banner-sec .overlap-container .content .v-align h1 {
    font-size: 1.5625em;
    padding-top: 0em;
  }
  /* line 3884, styles.scss */
  .banner-sec.inner {
    height: 220px;
  }

  /* line 3898, styles.scss */
  .image-gallery .item .caption-sec {
    height: 94%;
    width: 53%;
    top: 5px;
    right: 10px;
  }
  /* line 3906, styles.scss */
  .image-gallery .item .caption-sec .caption {
    font-size: 0.75em;
    padding: 0px 15px;
  }
  /* line 3913, styles.scss */
  .image-gallery .item .caption-sec .caption .content .quote {
    left: -5px;
  }

  /* line 3931, styles.scss */
  .overlap-box {
    margin-bottom: 15px;
  }
  /* line 3938, styles.scss */
  .overlap-box .featured-overlap h3 {
    font-size: 1.125em;
    padding: 0px 15px 10px;
  }
  /* line 3946, styles.scss */
  .overlap-box .featured-overlap h4 {
    font-size: 0.8125em;
    line-height: 18px;
    padding: 0px 15px 10px;
  }
  /* line 3955, styles.scss */
  .overlap-box .featured-overlap .btn {
    font-size: 0.875em;
  }

  /* line 3976, styles.scss */
  .logo-box .logo-img ul li {
    width: 25%;
    margin-right: 10px;
  }
  /* line 3981, styles.scss */
  .logo-box .logo-img ul li:first-child {
    width: 20%;
  }
  /* line 3986, styles.scss */
  .logo-box .logo-img ul li:last-child {
    width: 35%;
  }

  /* line 4002, styles.scss */
  .btn-black {
    width: 100%;
  }

  /* line 4011, styles.scss */
  .video-box .video-overlap-box .video-content-box {
    padding: 0 15px;
    font-size: 0.9375em;
    line-height: 18px;
  }
  /* line 4016, styles.scss */
  .video-box .video-overlap-box .video-content-box .hi-icon {
    width: 40px;
    height: 40px;
  }
  /* line 4025, styles.scss */
  .video-box .video-overlap-box .video-content-box .hi-icon-images {
    background-size: 40%;
    background-position: 15px center;
  }

  /* line 4040, styles.scss */
  .video-popup iframe {
    height: auto !important;
  }

  /* line 4050, styles.scss */
  .iframe iframe {
    height: auto !important;
  }
  /* line 4059, styles.scss */
  .iframe.challenge {
    margin-top: 40px;
  }
  /* line 4062, styles.scss */
  .iframe.challenge iframe {
    width: 100%;
    height: 600px !important;
    border: 0px;
  }

  /* line 4082, styles.scss */
  #video .video-container {
    position: relative;
    width: 100%;
    height: 180px !important;
  }

  /* line 4091, styles.scss */
  .play {
    height: 60px !important;
    width: 60px !important;
    left: 38% !important;
    top: 40% !important;
  }
  /* line 4092, styles.scss */
  .play span {
    background-size: cover !important;
    height: 60px !important;
    width: 60px !important;
  }

  /* line 4098, styles.scss */
  .big-video-sec .video-title {
    font-size: 1em;
    line-height: 22px;
  }
  /* line 4101, styles.scss */
  .big-video-sec .video-title .title {
    padding-top: 5%;
    width: 80%;
  }

  /* line 4116, styles.scss */
  .opportunities-sec1.opp-7 ul li .title-strip-box {
    line-height: 20px;
    padding-top: 5px;
    font-size: 0.9375em;
  }
  /* line 4129, styles.scss */
  .opportunities-sec1.opp-7 ul li a:hover .title-strip-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 20px;
    height: 60px;
  }

  /* line 4153, styles.scss */
  .big-font .overlap-box .featured-overlap h4 {
    font-size: 1.25em;
    line-height: 25px;
  }

  /* line 4165, styles.scss */
  .notfound-box {
    padding: 40px 20px;
  }
  /* line 4168, styles.scss */
  .notfound-box .btn {
    font-size: 0.9375em;
  }

  /* line 4179, styles.scss */
  .login-box p {
    top: 0px;
  }

  /* line 4188, styles.scss */
  .fiction-sec {
    min-height: 280px;
  }
  /* line 4191, styles.scss */
  .fiction-sec .container .fiction-box {
    height: 280px;
  }
  /* line 4194, styles.scss */
  .fiction-sec .container .fiction-box .question {
    font-size: 0.9375em;
    line-height: 20px;
  }

  /* line 4212, styles.scss */
  .nav-sec ul.mobile-display {
    float: left;
    width: 84%;
    text-align: center;
  }

  /* line 4224, styles.scss */
  .text-left {
    text-align: center !important;
  }

  /* line 4230, styles.scss */
  #search-api-page-search-form .form-item {
    float: left;
  }
  /* line 4234, styles.scss */
  #search-api-page-search-form .form-item .form-text {
    border: solid 1px black;
    height: 36px;
    width: 100%;
  }
  /* line 4246, styles.scss */
  #search-api-page-search-form .form-submit {
    margin-left: 0px;
    margin-top: 10px;
  }
}
/*Home banner for touch devices*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 4266, styles.scss */
  .video-banner {
    background: url(../images/home-banner-mobile.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 520px;
  }

  /* line 4276, styles.scss */
  .home-video {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 4291, styles.scss */
  .video-banner {
    background: url(../images/home-banner-mobile.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 434px;
  }

  /* line 4299, styles.scss */
  .home-video {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4310, styles.scss */
  .video-banner {
    background: url(../images/home-banner-mobile.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 425px;
  }

  /* line 4317, styles.scss */
  .home-video {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 4330, styles.scss */
  .video-banner {
    height: 220px;
  }
}
