/*
 * 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: #444;
}
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: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
#united-way, #gartner2015, #gartner-magic-quadrant-2015, #barrage {
	position: absolute;
	top: -100px;
}
#page-wrap {
	margin-top: 100px;
}
.section-container {
	max-width: 1400px;
	margin: 0px auto;
}

.faux-bg-header {
    position: absolute;
    background: #00618B;
    width: 100%;
    height: 200px;
    z-index: -1;
}

/* Footer-section */
footer {
	background-color: #F6F6F6;
	/*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: #0b618b;
}
.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: #0b618b !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: #0b618b;	
	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 */

.support-bg {
	position: relative;
	padding-top: 1px;
	padding-bottom: 60px;
	text-align: center;
	margin-top: 68px;
    background: transparent linear-gradient(180deg, #00618B 0%, #00415D 100%) 0% 0% no-repeat padding-box;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 77%);
}
.mini-container {
	margin-top: 20px;
	margin-bottom: 20px;
}
.mini-container img {
	width: 95%;
	max-width: 450px;
}
.mini-container p {
	font-size: 35px;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.section-container {
	max-width: 1400px;
	margin: 0px auto;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 0px;
}
.support-left {
	width: 100%;
}
.support-right {
	width: 100%;
}
.support-left p {
	color: #666;
    font-size: 20px;
}
.support-right p {
	max-width: 450px;
	text-align: center;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #666;
    font-size: 20px;
}
.mv-section-title-gray {
	margin-top: 0px;
	letter-spacing: 0.3px;
    color: #444444;
    text-transform: uppercase;
	text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.support-image {
	height: 50px;
}
.bot-section {
    background: #00415D;
    clip-path: polygon(0% 0%, 100% 33%, 100% 100%, 0% 100% );
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.support-bot-p {
	margin-top: 25px;
	margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
}
.support-bot-p a {
	color: #9CE043;
}
.support-bot-p a:hover {
    color: #9CE043;
}
.temp-buttons-gart {
	margin-top: 30px;
	text-align: center;
}
.temp-buttons-gart span {
	/*display: inline-block;
	padding: 10px 20px 10px;
	cursor: pointer;*/
}
.cta-button {
	background: #F2880C;
    border: none;
    color: #fff;
    font-size: 16px;
    transition: none;
    padding: 7px 15px 7px;
    margin-top: 20px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}
.cta-button:hover {
	background: transparent linear-gradient(180deg, #F2B223 0%, #F28823 100%) 0% 0% no-repeat padding-box;
	color: #fff;
}

.main-gartner-container {
	width: 80%;
	max-width: 400px;
	padding: 20px;
	text-align: left;
	position: relative;
	margin: auto;
}
.main-gartner-container label {
	display: block;
	color: #444;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0.18px;
	margin-top: 15px;
	margin-bottom: 5px;
	max-width: 300px;
}
.main-gartner-container .gart-fullname, .main-gartner-container .gart-email, .main-gartner-container .gart-company {
    border: 2px solid #CCCCCC;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 15px;
}
.main-gartner-container input, .main-gartner-container select {
	width: 90%;
	max-width: 275px;
	margin-bottom: 3px;
	padding: 5px 5px;
}
.main-gartner-container select {
	position: relative;
	padding: 7px 5px;
	padding-left: 7px;
	width: 95%;
	max-width: 289px;
	color: #666;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../img/arrow2-DownB.png);
	background-repeat: no-repeat;
	background-position: right;
	background-position-x: 94%;
	background-size: 13px;
	background-color: #fff;
}
.gt-form-container {
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
.main-gartner-container sup {
	font-size: 16px;
	color: #666;
	top: 0px;
}
.main-gartner-container span {
	font-size: 12px;
	color: #ff8100;
}
.main-gartner-container .required {
	font-size: 14px;
	text-align: right;
	width: 90%;
	max-width: 275px;
	margin: auto;
	margin-bottom: 20px;
	letter-spacing: 0px;
}
.main-gartner-container .submit-button {
	width: auto;
	float: none;
	padding: 11px 15px 11px;
	text-align: center;
	font-size: 16px;
	margin: 40px 0px;
	letter-spacing: 1px;
	cursor: pointer;
}
.main-gartner-container .form-title {
	text-align: center;
	font-size: 21px;
	line-height: normal;
	color: #444;
	margin: auto;
	margin-bottom: 15px;
	margin-top: 5px;
	width: 90%;
	max-width: 275px;
}
.main-gartner-container .form-success {
	color: #000;
}
.main-gartner-container .dots {
	background: #019EE3;
}
.main-gartner-container .loading-dots {
	margin: auto;
  margin-top: 10px;
}
.center-submit {
    text-align: center;
}
.close-gart-form {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 13px;
	cursor: pointer;
}
.support-p span {
	width: 6px;
	border-radius: 50%;
	height: 6px;
	background: #444;
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
}
.support-p {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}
/*.main-gartner-container .contact-response {
	background: #019EE3;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}
.main-gartner-container .contact-response a {
	text-decoration: underline;	
}*/
.main-gartner-container .contact-response {
	font-size: 16px;
	padding: 10px;
}
.main-gartner-container .contact-response a {	
	display: inline-block;
	color: #00e !important;
	margin-bottom: 15px;
	word-break: break-word;
}
.main-gartner-container .contact-response a:hover {
	color: darkblue !important;
}
.main-gartner-container .contact-response p {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	margin-bottom: 15px;
}

.images-container p {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 80px;
	letter-spacing: 2px;
}
.images-container .real-p {
	margin-bottom: 10px;
}
a, a:visited {
	color: #666;
}
a:hover {
	color: #000;
}
.support-arrow {
	width: 6px;
}
.s4 {
	display: inline-block;
}
.s4 p:hover {
	border-bottom: 1px solid #FF8100 !important;
	padding-bottom: 5px;
	margin-bottom: 74px;
}
.g-recaptcha {
    margin-top: 30px;
}
.miobdt-logo {
  width: 95%;
  max-width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.hex-img {
  width: 95%;
  max-width: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.miovantage-logo {
  width: 95%;
  max-width: 400px;
  margin-bottom: 20px;
}














@media only screen and (max-width:1000px) {
	/*.support-left {
		float: none;
		width: 100%;
		min-height: 500px;
		min-height: 0px;
    margin-bottom: 100px;
	}
	.support-right {
		float: none;
		width: 100%;
		min-height: 0px;
    margin-bottom: 100px;
		border-left: none;
	}*/
}

@media only screen and (max-width:550px) {
    .section-container {
        width: 90%;
        margin: auto;
    }
    .main-gartner-container {
        width: 100%;
        padding: 0px;
    }
    .support-bot-p {
        width: 90%;
        margin: auto;
        margin-top: 55px;
    }
}

@media only screen and (max-width:500px) {
	.support-image {
		width: 80%;
		height: auto;
	}
}


/* 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');
}

@-moz-keyframes move {
	0% {
	-moz-transform: scale(1.2);
	opacity: 1;
	}

	100% {
	-moz-transform: scale(0.7);
	opacity: 0.1;
	};
}

@-webkit-keyframes move {
	0% {
	-webkit-transform: scale(1.2);
	opacity: 1;
	}

	100% {
	-webkit-transform: scale(0.7);
	opacity: 0.1;
	};
}