/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}
img {
	border: none;
}
body {
	font-size: 1em;
	line-height: 1.6;
	margin: 0px;
}
a:visited, a:link, a:active {
	text-decoration: none;
	/*color: #fff;*/
}

body#sharing-page .sec2 a:visited, body#sharing-page .sec2 a:link, body#sharing-page .sec2 a:active {
	color: #dc4f65;
}
a:hover {
	
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
	position: relative;
	font-family: 'itcstonesanscom-medi';
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
#united-way, #gartner2015, #gartner-magic-quadrant-2015, #barrage {
	position: absolute;
	top: -100px;
}
#page-wrap {
	margin-top: 69px;
}
.section-container {
	max-width: 1400px;
	margin: 0px auto;
}

/* MIOsoft header */
.miosoft-header {
	position: fixed;
	top: 0px;
	width: 100%;
	min-height: 46px;
	opacity: 1.0;
	font-weight: 600;
	z-index: 10;
	background: #019EE3;
	/*box-shadow: 0 0 7px #111111;*/
	padding-top: 10px;
  padding-bottom: 10px;
}
.miosoft-header-container {
	position: relative;
	max-width: 1400px;
	margin: 0px auto;
}
#main-title {
	float: left;
	color: #ffffff;
	margin-left: 30px;
	font-size: 29px;
	font-weight: 600;
  margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 120px;
}
#main-title img {
  float: left;
  clear: left;
	width: 150px;
	margin-top: 2.5px;
	margin-bottom: 0px;
}
#main-title img.sticky {
	width: 180px;
	margin-top: 0px;
	margin-bottom: 0px;
	transition: all 0.4s ease;
}
.right-arrow-o {
	float: left;
	margin-top: 17px;
	width: 5px;
	margin-left: 15px;
	margin-right: 5px;
}
.arrow-sticky {
	margin-top: 17px;
}
.header-tabs.tabs-sticky {
	margin-top: 15px !important;
	transition: all 0.4s ease;
	padding-top: 0px !important;
}
.header-tabs {
	float: left;
	margin-top: 15px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin-right: 35px;
	cursor: pointer;
	font-weight: 500;
}
.header-tabs:hover {
	
}
.header-tabs span {
	display: block;
	margin-top: 0px;
}
.header-tabs span img {
	width: 10px;
	margin-left: 3px;
}
#header-right {
	float: right;
	margin-right: 2%;
}
.products-section {
	position: relative;
}
#tab0 {
	position: relative;
	margin-right: 0px;
	padding-right: 0px;
}
#tab0:hover {
	padding-left: 17.5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	/*background: #000;*/
	color: #fff;
}
#tab0 span {
	color: #fff;
}
#tab0 span:hover {
	border-bottom: 1px solid #fff;
}
#tab1 {
	position: relative;
	border-right: 1px solid #fff;
	padding-left: 17.5px;
	padding-right: 17.5px;
	margin-right: 17.5px;
}
#tab1:hover {
	/* padding-left: 17.5px; */
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	/* background: #000; */
	color: #fff;
}
.miosoft-header #tab5 {
	margin-right: 17.5px;
}
.miosoft-header #tab10 {
	margin-right: 30px;
}
.miosoft-header #tab5:hover, .miosoft-header #tab10:hover {
	border-bottom: 1px solid #fff;
}
.miosoft-products, .miosoft-solutions {
	display: none;
	position: absolute;
	left: 0px;
	/*background: #fff;*/
	text-align: left;
	color: #019EE3;
	margin-top: 5px;
	z-index: 11;
}
.miosoft-solutions {
	
}
.miosoft-products li, .miosoft-solutions li {
	position: relative;
	list-style-type: none;
	margin-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 17.5px;
  padding-left: 17.5px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 0px;
	min-width: 300px;
}
.miosoft-solutions li {
	min-width: 225px;	
}
.miosoft-products li:hover, .miosoft-solutions li:hover {
	/*background: #019EE3;*/
}
.miosoft-products b, .miosoft-solutions b {
	display: inline-block;
	width: 90px;
	font-weight: normal;
}
.miosoft-header .miosoft-products img, .miosoft-header .miosoft-solutions img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}
.miosoft-header .miosoft-products .ticon4 img {
	width: auto;
	height: 25px;
}
.miosoft-header .miosoft-products .ticon4 {
 	border-bottom: none;
}
.miosoft-products a, .miosoft-products a:visited, .miosoft-products a:hover, .miosoft-products a:active, .miosoft-products a:link {
	display: block;
	color: #fff;
	overflow: hidden;
}

.miosoft-solutions a, .miosoft-solutions a:visited, .miosoft-solutions a:hover, .miosoft-solutions a:active, .miosoft-solutions a:link {
	display: block;
	color: #666;
	overflow: hidden;
}

.miosoft-products .right-arrow-menu, .miosoft-solutions .right-arrow-menu {
	display: none;
	position: absolute;
	width: 5px;
	height: 7px;
	right: 0px;
	margin-top: 8px;
	
}
.top-tab, .bottom-tab {
	/*display: -ms-flex;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content : center;
	justify-content: center;
	width: 100%;*/
	display: inline-block;
	color: #666;
}
#tab0 .top-tab {
	font-weight: 600;
}
.miosoft-products .top-tab {
	display: block;
}
/*.miosoft-solutions .top-tab {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}*/
.bottom-tab {
	margin-top: 5px;	
	color: #666;
}
.miosoft-arrow-top {
	width: 100%;
	position: relative;
	height: 15px;
}
.arrow-up-w {
	width: 0;
	height: 0;
	border-bottom: 15px solid #fff;
	border-left: 30px solid rgba(0, 0, 0, 0);
	border-right: 30px solid rgba(0, 0, 0, 0);
	margin-left: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bg-white {
	background: #fff;
	-moz-box-shadow: 0px 1px 7px #949494;
	-webkit-box-shadow: 0px 1px 7px #949494;
	box-shadow: 0px 1px 7px #949494;
}
.bg-white img {
	display: none;
}

@media only screen and (max-width: 1600px) {
	#header-right {
    margin-right: 10%;
	}
}

@media only screen and (max-width: 1500px) {
	#main-title {
		margin-left: 120px;
	}
}	
@media only screen and (max-width: 1200px) {
	#main-title {
		margin-left: 120px;
	}
	#header-right {
    margin-right: 5%;
	}
}
@media only screen and (max-width: 900px) {
	#main-title {
		margin-left: 60px;
	}
}
@media only screen and (max-width: 700px) {
	#main-title {
		margin-left: 30px;
	}
	#header-right {
    margin-right: 0%;
	}
}
@media only screen and (max-width:650px) {
	#tab0 {
		padding-right: 10px;
	}
	#tab1 {
		padding-left: 10px;
    padding-right: 10px;
    margin-right: 12px;
	}
	#tab0:hover, #tab1:hover {
		padding-left: 10px;
	}
	.miosoft-header #tab5 {
    margin-right: 12px;
	}
	.miosoft-header #tab10 {
    margin-right: 20px;
	}
}
@media only screen and (max-width:600px) {
	#main-title {
		margin-top: 6px;
	}	
	#header-right {
		margin-left: 20px;
	}
}
@media only screen and (max-width:575px) {
	#header-right {
		margin-left: 15px;
    clear: left;
    float: left;
	}
	#tab0 {
		padding-right: 15px;
		padding-left: 15px;
	}
	#tab1 {
		padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
	}
	#tab0:hover, #tab1:hover {
		padding-left: 15px;
	}
	.miosoft-header #tab5 {
    margin-right: 15px;
	}
	.miosoft-header #tab10 {
    margin-right: 20px;
	}
	.top-tab, .bottom-tab {
		-webkit-justify-content: flex-start;
    justify-content: flex-start;
	}
	.miosoft-products li, .miosoft-solutions li {
		font-size: 14px;
	}
	#main-title {
		margin-bottom: 0px;
	}
	#main-title img {
		width: 120px;
	}
}
@media only screen and (max-width:450px) {
	#header-right {
		margin-left: 20px;	
	}
	#tab0 {
		padding-right: 10px;
		padding-left: 10px;
	}
	#tab1 {
		padding-left: 10px;
    padding-right: 12px;
    margin-right: 10px;
	}
	#tab0:hover, #tab1:hover {
		padding-left: 10px;
	}
	.miosoft-header #tab5 {
    margin-right: 12px;
	}
	.miosoft-header #tab10 {
    margin-right: 20px;
	}
}
@media only screen and (max-width:400px) {
	.miosoft-header .header-tabs {
    font-size: 14px;
	}
	#main-title {
		margin-left: 20px;
	}	
	#header-right {
		margin-left: 10px;
	}
}
@media only screen and (max-width:380px) {
	header .header-tabs {
		font-size: 12px;
	}
	.miosoft-header .header-tabs {
		font-size: 12px;
	}
}
@media only screen and (max-width:360px) {
	.miosoft-header #main-title img {
	    width: 100px;
	}
}
/* End MIOsoft header */


/* Footer-section */
footer {
	background-color: #7F7F81;
	/*background: #7F7F81;*/
	font-size: 14px;
	padding-top: 20px;
}
.footer-container {
	min-height: 20px !important;	
}
.footer-section {
  display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*-webkit-align-items: center;
	align-items: center;*/
	max-width: 1120px;
	margin: auto;
	margin-bottom: 20px;
	padding-top: 20px;
}

.footer-cols {
	color: #fff;
}
.footer-col-title {
	font-weight: 600;
	margin-bottom: 10px;
}
.footer-col-link {
	margin-bottom: 3px;
}
.footer-col-link span {
	cursor: pointer;
}
.footer-left {
	display: block;
	max-width: 1120px;
	margin: auto;
}
.footer-left {
	margin-top: 60px;	
	margin-bottom: 0px;	
	font-size: 12px;
}
.footer-left a {
	color: #bdbdbd !important;
}
.footer-right {
	text-align: right;
}
.footer-right img {
	width: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
	cursor: pointer;
}
footer h5 {
	display: block;
	font-size: 12px;
	max-width: 1120px;
	margin: auto;
  font-weight: normal;  
	color: #bdbdbd;
}
.footer-left p {
	color: #bdbdbd !important;
}
footer p {
	float: left;
	clear: left;
	color: #fff;	
	margin: 5px 5px 5px 0px;
	margin-right: 10px;
	width: 100%;
	padding-bottom: 40px;
}
footer a, footer a:visited, footer a:active {
	color: #fff;	
	text-decoration: none;
}
.footer-miosoft-link:hover {
	text-decoration: underline;
}
.terms {
	margin-top: 15px;
	margin-bottom: 0px;
}
.faux-footer-border {
	width: 96%;
	margin-left: 2%;
	height: 1px;
	background: #ccc;
}
.footer-mdm-short {
	display: none;
}
.footer-col-link br {
	display: none;
}
@media only screen and (max-width: 1250px) {
	.footer-section {
		width: 90%;
	}
	.footer-left, footer h5 {
		width: 90%;
	}
}
@media only screen and (max-width:750px) {
	.footer-mdm-long {
		display: none;	
	}
	.footer-mdm-short {
		display: block;	
	}
	.footer-col-link br {
		display: block;
	}
	.footer-terms {
		line-height: 18px;	
	}
}
@media only screen and (max-width:500px) {
	.footer-section {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-cols {
		width: 34%;
    margin-left: 8%;
    margin-right: 8%;
	}
	.footer-cols-bot {
		margin-top: 30px;
	}
}
/* Footer-section end */


.sub-header {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}
.prev-next {
	float: left;
	width: 20%;
	height: 50px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.prev-next span {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #fff;
}
.prev-next span:hover {
	border-bottom: 1px solid #FF8100;
}
.prev-next img {
	width: 6px;
}
.prev {
	text-align: right;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.prev img {
	margin-right: 7px;	
}
.prev span {
	margin-right: 15px;
	cursor: pointer;
}
.next {
	text-align: left;
}
.next img {
	margin-left: 7px;		
}
.next span {
	margin-left: 15px;
	cursor: pointer;
}
.icons-holder {
	float: left;
	width: 40%;
	padding-left: 9%;
	padding-right: 9%;
	height: 50px;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
}
.icons {
	width: 100%;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.icons img {
	height: 30px;
	cursor: pointer;
}
.press-releases {
	position: relative;	
}
.press3, .press2, .press1 {
	display: none;
}
.press-content {
	position: relative;
	width: 94%;
	max-width: 900px;
	margin: auto;
	padding-bottom: 80px;
}
.press-content-icon {
	width: 55px;
}
.press-header {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.press-header-left {
	float: left;
	width: 10%;
	text-align: right;
}
.press-header-right {
	float: left;
	width: 90%;
}
.press-header-right p {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #888;
}
.press-header-right h1 {
	margin-left: 15px;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #444;
}
.press-header-right .press-header-sub {
	margin-left: 15px;
	color: #888;
}
.press-header-right .press-header-sub a {
	color: #019EE3 !important;
	text-decoration: underline;
}
.press-content-body p, .press-content-body ul {
	color: #666;
	margin-bottom: 30px;
}
.press-content-body span, .press-content-body a {
	color: blue !important;
	text-decoration: underline !important;
}
.press-bold {
	font-weight: 700;
	color: #444 !important;
}
.faux-border-top {
	position: absolute;
	top: -2px;
	left: -10000px;
	width: 30000px;
	height: 2px;
	background: #ddd;
}
.faux-border-bot {
	position: absolute;
	bottom: -2px;
	left: -10000px;
	width: 30000px;
	height: 2px;
	background: #ddd;
}
.press-TOC {
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
	width: 300px;
	border: 1px solid #888;
  border-bottom: none;
}
.TOC-title {
	position: relative;
	text-align: center;
	color: #fff;
  font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	background: #888;
}
.press-TOC ul {
	display: none;
	padding: 0px;
	margin: 0px;
}
.press-TOC li {
	list-style-type: none;	
	color: #444;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.press-TOC li a {
	color: #444 !important;
	cursor: pointer;
}
.press-TOC li a:hover {
	border-bottom: 1px solid #ff8100;
}
.press-TOC .current-li {
	background: #ddd !important;
	cursor: default;
}
.press-TOC .current-li a {
	border-bottom: none !important;
	cursor: default !important;
}
.min-max {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 100%;
	display: -ms-flex;
	display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content : center;
	justify-content: center;
	cursor: pointer;
}
.minus {
	position: relaitve;
	font-size: 24px;
	background: #fff;
	height: 2px;
	width: 8px;
}
.plus {
	position: absolute;
	font-size: 24px;
	background: #fff;
	height: 8px;
	width: 2px;
	margin-left: 3px;
  margin-top: -3px;
}






























@media only screen and (max-width:600px) {
	.icons img {
    height: 25px;
	}
	.icons {
		-webkit-align-items: center;
    align-items: center;
	}
	/*.press-header-left {
		width: 55px;
	}
	.press-header-right {
    width: auto;
	}
	.prev-next {
		
	}
	.icons-holder {
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
		border-left: none;
		border-right: none;
	}*/
}
@media only screen and (max-width:575px) {
	#page-wrap {
    margin-top: 90px;
	}
}
@media only screen and (max-width:550px) {
	.icons-holder {
    width: 46%;
    padding-left: 6%;
    padding-right: 6%;
	}
	.press-header-right h1, .press-header-right p, .press-header-right .press-header-sub {
		margin-left: 0px;
	}
	.press-header-left {
		width: 14%;
	}
	.press-header-right {
		width: 84%;
		margin-left: 2%;
	}
	.press-content-icon {
		width: 100%;	
	}
}
@media only screen and (max-width:450px) {
	.icons img {
    height: 20px;
	}
}
@media only screen and (max-width:400px) {
	.prev-next span {
		font-size: 14px;
	}
}

/* font styles */
@font-face {
	font-family: 'itcstonesanscom-bold';
	font-style: normal;
	src: url('/wordpress/wp-content/uploads/useanyfont/160518112909ITCStoneSansCom-Bold.eot');
	src: local('itcstonesanscom-bold'), url('../fonts/160518112909ITCStoneSansCom-Bold.eot') format('embedded-opentype'), url('../fonts/160518112909ITCStoneSansCom-Bold.woff') format('woff');
}
@font-face {
	font-family: 'itcstonesanscom-medi';
	font-style: normal;
	src: url('/wordpress/wp-content/uploads/useanyfont/160518112934ITCStoneSansCom-Medi.eot');
	src: local('itcstonesanscom-medi'), url('../font/s160518112934ITCStoneSansCom-Medi.eot') format('embedded-opentype'), url('../fonts/160518112934ITCStoneSansCom-Medi.woff') format('woff');
}