/*! Browse Happy */
.browsehappy { margin: 0.2em 0;background: #ccc;color: #000; padding: 0.2em 0;}

/*! Base Styles */


html, button, input, select, textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

body {
  font-size: 20px;
  background: #868585;
  color: #656666;
  line-height: 31px;
  font-family:'ITC Franklin Gothic W02', sens-serif;
  font-weight: 400;
}

.container {
    width: 1220px;
    margin: 0 auto;
    padding-bottom: 10px;
}

#slider {
    width: 100%;
    height: 102%;
    z-index: -2;
    position: fixed;
}

.image01 {
    background: url('../images/1.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.image02 {
    background: url('../images/2.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.image03 {
    background: url('../images/3.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.image04 {
    background: url('../images/4.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.image05 {
    background: url('../images/5.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.image06 {
    background: url('../images/6.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.overlay {
    background: url('../images/pattern.png') repeat center center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

header {
	background: #221e1f;
    padding: 40px 0;
}

header .container p {
	float: right;
    width: 19%;
    margin: 10px 0 0 0;
	line-height: 22px;
    color: #fff;
    -webkit-font-smoothing: antialiased;  
    position: relative;
}

header .container p a {
    color: #D57E34;
    text-decoration: none;
    border-bottom: 1px solid #D57E34;
}

header .container p a:hover {
	border-bottom: none;
}

header .container p i {
    position: absolute;
    left: -30px;
	top: -5px;
	font-size: 60px;
    color: #D57E34;
}
nav {
 	background: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 10px 0 10px 40px;
    width: 1200px;
    margin: 20px auto 10px;
    font-size: 18px;
}

nav ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
	display: inline;
    padding-right: 40px;
}

nav ul li a {
	color: #656666;
	text-decoration: none;
}

nav ul li.on a, nav ul li a:hover {
	border-bottom: 1px solid #656666;
}

ul.list-icon {
    text-align: center;
    list-style: none;
    padding: 0;
}

ul.list-icon img {
	margin-bottom: 14px;
}

ul.list-icon li {
	display: inline-block;
    width: 32%;
    line-height: 24px;
    margin-bottom: 0;
}

ul li, ol li {
	margin-bottom: 20px;
}

ul.fa-ul ul.fa-ul {
	margin-left: 24px;
}

ol {
    padding-left: 24px;
}

.capitalized {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.capitalized-normal {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.capitalized a {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.capitalized a:hover {
    border-bottom: none;
}

#clock {
	font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

#clock span {
    background: #fff;
    padding: 26px 0 15px;
    display: inline-block;
    margin: 10px;
    height: 80px;
    text-align: center;
    float: left;
    background: #74B8C7;
}

#clock span.labels {
	width: 250px;
}

#clock span.element {
	width: 70px;
}

#clock span.days {
	width: 90px;
}

#days {
    font-size: 30px;
    font-weight: 500
}

.sign-up {
	font-size: 37px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-bottom: none !important;
}


.sign-up i {
	font-size: 28px;
    position: relative;
    right: 0;
}

.sign-up:hover i {
    right: -10px;
}

.small-padding {
	padding: 15px 40px !important;
}

.orange-color {
	color: #d57e34
}

.orange-background {
	background: #d57e34;
    color: #fff;
    -webkit-font-smoothing: antialiased;
	padding: 40px;
    position: relative
}

.orange-background a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.orange-background a:hover {
    border-bottom: none;
}

.green-color {
	color:#74B8C7;
}

.green-background {
	background:#74B8C7;
    color: #fff;
    -webkit-font-smoothing: antialiased;
	padding: 40px;
    position: relative
}

.green-background.arrow-down::after {
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #74B8C7;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 220px;
}

.green-background.arrow-right::after {
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #74B8C7;
  position: absolute;
  content: "";
  bottom: 140px;
  right: -10px;
}

.green-background a {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.green-background a:hover {
    border-bottom: none;
}

.white-background {
	background: #fff;
    color: #656666;
    -webkit-font-smoothing: antialiased; 
	padding: 40px;
    position: relative

}

.white-background.arrow-down::after {
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #fff;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 220px;
}

.white-background.arrow-top::after {
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #fff;
  position: absolute;
  content: "";
  top: -10px;
  right: 220px;
}

.white-background a {
	color: #656666;
    border-bottom: 1px solid #656666;
    text-decoration: none;  
}

.white-background a:hover {
    border-bottom: none;
}

.blue-color {
	color: #467DE0;
}

.blue-background {
	background: #467DE0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
	padding: 40px;
    position: relative

}

.blue-background a {
	color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;  
}

.blue-background a:hover {
    border-bottom: none;
}

.red-color {
	color: #c21136;
}

.red-background {
	background: #c21136;
    color: #fff;
    -webkit-font-smoothing: antialiased;
	padding: 40px;
    position: relative

}

.red-background a {
	color: #fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;  
}

.red-background a:hover {
    border-bottom: none;
}

.one-third {
	width: 450px;
    float: left;
    margin: 10px;
}

.two-third {
	width: 730px;
    float: left;
    margin: 10px;
}

.half {
	width: 590px;
    float: left;
    margin: 10px;
}

.full {
	width: 1200px;
    margin: 10px;
    float: left;
}

footer {
	background: #656666;
    padding: 20px 0 10px;

}

footer .container {
    padding: 0 20px;
}

footer img {
	padding-left: 40px;
}

footer span {
	float: right;
}

h1 {
    font-size: 46px;
	margin: 0;
    text-transform: uppercase;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

header h1 {
	font-size: 52px;
    line-height: 64px;
    width: 64%;
    float: left;
    margin-left: 10px;
    letter-spacing: 1px;
}

header h1 a {
	color: #fff;
    text-decoration: none;
}

h2 {
	font-size: 37px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
}

h2 span {
	font-weight: 400;
}

h2 i, h3 i {
	float: right;
}

h2.read:hover, h3.read:hover  {
	cursor: pointer;
}

h3 {
	font-size: 30px;
    text-transform: uppercase;
    margin-top: 0;
}

h3 span {
	font-style: italic;
	font-weight: 400;
}

h3.read {
	margin: 0;
}

i.fa-minus {
	font-size: 16px;
    left: -52px;
    top: 8px;
}

i.fa-square {
	font-size: 11px;
    left: -30px;
    top: 10px;
}

.read-more {
    border-bottom: none !important;
}

.read-more i {
	font-size: 15px;
    position: relative;
}

.read-more:hover i {
	right: -10px;
}

.social-media {
	padding-right: 20px;
    border-bottom: none !important;
}

.more {
	display: none;
}

.video {
	border-bottom: none !important;
    position: relative;
    display: block;
    height: 210px;
    margin-top: 30px;
}

.video span {
	position: absolute;
	top: 80px;
	left: 155px;
}

.video span:hover {
	opacity: 0.8;
}


.video-half {
	border-bottom: none !important;
    position: relative;
    display: block;
    height: 290px;
    margin-top: 30px;
}

.video-half span {
	position: absolute;
	top: 115px;
	left: 225px;
}

.video-half span:hover {
	opacity: 0.8;
}

.video-half2 {
	border-bottom: none !important;
    position: relative;
    display: block;
    height: 390px;
}

.video-half2 span {
	position: absolute;
	top: 160px;
	left: 260px;
}

.video-half2 span:hover {
	opacity: 0.8;
}

.video-categories {
  	font-size: 15px;
  	line-height: 20px;
 	font-weight: normal;
  	text-transform: uppercase;
}

.video-categories a.all-categories {
	font-weight: bold;
}

.video-categories a {
	border-bottom: none;
  	margin-right: 5px
}

.video-categories a.active, .video-categories a:hover {
	border-bottom: 1px solid #656666;
}


.video-answers-content {
	float: left;
	width: 1140px;
	margin-left: -10px;
  	font-size: 15px;
  	line-height: 20px;
}

.video-answers-content .single-video {
    width: 25%;
    float: left;
    position: relative;
  	padding: 0 10px;
  	margin-bottom: 20px;
	height: 255px;
}

.video-answers-content img.thumbnail {
	width: 100%;
    height: 149px
}

.video-answers-content .button {
  background: url(https://testing-challenge-cms.s3.amazonaws.com/sites/54192a9454f2f1d8d1000001/theme/images/play-button.png) no-repeat center center;
  height: 60px;
  width: 60px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -30px;
  margin-top: -30px;
  display: block
}

.video-answers-content .author {
  text-transform: uppercase;
  font-weight: bold;
}

.video-answers-content .video {
 height: auto 
}

.video-answers-content span {
 display: block
}

.video-answers-content span.views, .video-answers-content span.likes {
	float: left;
  	width: 50%;
    font-size: 13px
}

.submissions.loading {
	min-height: 200px;
  background: url(http://testing-challenge-cms.s3.amazonaws.com/sites/54192a9454f2f1d8d1000001/theme/images/gif-3.gif) no-repeat center center;
}


/*Form Styling*/

#forms {
	display: none;
}

input {
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 20px !important;
  color: #656666;
  line-height: 31px;
  font-family: 'ITC Franklin Gothic W02';
  font-weight: 400;
}

.blue-background a.facebook, .blue-background a.linkedin, .submit {
  display: block;
  width: 45%;
  padding: 10px;
  border: none;
  border-radius: 0;
  line-height: 31px;
  font-family: 'ITC Franklin Gothic W02';
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  text-decoration: none;
}

.facebook {
  background: #3B5998;
  margin-right: 5%;
  float: left;
}

.linkedin {
  background: #007bb6;
  margin-left: 5%;
  float: left;
}

.submit {
  background: #C21136;
  color: #fff;
  border: none;
  width: 60%;
  margin: 0 auto;
  padding: 16px;
}

.facebook:hover, .linkedin:hover {
  background: #656666;
}

.facebook:hover {
  color: #3B5998
}

.linkedin:hover {
  color: #007bb6;
}

.submit:hover {
  color: #FFF;
  background: #D57E34;
}

.center {
  text-align: center;
}

#region_id_chosen {
  color: #656666;
  font-size: 20px;
}

.chosen-container-single .chosen-single {
  line-height: 28px;
  height: 30px;
}

.chosen-container-single .chosen-single div b {
  background-position: 0px 5px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

#boxer {
  padding: 0 !important;
  border-radius: 0 !important;
}

#boxer .boxer-close {
  right: -15px !important;
  top: -15px !important;
}

#boxer .boxer-video {
border: none !important;
}





nav.pagination {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0 0;
	padding: 0px;
}

nav.pagination span {
  display: inline-block;
  margin: 0 20px;
}




/*! Media Queries */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {


}

@media only screen and (min-width: 1140px) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir{background-color:transparent;border:0;overflow:hidden;*text-indent:-9999px;}
.ir:before{content:"";display:block;width:0;height:150%;}
.hidden{display:none !important;visibility:hidden;}
.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}
.invisible{visibility:hidden;}
.clearfix:before,
.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}


/* 
 * Boxer v3.1.0 - 2014-07-08 
 * A jQuery plugin for displaying images, videos or content in a modal overlay. Part of the Formstone Library. 
 * http://formstone.it/boxer/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 

 	.boxer-open {  }
 	.boxer-lock { overflow: hidden !important; }

 	#boxer-overlay {
		-webkit-transition: opacity 0.25s linear;
		   	 	transition: opacity 0.25s linear;
	}

	#boxer * {
		-webkit-transition: none;
		   	 	transition: none;
	}

	#boxer.animating {
		-webkit-transition: left 0.25s ease, opacity 0.25s linear, top 0.25s ease;
		   	 	transition: left 0.25s ease, opacity 0.25s linear, top 0.25s ease;
	}
	#boxer.animating .boxer-container {
		-webkit-transition: height 0.25s ease, width 0.25s ease;
		   	 	transition: height 0.25s ease, width 0.25s ease;
	}

 	#boxer.animating .boxer-content {
		-webkit-transition: opacity 0.25s linear;
		   	 	transition: opacity 0.25s linear;
	}

	#boxer-overlay { background: #000; height: 100%; left: 0; opacity: 0; position: fixed; top: 0; width: 100%; z-index: 105; }
	#boxer { background: #fff; border-radius: 3px; box-shadow: 0 0 25px #000; opacity: 0; padding: 10px; position: absolute; z-index: 105; }
	#boxer.inline { padding: 30px; }


	.boxer-open #boxer-overlay  { opacity: 0.75; }
	.boxer-open #boxer,
	.boxer-open #boxer .boxer-content { opacity: 1; }

	.boxer-open #boxer.loading .boxer-content { opacity: 0; }


	#boxer .boxer-close { background: #fff url(../images/jquery.fs.boxer-icons.png) no-repeat -70px 10px; border-radius: 100%; cursor: pointer; display: block; height: 30px; position: absolute; padding: 0; right: -8px; top: -8px; width: 30px; text-indent: -99999px; z-index: 106; }

	#boxer .boxer-container { background: #fff; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 105; zoom: 1; }
	#boxer .boxer-content { background: #fff; opacity: 0; overflow: hidden; padding: 0; width: 10000px; }
	#boxer .boxer-image { float: left; }
	#boxer .boxer-video { height: 100%; width: 100%; }
	#boxer .boxer-iframe { border: none; float: left; height: 100%; overflow: auto; width: 100%; }
	#boxer .boxer-meta { clear: both; }

	#boxer .boxer-control { background: #fff url(../images/jquery.fs.boxer-icons.png) no-repeat 0 0; border-radius: 100%; box-shadow: 0 0 6px rgba(0, 0, 0, 0.4); cursor: pointer; display: block; height: 40px; margin-right: auto; margin-left: auto; position: absolute; text-indent: -99999px; top: 0; width: 40px;
		-webkit-transition: opacity 0.25s linear;
		   	 	transition: opacity 0.25s linear;
	}
	#boxer .boxer-control.previous { left: 20px; }
	#boxer .boxer-control.next { background-position: -40px 0; right: 20px; }
	#boxer .boxer-control.disabled { opacity: 0.3; }

	#boxer .boxer-position { color: #999; font-size: 11px; margin: 0; padding: 15px 10px 5px; }
	#boxer .boxer-caption p { margin: 0; padding: 15px 10px 10px 10px; }
	#boxer .boxer-caption.gallery p { padding-top: 0; }

	#boxer.loading .boxer-container { background: #fff url(../images/jquery.fs.boxer-loading.gif) no-repeat center; }

	/* Mobile */
	#boxer.mobile { background: #000; border-radius: 0; height: 100%; left: 0; padding: 30px 0 0; position: fixed; top: 0; width: 100%; }
	#boxer.mobile .boxer-close { background-color: #000; background-position: -70px -60px; border-radius: 0; right: 0; top: 0; }
	#boxer.mobile .boxer-container { background: #000; position: relative; }
	#boxer.mobile .boxer-content { background-color: #000; }
	#boxer.mobile .boxer-control { background-color: transparent; border-radius: 0; box-shadow: none; margin: -20px 0 0; top: 50%; }
	#boxer.mobile .boxer-control.previous { background-position: 0 -40px; float: left; left: 0; }
	#boxer.mobile .boxer-control.next { background-position: -40px -40px; float: right; right: 0; }
	#boxer.mobile .boxer-control.disabled { opacity: 0.3; }

	#boxer.mobile .boxer-meta { bottom: 0; background-color: rgba(0, 0, 0, 0.75); left: 0; padding: 15px 50px 10px; position: absolute; width: 100%; }
	#boxer.mobile .boxer-position { padding: 0; }
	#boxer.mobile .boxer-caption p { color: #eee; padding: 10px 0 0; }

	#boxer.mobile .boxer-image {
		-webkit-transition: none !important;
		        transition: none !important;
		-webkit-transform: translate(0px, 0px);
		    -ms-transform: translate(0px, 0px);
		        transform: translate(0px, 0px);
	}
	#boxer.mobile.animated .boxer-image {
		-webkit-transition: -webkit-transform 0.25s ease-out !important;
		        transition: 		transform 0.25s ease-out !important;
	}

	#boxer.mobile.loading .boxer-container { background: #000 url(../images/jquery.fs.boxer-loading-dark.gif) no-repeat center; }

	#boxer.mobile.inline .boxer-content,
	#boxer.mobile.iframe .boxer-content { overflow-x: hidden; overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	@media screen and (min-width: 980px) {
		#boxer .boxer-close:hover { background-position: -70px -20px; }

		#boxer .boxer-control,
		#boxer .boxer-control.disabled { opacity: 0; }
		#boxer .boxer-content:hover .boxer-control { opacity: 0.75; }

		#boxer .boxer-content:hover .boxer-control:hover { opacity: 1; }
		#boxer .boxer-content:hover .boxer-control.disabled { opacity: 0.3; cursor: default !important; }

		#boxer.mobile .boxer-control { opacity: 1 !important; }
		#boxer.mobile .boxer-control.disabled { opacity: 0.3 !important; }
	}

	@media screen and (max-width: 980px) {
		#boxer.mobile { position: fixed; }
    }
