/*
 Theme Name:   		BC Gov Marketing child theme
 Theme URI:    		https://cos.citz.gov.bc.ca/jira/browse/WD-249
 Description:  		A Child theme for bcgov-responsive-theme  
 Author:       		Steve Howard
 Author URI:   		https://cos.citz.gov.bc.ca/jira/secure/ViewProfile.jspa?name=smhoward%40idir
 Template:     		bcgov-responsive-theme
 Version:      		1.9.1
*/
@import url("../bcgov-responsive-theme/style.css");
/*******************
 * Global
 *******************/
.feature-title {
  color: #37568d;
  font-weight: bold;
}
.feature-subtext {
  font-style: italic;
}
.feature-link:hover {
  text-decoration: none;
}
.feature-img-circle {
  /* http://stackoverflow.com/questions/21852978/bootstrap-3-using-img-circle-how-to-get-circle-from-non-square-image */
  /* make it responsive */
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  /* div height to be the same as width*/
  padding-top: 100%;
  /* make it a circle */
  border-radius: 50%;
  /* Centering on image`s center*/
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  /* it makes the clue thing, takes smaller dimention to fill div */
  background-size: cover;
  /* it is optional, for making this div centered in parent*/
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature-image-overlay {
  position: relative;
}
.feature-image-overlay:after {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.feature-image-overlay:hover:after {
  opacity: 1;
}
.feature-more {
  text-align: left;
  padding-left: 20px;
}
.feature-more-btn-div .fa {
  font-size: 1.5em;
}
.feature-more-btn-div span {
  vertical-align: middle;
  padding-bottom: 0.3em;
  display: inline-block;
}
.feature-inner-top {
  text-align: right;
  font-size: 30px;
}
.carousel-caption {
  text-align: left;
}
.feature-share-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.feature-share-item {
  font-size: 40px;
  margin: 5px 10px;
}
.feature-share-item .fa-facebook-official {
  color: #3b5998;
}
.feature-share-item .fa-facebook-official:hover {
  color: #2d4373;
}
.feature-share-item .fa-twitter-square {
  color: #1da1f2;
}
.feature-share-item .fa-twitter-square:hover {
  color: #0c85d0;
}
/*******************
 * Tiles
 *******************/
.feature-tile {
  /*height: 225px;*/
  color: #fff;
  background-color: #003366;
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
.feature-tile h1,
.feature-tile h2 {
  color: #fff;
  font-size: 5rem;
}
.feature-tile a {
  color: #fdb628;
  text-decoration: underline;
}
/*******************
 * Cards
 *******************/
.feature-card {
  background-color: #fff;
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*
	border: 1px solid #000;
	color: #fff;*/
}
.feature-card-top .img-responsive {
  min-width: 100%;
}
.feature-card h2 {
  /*
	color: #fff;*/
}
.feature-card:hover {
  background-color: #cccccc;
}
.feature-card.no-hover:hover {
  background-color: transparent;
}
.feature-card-bottom {
  /*height: 100px;*/
  padding: 20px;
  text-align: center;
}
/*******************
 * Image cards
 *******************/
.feature-image-card {
  position: relative;
}
.feature-image-card-img {
  /*position: absolute;*/
}
.feature-image-card-link {
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  height: 40px;
  width: 100%;
  color: #fff;
  margin-top: -40px;
}
.feature-image-card-link a {
  color: #fff;
}
.feature-image-card-link span {
  line-height: 40px;
}
/*******************
 * Alts
 *******************/
.feature-alt-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*.feature-alt-row:hover {
	background-color: @bcgov-bg-hover-colour;
}*/
.feature-alt-text {
  padding: 15px;
  color: #494949;
}
.feature-alt-text-left {
  text-align: right;
}
.feature-alt-text-right {
  text-align: left;
}
/*******************
 * Circles
 *******************/
.feature-circle {
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*color: @bcgov-font-colour;*/
}
.feature-circle-top {
  padding: 10px 25px;
  max-width: 500px;
}
.feature-circle-bottom {
  padding: 20px;
  text-align: center;
}
/******************* 
 * Pages
 *******************/
.feature-page-content {
  text-align: left;
}
/******************
 * Mobile
 *****************/
@media (max-width: 768px) {
  h1.feature-section-title,
  h1.throne-title {
    font-size: 30px;
  }
}
/*****************/
body {
  background-color: #fff;
  overflow-x: hidden;
}
.body-wrap {
  overflow-x: hidden;
}
.section-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.feature-section {
  text-align: center;
  font-size: 16px;
  padding: 15px 15px 25px 15px;
  position: relative;
  z-index: 3;
}
.feature-banner {
  position: relative;
  z-index: 1;
}
.feature-banner-inner {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width: 200px;*/
  min-height: 200px;
  color: #fff;
  z-index: 2;
  padding: 50px;
}
.feature-banner-inner h1 {
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  padding-bottom: 30px;
}
.feature-banner-inner p {
  font-size: 25px;
  color: #fff;
  padding-bottom: 30px;
}
.feature-banner .btn-default {
  color: #fff;
  background: #38598a;
  border-color: #fff;
}
.feature-banner .btn-default:hover {
  background: #003366;
}
.feature-banner .btn {
  border-radius: 0px;
}
.feature-section:nth-child(even) {
  background-color: #fff;
  padding-left: 3015px;
  margin-left: -3000px;
  padding-right: 3015px;
  margin-right: -3000px;
}
.feature-section:nth-child(odd) {
  background-color: #e9e9e9;
  padding-left: 3015px;
  margin-left: -3000px;
  padding-right: 3015px;
  margin-right: -3000px;
}
.feature-section-title {
  color: #37568d;
  font-size: 40px;
  text-transform: uppercase;
}
/* Overrides */
/* */
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid .content {
  margin-top: 0px;
}
.container-fluid .main {
  padding-top: 0px;
  padding-left: 0px;
}
.bcgov-marketing-page .content {
  padding-bottom: 0px;
}
.bcgov-marketing-page .main {
  padding-bottom: 0px;
}
.sidebar {
  padding-top: 20px;
}
/* nav menu overrides */
.navbar-nav {
  font-size: 16px !important;
}
/* Make model background not showup while using marketing theme */
.page-template-template-marketing-home .modal-backdrop {
  display: none;
}
/* move the modal header to the correct spot */
@media (min-width: 768px) {
  .page-template-template-marketing-home .modal-dialog {
    width: 600px;
    margin: 100px auto;
  }
}
.bcgov-video-div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
#bcgov-button-container {
  position: absolute;
  width: auto;
  height: 100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  margin-top: -50px;
  z-index: 900;
}
.bcgov-video-title {
  color: white;
  font-size: 44px;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
}
.bcgov-video-title-mobile {
  font-size: 30px;
  text-transform: uppercase;
}
#bcgov-button-container .btn {
  background: none;
  border-radius: 0;
  border: 3px solid white;
}
.bcgov-button-container-mobile {
  margin-bottom: 20px;
}
.bcgov-button-container-mobile .btn {
  background: none;
  border-radius: 0;
  border: 1px solid #003366;
}
.bcgov-video-container {
  position: relative;
}
@media (min-width: 1200px) {
  .bcgov-video-container {
    max-height: 80vh;
  }
}
#bcgov-youtube-player {
  position: absolute;
  z-index: 1000;
  display: none;
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: "Norwester";
  src: url("inc/fonts/norwester/norwester.eot");
  src: url("inc/fonts/norwester/norwester.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/norwester/norwester.woff2") format("woff2"),
    url("inc/fonts/norwester/norwester.woff") format("woff"),
    url("inc/fonts/norwester/norwester.ttf") format("truetype"),
    url("inc/fonts/norwester/norwester.svg#Norwester") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: local("Poppins Thin"), local("Poppins-Thin");
  src: url("inc/fonts/Poppins/Poppins-Thin.eot");
  src: url("inc/fonts/Poppins/Poppins-Thin.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/Poppins/Poppins-Thin.woff2") format("woff2"),
    url("inc/fonts/Poppins/Poppins-Thin.woff") format("woff"),
    url("inc/fonts/Poppins/Poppins-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light");
  src: url("inc/fonts/Poppins/Poppins-Light.eot");
  src: url("inc/fonts/Poppins/Poppins-Light.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/Poppins/Poppins-Light.woff2") format("woff2"),
    url("inc/fonts/Poppins/Poppins-Light.woff") format("woff"),
    url("inc/fonts/Poppins/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium");
  src: url("inc/fonts/Poppins/Poppins-Medium.eot");
  src: url("inc/fonts/Poppins/Poppins-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/Poppins/Poppins-Medium.woff2") format("woff2"),
    url("inc/fonts/Poppins/Poppins-Medium.woff") format("woff"),
    url("inc/fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold");
  src: url("inc/fonts/Poppins/Poppins-Bold.eot");
  src: url("inc/fonts/Poppins/Poppins-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/Poppins/Poppins-Bold.woff2") format("woff2"),
    url("inc/fonts/Poppins/Poppins-Bold.woff") format("woff"),
    url("inc/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Nexa Bold";
  src: url("inc/fonts/nexa/3820F9_3_0.eot");
  src: url("inc/fonts/nexa/3820F9_3_0.eot?#iefix") format("embedded-opentype"),
    url("inc/fonts/nexa/3820F9_3_0.woff2") format("woff2"),
    url("inc/fonts/nexa/3820F9_3_0.woff") format("woff"),
    url("inc/fonts/nexa/3820F9_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "Nexa Book";
  src: url("inc/fonts/nexa/3820F9_5_0.eot");
  src: url("inc/fonts/nexa/3820F9_5_0.eot?#iefix") format("embedded-opentype"),
    url("inc/fonts/nexa/3820F9_5_0.woff2") format("woff2"),
    url("inc/fonts/nexa/3820F9_5_0.woff") format("woff"),
    url("inc/fonts/nexa/3820F9_5_0.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Regular"), local("NotoSans-Regular");
  src: url("inc/fonts/notosans/NotoSans-Regular.eot");
  src: url("inc/fonts/notosans/NotoSans-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/notosans/NotoSans-Regular.woff2") format("woff2"),
    url("inc/fonts/notosans/NotoSans-Regular.woff") format("woff"),
    url("inc/fonts/notosans/NotoSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Noto Sans Italic"), local("NotoSans-Italic");
  src: url("inc/fonts/notosans/NotoSans-Italic.eot");
  src: url("inc/fonts/notosans/NotoSans-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/notosans/NotoSans-Italic.woff2") format("woff2"),
    url("inc/fonts/notosans/NotoSans-Italic.woff") format("woff"),
    url("inc/fonts/notosans/NotoSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold");
  src: url("inc/fonts/notosans/NotoSans-Bold.eot");
  src: url("inc/fonts/notosans/NotoSans-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/notosans/NotoSans-Bold.woff2") format("woff2"),
    url("inc/fonts/notosans/NotoSans-Bold.woff") format("woff"),
    url("inc/fonts/notosans/NotoSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Noto Sans Bold Italic"), local("NotoSans-BoldItalic");
  src: url("inc/fonts/notosans/NotoSans-BoldItalic.eot");
  src: url("inc/fonts/notosans/NotoSans-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/notosans/NotoSans-BoldItalic.woff2") format("woff2"),
    url("inc/fonts/notosans/NotoSans-BoldItalic.woff") format("woff"),
    url("inc/fonts/notosans/NotoSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans Black"), local("NotoSans-Black");
  src: url("inc/fonts/notosans/NotoSans-Black.eot");
  src: url("inc/fonts/notosans/NotoSans-Black.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/notosans/NotoSans-Black.woff2") format("woff2"),
    url("inc/fonts/notosans/NotoSans-Black.woff") format("woff"),
    url("inc/fonts/notosans/NotoSans-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 900;
  src: local("Noto Sans Black Italic"), local("NotoSans-BlackItalic");
  src: url("inc/fonts/notosans/NotoSans-BlackItalic.eot");
  src: url("inc/fonts/notosans/NotoSans-BlackItalic.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/notosans/NotoSans-BlackItalic.woff2") format("woff2"),
    url("inc/fonts/notosans/NotoSans-BlackItalic.woff") format("woff"),
    url("inc/fonts/notosans/NotoSans-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans Light"), local("NotoSans-CondensedLight");
  src: url("inc/fonts/notosans/NotoSans-CondensedLight.eot");
  src: url("inc/fonts/notosans/NotoSans-CondensedLight.eot?#iefix")
      format("embedded-opentype"),
    url("inc/fonts/notosans/NotoSans-CondensedLight.woff2") format("woff2"),
    url("inc/fonts/notosans/NotoSans-CondensedLight.woff") format("woff"),
    url("inc/fonts/notosans/NotoSans-CondensedLight.ttf") format("truetype");
}
