
body{
	background-color: white;
  min-height: 100vh;
}

.container{
  min-height: 90vh;
}

.bg-city-scrappers{
  z-index: -2;
  top: -60px;
  left: 0px;
}

:root{
  --black-text : #000;
  --dark-red: #5a0000;
  --light-red: #960000;
}


html {
  height: 100%;
}


.welcome-screen-textarea, .terms-area{
	overflow: auto;
}

.text-black{
    /*color: var(--black-text);*/
}

.title-text{
	/*color: var(--black-text);*/
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
}

.font-os-cond{
	font-family: inherit;
}
.form-control{
  box-shadow: none;
}

.red-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1a4c86+0,2378bd+50,1c6bb0+51,57a5e1+100 */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5a0000+0,960000+50,960000+51,aa0000+100 */
  background: rgb(240, 90, 35); /* Old browsers */
}

.bg-white-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

.btn-blue{
	padding: 7px 60px;
    /*color: white;*/
  line-height: 0.9;
  box-shadow: none !important;
  outline: none !important;
}
.share-btn{
  width: 220px;
}
.text-blue{
	/*color: #00355f;*/
}

.text-light-blue{
	/*color: #7399c8;*/
}
.bg-blue{
	background-color: #00355f;
}

.bg-dark-red{
  background-color: var(--dark-red);
}

.bg-light-red{
  background-color: var(--light-red);
}
.bg-attempt-bar{
	background-color: #456c8a;
}

.question{
	font-size: 16px;
	cursor: pointer;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.question.completed{
	background-color: #b7b7b7;
	cursor: not-allowed;
}

.photo{
	height: 150px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-color: #00355f !important;
}
.photo-mobile{
	cursor: pointer;
	overflow: hidden;
}
.remove-img{
	top: 15px;
	right: 20px;
}

.font-20{
	font-size: 1.2em;
}

.font-14{
	font-size: 0.9em;
}

.font-18{
	font-size: 18px;
}

.btn-orange{
	background-color: #e94e1b;
	/*color: white;*/
}
.btn-orange:hover{
	background-color: #c54a22;
}

.btn-green{
	background-color: #00a651;
	/*color: white;*/
}
.btn-green:hover{
	background-color: #019147;
}

.btn-red{
	background-color: #ed1c24;
	/*color: white;*/
}
.btn-red:hover{
	background-color: #cc161d;
}

.bg-orange{
	background-color: #e94e1b;
}

.btn-rounded{
	border-radius: 45px;
    width: 90px;
    height: 90px;
    border: 1px solid #ececec;
}

.btn-transparent{
	background-color: transparent;
	/*color: white;*/
}

.text-orange{
	/*color: #e94e1b;*/
}

.pre-record-count-down, {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
  /*color: red;*/
}
.btm-links-container a {
  text-decoration: none !important;
}
.modal-body button.close{
  background-color: transparent;
  float: right;
  border:none;
  font-size: 18px;
}
.btm-links-container {
    text-align: center;
    position: static;
  }

.french-terms-tab{
  margin-bottom: 30px !important;
}

@media (min-width: 320px) {  

  .btm-links-container {
    text-align: center;
    position: static;
  }
    .title-text{
    	font-size: 1.5rem;
    }
    /*.question-num{
	  	padding-top: 27px !important;
	  	padding-left: 5px !important;
	  }*/
    .question{
      height: 180px;
    }

    .btn-blue{
      font-size: 25px;
      padding: 7px 25px;
    }
  }
  

@media (min-width: 576px) {  
    .title-text{
    	font-size: 1.5rem;
    }

    /*.question-num{
	  	padding-top: 38px !important;
	  	padding-left: 0px !important;
	  }*/
	  .btn-blue{
	  	font-size: 32px;
      padding: 7px 50px;
	  }

    .btm-links-container {
      text-align: center;
      position: static;
    }
   
  }

  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .title-text{
    	font-size: 2rem;
    }
     /*.question-num{
	  	padding-top: 27px !important;
	  	padding-left: 5px !important;
	  }*/

    .btm-links-container {
      text-align: right;
      position: fixed;
    }
  }

  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) { 
    .title-text{
    	font-size: 2.5rem;
    }
    .question{
      height: 95px;
    }
    .btm-links-container {
      text-align: right;
      position: fixed;
    }
   }

  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 1200px) {  
    .title-text{
    	font-size: 3rem;
    }

    .btm-links-container {
      text-align: right;
      position: fixed;
    }
  }

  .attempt-arrow{
  	margin-top: -3px;
  }

.question-text{
	line-height: 1.5;
}

.rotate-90 {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-270 {
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.flip {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.flip-and-rotate-90 {
  -moz-transform: rotate(90deg) scaleX(-1);
  -webkit-transform: rotate(90deg) scaleX(-1);
  -o-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
}

.flip-and-rotate-180 {
  -moz-transform: rotate(180deg) scaleX(-1);
  -webkit-transform: rotate(180deg) scaleX(-1);
  -o-transform: rotate(180deg) scaleX(-1);
  transform: rotate(180deg) scaleX(-1);
}

.flip-and-rotate-270 {
  -moz-transform: rotate(270deg) scaleX(-1);
  -webkit-transform: rotate(270deg) scaleX(-1);
  -o-transform: rotate(270deg) scaleX(-1);
  transform: rotate(270deg) scaleX(-1);
}

.ios-preview-overlay{
  top: 50%;
   left: 50%;
  z-index: 1;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: auto !important;
}

.ios-preview-play-icon{
  top: 50%;
   left: 50%;
   width: 50px;
   height: 50px;
   margin-top: -24px; /* Half the height */
   margin-left: -24px; /* Half the width */
   z-index: 2;
   cursor: pointer;
}

.mt-25{
  margin-top: 25px;
}

.background-placeholder{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}






/*Photo Capture CSS*/

.app-container{
  background-color: rgb(88, 112, 82);
  margin-top: 25px;
  padding: 15px;
  width: min-content;
  margin:25px auto 0px auto;
}

.media-container{
  background-color: white;
  padding: 12px;
  box-shadow: 1px 1px 10px 0px black;
  margin-bottom: 15px;
}
.media{
  width: 50vh;
  position: relative;
  padding-top: 50vh;
  background-color: black;
  margin-bottom: 10px;
}

.assets-media{
  width: 50vh;
}

.media-body{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-body #canvas{
  width: 100%;
}
.media-body #video-player{
  width: 100%;
  height: 100%;
}

.app-container .actions{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pre-record-count-down, .photo-capture-preloader{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: white;
}

.btn{

}
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited{
  color: rgb(255, 255, 255);
  background-color: #03363D; !important;
  border: 0px solid #fff !important;
  outline: none !important;
  box-shadow: none !important;
  font-size: 34px;
  font-weight: 400;
  outline: none !important;
  box-shadow: none;
  border-radius: 0px !important;
  font-family: inherit;
}
.no-asset-link, .no-asset-link:hover, .no-asset-link:focus, .no-asset-link:active, .no-asset-link:visited{
  color: #fff;
}

.btn-asset, .btn-asset:hover, .btn-asset:focus, .btn-asset:active, .btn-asset:visited{
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  width: 70px !important;
  height: 70px !important;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
}
.btn-asset div, .btn-asset img{
  color: rgb(0, 102, 164);
  font-size: 8px;
}
.font-21, .font-21:hover, .font-21:focus, .font-21:active, .font-21:visited{
  font-size: 14px;
}

.head1
{
  font-size: 43px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-family: inherit;
}

.head2{
  font-size: 28px;
  font-weight: 400;
  color: white;
}
.btn-icon, .btn-icon:hover, .btn-icon:focus, .btn-icon:active, .btn-icon:visited{
  width: 60px;
  height: 60px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-share, .btn-share:hover, .btn-share:focus, .btn-share:active, .btn-share:visited{
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.asset-container{
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  min-width: 48vh;
}
.asset{
  width: 31%;
  border: 5px solid #4285F4;
  border-radius: 6px;
  margin-right: 2%;
  margin-bottom: 15px;
  cursor: pointer;
  min-width: 110px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.img-icon{
  font-size: 50px;
}

@media (min-width: 320px) {  
    
}
@media (min-width: 576px) {  
  .font-21, .font-21:hover, .font-21:focus, .font-21:active, .font-21:visited{
    font-size: 21px;
  }
  .btn-icon, .btn-icon:hover, .btn-icon:focus, .btn-icon:active, .btn-icon:visited{
    width: 85px;
    height: 85px;
    font-size: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn-share, .btn-share:hover, .btn-share:focus, .btn-share:active, .btn-share:visited{
    width: 70px;
    height: 70px;
    font-size: 42px;
    border-radius: 10px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  


}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

@media (min-height: 300px) {
  .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited{
    font-size: 12px;
  }

  .btn-icon, .btn-icon:hover, .btn-icon:focus, .btn-icon:active, .btn-icon:visited{
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .btn-asset, .btn-asset:hover, .btn-asset:focus, .btn-asset:active, .btn-asset:visited{
    font-size: 12px;
    margin: 0px 2px;
    width: 51px !important;
    height: 51px !important;
  }
  .btn-share, .btn-share:hover, .btn-share:focus, .btn-share:active, .btn-share:visited {
    width: 44px;
    height: 44px;
  }

  .img-icon{
    font-size: 30px;
  }
  .btn-asset div{
    font-size: 6px;
    font-weight: bold;
  }

  .head1{
    font-size: 24px;
  }

  .media{
    width: 40vh;
    padding-top: 40vh;
  }
  .assets-media{
    width: 40vh;
  }

  .asset-container{
    min-width: 40vh;
  }

  .asset{
    min-width: 48%;
  }
}

@media (min-height: 550px) {
  .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited{
    font-size: 17px;
  }

  .btn-icon, .btn-icon:hover, .btn-icon:focus, .btn-icon:active, .btn-icon:visited{
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  .btn-asset, .btn-asset:hover, .btn-asset:focus, .btn-asset:active, .btn-asset:visited{
    font-size: 12px;
    padding: 6px;
    margin: 0px 5px;
    width: 54px !important;
    height: 54px !important;
  }

  .img-icon{
    font-size: 30px;
  }
  .btn-asset div{
    font-size: 7px;
  }

  .btn-share, .btn-share:hover, .btn-share:focus, .btn-share:active, .btn-share:visited {
    width: 44px;
    height: 44px;
  }

  .head1{
    font-size: 28px;
  }

  /*.asset-container{
    min-width: 48vh;
  }

  .asset{
    min-width: 135px;
  }*/
}

@media (min-height: 750px) {
  .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited{
    font-size: 28px;
  }

  .btn-icon, .btn-icon:hover, .btn-icon:focus, .btn-icon:active, .btn-icon:visited{
    width: 85px;
    height: 85px;
    font-size: 30px;
  }

  .btn-asset, .btn-asset:hover, .btn-asset:focus, .btn-asset:active, .btn-asset:visited{
    font-size: 10px;
    margin: 0px 8px;
    width: 75px !important;
    height: 75px !important;
  }

  .img-icon{
    font-size: 50px;
  }
  .btn-asset div{
    font-size: 10px;
  }
  .btn-share, .btn-share:hover, .btn-share:focus, .btn-share:active, .btn-share:visited {
    width: 70px;
    height: 70px;
    font-size: 42px;
  }

  .head1{
    font-size: 43px;
  }

  .media{
    width: 50vh;
    padding-top: 50vh;
  }
  .assets-media{
    width: 50vh;
  }

  .asset-container{
    min-width: 48vh;
  }

  .asset{
    min-width: 115px;
  }
}


#shutter{
  background:rgba(255,255,255,.88);
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  text-align:center;
  opacity:0;
  transition:all .1s linear;
  z-index: 1;
  pointer-events: none;
}

#videoPlayer{
  object-fit:cover;
  display:block;
  width:100%;
  max-width:100%;
  max-height:100%;
}

.progress-container{
  position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 4;
}

#slider
{
  margin: 16px 0px;
  font-size: 1.25rem;
}

.slider
{
  margin-top: 7px;
}

.ui-slider .ui-slider-handle 
{ 
  border-radius: 50% !important; 
  margin-top: -8px !important;
  width: 40px !important;
  height: 40px !important;
  outline: none !important;
}

.ui-slider .ui-slider-horizontal,
.ui-slider .ui-slider-range {
  background: white;
}

/* bottom links */
.btm-links-container {
    bottom: 0px;
    width: 100%;
}
.btm-links-container .colored-bg a{
    background-color: rgba(0,0,0, 0.5);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: white !important;
    display: inline-block;
    font-size: 12px;
    padding: 4px 8px;
    margin-top: 5px;
    text-decoration: underline;
}