
/* ==========================================================
Normalize.css and other global style
============================================================= */


.bold600 {
	font-weight: 600 !important;
}


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { margin: 0; font-size: 10px; line-height: 1.231; background: #fff;}
body, button, input, select, textarea { color: #2a2a33; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
big {font-size: 125%;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; font-family:'Open Sans',sans-serif}
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

a {
   outline: 0 !important;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

/* ==========================================================
Main theme style
============================================================= */
body {
}
#page {
}
#primary {
	padding-bottom: 0px
} 
.side {
}
.wide {
}

/* Header
------------------------------------------------------------- */
#masthead {
	margin-bottom:30px;
	line-height:1.8em
}
#masthead hgroup {
	overflow: hidden;
	padding: 20px 0 0;
}
.header-image {
	margin: 20px 0 0;
}
.site-title {
	clear: none;
	float: right;
	line-height: 1;
	margin: 25px 0 0;
	width: 520px;
}
.site-title a {
	font-size: 35px;
}
.page-header {
	
}
.page-header .page-title {
	margin:0;
}

.page-header .page-title span {
	font-style:italic
}




#top-nav-section {
}


header {
    height: 80px;
    position: fixed;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 200;
}



.navBarSpace {
	z-index: 100;
}


/* Navigation
------------------------------------------------------------- */
.main-navigation {
	width: 520px;
	margin: 0 0 0 200px;
}
.main-navigation ul {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 10px 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 8px;
	text-decoration: none;
}
.main-navigation ul ul {
	background: #09c;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: block;
	opacity: 0;
	float: left;
	position: absolute;
		top: 3.0em;
		left: 0;
	padding: 0;
	transition: .4s opacity ease-in-out;
	-webkit-transition: .4s opacity ease-in-out;
	-moz-transition: .4s opacity ease-in-out;
	-o-transition: .4s opacity ease-in-out;
	visibility: hidden;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a {
	background: none;
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 8px;
	text-shadow: none;
	text-decoration: none;
	width: 150px;
}
.main-navigation ul ul li {
	margin: 0;
	padding: 0;
}
.main-navigation li:hover > a {
	background: #09c;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
.main-navigation ul ul:hover > a {
}
.main-navigation ul ul a:hover {
	background: rgba(255,255,255,0.2);
}
.main-navigation ul li:hover > ul {
	opacity: 1;
	transition: .4s opacity ease-in-out;
	-webkit-transition: .4s opacity ease-in-out;
	-moz-transition: .4s opacity ease-in-out;
	-o-transition: .4s opacity ease-in-out;
	visibility: visible;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	background: #09c;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	font-size: 18px;
	margin: 0;
}
.main-small-navigation .menu {
	display: none;
	margin: 0;
	padding: 0;
}
.main-small-navigation .menu ul,
.main-small-navigation .menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-small-navigation .menu li a {
	clear: both;
	border-top: 1px solid #ccc;
	display: block;
	margin: 0;
	padding: 8px 0;
	width: 100%;
}
.main-small-navigation .menu li a:hover {
	background: #09c;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
}





.clearBoth {
clear: both;
}

.brandGreen {
color: #aacd38 !important;
}
.brandBlue {
color: #15b8db !important;
}
.brandTeal {
color: #25bdae !important;
}
.brandPurple {
color: #702773 !important;
}
.brandGrey {
color: #6060ff !important;
}
.brandYellow {
color: #fec00f !important;
}


.whiteOutlineBtn {
    border: 1px solid #fff;
    padding: 2px 22px; 
    border-radius: 3px;
}

.textWhite {
color: #fff;
}

.noStyle {
text-decoration: none !important;
}

.noStyle:hover {
text-decoration: none !important;
}

#footerSpace2 {
    background: #6d6e71 ;
    margin-bottom: 0px;
    min-height: 30px;
    overflow: hidden;
    padding: 15px 0 15px 0;
    position: relative;
    width: 100%;
    z-index: 6;
	margin-top: 40px;
}


.ls-container {
}



.floatLeft {
float: left;
}

.floatRight {
float: right;
}



.navbar-nav > li {
    font-size: 1.5em;
    margin-top: 25px;
	font-weight: 400;
	color: #999;
	letter-spacing: .04em;
	padding-left: 10px;
}

.topNavLine {
}

.textUtilityNav {
font-size: 15px;
padding-left:16px !important;
padding-right: 2px !important;
padding-top: 4px !important;
}



.navbar-nav > li > a {
    color: #555;
    padding-bottom: 4px;
    padding-top:2px;
padding-left: 12px;
padding-right: 12px;

}

.navbar-nav > li > a:hover {
    color: #00a8d0;
background: rgba(255, 255, 255, 0.0) !important;
}








.site {
    overflow: hidden !important;
}


header {
	background: rgba(255, 255, 255, 0.0);
    height: 86px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    z-index: 999;
}


/* md specific styles and above */
@media (min-width: 992px) {
header.scrolled {
    height: 44px;
	background: rgba(255, 255, 255, 1);
border-bottom: 1px solid #efefef;
-webkit-box-shadow: 0 5px 5px -5px #cecece;
-moz-box-shadow: 0 5px 5px -5px #cecece;
box-shadow: 0 5px 5px -5px #cecece;
}

.logoSmaller {
	width: 44% !important;
	height: 44% !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
      transition: all .4s ease;
margin-top: 11px !important;
}


.navLinksNew-smaller > li {
   font-size: 1.4em !important;
   margin-top: 13px !important;
   opacity: 1;
     -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}



.navLinksNew-smaller > li > a {
    padding-bottom: 1px !important;
    padding-top: 0px !important;
    color: #555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


a.anchor40{display: block; position: relative; top: -40px; visibility: hidden;}
a.anchor30{display: block; position: relative; top: -30px; visibility: hidden;}
a.anchor20{display: block; position: relative; top: -20px; visibility: hidden;}
a.anchor10{display: block; position: relative; top: -10px; visibility: hidden;}
a.anchor0{display: block; position: relative; top: 0px; visibility: hidden;}
a.anchorPlus10{display: block; position: relative; top: 10px; visibility: hidden;}
a.anchorPlus20{display: block; position: relative; top: 20px; visibility: hidden;}
a.anchorPlus30{display: block; position: relative; top: 30px; visibility: hidden;}




}


/* xs and sm specific styles */
@media (max-width: 991px) {
.cbp-filter-counter {
	display: none !important;
}
}
/* sm specific styles */
@media (min-width: 768px) and (max-width: 991px) {


.flickity-viewport {
    min-height: 300px !important;
    overflow: hidden;
    position: relative;
}

.navbar-nav > li {
font-size: 1.4em !important;
}

.nav > li > a {
    display: block;
    padding: 10px 12px !important;
    position: relative;
}

.textUtilityNav {
font-size: 14px !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -25px !important;
}

.cbp-l-filters-list .cbp-filter-item {
    font: 400 14px/35px "colaboratelightregular","Helvetica Neue",sans-serif !important;
}

}


#topLogoNew {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
margin-top:17px;
}


@media screen and (min-width: 1500px) {
#topLogoNew {
margin-top:14px;
}
}



.rightLine {
border-right: 1px solid #cdcdcd
}


/* sm specific styles */
@media (min-width: 768px) and (max-width: 991px) {
#topLogoNew {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
margin-top:10px;
}
}




img { 
  	width: auto; /* for ie 8 */
	-ms-interpolation-mode: bicubic; 
}

img, object {
    height: auto;
    max-width: 100%;
}


#video-container { display: none;}




#topNav {
height: 75px;
    position: fixed;
    top: 0;
	padding:5px 0px 0px 0px;
    width: 100%;
    z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #efefef;
		-webkit-box-shadow: 0 5px 5px -5px #cecece;
	   -moz-box-shadow: 0 5px 5px -5px #cecece;
	        box-shadow: 0 5px 5px -5px #cecece;
}










#navbar {
  max-width: 1000px;
  margin: 0 auto;
}

.menubtn {
  position: absolute; 
  z-inde: 222;
  color: #274a61;
  text-decoration: none;
  font-size: 0em;
  line-height: 0em;
  top: 15px;
  right: 13px;
  padding: 15px;
  background-image: url('http://www.revana.com/revanadigital/images/hamburger.png');
  background-position: 50% 50%;
  background-size: 27px 27px;
  background-repeat: no-repeat;
}

@media (min-width: 600px) {
.menubtn {
  top: 33px;
  right: 22px;
}
}



.menubtn:hover, .openmenu .menubtn {
  color: #bdd43e;
  background-image: url('http://www.revana.com/revanadigital/images/hamburger-active.png');
}



#pgcontainer {
  padding: 45px 0;
  margin: 0;
}

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0,0,0,0.4);
  bottom: -30px;
  right: 0;
  left: 0;
}

.openmenu .overlay {
  top: 0;
}


#hamburgermenu {
  height: 100%;
  width: 0;
  background: #373737;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  overflow: hidden;
  -webkit-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  -moz-box-shadow: 3px 0 7px rgba(0,0,0,0.55);
  box-shadow: 3px 0 7px rgba(0,0,0,0.55);
}
#hamburgermenu ul {
  margin-top: 22px;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}
#hamburgermenu ul li {
  display: block;
}
#hamburgermenu ul li a {
  display: block;
  min-width: 130px;
  padding: 11px 8px;
  color: #cdcdcd;
  font-size: 1.45em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
#hamburgermenu li a:hover {
  color: #fff;
  background: #2c2c2c;
}




















/*
FONTS FONTS FONTS
FONTS FONTS FONTS
FONTS FONTS FONTS
FONTS FONTS FONTS
FONTS FONTS FONTS
FONTS FONTS FONTS
*/
@font-face{font-family:'Guardian Sans Web';src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.eot);src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.eot?#iefix) format("embedded-opentype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.woff) format("woff"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.ttf) format("truetype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.svg#Guardian%20Sans%20Web) format("svg");font-weight:200;font-style:normal;font-stretch:normal;}
.GuardianSans-Thin-Web{font-family:'Guardian Sans Web';font-weight:200;font-style:normal;font-stretch:normal;}

@font-face{font-family:'Guardian Sans Web-Thin';src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.eot);src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.eot?#iefix) format("embedded-opentype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.woff) format("woff"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.ttf) format("truetype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Thin-Web.svg#Guardian%20Sans%20Web) format("svg");font-weight:200;font-style:normal;font-stretch:normal;}
.GuardianSans-Thin-Web{font-family:'Guardian Sans Web-Thin';font-weight:200;font-style:normal;font-stretch:normal;}

@font-face{font-family:'Guardian Sans Web';src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Light-Web.eot);src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Light-Web.eot?#iefix) format("embedded-opentype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Light-Web.woff) format("woff"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Light-Web.ttf) format("truetype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Light-Web.svg#Guardian%20Sans%20Web) format("svg");font-weight:300;font-style:normal;font-stretch:normal;}
.GuardianSans-Light-Web{font-family:'Guardian Sans Web';font-weight:300;font-style:normal;font-stretch:normal;}

@font-face{font-family:'Guardian Sans Web';src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Regular-Web.eot);src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Regular-Web.eot?#iefix) format("embedded-opentype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Regular-Web.woff) format("woff"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Regular-Web.ttf) format("truetype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Regular-Web.svg#Guardian%20Sans%20Web) format("svg");font-weight:400;font-style:normal;font-stretch:normal;}
.GuardianSans-Regular-Web{font-family:'Guardian Sans Web';font-weight:400;font-style:normal;font-stretch:normal;}

@font-face{font-family:'Guardian Sans Web';src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Semibold-Web.eot);src:url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Semibold-Web.eot?#iefix) format("embedded-opentype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Semibold-Web.woff) format("woff"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Semibold-Web.ttf) format("truetype"),url(http://www.teletech.com/sites/all/themes/main/fonts/guardiansans/GuardianSans-Semibold-Web.svg#Guardian%20Sans%20Web) format("svg");font-weight:600;font-style:normal;font-stretch:normal;}
.GuardianSans-Semibold-Web{font-family:'Guardian Sans Web';font-weight:600;font-style:normal;font-stretch:normal;}


.customFontThin {font-family: 'Guardian Sans Web', arial, sans-serif; font-weight:200;}
.customFont {font-family: 'Guardian Sans Web', arial, sans-serif; font-weight:300;}
.customFontThick {font-family: 'Guardian Sans Web', arial, sans-serif; font-weight:400;}
.customFontBold {font-family: 'Guardian Sans Web', arial, sans-serif; font-weight:600;}

.data-item{
    padding: 0px;
    color: #484848;
}
.data-item:hover{
    padding: 0px;
    color: #484848;
    transition: all 0.1s ease-in-out 0s;
   z-index: 99 !important;
}

.data-item h2{
    font-size: 22px;
	line-height: 26px;
    color: #484848;
    font-weight: 600;
	padding-bottom: 7px;
	padding-top: 0px;
}
.data-item:hover h2{
    font-size: 22px;
	line-height: 26px;
    color: #00a1e4;
    font-weight: 600;
		padding-bottom: 7px;
	padding-top: 0px;
}



.data-item p{
    color: #484848;
}


.data-item:hover p{
    color: #008ecb;
}

.data-item:hover p:after{
content: "";
}



.data-item-active {
    padding: 0px;
    color: #484848;
}
.data-item-active:hover{
    padding: 0px;
    color: #484848;
    transition: all 0.1s ease-in-out 0s;
   z-index: 99 !important;
}

.data-item-active h2{
    font-size: 22px;
	line-height: 26px;
    color: #484848;
    font-weight: 600;
	padding-bottom: 7px;
	padding-top: 0px;
}
.data-item-active:hover h2{
    font-size: 22px;
	line-height: 26px;
    color: #484848;
    font-weight: 600;
		padding-bottom: 7px;
	padding-top: 0px;
}



.data-item-active p{
    color: #484848;
}


.data-item-active:hover p{
    color: #484848;
}

.data-item-active p:before{
content: ">>";
}



.noStyle {
	text-decoration: none;
}

.noStyle:hover {
	text-decoration: none;
}


.data-01:hover{
	  background:rgba(255,255,255,0.1);
	  border-radius: 8px;
	  }

.data-01-active:hover{
	  background:rgba(255,255,255,0.0);
	  border-radius: 8px;
	  }

html,body{
  height:100%;
}

body{
  background:#fff;
  color:#282828;
  font-family: 'Guardian Sans Web', arial, sans-serif;
}

p {
  font-size: 1.73em;
  text-align: left;
}

#hero-content {
    position: relative;
    z-index: 5;
}

.heroHeadline {
	font-family: 'Guardian Sans Web', arial, sans-serif; 
	font-weight:500;
	letter-spacing: .028em;
	font-size: 44px;
	line-height: 48px;
	text-align: center;
	color: #fff;
	padding: 0 0 5px 0;
}

.heroSubhead {
	font-family: 'Guardian Sans Web', arial, sans-serif; 
	font-weight:500;
	letter-spacing: .028em;
	font-size: 32px;
	line-height: 44px;
	text-align: center;
	color: #fff;
}

#fadeInHeroSubhead {
	opacity: 0;
}

.heroSubheadOn {
	opacity: 1 !important;
	-webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
}


.caseStudyResultsBar {
	opacity: 0;
}

.caseStudiesOn {
	opacity: 1 !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;;
    transition: all 0.5s;
}



#fadeInHeroHeadline {
	opacity: 0;
}

.heroHeadlineOn {
	opacity: 1 !important;
	-webkit-transition: all 1.0s;
    -moz-transition: all 1.0s;
    -ms-transition: all 1.0s;
    -o-transition: all 1.0s;
    transition: all 1.0s;
}
	
	
#fadeInDownArrow {
	opacity: 0;
}

.downArrowOn {
	opacity: 1 !important;
	-webkit-transition: all 2.2s;
    -moz-transition: all 2.2s;
    -ms-transition: all 2.2s;
    -o-transition: all 2.2s;
    transition: all 2.2s;
}
		
.more{
  display:block;
  position:absolute;
  bottom:20px;
  text-align:center;
}




#topLogoMark {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35px;
	hegith:35px;
}

.logoHidden {
  opacity: 0 !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	}
	
.logoVisible {
  opacity: 1 !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.emphasisGreen {
	color: #92d837;
}

#section-overview01 {
	background: #2a2a33;
	padding: 40px 0 60px 0;
	min-height: 300px;
}

.overviewSection {
	color: #fff;
	font-size: 28px;
	line-height: 41px;
	font-weight: 400;
}

.aboutSection {
	color: #2a2a33;
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
}

#section-overview02 {
	background: #fff;
	padding: 0px 0 90px 0;
	min-height: 300px;
}

#section-about01 {
	background: #92d837;
	padding: 70px 0 50px 0;
	min-height: 300px;
}

#section-benefits {
	background: #fff;
	padding: 60px 0 60px 0;
	min-height: 300px;
}

#section-outcomes {
	background: #fff;
	padding: 10px 0 10px 0;
	min-height: 300px;
}



#section-case-studies {
	padding: 20px 0 20px 0;
	min-height: 300px;
	background: #fff;
}

.mobile-header {
    background: #fff none repeat scroll 0 0;
    clear: both;
    min-height: 30px;
    padding: 14px 0 6px 0;
}


.contactUsHeadline {
	font-size: 40px;
	line-height: 46px;
	color: #fff;
	text-align: center;
	font-weight: 400;
}

.contactFormBox {
  background: rgba(255, 255, 255, 0.7);
}

.benefitsHeadline {
	font-size: 35px;
	text-align: center;
	line-height: 42px;
}

.outcomesHeadline {
	font-size: 33px;
	text-align: center;
}

.specificOutcomesHeadline {
	font-size: 22px;
	font-weight: 400;
	text-align: center;
}

.footnote {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	padding: 0 20px 0 0;
	color: #999;
}

.statLarge {
	font-size: 58px;
	line-height: 60px;
	padding: 0 0 8px 0;
	margin: 0 0 0 0;
	font-weight: 500;
	text-align: center;
}

.statMedium {
	font-size: 48px;
	line-height: 40px;
	padding: 12px 0 4px 0;
	margin: 0 0 0 0;
	font-weight: 500;
	text-align: center;
	letter-spacing: .001em;
}


.statDetails {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
}

.statSource {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	padding: 0 20px 0 20px;
}

.red {
	color: #ff0000 !important;
}

.green {
	color: #92d837 !important;
}

.statDetails {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: 400;
}

.statSource {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	padding: 0 20px 0 20px;
	font-weight: 400;
}

















.caseStudyStat {
	font-size: 62px;
	line-height: 60px;
	padding: 0 0 0px 0;
	margin: 0 0 0 0;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

.caseStudyStatDetails {
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	font-weight: 300;
}


.caseStudyHeadline {
	font-size:34px;
	text-align: left;
	padding: 20px 0 5px 0;
	font-weight: 600;
}

.caseStudyDescription {
	font-size: 29px;
	text-align: left;
	line-height: 34px;
	font-weight: 400;
}

.gallery-cell {
  width: 100%; /* full width */
  height: 590px; /* height of gallery */
  margin-right: 0px;
}

.caseStudyResultsBar {
	  background: rgba(0, 0, 0, 0.7);
	  padding: 25px 0 20px 0;
	  position: absolute;
	  bottom: 0px;
	  width: 100%;
}



.footerAddress {
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	text-align: left;
}


#section-contact-us {
  background: #2a2a33;
  background-position: top left;
  background-size: cover;
  min-height: 900px; 
  position: relative;
  padding: 50px 0 50px 0;
}

/* sm specific styles and above*/
/* sm specific styles and above*/
/* sm specific styles and above*/
/* sm specific styles and above*/
/* sm specific styles and above*/
@media screen and (min-width: 768px) {
	

	.contactUsHeadline {
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	line-hight: 26px;
}


	#section-about01 {
	background: #92d837;
	padding: 70px 0 70px 0;
	min-height: 300px;
}

.overviewSection {
	font-size: 30px;
	line-height: 42px;
}

.aboutSection {
	font-size: 27px;
	line-height: 38px;
}


.benefitsHeadline {
	font-size: 33px;
	text-align: center;
	font-weight: 400;
}

.outcomesHeadline {
	font-size: 33px;
	text-align: center;
	font-weight: 400;
}


}


/* md specific styles and above*/
@media screen and (min-width: 992px) {
.aboutSection {
	font-size: 30px;
	line-height: 42px;
}
}

/* xxlg specific styles and above*/
@media screen and (min-width: 1700px) {
	

header {
    height: 120px;
    position: fixed;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
    z-index: 200;
}

	.statLarge {
	font-size: 66px;
	line-height: 60px;
	padding: 0 0 0px 0;
	margin: 0 0 0 0;
	font-weight: 500;
	text-align: center;
}

.statMedium {
	font-size: 51px;
	line-height: 40px;
	padding: 11px 0 0 0;
	margin: 0 0 0 0;
	font-weight: 500;
	text-align: center;
	letter-spacing: .001em;
}


.statDetails {
	font-size: 21px;
	line-height: 28px;
	text-align: center;
}

.statSource {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding: 0 20px 0 20px;
}


.caseStudyStat {
	font-size: 66px;
	line-height: 60px;
	padding: 0 0 0 0;
}

.caseStudyStatDetails {
	font-size: 23px;
	line-height: 28px;
}


.caseStudyHeadline {
	font-size: 50px;
	text-align: left;
	padding: 22px 0 8px 0;
	font-weight: 600;
}

.caseStudyDescription {
	font-size: 34px;
	text-align: left;
	line-height: 42px;
	letter-spacing: .035em;
}


	.gallery-cell {
  width: 100%; /* full width */
  height: 660px; /* height of gallery */
  margin-right: 0px;
}


	
	.case-study-spot01 {
	min-height: 660px;
	padding: 50px 0 0 0;
}
.case-study-spot02 {
	min-height: 660px;
	padding: 50px 0 0 0;
}
.case-study-spot03 {
	min-height: 660px;
	padding: 50px 0 0 0;
}


#hero-space  {
  padding: 22% 0 0 0;
}

.heroHeadline {
	font-size: 76px;
	line-height: 80px;
}

.heroSubhead {
	font-size: 44px;
	line-height: 60px;
}


.overviewSection {
	font-size: 42px;
	line-height: 57px;
	padding: 60px 0 60px 0;
}

.aboutSection {
	font-size: 42px;
	line-height: 57px;
}

.benefitsHeadline {
	font-size: 44px;
	text-align: center;
}

.outcomesHeadline {
	font-size: 44px;
	text-align: center;
}
.specificOutcomesHeadline {
	font-size: 27px;
	font-weight: 400;
	text-align: center;
}

#section-outcomes {
	background: #fff;
	padding: 50px 0 10px 0;
	min-height: 300px;
}

#section-case-studies {
	padding: 50px 0 20px 0;
	min-height: 300px;
}


header {
    height: 100px;
}

.navbar-nav > li {
    font-size: 23px;
    letter-spacing: 0.04em;
    margin-top: 33px;
	padding-left: 20px;
}


	.navLinksNew-smaller > li {
   font-size: 1.8em !important;
   margin-top: 18px !important;
}

#topLogoNew {
	width:70%;
	height:auto;
	margin-top: 24px;
}

#topLogoMark {
	width: 55px;
	hegith: 55px;
}





header.scrolled {
    height: 50px;
}


}




























@media screen and (min-width: 1940px ) {
#hero-space  {
  padding: 29% 0 0 0;
}

.heroHeadline {
	font-size: 90px;
	line-height: 94px;
}

.heroSubhead {
	font-size: 55px;
	line-height: 60px;
	margin-top: 15px;
}
	
}

/* min-device-width */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	
	.contactUsHeadline {
	font-size: 40px;
	line-height: 24px !important;
}


.navbar-nav > li {
    font-size: 20px;
    letter-spacing: 0.04em;
    margin-top: 45px;
	padding-left: 5px;
}


#topLogoNew {
	width:100%;
	height:auto;
	margin-top: 15px;
	margin-left: -20px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -45px !important;
}	



.heroHeadline {
	font-size: 56px !important;
	line-height: 60px !important;
	padding-bottom: 40px !important;
}

.heroSubhead {
	font-size: 40px;
	line-height: 60px;
}

.statDetails {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}

.caseStudyStatDetails {
	font-size: 20px;
	line-height: 27px;
}




.caseStudyHeadline {
	font-size: 28px;
	text-align: left;
	padding: 30px 0 2px 0;
	font-weight: 600;
}

.caseStudyDescription {
	font-size: 22px;
	text-align: left;
	line-height: 30px;
	letter-spacing: .035em;
}


.footerAddress {
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	text-align: left;
}

	.arrow {
display: none !important;
}

}





/* min-width */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {
	
	.contactUsHeadline {
	font-size: 40px;
	line-height: 24px !important;
}



.navbar-nav > li {
    font-size: 1.4em;
    letter-spacing: 0.04em;
    margin-top: 22px;
	padding-left: 0px;
}


#topLogoNew {
	width:80%;
	height:80%;
	margin-top: 16px;
	margin-left: 10px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 0px !important;
}	



.heroHeadline {
	font-size: 56px !important;
	line-height: 60px !important;
	padding-bottom: 40px !important;
}

.heroSubhead {
	font-size: 40px;
	line-height: 60px;
}

.statDetails {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}

.caseStudyStatDetails {
	font-size: 20px;
	line-height: 27px;
}




.caseStudyHeadline {
	font-size: 28px;
	text-align: left;
	padding: 30px 0 2px 0;
	font-weight: 600;
}

.caseStudyDescription {
	font-size: 22px;
	text-align: left;
	line-height: 30px;
	letter-spacing: .035em;
}


.footerAddress {
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	text-align: left;
}

	.arrow {
display: none !important;
}

}




/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* xs and sm specific styles and above*/
@media (max-width: 991px) {
.flickity-prev-next-button {
	display:none !important;
}
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -50px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}



/* white circles */
.flickity-page-dots .dot {
  width: 22px;
  height: 22px;
  opacity: 1;
  background: transparent;
  border: 1px solid #000;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #2a2a33;
}


/* enable Flickity by default */
.gallery:after {
  content: 'flickity';
  display: none; /* hide :after */
}

@media screen and ( max-width: 767px ) {
  /* disable Flickity for large devices */
  .gallery:after {
    content: '';
  }
  
 .leftShift-xs {
	 margin-left: -15px !important;
 }
}

@media screen and (min-width: 1700px ) {
/* white circles */
.flickity-page-dots .dot {
  width: 28px;
  height: 28px;
  opacity: 1;
  background: transparent;
  border: 1px solid #000;
}

.flickity-page-dots {
  bottom: -60px;
}



.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 90px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}


}









.textGrey {
	color: #2a2a33 !important;
}




/* xs specific styles only */
@media screen and (max-width: 767px) {
	
	.colBorderLeftWhite {
    box-shadow: 0px 0 0 rgba(0, 0, 0, 0.5) !important;
    padding-left: 15px !important;
}

	.contactFormBox {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

	.textGrey-xs {
	color: #2a2a33 !important;
}

	.gallery-cell {
  width: 100%; /* full width */
  height: auto !important; /* height of gallery */
  margin-right: 0px;
}


	#footerSpace2 {
    background: #6d6e71;
    margin-bottom: 0px;
    min-height: 30px;
    overflow: hidden;
    padding: 15px 0 15px 0 !important;
    position: relative;
    width: 100%;
    z-index: 6;
}


	.heroSubhead {
	font-family: 'Guardian Sans Web', arial, sans-serif; 
	font-weight:500;
	letter-spacing: .028em;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
	
	.heroHeadline {
	font-size: 41px;
	line-height: 42px;
	padding: 0 0 20px 0;
}


	.arrow {
display: none !important;
}

.caseStudyResultsBar {
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    bottom: 0;
    padding: 25px 0 20px;
    position: relative !important;
    width: 100%;
}


.case-study-spot01 {
	background: #2a2a33;
	min-height: 660px;
	padding: 30px 0 30px 0;
	clear: both !important;
}
.case-study-spot02 {
	background: #92d837;
	min-height: 660px;
	padding: 30px 0 30px 0;
	clear: both !important;
}
.case-study-spot03 {
	background: #2a2a33;
	min-height: 660px;
	padding: 30px 0 30px 0;
	clear: both !important;
}


.caseStudyHeadline {
	text-align: center;
	color: #fff;
}

.caseStudyDescription {
	text-align: center;
	color: #fff;
	font-size: 21px !important;
	line-height: 28px !important;
	font-weight: 300 !important;
		letter-spacing: .04em !important;

}

.caseStudyStatDetails {
	font-size: 21px !important;
	padding: 0 10px 0 10px !important;
	line-height: 28px !important;
	font-weight: 300 !important;
	letter-spacing: .04em !important;
}
}





.noStyleLinkWhite {
	color: #fff !important;
		text-decoration: none!important;
}

.noStyleLinkWhite:hover {
	color: #fff !important;
		text-decoration: none!important;
}
.noStyleLinkWhite:active {
	color: #fff !important;
		text-decoration: none!important;
}
.noStyleLinkWhite:visited {
	color: #fff !important;
		text-decoration: none!important;
}















/* ==========================================================================
MAIN STYLES
========================================================================== */
body {
}

header {
	padding: 0px 0 0 0;
}







.about-us-headline {
	color: #fff;
	font-size: 20px;
	line-height: 27px;
	font-weight: 300;
	padding: 0px 0 20px 0;
}

.solutions-headline {
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	padding: 0px 0 8px 0;
}



.solutions-subhead {
	color: #fff;
	font-size: 1.73em;
	line-height: 27px;
	font-weight: 300;
	padding: 20px 0 10px 0;
	text-align: center;
}

.testimonials-headline {
	color: #39b54a;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	padding: 0px 0 8px 0;
}


.testimonials-subhead {
	font-size: 1.73em;
	line-height: 27px;
	font-weight: 300;
	padding: 20px 0 10px 0;
	text-align: center;
}

.resources-headline {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	padding: 0px 0 8px 0;
	color: #156ca7;
}

.contact-us-headline {
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	padding: 0px 0 8px 0;
	color: #f37657;
}

p {
	letter-spacing: .034em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none !important;
}


.ourSolutionsUnderline {
	margin: 0 auto;
	height: 3px;
	max-width: 100px;
	background-color: #fff;
}


.thickUnderline {
	margin: 0 auto;
	height: 3px;
	max-width: 100px;
	background-color:#282828;
}


.fullWidthUnderline {
	margin: 0 auto;
	height: 3px;
	max-width: 100%;
	background-color:#282828;
}


.resourcesUnderline {
	margin: 0 auto;
	height: 3px;
	max-width: 100px;
	background-color:#282828;
}


.testimonialsUnderline {
	margin: 0 auto;
	height: 3px;
	max-width: 100px;
	background-color: #39b54a;
}



#about-us {
	background: #97d1a5;
	min-height: 400px;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
}

#solutions {
	background: #58595b;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
}


#resources {
	background: #fff;
	padding: 80px 0 80px 0;
	margin-top: 0px;
	clear: both;
}


.solutions-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
	text-align: center;
}

.careers-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
	text-align: center;
}



.solutions-topic-headline {
	font-size: 28px;
	font-weight: 300;
	color: #39b54a;
	text-align: center;
	padding: 0 0 4px 0;
}

.careers-headline {
	font-size: 28px;
	font-weight: 300;
	color: #156ca7;
	text-align: center;
	padding: 0 0 4px 0;
}

.resource-item-headline {
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	color: #39b54a;
	padding: 0 0 4px 0;
}

.resource-item-description {
	text-align: center;
	font-size: 1.7em;
	line-height: 25px;
	font-weight: 300;
	padding: 0 20px 0 20px;
}


.textOverview {
	font-size: 1.7em;
	line-height: 25px;
	font-weight: 300;
	text-align: center;
}


.address {
	font-size: 1.68em;
	line-height: 25px;
	font-weight: 300;
	padding: 0 0 20px 0;
	text-align: center;
}

.case-study-headline {
	font-size: 19px;
	font-weight: 400;
	color: #f37657;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 8px 0;
}

.caseStudyTout {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	color: #282828;
	padding-bottom: 20px;
	text-align: center;
}


.testimonialTout {
	font-size: 21px;
	line-height: 30px;
	font-weight: 300;
	color: #156ca7;
	text-align: center;
}

.testimonialSource {
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	text-align: center;
	padding: 20px 0 0 0;
}

.testimonialToutSpace {
	min-height: 180px;
	width: 100%;
	background: #fff; 
	opacity: 1 !important;
}

.testimonialToutTab {
	min-height: 100px;
	background: fff;
}


#testimonials {
	background: #fff; 
	padding: 60px 0 60px 0;
	margin-top: 0px;
	clear: both;
	min-height: 280px;
	display: table;
	width: 100%;
	border-top: solid 1px #222;
	border-bottom: solid 1px #222;
}

#contact-us {
	background: #fff;
	padding: 50px 0 50px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#digital-media {
background: #f1f1f2;
padding: 20px 0 20px 0;
}
#user-experience {
background: #f1f1f2;
padding: 20px 0 20px 0;
}
#organic-optimization {
background: #fff;
padding: 20px 0 20px 0;
}
#aq360 {
background: #fff;
padding: 20px 0 20px 0;
}
#careers {
background: #f6de94;
padding: 20px 0 50px 0;
}


#masthead-accreditations {
	background: url('http://www.revana.com/revanadigital/images/masthead-accreditations.jpg') center center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
}


#masthead-solutions {
	background: url('http://www.revanadigital.com/images/default-source/default-album/masthead-solutions.jpg') center center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
}
#masthead-contact-us {
	background: url('http://www.revanadigital.com/images/default-source/default-album/masthead-contact-us.jpg') left center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
}

#masthead-resources {
	background: url('http://www.revana.com/revanadigital/images/masthead-resources.jpg') center center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
}

#masthead-resources-main {
	background: url('http://www.revana.com/revanadigital/images/masthead-resources.jpg') center center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 0px 0;
	clear: both;
}

#masthead-careers {
	background: url('http://www.revana.com/revanadigital/images/masthead-careers.jpg') center center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
}

#masthead-leadership {
	background: url('http://www.revana.com/revanadigital/images/masthead-leadership.jpg') center center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
}

#masthead-general {
	background: url('http://www.revana.com/revanadigital/images/masthead-general.jpg') center center no-repeat; 
	background-size: cover;
	height: 300px;
	padding: 50px 0px 50px 0px;
	display: table;
	width: 100%;
	margin: 0 0 30px 0;
	clear: both;
}


.masthead-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
	text-align: center;
}

.mastheadHeadline {
	color: #fff;
	letter-spacing: 0.08em;
	font-family: 'Guardian Sans Web', arial, sans-serif !important;
	line-height: 48px;
	font-weight: 300;
	font-size: 40px;
	border: 1px solid #fff;
	padding: 17px 19px;
	display: inline-block;
}

.mastheadHeadlineAccreditations {
	color: #fff;
	letter-spacing: 0.08em;
	font-family: 'Guardian Sans Web', arial, sans-serif !important;
	line-height: 44px;
	font-weight: 300;
	font-size: 36px;
	border: 1px solid #fff;
	padding: 17px 19px;
	display: inline-block;
}



#subPage p, #subPageShort p {
	  font-family: 'Guardian Sans Web', arial, sans-serif;
	  font-weight: 300;
	  letter-spacing: .045em;
	  font-size: 1.77em;
	  line-height: 26px;
}

#subPage h2, h3, h4, h5, h6 {
	text-align: left;
}
#subPageShort h2, h3, h4, h5, h6 {
	text-align: left;
}
		
#subPage li, #subPageShort li {
	  font-family: 'Guardian Sans Web', arial, sans-serif;
	  font-weight: 300;
	  letter-spacing: .045em;
	  font-size: 1.72em;
	  line-height: 24px;
	  padding: 0 0 8px 0;
}

.pageSection p {
	  font-family: 'Guardian Sans Web', arial, sans-serif;
	  font-weight: 300;
	  letter-spacing: .045em;
	  font-size: 1.77em;
	  line-height: 26px;
}

.pageSection h2, h3, h4, h5, h6 {
	text-align: left;
}
	
.pageSection li {
	  font-family: 'Guardian Sans Web', arial, sans-serif;
	  font-weight: 300;
	  letter-spacing: .045em;
	  font-size: 1.72em;
	  line-height: 24px;
	  padding: 0 0 8px 0;
}
		
.resourceType {
	color: #fff;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 15px !important;
	text-transform: uppercase !important;
}	

.bioName {
	font-size: 1.9em;
	padding: 0 0 4px 0;
	margin: 0;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	color: #282828 !important;
}
.bioTitle {
	font-size: 1.6em;
	padding: 0 0 4px 0;
	margin: 0;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	color: #282828 !important;
}
.shortBio {
	font-size: 1.5em !important;
	line-height: 20px !important;
	text-align: center;
	font-weight: 500 !important;
	padding: 0 0 15px 0;
}


@media (min-width: 768px) {
.mastheadHeadline {
	line-height: 47px;
	font-size: 40px;
	margin: 8px 0 0 0;
}
.mastheadHeadlineAccreditations {
	line-height: 47px;
	font-size: 40px;
}

.address {
	text-align: left;
}

}

@media (min-width: 992px) {
	
.mastheadHeadline {
	line-height: 50px;
	font-size: 45px;
	margin: 8px 0 0 0;
}

.mastheadHeadlineAccreditations {
	line-height: 50px;
	font-size: 45px;
}

#digital-media {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-digital-media-md.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#organic-optimization {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-organic-optimization-md.jpg') right top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#user-experience {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-user-experience-md.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#aq360 {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-aq360-md.jpg') right top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}

#careers {
	background: url('http://www.revana.com/revanadigital/images/bg-careers-md.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 420px;
	display: table;
	width: 100%;
}

.solutions-content {
	text-align: left;
}

.careers-content {
	text-align: left;
}


}

@media (min-width: 1200px) {
#digital-media {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-digital-media-lg.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#organic-optimization {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-organic-optimization-lg.jpg') right top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#user-experience {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-user-experience-lg.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#aq360 {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-aq360-lg.jpg') right top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 670px;
	display: table;
	width: 100%;
}
#careers {
	background: url('http://www.revana.com/revanadigital/images/bg-careers-lg.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 470px;
	display: table;
	width: 100%;
}
}

@media (min-width: 1500px) {
	#about-us {
	background: url('http://www.revana.com/revanadigital/images/bg-about-us-section-xl.png') center center no-repeat;
	min-height: 420px;
	padding: 50px 0 30px 0;
	margin-top: 0px;
	clear:both;
}
}

@media (min-width: 768px) {
.about-us-headline {
	color: #fff;
	font-size: 38px;
	line-height: 44px;
	font-weight: 300;
	padding: 0px 0 20px 0;
}

.solutions-headline {
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	padding: 0px 0 8px 0;
}

.solutions-subhead {
	font-size: 1.8em;
	line-height: 30px;
	font-weight: 300;
}


.testimonials-headline {
	color: #39b54a;
	font-size: 26px;
	line-height: 34px;
	font-weight: 500;
	padding: 0px 0 8px 0;
}

.testimonials-subhead {
	font-size: 1.8em;
	line-height: 30px;
	font-weight: 300;
	padding: 20px 0 10px 0;
	text-align: center;
	line-height: 15px;
}

.textOverview {
	font-size: 1.85em;
	line-height: 30px;
	font-weight: 300;
}



.solutions-topic-headline {
	font-size: 34px;
	font-weight: 300;
	padding: 20px 0 5px 0;
}

.careers-headline {
	font-size: 28px;
	font-weight: 300;
}


.case-study-headline {
	font-size: 19px;
	font-weight: 400;
}

.caseStudyTout {
	font-size: 28px;
	line-height: 38px;
}
.testimonialTout {
	font-size: 28px;
	line-height: 38px;
}
}

/* md specific styles and above */
@media (min-width: 992px) {
	
	
	.solutions-topic-headline {
	font-size: 28px;
	font-weight: 300;
	padding: 0;
}

	.caseStudyTout {
	font-size: 23px;
	line-height: 30px;
}
.textOverview {
	font-size: 1.7em;
	line-height: 25px;
	font-weight: 300;
}

.solutions-topic-headline {
	text-align: left;
}
.textOverview {
	text-align: left;
}

.case-study-headline {
	text-align: left;
}
.careers-headline {
	text-align: left;
}
.caseStudyTout {
	text-align: left;
}
}

@media (min-width: 1550px) {
.textOverview {
	font-size: 1.75em;
	line-height: 27px;
	font-weight: 300;
}
}

/* xxlg specific styles */
@media (min-width: 1025px) {
#about-us {
	background: url('http://www.revana.com/revanadigital/images/bg-about-us-section.png') center center no-repeat;
	min-height: 400px;
	padding: 50px 0 30px 0;
	margin-top: 0px;
	clear: both;
}
}

/* xxlg specific styles */
@media (min-width: 1700px) {

a.anchor40 {display: block; position: relative; top: -40px; visibility: hidden;}	
a.anchor30 {display: block; position: relative; top: -30px; visibility: hidden;}
a.anchor20 {display: block; position: relative; top: -20px; visibility: hidden;}
a.anchor10 {display: block; position: relative; top: -10px; visibility: hidden;}
	
	#digital-media {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-digital-media-xl.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 800px;
	display: table;
}

	#organic-optimization {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-organic-optimization-xl.jpg') right top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 800px;
	display: table;
}


	#user-experience {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-user-experience-xl.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 800px;
	display: table;
}

	#aq360 {
	background: url('http://www.revana.com/revanadigital/images/bg-solutions-aq360-xl.jpg') right top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 800px;
	display: table;
}

	#careers {
	background: url('http://www.revana.com/revanadigital/images/bg-careers-xl.jpg') left top no-repeat; 
	background-size: cover;
	padding: 30px 0 30px 0;
	margin-top: 0px;
	clear: both;
	height: 570px;
	display: table;
}

	#about-us {
	background: url('http://www.revana.com/revanadigital/images/bg-about-us-section-xxl.png') center center no-repeat;
	min-height: 440px;
	padding: 60px 0 30px 0;
	margin-top: 0px;
	clear:both;
}

.widthDefault {
	max-width: 1580px;
	}

.width900 {
	max-width: 1000px;
	}

.textOverview {
	font-size: 23px;
	line-height: 32px;
}


.resource-item-headline {
	font-size: 28px;
	line-height: 34px;
}

.resource-item-description {
	font-size: 2.0em;
	line-height: 27px;
}

.address {
	font-size: 20px;
	line-height: 27px;
}

.solutions-subhead {
	font-size: 24px;
	line-height: 34px;
}

.testimonials-subhead {
	font-size: 24px;
	line-height: 34px;
}

.solutions-topic-headline {
	font-size: 33px;
	font-weight: 300;
	padding: 0 0 10px 0;
}


.careers-headline {
	font-size: 30px;
	font-weight: 300;
}



.case-study-headline {
	font-size: 21px;
	font-weight: 400;
}

.caseStudyTout {
	font-size: 27px;
	line-height: 36px;
}
.testimonialTout {
	font-size: 27px;
	line-height: 36px;
}

}





/* ==========================================================================
/END MAIN STYLES
========================================================================== */







/* ==========================================================================
VIDEO STYLES
========================================================================== */

#header-video-wrap {
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

#header-video-wrap #header-video {
    display: none;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#header-video-wrap #header-video-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

#hero-section {
    min-height: 200px;
}
#hero-section {
    background-color: #fff !important;
    position: relative;
    width: 100%;
}
@media (min-width: 992px) {
}


@media screen and (max-width: 1024px) {
.videoSpace {
	display: none !important;
}	


}
	
	
@media (min-width: 769px) and (max-width: 1024px) {
.tabletLandscape {
	display: block;
}
.tabletPortrait {
	display: none;
}

.navBarSpace {
    position: relative !important;
	background: #fff !important;
}

}

@media (max-width: 768px) {
.tabletLandscape {
	display: none !important;
}
.tabletPortrait {
	display: block !important;
}

.navBarSpace {
    position: relative !important;
	background: #fff !important;
	padding: 10px 0 0 0 !important;
}
}
		
/* larger than tablet sized specific styles only */
@media screen and (min-width: 1025px) {
	
	#hero-section {
    min-height: 650px;
}
#hero-section {
    background-color: #fff !important;
    height: 100vh;
    position: relative;
    width: 100%;
}


#header-video-wrap #header-video {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#header-video-wrap #header-video-img {
    display: none;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.tabletLandscape {
	display: none !important;
}
.tabletPortrait {
	display: none !important;
}

}

/* ==========================================================================
/END VIDEO STYLES
========================================================================== */






.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0.3em 0;
    padding: 0.40em 1.8em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
	letter-spacing: 0.08em;
	font-family: 'Guardian Sans Web', arial, sans-serif !important;
}







/* Slice */
.buttonSlice {
	overflow: hidden;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	  letter-spacing: .1em;
    text-transform: uppercase;
	text-decoration: none !important;
}
.buttonSlice::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.buttonSlice:hover {
	color: #fff;
	border-color: #479a53;
	text-decoration: none !important;
}
.buttonSlice.button--inverted:hover {
	color: #3f51b5;
	border-color: #fff;
	text-decoration: none !important;
}
.buttonSlice:hover::before {
	opacity: 1;
	background-color: #479a53;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.buttonSlice.button--inverted:hover::before {
	background-color: #fff;
}


.btnRound {
    border: 0px solid #202020;
	border-radius: 30px;
}

.btnGreen {
 	 background: #39b54a;
 	 -webkit-transition: all 0.5s;
 	 -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
 	 transition: all .4s ease;
}

.btnGreen:hover {
  	background: #479a53;
  	color: #fff;
	text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
     transition: all .4s ease;
}


.btnOrange {
 	 background: #f37657;
 	 -webkit-transition: all 0.5s;
 	 -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
 	 transition: all .4s ease;
}

.btnOrange:hover {
  	background: #df5836;
  	color: #fff;
	text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
     transition: all .4s ease;
}



.btnOutline {
	 border: 1px solid #1c75bc;
 	 background: #fff;
	 color: #1c75bc;
 	 -webkit-transition: all 0.5s;
 	 -moz-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  -o-transition: all 0.5s;
 	 transition: all .4s ease;
}

.btnOutline:hover {
	 border: 1px solid #1c75bc;
 	 background: #e1ecf4;
  	color: #1c75bc;
	text-decoration: none !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
     transition: all .4s ease;
}


sup {
  font-size: 50% !important;
  line-height: 0 !important;
  position: relative !important;
  vertical-align: baseline !important;
  top: -5px !important;
}

.headlineSup {
  font-size: 50% !important;
  line-height: 0 !important;
  position: relative !important;
  vertical-align: baseline !important;
  top: -10px !important;
}








.gallery {
  background: #fff;
  margin-bottom: 20px;
}

.gallery-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: #fff;
}






.gallery-nav .gallery-cell.is-nav-selected {
 opacity: 1;
}


.flickity-prev-next-button {
	display: none !important;
}





.gallery-nav .gallery-cell {
  height: 80px;
  width: 120px;
  opacity: .22;
}

.carouselNavSpot01 {
	position: absolute !important;
	left: 0px !important;
		cursor: pointer !important;
}
.carouselNavSpot02 {
	position: absolute !important;
	left: 130px !important;
		cursor: pointer !important;
}
.carouselNavSpot03 {
	position: absolute !important;
	left: 250px !important;
		cursor: pointer !important;
}
.carouselNavSpot04 {
	position: absolute !important;
	left: 390px !important;
		cursor: pointer !important;
}
.carouselNavSpot05 {
	position: absolute !important;
	left: 520px !important;
		cursor: pointer !important;
}
.carouselNavSpot06 {
	position: absolute !important;
	left: 640px !important;
	cursor: pointer !important;
}



/* md and above styles */
@media (min-width: 1200px) {
.gallery-nav .gallery-cell {
  height: 80px;
  width: 160px;
  opacity: .22;
}

.carouselNavSpot01 {
	position: absolute !important;
	left: -90px !important;
		cursor: pointer !important;
}
.carouselNavSpot02 {
	position: absolute !important;
	left: 90px !important;
		cursor: pointer !important;
}
.carouselNavSpot03 {
	position: absolute !important;
	left: 290px !important;
		cursor: pointer !important;
}
.carouselNavSpot04 {
	position: absolute !important;
	left: 490px !important;
		cursor: pointer !important;
}
.carouselNavSpot05 {
	position: absolute !important;
	left: 690px !important;
		cursor: pointer !important;
}
.carouselNavSpot06 {
	position: absolute !important;
	left: 890px !important;
	cursor: pointer !important;
}

}


#subPage {
	padding: 0px 0 10px 0;
}

#subPageShort {
	padding: 0px 0 10px 0;
	min-height: 1000px;
}

/* md and above styles */
@media (min-width: 992px) {
.flickity-page-dots {
	display: none !important;
}
}


@media (min-width: 1050px) {
#subPage {
	padding: 86px 0 10px 0;
}
#subPageShort {
	padding: 86px 0 10px 0;
	min-height: 1000px;
}
}


/* xxxlg and above styles */
@media (min-width: 1930px) {
.navBarSpace {
    background: #fff none repeat scroll 0 0 !important;
}
}





.sfitemTitle {
	font-size: 20px !important;
	text-align: left !important;
}


.sfPublicWrapper {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0px !important;
    width: 100% !important;
}



.accreditations, .careersContent {
    margin-top: 0px !important;
}

.currentOpenings {
	display: none !important;
}


a.btnGreen:hover, a.btnGreen:active, a.btnGreen:visited {
	text-decoration: none !important;
	color: #fff !important;
}

a.btnOrange:hover, a.btnOrange:active, a.btnOrange:visited {
	text-decoration: none !important;
	color: #fff !important;
}

a.btnOutline:hover, a.btnOutline:active, a.btnOutline:visited {
	text-decoration: none !important;
	color: #1c75bc !important;
}


a:hover, a:visited, a:link, a:active
{
    text-decoration: none !important;
}


a.whiteText {
	text-decoration: none !important;
	color: #fff !important;
}

a.whiteText:hover, a.whiteText:active, a.whiteText:visited {
	text-decoration: none !important;
	color: #fff !important;
}


a.greenLink, a.greenLink:visited {
	text-decoration: none !important;
	color: #39b54a !important;
}
a.greenLink:hover, a.greenLink:active {
	text-decoration: none !important;
	color: #39b54a !important;
}





/* START CHROME SPECIFIC STYLES */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#subPage p, #subPageShort p {
	  font-size: 1.85em;
	  line-height: 28px;
}
#subPage li, #subPageShort li {
	  font-size: 1.72em;
	  	  line-height: 28px;
}
.pageSection p {
	  font-size: 1.85em;
	  	  line-height: 28px;
}
.pageSection li {
	  font-size: 1.72em;
	  	  line-height: 28px;
}		
}
/* /END CHROME SPECIFIC STYLES */



  #video-bg {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
  }
  #video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
    #video-bg > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    #video-bg > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    #video-bg > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }

