@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@font-face {
    font-family: 'OpenSans-CondBold';
    src: url('font/OpenSans-CondBold-webfont.eot');
    src: url('font/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-CondBold-webfont.woff') format('woff'),
         url('font/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('font/OpenSans-CondBold-webfont.svg#OpenSans-CondBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'icomoon';
	src:url('font/icomoon/icomoon.eot');
	src:url('font/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('font/icomoon/icomoon.woff') format('woff'),
		url('font/icomoon/icomoon.ttf') format('truetype'),
		url('font/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html{
	min-width:320px;
}
#header {
    margin-bottom: 30px;
}
#main {
    min-height: calc(100vh - 145px);
}
body {
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
.green {
	background-color: #88B400;
}
.blue {
	background-color: #2F599F;	
}
.greenT {
	color: #88B400;
}
.blueT {
	color: #2F599F;	
}
.required {
	color: #c00;
}

.hidden {
	display: none !important;
}
.button, a.button {
	background-color: #93C73C;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	display: block;
	width: 100%;
	padding: 10px 0px;
	color: #FFF;
	text-align: center;
	-webkit-appearance: none;
	border: 0px;
}
.buttonWhite, a.buttonWhite {
	background-color: #FFF;
	display: block;
	width: 100%;	
	padding: 10px 0px;
	color: #333;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	font-size: 12pt;
	text-align: center;
	-webkit-appearance: none;
}
.buttonBlue, a.buttonBlue {
	background-color: #2F599F;
	display: block;
	width: 100%;	
	padding: 10px 0px;
	color: #FFF;
	font-weight: 400;
	font-size: 12pt;
	text-align: center;
	-webkit-appearance: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}
.centre {
	text-align:center;
}
.left {
	text-align: left;
}
.col1-2 {
	width: 50%;
	float:left;
}
.col2-2 {
	width: 50%;
	float: right;
}
.wrap {
    width: 100%;
    max-width: 1400px;
    margin: auto;
	display: table;
	    padding: 0 30px;
		box-sizing: border-box;
}

.header {
	width:100%;
}

.header > .wrap {
	text-align: right;
}

/*** NAVIGATION ***/
#logo {
	margin-top: 15px;
	display: block;
	position: absolute;
	top: 26px;
	z-index: 10;
}
.head_links {
	float: right;
	margin-top: 10px;
}
.head_links div {
	float: right;
}
.head_links .links {
	margin-left: 20px;
	color: #2C5999;
}
.head_links .links a {
	color: #2C5999;
}
#main-menu {
	float: right;
	text-align: right;
	font-size: 20px;
}
ul.inline li.menu-604,
ul.inline li.menu-605,
ul.inline li.menu-606 {
	display: none;
}

#navigation {
	margin-top: -10px;
}
#navigation ul.links li {	
    height:36px;
    max-width: 200px;
    -webkit-transform: skew(20deg);
    vertical-align: middle;	
    padding: 0 20px 0 0;
    background-image: url('../images/menu_spacer_short_03.png');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 30px;
}
#navigation li a {
    color: #515971;	
    padding: 5px 25px;
    -webkit-transform: skew(-20deg);
    display: block;
    font-size: 18px;
}
#navigation li:hover {
    background-color: #CCC;
    color: #FFF;
    height:36px;
    max-width: 200px;
    -webkit-transform: skew(20deg);
    vertical-align: middle;	
}
#navigation li:hover a {    
    color: #FFF;
}
#navigation ul.links li.active,
#navigation ul.links li.active-trail {
    background-color: #2C5B9A; 
    color: #FFF;
    height:36px;
    -webkit-transform: skew(20deg);
    vertical-align: middle;	
}
#navigation li.active-trail a,
#navigation li a.active {
    height:36px;
    color: #FFF;
    -webkit-transform: skew(-20deg);
    padding: 5px 25px;
    display: block;
}
#navigation ul.links .last,
#navigation ul.links li.active.last {
     background-image: none;
     margin-right: 50px;
}

.region-navigation {
	float: right;
}
#block-custom-search-blocks-1 {
	margin: 0px 10px;
}
#block-custom-search-blocks-1 .popup-element-title span {
	display: none;
}
#block-custom-search-blocks-1 .popup-element-title {
	background: url('../images/search.png') no-repeat center center;
	height: 35px;
	width: 18px;
}
.region-navigation .block {
	float:right;
}
.region-navigation .block  p {
	margin: 0px;
}
.button.freetry{
	width:186px;
	margin: 0;
}
.popup-element-body table.popup-layout .search-form .form-text {
	border: 1px solid #AAA;    
    height: 35px;
    color: #183152;    
}
.search-form  .form-item {
	margin-bottom: 10px;
}
.search-form .form-actions {
	margin-top: 10px;
}
.search-form .form-submit {
	background-color: #93C73C;
    display: block;
    padding: 5px 10px;
    color: #FFF;
    text-align: center;
    -webkit-appearance: none;    
}

.region-footer {
	padding-top: 15px;	
}

.region-header {
	display: inline-block;
	margin-right: 20px;
	margin-top: 10px;
}

.block-lang-dropdown .lang-dropdown-select-element {
	padding: 0;
}

.language-icon {
	margin-bottom: 2px;
}


/********** MOBILE Navigation **/
/*button */
.responsive-menus.responsified span.toggler {
    width: 45px;
    background: none;
    box-shadow: none;
}
responsive-menus.responsified {
    width: 100%!important;
}


/** HOME PAGE **/
.hero {
	width: 100%;
	background: url('../images/home_bg.jpg') no-repeat 0 0;
	background-size: cover;
    background-position: bottom left;
}
.hero.home .content {
	margin: 0px auto;
	max-width: 1000px;
}
.hero .copy {
	max-width: 500px;
	float: right;	
	color: #FFF;
	margin: 80px 0;
}
#block-block-1 span{
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight:bold;
}
.hero .copy img {
	display: block;
	margin: 0px auto;
	width: 100%;
	    max-width: 350px;
}
.subHero {
	display: block;
	float: left;
	width: 100%;
	clear: both;
}
.subHero div {
	padding: 20px 0px;	
	display: inline;
}
.subHero .content {
	color: #FFF;
	max-width: 320px;
	margin: 0px auto 20px;
	font-size: 11pt;
	display: block;
}
.subHero .content .copy {
	min-height: 100px;
}





/*** Carousel ***/
.wrapper-with-margin{
  margin:0px 0px;
  position: relative;  
  clear: both;
}

.owl-theme .owl-controls{
	margin: -50px 0px 0px 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
    text-align: center;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.95;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #FFF;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{	
	background-color: #B3D876;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#owl-front .owl-item img {
    float: left;
    width: 2em;
	margin: 6px 15px 300px 0; /* large bottom margin prevents text wrapping */
}

#owl-front .owl-item img.wide {
	width: auto;
	height: 2em;
	margin-left: -10px;
}

#owl-front .owl-item > div {  
  text-align: center;
  padding:0px;
  margin:0px;
  color: white;
  font-size:32px;  
}

.owl-theme .owl-controls .owl-buttons div {	
	position: absolute;	
	background: none;
	color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 0px;
  top: 40%; 
}
.owl-theme .owl-controls .owl-buttons div.prev {
	background: url('../images/front/prev.png') no-repeat 0 0 transparent;
	height: 103px;
	width: 53px;
} 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 53px;
  top: 40%;
}
.owl-theme .owl-controls .owl-buttons div.next {
	background: url('../images/front/next.png') no-repeat 0 0;
	height: 103px;
	width: 53px;
}


/** Carousel content **/
.testimonials-content {
    max-width: 800px;
    margin: auto;
    padding: 40px 30px;
    box-sizing: border-box;
    height: 615px;
}

.testimonials-content a {
	color: #96C500;
	font-weight: bold;
	text-decoration: underline;
}
.owl-item div:first-child{
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}
.owl-item h1 {
    font-size: 30px;
	margin-bottom:50px;
}

.owl-item blockquote {
	max-width: 510px;
	margin: 1.5em auto;
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
}

.owl-item blockquote * {
	margin: 0 auto;
}

.owl-item blockquote h3 {
    font-size: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    margin: 0 auto 1rem;
}

.owl-item blockquote a {
	display: block;
	margin-top: 1rem;
	font-size: 1.25rem;
}

.owl-item p {
    font-size: 16px;
	font-weight:normal;
	text-align:left;
	max-width:510px;
	margin:10px 0;
}

.owl-item p:before {
	content: '\201c';
}

.owl-item p:after {
	content: '\201d';
}

.owl-item cite.by-line {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
	text-align:left;
	color:#96C500;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 1rem;
}

.owl-item cite.by-line:before {
	content: "\2014 \200A" /* em dash and a hair space */
}



/*** OWL Products ***/
.productSection2-2 {
	display: none;
	margin-top: 30px;
	margin-bottom: 80px;
}
#owl-products .owl-pagination {
	display: none;
}
.productSection2-2 .owl-item .image {
	text-align: center;
}
.productSection2-2 .owl-item .title {
	text-align: center;
}
.productSection2-2 .owl-item p {
	width: 75%;
}
.productSection2-2 .owl-item .copy p {
	color: #333;
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
}






/** FOOTER **/
.region-footer {
	background-color: #1F406F;
	min-height: 80px;
}
.region-footer a {
	color: #FFF;
	font-size: 12px;
    width: 100%;
	margin: 10px 3%;
}


/******* FORMS ********/
.node-type-webform .page__title {
	display: none;
}
.node-webform .field-name-body {
	background-color: #EEE;
	border: 1px solid #EEE;
	color: #333;
	padding: 0px 10px;
}
.node-webform .field-name-body p{
	margin: 1em 0px;
}
.node-webform big {
	font-weight: bold;
}
.formContent {
	max-width: 640px;
	margin: 20px auto;	
}
.formWrapper {
	border: 1px solid #2C5B9A;		
}
.formSection {
	background-color: #2C5B9A;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0px;
	text-align:center;
	font-family: 'Open Sans Condensed', sans-serif;
}
.formCaption {
	font-style: italic;
	font-weight: 200;
}

.formWrapper hr {
    width: 90%;
    margin: auto;
    border-color: rgba(44, 91, 154, 0.17);
    border-width: 1px;
}
.formWrapper p {
    padding: 0 20px;
    max-width: 435px;
    margin: 1.2em auto;
}
.formContent .form-checkboxes .form-item, .formContent .form-radios .form-item {
    margin: 0;
    padding: 0 10px;
    margin: 10px auto;
}
.formContent .form-select {	
	padding: 10px 0px 10px 15px;
	width: 420px;
	height:auto;
	border: 1px solid #AAA;
    min-width: 160px;
	color: #333;
}
.formContent .customSelect {
	font-size:16px;
	background-color: #fff;
	color:#183152;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0;
}
.formContent .customSelect.customSelectOpen {
	background-color: #FEE4C6;
}
.formContent .customSelectInner {
	background:url('../images/selectArrowGrey.gif') no-repeat center right;
	width: 410px!important;
}
.formContent .form-text {
	border: 1px solid #AAA;
    width: 430px;
    height: 35px;
    color: #183152;
    font-size: 14px;
}
.formContent .form-item {
    padding: 0 20px;
    max-width: 435px;
    margin: 1.5em auto;
}
.form-item .form-type-checkbox {
	padding: 0px;
}
.formContent .form-item label {
	color: #212121;
	font-size: 16px;
	font-weight: normal;
}
.form-item-submitted-terms-Agree{
	text-align:left;
}
.webform-component--terms label {
	display:none;
}
.webform-component--terms .form-checkboxes label {
	display: inline-block;
	color: #FFF;
}
.webform-component--terms .form-checkboxes a {
	color: #FFF;
	text-decoration: underline;
}
.webform-submit {
	float:right;
	background-color: #93C73C;
	display: block;
	padding: 10px 30px;
	color: #FFF;
	text-align: center;
	-webkit-appearance: none;
	border: 0px;
	margin-bottom: 20px;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	}
	.form-item.form-type-radio.form-item-submitted-i-would-like-to-receive-periodic-email-updates-from-inuvika-inc {
    padding-left: 0;
}
.form-item.webform-component.webform-component-textarea.webform-component--comment {
    max-width: 435px;
}
/** TRIAL BLOCK **/
.form_trial {
	width:100%;
	margin-top: 20px;
	padding: 30px 0px;
}
.form_trial .formContent {	
	max-width:100%;
	margin: 0px auto;
	display: table;
}
.form_trial .formContent .title {
	color:#444;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	margin-left: 10px;
}
.form_trial .formContent .form-text {
	width: 300px;
	padding: 0px 10px;
}
.form_trial .formContent .form-item {
	float: left;
	padding: 0px 10px;
	height: 65px;	
}
.form_trial .button {
	padding: 11px 85px;
	font-size: 15px;
	margin-top: 24px;
}
/** RESOURCES **/
.page-node-5 h1{
		font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	text-align:center;
	padding:10px;
	color:#444444;
}
.page-node-5 .banner{
	margin-top:75px;
}
.page-node-5 #content{
    margin-bottom: 120px;
}
.page-node-5 .fieldWrapper:last-child {
    border-bottom: 1px solid;
}
/*** PARTNERS ***/
.partnerSection1 {
	/**background: url('../images/partners/bg_partners1.jpg') no-repeat 0 0;**/
	min-height: 700px;
	position: relative;
}
.partner.rhom {
	background-color: #2C5B9A;
	color: #FFF;
    height:36px;
    max-width: 200px;
    -webkit-transform: skew(20deg);
	vertical-align: middle;
	float: right;
	margin-right: 5%;
}
.rhom .copy {
	-webkit-transform: skew(-20deg);
	padding: 5px 25px;
}
.rhom a {
	color: #FFF;
}
.partnerSection1 .title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	font-size: 26px;
	color: #333;
	margin-top: 15px;
}
.partnerProgram {
	position: relative;
	top: 30px;
	left: 100px;	
	max-width: 420px;
	font-size: 14px;
	display: table;
}
.partnerMembership {
	position: relative;
	top: 20px;
	left: 100px;
	max-width: 420px;
	font-size: 14px;
	margin-top: 20px;
	display: table;
}
.partnerDownload {
	float:right;
	position: absolute;
	right: 50px;
	bottom: 130px;	
}
.partnerApply {
	float: right;
	position: absolute;
	right: 50px;	
	bottom: 60px;
}
.partnerSection1 .buttonBlue {	
	padding: 5px 20px;
	width: 240px;
	font-weight: 600;
	vertical-align: middle;
}
.partnerSection1 .button {	
	padding: 5px 20px;
	width: 240px;
	font-weight: 600;
	vertical-align: middle;	
	line-height: 3em;
}

.partnerSection2 {
	padding: 30px 0px;
	display: table;
	width: 100%;
}
.partnerSection2 .title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

.partnerSection2 .points {
	max-width: 1200px;
	margin: 0px auto;
}
.partnerSection2 .points .content{
	padding: 0px 40px 10px 40px;
    height: 85%;
    /* background: url('../images/partners/bg_point.gif') repeat-y right 50px; */
    border: 1px solid #305A9F;
    border-top: none;
    border-bottom: none;
}
.point {
	float: left;
	max-width: 279px;		
}
.point .content {	
    padding: 0px 40px 10px 40px;
    height: 100%;
}
.point.benefits .content {
	/*background: url('../images/partners/bg_point_first.gif') repeat-y right 50px;*/
}

.point .title {
	color: #3157A4;
		text-align:left;
	margin-bottom: 23px;
    margin-top: 20px;
	    padding-left: 12px;
}
.point .copy {
	color: #444;
	font-size: 13px;
	line-height: 1.4em;
}
.point.benefits {
	background: url('../images/partners/partnerIcon1.gif') no-repeat top center;
	padding-top: 100px;
}
.point.sales {
	background: url('../images/partners/partnerIcon2.gif') no-repeat top center;
	padding-top: 100px;
}
.point.marketing {
	background: url('../images/partners/partnerIcon3.gif') no-repeat top center;
	padding-top: 100px;
}
.point.technical {
	background: url('../images/partners/partnerIcon4.gif') no-repeat top center;
	padding-top: 100px;
}
.point.ticket {
        background: url('../images/support/support_ico_ticket.png') no-repeat top center;
        padding-top: 100px;
}
.point.docs {
        background: url('../images/support/support_ico_docs.png') no-repeat top center;
        padding-top: 100px;
}
.point.client {
        background: url('../images/support/support_ico_client.png') no-repeat top center;
        padding-top: 100px;
}
.point.history {
        background: url('../images/support/support_ico_history.png') no-repeat top center;
        padding-top: 100px;
}

.partnerSection3 {
	/*background: url('../images/partners/bg_partners2.jpg') no-repeat 0 0;*/
	min-height: 468px;
	position: relative;
	background-position: right;
}

.partnerSection3 .content {
	width: 390px;
	position: absolute;
	right: 100px;
	top: 125px;
	color: #FFF;
	text-align: center;
}

.partnerSection3 .content .title {
	font-size: 26px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	border-bottom: 2px solid #FFF;
	padding: 10px 0px;
}

.partnerSection3 .content .copy {
	font-size: 16px;
	    padding: 10px 0px 40px 0;
	
}

.partnerSection3 .content .button {
	max-width: 280px;
	margin: auto;
}

/************* Features **************/
.features {}
.features .fleft{}
.features .fleft .copy{
	padding-left: 130px;
}
.features .fright {}
.features .fright .copy{
	padding-right: 130px;
}
.features .section.last {
	margin-bottom: 50px;
}
.features .section1 {
	text-align: center;
	width: 100%;
	max-width: 1100px;
	border-bottom: none!important;
}
.features .section1 .title {
	font-weight: bold;
	color: #545454;
	font-size: 40px;
	margin: 50px 0px 10px 0px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.features .section1 .slogan {
	color: #8A8A7B;
	font-size: 16px;
	font-weight: 600;
	max-width: 50%;
	margin: auto;
}
.features .section {
	clear: both;
	margin: auto;
	display: table;
	padding: 50px 15px;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
}
.features .copy .title {
	color: #92C500;
	font-size: 24px;
		font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}
.features .copy .text {
	font-size: 13px;
	color: #777;
	padding-right: 50px;
}

.features .copy {
	width: 420px;
	float:left;
}
.features .icon {
	width: 550px;
	float: left;
	text-align: center;
}
.features .fright .icon {
    margin-top: 35px;
}
.features .copy p {
	margin: 1em 0px;
	line-height: 1.3em;
}

.features .section2 .copy{
	background: url('../images/features/section1.gif') no-repeat left center;
}
.features .section3 .copy{
	background: url('../images/features/section2.gif') no-repeat right center;
}
.features .section4 .copy{
	background: url('../images/features/section3.gif') no-repeat left center;
}
.features .section5 .copy{
	background: url('../images/features/section4.gif') no-repeat right center;
}
.features .section6 .copy{
	background: url('../images/features/section5.gif') no-repeat left center;
}
.features .form_trial {
	background-color: #3157A4;
	color: #FFF;
	padding: 50px 0px;
}
.features .form_trial .title{
	color: #FFF;
}
.features .form_trial label {
	color: #FFF;
}

/*** PRODUCTS ***/
.productSection1 {
	/*background: url('../images/products/bg_product1.jpg') no-repeat 0 0;*/
	min-height: 535px;
	position: relative;
	padding: 80px 0px;
}
.productSection1 .title{
	font-size: 30px;
	text-align: center;
	color: #FFF;
	margin-bottom: 80px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}
.productSection1 .points {
	max-width: 795px;
	margin: auto;
}
.productSection1 .point {
	margin: 0px 10px;	
	width:245px;
}
.productSection1 .point .title {
	margin-bottom: 30px;
}
.productSection1 .point .content {
	background: 0px;
	    padding: 0px 15px;
}
.productSection1 .point .copy {
	color: #FFF;
	text-align: center;
    FONT-WEIGHT: 600;
}
.productSection1 .point.secure {
	background: url('../images/products/secure.png') no-repeat top center;
	padding-top: 180px;
}
.productSection1 .point.efficient{
	background: url('../images/products/efficient.png') no-repeat top center;
	padding-top: 180px;
}
.productSection1 .point.flexible {
	background: url('../images/products/flexible.png') no-repeat top center;
	padding-top: 180px;
}

.productSection2 {
	padding:50px 0px;
	width: 100%;
	display: table;
}
.productSection2 .title, 
.productSection2-2 .title {
	font-size: 26px;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}
.productSection2 .points {
	max-width: 1060px;
	margin: auto;
}
.productSection2 .point {
	margin: 0px 10px;
	width:245px;
}
.productSection2 .point a {
	color: #2C5B9A;
	font-weight: bold;
}
.productSection2 .point .content {
	background: 0px;
		    padding: 0px 15px;
}
.productSection2 .point .copy {
	color: #333;
	text-align: center;
}
.productSection2 .point.education {
	background: url('../images/products/education.gif') no-repeat top center;
	padding-top: 140px;
}
.productSection2 .point.healthcare {
	background: url('../images/products/healthcare.gif') no-repeat top center;
	padding-top: 140px;
}
.productSection2 .point.government {
	background: url('../images/products/government.gif') no-repeat top center;
	padding-top: 140px;
}
.productSection2 .point.business {
	background: url('../images/products/business.gif') no-repeat top center;
	padding-top: 140px;
}

.productSection3 {
	/*background: url('../images/products/bg_product3.jpg') no-repeat 0 0;*/
	min-height: 430px;
	position: relative;
	padding: 50px 150px;
	background-position: right;
    background-size: cover;
}
.productSection3 .title{
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
}
.productSection3 .col1 {
	float:left;	
	width: 40%;
	padding-right: 10%;
	color: #FFF;
}
.productSection3 .col2 {
	float: left;	
	width: 50%;
	color: #FFF;
}
.productSection3 .col2 .title{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin:0px;
}
.productSection3 .col1 p {
	line-height: 1.8em;
	margin:0px;
}
.productSection3 .col2 ul {
	margin-top: 0px;
	margin-left: -10px;
}
.productSection3 .link {
	margin: 60px 0px 30px 0;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
}
.productSection3 .link  img{
    margin-right: 37px;
}
.productSection4 {
	padding: 50px 150px;
	display: table;
	margin: auto;
}
.productSection4 .title {
	font-size:26px;
	font-weight: 600;
	color: #444;
	text-align: center;
	margin-bottom: 50px;
		font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}

.productSection4  .col1 {
	float: left;
	width: 50%;
}
.productSection4  .col2 {
	float: left;
	width: 45%;
	margin-left: 5%;
}
.productSection4  .col2 .title {
	text-align: left;
	margin-bottom: 0px;
		font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}
.productSection4  .col2 .copy {
	font-size: 14px;
	margin-bottom: 30px;
}
.productSection4 .fieldWrapper .toggle.nobg {
	background: url('../images/plus.png') no-repeat 50px center;
}
.productSection4 .fieldWrapper .toggle {
	color: #2C5999;
	font-size: 24px;
	background: url('../images/minus.png') no-repeat 50px center;
	padding-left: 150px;
	padding-top: 18px;
	border-top: 1px solid #333;
	height: 45px;
	text-transform: Uppercase;
		font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
}
.productSection4 .fieldWrapper:last-of-type>.toggle {
	border-bottom: 1px solid #333; 
	/* ensures that last element in any list has a bottom border */ 
}
.productSection4 .fieldWrapper:last-of-type>.toggle + .field {
	border-top: none;
	/* if this is a sublist of the last element in a list, its top border
		would clash with the preceding toggle's bottom border. */
	/* This specific format keeps it from messing up during animations. */			
}
.productSection4 .fieldWrapper .field {
	padding-left: 50px;
}
.productSection4 .fieldWrapper .field  p:first-child{
	margin-top: 0px;
}
.productSection4 .button, a.button {
    margin-top: 25px;
}
.btt {	
	width: 120px;
	margin: 50px auto;
}
.productSection4 .text h2 {
    margin: .5em 0;
    line-height: 1em;
    font-size: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #93C73C;
    text-transform: uppercase;
}
.productSection4 .text p {
    margin: 1em 0;
}
/** NEWS & ARTICLES **/
.view-news {
	margin: 10px 0px;
}
.view_row{
	max-width: 400px;
	min-width: 200px;
	
}
.view_image {
	
}
.view_title {
	margin-top: 10px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
		font-family: 'Open Sans Condensed', sans-serif;
}
.view_body {	
	max-width: 400px;
}
.view_body p{
	margin: 0px;
	line-height: 1.4em;
	color: #333;
	font-size: 13px;
}
.view_link a {
	color: #92C53A;
	font-weight: 700;
	font-style: italic;
	font-size: 13px;
	
}
.view_edit a {
	font-size: 12px;
}

.banner {
	background-color: #2C5B9A;
	font-size: 26px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding: 25px 0px;
	margin-bottom: 50px;
	
		font-family: 'Open Sans Condensed', sans-serif;
}
.bannernopad {
	background-color: #2C5B9A;
	font-size: 26px;
	color: #FFF;
	font-weight: 600;
	text-align: center;
	padding: 25px 0px;
	
		font-family: 'Open Sans Condensed', sans-serif;
}
.fieldWrapper {
	max-width: 1050px;
	margin: 0px auto;
}
.fieldWrapper .toggle.nobg {
	background: url('../images/plus.png') no-repeat 50px center;
}
.fieldWrapper .toggle {
	color: #2C5999;
	font-size: 24px;
	font-weight: bold;
	background: url('../images/minus.png') no-repeat 50px center;
	padding-left: 150px;
	padding-top: 18px;
	border-top: 1px solid #333;
	height: 45px;
	text-transform: Uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
}


.fieldWrapper .fix {
        color: #2C5999;
        font-size: 24px;
        font-weight: bold;
        padding-left: 15px;
        padding-top: 18px;
        border-top: 1px solid #333;
        height: 45px;
        text-transform: Uppercase;
        font-family: 'Open Sans Condensed', sans-serif;
}

.fieldWrapper .field {	
	border-top: 1px solid #333;
	padding: 30px 0px 30px 20px;
}
.fieldWrapper .field  p:first-child{
	margin-top: 0px;
}
.fieldWrapper .text {
	display: table;
	width: 100%;
}
.fieldWrapper .links {
	width: 20%;
	min-width: 225px;
	float: left;	
}
.fieldWrapper .links a{
	clear: both;
	float: left;
	margin-bottom: 15px;
}
.fieldWrapper .copy {
	width: 70%;
	float: left;
}
.fieldWrapper .copy a {
	color: #92C500;
	font-weight: 600;
}
ul.semi li {
	font-weight: 600;
}

.subnav {
	background-color: #EEE;
	padding: 5px 0px; 
}
.subnav ul {
	margin: 0px;
}
.subnav li{
	display: inline;
}
.subnav a {
	font-weight: bold;
	font-size: 14px;
	color: #535353;
	margin: 0px 10px;
}
.subnav a.active {
	color: #769E34;
}
.subnav.dark {
	background-color: #666;
}
.subnav.dark a {
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	margin: 20px 50px;
	background: url('../images/icon_back.png') no-repeat left center;
	padding-left: 30px;	
}

/*** THREE-ROWS PANEL STRUCTURE ***/
/***    (used on news page)     ***/

.panels-flexible-three_rows .panels-flexible-row-inside {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
    padding: 0;
    margin: 0;
}

.panels-flexible-three_rows .panels-flexible-region {
	float: none; /* remove default floated layout */
}

.panels-flexible-three_rows .panels-flexible-region-inside {
	padding: 0; /* otherwise drupal adds annoying extra padding */
}

.panels-flexible-three_rows .clearfix:after {
	display: none; /* we don't need clearfix without the floated layout */
}

.panels-flexible-region-three_rows-bottom {
	width: 100%; /* why does drupal want it to be 99%? */
}


/*** NEWS ***/

body.section-news.panels-ipe {
	margin-bottom: 0 !important;
	/* I don't know why there's an !important bottom margin on panel pages,
		but I won't stand for it on my news page. */
}

#news-page .row-top>div {
	-webkit-justify-content: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
	
    padding: 100px 0;
    
    background-image: url('../images/bg_news.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#news-page .row-middle>div {
    padding: 100px 0;
}


#news-page .row-top .panels-flexible-region {
	margin: 20px 0; /* prevents too-close spacing on small screens */
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
}

#news-page .row-middle .panels-flexible-region {
	margin: 20px; /* prevents too-close spacing on small screens */
}

#news-page h2 {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 20px;
	background-color: #2C5B9A;
	color: #FFF;
	font-size: 26px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 600;	
}

#news-page .twitter-timeline {
	/* need !important because the loading scripts add a bunch of styles 
		manually, which I'm not sure how to remove in the twitter api. */
	border-left: 1px solid #eee !important; 
	border-right: 1px solid #eee !important;
}


/* NEWS RELEASES BLOCK AND PAGE */

.view-news-releases .banner {
	margin-top: 0;
}

.view-news-releases ul {
	padding: 0;
	border-top: 1px solid white;
}

.view-news-releases ul li {
	padding: 15px 20px;
	border-bottom: 1px solid white;
	color: white;
	list-style-type: none;
}

.view-news-releases a {
	color: #93C73C; /* light green */
	font-weight: bold;
}

.view-news-releases .more-link {
	padding: 10px 20px;
	font-weight: bold;
	text-align: left;
} 

.page-news-releases .view-news-releases .view-content {
	max-width: 500px;
	margin: 0 auto 50px;
	padding: 25px 50px;
	background-color: #444;
}

/* CASE STUDIES BLOCK */

.casestudies {
	box-sizing: border-box;
	min-height: 242px;
}

.casestudies ul {
	width: 100%;
	padding: 0;
	border-top: 1px solid white;
}

.casestudies li {
	padding: 15px 20px;
	border-bottom: 1px solid white;
	color: white;
	list-style-type: none;
}

.casestudies li>* {
	display: inline-block;
}
.casestudies a {
	float: right;
	color: #93C73C; /* light green */
	font-weight: bold;
	text-align: right;
}


/*** ABOUT SECTION ***/
.aboutSection1 {
	/*background: url('../images/about/bg_about.jpg') no-repeat 0 0;*/
	min-height: 500px;
    color: #FFF;
    padding: 115px 100px 0 100px;
}
.aboutSection1 .title {
	font-size: 45px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.aboutSection1 .copy {
	max-width: 550px;	
}
.aboutSection2 {
	color: #333;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 150px;
}

.aboutSection6,
.aboutSection3 {
	background-color: #2F599F;
	padding-bottom: 100px;
	display: table;
	width: 100%;
}
.profiles {	
	position: relative;
	display: table;
	width: 60%;
	margin: auto;
}
.aboutSection3 .fieldWrapper,
.aboutSection4 .fieldWrapper,
.aboutSection6 .fieldWrapper {
	width: 250px;
	position: relative;
	top: -125px;
	margin: auto;
	max-width: auto;
	float: left;
}
.aboutSection3 .profileToggle, 
.aboutSection4 .profileToggle,
.aboutSection6 .profileToggle {
	width: 250px;
	height: 250px;	
	text-align: center;
}
.aboutSection3 .profileToggle.circle,
.aboutSection6 .profileToggle.circle {
	background: url('../images/about/bg_profile.png') no-repeat center center;	
}
.aboutSection3 .fieldWrapper .info,
.aboutSection6 .fieldWrapper .info {
	width: 85%;
	border: 2px solid #2F599F;
	color: #FFF;
	padding: 5px 10px;
}
.aboutSection3 .fieldWrapper.select-border .info,
.aboutSection4 .fieldWrapper.select-border .info,
.aboutSection6 .fieldWrapper.select-border .info {
	border: 2px solid #FFF;
}
.aboutSection3 .info .name,
.aboutSection4 .info .name,
.aboutSection6 .info .name {
	font-size: 22px;
	font-weight: bold;
	cursor: default;
}
.aboutSection3 .info .title,
.aboutSection4 .info .title,
.aboutSection6 .info .title {
	font-size: 14px;
	font-weight: bold;
}
.aboutSection3 .info .read,
.aboutSection4 .info .read,
.aboutSection6 .info .read {
	font-size: 14px;
}
.profileToggle .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.aboutSection3 .profileToggle img,
.aboutSection4 .profileToggle img,
.aboutSection6 .profileToggle img {
	vertical-align: middle;
	max-height: 250px;
	max-width: 250px;
}
.bios {
	color: #FFF;
	position: relative;
	top: -100px;
	width: 80%;
	margin: 0px auto;
}
.bios .container {
	border: 2px solid #FFF;
	width: 80%;
	padding: 0px 20px;
    margin: auto;
}

.aboutSection4  {
	background-color: #8CBA00;
        padding-bottom: 100px;
}
.aboutSection4 .profileToggle.circle {
	background: url('../images/about/bg_profile_gr.png') no-repeat center center;	
}
.aboutSection4 .fieldWrapper .info {
	width: 85%;
	border: 2px solid #8CBA00;
	color: #FFF;
	padding: 5px 10px;
}
.aboutSection5 {
	/*background: url('../images/about/bg_about4.jpg') no-repeat 0 0;*/
	height: 240px;
	color: #FFF;
	padding: 30px 100px;	
}
.aboutSection5 .title {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Open Sans Condensed', sans-serif;
}
.aboutSection5 .copy a{
	color: #8CBA00;
}
.aboutSection5 .copy p {
	margin: 1em 0;
}
.aboutSection5 .info .button{	
	width: 240px;
}

/*** MARKETS ***/
.marketsSection1 {
	padding: 50px 0px 100px 0px;
}
.marketsSection1 .title {
	font-family: 'Open Sans Condensed', sans-serif;	font-size: 35px;
	color: #444;
	text-align: center;
	line-height: 1.5em;
	font-weight:bold;
}
.marketsSection1 .copy {
	font-size: 17px;
	color: #888;
	font-weight: 600;
	text-align: center;
	width: 45%;
	margin:0px auto 50px auto;
}
.marketsSection1 .points {
	max-width: 750px;
	display: table;
	margin: auto;
}
.marketsSection1 .point {
	width: 125px;
	margin: 0px 30px;
}

.marketsSection2 {
	clear: both;
	/*
	background: url('../images/bg_markets.jpg') no-repeat 0 0;*/
	height: 398px;
	padding: 50px 0px;
}
.marketsSection2.healthcare {	
	/*background: url('../images/bg_markets_h.jpg') no-repeat 0 0;*/
}
.marketsSection2.government {	
	/*background: url('../images/bg_markets_g.jpg') no-repeat 0 0;*/
}
.marketsSection2.business {	
	/*background: url('../images/bg_markets_b.jpg') no-repeat 0 0;*/
}
.marketsSection2 .title {
	color: #FF8204;
	font-family: 'Open Sans Condensed', sans-serif;	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}
.marketsSection2 .wrapper {
	width: 70%;
	margin: 0px auto;
}
.marketsSection2 .cols .title{
	color: #93C600;
	font-family: 'Open Sans Condensed', sans-serif;	font-size: 17px;
	margin-bottom: 30px;
	text-align: left;
}
.marketsSection2 .cols .copy {
	color: #FFF;
	font-size: 15px;
}
.marketsSection2 .col1 {
	float:left;
	width:45%;
	padding-right: 4%;
	border-right: 1px solid #FFF;
}
.marketsSection2 .col2 {
	float:left;
	width:45%;
	padding-left: 5%;
}

.marketsSection3 {
	display: table;
	width: 100%;
	padding-bottom: 50px;
}
.marketsSection3 .title {
	color: #545454;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 80px 0px;
}
.marketsSection3 .items {
	max-width:  940px;
	margin: 0px auto;
	overflow:hidden;
}


.marketsSection3 .items .col-points{
	width:50%;
	float:left;
	max-width: 460px;
}
.marketsSection3 .items .col-points:last-child{
	float:right;
}
.marketsSection3 .point {
	background: url('../images/icon_markets.png') no-repeat 0 0;
	padding-left: 110px;
	float:none;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #777;
    min-height: 89px;
	font-weight: 600;
	font-size: 14px;
	overflow:hidden;
}

/** ARTICLES **/
.node-article .field-name-field-page-title{
    font-size: 35px;
    line-height: 1.2;
    background-color: #2F599F;
    padding: 14px 0 14px 7%;
    font-family: 'Open Sans Condensed', sans-serif;
    color: white;
    font-weight: bold;
    width: 60%;
	margin: auto auto auto -2%;
	transform: skew(20deg);
	-webkit-transform: skew(20deg);
}
.node-article .field-name-field-page-title .field-item{
    max-width: 1000px;
    transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
}
.node-article .field-name-body{
    width: 50%;
    max-width: 1000px;
	margin: auto 45% 5vw 5%;
}
.node-article h2{
    font-family: 'Open Sans Condensed', sans-serif;
}

/** GENERAL PAGES **/
.node-general-page{
	padding-bottom:50px;
}
.node-general-page .field-name-field-page-title{
    font-size: 35px;
    line-height: 1.2;
    background-color: #eee;
    padding: 14px 0;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #333;
    font-weight: bold;
}
.node-general-page .field-name-field-page-title .field-item{
    max-width: 1000px;
    margin: auto;
}
.node-general-page .field-name-body{
    max-width: 1000px;
    margin: auto;
}
.node-general-page h2{	
    font-family: 'Open Sans Condensed', sans-serif;
}
.node-general-page a{
	text-decoration:none;
	color:#333;
}

/** Partner Central **/
#block-block-4 {
	box-sizing:border-box;
}
#block-block-4 .partner.section-one {
    background-image: url('images/partner-central.png');
    background-repeat: no-repeat;
    height: 445px;
    background-color: #9C938E;
	box-sizing:border-box;
}
#block-block-4 .section-one .wrapper {
    width: 100%;
    max-width: 1000px;
    padding: 100px 20px;
    margin: auto;
	box-sizing:border-box;
}
#block-block-4 .section-one .pc-title {
    color: #fff;
    font-size: 16px;
    width: 40%;
	box-sizing:border-box;
    float: left;
}
#block-block-4 .section-one .pc-title h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
	    padding: .5em 0 .2em 0;
    line-height: 1.2;
	box-sizing:border-box;
}
#block-block-4 .section-one .icons {
    width: 60%;
    float: right;
	box-sizing:border-box;
    overflow: hidden;
}
#block-block-4 .section-one .icons a {
    color: #fff;
    text-transform: uppercase;
    float: left;
    width: 33.3333%;
    text-align: center;
    font-size: 16px;
	box-sizing:border-box;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}
#block-block-4 .section-one .icons img {
    display: block;
    margin: 0 auto 10px auto;
	box-sizing:border-box;
}
#block-block-4 h1{
    font-size: 28px;
    font-weight: bold;
	box-sizing:border-box;
	text-align:center;
    font-family: 'Open Sans Condensed', sans-serif;
}
.view-partner-central a {
	color: inherit;
	text-decoration: underline;
}
.view-partner-central table{
	width:100%;
	box-sizing:border-box;
}
.view-partner-central caption {
    background-color: #2F599F;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 20px;
	box-sizing:border-box;
}
.view-partner-central tbody{
	max-width: 1400px;
    margin: auto;
	box-sizing:border-box;
    padding: 0 20px;
    display: block;
    overflow: hidden;
}
.view-partner-central tr {
    display: block;
    overflow: hidden;
    background-color: #88B400;
    color: white;
    /* -webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.2); */
    width: 49%;
    padding: 10px;
    margin: 0.5% 0.5% 0;
    text-align: center;
	box-sizing:border-box;
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.view-partner-central tr.col-right{
	float: right;
	clear: both;
}
.view-partner-central td{
    min-width: 60px;
	box-sizing:border-box;
	line-height:40px;
}
.view-partner-central p {
	margin: 1em 0 0;
	overflow-x: hidden;
	text-align: left;
}
.view-partner-central p:first-child {
	margin-right: 1.5em;
	font-weight: bold;
	float: left;
	clear: both;
}
.view-partner-central .views-field-title{
    font-size: 19px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
	box-sizing:border-box;
    text-align: left;
    line-height: 1.5;
    height: 40px;
}
.view-partner-central .views-field-field-file{
	float: right;
	height:40px;
}
.view-partner-central .views-field-edit-node{
	float: right;
}	
.view-partner-central .views-field-body{
	display: block;
	font-size: 13px;
	box-sizing:border-box;
	line-height: inherit;
}
.view-partner-central .views-field-body p{
	display: none;
}
/** Search Results Page**/
.page-search-node #content {
    max-width: 1341px;
    margin: auto;
    padding: 50px;
    box-sizing: border-box;
}
.page-search-node .form-item label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.page-search-node h2{
    font-family: 'Open Sans Condensed', sans-serif;
}
.page-search-node .search-form {
    margin-bottom: 1em;
    background-color: #eee;
    padding: 20px;
}
.page-search-node .search-form .form-submit {
    background-color: #93C73C;
    display: inline-block;
    padding: 9px 32px;
    color: #FFF;
    text-align: center;
    -webkit-appearance: none;
    /* width: 100px; */
    border: 0;
    text-transform: uppercase;
	font-weight:bold;
    font-family: 'Open Sans Condensed', sans-serif;
}
/** VIDEOS **/
.videoWrapper {
	margin-top:50px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:1742px){
	.partnerProgram {
		max-width:335px;
	}
}


@media only screen and (max-width:1300px){
	.features .icon {
    max-width: 320px;
	}
	.features .fright .icon{
		margin-right: 29px;
	}
	.aboutSection3 .fieldWrapper, .aboutSection4 .fieldWrapper{
		width: 240px;
	}
	.profiles {
		width: 80%; 
	}
	#logo{
		position:static;
	}

}



/** IPAD **/
@media screen and (max-width:1024px) and (min-width:768px){
	.profiles {
		width: 100%; 
	}
	.productSection2 .point {
    margin: 0px 10px;
    width: 234px;
	}
	.productSection4,
	.productSection3{
    padding: 50px 10px;
	}
	.marketsSection2 .wrapper {
    width: 100%;
	}
	.partnerSection2 .point {
    float: left;
    max-width: 240px;
	}
	.aboutSection1{
		min-height:auto;
	}
	.view-partner-central tr {
		width: 100%;
	}
	.view-partner-central tr.col-right {
		float: none;
	}
	.hero {
		background-position: right bottom;
	}
}


@media screen and (max-width:900px){
	#owl-front .owl-item > div img {
		display: none;
	}
}


@media screen and (max-width:767px){
	/*** HOME PAGE ***/
	.aboutSection1 {
		background-color:#08120F;
		background: none;	
		color: #FFF;
		padding: 50px 50px;
	}
	.head_links {
		display: none;
	}
	#navigation {
		margin:0px;
	}
	.search_container {
		display: none;
	}
	.form_trial .formContent .form-item {
		margin: 10px 0px;
	}
	.hero {
		background-position: right bottom;
	}
	.hero .copy {
		padding: 0% 5%;
		width: 90%;
	}
	.subHero .cols {
		padding: 5%;
		width: 90%;
	}
	.region-footer {
		padding: 5%;
	}
	.region-footer a {
		float: left;
		clear: both;
		margin: 5px;
	}

	/*** Product ***/
	
	.productSection1 {
		background: none;
	}
	.productSection1 .point {
		width: 90%;
	}
	.productSection1 .point.secure,
	.productSection1 .point.efficient,
	.productSection1 .point.flexible {
		clear: both;
		max-width: 100%;
	}
	.productSection2 .points {
		max-width: 100%;
	}
	.productSection2 .point {
		margin: 0px 5%;
		width: 90%;
		max-width: 100%;
	}
	.productSection3 {
		background: none;
		min-height: 430px;
		position: relative;
		padding: 50px 10%;
	}
	.productSection3 .col1,
	.productSection3 .col2 {
		float: left;
		clear: both;
		width: 90%;
		padding: 0px;
		margin-bottom: 10px;
	}
	.productSection4 {
		padding: 50px 5%;
	}
	.productSection4 .col1 {
		display: none;
	}
	.productSection4 .col2 {
		width: 90%;
	}
	.productSection4 .fieldWrapper .toggle.nobg {
	}
	.productSection4 .fieldWrapper .toggle {		
		padding: 5px 5%;
		height: auto;
	}
	.productSection4 .fieldWrapper .field {
		padding: 10px 0px;
	}
	.productSection4 .button {
		margin-top: 20px;
	}
	/** FEATURE **/
	.features .icon {
		display: none;
	}
	.features .section1 {
		padding: 0px;
	}
	.features .section {
		padding: 30px 0px;
	}
	.features .section2 .copy,
	.features .section3 .copy,
	.features .section4 .copy,
	.features .section5 .copy,
	.features .section6 .copy {
		background: none;
		padding: 0px;
		width: 90%;
		margin: 0px 5%;
	}
	.features .copy .text {
		padding-right: 0px;
	}
	.features .form_trial .formContent .title{
		margin: 0px 5%;
		width: 90%;
	}
	.node-5 .fieldWrapper .toggle.nobg,
	.node-5 .fieldWrapper .toggle {
		padding: 0px;
		background: none;
	}
	/*** PARTNERS ***/
	.partnerProgram,
	.partnerMembership {
		top: auto;
		left: auto;
		margin: 0px 5%;
		width: 90%;
	}
	.partnerDownload,
	.partnerApply {
		float: none;
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
	}
	.partnerDownload .buttonBlue,
	.partnerApply .button {
		width: 90%;
		padding: 0px 5%;
	}
	.partnerSection2 .point {
		margin: 0px auto;
		max-width: 100%;
		float: none;
	}
	.point.benefits .content {
		background: none;
	}
	.partnerSection3 {
		display: table;
		width: 100%;
	}
	.partnerSection3 .content {
		width: 90%;
		padding: 20px 5%;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 50px;
	}
	.aboutSection5 {
		padding: 5px 5%;
		width: 90%;
		display: table;
	}
	.marketsSection3 .items .col-points{
		width: 100%;
		float: none;
	}
	.marketsSection3 .point {
		margin:5%;
		float: none;
		background-size: 60px;
		padding-left: 75px;
	}
	.marketsSection3 .point p{
		margin: 5px 0;
	}
	.marketsSection1 .copy {
		margin-bottom: 30px;
		width: 90%;
	}
	.marketsSection1 .point {
		width: 90%;
		margin: 10px 5%;
		max-width: 100%;
		float: none;		
	}
	.marketsSection2 {
		background: none;
		height: auto;
	}
	.marketsSection2.healthcare,
	.marketsSection2.government,
	.marketsSection2.business {
		background: none;
	}
	.marketsSection2 .wrapper {
		width: 100%;
	}
	.marketsSection2 .col1,
	.marketsSection2 .col2 {
		width: 90%;
		margin: 0px 5%;
		padding: 0px;
		border: 0px;
		float: none;
	}
	.marketsSection2 .title {
		margin-bottom: 30px;
	}
	.title {
		line-height: 1.2em;
	}
	
	/** PARTNER CENTRAL **/
	.view-partner-central tr {
		width: 100%;
	}
	.view-partner-central tr.col-right {
		float: none;
	}
	
	/** FORMS **/
	.formContent .form-item {
		margin: 5%;
		padding: 0px;
	}
	.formContent .form-text {
		width: 95%;
	}
	.formContent .form-select {
		width: 90%;
		min-width: 90%;
		margin: 0px;
	}
	.formContent .customSelectInner {
		width: 100%!important;		
	}
	
	/** ARTICLES **/
	article.node-article{
		background-image: none !important;		
	}
	.node-article .field-name-field-page-title{
	    padding: 14px 5%;
	    width: 90%;
		margin: auto;
		transform: none;
		-webkit-transform: none;
	}
	.node-article .field-name-field-page-title .field-item{
	    transform: none;
		-webkit-transform: none;
	}
	.node-article .field-name-body{
	    width: 90%;
		margin: auto 5%;
	}

}




/********************************************************************************/
/*********************************** Search *************************************/
/********************************************************************************/
.search_container {	
	float:right;
}
.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 40px;
	height: 40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #EFEFEF;
	width: 100%;
	height: 30px;
	margin: 0;
	z-index: 10;
	padding: 5px 0px 5px 10px;
	font-family: inherit;
	font-size: 14px;
	color: #222;
}
.sb-search-input::-webkit-input-placeholder {
	color: #999;
}

.sb-search-input:-moz-placeholder {
	color: #999;
}

.sb-search-input::-moz-placeholder {
	color: #999;
}

.sb-search-input:-ms-input-placeholder {
	color: #999;
}

.sb-icon-search,
.sb-search-submit  {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #999;
	background: #FFF;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}
.sb-search-open.sb-search {
	width: 250px;
}
.sb-search-open .sb-search-input {
	padding: 5px 40px 5px 10px;
	width: 200px;
}


.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {	
	background: #FFF;
	color: #999;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/*********************************************************/
/********************* Form Item *************************/
.page-user #edit-actions {
    width: 434px;
    margin: auto;
}
.form-checkboxes .form-item {
    margin: 0;
    padding: 0 10px;
    margin: 10px auto;
}
.form-select {	
	padding: 10px 0px 10px 15px;
	width: 420px;
	height:auto;
	border: 1px solid #AAA;
    min-width: 160px;
	color: #333;
}
.customSelect {
	font-size:16px;
	background-color: #fff;
	color:#183152;		
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 0;
}
.customSelect.customSelectOpen {
	background-color: #FEE4C6;
}
.customSelectInner {
	background:url('../images/selectArrowGrey.gif') no-repeat center right;
	width: 410px!important;
}
.form-text {
	border: 1px solid #AAA;
    width: 430px;
    height: 35px;
    color: #183152;
    font-size: 14px;
}
.form-item {    
    max-width: 435px;
    margin: 1.5em auto;
}
.form-item .form-item {
	padding: 0px;
}
.form-type-checkbox {
	padding: 0px;
}
.form-item label {
	color: #212121;
	font-size: 16px;
	font-weight: normal;
}
input.password-confirm, input.password-field {
    width: 430px;
    margin-bottom: 0px;
}
.formHeader {
	background-color: #EEE;
    border: 1px solid #EEE;
    color: #333;
    padding: 10px 10px;
	margin-bottom: 20px;
}
.formHeader h1{
    max-width: 1335px;
    margin: auto;
    font-size: 25px;
    padding: 0 20px;
}
.form-actions .form-submit {
	float: right;
    background-color: #93C73C;
    display: block;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    -webkit-appearance: none;
    border: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
}
#user-register-form #edit-profile-main--2{
    display:none;
}
/*********************** MAILCHIMP *********************/
.mailchimp-signup-subscribe-form div {
	max-width: 640px;
    margin: 20px auto;
	
}
.mailchimp-signup-subscribe-form div.mailchimp-newsletter-mergefields {
	border: 1px solid #2C5B9A;
	border-top: 40px solid #2C5B9A;
	max-width: auto;
	margin: auto;
}
.mailchimp-signup-subscribe-form div.form-item {
	max-width: 435px;
}
.mailchimp-signup-subscribe-form .form-submit {
	float: right;
    background-color: #93C73C;
    display: block;
    padding: 10px 30px;
    color: #FFF;
    text-align: center;
    -webkit-appearance: none;
    border: 0px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 20px;
}


/*** LANDING PAGE ***/

#landing {
	text-align: center;
	font-weight: 600;
}

@media screen and (max-width: 480px) {
	#landing p {
		margin-left: 5px;
		margin-right: 5px;	
	}
}

#landing .many-rows li {
	text-align: left;
}

#landing .manyrows-header .panel-header {
	background-position: center;
}

#landing .manyrows-header .panels-flexible-region-inside {
	overflow-x: visible;
	max-width: 300px;
    margin: 120px auto;
    border: 10px solid #88B400;
    border-left: none;
    border-right: none;
}

@media screen and (max-width: 480px) {
	#landing .manyrows-header .panels-flexible-region-inside {
		max-width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

#landing .manyrows-header .panel-pane {
	position: relative;
	left: -50%;
	width: 200%;
	color: white;
}

@media screen and (max-width: 480px) {
	#landing .manyrows-header .panel-pane {
		left: 0;
		width: auto;
	}
}

#landing .manyrows-header h2 {
	font-size: 1.75em;
	line-height: 1.5em;
}

#landing .manyrows-header h2 strong {
	display: block;
	font-size: 1.5em;
	font-variant: small-caps;
}

#landing .manyrows-header p {
	font-weight: normal;
}

#landing .manyrows-header .subhead,
#landing .manyrows-header strong p {
	font-size: 1.25em;
	font-weight: bold;
}

#landing .panels-flexible-region {
	width: 100%;
}

#landing .panels-flexible-row-many-rows-1 {
	margin-bottom: 2em;
}

#landing .landing-info1 {
	max-width: 420px;
	margin: auto;
}

#landing .landing-info1 h3 {
	margin: 0.5em auto;
	color: #88B400;
	font-size: 3em;
}

#landing .landing-info1 strong {
	color: #2C5999;	
}

#landing .landing-list h3 {
	margin: 2em 0 0.5em;
	color: #88B400;
	font-size: 2em;
}

#landing .landing-list h3+* {
	counter-reset:li;
	margin: 0;
	padding: 10px 0;
	background-color: #2C5999;
}

#landing .landing-list h3+*>* {
	position: relative;
	max-width: 560px;
	margin: 0 auto;
	padding: 0.5em 20px;
	background-color: white;
}

#landing .landing-list li {
	/* make sure this comes after the h3+*>* part */
	box-sizing: border-box;
	min-height: 85px;
	margin: 10px auto;
	padding: 0;
	padding-left: 60px;
	padding-bottom: 4px;
	list-style-type: none;
}

@media screen and (max-width: 480px) {
	#landing .landing-list li {
		margin-left: 10px;	
		margin-right: 10px;	
	}
}
#landing .landing-list ol>li:before {
	content: counter(li);
	counter-increment: li;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	line-height: 1;
	background-color: #88B400;
	color: #88B400;
	font-size: 85px;
	font-weight: bold;
	text-align: center;
	text-shadow:
    	-1px -1px 0 white,
    	1px -1px 0 white,
    	-1px 1px 0 white,
    	1px 1px 0 white;
}

#landing .landing-list li>* {
	padding: 0 20px;
}

#landing .landing-list li h4 {
	margin: 0;
	margin-left: -2px;
	color: #88B400;
	font-size: 1.25em;
}

#landing .landing-list li p {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.333;
}

#landing .landing-list strong p {
	max-width: 650px;
	margin: auto;
	padding: 1em 0;
	border-bottom: 1px solid #2C5999;
	color: #2C5999;
	font-size: 1.5em;
}

@media screen and (max-width: 480px) {
	#landing .landing-list strong p {
		margin: 0 5px;
	}
}

#landing .landing-info3 {
	max-width: 700px;
	margin: 1em auto;
}

#landing .landing-info3 h3 {
	color: #FD8304;
	font-size: 2.5em;
	margin: 1em 0 0;
}
#landing .landing-info3 p {
	font-size: 1.25em;
    line-height: 1.5;
    color: #444;
}

#landing .manyrows-footer {
	margin-top: 2em;
	padding-bottom: 10em;
	background-image: url(/sites/default/files/inuvika_landingpage_contactbackground.jpg);
	background-position: bottom center;
	background-size: cover;
}

#landing .manyrows-footer h3 {
	margin-top: 0;
	padding: 5px 0;
	background-color: #2C5999;
	color: white;
	font-size: 3em;
}

#landing .manyrows-footer .panel-pane>div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 600px;
	margin: auto;
}
@media screen and (max-width: 540px) {
	#landing .manyrows-footer .panel-pane>div {
		flex-direction: column;
	}
}

#landing .manyrows-footer .button {
	width: auto;
	padding: 20px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
}

#landing .manyrows-footer h4 {
	color: #FD8304;
	font-size: 1.5em;
	margin: 3em 0 1em;
}

#landing .manyrows-footer p a {
	display: inline-block;
	padding: 5px 10px;
	background-color: white;
	border-radius: 3px;
	color: #444;
}

#landing .manyrows-footer p a:hover {
	background-color: #DDD;
}

#landing .manyrows-footer p a img {
	vertical-align: sub;
	height: 20px;
	margin-right: 5px;
}

#landing .landing-links h3 {
	margin: 1em 0 0;
	color: #444;
	font-size: 1.666em;
}

#landing .landing-links li {
	display: inline-block;
	list-style-type: none;
}

#landing .landing-links a {
	padding: 5px 10px;
	color: #2C5999;
}

/* NEW PRODUCT OVERVIEW PAGE */

.header-blue {
	width: 100%;
	background-color: #2F599F;
	color: white;
	font-weight: bold;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

.bg-shaded {
	background-color: #f7faf2;
}

.bg-shaded-darker {
	background-color: #e5f1db;
}

.row-flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	justify-content: space-between;
}

.row-flex > * {
	width: 40%;
}

/* @media screen and (max-width: 1000px) {
	.row-flex {
		flex-direction: column;
	}
	
	.row-flex > * {
		width: 100%;
	}
} */

.section-ovd .node-unpublshed {
	background-color: #fff;
}

.section-ovd .field-items {
	line-height: 1.35;
	color: #444;
	font-size: 18px;
}

.section-ovd .basic-width,
.section-ovd section > * {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 100px;
	padding-right: 100px;
}

.section-ovd h2 {
	font-size: 2.5em;
	margin: 0 0 1em;
	line-height: 1;
}

.section-ovd h3 {
	max-width: none;
	margin:  0 auto 1.282em;
	padding: 0;
	font-size: 1.5em;
}

.section-ovd h3 > span {
	display: block;
	padding: 0.5em;
}

.section-ovd h4 {
	max-width: none;
	font-size: 1.1666em;
}

.section-ovd .full-width {
	max-width: none;
}
	
.section-ovd .buttonBlue {
	display: table;
	width: auto;
}

.overview-nav {
	background-color: white;
	text-align: right;
}

.overview-nav a:hover {
	color: #88B400;
	text-decoration: underline;
}

.overview-intro {
	position: relative;
	padding: 1em;
	background-image: url("../images/overview/TopPanelGraphicBackground.png");
	background-repeat: no-repeat; 
	background-position: bottom left;
	background-size: auto 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	font-weight: 600;
}

.overview-intro > * {
	height: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
}

.overview-intro strong {
	color: black;
	font-weight: 800;
}

.overview-intro img {
	display: block;
	flex: 0 1 40%; 
	max-width: 40%;
	margin-left: 20px;
}

@media screen and (max-width: 1000px) {
	.overview-intro img {
		display: none;
	}
}

.overview-intro .text {
	flex: 1 2 600px;
	max-width: 600px;
}

.overview-intro .text :last-child {
	margin-bottom: 0;
}

.overview-links {
	margin: 100px 0 150px;
}

.link-landingpage {
	position: relative;
}

.link-landingpage figcaption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.link-landingpage img {
	display: block;
	width: 100%;
}

.link-landingpage .icon-fastforward {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 7%;
	height: 24%;
	transform: translateX(-50%);
	background-image: url("../images/overview/FastForward_blue.png"); 
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.link-landingpage:hover .icon-fastforward {
	background-image: url("../images/overview/FastForward_blue_hover.png"); 
}

.overview-benefits {
	display: flex;
	flex-flow: row nowrap;
	align-items: start;
	justify-content: space-between;
	margin: 100px auto 50px;
	font-weight: normal;
}

@media screen and (max-width: 1200px) {
	.overview-benefits {
		flex-direction: column;
	}
}

.overview-benefits::after {
	/* keeps spacing consistent on each side of the box */
	/* to do this, keep styling the same as h3 */
	content: "Key\00a0 Benefits"; 
	visibility: hidden;
	font-size: 1.5em;
	font-weight: bold;
}

.overview-benefits ul {
	margin: 0 1.8em;
	padding: 0;
	list-style-type: none;
}

.overview-benefits li {
	min-height: 41px; /* = background-size*/
	margin: 1.5em 1.8em;
	padding-left: 3em;
	background-image: url("../images/overview/Checkboxes-small.png");
	background-repeat: no-repeat; 
	background-size: auto 41px;
}

.overview-benefits strong {
	font-size: 1.1666em;
}
	
.overview-features summary {
	position: relative;
	padding: 0.5em 4em;
	font-size: 1.1666em;
	font-weight: bold;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.overview-features summary+* {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	padding-left: 3.5em;
}

.overview-features summary::-webkit-details-marker {
	display: none;
}

.overview-features summary::before,
.overview-features summary::after {
	content: "\00a0";
	display: block;
	position: absolute;
	top: 0;
	width: 3em;
	height: 100%;
}
.overview-features summary::before {
	left: 0;
	background-color: #88B400;
}

.overview-features summary::after {
	right: 0;
	min-height: 22px;
	background-image: url("../images/overview/ForwardButton.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.overview-features summary:hover::after {
	background-image: url("../images/overview/ForwardButton_hover.png");
}

.overview-features details[open]>summary::after {
	background-image: url("../images/overview/UpButton.png"); 
}

.overview-features details[open]>summary:hover::after {
	background-image: url("../images/overview/UpButton_hover.png");  
}

.overview-features details {
	max-width: 1000px;
	margin: 0 auto 1em;
}

.overview-features details > * {
	background-color: white;	
}

.overview-features details p { 
	margin: 0.5em 1em;
}

.overview-features details a {
	display: block;
	flex-shrink: 0;
	width: 4em;
	height: 35px;
	margin: 1em 0;
	background-image: url("../images/overview/FastForward.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto auto;
}

.overview-features details a:hover {
	background-image: url("../images/overview/FastForward_hover.png");
}

.link-features {
	display: table;
	margin: -0.5em auto 0;
	padding: 1.5em 0;
	color: #88B400;
	font-weight: bold;
}

.link-features::after {
	content: "\00a0";
	display: inline-block;
	flex-shrink: 0;
	vertical-align: middle;
	width: 39px;
	height: 35px;
	margin-left: 0.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto auto;
	background-image: url("../images/overview/FastForward.png");
}

.link-features:hover {
	color: #688f40;
}

.link-features:hover::after {
	background-image: url("../images/overview/FastForward_hover.png");
}

.overview-compare, .overview-licensing {
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.2;
}

.overview-compare {
	display: block;
	text-align: center;
}

.overview-compare tr :first-child {
	text-align: left;
}

.overview-compare th,
.overview-licensing-header {
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
}

.overview-compare tbody tr {
	border-bottom: 1px solid #444;
}

.overview-compare tr::before,
.overview-compare th,
.overview-compare td {
	padding: 1em;
}

.overview-compare td {
	height: 3em;
}

.overview-compare tbody tr::before,
.overview-compare td:empty {
	background-repeat: no-repeat;
	background-image: url("../images/overview/Checkmark.png");
}

.overview-compare tr::before {
	content: "\00a0";
	display: table-cell;
	width: 45px;
	min-height: 41px;
	background-origin: content-box;
	background-position: top;
	background-size: auto auto;
}

.overview-compare td:empty {
	background-position: center;
	background-size: 36px auto;
}

.overview-compare td::before,
.overview-compare td::after {
	display: inline;
	color: red;	
	font-weight: bold;
}	

.overview-compare td::before {
	content: "[";
}

.overview-compare td::after {
	content: "]";
}

.overview-compare td:first-child::before,
.overview-compare td:first-child::after,
.overview-compare td:empty::before,
.overview-compare td:empty::after {
	content: "";
}

.overview-licensing-header {
	box-sizing: border-box;
	padding: 0.5em 1em;
}

.overview-licensing {
	padding: 0 50px !important;
	border-collapse: separate;
	border-spacing: 50px 2px;
}

.overview-licensing thead,
.overview-licensing tbody {
	max-width: 1400px;
}

.overview-licensing tr {
	/* display: flex;
	flex-flow: row nowrap;
	justify-content: space-between; */
}

.overview-licensing th,
.overview-licensing td {
	padding: 1em 1.5em;
}

.overview-licensing th {
	box-sizing: border-box;
	height: 2em;
	border-bottom: 0.5em solid white;
	background-color: #2c5999;
	color: white;
	font-size: 1.333em;
}

.overview-licensing td {
	background-color: rgb(233,233,233);
}

.calltoaction {
	box-sizing: border-box;
	color: #2c5999;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
}

#compare .button-download {
	font-family: inherit; 
	font-size: inherit; 
	margin: 3em auto;
}

.overview-resources {
	padding-bottom: 0.8em;
}

.overview-resources h4 {
	margin-top: 0;
	margin-bottom: 1em;
}

.overview-resources ul {
	padding: 0;
	font-size: 0.8em;
	font-weight: bold;
	list-style-type: none;
}

.overview-resources li {
	margin: 0.5em 0;
}

.overview-resources a {
	color: #444;
}

.overview-resources a:hover {
	color: #888;
}


/* NEW FEATURES PAGE */

.section-features .field-items {
	margin-bottom: 5em;
	color: #444;
	font-size: 20px;
	line-height: 1.2;
}

.section-features h2 {
	font-size: 3.583em;
	font-weight: 300;
	line-height: 1.2;
}
@media screen and (max-width: 1200px) {
	.section-features h2 {
		padding: 0.4em 0.6em;
    	background-color: rgba(255,255,255,0.7);
	}
}

.section-features section {
	text-align: center;
}

.section-features section, 
.section-features section::before {
	margin: 0 auto 4em;
}

.section-features section::before {
	content: "\00a0";
	display: block;
	width: 50%;
	height: 1px;
	background-color: #444;	
}

.section-features section:first-of-type::before {
	display: none;
}

.section-features section::after {
  content: "";
  display: table;
  clear: both;
}

.section-features .basic-width,
.section-features header,
.section-features section {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
/*	padding: 600px 100px 0 200px; */
}

@media screen and (max-width: 1200px) {
	.section-features header,
	.section-features section {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
}

.section-features section h3 {
	width: 45%;
	margin: 1em 55% 1em 0;
	margin: 1em 0;
	font-size: 1.416em;
	font-weight: 600;
}

@media screen and (max-width: 1200px) {
	.section-features section h3 {
		width: auto;
		max-width: 420px;
	}	
}

.section-features .row-flex {
	align-items: center;
	margin-top: 1em;
}

@media screen and (max-width: 1200px) {
	.section-features .row-flex {
		width: 70%;
		margin-bottom: 10vw;
	}
}

.section-features .row-flex img {
	height: 150px;
	width: auto;
}

@media screen and (max-width: 1200px) {
	.section-features .row-flex img {
		height: auto;
		max-width: 40%;
	}
}

.features-intro {
	min-height: 600px;
	background-image: url("../images/features/FeaturePageTopImage.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-box,
.feature-link {
	float: right;
	width: 47%;
	margin-left: 8%;
	font-size: 0.9em;
	font-weight: 600;
}

.feature-box {
	box-sizing: border-box;
	margin-top: -1.5em;
	padding: 1em 4em;
	line-height: 1.7;
	text-align: left;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

@media screen and (max-width: 1200px) {
	.feature-box,
	.feature-link {
		float: none;
		order: 1;
		width: 100%;
		margin: inherit;
	}
}

.feature-link {
	clear: right;
	margin-bottom: -0.5em;
	padding: 1em;
}

.feature-link a {
	color: #88B400;
}
.feature-link a:hover {
	color: #688f40;
}

.feature-summary {
	line-height: 1.3;
}

.feature-img {
	display: inline-block;
	width: 30%;
	margin: 1em;
}

@media screen and (max-width: 1200px) {
	.feature-img {
	width: 50%;
}
}

/* COMPREHENSIVE FEATURES */

.section-features-comprehensive .field-items {
	color: #444;
}

.section-features-comprehensive h2 {
	font-size: 60px;
	font-weight: 300;
	line-height: 1.2;
	text-align: center;
}

.section-features-comprehensive table {
	display: block;
	max-width: 1400px;
	margin: 0 auto 150px;
	padding-left: 100px;
	padding-right: 100px;
	font-size: 14px;
}

.section-features-comprehensive tr {
	border-bottom: 2px solid #88B400;
	vertical-align: text-top;
}

.section-features-comprehensive thead th {
	padding: 0 0.8em 0.25em;	
	color: #88B400;
	font-size: 1.25em; 
}

.section-features-comprehensive thead th:first-child {
	padding-left: 0.4em;
}

.section-features-comprehensive tbody th {
	width: 27%;
	padding: 0.333em 2em 0 0.333em;
	font-size: 1.5em;
}

.section-features-comprehensive td {
	padding: 0.333em 1em;	
}

.section-features-comprehensive td:first-of-type {
	width: 22%;
}


/* "EXPERIENCE OVD" FOOTER */

.experience-ovd {
	padding-bottom: 360px;
	background-image: url(/sites/default/files/inuvika_landingpage_contactbackground.jpg);
	background-position: top;
	background-size: cover;
}

.experience-ovd h3 {
	margin: 0 0 1.282em;
	padding: 0.5em 0;
	font-size: 36px;
	text-align: center;
}

.experience-ovd>div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 600px;
	margin: auto;
}
@media screen and (max-width: 540px) {
	.experience-ovd>div {
		flex-direction: column;
	}
}

.experience-ovd>div .button {
	width: auto;
	padding: 20px 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
}


/* WEIRD UI HACKS */

.ui-front {
	z-index: 1002 !important;
}

.node > ul.links {
	/* the language links that show up at the end of the content body */
	display: none;
}


/* HOME PAGE PANEL */


#home-page .panels-flexible-region-inside {
    padding: 0;
}

#home-page .panels-flexible-row {
    padding: 0;
}

#home-page .panels-flexible-region-inside {
    padding: 0;
}

#home-page .pane-title {
    display:none;
}

#home-page .panels-flexible-region-9-front_sub_hero_left {
    width: 50%;
    background-color: #88B400;
}

#home-page .panels-flexible-region-9-front_sub_hero_center {
    width: 50%;
}

.home-page-front-tout-row {
/*    width: 100%; */
    background: url('/sites/all/themes/inuvika/images/home_bg.jpg') no-repeat 0 0;
    background-size: cover;
    background-position: bottom left;
}

.home-page-front-tout-region-right article {
/*    max-width: 500px;
    float: right; */
    color: #FFF;
    margin: 80px 30px;
    font-size: 100%;
}

.panels-flexible-row-9-main-row-inside .buttonWhite {
    width: 320px;
}


#home-benefits-of-ovd-enterprise .buttonWhiteContainer {
    text-align: center;
    position: absolute;
    bottom: 0px;
}


#home-benefits-of-ovd-enterprise .field-item {
    min-height: 400px;
}

#home-the-metrics .field-item {
    min-height: 400px;
}

#home-the-metrics .buttonWhiteContainer {
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.home-page-front-tout-region-right .button {
    font-size: 12pt;
    margin-top: 0;
}

.panels-flexible-row-9-main-row-inside {
	background-color: #2F599F;
}

#home-benefits-of-ovd-enterprise {
    padding: 20px 0px;
    color: #ffffff;
    font-size: 11pt;
}

#home-benefits-of-ovd-enterprise div.field-name-body {
    color: #FFF;
    max-width: 320px;
    margin: 0px auto 20px;
    font-size: 11pt;
}

#home-benefits-of-ovd-enterprise div.field-name-body p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

#home-the-metrics {
    color: #ffffff;
/*    padding: 20px 0 25px 0; */
}


#home-the-metrics .field-item {
    position:relative;
}

#home-benefits-of-ovd-enterprise .field-item {
    position:relative;
}

    
#home-the-metrics div.field-name-body {
    color: #FFF;
    max-width: 320px;
    margin: 0px auto 20px;
    font-size: 11pt;
}

#home-the-metrics div.field-name-body p:first-of-type {
    font-size: 18px;
    font-weight: bold;
}

#home-page article.node-159 header {display:none;}

.panels-flexible-column-9-6 {
	float: right;
	width: 50%;
}

/* Fix for flexible panels */

.panel-flexible,
.panels-flexible-row,
.panels-flexible-region{
/* width: 100%; */
padding: 0;
}

.panels-flexible-region-inside{
padding-left: 0 !important;
padding-right: 0 !important;
}

/* .inside{
margin: 0 !important;
} */

/* Owl Carousel */

#home-page .pane-carousel .node-title {
    display: none;

}

#home-page .pane-carousel h1 {
    font-size: 30px;
	margin-bottom:50px;
}

#home-page .pane-carousel blockquote {
	max-width: 510px;
	margin: 1.5em auto;
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
}


#home-page .pane-carousel a {
	color: #96C500;
	font-weight: bold;
	text-decoration: underline;
}

#home-page .pane-carousel h1 {
    font-size: 30px;
	margin-bottom:50px;
}

#home-page .pane-carousel blockquote h3 {
    font-size: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: left;
    margin: 0 auto 1rem;
}

#home-page .pane-carousel blockquote a {
	display: block;
	margin-top: 1rem;
	font-size: 1.25rem;
}

#home-page .pane-carousel p {
    font-size: 16px;
	font-weight:normal;
	text-align:left;
	max-width:510px;
	margin:10px 0;
}

#lang-dropdown-select-language {
    min-width: 100px !important;
}

div.pane-testimonial-slides {
    margin-bottom: 50px;
}


section#resources div.row-flex {
    margin-left: 100px;
    margin-right: 50px;
}

/* Front page testimonails slideshow  */

div.view-id-clone_of_testimonials_slideshow .views-field-vsx-slide-image {
    overflow: hidden;
}
div.view-id-clone_of_testimonials_slideshow .views-field-vsx-slide-image img {
    /* background-size: 100% 100%; */
    /* background-position: center center; */
    /* height: 615px; */
    min-height: 613px !important;
    height: auto !important;
    min-width: 100% !important;
    width: auto !important;
}

div.view-id-clone_of_testimonials_slideshow .views-slideshow-xtra-overlay {
    width: 100%;
}

.panels-flexible-region-9-front_page_testimonials {
	width: 100%;
}

div.view-id-clone_of_testimonials_slideshow {
    height: 615px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin: 0 0 30px 0;
}

div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content {
	max-width: 800px;
	margin: auto;
	padding: 40px 30px;
	box-sizing: border-box;
        text-align: center;
}

div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content h2 {
	font-size: 30px;
	margin-bottom: 50px;
        text-align: center;
}

div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content blockquote {
	max-width: 510px;
	margin: 1.5em auto;
	padding: 20px;
	background-color: rgba(0,0,0,0.5);
        line-height: 1.5em;
}


div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content blockquote  a {
	color: #96C500;
	font-weight: bold;
	text-decoration: underline;
}

.view-clone-of-testimonials-slideshow {
	position: relative;
	width: 100%;
}

div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content img {
    float: left;
    width: 4em;
    margin: 6px 15px 300px 0; /* large bottom margin prevents text wrapping */
}


div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content img.wide {
	width: auto;
	height: 4em;
	margin-left: -10px;
}

div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content p {
    font-size: 16px;
	font-weight:normal;
	text-align:left;
	max-width:510px;
	margin:10px 0;
}


#views-slideshow-controls-text-pause a {
    display: none;
}

#views-slideshow-controls-text-pause {
    display: none;
}

div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content cite.by-line:before {
	content: "\2014 \200A";
}

div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content cite.by-line {
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #96C500;
	font-family: 'Open Sans Condensed', sans-serif;
	margin-top: 1rem;
}

#views_slideshow_controls_text_clone_of_testimonials_slideshow-page_1 {
    background-color: #555555;
    position: absolute;
    top: 800px;
    width: 100%;
}

.views_slideshow_main {
    background-color: #111111;
}

#views_slideshow_controls_text_next_clone_of_testimonials_slideshow-page_1 > a {
	background: url('/sites/all/themes/inuvika/images/front/next.png') no-repeat 0 0;
	top: -400px;
	position: relative;
	display: block;
	height: 103px;
	width: 53px;
	z-index: 99;
	float: right;
        text-indent: -9999px; 
        color: #999999;
}

#views_slideshow_controls_text_previous_clone_of_testimonials_slideshow-page_1 > a {
	background: url('/sites/all/themes/inuvika/images/front/prev.png') no-repeat 0 0;
	top: -400px;
	position: relative;
	display: block;
	height: 103px;
	width: 53px;
	z-index: 99;
	float: left;
        text-indent: -9999px; 
        color: #999999;
}

.views_slideshow_cycle_teaser_section {
  width: 100% !important;
}

.views_slideshow_cycle_slide {
  width: 100% !important;
  height: auto !important;
}

.views-field-field-photos {
  img {
    width: 100% !important;
  }
}

@media screen and (max-width:767px){
    #home-page .panels-flexible-region-9-front_sub_hero_left,
    #home-page .panels-flexible-region-9-center {
            float: none !important;
            margin-right:0;
	    padding: 0% 5% !important;
	    width: 90% !important;
     }
    #home-page .buttonWhite {
        width: 100%;
    }
    #home-page .buttonWhiteContainer {
        width: 100%;
        position: static;
    }
    #home-the-metrics .field-item {
	min-height: 350px;
    }
    #home-benefits-of-ovd-enterprise .field-item {
	min-height: 350px;
    }
    .home-page-front-tout-region-right article img {
	max-width: 265px;
	padding-bottom: 20px;
    }
    .panels-flexible-region-9-home_page_front_tout_region_right {
        width: 100%;
    }
    .panels-flexible-column-9-6 {
        width: auto;
    }
    div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content h2 {
        font-size: 23px;
        line-height: 1em;
    }
    div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content p {
        font-size: 15px;
    }
    .home-page-front-tout-row {
        background-position: right bottom;
    }
    div.view-id-clone_of_testimonials_slideshow .testimonial-slide-content img {
        display: none;
    }
    #views_slideshow_controls_text_next_clone_of_testimonials_slideshow-page_1 > a,
    #views_slideshow_controls_text_previous_clone_of_testimonials_slideshow-page_1 > a {
        top: -300px;
    }

}





