/* HOVERING ARROW HERO IMAGE */

#wrapper-arrow {
	width: 250px;
	height: 250px;
	background: transparent;
	position: absolute;
    margin: auto;
    /* top: 0; */
	bottom: 0;
    left: 0; 
	right: 0;	
}

#wrapper-arrow:hover {
	cursor: pointer;	
}

#arrow {
	position: absolute;
    margin: auto;
    /* top: 0; */
	bottom: 0;
    left: 0; 
	right: 0;
    height: 50px;
	text-align: center;
    -webkit-animation: bounce 2s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); } 
}

.glyphicon-menu-down {
	color: #ffffff;
	font-size: 1.8em;
	text-shadow: 0px 0px 13px #d3d3d3;
}

/* BEGIN CHAT POP OUT */


/* Chat button */
input.btn.btn-green.btn-block.btn-chat {
	width: 160px;
	margin: 0 auto;
	margin-top: 41px;
}

.topIcons ul.socialIcons li a:hover {
	border: 1px solid #ffffff;
	border-radius: 300px;
}

#pop-out {
    display: none;
}

@media(max-width: 991px) {
    #pop-out {
        display: inline;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 100;
    }
}

#join-submit.btn-green {
	margin-top: 2px;
}

#join-purple {
	background: #e5aa40;  
	background: rgba(229, 170, 64, 1);
}

#join-purple-video {
	background: #e5aa40;  
	background: rgba(229, 170, 64, 1);
}

#live-chat {
	background: #d3d3d3; 
	background: rgba(211, 211, 211,1);
}

#live-chat-video {
	background: #d3d3d3; 
	background: rgba(211, 211, 211,1);
}

#join-purple:hover,
#live-chat:hover, #join-purple-video:hover,
#live-chat-video:hover {
	opacity: .9;
}


.rectangle {
	height: 150px;
	width: 60px;
	border: 1px solid transparent;
}

.rectangle:hover {
	cursor: pointer;
}

#join-text {
	 margin-top: 70px;  
}


#chat-text {
	margin-top: 80px; 
}

.vertical {
	text-align: center;
	color: #17004C;
	font-size: 14pt; 
	font-weight: 600;
	white-space: nowrap;
	/*line-height: 150px; Directly centers text but line height overlaps Flikr icon 
	margin-left: -100%;    
	margin-right: -100%; */
	transform: rotate(-90deg);
}

#join-purple-form, #join-purple-form-video  {
	height: 258px;
	width: 298px;
	float: left;
}

#live-chat-form, #live-chat-form-video {
	height: 258px;
	width: 298px;
	float: left;
	display: none;
}

/* END CHAT POP-OUT */

/* MEDIA QUERIES */

	@media(max-width: 1200px) {
		#join-purple-form {
			display: none;
		}

		#live-chat-form {
			display: none;
		}

        #social-icons {
            display: none;
        }
	}


	@media(max-width: 480px) {
		#pop-out {
			display: none;
		}
	}


/* IMAGES TRIO */


#purple-images img {
	margin: 0px;
	padding: 0px;
	width: 100%;  
	height: 100%;
}

#images-trio a, 
#images-trio a:hover, 
#images-trio a:visited {     
 	text-decoration: none;       
 	color: #696969;     	
}


.trio-header {
	font-size: 2em;
}

	@media (max-width: 480px) {
		.trio-header {
			font-size: 1.7em;
		}
	}


.img-container {
  position:relative;
  padding: 0px;
}

.img-text {
   position: absolute; 
   top: 30%; 
   left: 0;
   text-align: center; 
   width: 100%; 
}

.img-text p {
	margin-top: 65px;
}

/* Media Queries for images trio font sizes */

	@media (max-width: 992px) and (min-width: 768px) {  
		.img-text p {
			margin-top: 32.5px;
		}
	}

		@media (max-width: 767px) and (min-width: 480px) { 
			.img-text {
				top: 35%;
				font-size: 1.8em;
			}
		}

			@media (max-width: 480px) and (min-width: 320px) { 
				.img-text {
					font-size: 1.5em;
					top: 25%
				}
			}

				@media (max-width: 320px) {
						.img-text p {
						margin-top: 32.5px;
					}
				}

/* Vertically centering content in rows */

.vertical-container {
  display:table;
  height: 600px;
}

	@media (max-width: 480px) {
		.vertical-container {
			height: 450px;
		}
	}

.vertical-row {
  display:table-cell; 
  vertical-align: middle;
}


/* GRAY BACKGROUND */

#background-slate {
    width: 100%;
    background: url("/media/1233/gray-texture-background.jpg");
    color: #ffffff;
}

#truth-img {
  margin-bottom: 15px;
}

/* CARES BACKGROUND */


#background-cares {
    width: 100%;
    background: url("/media/1157/cares_background.png") center no-repeat;
    background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}

	@media(max-width: 480px) {
		#background-cares {
			padding-top: 0px;
			padding-bottom: 0px;
		}
	}

#cares-banner :hover {
	cursor: pointer;
}

/* CARES SECTION */

#cares-title-gray {
	font-size: 42pt;
	margin-bottom: 25px;
}

	@media (max-width: 768px) {
		#cares-title-gray {
			font-size: 35pt;
		}
	}

		@media (max-width: 480px) {
			#cares-title-gray {
				font-size: 25pt;
			}
		}

/* P3 SECTION */
#p3-title-yellow {
    color: #fbad18;
    margin: 18px 0px;
	font-size: 35pt;
}

	@media (max-width: 480px) {
		#p3-title-yellow {
			font-size: 25pt;
		}
	}

#p3-list ul {
 	padding-left: 0px;
 	margin-left: 20px;
	font-size: 25pt;
}

	@media (max-width: 480px) {
		#p3-list ul {
			font-size: 15pt;
		}
	}

#p3-list ul li {
    margin-bottom: 15px;
}

/* WHITE BACKGROUND BUSINESS SOLUTIONS */

#background-white {
  width: 100%;
  background-color: #ffffff;
}

/* Tabs Section */

#solutions-tabs li a {
  color: #00a998;
  text-decoration: none;
}

#solutions-tabs li a:hover {
  text-decoration: none;
  font-weight: bold;
}

#solutions-tabs li.active {
  font-weight: bold;
  text-decoration: none !important;
}

.list-inline > li {
    display: inline-block;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.list-inline {
	padding-left: 4px;
}

/* REQUEST INTERPRETER */

#request-background {
    width: 100%;
    background: url("/media/1186/purple-interpreter.jpg") center no-repeat;
    background-size: cover;
    color: #ffffff;
}

/* ACQUIRE */
#acquire-headline {
	color: #696969;
	text-align: center;
	position: absolute;
	bottom: 70px; 
    width: 100%; 
    height: 50px;
}

#acquire-headline a {
	color: #696969;
	font-size: 36px;
	font-weight: bold;
}

/* header height sets static height needed for the video to be rendered in browser view port
 * for height in percent to work parent container needs to have percent value in this case body was given 100% height
*/
header{
	height: 100%;
	position: relative;
	/*background-color: purple;
    z-index: -1;*/
}

/* hero_area div containing video needs to be the size of parent div height, thus top, left, right, bottom helps to stretch hero_area div to the size of parent by giving position absolute.
 * overflow hides the video over-flowing outside the current size of hero_area. this can be helpful to control the visible part of video by pulling it using position value in video (top / bottom/ left/ right).
*/

.hero_area{
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	overflow: hidden;
	padding: 0;
	margin:0;
    z-index: 50;
}

audio, canvas, video{
	display: inline-block;
}

.hero_area video{
	/*bottom: -150px;*/
	position: absolute;
	width: 100%;
	height: auto;
    z-index: -1;
}

.video-overlay-holder {
    width : 100%;
    margin: 0 auto;
    position: absolute;
    top: 20%;
}

.video-overlay-holder img {
    display:block;
    margin:auto;
}

.video-overlay-holder p {
    text-align: center;
    color: white;
    font-size: 18px;
    /*-webkit-text-stroke: 0.25px #000000;*/
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 15px;

    text-shadow: 1px 1px 4px #c0c0c0;
}

.video-overlay-holder-small {
    width : 100%;
    margin: 0 auto;
    position: absolute;
    top: 5%;
    z-index: 1000;
}

.video-overlay-holder-small img {
    display:block;
    margin:auto;
}

.video-overlay-holder-small p {
    text-align: center;
    color: white;
    font-size: 14px;
    /*-webkit-text-stroke: 0.25px #000000;*/
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 15px;

    text-shadow: 1px 1px 4px #c0c0c0;
}

/*** LIGHTBOX ***/
.lightboxcontainer {
  width:100%;
  text-align:center;
  display:block;
    margin:auto;
}
.lightboxleft {
  width: 40%;
  float:left;
}
.lightboxright {
  width: 60%;
  float:left;
}
.lightboxcontainer iframe {
  /*min-height: 800px;
    min-width: 1000px;*/
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.divtext {
  margin: 36px;
}
@media (max-width: 1200px) {
  .lightboxleft {
    width: 100%;
  }
  .lightboxright {
    width: 100%;
  }
  .divtext {
    margin: 12px;
  }
}


.html5lightbox a, a:hover, a:active {
    color: transparent;
}


#VideoPopUp {
    display: inline;
    position: absolute; 
	bottom: 0; 
	right: 0;
	z-index: 100;
}


#join-purple-form-video, #social-icons-video {
    display: none;
}

@media(min-width: 1200px) {
    #join-purple-form-video, #social-icons-video {
        display: block;
    }
}