/* BEGIN Screen CSS */

@font-face {
    font-family: 'colaborate-bold';
    src: url('fonts/colabbol-webfont.eot');
    src: url('fonts/colabbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabbol-webfont.woff') format('woff'),
         url('fonts/colabbol-webfont.ttf') format('truetype'),
         url('fonts/colabbol-webfont.svg#colaborate-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-light';
    src: url('fonts/colablig-webfont.eot');
    src: url('fonts/colablig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colablig-webfont.woff') format('woff'),
         url('fonts/colablig-webfont.ttf') format('truetype'),
         url('fonts/colablig-webfont.svg#colaborate-light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-medium';
    src: url('fonts/colabmed-webfont.eot');
    src: url('fonts/colabmed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabmed-webfont.woff') format('woff'),
         url('fonts/colabmed-webfont.ttf') format('truetype'),
         url('fonts/colabmed-webfont.svg#colaborate-medium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-regular';
    src: url('fonts/colabreg-webfont.eot');
    src: url('fonts/colabreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabreg-webfont.woff') format('woff'),
         url('fonts/colabreg-webfont.ttf') format('truetype'),
         url('fonts/colabreg-webfont.svg#colaborate-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'colaborate-thin';
    src: url('fonts/colabthi-webfont.eot');
    src: url('fonts/colabthi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/colabthi-webfont.woff') format('woff'),
         url('fonts/colabthi-webfont.ttf') format('truetype'),
         url('fonts/colabthi-webfont.svg#colaborate-thin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Sitewide styles */
html {
    height: 100%; 
    border: none;

    /* this is so IE11 will show scroll bars; comment on https://stackoverflow.com/questions/38772980/vertical-scrollbar-missing-in-ie11 */
    overflow: hidden;
    overflow-y: auto;
    overflow-x: visible; 
}

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px; 
    height: 100%; 
    border: none; 
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    line-height: 15px;
    color: #707070; 
    text-align: left; 
    vertical-align: top; 
    width: 1280px;
}

button {
	font-family: verdana, arial, helvetica, sans-serif;
}

select {
	width: auto;
}


.mt-0 {	margin-top: 0 !important; }
.mt-05 { margin-top: 0.5em !important; }
.mt-1 {	margin-top: 1em !important; }
.mt-2 {	margin-top: 1.25em !important; }
.mt-3 {	margin-top: 1.5em !important; }
.mt-4 {	margin-top: 2em !important; }
.mt-5 {	margin-top: 3em !important; }

.mt-1-li li { margin-top: 1em !important }

.mb-0 {	margin-bottom: 0 !important; }
.mb-05 { margin-bottom: 0.5em !important; }
.mb-1 {	margin-bottom: 1em !important; }
.mb-2 {	margin-bottom: 1.25em !important; }
.mb-3 {	margin-bottom: 1.5em !important; }
.mb-4 {	margin-bottom: 2em !important; }
.mb-5 {	margin-bottom: 3em !important; }

.ml-0 {	margin-left: 0 !important; }
.ml-05 { margin-left: 0.5em !important; }
.ml-1 {	margin-left: 1em !important; }
.ml-2 {	margin-left: 1.25em !important; }
.ml-3 {	margin-left: 1.5em !important; }
.ml-4 {	margin-left: 2em !important; }
.ml-5 {	margin-left: 3em !important; }

.mr-0 {	margin-right: 0 !important; }
.mr-05 { margin-right: 0.5em !important; }
.mr-1 {	margin-right: 1em !important; }
.mr-2 {	margin-right: 1.25em !important; }
.mr-3 {	margin-right: 1.5em !important; }
.mr-4 {	margin-right: 2em !important; }
.mr-5 {	margin-right: 3em !important; }

.mx-0 {	margin-left: 0 !important; margin-right: 0 !important; }
.mx-05 { margin-left: 0.5em !important; margin-right: 0.5em !important; }
.mx-1 {	margin-left: 1em !important; margin-right: 1em !important; }
.mx-2 {	margin-left: 1.25em !important; margin-right: 1.25em !important; }
.mx-3 {	margin-left: 1.5em !important; margin-right: 1.5em !important; }
.mx-4 {	margin-left: 2em !important; margin-right: 2em !important; }
.mx-5 {	margin-left: 3em !important; margin-right: 3em !important; }

.my-0 {	margin-top: 0 !important; margin-bottom: 0 !important; }
.my-05 { margin-top: 0.5em !important; margin-bottom: 0.5em !important; }
.my-1 {	margin-top: 1em !important; margin-bottom: 1em !important; }
.my-2 {	margin-top: 1.25em !important; margin-bottom: 1.25em !important; }
.my-3 {	margin-top: 1.5em !important; margin-bottom: 1.5em !important; }
.my-4 {	margin-top: 2em !important; margin-bottom: 2em !important; }
.my-5 {	margin-top: 3em !important; margin-bottom: 3em !important; }


.pt-0 {	padding-top: 0 !important; }
.pt-05 { padding-top: 0.5em !important; }
.pt-1 {	padding-top: 1em !important; }
.pt-2 {	padding-top: 1.25em !important; }
.pt-3 {	padding-top: 1.5em !important; }
.pt-4 {	padding-top: 2em !important; }
.pt-5 {	padding-top: 3em !important; }

.pb-0 {	padding-bottom: 0 !important; }
.pb-05 { padding-bottom: 0.5em !important; }
.pb-1 {	padding-bottom: 1em !important; }
.pb-2 {	padding-bottom: 1.25em !important; }
.pb-3 {	padding-bottom: 1.5em !important; }
.pb-4 {	padding-bottom: 2em !important; }
.pb-5 {	padding-bottom: 3em !important; }

.pl-0 {	padding-left: 0 !important; }
.pl-05 { padding-left: 0.5em !important; }
.pl-1 {	padding-left: 1em !important; }
.pl-2 {	padding-left: 1.25em !important; }
.pl-3 {	padding-left: 1.5em !important; }
.pl-4 {	padding-left: 2em !important; }
.pl-5 {	padding-left: 3em !important; }

.pr-0 {	padding-right: 0 !important; }
.pr-05 { padding-right: 0.5 !important; }
.pr-1 {	padding-right: 1em !important; }
.pr-2 {	padding-right: 1.25em !important; }
.pr-3 {	padding-right: 1.5em !important; }
.pr-4 {	padding-right: 2em !important; }
.pr-5 {	padding-right: 3em !important; }

.px-0 {	padding-left: 0 !important; padding-right: 0 !important; }
.px-05 { padding-left: 0.5em !important; padding-right: 0.5em !important; }
.px-1 {	padding-left: 1em !important; padding-right: 1em !important; }
.px-2 {	padding-left: 1.25em !important; padding-right: 1.25em !important; }
.px-3 {	padding-left: 1.5em !important; padding-right: 1.5em !important; }
.px-4 {	padding-left: 2em !important; padding-right: 2em !important; }
.px-5 {	padding-left: 3em !important; padding-right: 3em !important; }

.py-0 {	padding-top: 0 !important; padding-bottom: 0 !important; }
.py-05 { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }
.py-1 {	padding-top: 1em !important; padding-bottom: 1em !important; }
.py-2 {	padding-top: 1.25em !important; padding-bottom: 1.25em !important; }
.py-3 {	padding-top: 1.5em !important; padding-bottom: 1.5em !important; }
.py-4 {	padding-top: 2em !important; padding-bottom: 2em !important; }
.py-5 {	padding-top: 3em !important; padding-bottom: 3em !important; }

.w-50 { width: 50% !important; }
.w-100 { width: 100% !important; }


.list-style-none {
	list-style: none !important;
}

.text-decoration-none {
    text-decoration: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.d-none {
    display: none;
}


/* Body Override - Landing Pages */
.landingPageBody { 
	width: 100%;
	/*z-index: -100;*/
	position:relative;

}

/*End of Body Override - Landing Pages */


.green-color {
	color: #71BF1D !important;
}

.blue-color {
	color: #0097e7 !important;
}

.white-color {
	color: #ffffff !important;
}


form {
	margin: 0px;
}

label {
	cursor: pointer;
}

p {
    font-family: verdana, arial, helvetica, sans-serif; 
    color: #707070; 
    background-color: transparent; 
    font-size: 14px;
    line-height: 22px;
    text-align: left; 
    vertical-align: top; 
    margin: 10px 10px 15px 0px;
}


	
sup {
    vertical-align: super; 
    font-size: 6pt;
}

table {
    border: none;
}

td {
    font-family: verdana, arial, helvetica, sans-serif; 
    font-size: 12px;
    line-height: 15px;
    color: #707070; 
    background-color: #FFFFFF; 
    text-align: left; 
    vertical-align: top;
    padding: 0;
}
										


img								{
	border: none;
	background-color: transparent;
} 

a {
    color: #0097e7;
    text-decoration: none;
}

a:hover {
    color: #0097e7;
    text-decoration: underline;
}

.hline {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 0px;
    background-color: #aaaaaa;
    line-height: 1px;
}

hr {
    border: 0px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    height: 1px;
    width: 100%;
    text-align: left;
}


.btn,
a.btn {
    padding: 2px 10px;
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
    box-shadow: unset;
}

.btn-lg {
	padding: 0.9em 1.9em !important;
	font-size: 1.25em !important;
}

.btn-xlg {
	padding: 1.25em 2em !important;
	font-size: 1.5em !important;
}

.btn-primary,
a.btn-primary {
	background-image: -moz-linear-gradient(to bottom,#009fef,#009fef);
	background-image: -webkit-linear-gradient(to bottom,#009fef,#009fef);
	background-image: -o-linear-gradient(to bottom,#009fef,#009fef);
	background-image: -ms-linear-gradient(to bottom,#009fef,#009fef);
	background-image: linear-gradient(to bottom,#009fef,#009fef);
    border: solid 2px #009fef;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0,0,0,0);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:active,
a.btn-primary:focus {
	background-image: -moz-linear-gradient(to bottom,#0090e0,#0090e0);
	background-image: -webkit-linear-gradient(to bottom,#0090e0,#0090e0);
	background-image: -o-linear-gradient(to bottom,#0090e0,#0090e0);
	background-image: -ms-linear-gradient(to bottom,#0090e0,#0090e0);
	background-image: linear-gradient(to bottom,#0090e0,#0090e0);
	background-color: #0090e0;
    border: solid 2px #0090e0;
}


.btn-primary-inverse,
a.btn-primary-inverse {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: -webkit-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: -o-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: -ms-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: linear-gradient(to bottom,#ffffff,#ffffff);
	font-weight: bold;
	border: solid 2px #009fef;
	text-shadow: 0 0px 0 rgba(0,0,0,0);
	color: #009fef;
}

.btn-primary-inverse:hover,
.btn-primary-inverse:active,
.btn-primary-inverse:focus,
a.btn-primary-inverse:hover,
a.btn-primary-inverse:active,
a.btn-primary-inverse:focus {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: -webkit-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: -o-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: -ms-linear-gradient(to bottom,#ffffff,#ffffff);
	background-image: linear-gradient(to bottom,#ffffff,#ffffff);
	border: solid 2px #0090e0;
	color: #0090e0;
}


.btn-giva-green,
a.btn-giva-green {
    background-color: #71BF1D;
	background-image: -moz-linear-gradient(top , #71BF1D, #71BF1D);
	background-image: -webkit-linear-gradient(top , #71BF1D, #71BF1D);
	background-image: -o-linear-gradient(top , #71BF1D, #71BF1D);
	background-image: -ms-linear-gradient(top , #71BF1D, #71BF1D);
	background-image: linear-gradient(top , #71BF1D, #71BF1D);
	background-repeat: repeat-x;
	border: solid 2px #71BF1D;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	font-weight: bold;
}

.btn-giva-green:hover,
.btn-giva-green:active,
.btn-giva-green:focus,
a.btn-giva-green:hover,
a.btn-giva-green:active,
a.btn-giva-green:focus {
    background-color: #63B10F;
	background-image: -moz-linear-gradient(to bottom,#63B10F,#63B10F);
	background-image: -webkit-linear-gradient(to bottom,#63B10F,#63B10F);
	background-image: -o-linear-gradient(to bottom,#63B10F,#63B10F);
	background-image: -ms-linear-gradient(to bottom,#63B10F,#63B10F);
	background-image: linear-gradient(to bottom,#63B10F,#63B10F);
	color: #ffffff;
	border: solid 2px #63B10F;
}

.btn-warning,
a.btn-warning {
	background-color: #fa941a;
	background-image: -moz-linear-gradient(to bottom,#fa941a,#fa941a);
	background-image: -webkit-linear-gradient(to bottom,#fa941a,#fa941a);
	background-image: -o-linear-gradient(to bottom,#fa941a,#fa941a);
	background-image: -ms-linear-gradient(to bottom,#fa941a,#fa941a);
	background-image: linear-gradient(to bottom,#fa941a,#fa941a);
	border: solid 2px #fa941a;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0,0,0,0);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
a.btn-warning:hover,
a.btn-warning:active,
a.btn-warning:focus {
	background-color: #eb850b;
	background-image: -moz-linear-gradient(to bottom,#eb850b,#eb850b);
	background-image: -webkit-linear-gradient(to bottom,#eb850b,#eb850b);
	background-image: -o-linear-gradient(to bottom,#eb850b,#eb850b);
	background-image: -ms-linear-gradient(to bottom,#eb850b,#eb850b);
	background-image: linear-gradient(to bottom,#eb850b,#eb850b);
	border: solid 2px #eb850b;
}


.card-container {
    /* this is so the card container will look the same if the shadow is applied or not */
    margin: 1em;
	color: #000;
    background-color: #fff;
}

.card-container-shadow {
	box-shadow: 0px 3px 15px 0 #ccc;
}

.card-border-radius-all {
	border-radius: 10px;
}

.card-border-radius-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.card-title {
	text-align: center;
	background-color: #0097e7;
	color: #ffffff !important;
}


.col-2-layout {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;

	-webkit-column-gap: 6em; /* Chrome, Safari, Opera */
    -moz-column-gap: 6em; /* Firefox */
    column-gap: 6em;
}

.col-2-layout.normal-text-thick {
	-webkit-column-gap: 6rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 6rem; /* Firefox */
    column-gap: 6rem;
}

.col-2-layout li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}

.col-3-layout {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;

	-webkit-column-gap: 2rem; /* Chrome, Safari, Opera */
    -moz-column-gap: 2rem; /* Firefox */
    column-gap: 2rem;
}

.col-3-layout li {
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
	page-break-inside: avoid; /* Firefox */
	break-inside: avoid; /* IE 10+ */
}


.bullet-list-green {
	list-style: none;
}

.bullet-list-green li:before {
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	content: "\2022";
	color: #71bf1d;
	font-size: 1.2em;
 }

.bullet-list-blue {
	list-style: none;
}

.bullet-list-blue li:before {
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	content: "\2022";
	color: #0097e7;
	font-size: 1.2em;
 }


.cs-color-stelizabeth,
.cs-color-stelizabeth li:before {
    color: #c60f2a;
}
.border-top-stelizabeth {
    border-top: solid 6px #c60f2a;
}

.cs-color-sante,
.cs-color-sante li:before {
    color: #6a277e;
}
.border-top-sante {
    border-top: solid 6px #6a277e;
}

.cs-color-edims,
.cs-color-edims li:before {
    color: #27a1d9;
}
.border-top-edims {
    border-top: solid 6px #27a1d9;
}

.cs-color-miles,
.cs-color-miles li:before {
    color: #4b9e44;
}
.border-top-miles {
    border-top: solid 6px #4b9e44;
}

.cs-color-gordon,
.cs-color-gordon li:before {
    color: #005da9;
}
.border-top-gordon {
    border-top: solid 6px #005da9;
}

.cs-color-lewis,
.cs-color-lewis li:before {
    color: #b31509;
}
.border-top-lewis {
    border-top: solid 6px #b31509;
}

.cs-color-lifepics,
.cs-color-lifepics li:before {
    color: #274871;
}
.border-top-lifepics {
    border-top: solid 6px #274871;
}

.cs-color-invivo,
.cs-color-invivo li:before {
    color: #4f2683;
}
.border-top-invivo {
    border-top: solid 6px #4f2683;
}

.border-top-metrohealth {
    border-top: solid 6px #07a8a5;
}

.border-top-athens {
    border-top: solid 6px #a80532;
}

.border-top-casio {
    border-top: solid 6px #0077a9;
}

.border-top-pronger {
    border-top: solid 6px #0a689e;
}

.border-top-sanjacinto {
    border-top: solid 6px #00639a;
}

.border-top-westway {
    border-top: solid 6px #3a91bc;
}

.border-top-pcts {
    border-top: solid 6px #0455a7;
}

.border-top-russell {
    border-top: solid 6px #000827;
}

.border-top-schulte {
    border-top: solid 6px #080808;
}

.border-top-sills {
    border-top: solid 6px #040404;
}

.border-top-iz3d {
    border-top: solid 6px #58b0c8;
}

.border-top-contactworks {
    border-top: solid 6px #760006;
}

.border-top-hewlett {
    border-top: solid 6px #0f2b02;
}

.border-top-williams {
    border-top: solid 6px #0c244a;
}

.border-top-thacher {
    border-top: solid 6px #820120;
}

.border-top-virturad {
    border-top: solid 6px #0067a8;
}

.border-top-stroock {
    border-top: solid 6px #dd2622;
}

.border-top-dataram {
    border-top: solid 6px #515556;
}

.border-top-ebg {
    border-top: solid 6px #2f6f88;
}

.border-top-mindshift {
    border-top: solid 6px #236bb7;
}

.border-top-art {
    border-top: solid 6px #e3445a;
}


/* original */
.bullet-list-solid-right-arrow {
	list-style: none;
	font-family: colaborate-thin;
	font-size: 2em;
}

.bullet-list-solid-right-arrow li {
	line-height: 1.3em;
}

.bullet-list-solid-right-arrow li:before {
	display: inline-block;
	content: "\25B6";
	color: #0097e7;
	font-weight: bold;
	font-size: 1em;
	margin-left: -1.2em;
	width: 1.1em;
}


.product-videos-lg .bullet-list-solid-right-arrow li:before {
	margin-left: -1.4em;
}


.bullet-list-green-checkbox > li {
	margin-bottom: 15px;
	margin-left: 15px;
	list-style-type: none;
}

.bullet-list-green-checkbox > li:before {
    content: url(/images/green_checkmark.png);
	position: absolute;
	margin-left: -32px;
	margin-top: 1px;
}


/* Default content definitions */
.default-container-content {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}


/* Override Bootstrap */
.default-container-content [class^="span"] {
	margin-left: 0px;
}


.text-upper {
	text-transform: uppercase !important;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.center-width {
    /* this helps if used on an img */
    display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-italic {
    font-style: italic !important;
}

.text-underline {
	text-decoration: underline;
}


/*
	Common constructs
*/

/* Schedule call */
.schedule-call a {
	text-decoration: none;
	color: #0097e7;
}

.schedule-call a div:hover {
	text-decoration: underline;
}

.schedule-call img {
    display: inline-block;
	padding-right: 0.3em;
	width: 1em;
}

.schedule-call a div {
    display: inline-block;
    vertical-align: middle;
}

.schedule-call-lg img {
	padding-right: 0.7em;
	width: 2em;
}

.schedule-call-lg a span {
	padding-top: 4px;
	font-size: 1.5em;
}

.schedule-call-xlg img {
	padding-right: 15px;
	width: 40px;
}

.schedule-call-xlg a span {
	padding-top: 0;
}


.standard-list li {
	padding-top: 0.5em;
}

.standard-list li:first-child {
	padding-top: 0;
}


/* Default header */
.default-header-container {
	background-color: #ffffff;
/*	height: 55px; */
	position: relative;
	width: 100%;
}

.default-header-container-sticky {
    position: sticky;
	will-change: transform; /* forces rendering the element in its own layer, improving repaint speed and therefore improving performance and accessibility */
	top: 0;
    left: 0;
	z-index: 100;

	/* adds a visible break between the "stuck" titlebar and the rest of the content, would not be needed if we could apply the .page-titlebar__stucky class */
    /*
	background-clip: padding-box; */ /* allows for transparent border color to bleed through */
}

.default-header-container-sticky-border {
    height: 10px;
	background: -moz-linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -webkit-linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -ms-linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -o-linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.default-header-social {
	padding-top: 15px;
	padding-right: 15px;
	height: 33px;
}

.default-header-social .nav {
	height: 26px;
	width: 43px;
}

.default-header-social img {
	padding-right: 12px;
	padding-top: 2px;
	float: right;
}

.default-header-social span {
	float: right;
}

.default-header-social ul {
	margin-bottom: 0px;
}

.default-header-social #headerPhone {
	padding-top: 3px;
	padding-right: 9px;
	float: right;
}

.default-header-social #headerScheduleCall {
	padding-top: 0;
	padding-right: 3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #006dcc;
	float: right;
}

.default-header-social #headerScheduleCall a {
	color: #1199E4;
	text-decoration: none;
}

.default-header-social #headerScheduleCall a:hover {
	text-decoration: underline;
}

.default-header-social #headerScheduleCall img {
	padding-top: 0;
	padding-right: 0.7em;
	width: 1.6em;
	float: left;
}

.default-header-social #headerScheduleCall a span {
	padding-top: 3px;
}

.default-header-social .dropdown {
	height: inherit;
	border: 1px solid #ffffff;
	padding-top: 3px;
	margin-top: -3px;
	z-index: 10;
}


.default-header-social .dropdown.open,
.default-header-social .dropdown.active {
	background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
	border-bottom: 1px solid #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.default-header-social .caret,
.default-header-social li.dropdown.open .caret,
.default-header-social li.dropdown.open.active .caret,
.default-header-social li.dropdown.open a:hover .caret,
.default-header-social li.dropdown.open a:focus .caret {
	margin-top: 9px !important;
	margin-left: 0px !important;
	border-bottom-color: #a0a0a0 !important;
    border-top-color: #a0a0a0 !important;
}

.default-header-social .dropdown-toggle {
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: #ffffff !important;
	z-index: 1001;
}

.default-header-social .dropdown-toggle img {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	float: left;
}

.default-header-social .dropdown-menu {
	margin-left: -90px;
	margin-top: -1px;
	min-width: 130px;
    border-radius: 0;
}

.default-header-social .dropdown-menu li a {
	color: #666666;
	text-decoration: none;
}

.default-header-social .dropdown-menu li a:hover,
.default-header-social .dropdown-menu li a:focus {
    /* override Bootstrap */
	background: none;;
    color: #0097e7;
}


/* This removed the Bootstrap default lower border */
.default-header-nav-tabs {
	border: none;
	margin-bottom: 0px;
}

.default-header-nav-tabs > li {
	margin-top: 7px !important;
}

.default-header-nav-tabs > li a {
	padding: 14px 18px 17px 18px !important;
	color: #666666;
	text-decoration: none;
}

.default-header-nav-tabs > li a:focus {
	background: #ffffff;
}

.nav-tabs .default-header-nav-tabs-item .default-header-nav-tabs-item-caret {
    position: relative;
    padding-right: 10px;
}

.nav-tabs .default-header-nav-tabs-item .default-header-nav-tabs-item-caret:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 5px;
  border-top: 5px solid #666666;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.nav-tabs .default-header-nav-tabs-item .default-header-nav-tabs-item-caret:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 7px;
  border-top: 3px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.nav-tabs .default-header-nav-tabs-item.open .default-header-nav-tabs-item-caret:before {
    border-top: none;
    border-bottom: 5px solid #0097e7;
}

.nav-tabs .default-header-nav-tabs-item.open .default-header-nav-tabs-item-caret:after {
    top: 10px;
    border-top: none;
    border-bottom: 3px solid #fff;
}

.nav-tabs .default-header-nav-tabs-item.active .default-header-nav-tabs-item-caret:before {
    border-top-color: #0078b8;
}

.nav-tabs .default-header-nav-tabs > li a:hover,
.nav-tabs .default-header-nav-tabs > li:hover,
.nav-tabs .default-header-nav-tabs-item.open a.dropdown-toggle,
/* for when loading a page that will activate a nav item */
.nav-tabs .default-header-nav-tabs-item.active a.dropdown-toggle,
/* for when loading a page that will active a link-only nav item */
.nav-tabs .default-header-nav-tabs-item.active-link a,
.nav-tabs .default-header-nav-tabs-item.active-link a:hover,
/* Bootstrap overrides */
.nav-tabs .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
	color: #0097e7;
    background: #ffffff;
    /* without this, it shifts on mouseover */
    border: solid 1px #ffffff;;
}

/* this is for when the nav item is only a link and not a dropdown */
.nav-tabs .default-header-nav-tabs-item-link.open a {
    text-decoration: underline;
    background: none;
    border: solid 1px #fff;
    color: #0097e7;
}

/* active item */
.nav-tabs .default-header-nav-tabs-item.active > a.dropdown-toggle,
.nav-tabs .default-header-nav-tabs-item.active-link a {
    color: #0078b8;
}

.default-header-nav-dropdown {
	margin-top: -5px;
	padding: 6px 5px 12px;
	border-radius: 4px !important;
	border: none;
    
    -webkit-box-shadow: 0 0px 21px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0px 21px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 21px rgba(0,0,0,0.2);
}

.default-header-nav-dropdown:before{
    position: absolute;
    top: -16px;
    height: 0;
    width: 0;
    left: 47%;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    content: "";
}

.default-header-nav-dropdown > li a {
	padding: 10px 15px !important;
	text-decoration: none;
}

.default-header-nav-dropdown > li a:hover,
.default-header-nav-dropdown > li a:focus {
	color: #0097e7;
    border: none;
    background: none;
}


.default-header-action-button {
	padding-top: 18px;
	padding-right: 0px;
}


/* default header background */

.landing-special .default-header-background {
    background: url(/images/desk_mountains_bg.png) no-repeat;
    background-size: auto 192px;
    background-position: right;
}

@media screen and (min-width: 1800px) {
    .landing-special .default-header-background {
        background-image: url(/images/desk_mountains_bg_wide.png);
    }
}



/* Home page */

.landing-special .home-header-background {
    background: url(/images/giva_difference_clouds_bg.png) no-repeat;
    background-size: auto 500px;
    background-position: right;
}

.landing-special .home-header-background-EU {
    background: url(/images/giva_difference_clouds_bg_EU.png) no-repeat;
    background-size: auto 500px;
    background-position: right;
}

/* this is needed to override the bootstrap default; this provides higher specificity */
.landing-special [class^="span"].home-header-col1 {
    /* !important here will override the media definitions following */
    width: 46%;
}

@media screen and (min-width: 1620px) {
    .landing-special .home-header-background {
        background-image: url(/images/giva_difference_clouds_bg_wide.png);
    }

    .landing-special .home-header-background-EU {
        background-image: url(/images/giva_difference_clouds_bg_wide_EU.png);
    }

    .landing-special .home-header-col1 {
        width: 45% !important;
    }
}

@media screen and (min-width: 1760px) {
    .landing-special .home-header-col1 {
        width: 46% !important;
    }
}


.home-header-button a {
	color: #ffffff;
}


.home-pr-items-container {
    border-right: solid 1px #cbcbcb;
    min-height: 550px;
}


/* Product pages */

.product-header-container {
	position: relative;
	width: 100%;
}

.product-forms {
	width: 70%;
	margin-left: 10%;
}


/* Product demo */

.product-demo-list {
	counter-reset: item;
}

.product-demo-list {
    margin-left: 38px;
	list-style-type: none;
}

.product-demo-list li {
	margin-top: 1em;
	text-indent: -36px;
}

.product-demo-list li:before {
    content: counter(item, decimal-leading-zero) '. ';
    counter-increment: item;
}

.product-screenshots-category-container {
	margin-left: 15px;
	margin-right: 15px;
	background-color: #ffffff;
}


/* Carousels */
.product-carousel-nav {
	margin-top: 0px;
	text-decoration: none;
	background: none !important;
	border: none !important;
}

.home-carousel-container .product-carousel-nav {
    top: 46%;
}


/* Default Footer */

.default-footer-sitemap-container {
	background: #f2f2f2;
}

.default-footer-sitemap-container a {
    color: #666666;
	text-decoration: none;
}
									 
.default-footer-sitemap-container a:hover {
	text-decoration: underline;
}

.default-footer-sitemap-container li {
    margin-top: 0.8em;
}


.default-footer-container {
	background: #666666;
	height: 55px;
}

@media only screen and (max-width: 1420px) {
	.default-footer-container {
		/* allow for AddThis icons at the bottom */
		margin-bottom: 32px;
	}
}

.default-footer-container a {
	text-decoration: none;
	color: inherit;
}

.default-footer-container a:hover {
	text-decoration: underline;
}


/* Giva Difference pages */

.landing-special .difference-header-background {
    background-image: -webkit-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk.png);
    background-image: -o-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk.png);
    background-image: -moz-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk.png);
    background-image: -ms-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk.png);
    background-image: linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk.png);
    background-size: auto 540px;
    background-position: right;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1650px) {
    .landing-special .difference-header-background {
        background-image: -webkit-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk_wide.png);
        background-image: -o-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk_wide.png);
        background-image: -moz-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk_wide.png);
        background-image: -ms-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk_wide.png);
        background-image: linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/giva_difference_desk_wide.png);
    }
}



/* Demo pages */

.cs-nav-arrows {
	margin-top: 0px;
	padding-top: 20px;
	position: fixed;
	top: 43%;
	left: auto;
	width: 40px;
	height: 70px;
	line-height: 30px;
	border: none !important;
	border-radius: 0px !important;
	opacity: 1;
	text-align: center;
	font-size: 60px;
}


.cs-nav-arrows-prev:hover,
.cs-nav-arrows-next:hover {
	opacity: 1 !important;
	background: #f1f7fc !important;
    filter: brightness(96%);
}

.cs-nav-arrows-prev:focus,
.cs-nav-arrows-next:focus {
    outline: none;
}

.cs-nav-arrows-prev:hover img ,
.cs-nav-arrows-next:hover img {
    filter: brightness(120%);
}


.demo-carousel-main-content > ul {
	list-style: none;
	margin-left: 14px;
}

.demo-carousel-main-content > ul li {
    margin-top: 0.8em;
	text-indent: -8px;
}

.demo-carousel-main-content > ul li:before {
	content: "-";
	position: relative;
	left: -5px;
}


.cs-nav-arrows-slideout {
	display: none;
	position: absolute;
	height: 90px;
	z-index: 1;
	white-space: nowrap;
	outline: 0;
    top: 0;
}

.cs-nav-arrows-slideout-prev {
	left: 40px;
}

.cs-nav-arrows-slideout-next {
	right: 40px;
}


.demo-nav-arrows-slideout-prev-inner {
	-webkit-transition-duration: right 0.3s ease-in-out 0s;
	-moz-transition-duration: right 0.3s ease-in-out 0s;
	-o-transition-duration: right 0.3s ease-in-out 0s;
	transition-duration: right 0.3s ease-in-out 0s;
}

.demo-nav-arrows-slideout-next-inner {
	-webkit-transition-duration: left 0.3s ease-in-out 0s;
	-moz-transition-duration: left 0.3s ease-in-out 0s;
	-o-transition-duration: left 0.3s ease-in-out 0s;
	transition-duration: left 0.3s ease-in-out 0s;
}

.cs-nav-arrows-slideout-inner-inner-prev {
	margin: 23px 23px 23px 12px;
    text-align: left;
}

.cs-nav-arrows-slideout-inner-inner-prev {
	margin-top: 5px;
}

.cs-nav-arrows-slideout-inner-inner-next {
	margin: 23px 12px 23px 23px;
    text-align: right;
}

.cs-nav-arrows-slideout-inner-inner-next {
	margin-top: 5px;
}

/* Chrome needed this */
.cs-nav-arrows-prev:hover,
.cs-nav-arrows-next:hover {
	z-index: 2;
}

.cs-nav-arrows-prev:hover .cs-nav-arrows-slideout-prev,
.cs-nav-arrows-next:hover .cs-nav-arrows-slideout-next {
	display: block;
}



/* Case Study */

.cs-rotated-item-img {
	width: inherit;
	height: 90px;
	display: table-cell;
	vertical-align: bottom;
	text-align: center;
}

.cs-rotated-item-list {
	margin: 0;
	padding: 15px 0 20px 0;
	height: 400px;
	list-style-type: none;
}

.cs-rotated-item-list li {
	margin-bottom: 15px;
	margin-left: 55px;
    padding-right: 32px;
}


/* Case study full pages */

.cs-detail-content-container {
    width: calc(100% - 160px);
    margin-left: auto;
	margin-right: auto;
}

.cs-detail-pull-quote-container {
    overflow: hidden;
}

.cs-detail-pull-quote-container > div {
	/* Large margin/padding so each container has the same height as the parent container */
    margin-bottom: -99999px;
    padding: 1.6em 1em 100024px 1em;
}


/* Testimonials */

.testimonial-main-item-quote-container {
	height: 370px;
}


/* Labs */

.labs-content-container ul li {
    margin-top: 0.5em;
}

.labs-content-container ul li:first-child {
    margin-top: 0;
}

.company-labs-left-nav-list {
	list-style: none;
	text-indent: -26px;
}

.company-labs-left-nav-list li {
	line-height: 15px;
	padding-bottom: 10px;
	color: #0078b8 !important;
}

.company-labs-main-list {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.company-labs-main-list li {
	padding-top: 1em;
}

.company-labs-main-list li:first-child {
	padding-top: 0;
}


/* Competitive pages */

.compare-main-item-container {
	margin: 1em !important;
	padding: 1em 4em;
    width: 31% !important;
	height: 165px;
	background: #ffffff;
}

.compare-main-item-img-container {
    /* this allows for clicking over to the right of the image */
    padding-right: 8em;
	display: table-cell;
	vertical-align: middle;
	height: 100px;
    font-size: initial;
}


/* white papers */

.landing-special .whitepaper-landing-header-background {
    background-image: -webkit-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg.png);
    background-image: -o-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg.png);
    background-image: -moz-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg.png);
    background-image: -ms-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg.png);
    background-image: linear-gradient(to right, #ffffff 50%, transparent 5%, transparent 45%), url(/images/whitepaper_lightbulb_bg.png);
    background-size: auto 493px;
    background-position: right;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1750px) {
    .landing-special .whitepaper-landing-header-background {
        background-image: -webkit-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg_wide.png);
        background-image: -o-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg_wide.png);
        background-image: -moz-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg_wide.png);
        background-image: -ms-linear-gradient(to right, #ffffff 47%, transparent 5%, transparent 48%), url(/images/whitepaper_lightbulb_bg_wide.png);
        background-image: linear-gradient(to right, #ffffff 50%, transparent 5%, transparent 45%), url(/images/whitepaper_lightbulb_bg_wide.png);
    }
}

.landing-special .default2-header-background {
    background: url(/images/clouds_bg_wide.png) no-repeat;
    background-size: auto 192px;
    background-position: left;
}


.learn-main-content-featured-item img {
	width: 240px;
    border-radius: 4px;
}

.learn-title-area-col1 img {
	height: 365px;
    border-radius: 4px;
}


#formModal, #presubmitModal {
	margin-left: -337px;
	width: 670px;
	color: #808080;
}

#formModal.modal.fade.in,
#presubmitModal.modal.fade.in {
	top: 5% !important;
}


#spinnerModal {
	width: 500px;
	margin-left: auto;
	top: 30%;
	left: calc(50% - 250px);
}

#spinnerModal .modal-body {
	font-size: 2em;
	line-height: 1.5em;
}

#spinnerModal .modal-footer {
	color: #000000;
}

#spinnerModal .loader {
	margin-top: 3em;
	
	position: absolute;
	top: calc(50% + 40px) !important;
	left: calc(50% - 40px) !important;
	border: 12px solid #f3f3f3; /* Light grey */
	border-top: 12px solid #71BF1D; /* #3498db; */ /* Blue */
	border-radius: 50%;
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


.learn-form-modal-header-container {
	padding-left: 20px;
	padding-right: 20px;
	background: #71BF1D;
	border-radius: 6px 6px 0 0;
}

.learn-form-modal-header-title {
	padding-bottom: 8px;
	color: #ffffff !important;
}

.learn-form-modal-header-close {
	margin-top: 9px !important;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	opacity: 1;
}

.learn-form-modal-header-close:hover,
.learn-form-modal-header-close:focus {
	color: #f0f0f0;
}


.learn-form-modal-body-container {
	padding: 20px;
}

.learn-form-modal-body-container p {
	font-size: 14px;
}

.learn-form-modal-item-list li {
	margin-top: 0.5em;
	list-style-type: none;
	text-indent: -26px;
}

.learn-form-modal-checkbox-text {
    display: inline;
}
  
.learn-form-modal-checkbox {
	margin-bottom: 5px !important;
}
  
.learn-form-modal-checkbox + label {
    display: inline-block;
    position: relative;
	margin-bottom: -4px;
	margin-left: -18px;
    padding: 9px;
	line-height: 25px;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    border-radius: 3px;
}
  
.learn-form-modal-checkbox + label:active,
.learn-form-modal-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
  
.learn-form-modal-checkbox:checked + label {
    background-color: #1199E4;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.learn-form-modal-actions-container input {
	text-transform: uppercase;
}

.learn-form-modal-element-focus {
	outline: dotted 1px #a0a0a0;
}


.learn-form-tools-single-select > .span3 {
	width: 30%;
	margin-right: 3%;
}

.learn-form-tools-single-select > .span3:last-child {
	padding-right: 0;
}

.learn-form-tools-single-select > div {
	height: 332px;
	border: 1px solid #cccccc;
}

.learn-form-tools-single-select-item.enabled {
	box-shadow: 5px 5px 18px -8px #666666;
}

.learn-form-tools-single-select-item-text {
	padding: 1.8em;
	border-bottom: 1px solid #cccccc;
	height: 88px;
}

.learn-form-tools-single-select-item-text > div:first-child {
	height: 90px;
}

.learn-form-tools-single-select-item-option {
	padding-top: 1em;
	padding-left: 3.5em;
}

.learn-form-tools-single-select-item-text > div:first-child,
.learn-form-tools-single-select-item-option > div:first-child {
	float: left;
	clear: both;
    margin-top: 4px;
    margin-right: 10px;
}

.learn-form-tools-single-select-item-text > div:last-child ,
.learn-form-tools-single-select-item-option > div:last-child {
	margin-left: 26px
}


.learn-normal-list li {
    margin-top: 1em;
}

.learn-numbered-list li {
    margin-top: 1em;
}

.learn-numbered-list-paren {
	counter-reset: item;
	list-style: none;
	margin-left: 6px;
}

.learn-numbered-list-paren li,
.learn-alpha-list-paren li {
	margin-top: 1em;
	padding-left: 17px;
	text-indent: -25px;
	line-height: 22px;
}

.learn-numbered-list-paren li:before {
	content: counter(item, decimal) ") ";
	counter-increment: item;
}

.learn-alpha-list-paren {
	counter-reset: item;
	list-style: none;
	margin-left: 21px;
}

.learn-alpha-list-paren li:before {
	content: counter(item, lower-alpha) ") ";
	counter-increment: item;
}


.learn-table > .row-fluid {
	padding-bottom: 15px;
}

.learn-table .span7 {
	margin-left: 15px;
	
}

.learn-table a {
	color: #1199E4;
}

.learn-grid-table th, 
.learn-grid-table td {
	padding: 5px;
	border: 1px solid #707070;
}

.learn-tough-questions-number-container {
	width: 12% !important;
}

.learn-list-table th {
	border: solid 1px #CBCBCB;
	color: #ffffff;
	background-color: #ababab;
	text-align: center;
}

.learn-list-table tr {
	border-top: solid 1px #CBCBCB;
	border-bottom: solid 1px #CBCBCB;
}

.learn-list-table td {
    padding-right: 1em;
}

.learn-list-table-action {
	width: 25%;
	color: blue !important;
}



/* Call to action */

.call-to-action-subheader {
	padding: 1em;
	text-align: center;
	font-family: colaborate-thin;
	font-size: 36px;
	font-weight: bold;
	background-color: #006dcc;
	color: #fff;
}

.call-to-action-link {
	color: #1199E4;
}


/* HIPAA */

.hipaa-numbered-list {
	counter-reset: item;
	list-style: none;
	margin-left: 8px;
	margin-top: 8px;
}

.hipaa-numbered-list li {
	margin-bottom: 1.2em;
	padding-left: 26px;
	text-indent: -38px;
}

.hipaa-numbered-list li:before {
	content: counter(item, decimal);
	counter-increment: item;
	margin-right: 10px;
	padding: 3px 9px;
    border-radius: 50%;
	text-align: center;
    font-size: 0.8em;
	color: #ffffff;
	background: #6ec000;
}

.hipaa-numbered-list li a {
	text-decoration: none;
	color: #666666;
}

.hipaa-numbered-list li a:hover {
	text-decoration: underline;
}

.hipaa-checkmark-list > li {
	margin-bottom: 15px;
	margin-left: 15px;
	list-style-type: none;
}

.hipaa-checkmark-list li {
    padding: 0 0.5em 1em 1.8em;
}

.hipaa-checkmark-list > li:before {
    content: url(/images/hipaa_checkmark.png);
	position: absolute;
	margin-left: -40px;
	margin-top: 3px;
}

.hipaa-checkmark-list > li ul {
    margin-top: 1em;
	padding-bottom: 15px;
}

.hipaa-checkmark-list > li ul li {
	margin-left: -35px;
    line-height: 1.00;
}

.hipaa-ssae-category-container,
.hipaa-ssae-text-container {
	margin: 0 10px;
	width: 26.5% !important;
}

.hipaa-ssae-category-container {
	border: 3px #71BF1D solid;
	padding-top: 25px;
	padding-bottom: 25px;
}
.hipaa-ssae-category-container [class^="h"] {
	text-align: center;
}

.hipaa-ssae-arrow-container {
	margin-top: 23px;
}

.hipaa-ssae-text-container {
	margin-top: 10px;
	font-family: colaborate-thin;
	font-size: 20px;
	line-height: 24px;
}

.hipaa-ssae-text li {
    margin-top: 1em;
    line-height: 1.7em;
}


/* Blog */

.blog-text {
    margin-top: 1em;
}

.blog-text td {
	padding: 10px 20px 10px 0;
}

.blog-main-content-container p {
    margin-top: 1em;
}

.blog-main-content-container .entry {
	margin-bottom: 3em;
	padding-bottom: 2em;
    border-bottom-color: #aaaaaa;
}

.blog-main-content-container h3 {
	margin-top: 1.5em;
}

.blog-main-content-container h2 a,
.blog-main-content-container h2 a:hover {
    color: unset;
}

.blog-main-content-container .textnav li {
	margin-bottom: 1em;
}

.blog-main-content-container #menu .hline {
	background-color: #aaaaaa;
}


/* Regional data ribbon */

.regional-data-ribbon-container {
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-style: italic;
	font-size: 14px;
	text-align: center;
	background: #006ece;
}

.regional-data-ribbon-content-container {
	padding-top: 10px;
	padding-left: 8%;
	width: 80%;
}

.regional-data-ribbon-content-container-img {
	text-align: center;
}

.regional-data-ribbon-content-container-text {
	padding-top: 5px;
}


/* Landing pages */

.landing-special h1,
.landing-special .h1 {
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-family: colaborate-regular;
	line-height: 1.29;
	color: #333333;
}

.landing-special .h1-lg {
	font-size: 48px;
}

.landing-special h2 {
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	font-family: colaborate-regular;
	line-height: 1;
	color: #333333;
}

.landing-special h2.subtitle {
	color: #666666;
}

.landing-special h3 {
	font-size: 28px;
	font-weight: normal;
	font-style: normal;
	font-family: colaborate-regular;
	line-height: 1.5;
	color: #666666;
}

.landing-special .landing-shaded-container-grey {
	background-color: #f9f9f9;
}

.landing-special .landing-shaded-container-blue {
    background-color: #f1f7fc;
}

.landing-special .landing-shaded-container-white-blue {
    background-image: linear-gradient(to right, #ffffff, #ffffff 50%, #f1f7fc 50%, #f1f7fc);
    background-image: -webkit-linear-gradient(to right, #ffffff, #ffffff 50%, #f1f7fc 50%, #f1f7fc);
    background-image: -o-linear-gradient(to right, #ffffff, #ffffff 50%, #f1f7fc 50%, #f1f7fc);
    background-image: -moz-linear-gradient(to right, #ffffff, #ffffff 50%, #f1f7fc 50%, #f1f7fc);
    background-image: -ms-linear-gradient(to right, #ffffff, #ffffff 50%, #f1f7fc 50%, #f1f7fc);
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-special .product-action-link,
.landing-special .product-action-links-container a,
.blog-main-content-container .textnav a,
.blog-main-content-container .rightMenu a {
    color: #0097e7 !important;
    text-decoration: none;
}

.landing-special [disabled='disabled'].product-action-link {
    color: unset !important;
    text-decoration: none;
}

.landing-special .product-action-link:hover,
.landing-special .product-action-link:focus,
.landing-special .product-action-links-container a:hover,
.landing-special .product-action-links-container a:focus,
.blog-main-content-container .textnav a:hover,
.blog-main-content-container .rightMenu a:hover {
    text-decoration: underline;
}

.landing-special [disabled='disabled'].product-action-link:hover,
.landing-special [disabled='disabled'].product-action-link:focus {
    text-decoration: none;
}

.landing-special .product-action-link-container a {
    padding: 0 0.6em;
}

.landing-special .product-action-link-container a:not(:first-child) {
    border-left: solid 1px #999999;
}


/*
    free-demo.css import
*/

.landing-highlight-box {
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.15);
}

.landing-highlight-box-image {
	box-shadow: 1px 3px 15px 0 rgba(0, 0, 0, 0.15);
}

.landing-special .header-form-container {
	background-color: #ffffff;
	border-radius: 4px;
}

.landing-special .header-subtext {
	font-family: colaborate-thin;
	font-size: 1.7em;
	line-height: 1.3em;
	color: #333333;
}

.landing-special .header-subtext ul li {
	padding-bottom: 0.4em;
    line-height: inherit;
}

.landing-special .header-subtext li p {
	font-family: colaborate-thin;
	font-size: 1.1em;
	line-height: 1.5em;
}

.header-subtext-lg {
	font-family: colaborate-thin;
	font-size: 2.3em;
	font-weight: bold;
	line-height: 1.2em;
	color: #333333;
}

.landing-special .header-video-img {
	height: 170px;
    border: solid 3px #727272;
}

.landing-special .header-form-container #requestForm .span5 {
	width: 48%;
}

.landing-special .header-form-container #requestForm .span5:last-child {
	margin-left: 4%;
}

.landing-special .header-form-container #requestForm input[type="text"],
.header-form-container #requestForm input[type="email"],
.header-form-container #requestForm input[type="tel"] {
	width: 92%;
}

.landing-special .header-form-container #requestForm select {
	width: 100%;
}

.landing-special .header-form-container #requestForm label {
	margin-bottom: 0.1em;
	font-family: colaborate-regular;
	font-size: 1.2em;
}

.landing-special .header-form-container #requestForm label-subtext {
	font-family: colaborate-regular;
	font-size: 0.5em;
}

.landing-special .header-form-container #requestForm .option-selection div:first-child {
	float: left;
	clear: both;
}

.landing-special .header-form-container #requestForm .option-selection div:last-child {
	width: 100%;
	margin-left: 10%;
}

.landing-special .header-form-container #requestForm .option-selection label {
	margin-bottom: -0.25em;
}


/* Fonts */

.header-title-text-dark-lg {
    font-family: colaborate-thin;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    color: #333333;
}

.header-title-text {
    font-family: colaborate-regular;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
    color: #666666;
}

.header-title-text-thin {
    font-family: colaborate-thin;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    color: #666666;
}

.header-title-text-dark {
	font-family: colaborate-regular;
	font-size: 28px;
    font-weight: normal;
    line-height: 1.5;
	color: #333333;
}

.normal-text,
.blog-main-content-container p,
.blog-main-content-container .blog-text,
.blog-main-content-container .blog-text td,
.labs-content-container p,
.labs-content-container ul {
	font-family: colaborate-thin;
	font-size: 24px;
    font-weight: bold;
	line-height: 1.50;
	color: #666666;
}

.normal-text-dark,
.labs-content-container dl.revisions dt {
	font-family: colaborate-thin;
	font-size: 24px;
    font-weight: bold;
	line-height: 1.5;
	color: #333333;
}

.normal-text-thin {
	font-family: colaborate-thin;
	font-size: 24px;
    font-weight: normal;
	line-height: 1.33;
	color: #666666;
}

.normal-text-thick {
	font-family: colaborate-regular;
	font-size: 24px;
    font-weight: normal;
	line-height: 1.5;
	color: #666666;
}

.normal-text-thick-dark,
.blog-main-content-container h4,
.labs-content-container h4 {
	font-family: colaborate-regular;
	font-size: 24px;
    font-weight: normal;
	line-height: 1.5;
	color: #333333;
}

.small-text-thick,
.blog-main-content-container .byline,
.blog-main-content-container .textnav span,
.blog-main-content-container .textnav a,
.blog-main-content-container .menuBody a,
td.formstxt,
td.formstxt2,
td.formstxtpdtp0,
td.formstxtpdtp15,
.company-labs-left-nav-list li,
.labs-content-container blockquote {
    font-family: colaborate-regular;
	font-size: 18px;
    font-weight: normal;
	line-height: 1.67;
	color: #666666;
}

.small-text-thick-dark,
.blog-main-content-container .menuTitle {
	font-family: colaborate-regular;
	font-size: 18px;
    font-weight: normal;
	line-height: 1.67;
	color: #333333;
}

.small-text-thick-bold {
	font-family: colaborate-regular;
	font-size: 18px;
    font-weight: bold;
	line-height: 1.67;
	color: #666666;
}

.small-text-thick-bold-dark {
	font-family: colaborate-regular;
	font-size: 18px;
    font-weight: bold;
	line-height: 1.67;
	color: #333333;
}

.small-text-thick-light {
	font-family: colaborate-regular;
	font-size: 18px;
    font-weight: normal;
	line-height: 1.00;
	color: #807e7e;
}

.small-text-thin-bold {
	font-family: colaborate-thin;
	font-size: 18px;
    font-weight: bold;
	line-height: 1.00;
	color: #666666;
}

.small-text-thin-bold-dark {
	font-family: colaborate-thin;
	font-size: 18px;
    font-weight: bold;
	line-height: 1.00;
	color: #333333;
}

.x-small-text-thick {
	font-family: colaborate-regular;
	font-size: 14px;
    font-weight: normal;
	line-height: 1.00;
	color: #666666;
}

.x-small-text-thick-dark {
	font-family: colaborate-regular;
	font-size: 14px;
    font-weight: normal;
	line-height: 1.00;
	color: #333333;
}

.header-title-text li,
.normal-text li,
.normal-text-dark li,
.normal-text-thin li,
.x-small-text-bold li,
.x-small-text-bold li,
.blog-main-content-container .blog-text li,
.labs-content-container ul li {
    line-height: 1.33;
}

.normal-text-thick li,
.normal-text-thick-dark li {
    line-height: 1.5;
}

.small-text-thick li {
    line-height: 1.67;
}


.product-customer-logos .row-fluid {
	padding-bottom: 1em;
}

.product-customer-logos .span2 {
	text-align: center;
	width: 15%;
	margin-left: 1.25em !important;
}


.benefits-row {
	width: 82%;
	margin-left: 10em;
}

.benefits-row td {
	padding-right: 1.6em;
	vertical-align: middle;
	color: #333333;
}

.benefits-row img {
	height: 450px;
}


.img-shadow {
	box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.dark-content-separator {
	margin: 20px 0 20px 0;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}


.product-border-top-green {
    border-top: solid 6px #6ec000;
}

.product-border-left-green {
    border-left: solid 2px #6ec000;
}

.product-border-left-green-thin {
    border-left: solid 1px #6ec000;
}

.border-top-header {
    border-top: solid 1px #d6d6d6;
}

.small-separator-green {
  width: 93px;
  height: 8px;
  background-color: #6ec000;
}


.product-quote .cs-item {
	padding: 5em 0;
}

.product-quote .cs-item-container {
	padding: 4em;
	background-color: #ffffff;
	border-top: solid 3px #71BF1D;
	height: 335px;
}

.product-quote .cs-item-container-2 {
	padding: 3em 4em;
	background-color: #ffffff;
}


.product-quote .cs-item-sig-img {
	height: 4em;
}

.product-quote .cs-item-results li {
	padding-right: 1em;
	padding-bottom: 0.4em;
}

.product-quote .cs-item-results li:before {
	margin-left: -1.5em;
    margin-right: 0.2em;
	padding-right: 0.25em;
	width: 0.5em;
	line-height: 1em;
    background-size: 13px 10px;
    width: 10px;
    height: 13px;
}


.product-benefits-container .row-fluid .span6 {
    width: 550px;
}

.product-benefits-container .row-fluid .span6:first-child {
    margin-left: 2em;
}

.product-benefits-container .row-fluid .span6:last-child {
    margin-left: 5em;
    margin-right: 2em;
}

.product-benefits-card-container {
    padding: 3em 3em 0;
    background-color: #ffffff;
}

.product-benefits-card-container-text > div {
    margin-top: 1em;
}


.product-mobile-container {
    background-image: url(/images/special/multi_device_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}


.difference-nav-card-container {
    padding: 2em 3em 0;
    background-color: #ffffff;
}



/* END free-demo.css import */


/* END Screen CSS */

