﻿@import "NavStyles.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css";
@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0";

/*<meta />*/

@namespace MadCap "localhost";

/* MadCap Styles Override */

.is-accordion-submenu-parent > a span.submenu-toggle {
    border-color: #f89728 transparent transparent;
}

br.responsive {
	display: none;
}

.container-full-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* NEW STYLES */

div.home-footer > table {
    margin: 10px 5px 5px 20px;
}

.height-container-sidenav {
	padding-bottom: 0px;
}

div.home-footer {
    margin-top: 60px;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    border-top: 3px solid #f8972b;
}

.veeva-logo-container {
    width: 110px;
}

ul.navigation.clearfix > li:nth-child(2) {
    display: none;
}

.highlight {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff8e0;
	font-weight: bold;
	color: #f89728;
}

.copyright > div {
    font-size: 11px;
    font-family: Arial;
    color: #111111;
    line-height: 14px;
    padding-top: 2px;
}

.copyright a {
    padding-left: 20px;
    color: #3a97c4;
	text-decoration: none;
}

/* Popular Links */

.trending {
    padding: 0 10px 0 10px;
    right: 0;
    margin-right: -50px;
    height: fit-content;
    width: fit-content;
    position: absolute;
    top: 40%;
    background-color: #f5871e;
    z-index: 988;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.trending h4 {
	color: #fefefe;
}

a h4:hover {
	color: #595959 !important;
}

.poptops h4 {
	text-align: center;
	padding-top: 10px;
	color: #595959;
}

.poptops p {
	line-height:12px;
	font-size: 15px;
}

.poptops {
	display: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.28);
    border-radius: 4px;
    right: 0;
    top: -20px;
	margin-top: -10px !important;
    text-align: center;
    position: fixed;
    left: -50px;
    width: 240px;
    padding: 10px;
    height: fit-content;
    z-index: 1;
    background-color: #fefefe;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}

.trending:hover > .poptops {
    display: block;
}

/* Navigation Bar overrides for width and spacing */

.nav-search-wrapper {
	display: none;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row {
	width: 85%;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row {
    max-width: 100%;
}

.title-bar {
	border-bottom-style: solid;
	border-bottom-color: #a9a9a9;
	border-bottom-width: 5px;
}

.banheight {
	height: 210px !important;
}

/* Search Bar Box Shadow */

.search-bar .search-field {
	box-shadow: 0 5px 15px rgba(0,0,0,0.18);
}

form.search {
    padding-top: 105px;
}
	


/* Key Dates */

span.nowrap {
	white-space: pre;
	overflow-wrap: normal;
}


/* Grid Layout */

.grid-container.standard {
    display: grid;
    grid-template-columns: 22.5% 25% 5% 25% 22.5%;
    padding: 20px;
}

.grid-container.admin {
  display: grid;
  grid-template-columns: 12% 25% 25% 25% 12%;
  padding: 10px;
}




/* Home Screen - Tablet */


@media screen and (min-width: 768px) and (max-width: 1079px) {
	.logo-wrapper {
		margin-top: 15px !important;
	}
	.grid-container.standard, .grid-container.admin {
    	display: grid;
   		grid-template-columns: 50% 50%;
 	  	padding: 20px;
	}
	.grid-item.spacer {
    	display: none;
	}
	div.grid-container.hero {
	    grid-template-columns: 25% 25% 25% 25%;
	}
	button.menu-icon {
	    margin-right: -40px;
    	margin-top: 20px;
	}
}

.grid-container > a {
	text-decoration: none;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 5px 15px rgba(0,0,0,0.28);
	border-radius: 4px;
    padding: 20px;
    margin: 20px 10px 30px 10px;
    font-size: 18px;
    color: #595959;
    text-align: center;
}

a.grid-item {
    text-decoration: none !important;
    color: inherit !important;
	min-height: 140px;
	border-radius: 4px;
}

.grid-container.hero {
	background-color: #f5871E;
/*	height: 40px; */
	display: grid;
	grid-template-columns: 10% 8% 15% 15% 15% 19% 8% 10%;
	position: fixed;
    z-index: 999;
    width: 100%;
}

.grid-container.hero .grid-item {
	margin-bottom: 0px;
}

.grid-item.hero {
    font-size: 15px;
    text-align: center;
    height: 60px;
    margin-top: 0px;
    padding-top: 0px;
    width: 100%;
    background: transparent;
    box-shadow: none;
}

.grid-item.hero h4 {
    font-size: 16px;
    color: #fefefe;
    padding-bottom: 5px;
    margin-right: 36px;
	margin-top: 8px;
}

a.grid-item.hero {
	text-decoration:none;
    padding-bottom: 0px;
    box-shadow: none;
}

.dropdown {
	display: none;
	margin-top: -20px !important;
}

.grid-item.hero > i.fas, .grid-item.hero > i.far {
	float: left;
	color: #f5871e;
}

.reveal {
    color: #f5871e;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 75px;
    text-align: left;
}

.teaser {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #595959;
    margin-top: 10px;
    margin-bottom: 5px;
}

.grid-item:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.48);
}

.grid-item.hero:hover {
    box-shadow: none;
}

.grid-item.hero:hover > a h4 {
    color: #fefefe;
}

.grid-item.hero a:hover {
	text-decoration:none
}

.grid-item.hero:hover > .dropdown {
	display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.48);
    background-color: #fefefe;
    height: fit-content;
    text-align: left;
    margin-top: -7px;
    padding: 10px;
}


.grid-item:hover > i.fas, .grid-item:hover > i.far, .grid-item:hover > h4 {
	color: #f5871e;
}

.grid-item.hero:hover > i.fas, .grid-item.hero:hover > i.far, .grid-item.hero:hover > h4 {
	color: #595959;
}

.grid-item.spacer {
   visibility: hidden;
}

.grid-item i.fas, .grid-item i.far, .grid-item span.material-symbols-outlined {
    margin: 25px 0px 10px 0px;
    float: left !important;
}

/* FontAwesome Icon Bubbles */

.fa-user-alt, .fa-copy, .fa-sitemap, .fa-address-card, .fa-file-upload, .fa-chart-bar, .fa-database, .fa-exchange-alt, .fa-history, .fa-puzzle-piece, .fa-cog, .fa-sync-alt, .material-symbols-outlined {
	color: #ffffff !important;
	padding-top: 10px;
	border-radius: 50%;
	display: inline-block !important;
	width: 60px;
    height: 60px;
	float: none !important;
} 

.material-symbols-outlined {
	background-color: #eda19a;
	font-size: 30px;
}

.fa-user-alt {
	background-color: #c1d867;
}

.fa-copy {
	background-color: #eda19a;
}

.fa-sync-alt {
	background-color: #82cfb6;
}

.fa-cog {
	background-color: lightgray;
}

.fa-puzzle-piece {
	background-color: #666f99;
}

.fa-history {
	background-color: #a18975;
}

.fa-exchange-alt {
	background-color: #82cfb6;
}

.fa-database {
	background-color: #c89860;
}

.fa-sitemap {
	background-color: #e97d86;
}

.fa-address-card {
	background-color: #ba91d1;
}

.fa-file-upload {
	background-color: #82cfb6;
}

.fa-chart-bar {
	background-color: #859da9;
}


/* Carousel overrides */

.carousel-indicators
{
	margin-left: 48.2% !important;
}

div.carousel-caption
{
	padding-top: 3%;
}

/* tooltip */

.toolstip
{
	position: relative;
	display: inline-block;
	cursor: default;
}

.toolstiptext
{
	font-size: 10pt;
	font-weight: normal;
}

.toolstip .toolstiptext
{
	visibility: hidden;
	width: max-content;
	height: fit-content;
	background-color: #ffffff;
	color: #595959;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	margin: -40px 0 0 -25px;
	box-shadow: 1px 1px 1px 1px #999999;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}

.toolstip:hover .toolstiptext
{
	visibility: visible;
}

/* Icons */

.material-symbols-outlined.darkorange
{
	color: #e46f15;
}

span.material-symbols-outlined {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: cadetblue;
    margin-top: 25px;
    font-size: 40px;
    color: white;
    padding-top: 10px;
    opacity: .8;
	float: left;
}

.ustan
{
	height: 0;
	color: #595959;
}

.udmgr
{
	height: 0;
	color: #595959;
}

.material-symbols-outlined.big40
{
	font-size: 40px;
}

/* Assets */

.hr
{
	height: 0;
	border-top: 0px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid #999999;
	width: inherit;
}

.hr-short
{
	height: 0;
	border-bottom: 1px solid #f89728;
	width: 100%;
	opacity: .5;
}

p.invisible
{
	display: none;
}

:before[tooltip]
{
	/* needed - do not touch */
	content: attr(tooltip);
	position: absolute;
	opacity: 0;
	/* customizable */
	transition: all 0.15s ease;
	padding: 10px;
	color: #333;
	border-radius: 5px;
	box-shadow: 2px 2px 1px silver;
}

:hover:before[tooltip]
{
	/* needed - do not touch */
	opacity: 1;
	/* customizable */
	background: #fafafa;
	margin-top: -30px;
	margin-left: 20px;
}

:not([tooltip-persistent]):before[tooltip]
{
	pointer-events: none;
}

/* Container */

.container,
.header-container,
.SliderPage1
{
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.no-mqs .container,
.no-mqs .header-container,
.no-mqs .SliderPage1
{
	min-width: 970px;
}

.container:before,
.container:after,
.body-container:before,
.body-container:after
{
	content: " ";
	display: table;
}

.container:after,
.body-container:after
{
	clear: both;
}

/* Home Page Links */

a:link
{
	color: #3278c8;
	text-decoration: none;
}

a:visited
{
	color: #3278c8;
	text-decoration: none;
}

a:hover
{
	color: #f89728;
	text-decoration: none;
}

a:active
{
	color: #f89728;
	text-decoration: none;
}

/* Image blocks */

.boxtext
{
	margin: -5 0 5px;
	font-size: 12pt;
}

.boximage
{
	margin-right: 10px;
	margin-top: -5px;
	float: left;
}

.box
{
	background: none;
	width: 120%;
	margin-bottom: 0;
	padding: 10px 20px;
	clear: both;
}

.boxnotice
{
	background-color: #e5f1f7;
	padding: 36px;
	border-radius: 3px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

.boxspec
{
	background-color: #feedd6;
	border-radius: 3px;
	padding: 10px 30px;
}

.boxspecimage
{
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

.boxspectext
{
	margin-top: 10px;
}

.boxspectext h3
{
	font-family: Arial;
	color: #000000;
	link-color: #3278c8;
	link-hover: #f89728;
	font-size: 16px;
}

.boxspectext ul
{
	font-family: Arial;
	color: #595959;
	link-color: #3278c8;
	link-hover: #f89728;
	font-size: 14px;
	padding-left: 65px;
}

.boxspectext p
{
	color: #595959;
	font-size: 14px;
	padding-left: 50px;
	padding-top: 2px;
}

.boxnoticeimage
{
	margin-right: 10px;
	margin-top: 5px;
	float: left;
}

.boxnotice h3
{
	font-family: Arial;
	color: #000000;
	link-color: #3278c8;
	link-hover: #f89728;
	font-size: 16px;
	padding-left: 75px;
}

.boxnotice p
{
	font-family: Arial;
	color: #4a4a4a;
	link-color: #3278c8;
	link-hover: #f89728;
	font-size: 14px;
	padding-left: 75px;
}

.adbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #5a7e96;
	display: inline-block;
	margin-bottom: 2px;
}

.dmbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #ef8166;
	display: inline-block;
	margin-bottom: 2px;
}

.dsbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #6eba83;
	display: inline-block;
	margin-bottom: 2px;
}

.stbubble
{
	border-radius: 50%;
	width: 36px;
	font-size: 14px;
	color: white;
	background-color: #ffda63;
	display: inline-block;
	margin-bottom: 2px;
}

.dsbubble span,
.adbubble span,
.dmbubble span,
.stbubble span
{
	text-align: center;
	line-height: 36px;
	display: block;
	cursor: pointer;
}

.bubble
{
	border-radius: 50%;
	width: 30px;
	font-size: 12px;
	color: white;
	display: inline-block;
	margin-bottom: 2px;
	float: left;
}

.bub-mainpg
{
	float: right;
}

.bubble span
{
	text-align: center;
	line-height: 30px;
	display: block;
}

.col-center
{
	right-margin: auto;
	left-margin: auto;
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.row-center
{
	text-align: center;
}

/* with overflow */

.box .text
{
	overflow: auto;
	width: 75%;
	/* added for responsiveness */
}

.box p
{
	color: #595959 !important;
}



.off-canvas-wrapper-inner .outer-row
{
	max-width: 80em;
	padding-left: 1em;
	padding-right: 1em;
}


/* Hide Search Link at bottom of page - Flare workaround to enable custom Search page */

MadCap|xref.invisible
{
	mc-format: ;
	display: none;
}

/* Add scroll bar to Body and absolute position to prevent body from scrolling behind header */

.main-section
{
	overflow-x: hidden;
	width: 100%;
	top: 75px;
	bottom: 0;
}

/* Header height changes when media is used, adjust the top position of the body to match */

@media screen and (max-width: 768px)
{
	.main-section
	{
		overflow-x: hidden;
		width: 100%;
		top: 75px;
		bottom: 0;
	}
}

/* Home Page General Styles*/

body
{
	font-family: Arial;
	line-height: 1.5em;
}

p.note
{
	border-radius: 6px;
	mc-auto-number-format: '{b}Note:{/b} ';
	background-color: #329aea;
	background-image: none;
	border-left-style: solid;
	border-left-width: 0px;
	border-left-color: #404040;
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color: #404040;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #404040;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #404040;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #ffffff;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.glossaryTerm
{
	font-weight: bold;
	color: Olive;
}

.glossaryTerm:link
{
	font-weight: bold;
	color: Olive;
}

a.BlackText
{
	color: #000000;
	text-decoration: none;
}

h1
{
	font-size: 2.75em;
	color: #595959;
}

h3
{
	font-size: 1.6785em;
	color: #595959;
}

h3.SubCenter
{
	text-align: center;
}

img.Hyperlinked
{
	border-style: none;
}

img.Slideshow
{
	border-style: none;
	margin-bottom: 15px;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
}

p.Copyright
{
	font-size: 0.9em;
	text-align: left;
	color: #888888;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

.centered-text
{
	text-align: center;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.whiteheader
{
	color: #ffffff;
	font-weight: normal;
}



.main-section > .row.outer-row
{
	max-width: 100%;
	padding: 0;
}

/* Home Page Button Styles */

.button
{
	cursor: pointer;
	background-color: transparent;
	width: 200px;
	height: 35px;
	font-weight: bold;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}

.button.black
{
	border: solid 2px black;
	color: black;
}

.button.black:hover
{
	background-color: #ccc;
}

.button a
{
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* Responsive Header Styles*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

/* Content Section */

#content-section
{
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #e6e6e6;
	margin-top: -50px;
}

#content-section h3
{
	font-weight: normal;
}

.right-section div.button-group,
.left-section div.button-group
{
	margin-top: 20px;
}

#content-section .left-section
{
	padding-right: 20px;
}

#content-section .right-section
{
	padding-left: 20px;
}

.left-section .left-content,
.right-section .right-content
{
	height: 270px;
}

#content-section .right-section .table-images:first-of-type
{
	margin-bottom: 20px;
}

#content-section.mc-blurb p
{
	margin-top: 0;
	margin-bottom: 5px;
}

#content-section.mc-blurb .mc-bullets
{
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 10px;
}

#content-section.mc-blurb .mc-bullets > li
{
	color: #5a5a5a;
	list-style-image: url('../Images/Site_assets/Bullet1.png');
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.6em;
}

/* Home Page Topic Hero section*/

div.topichero
{
	background-image: url('../Images/Site_assets/BackgroundImage.png');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 5px;
	height: 250px;
	padding-bottom: 100px;
}

div.topichero h1
{
	font-size: 3.6em;
	margin-top: 15px;
	margin-bottom: 0.5em;
	line-height: 100%;
}

div.topichero h3
{
	font-size: 1.8em;
	margin-bottom: 80px;
	line-height: 100%;
}

/* Home Page slide show */

div.slidingshow
{
	margin-top: -79px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.mc-wrapper .mc-caption
{
	background: none;
}

/* Home Page Video Section */

.video-section
{
	padding-top: 10px;
	padding-bottom: 30px;
}

.video-section img
{
	padding-right: 10px;
	padding-bottom: 10px;
}

.video-wrapper
{
	padding-bottom: 56.25%;
	/* 16:9 */
	position: relative;
}

.video-section iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-section .columns
{
	margin-bottom: 20px;
}

/* Home Page Footer */

.footer
{
	background-color: #292928;
	padding-top: 20px;
	padding-bottom: 20px;
	bottom: 0;
	height: 110px;
	width: 100%;
}

.footer a
{
	text-decoration: none;
	color: #DADADA;
}

.footer > div.row
{
	line-height: 30px;
	padding: 0;
}

.footer-logo
{
	max-width: 100%;
}

.footer-links
{
	text-align: left;
}

.footer-links a
{
	padding-right: 15px;
}

.footer-icons
{
	text-align: right;
}

.footer-icons > a:first-of-type
{
	padding-right: 10px;
}

/* Mad Cap proxy/editor assigned styles */

MadCap|topicToolbarProxy
{
	float: none;
}

p.TOC2
{
	margin-left: 20px;
	display: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|slideshow
{
	border-style: none;
	box-shadow: none;
}

.mc-wrapper .mc-controls-direction a
{
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	z-index: auto;
}

MadCap|slideshowCaption
{
	background: none;
	padding: 0px;
	padding-top: 0px;
	color: #595959;
}

html.HomePage
{
	mc-master-page: url('../MasterPages/HomePage.flmsp');
}



/* Small Layout */

@media screen and (max-width: 40em)
{
	div.topichero h1
	{
		font-size: 2em;
	}

	div.topichero h3
	{
		font-size: 1.2em;
	}

	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.video-section
	{
		padding-top: 30px;
	}

	.video-section .columns
	{
		padding: 0;
	}

	.footer-links,
	p.Copyright,
	.footer-icons
	{
		text-align: center;
	}
}

nav.title-bar
	{
		height: 75px;
	}


MadCap|glossaryTerm
{
	color: #329aea;
}

/* Video and Release Summary right arrows */

.pointer
{
	width: 8px;
	height: 10px;
	background: url("../Images/Site_assets/DropDownClosed.png") no-repeat;
	display: inline-block;
}

.pointer:hover
{
	background: url("../Images/Site_assets/DropDownHover.png") no-repeat;
}

MadCap|dropDownHotspot:hover
{
	color: #329aea;
}

MadCap|xref:hover
{
	color: #329aea;
}

a.MCBreadcrumbsLink:visited
{
	color: #f89728;
}

a.MCBreadcrumbsLink:hover
{
	color: #f89728;
}

h2
{
	color: #f89728;
}

/* Home Screen - Phone */

@media screen and (max-width: 767px) {
	.off-canvas-wrapper-inner nav.title-bar .outer-row {
    	width: 100%;
	}
	.logo-wrapper {
		margin-top: 15px !important;
		margin-bottom: 0px !important;
	}
	.grid-container.standard, .grid-container.admin {
    	display: grid;
   		grid-template-columns: 100%;
 	  	padding: 20px;
	}
	.grid-item.spacer {
    	display: none;
	}
	div.grid-container.hero {
	    grid-template-columns: 25% 25% 25% 25%;
	}
	
	.grid-container.hero .grid-item {
    	margin: unset !;
	}

	button.menu-icon {
	    margin-right: 0;
	}
	.grid-item.hero {
    	padding-left: 0px;
	}
	br.responsive {
		display: block !important;
	}
	.phone {
		display: none;
	}
	.search-bar.search-bar-container.needs-pie._Skins_Search.mc-component {
    	width: 96% !important;
    	margin-left: 2%;
	}
	.search-bar {
    	font-size: 16px;
    	border-style: solid;
    	border-width: thin;
    	margin-top: 100px;
    	position: absolute;
	}
	.logo-wrapper {
 	   margin-bottom: 100px;
	}
	.title-bar-layout.outer-row {
    	padding-bottom: 25px !important;
	}
	div.home-footer > table {
    	margin: 5%;
	}
	.veeva-logo-container {
    	width: 110px;
    	float: left;
    	margin-right: 10px;
	}
	.menu-icon-container {
    	min-height: 43px;
    	margin-top: 5%;
	}
}

/* Media Limit Desktop */

@media (max-width: 1079px) {
	div.grid-container.hero {
		position:absolute;
	}
	.menu-icon-container.relative.clearfix {
    	margin-right: 5%;
	}
	.off-canvas-wrapper-inner nav.title-bar .outer-row {
    	width: 100%;
	}
	.sticky.is-anchored {
		position: relative;
	}
	.search-bar.search-bar-container.needs-pie._Skins_Search.mc-component {
    	width: 60%;
	}
}