@import url(https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700);

html body {
	font: 100% "Roboto", sans-serif;
  	color: #444;
  	font-weight: 300;
  	font-size: 18px;
  	line-height:25px;
  	margin-top: 70px; }
 
 @media print {
 html body {
	padding-top: 0px;
  	margin-top: 0px; }
} 	
	
@media screen and (min-width: 992px) {
  	html body {
  	margin-top: 100px; } }
.no-padding {
  	padding: 0 !important; }
 #hide-from-us {
display:none;
  	}
.hide-from-us {
display:none;
  	}	

.col-centered{
float: none;
margin: 0 auto;
}
/* code for link next to top H1 tag see 
https://www.veeva.com/products/content-management/vault-promomats/ */
.overview-container h1 .added-link, .added-link {
    font-size: 16px;
    line-height: 21px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #888;
	text-align: right;
	float:right;
	padding-left:8px;
}

@media screen and (max-width: 600px) {
	.overview-container h1 .added-link,  .added-link {

	text-align: left;
	float:left;
	padding-left:0px;
}
}




.overview-container p.top-link {
clear:both;
}
body .added-link  .more {
white-space: nowrap;
}
/* end code for link next to top H1 tag */

/* create 5 cols in bootstrap */

body .col-xs-5ths,
body .col-sm-5ths,
body .col-md-5ths,
body .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

body .col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    body .col-sm-5ths {
        width: 20%;
        float: left;
    }   
}

@media (min-width: 992px) {
    body .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
     body .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* use for circles with text to right */
 .app-box {
margin-bottom:25px;
clear:both;
}
 .app-box ul {
margin-left:10px;
padding-left:10px;
}
 .app-box ul li {
 padding:2px 0;
}
 .app-box h6{
margin-top:0px;
}
.app-box img {
float:left;
margin:0px 25px 20px 0;
width:110px;
}
/* only thing that needs to be custom, you may need to do for mobile too*/
.app-box img.meet {
float:left;
margin:0px 15px 0px 0;
width:60px;
}
.app-box div {
 overflow:hidden; 
}
@media (max-width: 658px) {
.app-box div {
/*  overflow:visible; */
}
 h2.apps {
 margin-bottom:30px;
 }
.app-box img {
float:left;
margin:0px 15px 0px 0;
width:65px;
}

 .app-box {
margin-bottom:25px;
clear:both;
}
}

/* Used to make sure modals dont jump */
body.modal-open {
	overflow-y: auto;
	padding-right: 0px !important;
}

/* Used for white modal backdrop */
.modal.white .modal-backdrop {
	background-color: #fff;
}

 /* ALL MODAL SCREEN SHOT POP UPS */
 
 .modal-win-content .modal-xl img {
	border: 2px solid #aaa;
	box-shadow: 1px 1px 11px #888;
}

.modal-win-content .modal-xl .glyph-link {
	color: #ff9e14;
}

.mod-close {
	float: right;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.modal-win-content .modal-xl {
		width: 100%;
		max-width: 1000px;
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 80px;
	}
}
 
 .generic-container .text-boxes {
	margin-top: 25px;
	margin-bottom: 25px;
}

.generic-container .text-boxes .titles,
.generic-container .text-boxes .titles a {
	font-size: 24px;
	color: #88898c;
	font-weight: 600;
	cursor: pointer;
}

.generic-container .text-boxes .titles img {
	margin-bottom: 4px;
	height: 40px;
}

.generic-container .text-boxes .titles span {
	font-weight: 400;
	color: #f69831;
}

.generic-container .text-boxes a {
	font-size: 20px;
	font-weight: 400;
}
.generic-container  .text-boxes a.sub-links {
font-weight:300;font-size:18px;
}
.generic-container .text-boxes strong {
	color: #444;
}

.generic-container .text-boxes .shot {
	text-align: center;
}
.generic-container .text-boxes   .prods  {
 	font-size:16px;
 	line-height:22px;
 	margin-bottom:19px;
}
.generic-container .text-boxes   .prods  a{
 	font-size: 20px;
 	line-height:24px;
	font-weight: 400;
}
.generic-container .text-boxes .shot img {
	margin-top: 15px;
	border: 2px solid #ccc;
}

@media screen and (max-width: 500px) {
	.generic-container .text-boxes .titles img {
		margin-bottom: 4px;
		height: 30px;
	}
	.generic-container .text-boxes .shot img {
		width: 100%;
		margin-top: 10px;
	}
	.generic-container .text-boxes .titles,
	.generic-container .text-boxes .titles a {
		font-size: 22px;
		line-height: 22px;
		color: #88898c;
		font-weight: 600;
		cursor: pointer;
	}
}

#content-boxes {
	margin-top: 30px;
}

#content-boxes .row .box .overlay {
	position: relative;
	cursor: pointer;
}

#content-boxes .row .box .overlay>div:hover {
	opacity: 1;
}

#content-boxes .row .box .overlay>div {
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

#content-boxes .row .box .click {
	font-size: 14px;
	padding-top: 5px;
	color: #666;
}

@media screen and (max-width: 768px) {
	#content-boxes {
		margin-top: 0px;
	}
	#content-boxes .row .box .overlay {
		cursor: default;
	}
}


/* END MODAL SCREEN SHOT POP UPS */

/* client quotes */
.quote-slide-bg  .client-title {
    display: block;
    color: white;
    padding: 0 0 15px 0; }
    
.quote-slide-bg  .client-title strong {
font-weight:500;
    }
/* end client quotes */
/* NEW BUTTON STYLES OUTLINE AND SOLID */

.buttons {  	
  	-webkit-transition: background 0.2s ease-in-out;
  	-khtml-transition: background 0.2s ease-in-out;
  	-moz-transition: background 0.2s ease-in-out;
  	-ms-transition: background 0.2s ease-in-out;
  	-o-transition: background 0.2s ease-in-out;
  	transition: background 0.2s ease-in-out;
	padding:10px 20px;
	font-weight:400;
	margin:15px 0;
	display: inline-block;
	cursor: pointer;
  	font-size: 16px;
  	line-height: 19px;
  	border: 1px solid transparent;
}


.buttons span, .buttons span.glyphicon-menu-right {
	font-size: 12px!important;
	top: 1px!important;
}

.resources-container .buttons, .demo-container .buttons, .features-container .buttons {
    margin-top: 20px;
	margin-bottom: 40px;
}


.button-arrow {  	
	padding:7px 12px 7px 0;
	font-weight:400;
	margin:15px 15px 0px 0;
	display: inline-block;
	cursor: pointer;
  	font-size: 15px;
  	line-height: 19px;
  	border: 1px solid transparent;
}
.button-arrow:hover {  	
	text-decoration:underline;
}

.button-arrow.orange {
  	color:#f7981d !important;
  	background-image: url('https://www.veeva.com/wp-content/uploads/2018/10/button-arrow-orange.png');background-repeat: no-repeat; background-position: right center; 
}

/* OUTLINE CUSTOM COLORS HERE */

.buttons.outline-orange {  	
  	color:#fff !important;
  	border-color:#f7981d;
}
.buttons.outline-orange:hover {
	background-color:#f7981d;
	color:#fff !important;
}

.buttons.outline-blue {
	color:#fff !important;
	border-color:#344666;
}
.buttons.outline-blue:hover {
	background-color:#344666;
	color:#fff !important;
}

/* SOLID CUSTOM COLORS HERE */

.buttons.green {
	background-color:#00b6b9;
	color:#fff !important;
}
.buttons.green:hover {
	background-color:#00a2a2;
	color:#fff !important;
}
.buttons.blue {
	background-color:#47859f;
	color:#fff !important;
}
.buttons.blue:hover {
	background-color:#34728c;
	color:#fff !important;
}
.buttons.yellow {
	background-color:#fdb913;
	color:#000 !important;
}
.buttons.yellow:hover {
	background-color:#feab38;
	color:#000 !important;
}
.buttons.orange {
	background-color: #fc9a31;
	color:#fff !important;
}

.buttons.orange:hover {
	background-color: #f67f00;
	color:#fff !important;
}
.buttons.drk-orange {
	background-color: #f86408;
	color:#fff !important;
}
.buttons.drk-orange:hover {
	background-color: #df4b00;
	color:#fff !important;
}
.buttons.drk-blue {
	background-color:#092f5b;
	color:#fff !important;
}
.buttons.drk-blue:hover {
	background-color:#0f4685;
	color:#fff !important;
}
/* NEW BUTTON STYLES OUTLINE AND FLAT */

/* sub tab buttons */

#tab-buttons {
margin-top:10px;
}

@media screen and (max-width: 768px) {
#tab-buttons {
margin-bottom:20px;
}

}
#tab-buttons .buttons.orange {
	background-color: #fc9a31;
	color:#fff !important;
	padding:14px 25px;
	margin:10px 0 0 0;
}

#tab-buttons .buttons.orange:hover {
	background-color: #f67f00;
	color:#fff !important;
	padding:14px 25px;
	margin:10px 0 0 0;
}
#tab-buttons .glyphicon.glyphicon-triangle-bottom{
	font-size:15px  !important;
	padding-left:3px;
}
#tab-buttons .glyphicon.glyphicon-triangle-right {
	font-size:15px  !important;
	padding-left:1px;
	
}

/* end sub tab buttons */


/* ALL STATIC BANNERS */
 
.banner-container .breadcrumbs, .banner-container .breadcrumbs a{
    color: #fff;
    margin-top: -34px;
    margin-bottom: 0px;
    font-size: 14px; 
    line-height:19px;
} 
/* for grey bread crumbs and text */
.banner-container h2.banner-container-gray-txt, .banner-container p.banner-container-gray-txt, .banner-container .breadcrumbs.banner-container-gray-txt, .banner-container .breadcrumbs a.banner-container-gray-txt {
        color:#7a7d81;
}
    
.banner-container {
   	background-position:center center;
  	background-size: cover !important;
  	background-repeat: no-repeat;
  	padding: 50px 20px 40px 20px; 
  	min-height:450px;
}
     
.banner-container h2 {
	padding-top:10px;
	font-size:50px;
    font-weight:300;
    color:#fff;
}

.banner-container h2 em {
  	font-style: normal;
  	font-weight: 500; 
   	color:#f8991d;
} 	
.banner-container p {
    color: white;
    font-weight:400; 
    font-size:24px; 
    line-height:30px; 
    }   
.banner-container p em{
   color:#f8991d;
   font-style: normal;
    }   


@media screen and (max-width: 991px) {
	.banner-container {
        background-position:center left;
    }
}
    
@media screen and (max-width: 600px) {
    .banner-container {
        min-height:auto;
        background-position:center left;
  	}
    .banner-container h2 {
        padding-top:5px;
        font-size:34px;
        line-height:38px;
    }
    .banner-container p {
        font-size:23px;
        line-height:27px;
    }
}

/* END ALL STATIC BANNERS */

/* for internal use only */

.banner-container h2.pad-top-20, .banner-container p.pad-top-20 {
    padding-top: 20px;
}
.banner-container h2.pad-btm-20, .banner-container p.pad-btm-20 {
    padding-bottom: 20px;
}
/* end internal use only */
	
body h1 {
    font-size: 36px;
    font-weight: 400;
    color:#333;   }
body h2 {font-size: 30px;
	color: #333;
	font-weight: 300; }
body h3 {text-transform:uppercase;
	color:#f8991d;
	font-size:18px; 
	font-weight:400;}
body h4  {
	font-size:24px;
	color:#333;
	font-weight:400;}
body h5 {
	color:#f8991d;
    font-size:18px; 
    margin-top:30px;
    text-transform:uppercase;
    font-weight:400;}
body h6 {text-transform:uppercase;
	color:#f8991d;
	font-size:18px; 
	font-weight:400;}
body a img {
	outline : none;}
@media screen and (max-width: 990px) {
    body h1 {
	font-size: 36px;
    font-weight: 400;
    margin-top:60px;} }
 
@media screen and (max-width: 767px) {
    body h1 {
	font-size: 33px;
    font-weight: 400;
    margin-top:40px;} }   


/* h2 subhead */


h2.sub-head {
	margin-top:0;
	padding-top:15px;
	margin-bottom:30px;
	font-weight:300;
}
@media screen and (max-width: 990px) {
 	
   	h2.sub-head {
		margin-top:0;
		padding-top:10px;
		margin-bottom:30px;
		font-weight:300;
	font-size: 30px;
	}
}

@media screen and (max-width: 767px) {

    h2.sub-head {
		margin-top:0;
		padding-top:10px;
		margin-bottom:30px;
		font-weight:300;
		font-size: 26px;
	}
}    

   
body p {
 	font-size: 18px;
  	line-height: 25px;
  	color: #444;
  	margin-top: 20px;
  	margin-bottom: 20px; 
  	font-weight:300;}      
p .subtitle {
  	font-size:23px;
  	line-height:30px;
  	font-weight:300;
  	color:#333;
  	margin-bottom:40px;}
body strong {
	font-weight:400;}

.lowercase {
text-transform: lowercase;
}
.uppercase {
text-transform: uppercase;
}
.font20 { font-size:20px;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;}
.videosize {
	width:800px; height:500px;}	
@media screen and (max-width: 800px) {
  	.videosize {
  	width:300px; height:200px; } }
.carousel-indicators li {
    background: #ccc;}
.carousel-indicators .active {
    background: #666;}
.carousel-inner {
  -webkit-transform-style: preserve-3d;}
.carousel-inner > .item > img {
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;}
.carousel-control  {
	height:60px;}  
.wrapper {
  	max-width: 940px;
  	margin: 0 auto;
  	padding: 0 20px; }
@media screen and (min-width: 992px) {
    .wrapper {
  	padding: 0; } }
.content-wrapper {
  	max-width: 980px;
  	margin: 0 auto;
  	padding: 0 20px; }
.white {
  	color: #FFF; }
.black {
  	color: #231f20; }
.text-center {
  	text-align: center; }
.caret-right {
  	border-bottom: 4px solid transparent;
  	border-top: 4px solid transparent;
  	border-left: 4px solid;
  	display: inline-block;
  	height: 0;
  	opacity: 1;
  	vertical-align: middle;
  	width: 0;
  	margin-left: 5px; }
.table {
  	display: table;
  	width: 100%; }
.table-cell {
  	display: table-cell;
  	vertical-align: top; }
.no-margin-bottom {
  	margin-bottom: 0; }
.font-align-center {
  	text-align: center; }
.color-white {
  	color: #FFF !important; }
  .color-dark-orange {
  	color: #f86408 }

/* ================ BUTTON & ICON ================= */
button {
  	background: transparent;
  	background-color: transparent; }
.button, .button.filter, button.alm-load-more-btn {
  	-webkit-transition: background 0.2s ease-in-out;
  	-khtml-transition: background 0.2s ease-in-out;
  	-moz-transition: background 0.2s ease-in-out;
  	-ms-transition: background 0.2s ease-in-out;
  	-o-transition: background 0.2s ease-in-out;
  	transition: background 0.2s ease-in-out;
  	color: #FFF;
  	display: inline-block;
  	margin: 3px 5px;
  	margin-bottom: 10px;
  	cursor: pointer;
  	font-size: 16px;
  	border-radius: 0px;
  	border: 1px solid transparent;
  	padding: 12px 16px 12px 16px;
  	line-height: 19px; }
.button.filter, button.filter.alm-load-more-btn {
  	border: 1px solid #65656a;
  	color: #65656a;
  	padding: 17px 23px;
  	font-size: 16px;
  	text-transform: uppercase; }
.button.filter.active, button.filter.active.alm-load-more-btn, .button.filter:hover, button.filter.alm-load-more-btn:hover {
    border: 1px solid transparent;
    background: #f8991d;
    color: #FFF; }     
.button:hover, button.alm-load-more-btn:hover, .button:focus, button.alm-load-more-btn:focus {
    text-decoration: none; }
.button .glyphicon-menu-right:before, button.alm-load-more-btn .glyphicon-menu-right:before {
    font-size: 11px; }
.load-more {
	background: #f86408;}  
.button.theme-color:hover, button.theme-color.alm-load-more-btn:hover, button.load-more:hover {
  	background: rgba(248, 92, 55, 0.7); }
.button.theme-color, button.theme-color.alm-load-more-btn {
  	color: #FFF;
  	background: #f86408;
  	font-weight:300; }
.button.grey-color {
  	color: #FFF;
  	background: #ccc; }  	
.button.white-color {
  	color: #eb5d27;
  	background: #fff; 
  	font-weight:400;}  
.background-cover, .news-header-grid > div .news-header-box, .event-header, .events-header-grid > div .events-header-box {
  	background-size: cover !important;
  	background-repeat: no-repeat !important;
  	background-position: center center !important; }
.vertical-align-center-wrapper .vertical-align-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
.ajax-load-more-wrap, .alm-btn-wrap {
  	clear: both; }
.load-more-btn-wrap {
 	clear: both;
	text-align:center;
	padding:20px 0;}
.logo-repo {
  	display: inline-block; }
@media screen and (max-width: 768px) {
	.logo-repo {
    display: none; } }

/* GREY BAR HEADER PAGES - Trust, privacy, contact, resources single, blog, sitemap, 404 */

.whitebar {
  	background: url("../img/global/banner-background-1x.png");
  	background-position: bottom;
  	background-repeat: repeat-x;
  	background-size: initial !important;
  	min-height: 160px; } 
.whitebar .title-wrapper {
    position: relative;
    margin-top: 30px; }  
.whitebar h1 {
   padding-top:7px;
   font-size: 46px;
    font-weight: 400;
    color:#444;} 
    
.whitebar h2 {
   padding-top:7px;
   font-size: 46px;
    font-weight: 400;
    color:#444;}     
    
    .whitebar .top-title {
   padding-top:20px;
   font-size: 46px;
    font-weight: 400;
    color:#444;} 
    
@media screen and (max-width: 600px) {
    .whitebar h1{
	font-size: 28px;
	line-height: 32px;
    font-weight: 400;
	padding-top:15px;}
	
	.whitebar h2{
	font-size: 28px;
	line-height: 32px;
    font-weight: 400;
	padding-top:5px;}

.whitebar .top-title{
	font-size: 32px;
	line-height: 34px;
    font-weight: 400;
	padding-top:15px;}
	
	}
	
.whitebar .whitebar-logo {
    background-repeat: no-repeat;
    height: 67px;
    width: 67px;
    display: block;
    float: left;
    margin: 0 10px;}
.whitebar .breadcrumbs-wrapper{
    position: absolute;
    top: -15px;
    left: 90px;
    color: #c3c3c5;
    font-size: 13px; line-height:15px;}
.whitebar .breadcrumbs-wrapper span, .whitebar .breadcrumbs-wrapper a {
  	color: #c3c3c5; }  
.contactus-logo {
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/contact-us-icon.png"); }
.trust-logo {
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/trust-header-icon.png"); }
.resources-logo { 
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/trust-header-icon.png"); }
.sitemap-logo {
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/sitemap-header-icon.png"); }
.blog-logo {
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/blog-header-icon.png"); }
.citizen-logo {
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/citizen-header-icon.png"); }
.partners-logo {
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/partners-icon.png"); }
.careers-logo {
  	background-image: url("/wp-content/themes/veeva2015/assets/img/global/careers-icon.png"); }

/*  end pages with grey bar */

/* TABS FOR PRODUCTS */
.tab-container {
  	margin-bottom: 115px;
  	margin-top: 70px; }
.tab-gradient, .tab-container {
  	background: -moz-linear-gradient(top, transparent 59%, rgba(0, 0, 0, 0.04) 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(59%, transparent), color-stop(100%, rgba(0, 0, 0, 0.04)));
  	background: -webkit-linear-gradient(top, transparent 59%, rgba(0, 0, 0, 0.04) 100%);
  	background: -o-linear-gradient(top, transparent 59%, rgba(0, 0, 0, 0.04) 100%);
  	background: -ms-linear-gradient(top, transparent 59%, rgba(0, 0, 0, 0.04) 100%);
  	background: linear-gradient(to bottom, transparent 59%, rgba(0, 0, 0, 0.04) 100%); 
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0a000000',GradientType=0 );}
.tab-container .tab-row .tab:first-child {
  	border-top: 1px solid #d8d9da; }
@media screen and (min-width: 768px) {
    .tab-container .tab-row .tab:first-child {
    border-top: none; } }
.tab-container .tab-row .tab {
  	display: block;
  	background-color: #ddd;}
@media screen and (min-width: 768px) {
    .tab-container .tab-row .tab {
 	background-color: transparent; } }
.tab-container .tab-row .tab.active, .tab-container .tab-row .tab:hover {
    background: #f8991d; }
.tab-container .tab-row .tab.active .tab-text, .tab-container .tab-row .tab:hover .tab-text {
 	color: #fff; }
.tab-container .tab-row .tab .tab-icon {
    display: none; }
.tab-container .tab-row .tab .tab-text {
    display: block;
    text-transform: uppercase;
    padding: 15px 15px;
   	text-align:center;
   	font-size:16px;
    font-weight: 300;
    color: #666;
    border-bottom: 1px solid #fff;} 
.tab-container .tab-row .tab .tab-text a,
.tab-container .tab-row .tab .tab-text a:active {
   	color: #231f20; }
@media screen and (min-width: 768px) {
  	.tab-container {
    height: 75px;
    margin-bottom: 47px;
    margin-top: 40px; }
.tab-container .tab-row {
  	display: table;
  	width: 100%;
  	max-width: 1050px;
  	margin: 0 auto; }
.tab-container .tab-row .tab {
 	width: 15%;
   	display: table-cell;
  	vertical-align: top; }
.tab-container .tab-row .tab.active, .tab-container .tab-row .tab:hover {
   	background: transparent; }
.tab-container .tab-row .tab.active .tab-icon, .tab-container .tab-row .tab:hover .tab-icon {
   	background-color: #f8991d; }
.tab-container .tab-row .tab.active .tab-text, .tab-container .tab-row .tab:hover .tab-text {
    	color: #f8991d; }
.tab-container .tab-row .tab .tab-icon {
	-webkit-transition: background-color 0.2s ease-in-out;
	-khtml-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background-color: #d8d9da;
	height: 75px;
	display: block;
	text-align: center;
	margin: auto;
	max-width: 80%;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px; }
.tab-container .tab-row .tab .tab-text {         
	background: #FFF;
	color: #65656a;
	font-weight: 200;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 15px 12px 20px;
	min-height: 78px;
	border-bottom: 0; } }
	
	
.tab-container.affix {
  	background-color: #FFF; }
@media screen and (max-width: 991px) {
    .tab-container.affix {
    position: static; } }
@media screen and (min-width: 992px) {
    .tab-container.affix {
    left: 0;
    margin-top: 0;
    top: 100px;
    width: 100%;
    z-index: 999; }
    .tab-container.affix:before {
    background-color: #FFF;
    content: '';
    display: block;
    height: 51px;
    position: fixed;
    top: 175px;
    width: 100%; } }
@media screen and (min-width: 992px) {
    .tab-container.affix .tab-row .tab .tab-text {
 	background: transparent;
	min-height: 0; } }
@media screen and (min-width: 992px) {
  	.admin-bar .tab-container.affix {
    /*top: 132px;*/ }
    .admin-bar .tab-container.affix:before {
 	/*top: 207px;*/ } }

/* END TABS FOR PRODUCTS */

.nav.nav-tabs {
  	border: 0;
  	margin: 35px 0 25px 0; }
@media screen and (min-width: 768px) {
    .nav.nav-tabs {
	margin: 35px auto 0;
 	max-width: 940px; } 
 	.nav.nav-tabs:after {
    content: url("../img/global/tab-shadow.png");
    margin-left: 50%;
    position: relative;
    left: -640px;
    width: 1280px; }}
.nav.nav-tabs > li {
    display: table; margin-left:7px;}
.nav.nav-tabs > li > a {
    background-color: #e0e0e1;
    border-radius: 0;
    color: #65656a;
    display: table-cell;
    font-size: 14px;
    padding:12px 0;
    border: 1px solid #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%; }
.nav.nav-tabs > li > a:hover {
    background-color: #f6982a;
    color: #FFF; }
.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li.active > a:hover {
   	background-color: #f6982a;
   	border: 0;
   	border: 1px solid #fff;
   	color: #FFF; }
@media screen and (min-width: 768px) {
    .nav.nav-tabs > li {
    display: table;  margin-left:0px;}
	.nav.nav-tabs > li {
	float: left;
	padding-left: 1px; }
 	.nav.nav-tabs > li:first-child {
  	padding-left: 0; }
	.nav.nav-tabs > li:first-child > a {
 	border-radius: 0px 0 0 0; }
	.nav.nav-tabs > li:last-child > a {
 	border-radius: 0 0px 0 0; } 
	.nav.nav-tabs > li > a {
  	background-color: #e0e0e1;
    border: 0;
    border-radius: 0;
    color: #65656a;
    display: table-cell;
    font-size: 14px;
    height: 69px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%; }
    .nav.nav-tabs > li > a:hover {
    background-color: #f6982a;
    color: #FFF; }
    .nav.nav-tabs > li.active > a,
    .nav.nav-tabs > li.active > a:focus,
    .nav.nav-tabs > li.active > a:hover {
    background-color: #f6982a;
    border: 0;
    color: #FFF; }}
.nav.nav-tabs.tabs-2 > li, .nav.nav-tabs.tabs-3 > li, .nav.nav-tabs.tabs-4 > li, .nav.nav-tabs.tabs-5 > li, .nav.nav-tabs.tabs-6 > li, .nav.nav-tabs.tabs-7 > li  {
    width: 100%; }
@media screen and (min-width: 768px) {
    .nav.nav-tabs.tabs-2 > li {
    width: 50%; }
    .nav.nav-tabs.tabs-3 > li {
    width: 25%; }
    .nav.nav-tabs.tabs-4 > li {
    width: 25%; }
    .nav.nav-tabs.tabs-5 > li {
     width: 20%; }
    .nav.nav-tabs.tabs-6 > li {
    width: 16.667%; }
     .nav.nav-tabs.tabs-7 > li {
    width: 14.28%; }
     }
  	.nav.nav-tabs h2 {
    text-align: center; }

/* end nav */    
    
.landing-hero .container {
  	max-width: 1130px; }
.container-full-bg {
   	background-position:center left;
  	background-size: cover !important;
  	background-repeat: no-repeat;
  	padding: 60px 20px 50px 20px; }
@media screen and (min-width: 1200px) {
    .container-full-bg {
   	padding: 60px 0 50px 0; } } 
   .container-full-bg h1 {
    color: orange; font-weight:500; } 
    .container-full-bg h2 {
    margin: 0 0 30px 0; 
    font-size:50px;
    font-weight:300;
    color:#fff;}  
  	.container-full-bg h2 em {
  	font-style: normal;
  	font-weight: 500; 
   	color:#f8991d;}
   .container-full-bg p {
    color: white;font-weight:400; font-size:24px; line-height:30px; }    
    .container-full-bg h4 {
    color: white; font-weight:300; }  
 
 /* used on promomats */    
 .breadcrumbs-slider {
 	position: absolute; 
 	left: 20px;right: 0;
 	margin: 0 auto;
 	z-index:1;
 	color: #FFF;
	font-size: 14px;
	width:1200px;
	margin-top:16px;
	padding-left:20px;}
	
	@media screen and (max-width: 500px) {
	.breadcrumbs-slider {
 /*	display:none; */
 	left: 20px;
 	margin-top:20px;
 	line-height:19px;
 	} 
 	}
	
.breadcrumbs-slider a, .breadcrumbs-slider  a:visited{
 	color: #FFF;}
.container-full-bg .breadcrumbs, .container-full-bg .breadcrumbs-grey,  .container-full-bg .breadcrumbs a{
    color: #fff;
    margin-top: -44px;
    margin-bottom: 30px;
    font-size: 14px; }   
.container-full-bg .breadcrumbs-grey, .container-full-bg .breadcrumbs-grey a {
    color: #ccc; }

.container-full-bg a.learn-more {
    color: white; }
.container-full-bg .more {
    color: white; }
.container-full-bg h2 .hero {
      font-size: 16pt; }
.container-full-bg h3 {
    margin-top: 40px; }
.container-full-bg .nowrap {
    white-space: nowrap; }
.container-full-bg .text-center .client-info {
    display: block;
    color: black;
    padding: 0 0 30px 0; }

.container-full-bg .text-center .client-info .button, .container-full-bg .text-center .client-info button.alm-load-more-btn {
      display: block; }
.container-full-bg p em {
      font-style: normal;
      font-weight: 500; }

/* customers and resources grid */

.square-grid {
	padding: 0 10px; } 
@media screen and (min-width: 992px) {
	.square-grid {
	padding: 0; } }
.square-grid .row > div {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px; }
.square-grid .row > div:hover > .square-grid-overlay-wrapper > .square-grid-overlay {
    opacity: 1; }     
.square-grid-image {
  	padding: 0 0 0px 0;
  	background-color: #f4f4f5; }
.square-grid .square-grid-image img {
    width: 100%;
    height: 100%;
    min-height: 320px; }
.square-grid .square-grid-overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px; }
.square-grid .square-grid-content, .square-grid .square-grid-overlay {
    padding: 20px;
    background: #f0f0f0;
    display: inline-block;
    width: 100%; }
.square-grid .square-grid-overlay {
    color: #231f20;
    background: #f8991d;
    height: 100%;
    opacity: 0;
    position: relative;
    text-align: center;
    -webkit-transition: opacity 0.2s ease-in-out;
    -khtml-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
.square-grid .square-grid-overlay a, .square-grid .square-grid-overlay a:hover {
      text-decoration: none;
     /*  height: 100%;  causes issues in customers grid*/
      width: 100%;
      display: inline-block; 
      background: #000;}
.square-grid .square-grid-overlay em {
    font-style: normal;
    font-weight: 500;
    display: block;
    margin-bottom: 5px; }
.square-grid .square-grid-overlay .more {
    color: white;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center; }
.square-grid .dog-ear {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 20px;
    right: 15px; }  
.square-grid .dog-ear span {
    display: none;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #fff;
    color: #f89727;
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 22px;
    position: absolute;
    top: 25px;
    right: 5px;
    font-size: 13px; }
.square-grid .dog-ear:before{
	display: none;
   	position: absolute;
   	right: 0;
   	display: block;
   	height: 0;
  	width: 0;
   	content: " ";
   	border-left: 50px solid transparent;
   	border-right: 50px solid #f89727;
   	border-top: 50px solid transparent; }

/*
.post-type-archive-customers .square-grid-image {
  background-color: #f4f4f5; }
.post-type-archive-customers .alm-reveal.active .no-stories {
  display: none; }
*/
 
.resource-filter #filters {
  	margin-top: 70px;
  	margin-bottom: 70px;
  	text-align: center; }
.resources-list .square-grid-image {
  	display: inline-block;
  	width: 100%; } 
 .resources-list .square-grid-image img {
    display: inherit;
    min-height: inherit; }    
.resources-list .expand {
  	display: inline-block; } 
.resources-list .square-grid-content, .resources-list .square-grid .square-grid-overlay {
  	min-height: 220px; }
.resources-list .square-grid-content em, .resources-list .square-grid .square-grid-overlay em {
    color: #f8991d;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    font-style: normal; }
.resources-list .square-grid-content p, .resources-list .square-grid .square-grid-overlay p {
    display: inline-block;
    margin-bottom: 10px; }
.resources-list .square-grid-content p:after, .resources-list .square-grid .square-grid-overlay p:after {
   	content: "";
  	display: block; }
.resources-list .square-grid-content .more, .resources-list .square-grid .square-grid-overlay .more {
    position: absolute;
    display: block;
    bottom: 20px; }
.resources-header .container-full-bg {
  	padding: 50px  0px; }
  
 /* resources header */
.resources-callout {
  	padding: 30px;
  	background-size: cover !important;
  	text-align: center;
  	min-height: 340px;
  	margin: 0 0 20px 0; } 
.resources-callout .resources-callout-icon {
    margin-bottom: 20px;
    min-height: 100px; }    
.resources-callout em {
    text-transform: uppercase;
    color: white;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
    display: block; }
.resources-callout p {
    color: #231f20; }
         
/* end customers and resources grid */

/* home page boxes */

.callout-four-column .text-wrapper {
 	min-height: 195px; }  
.callout-four-column > div {
  	text-align: center;
  	padding: 0px 20px; 
  	padding-top:15px;}
@media screen and (max-width: 550px) {
.callout-four-column .text-wrapper {
 	 min-height: 120px; padding-bottom:15px;}   
 	
  .callout-four-column .newsgroup {
   
    width: 100%;
    display: block;
    float: none;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #d8d9da; 
    } }    
        
.callout-four-column > div .icon {
    height: auto;
    opacity: 1;}
@media screen and (max-width: 550px) {
    callout-four-column > div .icon {
	height: 0;
   	opacity: 0; } }
.callout-four-column > div h3 {
    text-transform: uppercase;
    color: #f8991d;
    margin-top: 31px; 
    font-size: 23px;}
@media screen and (max-width: 550px) {
    .callout-four-column > div h3 {
 	margin-top: 31px; 
    font-size: 31px; } }
.callout-four-column > div h4 {
 	color: #555;
    margin-top: 20px; 
    font-size: 22px;
    font-weight:300;}
.callout-four-column > div h3 img {
	width: 0;
	opacity: 0;}
@media screen and (max-width: 550px) {
	.callout-four-column > div h3 img {
	width: auto;
   	opacity: 1; } }
@media screen and (max-width: 550px) {
    .callout-four-column > div h4 {
      margin-bottom: 10px; }}
.callout-four-column > div p {
  	font-size:17px;
  	line-height:22px;
    margin-bottom: 25px; }
@media screen and (max-width: 550px) {
	.callout-four-column > div p {
	margin-bottom: 10px; } }
.callout-boxes {
  	margin-top: 60px; }
.callout-boxes .callout-box {
    padding: 20px 20px 0px 20px;
    position: relative;
    background: #d8d9da;
    text-align: center;
    min-height: 210px;
    margin-bottom: 40px; }
@media screen and (min-width: 992px) {
  	.callout-boxes .callout-box {
   	min-height: 310px;}}
.callout-boxes .callout-box h4 {
      margin-top: 30px; }
.callout-boxes .callout-box .callout-box-icon-wrapper {
      height: 0;
      overflow: visible;
      position: relative; }
.callout-boxes .callout-box .callout-box-icon-wrapper .callout-box-icon {
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px; }
.callout-boxes .callout-box .callout-box-icon-wrapper .callout-box-icon img {
    width: 100%;
    height: auto;
    margin-left: -100%;
    margin-top: -100%; }
@media (min-width: 992px) {
.callout-boxes .callout-box {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0; } }
.callout-boxes .row > div:last-child .callout-box {
    margin-bottom: 0px; }
.thin-grey-line {
  	border-top: 1px solid #e6e6e6; }
.landing-events {
  	background: #f8991d;
  	}
.landing-events events {
  	padding-bottom: 60px;} 
.landing-events .margin-clear {
    margin-top: -60px; }
.landing-events  h5   { 
	font-size:26px;
    font-style: normal;
    text-align: center;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 30px; }
.landing-events h4 {
    color: white;
    text-align: center; 
    font-weight: 300;}
.landing-events .event-header h3 {
margin-top:0px;
  	color:#fff;
    padding-top: 60px;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 300; }
.landing-events .event-header h3 em {
   	color: white;
  	font-weight: 500;
   	font-size: 50px;
  	font-style: normal; }
.landing-events .background-cover,  .landing-events .event-header, .events-header-grid > div .landing-events .events-header-box {
    min-height: 230px;
    height: 0;
    padding-bottom: 0; }
.landing-events .event-content {
    display: block; }
@media screen and (max-width: 768px) {
    .landing-events .event-col {
 	width: 90%;
   	margin: auto;
   	float: none;
   	display: block; } }
.ultralight-grey {
  	background-color: #f4f4f5;
  	padding-bottom: 0;
  	margin-top: 0;
  	margin-bottom: 0; }
@media (max-width: 1200px) {
    .ultralight-grey .shout {
    margin-top: 50px;
 	margin-bottom: 25px; } }
@media (max-width: 992px) {
    .ultralight-grey .shout {
  	font-size: 30px;
   	line-height: 30px; } }
.ultralight-grey .shout .trim-bottom-margin {
    margin-bottom: 0;
    padding-bottom: 0; }


/* H1 NON PRODUCT PAGES */

.button-tabs-container  {
    margin-top:20px;
    margin-bottom:10px;
    clear:both;
}
     

    
.generic-container h1 {
	font-size:36px;
	margin-top:30px;
	padding-bottom:0px;
	font-weight: 400;
	color:#333;
}
@media screen and (max-width: 990px) {
 .generic-container	h1 {
		font-size: 33px;   	
    } 
}

@media screen and (max-width: 767px) {
.generic-container	h1 {
	margin-top:20px;
		font-size: 30px;
    	} 
}        

    
    
/* PAGE (AND ALL PRODUCT) CONTAINERS */



     
 .generic-container h1.notabs {
	padding-bottom:5px;
    padding-top:30px;}   
 
 @media screen and (max-width: 992px) {
 	.generic-container h1.notabs {
	padding-bottom:5px;
    margin-top:10px;} } 

       
.generic-container h1.lesspad {

    color:#333;
    padding-bottom:5px;
    }

    
    
.overview-container, .generic-container  {
  	padding-bottom: 35px; }
.overview-container  h1 {
	clear:both;
    margin-top:20px;
    margin-bottom:20px;
    font-size:36px;
    color:#333;}
.overview-container  h1.cloud {
    margin-top:60px;}
.overview-container  .multimedia h1 {
    margin-top:20px;
    margin-bottom:40px;}
@media (max-width: 990px) {
    .overview-container h1 {
        font-size:33px;
    margin-top:20px;}}
@media (max-width: 767px) {
    .overview-container h1 {
    margin-top:40px;
    font-size:30px;}}
    
    
.overview-container h5 {
    margin-top: 50px;
    margin-bottom: 25px; 
    color:#f8991d;
    font-size:18px;}
.overview-container h3, .container h3 {
	text-transform:uppercase;
    margin-bottom: 15px; 
    color:#f8991d;
    font-size:18px;}
.overview-container  p.democenter {
	font-size:18px;}
.overview-container ul {
    padding-left: 20px; }
.overview-container ul li {
    font-size: 19px;
	margin:0px;
	padding-bottom: 13px;
	line-height: 26px;
	text-align: left;
	color: #65656a; }
.overview-container ul li strong, .overview-container strong {
	font-weight:400;
	color: #444;}
.overview-container .two-buttons {
margin-top:90px;}
.overview-container  h1.topbuttons {
    margin-top:30px;}
.overview-container .circles-highlight p {
    color: #65656a;
    font-size: 14px;
    line-height: 17px;
    padding: 0px 0; }
.overview-container .circles-highlight .row {
    margin-top: 10px; }
.overview-container .resource-label {
    color: white;
    text-transform: uppercase;
    font-weight: 500; }
.overview-container .overview-highlight {
    text-align: center; }
.overview-container .overview-highlight .row img {
	height: 144px;
	width: 144px; }
.overview-container .overview-highlight .image-caption {
	margin-bottom: 40px; }
@media screen and (max-width: 992px) {
	.overview-container .overview-highlight {
	padding: 20px; }
	.overview-container .overview-highlight .row > div {
	margin-bottom: 15px; }
	.overview-container .overview-highlight > div {
	margin-bottom: 15px;
	vertical-align: middle; }
	.overview-container .overview-highlight img {
	margin-bottom: 0px; }
	.overview-container .overview-highlight .image-caption {
	display: inline-block;
	padding-top: 0;
	font-size: 18px;
	font-weight: 400;
	width: 90%;
	line-height: 22px;
	margin-bottom: 0px; } }
.quote-container .container-full-bg  {
  	padding:0px 0px 60px 0; } 
.quote-slide-bg {
	background-position: left top;
  	background-size: cover !important;
  	background-repeat: no-repeat;}  
.quote-container .container-full-bg .quote, .quote-slide-bg .quote {
	font-size:25px;
	line-height:35px;
	padding-top:45px;
  	margin-bottom: 30px;
  	color: #FFF; }
@media (max-width: 780px) {
	.quote-container .container-full-bg .quote, .quote-slide-bg .quote {
    font-size:20px;line-height:30px;padding-top:40px;
  	margin-bottom: 25px;}}
.quote-slide-bg .quote-hm {
	font-size:25px;line-height:35px;padding-top:45px;
  	margin-bottom: 30px;
  	color: #FFF; }
@media (max-width: 500px) {
	.quote-slide-bg .quote-hm {
    font-size:22px;line-height:32px;padding-top:35px;
  	margin-bottom: 20px;
  	color: #FFF} }
.quote-container .container-full-bg .text-center .client-info, .quote-slide-bg .text-center .client-info {
  	display: block;
  	margin-bottom: 30px;
  	padding-bottom:0px;
  	padding: 0; }
  	


.quote-container .container-full-bg .text-center span,  .quote-slide-bg .text-center span {
  	color: #FFF;
  	font-size: 14px;
  	line-height: 18px;
  	font-weight: 400; }        
.features-container img {
  	margin-top: 50px; }
.features-container h5 {
	color:#f8991d;
    font-size:18px; 
    margin-top:30px;
    text-transform:uppercase;
    font-weight:600;
    -webkit-font-smoothing: antialiased;}
.applications-container {
 	background-color:#eee; }
.features-container  {
  	font-size:18px;line-height:25px; }
.blog-single-content a, .generic-container a, .features-container a, .applications-container a,  .overview-container a{
 	color:#f8991d; }   
.orange-container h2, .applications-container h2, .features-container h2, .resources-container h2, .demo-container h2, .generic-container h2{
	padding-top:30px;
	font-size: 30px;
	line-height: 34px;
	color: #333;
	font-weight: 300; } 
.generic-container h2.top20 {
	padding-top:20px;}
.applications-container h2 {
	padding-bottom:10px;}
.generic-container .register-button {
   	margin-top: 30px; 
    margin-bottom: 44px;
  	text-align: center;}
.generic-container .partners-excerpt {
	font-size:17px;
	padding:12px 0 20px 0;}
.orange-container h2  {
	padding-bottom:30px;
	color:#fff;}
@media screen and (max-width: 700px) {
	.features-container h2 {
	padding-bottom:25px; }}      
.applications-container p,  .overview-container p  {
  	font-size: 19px;
  	line-height: 27px;
  	color: #65656a;
  	margin-top: 20px;
  	margin-bottom: 20px;  }
.generic-container .sub-title, .applications-container .sub-title,  .features-container .sub-title, .overview-container .sub-title, .demo-container .sub-title  {
  	font-size:22px;
  	line-height:30px;
  	font-weight:300;
  	color:#333;
  	margin-bottom:30px;
  	margin-top:15px;}
.applications-container h3, .generic-container h6 {
  	font-weight: 500;
  	font-size: 18px; 
  	text-transform:uppercase;
  	color:#f8991d;}
.applications-container {
	padding-bottom:35px;}
.resources-container {
  	background: #f9a333; 
  	-webkit-backface-visibility: hidden;}
.resources-container h2 {
	text-align: left;
	color:#fff;
	margin-bottom: 35px; }    
.resources-container h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 11px;
    margin-top: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 24px; 
    color:#fff;}
.resources-container strong {
	font-weight:500;
	color: #333;}
.resources-container p {
    line-height: 22px;
    font-size:16px;
    width: 90%;
    margin: auto;
    margin-bottom: 15px; }
.resources-container .button, .resources-container button.alm-load-more-btn, .demo-container .button, .demo-container button.alm-load-more-btn, .features-container .button, .features-container button.alm-load-more-btn {
    margin-top: 30px; 
    margin-bottom: 44px;}
.demo-container {
  background: #e0e0e1;} 

/* services */

.orange-container  .sevices-btn {
	padding:30px 0 0px 0;}
.duo-buttons {
    margin: 0 auto 30px auto;}
.find-button {
	margin: 30px auto 30px auto;
	text-align:center;}    
.orange-container {
  	background: #f8991d;
  	padding: 0 0 50px 0; }
.orange-container .proimage-container {
	color: #FFF;
    background: url("/wp-content/themes/veeva2015/assets/img/placeholders/pro_image.png") no-repeat 100%;
    width: 303px;
    height: 208px;
    margin: 0 auto; }
.generic-container  {
	padding-bottom:40px;}
.padbtm0 {
 	padding-bottom:0px;}

.generic-container h3  {
	font-size:24px;
    color:#f8991d;
    padding-bottom:0px;   
    font-weight:300;}
.generic-container h5  {
	font-size:18px;
    color:#f8991d;
    padding-top:10px;
    padding-bottom:0px;   
    font-weight:500;
    text-transform:uppercase;}
.generic-container h4  {
	font-size:24px;
    color:#222;
    padding-bottom:0px;
    padding-top:20px;
    font-weight:400;}
.generic-container .training-list {
 	padding:15px 0 20px 0;}
.generic-container .all-services  {
	padding:10px 0;}
.generic-container ul li {
  	padding:4px 0;}
.mgmt-image-rect {
     background-color: #fff;
    width: 100%;
    min-height: 560px;}
@media screen and (max-width: 767px) {
 	.mgmt-image-rect { 
    min-height: 300px;}} 
.mgmt-box {
 	width: 100%;
    min-height: 270px;
    padding: 15px;
    margin-bottom: 20px;
    color: #65656a;} 
.mgmt-image-rect img {
    width: 100%; }
.mgmt-box h5{
	color:#f8991d;
    font-size:18px; 
    margin-top:10px;
    margin-bottom:20px;
    text-transform:uppercase;
    font-weight:400;} 
.container .container-padding {
  	padding:60px 0 40px 0;}
.support-forms form .form-section {
	border: 1px solid #d8d9da;
	border-radius: 6px; } 
.interest {
    width: 120px;
    height: 35px;
    background: #eb651a;
    color: #FFF; }
@media screen and (min-width: 992px) {
 	.interest {
	margin: 20px 0 0 0; } }  
.classfull {
    width: 120px;
    height: 35px;
    background: #999;
    color: #FFF; }
@media screen and (min-width: 992px) {
	.classfull {
  	margin: 20px 0 0 0; } }
.service-hr {
    height: 1px;
    width: 100%;
    background: #ccc;
    margin: 5px 0 5px 0; } 
.contact-header {
    text-align: left;
    margin: 40px 0 40px 0;
    font-size: 25px; } 
.contact-header a{
  	
  	text-transform: inherit !important;
	font-weight: 400 !important; }
.contact-header p, .contact-header p a{
  	font-size: 19px;
  	
	 }	
.service-date {
    margin-bottom: 25px;
    text-align: left; }  
.service-date div {
  	font-size: .75em;
  	color: #999999;
  	margin: 12px 0 12px 0; } 
div#nav_orange .btn-default {
    text-transform: uppercase;
    margin: 0 0 0 0;
    border: none; } 
div#training-buttons {
    display: block;
    text-align: left;
    box-shadow: none; }
    
    div#data-buttons {
    display: block;
    text-align: left;
    box-shadow: none; 
    margin-top:20px;
    margin-bottom:0px;
    padding-bottom:0px;
    }  
    @media screen and (max-width: 650px) {
.overview-container #data-buttons {
margin-top:40px;
}
}
@media screen and (max-width: 991px) {
 	div#training-buttons {
  	margin-top: 10px; } }
div#training-buttons .btn {
      display: inline-block;
      text-transform: uppercase;
      font-size: .7em;
      font-weight: 500;
      background: #fff;
      padding: 20px 30px 20px 30px;
      color: #666;
      letter-spacing: 2px; }
 @media screen and (max-width: 991px) {
   	div#training-buttons .btn {
  	margin: 20px 0 0 0; } }
div#training-buttons .btn:hover {
      background: #f8991d;
      color: #fff; }
div#training-buttons .btn:focus {
      background: #f8991d; }
div#training-buttons .btn.active {
      background: #f8991d;
      border: none;
      color: #fff; }
div#training-buttons .btn-primary {
      background: #f8991d; }
.ourpeople {
    background-image: url("/wp-content/themes/veeva2015/assets/img/placeholders/ourpeople.png");
    width: 956px;
    height: 714px; }
.team-blurb {
    text-align: left;
    margin: 20px 0 20px 0;
    color: #696969;
    font-weight: 400; }


.page-template-template-services-forms .form-section {
    text-align: left;
    max-width: 700px;
    border: 1px solid #696969;
    padding: 20px 20px 50px 20px;
    margin: 35px 15px 15px 15px; }
.page-template-template-services-forms .form-section div{
      text-align: left;
      margin: 20px 0 20px 0; }
.page-template-template-services-forms .login-button {
    margin: 20px 0 20px 0; }
.page-template-template-services-forms .form-section > div > input[type="text"] {
    max-width: 300px;
    height: 40px; }
.page-template-template-services-forms .form-section > div > input[type="password"] {
    max-width: 300px;
    height: 40px; }
.page-template-template-services-forms .margin-spacer,
.page-template-template-services .margin-spacer,
.page-template-template-services-customers .margin-spacer {
    margin-bottom: 15px; }


.real-quotes {
    text-align: left;
    padding: 10px 5px 10px 10px;
    font-size: 1em;
    line-height: 22px;
    color: #000000; }    
.real-quotes .imp-name {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 16px;
      color: #231f20; }   
.real-quotes .job-title {
      margin: 0 0 0 0;
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 14px; }   
.real-quotes div {
      text-align: left;
      font-size: 14px;
      line-height: 22px;
      color: #231f20; }   
.resources-text {
    color: #231f20; }
@media screen and (min-width: 992px) {
	.resources-text {
 	padding: 100px 0 0 0; } } 
.our-team-container .square-grid .square-grid-image img {
	min-height: initial; }
.our-team-container .square-grid .square-grid-overlay {
	background-color: #f9a333;
	text-align: left;
	padding: 10px; }
.our-team-container .square-grid .square-grid-overlay .imp-name {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px; }
.our-team-container .square-grid .square-grid-overlay .job-title {
	color: #FFF;
	font-weight: 100;
	font-size: 16px;
	line-height: 21px; }    
.our-team-container .training-container .consulting-services {
	margin-bottom: 20px; }
.callout-boxes .callout-box2 {
    padding: 20px;
    position: relative;
    background: #fff;
    text-align: center;
    min-height: 466px;
    margin-bottom: 60px; }
@media screen and (max-width: 990px) {
  	.callout-boxes .callout-box2 {
  	min-height: 260px; } }
        
/* END services */   

/* CAREERS */

.careers-meet-veeva-container, .careers-our-values-container, .headquarters-wrapper{
  	color: #FFF;
  	text-align: center; } 
.careers-meet-veeva-container img {
    margin-bottom: 25px; }
.careers-meet-veeva-container h2, .careers-inside-veeva-container h2, .careers-our-values-container h2, 
.careers-work-hard-container h2,  .careers-find-job-container h2, .apply-now-wrapper h2, 
.small-teams-wrapper h2, .join-us-wrapper h2, .meet-team-wrapper h2,  .headquarters-wrapper h2,  .trailblazers-wrapper  h2{
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 35px;}
.careers-meet-veeva-container .subtitle, .careers-our-values-container .subtitle, .apply-now-wrapper .subtitle, .internships-wrapper .subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 22px; 
    color:#fff;}
.careers-meet-veeva-container .blurb, .careers-our-values-container .blurb, .apply-now-wrapper  .blurb {
    font-size: 18px;
    line-height:26px; }
.careers-inside-veeva-container, .careers-find-job-container, .small-teams-wrapper, .meet-team-wrapper, .headquarters-images-wrapper  {
  	background: #FFF;
  	text-align: center;
  	padding:40px 0 60px 0;}
.trailblazers-wrapper   {
  	background: #FFF;
  	text-align: left;
  	padding:0px 0 60px 0;
  	color:#444;}  
.careers-work-hard-container, .join-us-wrapper {
  	background: #f4f4f5;
  	text-align: center;
  	padding:40px 0 60px 0;}
.careers-work-hard-container img {
    height: auto;
    width: 100%; } 
.careers-work-hard-container p.image-caption {
	margin:0px;
    color: #65656a;
    font-size: 16px;
    padding: 20px;
    background: #FFF;
    min-height: 90px;
    line-height: 1.3;
    text-align: left; }
.careers-benefits-container {
  	background: #eb5d27;
  	color: #FFF; 
  	font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom:15px;}    
.careers-benefits-container a {
    color: #231f20;
    font-weight: 400;
    text-decoration: none; }
.apply-now-wrapper, .beyond-engineers-wrapper, .internships-wrapper {
  	background-color: #f8a052;
  	text-align: center; }
.apply-now-wrapper p, .beyond-engineers-wrapper p {
    color: #231f20; }  
.small-teams-wrapper img {
    display: block;
    margin: auto;
    max-width: 100%; }
.join-us-wrapper .grid {
   	background-color:#fff;
	min-height:535px;
	margin-bottom:20px; }
.join-us-wrapper img {
    height: auto;
    width: 100%; }   
.join-us-wrapper .subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px; 
    color:#f8991d;}    
.join-us-wrapper .blurb {
    font-size: 16px;
    line-height:24px; }
.internships-wrapper p.right {
    color: #231f20;
    font-weight: 400;
    font-size: 18px;
    line-height:24px;
    text-align:left;}      
.apply-now-wrapper .home-send-resume {
  	position: relative;
  	background-color: #fff;
  	padding: 1em;
  	border: 1px solid #ccc;
  	padding-bottom: .8em;
  	border-radius: 5px;
  	box-shadow: 3px 3px 8px #888;
  	background: rgba(255, 255, 255, 1.0);
  	float: none;
  	margin: 0 auto;
  	width: 41%; }
.apply-now-wrapper .home-send-resume p {
    font-size: 20px;}
.apply-now-wrapper .home-send-resume .cancel {
    background-color: #aaa; }
    
/* News Header */

.news-header-grid > div .news-header-box {
  	padding: 20px 20px 40px 20px;
  	background: orange;
  	position: relative;
  	height: 180px;
  	overflow: hidden; }

/* End News */ 

/* resources single page */

body .social-download-row {
  	margin-top: 50px; }
body .social-download-row .resources-download-resource-wrapper ul {
    margin: 0;
    padding: 0; }
body .social-download-row .resources-download-resource-wrapper ul {
    margin: 0;
    padding: 0; }
body .social-download-row .resources-download-resource-wrapper ul li {
  	list-style-type: none;
 	vertical-align: middle;
 	display: inline-block; }
body .social-download-row .resources-download-resource-wrapper ul li {
	list-style-type: none;
	vertical-align: middle;
	display: inline-block; }
body .social-download-row .resources-download-resource-wrapper ul .glyphicon {
	color: #eb651a; }
body .social-download-row .resources-download-resource-wrapper ul .icon-name a {
	color: #231f20;
	font-size: 20px; }
body .social-download-row .resources-download-resource-wrapper ul .glyphicon {
    color: #eb651a; }
body .social-download-row .resources-download-resource-wrapper ul .icon-name a {
    color: #231f20;
    font-size: 20px; }
body .social-download-row .resources-download-resource-wrapper ul .icon-name a:hover {
    text-decoration: none; }
body .social-download-row .resources-download-resource-wrapper ul .icon a span {
 	font-size: 28px; }

/* end resources single page */  

/* PARTNERS */

  	
.partners-sponsors .square-grid, {
  	margin: 50px 0 80px; }
.square-grid-image .preferred {
    text-align: center;
    font-size: 11px;
    min-height: 25px; }    
.square-grid-image .plus-sign {
    cursor: pointer;
    background: url(../img/global/plus-button.png);
    display: block;
    width: 26px;
    height: 26px;
    text-align: center;
    margin: 0 auto; } 
.square-grid-image .hidden-info {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
    position: absolute;
    top: 0;
    background-color: #f8991d;
    overflow: scroll;
    height: 150px; }    
.partners-sponsors .square-grid-image img {
    min-height: initial;
    width: 100%;
    height: auto; }  
.partners-sponsors .square-grid-image {
  	padding: 0 0 15px 0;
  	background-color: #f4f4f5; }  
.mobile-info, .small-info, .large-info {
  	display: none;
  	background-color: #FFF; }
.mobile-info .inner, .small-info .inner, .large-info .inner {
    padding: 20px; }  
@media screen and (min-width: 992px) {
    .mobile-info .inner, .small-info .inner, .large-info .inner {
    padding: 40px; } }  
.partners-row.partners-content-row {
  	border-bottom: 1px solid #d8d9da;
  	width: 100%;
  	padding-top: 40px; }

/* END PARTNERS */

/* SUMMIT */

.summit-speakers .square-grid .row > div {
  	height: 300px; }
.summit-speakers .square-grid .row img {
  	max-height: 320px;
  	width: auto;
  	min-height: inherit; }
.summit-speakers {
  	margin-bottom: 100px; }
.summit-speakers h2 {
    margin: 60px 0; }
.summit-speaker {
  	min-height: 110px; }
.summit-speaker .speaker-name {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 21px; }
.summit-speaker .speaker-org {
    color: #f8991d;
    text-transform: uppercase;
    margin-bottom: 10px; }
.summit-speaker .speaker-title {
    font-size: 13px;line-height:16px;
    margin-bottom: 10px; }
.summit-title {
  	font-weight: 300;
  	font-size: 29px;
  	margin-bottom: 20px; }
.summit-date {
  	font-size: 23px;
  	margin-bottom: 39px; }
.summit-text {
  	line-height: 24px;
 	 margin-bottom: 32px; }
  
/* END SUMMIT */



/* start contact page */

.contactus-body .form-item {
  	margin-top: 20px;
  	margin-bottom: 20px; }
.contactus-body h2 {  	
  	padding-top:20px;
	font-size: 30px;
	line-height: 30px;
	color: #333;
	font-weight: 400; }
.contactus-body .form-item input {
    font-size: 18px;
    padding-left: 15px;
    background-color: #f7f7f8;
    width: 100%;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #dfdfe0;
    color: #231F20; }
.contactus-body .form-item input::-webkit-input-placeholder {
    color: #777; }
.contactus-body .form-item input:-moz-placeholder {
    color: #777; }
.contactus-body .form-item input::-moz-placeholder {
    color: #777; }
.contactus-body .form-item input:-ms-input-placeholder {
    color: #777; }
.contactus-body .form-item textarea::-webkit-input-placeholder {
   	color: #777; }
.contactus-body .form-item textarea:-moz-placeholder {
	color: #777; }
.contactus-body .form-item textarea::-moz-placeholder {
	color: #777; }
.contactus-body .form-item textarea:-ms-input-placeholder {
    color: #777; }
.contactus-body .form-item select {
    font-size: 18px;
    background-color: #f7f7f8;
    width: 100%;
    height: 38px;
    border-radius: 6px;
    border: 1px solid #dfdfe0;
    color: #65656a;
    font-size: 18px; }
.contactus-body .form-item textarea {
    border: 1px solid #dfdfe0;
    height: 85px;
    width: 100%;
    padding: 10px;
    color: #555;
    background-color: #f7f7f8; }
.contactus-body .submit-wrapper {
  	background-color: #eb651a;
  	color: white;
  	float: left;
  	padding: 8px 15px;
  	border-radius: 0px; }
.contactus-body .submit-wrapper input {
    color: #fff;
    height: 25px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    display: inline;
    line-height: 19px;
    padding-left: 0px;
    width: auto; }
.contactus-body .submit-wrapper:after {
    font-family: 'Glyphicons Halflings';
    content: "\e258";
    font-size: 10px; }
.contactus-body .email-contact-panel {
  	margin-top: 20px;
  	background-color: #f7f7f8;
  	width: 90%;
  	float: right;
  	padding: 30px; }
.contactus-body .email-contact-panel ul {
    margin: 0;
    padding: 0;
    margin-top: 20px; }
.contactus-body .email-contact-panel li {
    list-style-type: none;
    float: left;
    clear: both;
    padding: 10px 0; }
.contactus-body .email-contact-panel h3 {
    margin: 0; }
.contactus-body .email-contact-panel .icon {
    float: left;
    margin-bottom: 20px; }
.contactus-body .email-contact-panel .email-content {
    padding-left: 60px; }
.contactus-body .email-contact-panel .email-content p {
    color: #65656a;
    margin: 0;
    padding: 0; 
    line-height:24px;}
.contactus-body .email-contact-panel .email-content a {
    text-decoration: none;
    color: #f8991d; }
.contactus-locations-item {
  	padding: 45px 0px;
  	background-color: #f0f0f0; }
.global-locations {
	padding: 0px 0px;
    background-color: #FFF; }
.contactus-locations-item.global-locations .locations-panel {
    background-color: #f0f0f0; }
.contactus-locations-item p {
    color: #231f20;
    font-size: 17px;
    line-height: 32px;
    margin: 0; }
.contactus-locations-item h2, .contactus-locations-item.global-locations h2  {
    font-size: 30px;
    line-height: normal;
    text-align: left;
    color: #231f20;
    margin-bottom: 20px; }
.contactus-locations-item span {
    color: #f8991d;
    display: inline-block;
    margin: 10px 5px; }
.contactus-locations-item h3 {
    color: #231f20;
    margin: 0;
    font-size: 18px;
    line-height: 25px; }
.contactus-locations-item .locations-panel {
    background-color: white;
    padding: 25px;
    text-align: center;
    min-height: 288px; }
.contactus-locations-item [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.55556rem; }
.contactus-locations-item [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.55556rem 1.11111rem; }
.contactus-locations-item .small-block-grid-3 > li {
    width: 33.3333%;
    list-style: none; }
@media screen and (max-width: 992px) {
    .contactus-locations-item .small-block-grid-3 > li {
        width: 100%; } }
.contactus-locations-item .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none; }
.contactus-locations-item .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

/* end contact page */

/* Leadership */

.leadership-header {
  	background-color: #f9f9f9;
  	height: auto;
  
	margin-bottom: 70px; }
.leadership-header .container-full-bg {
    padding-top: 10px;
    padding-bottom: 0px; }
@media screen and (max-width: 992px -1) {
 	.leadership-header .container-full-bg .container {
   	padding-left: 0;
	padding-right: 0; } }
.leadership-header .leadership-icon-wrapper .leadership-icon {
    float: left; }
.leadership-header .leadership-icon-wrapper .leadership-title, .leadership-header .leadership-icon-wrapper h1 {
    float: left;
    font-size: 48px;
    padding-top: 10px;
    padding-left: 18px; 
    margin-top:0px;
    color:#222;
    font-weight:400;}

.leadership-header .leadership-nav-wrapper {
    margin-bottom: -32px;
    overflow: visible; }
.leadership-header .leadership-nav-wrapper .nav.nav-tabs {
 	margin: 35px 0 0; }
@media screen and (min-width: 992px) {
 	.leadership-header .leadership-nav-wrapper .nav.nav-tabs {
   	margin: 35px 15px 0; } }
.leadership-listing-container .square-grid .row > div.bio {
  	margin-bottom: 0;
  	margin-top: 0; }  
@media screen and (min-width: 992px) {
  	.leadership-listing-container .square-grid .bio {
    height: 400px; } }    
.leadership-listing-container .square-grid .bio .square-grid-image img {
  	min-height: 0; }
.leadership-listing-container .square-grid h3, .leadership-listing-container .square-grid .bio h3 {
	font-size: 16px; 
  	margin-top: 15px;
  	margin-bottom: 5px;
  	text-transform: uppercase; 
  	color:#444444;}
.leadership-listing-container .square-grid .bio h4 {
	font-size: 16px; 
  	color: #f8991d;
  	font-weight: 400;
  	margin-top: 5px;
  	text-transform: uppercase; }
.leadership-listing-container .square-grid .bio-big-wrapper {
  	position: relative;
  	border-top: 1px solid #dfdfe0;
  	margin-top: 25px;
  	padding-top:20px;}
.leadership-image-wrapper  .square-grid-image {
    background-color:#fff;}
.leadership-listing-container .square-grid .bio-big-wrapper .leadership-image-wrapper img {
    width: 200px;
    min-height: 200px;
    margin-right: 0px; }    
.leadership-big-copy-wrapper {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 5px;
    position: relative; }
.leadership-intro-copy-wrapper {
    padding: 0px; }
.leadership-name-wrapper {
    padding: 0px; }
.leadership-intro-copy-wrapper .leadership-name-wrapper h3 {
	font-size: 18px;
   	padding-top: 0px;
  	margin-top: 0px;
  	padding-bottom: 0px;
 	margin-bottom: 0px;
  	text-transform: uppercase; }
.leadership-name-wrapper h4 {
	font-size: 18px;
   	color: #f8991d;
  	margin-top: 5px;
  	text-transform: uppercase; }          
.leadership-linkedin {
 	position: absolute;
  	right: 0;
 	top: 0; }
.leadership-post-content {
  	color: #65656a;
  	line-height: 28px; 
  	font-weight:300;}
.leadership-bottom-spacer {
  	border-bottom: 1px solid #dfdfe0;
  	margin-top: 40px;
  	margin-bottom: 100px; }

/* End Leadership */

/* AGENCY PORTAL */

.vat-excerpt {
  	border-top: 1px solid #CCC;
  	border-bottom: 1px solid #eeeeee;
  	padding-bottom: 24px; }
.vat-excerpt .vat-excerpt-info {
    display: inline-block;
    width: 80%; }
.vat-excerpt .vat-excerpt-info h2 {
  	font-size: 20px;
  	color: #f8991d;
  	font-weight: 300;
  	margin: 24px 0 0 0; }
.vat-excerpt .vat-excerpt-info span {
 	color: #65656a;
 	padding-left: 5px; }
.vat-excerpt .vat-excerpt-reg-btn {
    display: inline-block; }
.vat-excerpt .vat-excerpt-reg-btn a {
  	font-weight: 500; }
.vat-excerpt .vat-excerpt-reg-btn a img {
	margin-bottom: 4px; }
.agency-login {
  	padding-top: 30px;  
  	padding-bottom:30px;} 
.agency-login  p {
    margin: 0 0 15px 0;
    color: #333; }
.agency-login  p strong {
  	color: #FFF; 
   	font-size:22px;}
.agency-login .email-contact-info form input {
    height: 44px;
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #CCC; }
.agency-login .email-contact-info form input[type=text], .page-template-template-support-agency-portal .resources-container .email-contact-info form input[type=password] {
   	width: 100%;
   	padding: 5px;
   	color: #65656a; }
.agency-login .email-contact-info form input[type=submit] {
   	border: none;
  	background-color: #f86408;
  	color: #FFF;
  	letter-spacing: 0.1em;
  	margin: 0px; }
.agency-login  .email-contact-info .login-wrapper {
    background-color: #f86408;
    padding: 0 16px 0 16px;
    width: 40%;
    border-radius: 4px; }
.agency-login  .email-contact-info .login-wrapper span {
   	font-size: 11px;
  	color: #FFF; }

/* END AGENCY PORTAL */

 /* EVENTS */
 
.events-content h2 {
  	margin-top: 64px; }
.event-header {
  	width: 100%;}
.events-header-grid > div {
  	margin: 0;
  	padding: 0; }
.events-header-grid > div {
    padding: 0 5px 0 5px; }
.events-header-grid > div .events-header-box {
    padding: 40px 20px 20px 20px;
    background: orange;
    position: relative;
    min-height: 360px;
    overflow: hidden;
    text-align: center; }
@media screen and (max-width: 990px)  {
 	.events-header-grid > div .events-header-box {
    padding: 20px 20px 20px 20px;
    background: orange;
    position: relative;
    min-height: 220px;
    overflow: hidden;
    text-align: center;
    margin-bottom:20px; }}   
.events-header-grid > div .events-header-box .more {
  	font-size: 16px;
  	line-height: 31px;
  	font-weight: normal; }
.orange-circle-icon, .orange-arrow-after:after, .more:after,.learn-more:after, .plus-icon,  .minus-icon {
  	font-family: 'Glyphicons Halflings';
  	font-size: 8px;
  	color: white;
  	display: inline-block;
  	line-height: 19px;
  	clear: both;
  	background: #f7981d;
  	border-radius: 20px;
  	text-align: center;
  	height: 19px;
  	width: 19px;
  	vertical-align: middle; }
.orange-arrow-after:after, .more:after,.learn-more:after {
  	content: "\e258";
  	margin-left: 5px; 
  	}
.resources-container .orange-arrow-after:after {
  	font-family: 'Glyphicons Halflings';
  	font-size: 8px;
  	color: #f7981d;
  	display: inline-block;
  	line-height: 19px;
  	clear: both;
  	background: #fff;
  	border-radius: 20px;
  	text-align: center;
  	height: 19px;
  	width: 19px;
  	vertical-align: middle; }
.resources-container .orange-arrow-after:after {
  	content: "\e258";
  	margin-left: 5px; 
  	}

.detail-toggle:after {
   	content: "";
   	background-image: url(../img/placeholders/events-icon-nimus.png);
  	width: 21px;
  	height: 21px;
	cursor:pointer;
  	position: absolute;
  	top: 15px;
  	right: 15px;}
.detail-toggle.collapsed:after {
  	content: "";
   	background-image: url(../img/placeholders/events-icon.png);
  	width: 21px;
  	height: 21px;
	cursor:pointer;
  	position: absolute;
  	top: 15px;
  	right: 15px;}
.orange-events-circle {
	width: 110px;
   	height: 110px;
   	-moz-border-radius: 70px; 
   	-webkit-border-radius: 70px; 
   	border-radius: 70px;
  	background: #f8991d;
  	color:#fff;
  	text-align:center;
  	font-size:44px;
  	font-weight:500;
  	padding:12px;
  	line-height:30px;}
.orange-events-circle .little {
	text-transform:uppercase;font-size:22px;}
@media screen and (max-width: 500px) {
	.orange-events-circle {
	width: 80px;
   	height: 80px;
   	-moz-border-radius: 70px; 
   	-webkit-border-radius: 70px; 
   	border-radius: 70px;
  	background: #f8991d;
  	color:#fff;
  	text-align:center;
  	font-size:36px;
  	font-weight:500;
  	padding:4px;
  	line-height:30px;}}
.events-type {
	text-transform: uppercase;
	color:#666;
	font-weight: 600;
	font-size:14px;
	margin-bottom:10px;}
.events-name {
	color:#f8991d;
	font-weight: 400;
	cursor:pointer;}
.events-date {
	font-weight: 400;
	color:#333;}
.events-details {
	margin-top:20px;}
.events-details p {
	font-size:17px;line-height:23px;margin:15px 0;}

/* END EVENTS */



#back-to-top {
  	z-index: 9999999;
  	display: none;
  	position: fixed;
  	bottom: 100px;
  	right: 0;
  	width: 131px;
  	height: 66px;
  	padding: 0;
  	border: none;
  	background: url(../img/global/back-to-top.png); }


#global-footer-lower {
  	background-color: #231F20;
  	color: #FFF;
   	font-weight: 300;
  	text-align: center;
  	display: inline-block;
  	font-size: 15px;
  	width: 100%;
  	padding:30px 0; }
#global-footer-lower a {
    color: #EE672A;
    text-decoration: none; 
}
    
.veeva-footer {
background-color:#1f242b;
padding:50px 0 35px 0;
font-size:15px;color:#fff;
line-height:28px;
}

.veeva-footer a {
color:#fff;
}
.veeva-footer a:hover {
color:#db6015;
text-decoration:none;
}
.veeva-footer .social img{
margin:5px 5px 0 0;
}
.veeva-footer .footer-btm { 
border-top:2px solid #3c4046;margin-top:40px;padding-top:25px;
}

  	
  	/* FOOTER 
  	
.footer-container {
  	background-color: #f0f0f0;}

.footer-nav-row {
  	padding-top: 50px;
  	padding-bottom: 35px; }
.footer-nav-row p {
    font-weight: 400; }
.footer-nav-row .footer-link-list {
    list-style-type: none; }
.footer-nav-row .footer-link-list li {
    text-align: left;
    padding-bottom: 22px; }
.footer-nav-row .footer-link-list li a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .75px;
    color: #333; }
.footer-nav-row .footer-link-list li a:hover {
	color: #f8991d; }
.footer-nav-row .blog-title a {
    color: #f8991d;
    text-align: left;
    line-height: 24px;
    font-size: 16px; }
.footer-nav-row .about-text {
    color: #65656a;
    font-size: 15px;
    line-height: 25px; }
.footer-nav-row .social-links {
    height: 40px;
    width: 40px;
    margin-left: 5px;
    display: inline-block; }
.footer-nav-row .social-links#facebook-button {
    background-image: url(../img/placeholders/veeva-facebook.png);
     background-repeat: no-repeat; }
.footer-nav-row .social-links#linkedin-button {
    background-image: url(../img/placeholders/veeva-linkedin-40x40.png);
    background-repeat: no-repeat; }
.footer-nav-row .social-links#twitter-button {
    background-image: url(../img/placeholders/veeva-twitter-40x40.png);
    background-repeat: no-repeat; }
.footer-nav-row .social-links#share-button {
    background-image: url(../img/placeholders/veeva-share-40x40.png);
    background-repeat: no-repeat; }
*/




						
.oranged {
  color: #f8991d;
}
.region-latin  {
	cursor:pointer;
}        
.region-latin .region-img2 {
	background: url(/wp-content/themes/veeva2015/assets/img/global/sprite-regions-new.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle; 
    background-position: -22px -29px;
}
.region-latin a:hover .region-img2, .region-latin .region-img3 {
	background: url(/wp-content/themes/veeva2015/assets/img/global/sprite-regions-new.png) no-repeat;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle; 
	background-position: 0 -29px;
}

#language {
 	font-size:12px;
}
#language a:hover {
 	color: #f8991d;
}

  /*# sourceMappingURL=style.css.map */
