/* Colors
 ***************************

  green:         #a1ce50
  grey:          #818285
  grey-dark:     #58585a 
  grey-light:    #bcbdc0
*/

/* Use sane box model (IE8+) 
 ***************************/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.green {
    color: #A4CF5F; 
	/*color: #73A743;*/
}
.green-dark {
    color: #74A844;
}

.green-background {
	background-color: #A4D55D;
}
.grey-light {
    color: #9D9B9E;
}

.grey-lighter {
	 color: #A7A9AB;
}

.grey-cool {
    color: #8C8D8F;
}
.grey-dark {
    color: #6D6E71;
}
.grey-darker {
	color: #231F20
}
.grey-med{
	color: #808080;
}
.black {
    color: #000000;
}
.white-grey {
	color: #A8A5A8;
}

.white {
    color: white;	
}

.formtext-white {
	color: rgba(255,255,255,.8);
}

.primus-orange {
	color: #fbbf15;
}
.primus-red {
	color: #ec2529;
}
.background-green {
	background-color: #A4CF5F; 
}
.background-orange{
	background-color: #fbbf15;
}
.background-red{
	background-color: #ec2529; 
}


body {
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  background-color: #fff;
}


body.modal-open-noscroll {
        margin-right: 0!important;
        overflow: hidden;
}

.modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0!important;
}

.menu-types {
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  padding-top:18px;
  padding-bottom:18px;
  padding-right: 28px;
}

.menu-text {
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #FFFFFF;

}

.menu-logo {
  padding-top: 36px; 
  padding-bottom: 36px; 

}
.menu-logo-types {
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  font-size: 16px;

  padding-top: 36px; 
  padding-bottom: 36px; 
  color: #8C8D8F;
}

.menu-fonts {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

/*  
  Bootstrap buttons overwright
*/
.btn-primary {
    background: #ffffff;
    color: #8C8D8F;
	border-radius: 30px;
	border-color: #9D9B9E;
	border: 1px solid #9D9B9E;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
	box-shadow: none;

}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #000000;
	color: white;
	border-color: #9D9B9E;
}
/* Fix Nav centering */
@media (min-width: 1201px) {
	.nav-padding-left {
		padding-left: 40px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.nav-padding-left {
		padding-left: 60px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.nav-padding-left {
		padding-left: 20px;
	}
}
@media (max-width: 768px) {
	.nav-padding-left {
		padding-left: 0px;
	}
}


/* show the popup menu when mouse hover over - only on desktops  */
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 15px;
	color: white;
  }
}
/* Fix for collapsed bar too short */
.navbar {
	min-height: 55px;
}
.navbar-inverse .navbar-nav>li>a {
   color: white;
}
/* Bottom spacing of the popup  */
.navbar-nav>li>.dropdown-menu {
    padding-bottom: 20px;
}

/* NAV BAR Tranpsrency */
.navbar-fixed-top {
  background-color: rgba(65,64,66,0.8);
  background-image: none;
}

/* keep the background color when pop is open*/
.navbar-inverse .navbar-nav>a, .navbar-inverse .navbar-nav>a:focus, .navbar-inverse .navbar-nav .open>a:hover {
    background-color: #000000;

}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #000000; 
}

/* popup menu shape and colors */
.dropdown-menu {
	border-radius: 0 0 15px 15px;
	font-size: 16px;
	background-color: #000000; 
	color: white;
}

/* popup menu hover colors */
.dropdown-menu>li>a {
	color: white;
	line-height: 2;
	border-radius: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background-image:none !important;
 }
.dropdown-menu>li>a:hover, .dropdown-menu > li > a:focus {
	background-color: #414042;
	color: white;
}

/* Vertical Forms Afix  */
.verticalforms-container {
	width: 60px; 
	height: 444px; 
	background-color: transparent; 
	margin-top: 90px;
	padding: 0px; 
	overflow-y:none;
}

.verticalforms {
    -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
    -ms-transform: rotate(-90.0deg);   /* IE9+ */
    -o-transform: rotate(-90.0deg);    /* Opera 10.5 */
	-webkit-transform: rotate(-90.0deg);  /* Safari 3.1+, Chrome */
    transform: rotate(-90.0deg); 	   /* Standard */
	
	white-space: nowrap;
	line-height: 44px;
    
	width:auto;
	font-size: 16px;
}
/* 2.0 - for +90 deg rotation - easier to read */
.verticalforms2 {
    -moz-transform: rotate(+90.0deg);  /* FF3.5+ */
    -ms-transform: rotate(+90.0deg);   /* IE9+ */
    -o-transform: rotate(+90.0deg);    /* Opera 10.5 */
	-webkit-transform: rotate(+90.0deg);  /* Safari 3.1+, Chrome */
    transform: rotate(+90.0deg); 	   /* Standard */
	
	white-space: nowrap;
	line-height: 38px;
	width:auto;
	font-size: 14px;
}

.verticalforms-placeholder-first {
	width: 40px; 
	height: 134px;
	/*color: #d3d1d3;*/
	color: white;
	/*background-color: rgba(140,141,143,.98);   */
	background-color: rgba(84,139,201,.98);  
	border-radius: 15px 0px 0px 0px;
}
.verticalforms-placeholder-med {
	width: 40px; 
	height: 134px;
	/*color: #d3d1d3;*/
	color: white;
	/*background-color: rgba(109,110,113,.98);  */
	background-color: rgba(73,93,170,.98); 
	border-radius: 0px 0px 0px 0px;
}
.verticalforms-placeholder-last {
	width: 40px; 
	height: 134px;
	/*color: #d3d1d3;*/
	color: white;
	/*background-color: rgba(0,0,0,.98); */
	background-color: rgba(105,80,161,.98);
	border-radius: 0px 0px 0px 15px; 
}
.verticalforms-placeholder-first:hover {
	color: white;
	width: 52px; 
	border-radius: 15px 0px 0px 15px;
	background-color: black;
}
.verticalforms-placeholder-med:hover {
	color: white;
	width: 52px; 
	border-radius: 15px 0px 0px 15px;
	background-color: black;
}
.verticalforms-placeholder-last:hover {
	color: white;
	width: 52px; 
	border-radius: 15px 0px 0px 15px;
	background-color: black;
}


/* check boxes style overwrightes  */
.cbx-icon {
	background-color: white;
}

.cbx-active {
	color: #6D6E71;;
}


/*  CAROUSEL - SETUP */
.carousel-control {
    width: 9%;
}

.header-video {
	width: 100%; 
	height: auto;
}
.carousel-indicators {
	/*left: 11%; */
	text-align: left;
}
.carousel-indicators .active {
      background-color: rgba(0,0,0,.4);
	  margin-right: 6px;
	  display: hidden;
	  text-align: left;
}
.carousel-indicators .active img {
	display: block;
}

.carousel-indicators li {
    background-color: rgba(140,141,142,.5);
    border: 1px solid rgba(140,141,142,.5);
	margin-right: 6px;
}
.carousel-indicators li img {
    display: block;
	display: none;
}

/*  VIDEO COPY  */
.video-cover-white {
	width: 50%; 
	height: 100%; 
	background-color: rgba(255,255,255,.6); 
	left: 0%; 
	bottom: 0%;
	padding-left: 15%;
	text-shadow: none;
	padding-top: 7%;
	
}
.video-cover-trans {
    width: 100%;
    height: 100%;
    left: 0%;
    bottom: 0%;
    text-shadow: none;
}
.video-cover-white-large40 {
	font-size: 38px;
	text-align: left;	
	font-weight: 200;
	line-height: 44px;
}

.video-btngreen {
	/*background: #A4CF5F;*/
	background: #73A743;
	color: white;
	font-size: 18px;
	vertical-align: left;
	border-color: rgba(157,155,158,.5);
	border: 1px solid rgba(157,155,158,.5);
}
.event-btngrey {
	background: rgba(140,141,143,.6);
	color: white;
	font-size: 15px;
	vertical-align: left;
	border-color: rgba(157,155,158,.5);
	border: 1px solid rgba(157,155,158,.5);
	height: 40px; 
	padding-top: 8px; 
	border-radius: 35px;
}

#WatchAVideo:hover {
	background-color: black; 
}
#WatchAVideoLink {
	text-decoration:none;
}
#WatchAVideoLink:hover {
	text-decoration:underline;
	color: white;
}
#WatchAVideoClose:hover {
	cursor: pointer;
}
#WatchAVideoSnapped:hover {
	background-color: black; 
}
#WatchAVideoLinkSnapped {
	text-decoration:none;
}
#WatchAVideoLinkSnapped:hover {
	text-decoration:underline;
	color: white;
}
#WatchAVideoCloseSnapped:hover {
	cursor: pointer;
}


.VideoBarBottom {
	position: fixed;
	bottom: 0px;
	width: 100%; 
	z-index: 1200;
}
/* Page elements  */
.green-background {
    background-color: #A4D55D;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
	text-align: center;
}
.green-background-gradient {
    background-color: #A4D55D;
	background: linear-gradient(to right, rgba(163,213,93,1), rgba(115,167,67,1), rgba(163,213,93,1));
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
	text-align: center;
}
.section-header {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 60px;
	text-align: center;	
	font-weight: 600;
}

.section-headergreen {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	font-size: 60px;
	height:160px; 
	background-color: #A4CF5F; 
	text-align: center; 
	padding-top: 65px; 
	padding-bottom: 80px; 
	font-weight: 200;
	color: white;
}

.section-subheader {
	font-size: 20px;
	text-align: center;	
	font-weight: 200;
	line-height: 24px;
}

.section-subheader-large150 {
	font-size: 140px;
	text-align: center;	
	font-weight: bold;

}
.section-subheader-large130 {
	font-size: 120px;
	text-align: center;	
	font-weight: bold;
}
.section-subheader-large40bold {
	font-size: 40px;
	text-align: center;	
	font-weight: bold;
}
.section-subheader-large40 {
	font-size: 40px;
	text-align: center;	
	font-weight: 200;
}

/* Infographics Styles*/
.infograph-image {
	margin-top: 3px; 
	margin-top: 36px;
	margin-bottom: 14px;
	margin-left: 30%; 
	margin-right: 30%;
	opacity: 0.5;
	height: 84px;
}

.infograph-image:hover {
	opacity: 1;
	height: 94px;
	margin-top: 31px;
	margin-bottom: 9px;
}
.infograph-title {
	font-size: 24px; 
	font-weight: bold;
	line-height: 36px;
}

.infograph-body {
	font-size: 16px; 
	font-weight: 200; 
	
}

.infograph-row {
	border-style: solid;  
	border-width: 0px 0px 0.5px 0px; 
	border-color: rgba(140,141,142,.5);

}
.infograph-row-last{
	border-style: solid;  
	border-width: 0px 0px 0px 0px; 
	border-color: rgba(140,141,142,.5);

}
.infograph-cell {
	border-style: solid;  
	border-width: 0px 0.5px 0px 0px; 
	border-color: rgba(140,141,142,.5);
}
.infograph-cell-first {
	border-style: solid;  
	border-width: 0px 0.5px 0px 0px; 
	border-color: rgba(140,141,142,.5);
	padding-top: 0px;
}
.infograph-cell-last {
	border-style: solid;  
	border-width: 0px 0.5px 0px 0px; 
	border-color: rgba(140,141,142,.5);
	padding-bottom: 48px;
}

.infograph-btngrey {
	background: rgba(140,141,143,.6);
	color: white;
	font-size: 18px;
	vertical-align: left;
	border-color: rgba(157,155,158,.5);
	border: 1px solid rgba(157,155,158,.5);
}

/* HOTSPOTS Items   */ 
.hotspots-container-first {
	position: absolute; 
	top: 20px;
	left: 20px;
	z-index: 1001; 
	width: 340px;
}
.hotspots-container-second {
	position: absolute; 
	top: 270px;  
	left: 20px;  
	z-index: 1004; 
	width: 340px;
}

.hotspots-textbox-first {
	float: left; 
	width: 240px; 
	background-color: rgba(0,0,0,.80); 
	border: solid 2px grey; 
	border-radius: 15px; 
	padding: 15px; 
	text-align: left; 
	font-size: 14px; color: white; 
	font-weight: 200;
	/*visibility:  hidden; */
}

.hotspots-textbox-second {
	float: left; 
	width: 240px; 
	background-color: rgba(0,0,0,.80); 
	border: solid 2px grey; 
	border-radius: 15px; 
	padding: 15px; 
	text-align: left; 
	font-size: 14px; 
	color: white; 
	font-weight: 200;
	/* visibility:  hidden; */
}
.hotspots-line {
	float: left; 
	margin-top: 100px; 
	margin-right: 0px;
	/* visibility: hidden; */
}

.hotspots-focus {
	float: left; 
	margin-top: 80px;
	width: 40px;
}
/* HOTSPOTS pulse - CSS animation (not well supported yet >IE10) */
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
	};
}

@keyframes pulse {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	};
}

#hotspot1 {
	-webkit-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
}


#hotspot1:hover {
	-webkit-animation: none;
	animation: none;
	cursor: pointer;
	
}


#hotspot2 {
	-webkit-animation: pulse 2s linear infinite;
	animation: pulse 2s linear infinite;
}
#hotspot2:hover {
	-webkit-animation: none;
	animation: none;
	cursor: pointer;
	
}
/* Hotspots - Hide text until renderred  */
.hotspotfade { 
	opacity:0; /* hide until rendered  */
	height: auto;
	float: left;
} /* placeholder for the fade in objects */



/* MODAL FORMS  */
/* Fixes the moving window / shows the scroll bar */

 
@media (min-width: 768px) {
	.modal-dialog-wide { 
		width: 500px;  
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 700px;
	}
}

.modal-text-header {
	font-size: 60px;
	line-height: 86px;
	color: #FFFFFF
}
.modal-text-sub-header {
	font-size: 20px;
	line-height: 30px;
	color: rgba(255,255,255,.8);
	font-weight: 600;
}
.modal-text-note {
	font-size: 16px; 
	line-height: 30px;
	color: rgba(255,255,255,.8);
	font-weight: 200;
}
.modal-text {
	font-size: 20px;
	line-height: 30px;
	color: rgba(255,255,255,.8);
	font-weight:200;
}
.modal-fields {
	height: 46px; 
	font-size: 16px;
	width: 100%;
}
/* Fake class to be used as selector */ 
.contactmecountry {}
.contactmecode {}
.formdemocountry{}
.formdemocode{}
.forminfocountry{}
.forminfocode{}

.select2-container .select2-selection--single {
height: 46px;
font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}

/*  GREY SECTION Items*/
.greysection-cell {
	margin-top: 10px;  
	/* max-width: 396px; */
	margin-top: 30px;
	margin-left: 0px; 
	padding-left:0px; 
	margin-right: 0px; 
	padding-right:0px;
	font-size: 14px; 
	font-weight: 200; 
	color: white; 
	text-align: left;
}

.greysection-cell a, .greysection-cell a:hover {
	text-decoration: none;
	font-size: 14px; 
	font-weight: 200;
	color: !important;
}

.greysection-block{
	margin-left: auto; 
	margin-right: auto; 
	width: 372px; 
	height: auto;
	font-size: 14px; 
	font-weight: 200; 
	color: white; 
}
.greysection-targetcontainer{
	background-color: black; 
	height: 80px;
	height: 100px;
    width: 372px;
	font-size: 14px; 
	font-weight: 200; 
	color: white; 
	text-align: left;

}

.greysection-target {
	float: left; 
	margin: 32px 24px 32px 32px;
	background-color: #404041; 
	width: 35px; 
	height: 35px; 
	font-size: 20px; 
	color: white;
}
.greysection-imagetext {
	font-size: 14px !important;
	font-weight: 200 !important; 
	color: white !important; 
	text-align: left; 
	padding: 32px 10px 32px 0px;
	
}

/* Social Feeds  */
.socialfeed-left {
	padding-left: 3%; 
	padding-right: 3%; 
	border-left: 1px solid rgba(157,155,158,.5); 
	border-right: 1px solid rgba(157,155,158,.5);
}
.socialfeed-right {
	padding-left: 3%; 
	padding-right: 3%; 
	border-right: 1px solid rgba(157,155,158,.5);
}

/* FOOTER styles */

.footer-toprow {
	padding-left: 0px; 
	margin-top: 64px; 
	font-size: 14px; 
	color: white; 
	text-align: left; 
	font-weight: 200;
}
.footer-toprow a {
	text-decoration:none;
	color: white; 
}
.footer-toprow a:hover {
	text-decoration:underline;
	color: white; 
}

.footer-miniheaders {
	margin-bottom: 20px;
	padding-left: 20px;
	color: rgba(250,250,250,.6);
}
.footer-socialrow {
	padding-left: 0px; 
}
.footer-socialicon {
	margin-right: 18px; 
	height: 36px !important;
}
.footer-bottomrow {
	font-size: 10px; 
	font-weight: 200; 
	margin-bottom: 160px; 
	padding-left: 0px;
}
.footer-bottomrow a {
	text-decoration:none;
	color: #fff;
}
.footer-bottomrow a:hover {
	text-decoration:underline;
	color: #fff;
}

.footer-lefthalf {
	margin-bottom: 30px; 
	padding-bottom: 10px; 
	border-right: 1px solid rgba(157,155,158,.5);
}
.footer-left-firstcell {
	padding-left: 20px; 
	padding-bottom: 30px;
	border-right: 1px solid rgba(157,155,158,.5);
}
.footer-right-firstcell {
	padding-left: 20px; 
	padding-right: 30px; 
	margin-bottom: 30px;
	border-right: 1px solid rgba(157,155,158,.5);
}
.footer-social-image {
	width: 36px; 
	margin: auto;
	position: relative;
}
.footer-social-container{

}
.footer-social-container .footer-social-image .footer-img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99	
}
.footer-social-container:hover .footer-img-top {
        display: inline;
}
/*  PAGES Styles */

.page-header-title {
	font-size: 50px;
	line-height: 55px;
	font-weight: 200;
	text-align: left;
}
.page-header-title-accent {
	font-size: 50px;
	line-height: 55px;
	font-weight: 600;
	text-align: left;
}

.page-body-text {
	font-size: 18px;
	font-weight: 200;
	text-align: left;

}
.page-section-subheader {
	font-size: 36px;
	text-align: left;	
	font-weight: 200;
	line-height: 42px;
}
.page-section-numbers {
	font-size: 120px;
	text-align: left;	
	font-weight: 600;
	line-height: 80px;
}
.page-section-numbers-text {
	font-size: 18px;
	text-align: left;	
	font-weight: 200;
	line-height: 22px;
}
/* IMAGE GALLERY  */

.gallery-image-cell {
	margin-top: 10px;  
	/* max-width: 396px; */
	margin-top: 20px;
}
.gallery-image-block {
	margin-left: auto; 
	margin-right: auto; 
	width: 372px; 
	height: auto;
}
.gallery-image-hover {
	position: absolute;
    top: 0;
    left: 20;
    width: 372px;
    height: 100%;
}
.gallery-image-hover:hover {
	cursor: pointer;
    box-shadow: inset 0px 0px 0px 10px rgba(164, 207, 95,.8);
	-webkit-box-shadow:inset 0px 0px 0px 10px rgba(164, 207, 95,.8);
    -moz-box-shadow:inset 0px 0px 0px 10px rgba(164, 207, 95,.8);
}

	
.gallery-image-targetcontainer{
	background-color: black; 
	height: 80px;

}

.gallery-image-target {
	float: left; 
	margin: 23px 10px 20px 20px; 
	background-color: #404041; 
	width: 35px; 
	height: 35px; 
	font-size: 20px; 
	color: white;
}
.gallery-image-imagetext {
	font-size: 14px; 
	font-weight: 200; 
	color: white; 
	text-align: left; 
	padding: 18px 12px 12px 12px;
}
/* Fake ID to reference the original data field in the modal popup */
.gallery-image-id {	

}

.gallery-image-modal-title {
	font-size: 22px;
	text-align: center;	
	font-weight:600;
	line-height: 22px;
	width: 78%; 
	margin-top: 30px; 
	margin-left: 10%; 
	margin-right: 10%;
}

.gallery-image-modal-desc {
	font-size: 14px;
	text-align: center;	
	font-weight: 200;
	line-height: 20px;
	width: 78%; 
	margin-left: 10%; 
	margin-right: 10%;
	
}

.gallery-image-modal-video {
	background-image: url("/imagegallery/VideoLoader.gif");
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: center;
}

/* PRIMUS PAGE  */
.primus-banner-caption-white {
    position: absolute;
	z-index: 10;
	text-align: left;
	width: 50%;
    height: 100%;
    background-color: rgba(255,255,255,.8);
    left: 0%;
    bottom: 0%;
    padding-left: 9%;
    text-shadow: none;
    padding-top: 6%;
}
.primus-banner-caption-transparent {
    position: absolute;
	z-index: 10;
	text-align: left;
	width: 50%;
    height: 100%;
    left: 0%;
    bottom: 0%;
    padding-left: 0%;
    text-shadow: none;
    padding-top: 14%;
}

.primus-banner-caption {
	font-size: 40px;
	text-align: left;	

	line-height: 46px;
}

.primus-section-numbers-text {
	width: 98%; 
	float: left; 
	padding-right: 25px; 
	padding-left: 10px; 
	font-size: 18px;
	text-align: left;	
	font-weight: 200;
	line-height: 22px;
	text-align: center;
}
.primus-section-border-right {
	border-right: 1px solid rgba(157,155,158,.5); 
}

.primus-banner-text {
	width: 70%; 
	margin-top: 40px; 
	font-size: 18px;  
	line-height: 24px;
}

.primus-banner-image {
	width: 100%; 
	height: auto;
}

.primus-section-cell {
	margin-top: 30px; 
	padding: 0px;
}

.primus-section-header {
	font-size: 36px;
    font-weight: 600;
    line-height: 52px;
	
}

.primus-section-note {
	font-size: 12px;
	font-weight: 200;
	line-height: 14px;
}
.primus-section-note a, .primus-section-note a:visited, .primus-section-note a:hover {
	color: #808080;
	text-decoration: underline;
}
.primus-table-header {
	text-align: center; 
	color: white; 
	font-weight: 600; 
	padding: 3px;
}
.primus-table-column-first {
	padding-left: 0px; 
	padding-right: 10px;
	margin-bottom: 50px;
}

.primus-table-column-middle {
	padding-left: 10px; 
	padding-right: 10px;
	margin-bottom: 50px;
}

.primus-table-column-last {
	padding-left: 10px; 
	padding-right: 0px;
	margin-bottom: 50px;
}

.primus-table-caption {
	color: white; 
	font-size: 20px; 
	font-weight: 600; 
	padding: 10px;
}
.primus-table-sub-caption {
	height: 140px; 
	background-color: #f4f1f3; 
	font-size: 16px; 
	font-weight: 200; 
	padding: 20px;
}
.primus-image-hover {
	/*position: absolute;
    top: 0;
    left: 20;
    width: 200px;
    height: 100%; 
	style="background: url(http://lorempixum.com/400/300/);
	*/

}
.primus-image-hover-green:hover {
	cursor: pointer;
    outline: 10px solid rgba(164, 207, 95,.8);
	outline-offset: -10px;
}
.primus-image-hover-orange:hover {
	cursor: pointer;
    outline: 10px solid rgba(251, 191, 21,.8);
	outline-offset: -10px;
}
.primus-image-hover-red:hover {
	cursor: pointer;
    outline: 10px solid rgba(236, 37, 41,.8);
	outline-offset: -10px;
}

.primus-inner-border:before {
    border: 5px solid red;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right:0px;
}

.primus-table-gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fbbf15+0,fbbf15+28,ec2529+38,ec2529+100 */
	background: #fbbf15; /* Old browsers */
	background: -moz-linear-gradient(left,  #fbbf15 0%, #fbbf15 28%, #ec2529 38%, #ec2529 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #fbbf15 0%,#fbbf15 28%,#ec2529 38%,#ec2529 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #fbbf15 0%,#fbbf15 28%,#ec2529 38%,#ec2529 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbbf15', endColorstr='#ec2529',GradientType=1 ); /* IE6-9 */


}

/* Management Team Page  */
.page-green-header {
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 45px;
    height: 140px;
    background-color: #A4CF5F;
    text-align: left;
    padding-top: 68px;
    font-weight: 200;
    color: white;
}
.page-green-header-vu {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 45px;
    height: 140px;
    background-color: #A4CF5F;
    text-align: left;
    font-weight: 200;
    color: white;
	padding-top: 50px;
}

@media (max-width: 768px) {
	.page-green-header {
		padding-top: 28px;
		line-height: 45px;
	}
	
	.page-green-header-vu {
		padding-top: 10px;
	}
}
.page-sub-header {
	font-size: 20px;
	text-align: left;	
	font-weight: 200;
	line-height: 26px;
}
.team-fade-container {
	z-index: 200; 
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	width: 100%; 
	max-width: 420px; 
	height: 27%; 
}

.team-fade-background {
	background-color: rgba(22, 22, 22,.7); 
}

.team-fade-background-green {
	background-color: #A4CF5F; 
}

.team-fade-container:hover{
	cursor: pointer;
	background-color: #A4CF5F;
}
.team-titles-container {
	float: left; 
	padding: 6% 6% 6% 7%;
}

.team-member-names {
	font-size: 18px; 
	color: white; 
	font-weight: 600;
}
.team-member-title {
	font-size: 14px; 
	color: white; 
	font-weight: 200;
}

.team-image-target {
	float: right; 
	margin: 8% 7% 0px 0px;
	/*background-color: rgba(64, 64, 64,.7); */
	width: 35px; 
	height: 35px; 
	font-size: 20px; 
}
.team-image-target-closed {
	float: right; 
	margin: 8% 7% 0px 0px;
	/*background-color: rgba(64, 64, 64,.7); */
	width: 35px; 
	height: 35px; 
	font-size: 20px; 
}


.team-bio-text {
	font-size: 15px; 
	line-height: 20px;
	padding-right: 30px;
}
.team-bio-text p {
	margin-top: 20px;
}

.team-bio-collapse {
	margin-top: 20px;
	margin-bottom: 40px;
}

.team-arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #A4CF5F;
	margin-left: auto; 
	margin-right: auto; 
	display: none;
}

.team-link-id {
}

.team-email-icon {
	margin: 10px;
}

.teammember-connect {
	margin: 20px 20px 20px 0px;
	float: left;
	width: 100px; 
	text-align: center; 
	font-size: 14px; 
	line-height: 18px; 
	font-weight: 600;
}

.teammember-connect-link a, .teammember-connect-link a:visited, .teammember-connect-link a:hover{
	color: #A4CF5F;
	text-decoration: underline;
}

/*   PRESS RELEASES */
.press-title {
	font-size: 30px;
	font-weight: 600;
    line-height: 1.2;
}

.press-subtitle {
	font-size: 16px; 
	font-style: italic;
	margin-top: 30px; 
	margin-bottom: 20px;
}

.press-year {
	font-size: 30px; 
	font-weight: 600;	
	color: #A4CF5F;
}

.press-hr {
	border-top: 1px solid #b9b9b9;
	max-width: 1180px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.press-release-year {
	font-size: 14px;
	color: #A4CF5F;
}
.press-feature-container {
	width: 90%;
	margin-bottom: 30px;
}
.press-feature-current {
	margin: 0 0 4px;
	font-weight: 600;
	font-size: 16px;
	color: 	black;
}

.press-feature {
	margin: 0 0 4px;
	font-weight: 600;
	font-size: 16px;
	color: #9D9B9E;
}

.press-summary-container {
	height: 500px; 
	overflow: hidden; 
	margin-bottom: 30px; 
	-webkit-box-shadow: inset 0px -27px 24px -21px rgba(200,200,200,0.8);
	-moz-box-shadow: inset 0px -27px 24px -21px rgba(200,200,200,0.8);
	box-shadow: inset 0px -27px 24px -21px rgba(200,200,200,0.8);
	
}
.press-years-section {
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px; 
	background-color: #f3f3f3; 
	padding-top: 40px;
}
.press-btnwhite {
	background: white;
	color: #A4CF5F;
	font-size: 18px;
	vertical-align: left;
	border-color: rgba(157,155,158,.5);
	border: 1px solid rgba(157,155,158,.5);
}
.press-home-link {
	text-align: right; 
	font-size: 20px; 
	margin-top: 40px; 
	line-height: 28px;
	color: #8C8D8F;
	text-decoration: none;
}
.press-home-link:visited {
	color: #8C8D8F;
	text-decoration: none;
}
.press-home-link:hover  {
	color: #8C8D8F;
	text-decoration: underline;
}
.news-home-link {
	font-size: 20px; 
	text-align: left;
	color: #8C8D8F;
}
.news-home-link:visited  {
	color: #8C8D8F;
	text-decoration: none;
}
.news-home-link:hover  {
	color: #8C8D8F;
	text-decoration: underline;
}
.press-home-date {
	text-align: right; 
	font-size: 20px; 
	font-weight: 200; 
	margin-bottom: 40px;
}

/* NEWS SECTION */
.news-green-header {
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 45px;
    height: 194px;
    background-color: #A4CF5F;
    text-align: left;
    font-weight: 200;
    color: white;
}
.news-signup-container {
	position: absolute; 
	z-index: 601; 
	width: 95%; 
	top: 10px; 
	left: 5px; 
	padding: 60px 27px 27px 27px; 
	background-color: black;  
	font-size: 12px; 
	border-radius: 0 0 15px 15px;
	display: none;
}
.news-signup-field {
	height: 35px; 
	font-size: 13px; 
	margin-bottom: 14px;  
	border-radius: 0px;
	text-align: center;
}
.news-signup-button {
	margin-top: 10px;
	font-size: 14px; 
	width: 100%;
	background: #A4CF5F;
	color: white;
	border-color: rgba(157,155,158,.5);
	border: 1px solid rgba(157,155,158,.5);
}

.news-author {
	font-size: 16px; 
	margin-top: 10px; 
}
.news-banner-container {
	margin-top: 0px; 
	background-color: #A4CF5F; 
}
.news-default-container {
	margin-top: 0px; 
	padding-top: 60px; 
	background-color: #f3f3f3;
}
.news-default-date {
	font-size: 12px; 
	font-weight: 600;
}
.news-banner-images {
	float: left; 
	margin: 0px; 
	padding: 0px
}
.news-hr {
	border-top: 1px solid #afafaf;
}
.news-more-title {
	font-size: 16px; 
	font-weight: 600;
	color: #8C8D8F;
}
.news-more-source {
	margin-top: 10px; 
	font-size: 14px; 
	color: #A4CF5F;
}
.borderbottom {
	border-bottom: 1px solid #afafaf;
}
.border-leftright{
	border-left: 1px solid #afafaf; 
	border-right: 1px solid #afafaf; 
}
.news-section-title {
	font-size: 35px;
	color: #A4CF5F;
}
.news-more-container {
	width: 90%; 
	height: 100%;
	padding-left: 15px; 
	padding-top: 30px;
	position:relative;
}
.news-hover:hover {
	background-color: black;
	color: white; 
	cursor: pointer;
}
.news-hover:hover .news-more-logo{
	display: none;
}
.news-hover:hover .news-more-title{
	color: white;
}

.news-more-logo {
	position: absolute; 
	bottom: 30px;
}
.news-cell-sizer {
	height: 280px;
}

/* NEWS and CONFERENCES  */
.hr-conferences {
	border-top: 1px solid #afafaf;
	margin-top: 60px;
	margin-bottom: 60px;
}
.conf-featured-container {
	position: relative; 
	width: 80%; 
	height: 250px;
}
.conf-featured {
	font-size: 34px; 
	font-weight: 600; 
	line-height: 1.2;
	color: #8C8D8F;
	
}
.conf-featured-date {
	font-size: 18px; 
	margin-top: 20px; 
	font-weight: 200;
	color: #A4CF5F;
}
.conf-button-green {
	width: 100%; 
	height: 40px; 
	padding-top: 6px; 
	background: #A4CF5F;
	color: white;
	font-size: 18px;
	vertical-align: left;
	border-radius: 35px;
	border-color: rgba(157,155,158,.5);
	border: 1px solid rgba(157,155,158,.5);
}
.conf-org-url a, .conf-org-url a:visited, .conf-org-url a:hover{
	color: #8C8D8F;
	text-decoration: underline;
}
.conf-book-button {
	width: 100%; 
	height: 30px; 
	padding-top: 6px; 
	background: #A4CF5F;
	color: white;
	font-size: 12px;
	vertical-align: left;
	border-radius: 30px;
	border-color: rgba(157,155,158,.5);
	border: 1px solid rgba(157,155,158,.5);
}
.conf-satelite-text {
	font-size: 12px; 
	padding-left: 20px; 
	font-style: italic;
}
.conf-event-section {
	background-color: #f3f3f3; 
	padding-top: 40px;
	padding-bottom: 50px;
}
.conf-table-header {
	background-color: #A4CF5F;
	color: white;
}
/* Careers Page */
.careers-section {
	margin-top: 5px; 
	padding-top: 40px;
}
.jobs-abstract {
	margin-top: 10px; 
	margin-bottom: 20px; 
	overflow: hidden;
}

/* VIDEOS PAGE */

.video-feature-row {
	margin-top: 9px;
}
.video-feature-icon {
	float: left; 
	height: 60px;
	width: 70px; 
}

.video-feature-icon img {
	padding: 13px 30px 10px 0px;
}
.video-feature-title {
	float: left; 
	padding-top: 9px; 
	/* 	width: 80%; */
}

.video-feature-title:hover {
	text-decoration: underline;
}

.social-links a {
    color: #808080;
    text-decoration: none;
}

.social-links a:hover, a:focus{
    color: #A4D55D;
    text-decoration: none;
}

/* PAPERS and POSTERS */
.papers-section {
	font-size: 24px; 
	font-weight: 600;
	
}
.papers-title {
	margin-top: 22px; 
	font-size: 18px; 
	font-weight: 600;
}
.papers-authors {
	margin-top: 12px; 
	font-size: 14px; 
	font-weight: 200
}
.papers-journal {
	margin-top: 12px; 
	font-size: 14px; 
	font-weight: 200
}
.papers-actions-view {
	margin-top: 20px; 
	font-size: 16px; 
	font-weight: 600;
}
.papers-actions-view:hover {
	cursor: pointer;
}
.papers-actions-addlist {
	margin-top: 10px; 
	font-size: 16px; 
	font-weight: 600;
}
.papers-abstract-close-box {
	position: absolute; 
	top: -5px; 
	right: 0px; 
	font-size: 18px;
}
.papers-abstract-close-box {
	cursor: pointer;
}
.papers-view-abs-link {
	color: #8C8D8F;
}
.papers-view-abs-link:hover {
	text-decoration: underline;
}
.papers-view-abs-link:hover, .papers-view-abs-link:focus{
	color: #A4D55D;
    text-decoration: none;
}
.press-body-link a {
    color: #77a730;
    text-decoration: underline;
}

/* Training page */
.training-subtitle {
    font-size: 30px;
    font-weight: 600;
    color: #8C8D8F;
	line-height: 30px;
}
.training-text {
    font-size: 18px;
    line-height: 24px;
}

.training-accent {
	color: #A4CF5F;
	font-weight: 600;
}
.training-index {
	width: 60px; 
	height: 60px; 
	background-color: #A4CF5F; 
	float: left; 
	 
	color: white; 
	margin-right: 20px; 
	font-size: 30px; 
	font-weight: 600;
	border-radius: 30px;
	text-align: center;
	padding-top: 17px;
}

.practical-banner-caption {
    font-size: 34px;
    text-align: left;
    line-height: 40px;
}
.practical-bullets {
	font-size: 30px;
	font-weight: 600;
}

.training-pitch {
	font-size: 30px;
    font-weight: 600;
    color: #8C8D8F;
}

.practical-imagetext {
    font-size: 26px;
    font-weight: 200;
    color: white;
    text-align: center;
    padding: 37px 10px 32px 0px;
}
.practical-cell {
    margin-top: 10px;
    /* max-width: 396px; */
    margin-top: 30px;
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
.practical-cell a {
	text-decoration: none;
}

/* ExactVu UltraSount */
.exactvu-bullets {
	
	margin-top: 50px;
}
.exactvu-bullets li {
	margin: 20px 0 20px 0px;
	color: #A4CF5F;
	font-weight: 600;
	padding-left: 15px;
}
.exactvu-bullets-accent {
	color: #A4CF5F;
	font-weight: 600;
}
.exactvu-bullets-txt {
	color: #8C8D8F;
	font-weight: 200;
}
/* Contact Us page */
.contactus-whitebox {
	background: rgba(255,255,255,.8); /* Old browsers */
	background: -moz-linear-gradient(rgba(251, 251, 251, .8) 89%, rgba(225, 225, 225, 0.8) 99%, rgba(225,225,225, .9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(rgba(255, 251, 251, .8) 89%, rgba(225, 225, 225, 0.8) 99%, rgba(225,225,225, .9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(rgba(251, 251, 251, .8) 89%, rgba(225, 225, 225, 0.8) 99%, rgba(225,225,225, .9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* eLearning modules page*/
.fadeover {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fadeover:hover {
    opacity: 0.5;
}

.elearn-feature-container {
	width: 90%;
	margin-bottom: 30px;
}
.elearn-feature {
	margin: 0px;
	font-weight: 600;
	font-size: 16px;
	/*color: #9D9B9E; */
}

.elearn-feature-container a:link {
	color: #78787A;
}

.elearn-feature-container a:visited {
	color: #658C3B;
}

.elearn-tabs {
	font-size: 30px; 
	font-weight: 600;	
	color: #A4CF5F;	
}

.elearn-tabs a:visited, .elearn-tabs a:link {
	color: #A4CF5F;	
}
/* Customer Site */
.customer-btngreen {
    background: #79a745;
    color: white;
    font-size: 18px;
    border: 2px solid rgba(255, 255, 255);
}
.customer-green-header {
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 42px;
    height: 110px;
    background-color: #A4CF5F;
    text-align: left;
    padding-top: 40px;
    font-weight: 200;
    color: white;
}
.customer-header-link a {
    color: #d1ddbc;
    text-decoration: none;
}

.customer-header-link a:hover {
	text-decoration: underline;
}

.customer-elearn-tabs {
	font-size: 16px; 
	font-weight: 200;	
	color: #79a745;	
	/*border-right: 1px solid rgba(200,200,200,.6); */
}

.customer-elearn-tabs a:visited, .customer-elearn-tabs a:link {
	color: #79a745;	
}

.customer-elearn-tabs:after {
  content:""; 
  background: rgba(209,221,189,.9); 
  position: absolute; 
  bottom: 30%; 
  right: 0; 
  height: 40%; 
  width: 1px;
}
.customer-btnblack {
    background: #000000;
    color: white;
    font-size: 18px;
    border: 2px solid white;
}

/* Patients page  */
.patients-btnblack {
    background: #000000;
    color: white;
    font-size: 18px;
    border: 2px solid white;
}

.patients-btnblack:hover, .patients-btnblack:focus, .patients-btnblack:active, .patients-btnblack .active, .open > .dropdown-toggle.patients-btnblack  {
    background: #74A844;
	color: white;
	border: 2px solid white;
}


.patients-btngreen {
    background: #79a745;
    color: white;
    font-size: 20px;
    border: 2px solid white;
}

.patients-btngreen:hover, .patients-btngreen:focus, .patients-btngreen:active, .patients-btngreen .active, .open > .dropdown-toggle.patients-btngreen  {
    background: black;
	color: white;
	border: 2px solid white;
}
.patients-finder {
	height:48px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px;
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,1), rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,1), rgba(0,0,0,0.5)));
	background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,1), rgba(0,0,0,0.5))
}

.patients-bullets{
	font-size: 38px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #8B8A8D;
}

.patients-bullets-link a {
	color: #8B8A8D;
    text-decoration: none;
}

.patients-accents {
	color: #74A844;
	font-weight: 600;	
}

.login-btngrey {
    /* background: grey; */
    color: grey-dark;
    font-size: 14px;
    border: 1px solid #ccc;
}

.login-btngrey:hover, .login-btngrey:focus, .login-btngrey:active, .login-btngrey .active, .open > .dropdown-toggle.login-btngrey {
    background: black;
	color: white;
	font-size: 14px;
	border: 1px solid #ccc;
}

/* Location Selection*/

.location-region-image {
	//width: 36px; 
	margin: auto;
	position: relative;
}

.location-region-image:hover {
	background-color: #ddd
}

.location-container{

}
.location-container .location-region-image .location-img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99	
}
.location-container:hover .location-img-top {
        display: inline;
}

.location-dropdown {
	float: right; 
	padding-top: 2px; 
	width: 120px;
}

.location-dropdown:hover {
	cursor: pointer;
}
