/* ---------------------------------------------------------------------
Original Author: Matt Aho
Contributors: N/A

Target Browsers: All
Media Type: Screen, Projection
Width: All Sizes
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

ol li { list-style: decimal !important; }

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: 0;
}

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
    overflow-y: scroll;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ---------------------------------------------------------------------
 Fonts
------------------------------------------------------------------------ */

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

@font-face {
    font-family: Bree;
    src: url('../fonts/bree-lightoblique-webfont.eot');
    src: url('../fonts/bree-lightoblique-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bree-lightoblique-webfont.woff') format('woff'),
    url('../fonts/bree-lightoblique-webfont.ttf') format('truetype'),
    url('../fonts/bree-lightoblique-webfont.svg#bree_ltlight_oblique') format('svg');
    font-weight: normal;
    font-style: italic;
}
/*
@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}
*/

/* ---------------------------------------------------------------------
 Base Styles
------------------------------------------------------------------------ */

body {
    background: url(../images/bg-pattern.jpg) #f8f8f8;
    font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    color: #707070;
}

body.page-template-page-blank-php
{
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #707070;
	background-color: #FFF;
	background-image: none;
}

.page-template-page-blank-php .site,
.page-template-page-blank-php .site-main
{
	background-image: none;
}

/* Standardize form element fonts */
input, button, textarea {
    font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
    font-size: 15px;
    color: #707070;
}

.grey-matter-blog-tag .sidebar-module.box input[type=search], 
.grey-matter-blog-tag .sidebar-module.box input[type=text], 
.grey-matter-blog-tag .sidebar-module.box textarea
{
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color: #707070;
	background-color: #e5e5e5;
	border: 2px #777 solid;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.grey-matter-blog-tag .sidebar-module.box label.mktoLabel.mktoHasWidth { color: #e5e5e5 !important; }

.page-template-page-resource_thanks-php ul.sidebar-global.sidebar-module.box.blockList,
.single-appirio_resource ul.sidebar-global.sidebar-module.box.blockList
{
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

.col.story_item_related
{
	width: 100%;
	background-color: green;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-top: 36px;
	padding-bottom: 24px;
	background-image: url(../images/bgtile-grad-green.jpg);
	background-position: bottom;
}

.single-appirio_story .story_item_related ul.sidebar-global.sidebar-module.box.blockList
{
	background-color: Transparent;
	border: 0;
	padding: 0;
	margin: 0;
}

.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList h2,
.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList h2,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList h2
{
	background-color: transparent;
	font-family: Bree, Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 28px;
	margin: 0 0 12px 0;
	font-weight: normal;
	text-align: center;
}

.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li
{
	float: left;
	background-color: transparent;
	width: 100%;
}
.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul,
.page-template-page-resource_thanks-php .resource_item_related ul.sidebar-global.sidebar-module.box.blockList,
.single-appirio_resource ul.sidebar-global.sidebar-module.box.blockList .widget_appirio_resource_widget
{
	background-color: white;
	width: 928px;
	display: table;
	border: 1px solid #ebebeb;
	padding: 16px 16px 12px 16px;
	margin-right: auto;
	margin-left: auto;
}

.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul
{
	background-color: Transparent;
	width: 928px;
	display: table;
	border: none;
	padding: 16px 16px 12px 16px;
	margin-right: auto;
	margin-left: auto;
}

.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul li,
.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul li,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul li,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList .widget.article,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList .widget.article
{
	float: left;
	width: 50%;
	margin-bottom: 0;
}

.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul li .thumb,
.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul li .thumb,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul li .thumb,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-img,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-img
{
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	padding-right: 16px;
	padding-bottom: 4px;
}

.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul li .thumbbox
{
	width: 150px;
	height: 150px;
	background-color: white;
	background-color: rgba(255, 255, 255, .85);
	vertical-align: middle;
	padding-right: 0;
	padding-bottom: 0;
	margin-right: 16px;
	margin-bottom: 4px;
	display: table-cell;
}


.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul li .content,
.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul li .content,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul li .content,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-hd,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-hd,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-bd,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-bd,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-ft,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-ft
{
	float: right;
	clear: none;
	display: block;
	width: 284px;
	padding-right: 14px;
}

.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-hd-meta,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-hd-meta { display: none; }

.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul li a,
.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul li a,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul li a,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList h2,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList h2
{
	color: #666;
}

.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul li a:hover,
.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul li a:hover,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul li a:hover
{
	text-decoration: none;
}

.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul li h4,
.single-appirio_story .story_item_related .sidebar-global.sidebar-module.box.blockList li ul li h4,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul li h4,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList h2,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList .widget_appirio_resource_widget h2
{
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.page-template-page-resource_thanks-php .sidebar-global.sidebar-module.box.blockList li ul li p,
.single-appirio_resource .sidebar-global.sidebar-module.box.blockList li ul li p,
.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList p,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList p
{
	color: #666;
	font-size: 15px;
	line-height: 1.15em;
	font-weight: normal;
}

.page-template-page-resource_thanks-php .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-ft,
.single-appirio_resource .resource_item_related .sidebar-global.sidebar-module.box.blockList .article-ft
{
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 20px;
	background-image: url(../images/related-item-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 278px;
}

.page-template-page-resource_thanks-php .wysiwyg p
{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.page-template-page-resource_thanks-php .wysiwyg iframe
{
	width: 800px;
/*	margin-right: -50px;
	margin-left: -50px;*/
}
.page-template-page-resource_thanks-php .wysiwyg .box-content
{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/* Make  */
a {
    color: inherit;
    text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Standardize Image Display */
img {
    display: inline-block;
}

.isHidden {
    position: absolute;
    left: -99999px;
}

.site-main
{
	background-image: url(../images/apprio-page-lip.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.grey-matter-blog-tag .bgtile-container
{
	background-image: url(../images/grey-matter-bgtile.gif);
	background-repeat: no-repeat;
	background-position: right 46px;
}

/* ---------------------------------------------------------------------
 Layout
------------------------------------------------------------------------ */

.shiftnav-loading
{
	background: white !important;
	z-index: 0 !important;
}


.site {
    /* max-width: 1200px; Removed to make colors fill-browser-width */
    min-width: 960px;
    margin: 0 auto;
}

.section {
    width: 960px;
    margin: 0 auto;
}

/* START EA MEDIA MOVABLE HEROS AND FULL-WIDTH SECTIONS*/

.hero-container
{
	width: 100% !important;
	max-width: 100% !important;
}

/* start home page fullwidth template*/
.page-template-page-microsites .section .col.col_full,
.page-template-page-microsites .article-bd .wysiwyg,
.page-template-page-microsites .bgtile-container .section,
.home  .section .col.col_full,
.home .article-bd .wysiwyg,
.home .bgtile-container .section {
    width: 100%;
    margin: 0 auto;
}

.full-table
{
	display: table;
	height: 100%;
}

.full-align-middle
{
	display: table-cell;
	vertical-align: middle;
}
.full-align-bottom
{
	display: table-cell;
	vertical-align: bottom;
}

.carouselContainer
{
	margin-right: auto;
	margin-left: auto;
}

.home .article-bd .wysiwyg>*,
.page-template-page-microsites .article-bd .wysiwyg>*
{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
/* end home page fullwidth template*/


/*set templates for fullwidth support*/
.section.story-header,
.page-template-page-nosidebar-text-php .section.section_1stmain,
.page-template-page-nosidebar-php.page .section.section_1stmain {
    width: 100%;
    margin: 0 auto;
}

.page-template-page-nosidebar-text-php .wysiwyg>*,
.page-template-page-nosidebar-text-php .wysiwyg .section_fullwidth>* { max-width: 775px; }

.section_fullwidth:first-child
{
	margin-top: 24px;
}
.section_fullwidth
{
	max-width: 100% !important;
	width: 100% !important;
	margin: 48px auto 48px auto;
	padding: 24px 0 24px 0;
	background-position: center center;
	background-repeat: no-repeat;
}

.section_fullwidth>* {
    width: 960px !important;
    margin: 0 auto;
}

.section_fullwidth.nomargin
{
	margin: 0 auto 48px auto;
}

.page-template-page-microsites .hentry>*,
.page-template-page-microsites .hentry .h.h_section,
.page-template-page-nosidebar-text-php.page .hentry div.wysiwyg>*,
.page-template-page-nosidebar-text-php.page .hentry .h.h_section,
.page-template-page-nosidebar-php.page .hentry div.wysiwyg>*,
.page-template-page-nosidebar-php.page .hentry .h.h_section
{
	/*border: 1px teal solid;*/
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.page-template-page-nosidebar-text-php.page .hentry .row.row_padded,
.page-template-page-nosidebar-php.page .hentry .row.row_padded
{
	width: 100%;
}


.page-template-page-nosidebar-text-php.page .row.row_padded .col.col_full,
.page-template-page-nosidebar-php.page .row.row_padded .col.col_full
{
	margin: 0;
	width: 100%;
}

.bg_red { background-color: #ee2b46; }
.bg_orange { background-color: #f79325; }
.bg_green { background-color: #58b046; }
.bg_blue { background-color: #3499cb; }
.bg_ltblue { background-color: #e0ebf6; }
.bg_ltgreen { background-color: #e3edda; }
.bg_ltorange { background-color: #fce9cf; }
.bg_ltred { background-color: #f0dddd; }
.bg_black { background-color: #000; }
.bg_gray { background-color: #464646; }
.bg_ltgray { background-color: #ededed; }
.bg_dkblue { background-color: #0a6a9d; }

.bg_red .fullwidth-style>* { color: white !important; }
.bg_orange .fullwidth-style>* { color: #333 !important; }
.bg_gray .fullwidth-style>* { color: white !important; }
.bg_black .fullwidth-style>* { color: white !important; }
.bg_green .fullwidth-style>* { color: white !important; }
.bg_blue .fullwidth-style>* { color: white !important; }
.bg_dkblue .fullwidth-style>* { color: white !important; }

.bg_orange .fullwidth-style ul li
{
	background-color: #f79325;
	list-style-type: circle;
	list-style-image: none !important;
}

.cust-succ-margin .fullwidth-style
{
	padding-right: 400px;
	width: 560px !important;
}
/* END EA MEDIA TESTING MOVABLE HEROS AND FULL-WIDTH SECTIONS*/

.section_1stmain {
    padding-top: 20px; /* Should match margin-bottom on row_padded */
}

.section_1stmain.home-blog {
    padding-top: 36px; /* Should match margin-bottom on row_padded */
}

.section_group {
    margin-bottom: 32px;
}

.section-hd {
    margin-bottom: 16px;
    color: #ffffff;
    background: #3399cc;
}

/* Clear column floats */
.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row_padded {
    margin-bottom: 20px;
}

.col {
    margin: 0 1%;
    float: left;
}

/* Removes outer column margins when inside another column */
.col .col:first-child {
    margin-left: 0;
}

.col .col:last-child {
    margin-right: 0;
}


.col_1of12 {
    width: 6.333%;
}

.col_1of6 {
    width: 14.667%;
}

.col_1of4 {
    width: 23.0%;
    font-size: 16px;
    line-height: 1;
}

.col_1of3 {
    width: 31.333%;
}

.col_3of12 {
    width: 21%; /* Had to add and guess/check this value */
}

.col_5of12 {
    width: 39.667%;
}

.col_1of2 {
    width: 48.0%;
}

.col_7of12 {
    width: 56.333%;
}

.col_8of12 {
    width: 65.957%;
}

.col_2of3 {
    width: 64.667%;
}

.col_3of4 {
    width: 73.0%;
}

.col_5of6 {
    width: 81.333%;
}

.col_11of12 {
    width: 89.667%;
}

.col_full {
    width: 98.0%;
}

.first {
    float: left;
}

.last {
    float: right;
}

/* ---------------------------------------------------------------------
 Blocks
------------------------------------------------------------------------ */

.blocks {
    /*margin-left: -2%;*/
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    /*font-size: 0;*/
}

.blocks > * {
    display: inline-block;
    margin-left: 1.65%;
    margin-bottom: 18px;
    vertical-align:top;
}

.blocks_2up > * {
    width: 48%;
}

.blocks_3up > * {
    width: 31.333%;
}

.blocks_4up > * {
    width: 23.0%;
}

.blocks_5up > * {
    width: 18.0%;
}

/* ---------------------------------------------------------------------
 Box
------------------------------------------------------------------------ */

.box {
    padding: 30px 20px;
    border: 1px solid #ebebeb;
    background: #ffffff;
}

.box.box_customerPreview
{
	padding: 0 20px 30px 20px;
	border: none;
	background-color: Transparent;
}

.box.box_customerPreview a
{
	line-height: 15px;
	color: #8C8C8C;
	font-size: 15px;
	display: block;
	margin-top: 6px;
}
.box.box_customerPreview a .golink
{
	font-weight: bold;
	color: #39C;
	line-height: 22px;
}

.grey-matter-blog-tag .sidebar-module.box
{
	padding: 30px 20px;
	border: 0;
	background: #3c434a;
	color: #e5e5e5;
}

.category-grey-matter .sidebar-module.box a,
.grey-matter-blog-tag .sidebar-module.box a
{
	color: #AABCC7 !important;
}

.category-grey-matter .dpe-flexible-posts p a,
.grey-matter-blog-tag .dpe-flexible-posts p a
{
	display: none;
}

.category-business-blog .dpe-flexible-posts p a,
.page-id-47 .dpe-flexible-posts .content p a,
.page-id-3285 .dpe-flexible-posts .content p a,
#dpe_fp_widget-24 p a
{
	display: none;
}

.box_condensed {
    padding: 15px;
}

/* ---------------------------------------------------------------------
 Media
------------------------------------------------------------------------ */

.media {
    overflow: hidden;
}

.media-img {
    float: left;
    margin: 0 20px 0 0;
}

.resourceslist .media-img
{
	width: 150px;
	height: 150px;
	text-align: center;
}

.media-img_flip {
    float: right;
    margin: 0 0 0 20px;
}

.media-img_hero {
    margin-right: 50px;
}

.media-img_heroFlip {
    margin-right: 0;
    margin-left: 50px;
    float: right;
}

.media-bd {
    overflow: hidden;
}

.media_bio {
    display: table;
}

.media_bio > * {
    display: table-cell;
    vertical-align: middle;
}

/* ---------------------------------------------------------------------
 Article
------------------------------------------------------------------------ */

.article {
    display: block;
}

.article_carousel {
    width: 940px;
    margin: 55px auto 0;
}

.article_customer_carousel
{
	/*width: 90%;
	margin: 0 48px 0 48px;*/
	display: table;
	width: 100%;
	margin: 0;
}

.carousel-slide { display: none }
.carousel-slide.first { display: block }

.article-img {
    margin-bottom: 25px;
    text-align: center;
}

.article-img_md {
    margin-bottom: 10px;
}

.article-meta {
    margin-bottom: 15px;
    color: #3399cc;
}

.article-img img {
    max-width: 100%;
}

.article_customer_carousel-img,
.article_carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.article-hd {
    margin-bottom: 3px;
    color: #464646;
}

.customerCarouselContainer .article-hd.article_carousel-hd
{
	display: table-cell;
	height: 275px;
	padding-right: 48px;
	padding-left: 48px;
}

.article-hd.article_carousel-hd { padding-top: 24px; }

.article-hd.article_carousel-hd.bottom
{
	vertical-align: bottom;
	padding-top: 0;
}

.article-hd.article_carousel-hd.middle
{
	vertical-align: middle;
	padding-top: 0;
}

.article-hd.article_carousel-hd.center { text-align: center; }

.article-hd.article_carousel-hd.right { text-align: right; }

.article-hd_lg {
    margin-bottom: 25px;
}

.article-hd_listing {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}

.article_carousel-hd {
    width: 600px;
    color: inherit;
}

.customerCarouselContainer .article_carousel-hd {
    width: 100%;
}

.article-hd-meta {
    margin-bottom: 5px;
    color: #3399cc;
}

.article_carousel-hd-meta {
    margin-bottom: 25px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.article-bd {
    line-height: 1.333;
}

.article-bd {
    font-size: 18px;
}

.article-bd > * + * {
    margin-top: 1em;
}

.article-ft {
    margin-top: 0;
}

.article-ft_md {
    margin-top: 15px;
}

.article-ft img {
    max-width: 100%;
}

/* ---------------------------------------------------------------------
 Lists
------------------------------------------------------------------------ */

.hList {
    overflow: hidden;
}

.hList > * {
    float: left;
}

.hList > * + * {
    margin-left: 20px;
}

.hList_lg > * + * {
    margin-left: 30px;
}

.hList_compressed > * + * {
    margin-left: 0;
}

.hList_subnav {
    display:block;
    font-size: 0;
    text-align: center;
}

.hList_subnav > * {
    width:100%;
}

.hList_subnav .sub-menu li {
    display: inline-block;
    margin: 0 0 21px 0;
    width: 180px;
    float: none;
    font-size: 15px;
}


.hList_subnav .subnav-parent.current-menu-item,  .hList_subnav .subnav-parent.current-menu-parent {
    display: list-item;
}

.hList_subnav .subnav-parent {
    /*padding: 28px 0 19px;*/
    padding: 18px 0 0;
    display: none;
}

.hList_col6 > * {
    width: 141px;
}

.hList_col6 > * + * {
    margin-left: 2%;
}

.hList_vc {
    display: table;
}

.author-follow ul li,
.hList_vc > * {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

.author-follow ul li:first-child
{
	padding-right: 0;
}
.author-follow ul li
{
	padding-left: 8px;
}

.hList_vc > * + * {
    padding-left: 20px;
}

.vList > * + * {
    margin-top: 8px;
}

.vList_bullet > * {
    display: list-item;
    list-style: url(../images/list-bullet.png) outside;
    margin-left: 17px;
    padding-left: 13px;
}

.vList_bullet > * + * {
    margin-top: 20px;
}

.blockList > * + * {
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
    display: block;
}

.grey-matter-blog-tag .sidebar-module.box.blockList > * + * {
    border-top: 1px solid #6e7075;
}

.blockList_lg > * + * {
    margin-top: 40px;
    padding-top: 40px;
}

/* ---------------------------------------------------------------------
 Headings
------------------------------------------------------------------------ */

.h {
    font-family: Bree, Tahoma, Geneva, sans-serif;
}

.h_main {
    font-size: 55px;
    line-height: 1.036;
}

.h_page {
    font-size: 48px;
    line-height: 1.08;
}

.h_section {
    font-size: 36px;
    line-height: 1.055;
    margin-bottom:0.5em;
}

.single-appirio_resource .h_section,
.page-template-page-resources_landing-php .h_section {
    margin-bottom:.05em;
}

.h_hero {
    font-size: 32px;
    line-height: 1.3125;
}

.h_article
{
    font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

#comments .h_article
{
	font-family: Bree, Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	padding-top: .66em;
	padding-bottom: 1em;
}

.h_nav {
    font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.h_block {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
    font-weight: bold;
}

.h_connect {
    color: #1a2733;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.h_inverted {
    color: #ffffff;
}

/* ---------------------------------------------------------------------
 Buttons
------------------------------------------------------------------------ */

.btn {
    display: inline-block;
    padding: 7.5px 15px;
    border: 1px solid #2b83af;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background: #3399cc;
    cursor: pointer;
	-webkit-transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-ms-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
}

.btn:hover
{
	background: #147db2;
	text-decoration: none !important;
	-webkit-transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-ms-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
}

.btn:active {
    background: #1f5c7e;
	-webkit-transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-ms-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
	transition: all .17s ease-in-out;
}
.btn_primary {
    padding-left: 0;
    padding-right: 0;
    width: 105px;
}
.btn_primary.orange
{
	background-color: #f79325;
	border: 1px #d66f00 solid;
	text-shadow: 1px 1px 2px #d66f00;
}
.btn_primary.orange:hover
{
	background-color: #e38827;
}
.btn_primary.orange:active
{
	background-color: #ffab45;
}
.btn_primary.gray
{
	background-color: #4d5c69;
	border: 1px #3a454e solid;
	text-shadow: 1px 1px 2px #3a454e;
}
.btn_primary.gray:hover
{
	background-color: #607382;
}
.btn_primary.gray:active
{
	background-color: #607382;
}
.btn_primary.big
{
	padding: 10px 45px;
	font-size: 24px;
	line-height: 24px;
	width: auto;
}
.btn_md {
    padding-left: 0;
    padding-right: 0;
    width: 145px;
}

.btn_lg {
    padding-left: 0;
    padding-right: 0;
    width: 195px;
}

.btn_hero {
    background: #3399cc;
}

.btn_hero:hover {
    background: #147db2;
}

.btn_hero:active {
    background: #1f5c7e;
}
/* ---------------------------------------------------------------------
 Icons
------------------------------------------------------------------------ */

.ico {
    display: inline-block;
    overflow: hidden;
    text-indent: -99999px;
}

.ico_search {
    width: 21px;
    height: 22px;
    background: url(../images/ico-search.png) no-repeat;
}

.ico_nav {
    margin-top: 5px;
}

.ico_connect {
    width: 40px;
    height: 40px;
    background: url(../images/ico-connect-sprite.png) no-repeat 0 0;
}

.ico_connect_tw { background-position: 0 0; }
.ico_connect_fb { background-position: -40px 0; }
.ico_connect_in { background-position: -80px 0; }
.ico_connect_gp { background-position: -120px 0; }
.ico_connect_yt { background-position: -160px 0; }

/* ---------------------------------------------------------------------
 Form Elements
------------------------------------------------------------------------ */

.input-select {
    min-width: 150px;
}

/* ---------------------------------------------------------------------
 Type and other Content
------------------------------------------------------------------------ */

.teal {
    color: #39C;
}

a.teal:hover {
    color: #40bfff;
}

.textLink {
    color: #3399cc;
}

.text_em {
    font-weight: bold;
}

.text_hero {
    font-size: 22px;
    line-height: 1;
}

.text_hero > p + p {
    margin-top: 1em;
}

.text_feature {
    font-size: 18px;
}

/* ---------------------------------------------------------------------
 Site Header
------------------------------------------------------------------------ */

.site-header {
    position: relative;
    overflow: hidden;
}

.row_siteHeaderUpper {
    height: 77px;
}

.logo {
    float: left;
    margin-top: 20px;
}

.site-header-nav {
    /*margin-top: 24px;*/
    float: right;
    font-size: 15px;
    line-height: 1;
    color: #909a9a;
}

.site-header-nav li > a,
.site-header-nav div.searchTool
{
	margin-top: 24px;
}

.mainNav > li > a
{
	display: block;
	padding: 24px 10px 29px;
	height: 24px;
	line-height: 31px;
	margin-top: 0;
}

.mainNav > li > a:hover
{
	text-decoration: none;
}

.mainNav > li > a:hover {
    color: #3399cc;
}

.mainNav > li.current-page-ancestor > a,
.mainNav > li.current-menu-ancestor > a
{
	border-bottom: 3px solid #35abe5;
	color: #3399cc;
	background-color: #ededed;
}

.site-header-subnav {
    border-top: 3px solid #596a78;
    /*background: #246382 url(../images/subnav-bg.jpg) top center repeat-x;*/
    background: #333d45;
    font-size: 15px;
    line-height: 1;
}

.site-header-subnav-inner 
{
}

.subnavLink
{
	min-width: 54px;
	color: #eaeaea;
	display: block;
	padding: 8px 0 6px 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.subnavLink:hover
{
	background-color: #46535e;
}

.subnavLink:hover
{
	text-decoration: none;
	color: white;
}

.subnavLink:active,
.subnavLink.isActive {
    color: #ffffff;
}

.subnavLink:before {
    /*content: '';*/
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto 8px;
    background: url(../images/cloud-sprite.png) no-repeat 0 0;
}

.subnavLink_gear:before { background-position: 0 0; }
.subnavLink_gear:active:before { background-position: 0 -40px; }
.subnavLink_gear.isActive:before { background-position: 0 -40px; }
.subnavLink_star:before { background-position: -60px 0; }
.subnavLink_star:active:before { background-position: -60px -40px; }
.subnavLink_star.isActive:before { background-position: -60px -40px; }
.subnavLink_trophy:before { background-position: -120px 0; }
.subnavLink_trophy:active:before { background-position: -120px -40px; }
.subnavLink_trophy.isActive:before { background-position: -120px -40px; }
.subnavLink_lightning:before { background-position: -180px 0; }
.subnavLink_lightning:active:before { background-position: -180px -40px; }
.subnavLink_lightning.isActive:before { background-position: -180px -40px; }

/* ---------------------------------------------------------------------
 Site Footer
------------------------------------------------------------------------ */

.site-footer {
    padding: 43px 0 0;
    overflow: hidden;
    background: #3a454e;
    color: #909a9a;
}

.site-footer-nav {
    font-size: 14px;
}

.footerNav li > ul > * + * {
    margin-top: 8px;
}

.footerNav > li > * + * {
    margin-top: 8px;
}

.footer-branding {
    margin: 55px 0 30px;
    float: left;
}

.footer-connect {
    margin: 59px 0 0;
    float: right;
}

.site-footer-lower {
    padding: 12px 0;
    text-align: center;
    background: #1a2733;
}

.footerCopy {
    font-size: 12px;
    color: #616a71;
}

/* ---------------------------------------------------------------------
 Carousel
------------------------------------------------------------------------ */

.carousel-link
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
    background: url(../images/spacer.gif);	
}



.carousel-link:hover
{
	text-decoration: none;
}


.carousel-section-wrap {
    background: #0a6a9d;
    overflow: hidden;
	height: 386px;
}

.carouselContainer
{
	overflow: visible;
	overflow: visible;
	position: relative;
	max-width: 1200px;
	min-width: 960px;
	height: 386px;
}

.carousel {
    height: 386px;
    width: 1200px;
    margin-left: -600px;
    position: absolute;
    left: 50%;
}

.carousel-slide {
    width: 1200px;
    height: 386px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}

.carousel-slide_inverted {
    color: #363636;
}

.carousel-pager {
    min-width: 176px;
    margin-left: -88px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.carousel-pager > * {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-indent: -99999px;
    background: url(../images/carousel-pager-bullet.png) no-repeat 0 0;
    cursor: pointer;
}

.carousel-pager > .activeSlide {
    background-position: 0 -20px;
}

.cycle.left
{
	top: 50%;
	left: 0;
	background-position: 43% center;
	background-image: url(/wp-content/themes/appirio/assets/images/carousel-prev.png);
}

.cycle.right
{
	right: 0;
	top: 50%;
	background-position: 57% center;
	background-image: url(/wp-content/themes/appirio/assets/images/carousel-next.png);
}
.cycle
{
	position: absolute;
	z-index: 900;
	width: 45px;
	height: 45px;
	display: block;
	border: 2px Transparent solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	background-repeat: no-repeat;
	background-size: 18px 36px;
}
a.cycle
{
	cursor: pointer;
}

.cycle:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #3399cc;
	background-color: rgba(255, 255, 255, .15);
	border:2px solid #FFFFFF;
}

@media screen and (min-width: 768px) and (max-width: 1270px) { 

	.cycle.left
	{
		left: 16px;
		background-position: 43% center;
		background-image: url(/wp-content/themes/appirio/assets/images/carousel-thick-prev.png);
		top: 8px;
	}

	.cycle.right
	{
		right: 16px;
		top: 8px;
		background-position: 57% center;
		background-image: url(/wp-content/themes/appirio/assets/images/carousel-thick-next.png);
	}

	.cycle
	{
		width: 35px;
		height: 35px;
		border: 2px #4baff2 solid;
		background-repeat: no-repeat;
		background-size: 11px 20px;
		background-color: #3399cc;
		background-color: rgba(51, 153, 204, .8);
	}

	.cycle:hover {
		text-decoration:none;
		color:#FFFFFF;
		background-color: rgba(255, 255, 255, .15);
		border: 2px solid #FFFFFF;
	}

}


/* ---------------------------------------------------------------------
 Featured Customer Carousel
------------------------------------------------------------------------ */

.logo_preload 
{
	position: absolute; 
	left: -1px; top: 0; 
}

.customerCarousel-section-wrap
{
	/*background: #0a6a9d;*/
	background: #FFF;
	overflow: hidden;
	width: 100%;
	height: 275px;
	margin-bottom: 2px;
}

.customerCarouselContainer
{
	overflow: visible;
	overflow: visible;
	position: relative;
}

.customerCarousel {
    position: absolute;
	width: 960px;
	min-width: 960px;
	height: 275px;
}

.customer-carousel-slide
{
	overflow: hidden;
	color: #ffffff;
	position: relative;
	width: 100%;
	height: 275px;
}

.customer-carousel-slide_inverted {
    color: #363636;
}

.customerCarouselContainer .cycle.left
{
	top: 50%;
	left: 0;
	background-position: 43% center;
	background-image: url(/wp-content/themes/appirio/assets/images/carousel-prev.png);
}

.customerCarouselContainer .cycle.right
{
	right: 0;
	top: 50%;
	background-position: 57% center;
	background-image: url(/wp-content/themes/appirio/assets/images/carousel-next.png);
}
.customerCarouselContainer .cycle
{
	width: 36px;
	height: 275px;
	position: absolute;
	z-index: 900;
	display: block;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	text-align: center;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	background-repeat: no-repeat;
	background-size: 18px 36px;
	background-color: Transparent;
}
.customerCarouselContainer a.cycle
{
	cursor: pointer;
}

.customerCarouselContainer .cycle:hover {
	background-color: #3399cc;
	background-color: rgba(240, 240, 240, .55);
	border: none;
}

.customer-carousel-slide a.btn_primary
{
	margin-top: 12px;
	z-index: 50 !important;
	position: relative;
}

.pager-grid .activeSlide,
.pager-grid .activeSlide:hover { background-color: Transparent; cursor: default; }
.pager-grid .activeSlide .item-head { background-color: #e5e5e5; }
.pager-grid .activeSlide .item-head a { color: #8C8C8C; cursor: default; }

.pager-grid li
{
	width: 25%;
	float: left;
	list-style-type: none;
	height: 175px;
	background-position: center center;
	background-position: center bottom 16px;
	background-size: 80% auto;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	border: 2px #fdfdfd solid;
	margin: -2px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}

.pager-grid .item-head-cntr
{
	display: table;
	height: 50px;
	width: 100%;
}

.pager-grid .item-head-row { display: table-row; }

.pager-grid .item-head
{
	vertical-align: middle;
	height: 100%;
	display: table-cell;
	-webkit-transition: background 100ms linear;
	-moz-transition: background 100ms linear;
	-ms-transition: background 100ms linear;
	-o-transition: background 100ms linear;
	transition: background 100ms linear;
}

.pager-grid .item-head a
{
	vertical-align: middle;
	color: #f5f5f5;
	font-size: 15px;
	display: block;
	padding-right: 9px;
	padding-left: 9px;
	line-height: 15px;
}
.pager-grid .item-head a:hover
{
	text-decoration: none;
}

/* DYNAMICALLY GENERATED ON PAGE
.item0 .item-head { background-color: #ff8218; }
.item0:hover { background-color: #ff8218; }
.item0 { background-color: #ff9e34; }

.item1 .item-head { background-color: #34a824; }
.item1:hover { background-color: #34a824; }
.item1 { background-color: #56c243; }

.item2 .item-head { background-color: #cf0032; }
.item2:hover { background-color: #cf0032; }
.item2 { background-color: #fa0e35; }

.item3 .item-head { background-color: #157dca; }
.item3:hover { background-color: #157dca; }
.item3 { background-color: #31a8e3; }

.item4 .item-head { background-color: #157dca; }
.item4:hover { background-color: #157dca; }
.item4 { background-color: #31a8e3; }

.item5 .item-head { background-color: #cf0032; }
.item5:hover { background-color: #cf0032; }
.item5 { background-color: #fa0e35; }

.item6 .item-head { background-color: #ff8218; }
.item6:hover { background-color: #ff8218; }
.item6 { background-color: #ff9e34; }

.item7 .item-head { background-color: #34a824; }
.item7:hover { background-color: #34a824; }
.item7 { background-color: #56c243; }
*/

@media screen and (min-width: 768px) and (max-width: 1270px) { 

	.customerCarouselContainer .cycle.left
	{
	}

	.customerCarouselContainer .cycle.right
	{
	}

	.customerCarouselContainer .cycle
	{
	}

	.customerCarouselContainer .cycle:hover {
	}

}



@media screen and (max-width: 767px) { 

.customerCarouselContainer .article-hd.article_carousel-hd
{
	padding-right: 16px;
	padding-left: 16px;
}
.btn_primary.big
{
	padding: 10px 15px;
}
	.pager-grid li
	{
		background-position: center 60px;
		background-size: auto 60%;
		width: 50%;
		height: 175px;
	}

}

@media screen and (max-width: 575px) { 

	.pager-grid { display: none; }

}

/* ---------------------------------------------------------------------
 WYSIWYG Content (User-generated content)
------------------------------------------------------------------------ */

.wysiwyg h1 {
    margin-bottom: 12px;
    font-family: Bree, Tahoma, Geneva, sans-serif;
    font-size: 48px;
    color: #464646;
}

.wysiwyg h2 {
    margin-bottom: 12px;
    font-family: Bree, Tahoma, Geneva, sans-serif;
    font-size: 36px;
    color: #464646;
}

.wysiwyg h3 {
    margin-bottom: 8px;
    font-family: Bree, Tahoma, Geneva, sans-serif;
    /*font-size: 32px;*/
    font-size: 26px;
    color: #464646;
}

.wysiwyg h4 {
    margin-bottom: 8px;
    font-family: Bree, Tahoma, Geneva, sans-serif;
    /*font-size: 32px;*/
    font-size: 20px;
    color: #464646;
}

.wysiwyg h5 {
    margin-bottom: 0;
    font-family: Bree, Tahoma, Geneva, sans-serif;
    /*font-size: 32px;*/
    font-size: 18px;
    color: #464646;
}

.wysiwyg h6
{
	margin-bottom: 0;
	/*font-family: Bree, Tahoma, Geneva, sans-serif;
    font-size: 32px;*/
	font-size: 18px;
	color: #464646;
	font-weight: bold;
}

.single-appirio_resource .resource_item h4
{
	margin-bottom: 24px;
	font-family: Bree, Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: #464646;
}

.carousel-slide .wysiwyg h1,
.carousel-slide .wysiwyg h2,
.carousel-slide .wysiwyg h3,
.carousel-slide .wysiwyg h4 {
    color: white;
    line-height: 1.15;
}

.carousel-slide .wysiwyg p {
    line-height: 1.2;
}

.carousel-slide_inverted .wysiwyg h1,
.carousel-slide_inverted .wysiwyg h2,
.carousel-slide_inverted .wysiwyg h3,
.carousel-slide_inverted .wysiwyg h4 {
    color: #363636;
}

.carousel-slide_inverted .wysiwyg h1 a,
.carousel-slide_inverted .wysiwyg h2 a,
.carousel-slide_inverted .wysiwyg h3 a,
.carousel-slide_inverted .wysiwyg h4 a,
.carousel-slide .wysiwyg h1 a,
.carousel-slide .wysiwyg h2 a,
.carousel-slide .wysiwyg h3 a,
.carousel-slide .wysiwyg h4 a {
    color: inherit;
}

.wysiwyg p,
.widget p {
    margin-bottom: 1em;
}

.wysiwyg a,
.widget p a {
    color: #3399cc;
}

.wysiwyg ul,
.widget ul {

}

.wysiwyg li {
    display: list-item;
    list-style: url(../images/list-bullet.png) outside;
    margin: 0 0 1em 17px;
    padding-left: 4px;
}

.wysiwyg ol li
{
	display: list-item;
	list-style: outside none;
	margin: 0 0 1em 44px;
	padding-left: 4px;
}

.widget li {
    margin-left: 0;
    padding-left: 0;
    list-style:none;
}

.wysiwyg li a,
.widget li a {
    color: #3399cc;
}

.wysiwyg li ul,
.widget li ul {
    margin-top: 1em;
}

.widget li ul li {
    margin-left: 1em;
}

.wysiwyg li ul li {
    list-style: url(../images/list-bullet-2.png);
}

.wysiwyg li ul li ul li {
    list-style: url(../images/list-bullet.png);
}

.wysiwyg table,
.widget table {
    width: 100%;
}

.wysiwyg td,
.widget td {
    padding: 10px;
}

.wysiwyg td:first-child,
.widget td:first-child {
    padding-left: 0;
}

.wysiwyg td:last-child,
.widget td:last-child {
    padding-right: 0;
}

/* ---------------------------------------------------------------------
 Section Hero
------------------------------------------------------------------------ */

.hero {
    padding: 60px 0 70px;
    color: #ffffff;
    background: url(../images/hero-bg.jpg) no-repeat top center #0a6a9d;
}

.hero-section-title {
    margin-bottom: 35px;
    padding-bottom: 3px;
    border-bottom: 1px solid #ffffff;
    opacity: 0.3;
    filter: alpha(opacity=30); /* Legacy IE support */
}

.hero-buttons {
    margin-top:35px;
}

.hero h1,
.hero h2,
.hero h3,
.hero h4 {
    color:#ffffff;
    line-height: 1.15;
}
.hero .wysiwyg p {
    line-height: 1.2;
}

/* ---------------------------------------------------------------------
 Accordion
------------------------------------------------------------------------ */

.accordion-shortcode {
    margin-bottom: 1px;
}

.accordion-header {
    padding: 5px 25px 5px 10px;
    color: #ffffff;
    background: url(../images/accordion-arrows.png) no-repeat right center #3399cc;
    cursor: pointer;
}

.accordion-content {
    padding: 20px 10px;
}

.accordion-header h1,
.accordion-header h2,
.accordion-header h3,
.accordion-header h4 {
    margin-bottom: 0;
    color: #ffffff;
}

.accordion-header h3 {
    font-size: 18px;
}


/* ---------------------------------------------------------------------
 WP PageNavi (pagination)
------------------------------------------------------------------------ */

.wp-pagenavi {
	font-size: 85%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid #3A454E 1px;
}
.wp-pagenavi a, .wp-pagenavi span
{
	display: inline-block;
	vertical-align: middle;
	line-height: 19px;
	height: 19px;
	min-width: 15px;
	text-align: center;
	margin-right: 12px !important;
	margin-left: 0 !important;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px #d9d9d9 solid !important;
	background-color: #EFEFEF;
	color: #464646;
	font-weight: bold;
	background-image: url(../images/page-navi-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}
.wp-pagenavi a,
.wp-pagenavi span.current {
	-webkit-box-shadow: 0px 0px 1px 0px rgba(125, 125, 125, 0.10);
	-moz-box-shadow:    0px 0px 1px 0px rgba(125, 125, 125, 0.10);
	box-shadow:         0px 0px 1px 0px rgba(125, 125, 125, 0.10);
}
.wp-pagenavi span.current
{
	background-image: url(../images/page-navi-bg.gif);
	background-repeat: repeat-x;
	background-position: left -30px;
	background-color: #359bcd;
	color: white;
}
.wp-pagenavi .first,
.wp-pagenavi .last
{
	font-weight: normal;
	text-transform: uppercase;
	line-height: 19px;
	padding-right: 10px;
	padding-left: 10px;
}
.wp-pagenavi .pages,
.wp-pagenavi span.extend
{
	border: 0 !important;
	background-color: Transparent !important;
	text-transform: uppercase;
	color: #7A7A7A;
	font-weight: normal;
	background-image: none;
}
.wp-pagenavi span.current
{
	border: 1px #1f5d7f solid !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.69);
}
.wp-pagenavi a:hover
{
	border: 1px #3399cc solid !important;
	color: #3399cc;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}


/* ---------------------------------------------------------------------
 WordPress general hooks - widgets
------------------------------------------------------------------------ */
.widget {
    list-style:none;
}

.widgettitle {
    /* .h */
    font-family: Bree, Tahoma, Geneva, sans-serif;

    /* .h_article */
    font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
    font-size: 18px;
    font-weight: bold;

    /* local */
    margin-bottom: 1em;
}

.widget ul li {
    margin-bottom: 1em;
}

/* ---------------------------------------------------------------------
 The magic appearing search box in the header.
------------------------------------------------------------------------ */

.searchTool {
    position: relative;
    z-index:999999;
}
.searchTool-bd {
    border: solid #D4E3E1 2px;
    border-radius: 12px;
    background: #FAFAFA;
    padding:12px;
    position: absolute;
    top:0;
    right: 26px;
    z-index:999999;
    white-space: nowrap;
    display:none;
}
.searchTool-bd-form {
    display:inline-block;
}

/* ---------------------------------------------------------------------
 Hardcoded custom submenu icons.
------------------------------------------------------------------------ */
/*.menu-item-39 .subnavLink:before { background: url(../images/2ndLevelNav/strategy.png) center top no-repeat; }
.menu-item-38 .subnavLink:before { background: url(../images/2ndLevelNav/deployment.png) center top no-repeat; }
.menu-item-37 .subnavLink:before { background: url(../images/2ndLevelNav/featured-story.png) center top no-repeat; }
.menu-item-36 .subnavLink:before { background: url(../images/2ndLevelNav/crowdsourcing.png) center top no-repeat; }
.menu-item-35 .subnavLink:before { background: url(../images/2ndLevelNav/featured-industries.png) center top no-repeat; }
.menu-item-7701 .subnavLink:before { background: url(../images/2ndLevelNav/extension.png) center top no-repeat; width:80px; }

.menu-item-64 .subnavLink:before { background: url(../images/2ndLevelNav/cloud-enablement-suite.png) center top no-repeat; }
.menu-item-61 .subnavLink:before { background: url(../images/2ndLevelNav/cloud-products.png) center top no-repeat; }

.menu-item-68   .subnavLink:before { background: url(../images/2ndLevelNav/company-overview.png) center top no-repeat; }
.menu-item-66   .subnavLink:before { background: url(../images/2ndLevelNav/leadership.png) center top no-repeat; }
.menu-item-4622 .subnavLink:before { background: url(../images/2ndLevelNav/in-the-news.png) center top no-repeat; }
.menu-item-4623 .subnavLink:before { background: url(../images/2ndLevelNav/press-releases.png) center top no-repeat; }
.menu-item-3274 .subnavLink:before { background: url(../images/2ndLevelNav/philanthropy.png) center top no-repeat; }
.menu-item-3275 .subnavLink:before { background: url(../images/2ndLevelNav/awards-and-recognition.png) center top no-repeat; }
.menu-item-157  .subnavLink:before { background: url(../images/2ndLevelNav/events.png) center top no-repeat; }
.menu-item-65   .subnavLink:before { background: url(../images/2ndLevelNav/careers.png) center top no-repeat; }
.menu-item-3287   .subnavLink:before { background: url(../images/2ndLevelNav/customer-support.png) center top no-repeat; }
.menu-item-3276 .subnavLink:before { background: url(../images/2ndLevelNav/japan.png) center top no-repeat; }

.menu-item-144 .subnavLink:before { background: url(../images/2ndLevelNav/featured-story.png) center top no-repeat; } 
.menu-item-143 .subnavLink:before { background: url(../images/2ndLevelNav/cloud-pioneer.png) center top no-repeat; }

.menu-item-147 .subnavLink:before { background: url(../images/2ndLevelNav/strategic-partners.png) center top no-repeat; }
.menu-item-146 .subnavLink:before { background: url(../images/2ndLevelNav/solution-partners.png) center top no-repeat; }
.menu-item-145 .subnavLink:before { background: url(../images/2ndLevelNav/cloudspokes-partners.png) center top no-repeat; }

.menu-item-130 .subnavLink:before { background: url(../images/2ndLevelNav/blogs-and-insights.png) center top no-repeat; } 
.menu-item-129 .subnavLink:before { background: url(../images/2ndLevelNav/experts.png) center top no-repeat; }
.menu-item-131 .subnavLink:before { background: url(../images/2ndLevelNav/microscope.png) center top no-repeat; }
.menu-item-6306 .subnavLink:before { background: url(../images/2ndLevelNav/microscope.png) center top no-repeat; } */

.current-menu-item .subnavLink:before { background-position: center -40px; }

.subnavLink:before { background: none !important; }

.submenu-close
{
	width: 15px;
	height: 15px;
	background-image: url(../images/close-x.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 15px 15px;
	float: right;
	margin-top: 24px;
	margin-right: 0;
    cursor: pointer;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.submenu-close:hover
{
	background-color: #39c;
}

/* ---------------------------------------------------------------------
 WordPress WYSIWYG / editor styles that it expects.
------------------------------------------------------------------------ */
.alignleft
{
	float: left;
	padding-right: 12px;
	padding-bottom: 12px
}
.alignright
{
	float: right;
	padding-left: 12px;
	padding-bottom: 12px
}
.appirio_resource .alignleft,
.appirio_resource .alignright
{
	padding-right: 0;
	padding-left: 0;
}
.single-appirio_resource .appirio_resource .alignright
{
	padding-right: 0;
	padding-left: 16px;
}
.single-appirio_resource .appirio_resource .alignleft
{
	padding-right: 16px;
	padding-left: 0;
}
.aligncenter { margin-left:auto; margin-right:auto; display:block; }

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

.comment .box {
    margin-bottom: 1em;
}

/* Nested comments */
.comment .comment {
    margin-left: 2em;
}

.post-categories, .post-categories li {
    display:inline;
}

/* ---------------------------------------------------------------------
 WordPress Comment Form
------------------------------------------------------------------------ */
#reply-title {
    font-weight:400;
   	font-size: 24px;
	line-height: normal;
	font-family: Bree, Tahoma, Geneva, sans-serif;

    margin-bottom:15px;
}

#commentform .logged-in-as {
    margin:10px 0;
}
#commentform .comment-form-comment {
    margin:10px 0;
}
#commentform .comment-form-comment label {
    display:block;
}
#commentform .comment-form-comment textarea {
    width:100%;
}
#commentform .form-allowed-tags {
    margin:10px 0;
}
#commentform .form-submit {}

/* ---------------------------------------------------------------------
  Used specifically on blog archive and single pages
------------------------------------------------------------------------ */

.comment-count {
    float:right;
    padding-bottom:8px;    
    background: url(/wp-content/themes/appirio/assets/images/speech-tail.png) no-repeat 5px bottom;
}
.comment-count span {

    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #2b83af;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background: #3399cc;
    cursor: pointer;
}


.article-author {
    font-weight:bold;
    color: #707070;
}
.article-date {
    color: #707070;
}

.archiveList .h_article {
    margin-bottom:15px;
}

.article-postmeta {
    margin-bottom:1em;
}

/* ---------------------------------------------------------------------
 Other
------------------------------------------------------------------------ */

em, i { font-style:italic; }
strong, b { font-weight:bold; }


 .widgetLink {
    color: #3399cc;
 }

.widget-appirio-feedburner input,
.widget-appirio-feedburner select {
    width:100%;
}


form[role=search] input[name=s] {
    width: 130px;
}

.shiftnav-searchbar-drop form[role=search] input[name=s] {
    width: 100%;
}

input.shiftnav-search-submit {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #2b83af;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background: #3399cc;
    cursor: pointer;
    -webkit-appearance: none;
}

form[role=search] input[type=submit] {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #2b83af;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    color: #ffffff !important;
    background: #3399cc;
    cursor: pointer;
}

form[role=search] input[type=submit]:hover {
    background: #147db2;
}

form[role=search] input[type=submit]:active {
    background: #1f5c7e;
}

.row_related_resources_widgets .widget {
    height: 450px;
    overflow:hidden;
}


/* --- Popular Posts Widget --- */
.wpp-list li {
    overflow: visible;
}
.wpp-list .post-stats {
    display:none;
}

/* ---------------------------------------------------------------------
 SHARE THIS STRIP
------------------------------------------------------------------------ */

#sthoverbuttons .sthoverbuttons-top-r
{
	background-image: none !important;
}

#sthoverbuttons
{
	top: 20% !important;
}

#sthoverbuttons .sthoverbuttons-shade-r
{
	background-image: none !important;
}
#sthoverbuttons #sthoverbuttonsMain
{
	height: 185px !important;
	width: 34px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	background-color: #ccc !important;
	-webkit-box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, .25);
	box-shadow:  0px 0px 7px 0px rgba(0, 0, 0, .25);
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
/* Safari and Chrome */
#sthoverbuttons #sthoverbuttonsMain
 {
	padding-top: 10px !important;
}

/* Safari only override */
::i-block-chrome, #sthoverbuttons #sthoverbuttonsMain
 {
	padding-top: 0px !important;
}}

.sthoverbuttons-label { display: none; }
#sthoverbuttons .sthoverbuttons-bottom-r { 
	background-image: none !important;
}
.stButton
{
	padding-bottom: 14px !important;
}
.stButton img
{
	top: 0 !important;
}
.st_twitter_large .stLarge, 
.st_twitter_large .stLarge:hover
{
	background-image: url(../images/ico-connect-sharing-sprite.png) !important;
	background-position: left top !important;
}
.st_facebook_large .stLarge,
.st_facebook_large .stLarge:hover
{
	background-image: url(../images/ico-connect-sharing-sprite.png) !important;
	background-position: -34px top !important;
}
.st_linkedin_large .stLarge,
.st_linkedin_large .stLarge:hover
{
	background-image: url(../images/ico-connect-sharing-sprite.png) !important;
	background-position: -67px top !important;
}
.st_googleplus_large .stLarge,
.st_googleplus_large .stLarge:hover
{
	background-image: url(../images/ico-connect-sharing-sprite.png) !important;
	background-position: -101px top !important;
}
.st_email_large .stLarge,
.st_email_large .stLarge:hover
{
	background-image: url(../images/ico-connect-sharing-sprite.png) !important;
	background-position: -170px top !important;
}

/* ---------------------------------------------------------------------
 BLOGS
------------------------------------------------------------------------ */

.blog .site-main a { color: #3399cc; }
.blog .site-main a:hover
{
	color: #40bfff;
	text-decoration: underline;
}
.blog-index-container
{
	position: relative;
	top: -20px;
	border-bottom: 1px #d6d8da solid;
	padding-bottom: 26px;
	margin-bottom: 0;
}
.blog-index-cell
{
	width: 25%;
	float: left;
	text-align: center;
}
.blog-index-cell p a
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.blog-index-cell p
{
	line-height: 16px;
	padding-right: 4px;
	padding-left: 4px;
	color: #999;
}
.blog-index-container h3,
.blog-cloudspokes-container h3
{
	font-size: 22px;
	color: #2a7ea8;
	font-family: Bree, Tahoma, Geneva, sans-serif;
	margin-bottom: 8px;
}
.blog-cloudspokes-container p
{
	padding-bottom: 1em;
	width: 800px;
	line-height: 1.5em;
}
.blog-cloudspokes-container
{
	border-top: 1px #d6d8da solid;
	padding-top: 36px;
	margin-top: 24px;
	padding-bottom: 22px;
	margin-bottom: 24px;
}
.blog-cloudspokes-img-cell { float: left; }
.blog-cloudspokes-container .btn
{
	float: right;
	margin-right: 165px;
}
.blogHomeList .article
{
	margin-top: 35px;
	margin-bottom: 35px;
	padding-left: 14px;
}
.blogHomeList .article.tech-blog
{
	border-left: 3px #d90105 solid;
}
.blogHomeList .article.business-blog
{
	border-left: 3px #5996fd solid;
}
.blogHomeList .article.grey-matter
{
	border-left: 3px #f79c2e solid;
}
.blogHomeList
{
	margin-right: 120px;
	margin-left: 120px;
	font-size: 14px;
	line-height: 1.5em;
}
.blogHomeList h2
{
	font-size: 18px;
	font-weight: normal;
}
h3.home-blog
{
	font-size: 32px;
	line-height: normal;
	font-family: Bree, Tahoma, Geneva, sans-serif;
}
.cat-link
{
	text-transform: uppercase;
	font-weight: bold;
}
.single-post .heading-703,
.category-business-blog .heading-703
{
	background-image: url(../images/blog-hero-th-business.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	background-size: 73px 67px;
	height: 60px;
	padding-left: 70px;
	padding-top: .6em;
	margin-bottom: 0;
}
.single-post .heading-345,
.category-tech-blog .heading-345
{
	background-image: url(../images/blog-hero-th-tech.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	background-size: 73px 67px;
	height: 60px;
	padding-left: 60px;
	padding-top: .6em;
	margin-bottom: 0;
}
.single-post .heading-101,
.category-grey-matter .heading-101
{
	background-image: url(../images/blog-hero-th-emp.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	background-size: 73px 67px;
	height: 60px;
	padding-left: 50px;
	padding-top: .6em;
	margin-bottom: 0;
}
.single-post .heading-703,
.single-post .heading-345 { margin-bottom: 10px; }

.category h2.h_article a
{
	font-size: 20px;
}

.author-block .avatar
{
	margin-left: 0;
	display: block;
	float: left;
}
.author-block a
{
	line-height: 32px;
	vertical-align: middle;
}
.author-block.blog-post
{
	color: #707070;
}
.author-block.blog-post,
.author-block.blog-post a
{
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	vertical-align: baseline;
	line-height: normal;
}
.author-block.blog-post .twitter
{
	text-transform: none;
}
.blog-tag-title
{
	text-transform: uppercase;
	font-size: 13px;
}
.blog-tags a
{
	color: #707070;
}

.blog-tags a:hover
{
	color: #000;
}

a.read-more,
.blog-excerpt a
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 90%;
}
.single-post .hentry h2
{
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
}
.single-post .hentry h2 a:hover
{
	text-decoration: none;
}
.single-post .sharing-buttons
{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 700px;
}
.author-container
{
	background-color: white;
	border: 1px #EBEBEB solid;
	padding: 24px;
}
.author-left
{
	float: left;
	width: 100px;
}
.author-right
{
	margin-left: 100px;
}
.author-container .avatar
{
	margin-left: 0;
}
.author-container h3
{
	font-size: 24px;
	line-height: normal;
	font-family: Bree, Tahoma, Geneva, sans-serif;
	margin-bottom: 24px;
}
.author-container h3 a.twitter { font-weight: 200; }
.author-container p
{
	line-height: 1.33em;
	text-align: justify;
	padding-bottom: .75em;
}
.author-follow
{
	margin-top: 10px;
	font-size: 13px;
}
.author-follow .ico_connect
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: opacity .17s ease-in-out;
	-moz-transition: opacity .17s ease-in-out;
	-ms-transition: opacity .17s ease-in-out;
	-o-transition: opacity .17s ease-in-out;
	transition: opacity .17s ease-in-out;
}
.author-follow .ico_connect:hover,
.author-follow .ico_connect:active
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: opacity .17s ease-in-out;
	-moz-transition: opacity .17s ease-in-out;
	-ms-transition: opacity .17s ease-in-out;
	-o-transition: opacity .17s ease-in-out;
	transition: opacity .17s ease-in-out;
}


/* ---------------------------------------------------------------------
 THIRD-LEVEL SUBNAV (BLOGS)
------------------------------------------------------------------------ */

.menu-news-and-press-container,
.menu-blogs-container
{
	display: block;
	background-color: #fcfcfc;
	border-bottom: 1px #e9e9e9 solid;
	-webkit-box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
	-webkit-transition: box-shadow 1s ease-in-out;
	-moz-transition: box-shadow 1s ease-in-out;
	-ms-transition: box-shadow 1s ease-in-out;
	-o-transition: box-shadow 1s ease-in-out;
	transition: box-shadow 1s ease-in-out;
}
.menu-news-and-press-container.scroll-to-fixed-fixed,
.menu-blogs-container.scroll-to-fixed-fixed
{
	-webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px 0px rgba(0, 0, 0, .1);
	-webkit-transition: box-shadow 1s ease-in-out;
	-moz-transition: box-shadow 1s ease-in-out;
	-ms-transition: box-shadow 1s ease-in-out;
	-o-transition: box-shadow 1s ease-in-out;
	transition: box-shadow 1s ease-in-out;
}
.menu-news-and-press-container:before,
.menu-news-and-press-container:after,
.menu-blogs-container:before,
.menu-blogs-container:after {
    content: " ";
    display: table;
}

.menu-news-and-press-container:after,
.menu-blogs-container:after {
    clear: both;
}
.menu-news-and-press-container ul,
.menu-blogs-container ul
{
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	clear: both;
	display: block;
}
.menu-blogs-container li
{
	float: left;
	display: block;
	width: 25%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}
.menu-news-and-press-container li
{
	float: left;
	display: block;
	width: 25%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
}
.menu-news-and-press-container li a:hover,
.menu-blogs-container li a:hover
{
	color: #40bfff;
	text-decoration: none;
}
.menu-news-and-press-container li.current-post-parent a,
.menu-news-and-press-container li.current-menu-item a,
.menu-blogs-container li.current-post-parent a,
.menu-blogs-container li.current-menu-item a
{
	color: #39C;
	font-weight: bold;
}
.menu-news-and-press-container li.current-post-parent,
.menu-news-and-press-container li.current-menu-item,
.menu-blogs-container li.current-post-parent,
.menu-blogs-container li.current-menu-item
{
	border-bottom: 2px #3399cc solid;
	background-color: white;
}

.dpe-flexible-posts li img
{
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.featured-resource-landing-container
{
	text-align: center;
}

.centerelements
{
	display: inline-block;
}

.featured-resource
{
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
}

.featured-resource.right
{
	margin-right: 0;
}

.rsc-featured-image,
.rsc-feed-img
{
	position: absolute;
	top: 0;
	left: 0;
}
.featured-resource .text-block
{
	width: 126px;
	background-color: white;
	padding: 12px;
	top: 0;
	left: 150px;
	position: relative;
	text-align: left;
	font-size: 17px;
	line-height: 1.25em;
	font-weight: bold;
	color: #333;
	background-color: rgba(255, 255, 255, .87);
}

.featured-resource .go-button
{
	position: absolute;
	top: 158px;
	left: 150px;
	width: 42px;
	height: 42px;
	display: block;
	text-align: center;
	line-height: 42px;
	background-image: url(/wp-content/themes/appirio/assets/images/circle-go-button.png);
	background-repeat: no-repeat;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.resource-feedrow-container
{
	text-align: center;
}

.resource-feed-container
{
	position: relative;
	width: 445px;
	float: left;
	margin-right: 17px;
	margin-left: 17px;
	text-align: left;
	margin-bottom: 24px;
}

.feed-header
{
	width: 445px;
	height: 125px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.resource-feed-container .text-block
{
	background-color: rgba(255, 255, 255, .87);
	padding: 10px;
	left: 0;
	position: absolute;
	text-align: left;
	margin-right: 12px;
	display: inline-block;
	font-size: 22px;
	font-family: Bree, Tahoma, Geneva, sans-serif;
	color: #333;
	bottom: 8px;
}

.resources-feed-list ul
{
    list-style: url(../images/list-bullet.png) outside;
	list-style-position: outside;
	padding-left: 15px;
	margin-top: 16px;
	color: #39C;
}

.resources-feed-list li
{
	font-size: 18px;
	padding-bottom: .60em;
}

.resources-feed-list li a
{
	color: #39C;
	top: 1px;
	position: relative;
}


div.clickarea { position: relative; }

div.clickarea a.clicktrigger
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	/* No underlines on the link */
	z-index: 1000;
	/* Places the link above everything else in the div */
	background-color: #FFF;
	/* Fix to make div clickable in IE */
	opacity: 0;
	/* Fix to make div clickable in IE */
	filter: alpha(opacity=1);
	/* Fix to make div clickable in IE */
	padding: 0;
}
.section.resource-bar-container
{
	background-color: #216081;
	width: 100%;
	height: 40px;
	padding-top: 10px;
}
.resource-bar-filters
{
	width: 59%;
}
.resource-bar-search
{
	width: 39%;
}
.resource-bar-search .btn
{
	margin: 0 !important;
	height: 30px;
}
.resource-bar-search input[name=s]
{
	width: 80%;
	width: calc(100% - 95px);
	height: 28px;
	border: 1px #a8a8a8 solid;
	color: #8F8F8F;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: url(/wp-content/themes/appirio/assets/images/mag_icon.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-size: 16px;
	margin: 0 6px 0 0 !important;
	padding: 0 0 0 30px;
	float: left;
}
.resource-bar-filters .legend
{
	color: white;
	line-height: 30px;
	display: block;
	float: left;
	font-size: 16px;
}

select.heapbox-drop { width: 90px; }

.section.resource-bar-container .row.row_padded
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.feed-footer
{
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 8px;
	padding-left: 20px;
}
.col.resource_item { width: 100%; }
.wysiwyg.resource_item_content.with_form
{
	/*background-color: olive;*/
	float: left;
	width: 65%;
}

.wysiwyg.resource_item_content
{
	/*background-color: blue;*/
	float: none;
	width: 100%;
	text-align: center;
}

.wysiwyg.resource_item_content.with_form p
{
	/*background-color: red;*/
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}
.wysiwyg.resource_item_content.with_form iframe
{
	max-width: 100%;
}

.wysiwyg.resource_item_content p
{
	text-align: left;
	width: 73%;
	margin-right: auto;
	margin-left: auto;
}
.wysiwyg.resource_item_content ul
{
	text-align: left;
}
.wysiwyg.resource_item_content iframe
{
	/*background-color: teal;*/
	margin-right: -50px;
	margin-left: -50px;
}

.resource_item_form_cntnr
{
	/*background-color: green;*/
	float: right;
	width: 32.978%;
	margin: 0;
	padding: 0;
}

.resource_item_form_header
{
	/*background-color: silver;*/
	font-size: 18px;
	font-family: Bree, Tahoma, Geneva, sans-serif;
	color: #246382;
	padding-left: 50px;
	margin-bottom: 16px;
	background-image: url(/wp-content/themes/appirio/assets/images/action-arrow.png);
	background-repeat: no-repeat;
	background-position: 12px center;
}

.resource_item_form
{
	background-color: #e0e8ec;
	padding: 24px 0 24px 0;
	margin-bottom: 12px;
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.resource_item_form .formrow
{
	margin-right: 24px;
	margin-left: 24px;
	padding-bottom: 12px;
}

.resource_item_form .label
{
	float: left;
	color: #246382;
	line-height: 28px;
	width: 100px;
}

.resource_item_form input
{
	height: 26px;
	width: 153px;
	border: 1px #999 solid;
	padding-left: 6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.resource_item_form button
{
	color: #246382;
	width: 100%;
	border: 1px #e87800 solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f79325;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-ms-transition: background .1s ease-in-out;
	-o-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	line-height: normal;
}

.resource_item_form button:hover,
.resource_item_form button:active
{
	background-color: #ffa94d;
}

.resource_item_related
{
	width: 100%;
}
.resourceslist { margin-top: 36px; }

.single-appirio_story h2.h.h_section { float: left; }
.single-appirio_story .featured_logo
{
	float: right;
	width: 300px;
	height: 60px;
}
.single-appirio_story .featured_logo a
{
	height: 60px;
	background-repeat: no-repeat;
	background-position: center right;
	display: block;
}
.single-appirio_story .story-header .row.fixedwidth
{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.story-header .h.h_section
{
	margin: 0;
	padding: 0;
	line-height: 60px;
}
.story-image-strip
{
	min-height: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}
.story-image-strip.withbg { min-height: 64px; }

.story-intro.mobile,
.story-action.mobile
{
	display: none;
}	

.story-intro
{
	margin-bottom: 24px;
	text-align: right;
	font-size: 26px;
	line-height: 32px;
}

.story-action .btn.btn_primary
{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}

.single-appirio_story .section_1stmain .col_1of3 { width: 300; }
.single-appirio_story .section_1stmain .col.col_1of3
{
	margin-right: 0;
	padding-right: 24px;
	margin-left: 0;
	float: left;
}

.single-appirio_story .section_1stmain .col_2of3 { max-width: 610px; }
.single-appirio_story .section_1stmain .col_2of3
{
	margin-left: 0;
	padding-left: 24px;
	margin-right: 0;
	float: right;
}

.story-content
{
	background-image: url(../images/story-content-bgtile.png);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	padding-bottom: 36px;
}

.single-appirio_story .story-content .box
{
	border: 0;
	background-color: Transparent;
	padding-right: 0;
	padding-left: 0;
}
.single-appirio_story .story-content .blockList > * + *
{
	margin-top: 64px;
	border-top: none;
	padding-top: 0;
	display: block;
	text-align: right;
}
.single-appirio_story .story-content .blockList li:first-child
{
	margin-top: 48px;
	border-top: none;
}

.single-appirio_story .story-content .widget.article,
.single-appirio_story .story-content .widget.article .article-img,
.single-appirio_story .story-content .widget p,
.single-appirio_story .story-content .widget div,
.single-appirio_story .story-content .widget li
{
	text-align: right;
	color: #808080;
	font-size: 20px;
	line-height: 36px;
}

.single-appirio_story .story-content .widget li,
.single-appirio_story .story-content .widget li:first-child
{
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: .5em;
	margin-top: 0;
}

.single-appirio_story .story-content .widget h2
{
	font-size: 28px;
	margin-bottom: .5em;
	line-height: 1.1em;
	font-weight: bold;
}

.single-appirio_story .story-content .widget h3
{
	font-size: 24px;
	margin-bottom: .5em;
	line-height: 1.1em;
	font-weight: bold;
}

.single-appirio_story .story-content .widget h4
{
	font-size: 20px;
	margin-bottom: .5em;
	line-height: 1.1em;
	font-weight: bold;
}

.story_item_related h4,
.story_item_related h2,
.story_item_related li,
.story_item_related div,
.story_item_related p,
.story_item_related a { color: #FFF !important; }


.sidebar-quote::before
{
	content: url(../images/pull-quote-mini-left.png);
}

.sidebar-quote::after
{
	content: url(../images/pull-quote-mini-right.png);
}

.sidebar-featured
{
	padding: 24px 24px 8px 24px;
	background-color: #e1ebf3;
	margin-right: -24px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

a.backto
{
	text-align: right;
	font-size: 14px;
	color: #3399cc;
	text-transform: uppercase;
}

.backto
{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}


/* CODE SNIPPETS FORMATTING */

figure
{
	display:block;
	margin:1em 0;
	border:1px solid #ccc;
	border-radius:3px;
	background:#f7f7f7;
}

figure figcaption
{
	display: block;
	padding: 5px 10px 4px 10px;
	border-bottom: 1px solid #ccc;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
	/*background:#ddd;*/
	color: #777;
	font-size: 17px;
}



pre, pre *
{
	font:normal normal normal 1em/1.4 monaco, courier, monospace;
}
pre
{
	font-size:0.8em;
}
pre, pre code, pre samp
{
	display:block;
	margin:0;
	cursor:text;
}
pre code, pre samp
{
	/* enforce white-space for IE7 */
	white-space:pre;
	
	/* enforce word-wrap for mobile safari */
	word-wrap:normal;
	
	padding:10px;
	-moz-tab-size:4;
	-o-tab-size:4;
	tab-size:4;
	overflow-x:auto;
}

/* additional focus rules to provide a visual cue */
pre [contenteditable]:focus
{
	border-radius:0 0 3px 0;
	background:#fff;
	outline:none;
	box-shadow:inset 0 1px 4px 1px rgba(0,0,0,0.5);
}

pre.line-numbers
{
	position:relative;
}
pre.line-numbers code, 
pre.line-numbers samp
{
	margin-left:3em;
	border-left:1px solid #ccc;
}

pre.line-numbers > div
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	border-radius:0 0 0 3px;
	/*background:#e5e5e5;*/
	overflow:hidden;
	counter-reset:line;
}

pre.line-numbers > div > span
{
	display:block;
	width:2.5em;
	padding:0 0.5em 0 0;
	text-align:right;
	color:#777;
	overflow:hidden;
	counter-increment:line;
}
pre.line-numbers > div > span::before
{
	content:counter(line);
}
pre.line-numbers > div > span:first-child
{
	margin-top:10px;
}
pre.line-numbers > div > span:nth-child(odd)
{
	background:#ebebeb;
}

@media print
{
	pre code
	{
		overflow-x:visible;
		white-space:pre-wrap;
	}
	pre.line-numbers div
	{
		display:none;
	}
	pre.line-numbers > code, 
	pre.line-numbers > samp
	{
		margin-left:0;
	}
}



/* double-up the syntax elements for cross-browser RTF-keystroke support */
pre b, pre strong
{
	font-weight:normal;
	color:#039;
}
pre u, pre u b, pre u strong
{
	text-decoration:none;
	color:#c55;
}
pre i, pre em, pre i *, pre em *, pre i * *, pre em * *
{
	letter-spacing:-0.1em;
	text-decoration:none;
	font-style:normal;
	color:#083;
}

.download-btn
{
	margin-right: auto;
	margin-left: auto;
	width: 150px;
	height: 150px;
	background-color: #F79325;
	border: 1px #d66f00 solid;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	text-align: center;
	background-image: url(../images/cloud-download-alt.png);
	background-repeat: no-repeat;
	background-position: center 18px;
	background-size: 67px 64px;
}

.download-btn a
{
	display: table-cell;
	text-shadow: 1px 1px 2px #d66f00;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: #ffffff !important;
	cursor: pointer;
	vertical-align: bottom;
	height: 127px;
}
.box-content
{
	margin-right: auto;
	margin-left: auto;
}

/* LEADERSHIP */
.leadership-container { text-align: center; }
.leader-index-person
{
	float: left;
	margin-right: 0;
	margin-left: 0;
	width: 25%;
	min-width: 230px;
	/*	background-color: #CCC;*/
	margin-bottom: 6px;
}

.leader-index-person .author-follow
{
	margin-right: auto;
	margin-left: auto;
	display: table;
	margin-top: 2px;
	height: 22px;
}
.leader-index-person .author-follow ul li:first-child
{
	float: none;
	display: table-cell;
}

.leader-index-person .ico_connect {
    width: 30px;
    height: 22px;
    background: url(../images/ico-connect-sprite-mini.png) no-repeat 0 center;
}

.leader-index-person .ico_connect_tw { background-position: 6px 0; background-size: 117px 18px; }
.leader-index-person .ico_connect_fb { background-position: -19px 0; background-size: 117px 18px; }
.leader-index-person .ico_connect_in { background-position: -44px 0; background-size: 117px 18px; }
.leader-index-person .ico_connect_gp { background-position: -68px 0; background-size: 117px 18px; }
.leader-index-person .ico_connect_yt { background-position: -94px 0; background-size: 117px 18px; }

.leader-index,
.leader-index3
{
	text-align: center;
	display: table-cell;
	height: 280px;
	vertical-align: bottom;
	min-width: 230px;
}

.board .leader-index,
.board .leader-index3
{
	height: 130px;
	margin-top: 26px;
}

.leaderhover .imgbox
{
	width: 120px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}

.leaderhover .item
{
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	font-size: 110%;
}

.leaderhover:hover .item
{
	width: 150px;
	height: 150px;
	font-size: 150%;
	color: #36C;
}

.leaderhover:hover .item,
.leaderhover:hover .item a
{
	text-decoration: none;
}

div.leader, div.leader:hover
{
	width: 100% !important;
	height: 100% !important;
}
.expert-table .expert-table
{
	width: 100%;
	display: table;
}
.expert-table .expert-row
{
	/*display: table-row;*/
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px #CCC dotted;
}
.expert-table .expert-row:last-child
{
	border-bottom: none;
}
.expert-table .expert-thumb
{
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	text-align: center;
}
.expert-table .expert-name
{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	padding-right: 18px;
	padding-left: 18px;
}
.expert-table .expert-name .name
{
	font-family: Bree;
	font-size: 24px;
}
.expert-table .expert-quote
{
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/pull-quote.png);
	background-repeat: no-repeat;
	background-size: 34px 30px;
	background-position: left top;
	padding-left: 40px;
}
.box_expert {
    height: 160px;
    overflow:hidden;
    font-size: 16px;
    line-height: 1;
}

.thumb {
    font-size: 16px;
}


.homebuttons a
{
	width: auto;
	padding-right: .75em;
	padding-left: .75em;
}

.search-story-thumb
{
	width: 150px;
	height: 150px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	position: relative;
	background-color: #FFF;
	border: 1px #bcbcbc solid;
}

.search-story-thumb img
{
	width: 90%;
	height: auto;
}

.search-results h2.h.h_article
{
	margin-bottom: 12px;
}

.search-results h2.h.h_article a
{
	font-size: 20px;
}

.notopspace
{
	margin-top: 0;
	padding-top: 0;
}

.notopmarg,
.section_fullwidth.notopmarg:first-child
{
	margin-top: 0;
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 

	.page-template-page-nosidebar-text-php .wysiwyg .sublime img
	{
		width: 100% !important;
		max-width: 100% !important;
	}
	.page-template-page-nosidebar-text-php {}
}

.visible-mobile { display: none; }

@media screen and (max-width: 767px) { 

	.story-header .h.h_section
	{
		margin-left: 24px;
		display: none;
	}

	.story-header .featured_logo
	{
	}

	.story-image-strip.withbg
	{
		min-height: 36px;
		max-height: 36px;
	}

	.single-appirio_story .section_1stmain .col_1of3 { width: 100%; }
	.single-appirio_story .section_1stmain .col.col_1of3
	{
		padding: 0;
		float: none;
	}

	.single-appirio_story .featured_logo
	{
		float: none;
	}
	
	.single-appirio_story .featured_logo img
	{
		margin-right: auto;
		margin-left: auto;
		display: block;
	}
	
	.story-content
	{
		background-image: none;
	}	

	.story-action.mobile a
	{
		margin-bottom: 36px;
	}	
	.story-intro.mobile,
	.story-action.mobile
	{
		text-align: left;
		display: block;
	}	
	.story-action.desktop,
	.story-intro.desktop
	{
		display: none;
	}	
	
	.single-appirio_story .story-content .widget.article,
		.single-appirio_story .story-content .widget.article .article-img, 
		.single-appirio_story .story-content .widget p, 
		.single-appirio_story .story-content .widget div, 
		.single-appirio_story .story-content .widget h2, 
		.single-appirio_story .story-content .widget li { text-align: left; }

	.single-appirio_story .section_1stmain .col_2of3
	{
		padding-right: 0;
		padding-left: 0;
	}

	.single-appirio_story .story-content .widget .sidebar-featured,
	.single-appirio_story .story-content .widget .sidebar-featured p
	{
		-webkit-border-radius: 8px;
		border-radius: 8px;
		text-align: center;
	}

	.sidebar-featured
	{
		margin-right: 0;
	}

	.section.resource-bar-container .row.row_padded
	{
		width: 90%;
	}
	
	.resource-bar-filters.first,
	.resource-bar-search.last
	{
		width: 100%;
		float: none;
		display: block;
	}
	
	.resource-bar-search
	{
		padding-top: 12px;
		padding-bottom: 18px;
	}
	
	.resource-bar-search input[name=s]
	{
		width: 60%;
	}

	.customerCarousel {
		width: 100%;
		min-width: 100%;
	}
	.customerCarousel-section-wrap,
	.customerCarousel-section-wrap .customerCarouselContainer,
	.customerCarousel,
	.customer-carousel-slide
	{
		height: 350px;
	}

	.customerCarousel .article_customer_carousel-img { width: 100%; }

	.customerCarousel .slider-bgimage
	{
		background-position: center top;
		background-size: 767px 350px;
	}
	
	.customerCarouselContainer .cycle.left,
	.cycle.left
	{
		left: -14px;
		background-position: 50% 11px;
		background-image: url(/wp-content/themes/appirio/assets/images/carousel-thick-prev.png);
		top: 88.5% !important;
		position: absolute;
	}

	.customerCarouselContainer .cycle.right,
	.cycle.right
	{
		right: -14px;
		top: 88.5% !important;
		background-position: 50% 11px;
		background-image: url(/wp-content/themes/appirio/assets/images/carousel-thick-next.png);
		position: absolute;
	}
	
	.customerCarouselContainer .cycle.left,
	.customerCarouselContainer .cycle.right { top: 84% !important; }

	.customerCarouselContainer .cycle,
	.cycle
	{
		width: 65px;
		height: 65px;
		border: 1px #5a94bb solid;
		background-repeat: no-repeat;
		background-size: 16px 29px;
		background-color: #3399cc;
	}

	.customerCarouselContainer .cycle
	{
		position: absolute;
		z-index: 900;
		display: block;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		text-align: center;
		background-repeat: no-repeat;
		background-size: 18px 36px;
	}

	.customerCarouselContainer .cycle:hover,
	.cycle:hover {
		text-decoration:none;
		background-color: #2b83af;
		border: 1px solid #5a94bb;
	}

	.expert-table
	{
		margin-bottom: 48px;
	}
	.expert-table .expert-row:first-child
	{
		border-top: 1px #CCC dotted;
	}
	.expert-table .expert-row:last-child
	{
		border-bottom: 1px #CCC dotted;
	}
	.expert-table .expert-thumb
	{
		display: block;
		max-width: 200px;
		margin-left: 44px;
	}
	.expert-table .expert-name
	{
		display: block;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		padding-left: 44px;
		padding-bottom: 18px;
	}
	.expert-table .expert-quote
	{
		display: block;
		padding-left: 44px;
	}

	.cust-succ-margin .fullwidth-style
	{
		padding-right: 0;
		width: 94% !important;
	}
	.blocks > *
	{
		margin-left: 0;
		margin-right: 0;
	}
	
	.scalable-table
	{
		-ms-word-break: break-all;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
 	    word-break: break-word;
		hyphens: auto;
		width: 100%;
	}
	.scalable-table tr
	{
		border-bottom: 1px #333 dotted;
	}
	.scalable-table.checklist td
	{
		display: inline-block;
		width: 14%;
		padding: 3px;
		margin-bottom: .6em;
		margin-top: .6em;
		vertical-align: middle;
	}
	.scalable-table.checklist td:first-child
	{
		width: 30%;
	}
	
	.page-template-page-nosidebar br { display: none; }
	
	.visible-mobile { display: block; }
	.visible-desktop { display: none; }

}