/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Global Divi fixes styling
 * Added: February 10th, 2020
 */

ol[type="a"] {
	list-style-type: lower-latin !important;
}

ol.upper[type="A"] {
	list-style-type: upper-latin !important;
}

ol[type="i"] {
	list-style-type: lower-roman !important;
}

ol.upper[type="I"] {
	list-style-type: upper-roman !important;
}

/* Global Divi fixes styling ends here */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Global footer fixes styling
 * Added: April 10th, 2019
 */

.ubermenu .ubermenu-submenu a:active .ubermenu-target-text,
.ubermenu .ubermenu-submenu a:focus .ubermenu-target-text,
.ubermenu .ubermenu-submenu a:hover .ubermenu-target-text {
	border-bottom: 1px solid #167ac7;
}

.ubermenu-accessible .ubermenu-submenu input:not(:hover):focus,
.ubermenu-accessible:not(:hover) .ubermenu-submenu .ubermenu-target:focus {
	outline: none;
	box-shadow: none !important;
}

#main-hdr .ubermenu a.parentclass span {
	font-size: 16px;
	color: #167ac7;
	font-weight: 600;
	margin-top: 10px;
}

/* Global header fixes styling ends here */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Global footer fixes styling
 * Added: April 10th, 2019
 */

#footer-bottom .row>div:not(:nth-of-type(2))>img {
	max-width: calc(125px - 10%);
}

.et_pb_row a.btn {
	display: inline-block;
}

a.btn.btn-small {
	padding: 6px 20px;
}

#main-footer ul#menu-footer-menu {
	margin-top: 1px;
}

#main-footer .container {
	padding-top: 0px;
}

#main-footer .nnnn .textwidget {
	display: flex;
}

/* Global footer fixes styling ends here */


/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Reusable component global fixes
 * Added: April 10th, 2019
 */

.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular:after {
	width: 60%;
	left: -1px;
	background: linear-gradient(to right, rgba(255,255,255,0.95) 75%, transparent 95%);
}

.hmpage_banner:before {
	content: none;
	display: none;
}

/* Remove this next directive after refactoring all solution tiles on all pages */
.et_pb_module:not(.otn-solution-tile-container) .otn-solution-tile img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End directive that should be removed */

.otn-featured-tile-container,
.otn-solution-tile-container {
	display: flex;
	justify-content: center;
}

.otn-featured-tile-container>div,
.otn-solution-tile-container>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.otn-featured-tile-container>div {
	width: 980px;
	max-width: calc(80vw + 40px);
	margin: 0px -20px -40px; /* Remove outer borders generated by individual tile margins */
}

.otn-solution-tile-container>div {
	width: 960px;
	margin: 0px -10px -20px; /* Remove outer borders generated by individual tile margins */
}

.otn-featured-tile-container .otn-featured-tile,
.otn-solution-tile-container .otn-solution-tile {
	display: flex;
	padding: 0px;
    background-color: #ffffff;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.2s;
}

.otn-featured-tile-container .otn-featured-tile {
	flex-direction: row;
	width: 460px;
	min-height: 205px;
	max-width: calc(50% - 40px);
	margin: 0px 20px 40px;
}

.otn-solution-tile-container .otn-solution-tile {
	flex-direction: column;
	width: calc(25% - 20px);
	max-width: 220px;
	margin: 0px 10px 20px;
}

.otn-solution-tile-container.otn-solution-tile-container-3-wide .otn-solution-tile {
	width: calc(33.33% - 20px); /* Fallback in case browser doesn't support blow rule */
	width: calc(100% / 3 - 20px);
	max-width: 300px;
}

.otn-solution-tile-container .otn-solution-tile:not(.info-tile):hover {
	box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.7);
}

.otn-solution-tile-container .otn-solution-tile:not(.info-tile):active,
.otn-solution-tile-container .otn-solution-tile:not(.info-tile):focus {
    outline: none;
    box-shadow: 0px 2px 10px #08f;
}

.otn-featured-tile-container .otn-featured-tile-image {
	flex: 1 0 auto;
	height: 100%;
	width: 160px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.otn-featured-tile-container .otn-featured-tile-content {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 10px 20px;
}

.otn-featured-tile-container .otn-featured-tile-content>p.h3-heading {
	color: #0078C9;
	font-family: "Proxima Nova";
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	padding-bottom: 10px;
}

.otn-featured-tile-container .otn-featured-tile-content>p:last-of-type {
	flex: 1 0 auto;
	font-size: 16px;
	line-height: 20px;
}

.otn-featured-tile-container .otn-featured-tile-content>a.btn {
	align-self: flex-start;
	min-height: 36px;
	line-height: 16px;
	font-size: 18px;
	font-weight: 600;
	font-family: "Proxima Nova";
}

.otn-solution-tile-container .otn-solution-tile>div:first-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 130px;
}

.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile>div:first-of-type {
	display: none;
}

.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile:not(.otn-solution-tile-nav-icon)>div:not(:first-of-type)>p {
	padding: 0px 20px 20px;
	text-align: center;
}

.otn-solution-tile-container.otn-solution-tile-container-3-wide .otn-full-image-tile>div:first-of-type {
	height: 160px;
}

.otn-solution-tile.otn-full-image-tile>div:first-of-type {
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
}

.otn-solution-tile-container .otn-solution-tile>div:last-of-type {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.otn-solution-tile-container .otn-solution-tile img {
	display: block;
	padding: 0px;
	margin: 0px;
	max-height: 70px;
	max-width: calc(100% - 40px);
}

.otn-solution-tile-container .otn-solution-tile h1,
.otn-solution-tile-container .otn-solution-tile h2,
.otn-solution-tile-container .otn-solution-tile h3,
.otn-solution-tile-container .otn-solution-tile h4,
.otn-solution-tile-container .otn-solution-tile h5,
.otn-solution-tile-container .otn-solution-tile h6 {
	flex: 1 0 auto;
	padding: 0px 20px 20px;
    color: #0078C9;
    font-family: "Proxima Nova";
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.otn-solution-tile-container .otn-solution-tile.info-tile h1,
.otn-solution-tile-container .otn-solution-tile.info-tile h2,
.otn-solution-tile-container .otn-solution-tile.info-tile h3,
.otn-solution-tile-container .otn-solution-tile.info-tile h4,
.otn-solution-tile-container .otn-solution-tile.info-tile h5,
.otn-solution-tile-container .otn-solution-tile.info-tile h6 {
	flex: 0 0 auto;
}

.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile h1,
.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile h2,
.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile h3,
.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile h4,
.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile h5,
.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile h6 {
	padding: 20px;
}

.otn-solution-tile-container .otn-resource-tile h1,
.otn-solution-tile-container .otn-resource-tile h2,
.otn-solution-tile-container .otn-resource-tile h3,
.otn-solution-tile-container .otn-resource-tile h4,
.otn-solution-tile-container .otn-resource-tile h5,
.otn-solution-tile-container .otn-resource-tile h6 {
	padding-bottom: 6px;
	font-size: 16px;
	line-height: 20px;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

.otn-solution-tile-container .otn-resource-tile p {
	margin: 0px 20px;
	padding: 10px 0px;
    border-top: 1px solid #D8D8D8;
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.otn-solution-tile-container a.otn-solution-tile-nav-icon p.otn-solution-tile-nav-icon {
	text-align: center;
}

.otn-solution-tile-container a.otn-solution-tile-nav-icon p.otn-solution-tile-nav-icon>span.et-pb-icon {
	font-size: 32px;
}

.interest-calls-container,
.sign-up-boxes {
	justify-content: space-between;
}

.interest-calls-container .interest-calls-box,
.sign-up-boxes .sign-up-box {
	width: calc(50% - 20px);
	padding: 20px;
}

.sign-up-boxes .sign-up-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.interest-calls-container .interest-calls-header,
.sign-up-boxes .sign-up-box .box-title {
	max-width: 100%;
	margin: 0px 0px 15px;
	padding: 0px;
}

.interest-calls-container .interest-calls-content,
.sign-up-boxes .sign-up-box .box-content {
	max-width: 100%;
	margin: 0px;
	padding: 0px;
	min-height: 0px;
}

.sign-up-boxes .sign-up-box .box-content {
	flex-grow: 1;
}

.sign-up-boxes .sign-up-box .box-CTA.btn.btn-green {
	margin-bottom: 0px;
}

.et_pb_row.contactform-box {
	padding: 20px;
}

.et_pb_row.contactform-box:not(.two-rows) .contactform-cta .et_pb_text_inner {
	display: flex;
	align-items: center;
}

.et_pb_row.contactform-box:not(.two-rows) .contactform-cta .et_pb_text_inner h3 {
	flex-grow: 1;
	margin-right: 20px;
}

.et_pb_row.contactform-box:not(.two-rows) .contactform-cta:not(.default-text) .et_pb_text_inner h3 {
	padding-bottom: 0px;
}

.et_pb_row.contactform-box .contactform-cta {
	width: 100%;
}

.et_pb_row.contactform-box .contactform-cta h3 {
	max-width: 100%;
	margin-top: 0px;
	float: none;
	clear: both;
}

.et_pb_row.contactform-box .contactform-cta a.btn.btn-green {
	margin: 0px;
	transform: none;
}

.et_pb_row.contactform-box .contactform-cta p:not(.has-background):last-of-type {
	padding-bottom: 0px;
}

.et_pb_row.contactform-box .two-rows-container {
	display: block;
	margin-right: 20px;
}

.otn-vendor-selector {
	display: flex;
	padding-bottom: 30px !important;
	text-align: center;
	margin: 0px auto;
	float: none;
}

.otn-vendor-selector .et_pb_column {
	margin-bottom: 0px;
}

.otn-vendor-selector .et_pb_column:not(:first-of-type) {
	margin-left: 30px;
}

.otn-vendor-selector .et_pb_module.active,
.otn-vendor-selector .et_pb_module:active,
.otn-vendor-selector .et_pb_module:focus,
.otn-vendor-selector .et_pb_module:hover {
	box-shadow: none;
	background: transparent;
	outline: none;
}

.otn-vendor-selector .et_pb_module .et_pb_text_inner,
.otn-vendor-selector .et_pb_module .et_pb_code_inner,
.otn-vendor-selector .et_pb_module a {
	display: block;
	width: 100%;
	height: 100%;
}

.otn-vendor-selector .et_pb_module .et_pb_text_inner p {
	padding: 0px;
}

.otn-vendor-selector .et_pb_module a {
    display: flex;
    justify-content: space-around;
    align-items: center;
	float: none;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
    border-radius: 6px;
    height: 110px;
}

.otn-vendor-selector .et_pb_module.active a,
.otn-vendor-selector .et_pb_module a:active,
.otn-vendor-selector .et_pb_module a:focus,
.otn-vendor-selector .et_pb_module a:hover {
	box-shadow: inset 0 0 8px 0 rgba(0,0,0,0.5), 0 0 6px 0 rgba(0,0,0,0.35);
	background: #F0F0F0;
	outline: none;
}

.otn-vendor-selector .et_pb_module img {
	margin: 10px;
	max-height: 65px;
	max-width: calc(100% - 20px);
	vertical-align: middle;
}

.otn-vendor-selector .et_pb_module button {
	background: none;
	border: 0;
	width: 100%;
	cursor: pointer;
}

.vendor_desc:not(.active) {
	display: none;
}

.servicebox-full-width-box {
	width: 80%;
	overflow: hidden;
}

.servicebox-full-width-box>div {
	margin-bottom: 0px;
}

.servicebox-full-width-box.odd>div:last-of-type,
.servicebox-full-width-box.even>div:first-of-type {
	flex-grow: 1;
}

body .servicebox-full-width-box .et_pb_column.et_pb_css_mix_blend_mode_passthrough {
	margin: 0px;
}

.servicebox-full-width-box .et_pb_module:not(.content-column) {
	/*width: 200px;*/
}

.servicebox-full-width-box .et_pb_module.content-column {
	margin-bottom: 0px;
}

.servicebox-full-width-box .et_pb_module.content-column>div {
	padding: 20px;
	width: 100%;
}

.servicebox-full-width-box .et_pb_module.content-column h2 {
	height: inherit;
	height: initial;
	width: 100%;
	margin-top: 0px;
}

.servicebox-full-width-box a {
	width: auto;
	width: initial;
	padding-left: 20px;
	padding-right: 20px;
}

body .otn-signup-cta.et_pb_row {
	padding: 20px;
}

body .otn-signup-cta.et_pb_row .et_pb_text_inner {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

body .otn-signup-cta.et_pb_row .et_pb_text_inner p:last-of-type {
	padding-bottom: 0px;
}

body .et_pb_row.hmpage-counter,
body .et_pb_row.action-counter {
	padding-left: 0px;
	padding-right: 0px;
}

body .et_pb_row.high-fi-link>div.et_pb_column:first-of-type {
	display: flex;
	align-items: center;
	justify-content: center;
}

body .et_pb_row.high-fi-link>div.et_pb_column:first-of-type .et_pb_module.et_clickable {
	margin-top: 0px !important;
	padding: 10px 0px !important;
	flex: 1 0 auto;
	max-width: 100%;
}

body .et_pb_row.high-fi-link>div.et_pb_column:first-of-type h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	padding: 10px 20px;
	float: none;
	text-align: center;
}

body .et_pb_row.high-fi-link ul {
	padding-bottom: 0px;
}

.otn-map.otn-map-callout .map-container {
	display: block;
	max-height: 480px;
}

.otn-map.otn-map-callout .map-description {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35%;
	min-width: 0px;
	height: 100%;
	background-color: transparent;
}

.otn-map.otn-map-callout .map-description p {
	padding: 30px;
	height: initial;
	width: initial;
	background-color: #31566F;
	float: none;
}

.otn-map.otn-map-callout .map-container iframe#google-map {
	width: 70%;
	left: 30%;
	min-width: 0px;
}

.otn-vendor-tabs {
	overflow: visible;
}

.otn-no-wrap,
a[href*="tel:"] {
	white-space: nowrap;
}

.otn-accordion .et_pb_accordion_item h5 {
	padding-right: 36px;
}

.et_pb_row.leader-team {
	display: flex;
}

.et_pb_row.leader-team .et_pb_column {
	display: flex;
	flex-direction: column;
}

.et_pb_row.leader-team .et_pb_column::before {
	content: '';
	display: block;
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 10px;
	background-color: #ffffff;
}

.et_pb_row.leader-team div.et_pb_column:nth-of-type(odd) {
	margin-right: 0px;
}

.et_pb_row.leader-team div.et_pb_column:nth-of-type(even) {
	margin-left: 40px;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row {
	display: flex;
	flex-wrap: nowrap;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>* {
	float: none;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div.team_designation_img {
	flex: 0 0 auto;
	width: 120px;
	height: 150px;
	background-position: center;
	background-size: cover;
	margin-right: 20px;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div.team_designation {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-basis: 100%;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div .team_designation-inner {
	position: relative;
	bottom: initial;
	float: none;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div .team_designation-inner h3 {
	padding-bottom: 0px;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div .team_designation-inner p:last-of-type {
	padding-bottom: 0px;
}

.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div .team_designation-inner p:last-of-type:not(:empty) {
	padding-top: 10px;
}

.et_pb_row.leader-team .et_pb_column:not(.big-blue) div.et_pb_module:nth-of-type(2) {
	position: relative;
	max-height: 92px;
	overflow: hidden;
}

.et_pb_row.leader-team .et_pb_column:not(.big-blue) div.et_pb_module:nth-of-type(2) .et_pb_text_inner {
	max-height: 92px;
}

.et_pb_row.leader-team .et_pb_column:not(.big-blue) div.et_pb_module:nth-of-type(2)::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	background-image: linear-gradient(to top, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.et_pb_row.leader-team:not(.leader-team-open) .et_pb_column .team_readmore {
	flex: 1 0 auto;
	display: flex;
	align-items: flex-end;
}

.et_pb_row.leader-team .et_pb_column:not(.big-blue) .team_readmore > div p a>span:last-of-type,
.et_pb_row.leader-team .et_pb_column.big-blue .team_readmore > div p a>span:first-of-type {
	display: none;
}

.et_pb_row.leader-team .et_pb_column.big-blue .team_readmore > div p a>span:last-of-type {
	display: inline;
}

.et_pb_row.leader-team .big-blue .smalldesc {
	max-height: initial;
}

.banner-btn {
	display: flex;
	justify-content: center;
}

a.banner-btn-a {
	max-width: 100%;
	margin: 0px;
}

a.banner-btn-a:last-of-type {
	margin-left: 30px;
}

.hmpage_banner-full-width.headingh2-p .et_pb_text_inner {
	background-color: transparent;
}

/* Reusable component global fixes ends here */


/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Connected blog styling
 * Added: April 3rd, 2019
 */

.otn-solution-tile-container .otn-connected-featured-article-list {
	margin: 0px auto 30px;
}

.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile {
	width: calc(100% - 20px);
	max-width: 100%;
	min-height: 280px;
	flex-direction: row;
	margin: 0px 10px;
}

.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:first-of-type {
	width: 50%;
	height: 280px;
	margin-bottom: 0px;
	flex: 1 0 auto;
}

.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type {
	flex: 1 1 auto;
	padding: 0px 30px 20px;
}

.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type * {
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}

.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type>div {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
}

.otn-solution-tile-container .otn-connected-featured-article-list p {
	border-top: none;
	border-bottom: 1px solid #D8D8D8;
}

.otn-solution-tile-container .otn-connected-featured-article-list h1,
.otn-solution-tile-container .otn-connected-featured-article-list h2,
.otn-solution-tile-container .otn-connected-featured-article-list h3,
.otn-solution-tile-container .otn-connected-featured-article-list h4,
.otn-solution-tile-container .otn-connected-featured-article-list h5,
.otn-solution-tile-container .otn-connected-featured-article-list h6 {
	padding: 0px;
	margin-top: 20px;
	font-size: 28px;
	line-height: 30px;
	width: 100%;
}

.otn-solution-tile-container .otn-connected-article-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0px 0px 20px;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup {
	padding: 10px;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup h3 {
	padding: 0px 0px 10px;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup .otn-tl-article-inner {
	justify-content: flex-start;
	height: initial;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup .otn-tl-article-inner>div:last-of-type {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup form {
	margin-left: 0px;
	flex: 1 0 auto;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup .otn-tl-newsletter-signup-form-fields input {
	width: 100%;
	margin-bottom: 5px;
	box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.35), 0 0 0 0 rgba(0,0,0,0.35);
	border-radius: 3px;
	padding: 4px 16px;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup .otn-tl-newsletter-signup-form-fields input:last-of-type {
	margin-bottom: 0px;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup .otn-tl-newsletter-signup-form-fields input::placeholder {
	font-style: italic;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup .otn-tl-newsletter-signup-form-fields input:focus,
.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button:focus {
	outline: #0af solid 2px;
}

.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit {
	text-align: center;
	margin: 10px 0px;
	flex: 1 0 auto;
}

.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button {
	margin-left: 0px;
	font-size: 18px;
	line-height: 22px !important;
	border: none;
	border-radius: 3px;
}

.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button:active,
.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button:hover,
.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button:focus {
	background-color: #0B5351;
	padding: .3em 1em;
	margin: 0px;
	border: none;
	opacity: 0.7;
}

.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button:active::after,
.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button:hover::after,
.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button:focus::after {
	display: none;
	content: none;
}

.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-error {
	text-align: center;
}

.otn-solution-tile-container .otn-connected-article-list .otn-connected-newsletter-signup .otn-tl-newsletter-signup-form-disclaimer {
	font-size: 8px;
	line-height: 12px;
	text-align: center;
}

.otn-solution-tile-container .otn-tl-load-more {
	margin-left: auto;
	margin-right: auto;
}

body.single-blog #et-main-area * {
	font-family: "Proxima Nova";
}

body.single-blog .et_pb_row {
	max-width: 940px;
}

body.single-blog .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular:after {
	content: none;
	display: none;
}

body.single-blog .et_pb_section.otn-tl-single-masthead {
	border-top: 0px !important;
	background-image: linear-gradient(180deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 8px) !important;
}

body.single-blog .otn-tl-single-masthead .et_pb_text {
	padding: 0px !important;
}

body.single-blog .otn-tl-single-masthead .et_pb_text_inner {
	display: flex;
}

body.single-blog .otn-tl-single-masthead .et_pb_text_inner>div {
	margin-top: auto;
}

body.single-blog .otn-tl-single-masthead .otn-tl-masthead-center {
	flex: 1 0 auto;
}

body.single-blog .otn-tl-single-masthead p:first-of-type {
	display: inline-block;
	position: relative;
	font-family: "Proxima Nova";
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	color: #0078cf;
}

body.single-blog .otn-tl-single-masthead p:first-of-type::after {
	margin-right: 12px;
	margin-top: .1em;
	content: ' ';
    display: block;
    position: absolute;
    height: 0.3em;
    width: 0.3em;
    top: 0.53em;
    right: -0.285em;
    border-radius: 50%;
    background-color: #74b843;
    border: 0.05em solid #ffffff;
    -ms-transform: scale(1, 0.8333333333333333);
    transform: scale(1, 0.8333333333333333);
}

body.single-blog .otn-tl-single-masthead .otn-tl-masthead-center p:last-of-type,
body.single-blog .otn-tl-single-masthead .et_pb_text_inner>div:not(.otn-tl-masthead-center) {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	text-transform: none;
	padding-bottom: 0px;
}

body.single-blog .otn-tl-single-masthead>div.et_pb_row {
	border-bottom: 2px solid #6A6A6A;
	padding-bottom: 10px !important;
}

body.single-blog article.et_pb_post {
	margin-bottom: 20px;
}

body.single-blog .otn-tl-single-header {
	margin-bottom: 0px;
}

body.single-blog .otn-tl-single-header .et_pb_row {
	padding-top: 0px;
	padding-bottom: 0px;
}

body.single-blog .otn-tl-single-header .et_pb_row .et_pb_text {
	padding: 0px !important;
}

body.single-blog .otn-tl-single-header .meta-top span {
	display: inline-block;
	width: calc(50% - 10px);
	color: #6A6A6A !important;
	font-size: 22px;
	line-height: 26px;
	font-weight: 300;
}

body.single-blog .otn-tl-single-header .meta-top span .otn-tl-category-label {
	background-color: inherit !important;
	float: none;
	clear: both;
	max-width: 100%;
	padding: 0px;
	text-transform: none;
	display: inline;
}

body.single-blog .otn-tl-single-header .meta-top span:last-of-type {
	text-align: right;
}

body.single-blog .otn-tl-single-header h1 {
	color: #0078C9 !important;
	font-family: "Proxima Nova";
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
}

body.single-blog .otn-tl-single-featured-image {
	margin-bottom: 0px;
}

body.single-blog .otn-tl-single-featured-image .et_pb_row {
	padding: 10px 0px;
}

body.single-blog .otn-tl-single-entry-content * {
	font-size: 18px;
	line-height: 22px;
}

body.single-blog .otn-tl-single-entry-content .et_pb_row {
	display: flex;
}

body.single-blog .otn-tl-single-entry-content .et_pb_row>div.et_pb_column:first-of-type {
	width: calc(100% - 160px);
	margin: 0px auto;
}

body.single-blog .otn-tl-single-entry-content .et_pb_row>div.et_pb_column:last-of-type {
	display: none;
}

body.single-blog .otn-tl-single-entry-content .et_pb_module {
	padding: 0px !important;
}

body.single-blog .article-author {
	font-size: 22px;
	line-height: 26px;
}

body.single-blog .otn-tl-single-entry-content ul {
	list-style-type: disc; /* MS IE fix */
	list-style-type: initial;
	padding-left: 20px;
}

body.single-blog .otn-tl-single-entry-content .about-the-author {
	margin-top: 30px;
	border-top: 2px solid #6A6A6A;
	padding-top: 30px;
	font-weight: 300;
}

body.single-blog .otn-tl-single-entry-content .about-the-author::before {
	content: none;
	display: none;
}

body.single-blog .otn-tl-single-entry-content .about-the-author>span {
	font-weight: 300;
}

body.single-blog .otn-tl-bottom-nav {
	margin-bottom: 10px;
}

body.single-blog .otn-tl-bottom-nav .et_pb_module {
	padding: 0px !important;
}

body.single-blog .otn-tl-bottom-nav .et_pb_text_inner a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	max-width: 100%;
	width: 270px;
	border-radius: 6px;
	background-color: #FFFFFF !important;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
	color: #0078C9;
	font-size: 28px;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	text-transform: none;
}

body.single-blog .otn-tl-bottom-nav .et_pb_text_inner a>span.et-icon {
	display: none;
}

body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input:active,
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input:focus,
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form input:hover {
	outline: #0af solid 2px;
}

body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button {
	margin: 0px;
	float: right;
}

body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button:active,
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button:focus,
body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button:hover {
	padding-left: 1em;
	padding-right: 1em;
	opacity: 0.7;
	outline: #0af solid 2px;
}

body.single-blog .otn-tl-newsletter-signup .otn-tl-newsletter-signup-form button::after {
	display: none;
	content: none;
}

body.single-blog #main-content .container::before {
	content: none;
	display: none;
}

/* Connected blog styling ends here */


/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Bounceback page fixes styling
 * Added: April 3rd, 2019
 */

.et_pb_section>.et_pb_row.hmpage_banner {
	display: flex;
	flex-direction: column;
	max-height: initial;
	padding-bottom: 0px;
	padding-top: 0px;
}

.hmpage_banner>.et_pb_column:not(.et_pb_column_empty) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

/* Bounceback page desktop fixes styling ends here */

/* Fix for hm-heading header with background line issues REMOVE .hm-heading RULES FROM OTHER CSS FILES WHEN CONSOLIDATING */

.et_pb_row .et_pb_column .et_pb_module.hm-heading {
	margin-bottom: 10px;
}

.et_pb_row .et_pb_column .et_pb_module.hm-heading>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hm-heading>div::before {
	position: absolute;
	content: '';
	left: 0px;
	right: 0px;
	height: 1px;
	background-color: #9b9b9b;
}

.hm-heading h1,
.hm-heading h2,
.hm-heading h3,
.hm-heading h4,
.hm-heading h5,
.hm-heading h6 {
	position: relative;
	max-width: calc(100% - 20px);
	padding: 0px 20px;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}

/* End of hm-heading fixes */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Contact page styling fixes
 * Added: April 3rd, 2019
 */

body .contact-us-section .et_pb_row {
	max-width: 80vw !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.contact-us-section #contact-us-column-3_2 .et_pb_image_wrap>img {
	height: 250px;
}

.contact-us-section>div.et_pb_row:nth-of-type(2) {
	display: flex;
}

.contact-us-section h2 {
    color: #0078C9;
    font-family: "Proxima Nova";
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
}

.contactform-cta form.wpcf7-form p.et_pb_contact_field:nth-of-type(odd) {
	padding-left: 0px;
}

.contactform-cta form.wpcf7-form .et_pb_contact label span,
form.wpcf7-form #contact_us_form.et_pb_contact label span {
	line-height: 1em;
}

.contactform-cta form.wpcf7-form .et_pb_contact .ajax-loader,
form.wpcf7-form #contact_us_form.et_pb_contact .ajax-loader {
	position: absolute;
	margin-top: 13px;
}

.wpcf7-validation-errors {
	margin-top: 1em !important;
	line-height: 1.35em;
}

/* End of Contact page styling fixes */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): OHT Experience page styling
 * Added: January 13th, 2020
 */

.otn-oht-section-navigation.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile.otn-solution-tile-nav-icon > div > *:first-child {
	padding: 15px;
	font-size: 20px;
	line-height: 22px
}

.otn-oht-section-navigation.otn-solution-tile-container .otn-solution-tile.otn-no-image-tile.otn-solution-tile-nav-icon > div {
	overflow: hidden;
}

/* For all page headings in text modules on the page */
body .otn-oht-header.et_pb_section .et_pb_module:not(.hm-heading) .et_pb_text_inner > h3,
body .otn-oht-header ~ .et_pb_section .et_pb_module:not(.hm-heading) .et_pb_text_inner > h3,
body .otn-oht-header ~ .et_pb_section .et_pb_module:not(.hm-heading).otn-oht-did-you-know .et_pb_text_inner > *:first-child {
	font-weight: 300;
	line-height: 26px;
	color: #0078C9;
}

body .otn-oht-header.et_pb_section .et_pb_module:not(.hm-heading) .et_pb_text_inner > h3,
body .otn-oht-header ~ .et_pb_section .et_pb_module:not(.hm-heading) .et_pb_text_inner > h3 {
	font-size: 28px;
	padding-bottom: 15px;
}

body .otn-oht-header.et_pb_section .et_pb_text_inner > h4,
body .otn-oht-header ~ .et_pb_section .et_pb_text_inner > h4 {
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	color: #6A6A6A;
}

.otn-oht-did-you-know {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
	border-radius: 6px;
	padding: 20px;
}

body .otn-oht-header ~ .et_pb_section .et_pb_module:not(.hm-heading).otn-oht-did-you-know .et_pb_text_inner > *:first-child {
	font-size: 22px;
}

.otn-oht-blue-callout p {
	padding-left: 20px;
	padding-right: 20px;
}

.otn-oht-blue-callout .et_pb_text_inner p:last-of-type {
	padding-bottom: 0px;
}

.otn-oht-blue-callout .et_pb_text_inner p:last-of-type span.et-pb-icon {
	font-size: 32px;
}

.otn-oht-journey-tabs {
	border: none;
	padding-top: 10px;
}

.otn-oht-journey-tabs .et_pb_tabs_controls {
	display: flex;
	margin-bottom: 6px;
	border-radius: 6px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
	overflow: hidden;
}

.otn-oht-journey-tabs .et_pb_tabs_controls > li {
	display: flex;
	width: 33.333333%;
	height: inherit !important;
	height: initial !important;
	min-height: 70px;
	background-color: #ffffff;
	background-position: 10px center;
	background-size: auto 50px;
	background-repeat: no-repeat;
	align-items: center;
}

.otn-oht-journey-tabs .et_pb_tabs_controls li.et_pb_tab_active {
	background-color: #f2f5f9;
}

.otn-oht-journey-tabs .et_pb_tabs_controls > li > a {
	padding: 6px 10px 6px 70px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    outline: none;
    line-height: 22px;
}

body .otn-oht-journey-tabs.et_pb_tabs .et_pb_tab {
	padding: 0px;
	background-size: 0px 0px;
}

.otn-oht-journey-tabs .et_pb_tab_content::after {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    width: 50px;
    height: 101%;
    top: 0;
    background: linear-gradient(to left, rgba(255,255,255,0.95) 0%, transparent 100%);
}

.otn-oht-journey-tabs .et_pb_tab_content > p {
	overflow-x: scroll;
	padding-bottom: 0px;
}

.otn-oht-journey-tabs .et_pb_tab_content > p > img {
	max-width: inherit;
	max-width: initial;
}

.mouseDragToScroll {
	cursor: pointer;
}

.otn-oht-moc-profiles .otn-solution-tile.otn-no-image-tile > div:last-child > *:first-child {
	font-size: 22px;
	line-height: 24px;
}

.otn-oht-moc-profiles .otn-solution-tile.otn-no-image-tile > div:last-child > p {
	font-size: 16px;
	line-height: 20px;
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile img {
	width: 100%;
	max-width: calc(100% - 20px);
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile:not(.otn-full-image-tile):not(.otn-resource-tile) {
	flex-direction: row;
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile:not(.otn-full-image-tile)>div:last-of-type {
	flex: 0 1 auto;
	flex-grow: 1;
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile:not(.otn-no-image-tile):not(.otn-full-image-tile) h4 {
	padding: 6px 10px 6px;
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile.otn-resource-tile:not(.otn-no-image-tile):not(.otn-full-image-tile) h4 {
	padding: 10px;
}

a.otn-solution-tile.otn-horizontal-tile.otn-resource-tile:not(.otn-full-image-tile) {
	height: auto !important;
	max-width: 100%;
	flex-direction: row;
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile:not(.otn-full-image-tile)>div:first-of-type {
	min-width: 70px;
	height: auto !important;
	min-height: 85px;
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile.otn-resource-tile:not(.otn-full-image-tile)>div:first-of-type {
	min-width: 60px;
}

.otn-solution-tile-container .otn-solution-tile.otn-horizontal-tile:not(.otn-full-image-tile)>div {
	overflow: hidden;
}

.otn-solution-tile-container a.otn-solution-tile.otn-horizontal-tile:not(.otn-full-image-tile) h4,
.otn-solution-tile-container a.otn-solution-tile.otn-horizontal-tile.otn-resource-tile:not(.otn-full-image-tile) h4 {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	font-size: 18px !important;
}

.otn-solution-tile-container a.otn-solution-tile.otn-horizontal-tile:not(.otn-full-image-tile) h4 {
	font-size: 22px !important;
}

.otn-solution-tile-container a.otn-solution-tile.otn-horizontal-tile:not(.otn-full-image-tile) p {
	margin: 0px 10px;
	text-align: left;
}

.otn-solution-tile-container.otn-horizontal-tile.otn-solution-tile-container-3-wide .otn-solution-tile:not(.otn-full-image-tile) {
	max-width: 100%;
}

.otn-solution-tile-container.otn-oht-insight-series > div {
	justify-content: center;
}

.oht-contactform-cta .et_pb_text_inner > div {
	width: 70%;
}

body .et_pb_row.contactform-box:not(.two-rows) .oht-contactform-cta .et_pb_text_inner > div > h3 {
	color: #0078C9 !important;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 300;
    line-height: 22px;
}

.oht-contactform-cta .et_pb_text_inner > div > p,
.oht-contactform-cta .et_pb_text_inner > div > ul {
    text-align: left;
    max-width: 440px;
}

body .et_pb_row.contactform-box .oht-contactform-cta .et_pb_text_inner > div > p:not(:last-child) {
    padding-bottom: 10px;
}

.oht-contactform-cta .et_pb_text_inner > div > ul {
	list-style: none;
    padding-left: 0px;
	padding-bottom: 0px;
}

.oht-contactform-cta a.btn.btn-green {
	width: initial;
	height: initial;
}

.otn-oht-chart-data .et_pb_code_inner {
	display: flex;
	position: relative;
	flex-direction: column;
	width: calc(100% + 20px);
	margin: 0px -10px;
	word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .et_pb_code_inner > div:not(.oht-chart):not(.oht-data-2):not(.oht-data-4):not(.otn-oht-piechart),
.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .et_pb_code_inner > div:not(.oht-chart):not(.oht-data-2):not(.oht-data-4):not(.otn-oht-piechart) > div:not(.oht-chart):not(.oht-data-2):not(.oht-data-4):not(.otn-oht-piechart) {
	display: flex;
	position: relative;
}

.otn-oht-chart-data .et_pb_code_inner > div {
	flex-direction: row;
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .et_pb_code_inner > div > div:not(.oht-chart):not(.oht-data-2):not(.oht-data-4) {
	flex-direction: column;
}

.otn-oht-chart-data .oht-chart,
.otn-oht-chart-data .oht-data-2,
.otn-oht-chart-data .oht-data-4 {
    display: flex;
    position: relative;
    flex: 1 0 auto;
    padding: 20px;
	margin: 10px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.35);
	border: 1px solid #2378C9;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s;
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .et_pb_code_inner > div:first-of-type > div {
	width: calc(50% - 20px);
	flex: 0 1 auto;
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .et_pb_code_inner > div:first-of-type > div:not(.oht-chart) {
	width: 50%;
}

.otn-oht-chart-data .oht-chart,
.otn-oht-chart-data .oht-data-2 {
	width: calc(100% - 20px);
}

.otn-oht-chart-data .oht-chart {
	flex-direction: column;
}

.otn-oht-chart-data .oht-data-2,
.otn-oht-chart-data .oht-data-4 {
	align-items: center;
	justify-content: center;
}

.otn-oht-chart-data .oht-data-2 {
	flex-direction: row;
	justify-content: flex-start;
}

.otn-oht-chart-data .oht-data-4 {
	flex: 0 1 auto;
	flex-direction: column;
	width: calc(25% - 20px);
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .oht-data-4 {
	padding: 15px;
}

.otn-oht-chart-data .et_pb_code_inner > div h4 {
	font-size: 32px;
	flex: 0 0 auto;
}

.otn-oht-chart-data .oht-chart > p {
	text-align: center;
	padding-bottom: 20px;
}

.otn-oht-chart-data .oht-chart > div {
	display: flex;
	align-items: center;
	overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .oht-chart > div {
	flex-direction: row;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .oht-chart > div {
	flex-direction: column;
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .oht-chart > div > .otn-oht-piechart + div {
	padding-left: 20px;
	align-self: stretch;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .oht-chart > div > .otn-oht-piechart + div {
	padding-top: 20px;
}

.otn-oht-chart-data .oht-chart > div > .otn-oht-piechart + div ul {
	display: flex;
	height: 100%;
	padding: 0px;
	flex-direction: column;
	justify-content: space-between;
	list-style: none;
}

.otn-oht-chart-data .oht-chart > div > .otn-oht-piechart + div li {
	display: flex;
	align-items: flex-start;
	line-height: 1.4em;
	font-size: 16px;
}

.otn-oht-chart-data .oht-chart > div > .otn-oht-piechart + div li span {
	display: inline;
	width: 1em;
	min-width: 1em;
	max-width: 1em;
	height: 1em;
	min-height: 1em;
	max-height: 1em;
	margin-right: 1em;
	/*margin-top: 4px;*/
	border-radius: 50%;
}

.otn-oht-chart-data .oht-data-2 h4,
.otn-oht-chart-data .oht-data-4 h4 {
	font-size: 35px;
	line-height: 1.2em;
}

.otn-oht-chart-data .oht-data-2 p,
.otn-oht-chart-data .oht-data-4 p {
	font-size: 16px;
	line-height: 20px;
}

.otn-oht-chart-data .oht-data-2 span,
.otn-oht-chart-data .oht-data-4 span {
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
}

.otn-oht-chart-data div.oht-data-2 > * {
	padding-bottom: 0px;
}

.otn-oht-chart-data .oht-data-2 > p,
.otn-oht-chart-data.otn-oht-chart-data-mobile .oht-data-4 > div {
	padding-left: 20px;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .flexslider .slides > div:not(.oht-chart) h4 {
	padding-bottom: 0px;
}

.otn-oht-chart-data:not(.otn-oht-chart-data-mobile) .oht-data-4 > * {
	text-align: center;
}

.otn-oht-chart-data .oht-data-4 > p,
.otn-oht-chart-data .oht-data-4 > span {
	width: 100%;
}

.otn-oht-chart-data .oht-data-4 > p {
	flex: 1 0 auto;
}

/* Latest News Carousel */

.otn-featured-tile-container.otn-news-tile-container>div {
	margin: 0px -10px -20px;
}

.otn-featured-tile-container.otn-news-tile-container .otn-featured-tile {
	width: 100%;
	max-width: 80vw;
	margin: 0px 10px 20px;
}

.otn-featured-tile-container.otn-news-tile-container .otn-featured-tile .otn-featured-tile-image {
	width: 50%;
}

.otn-featured-tile-container.otn-news-tile-container .otn-featured-tile .otn-featured-tile-content {
	padding: 20px;
	text-align: left;
}

.otn-featured-tile-container.otn-news-tile-container .otn-featured-tile .otn-featured-tile-content>.h3-heading {
    font-size: 22px;
    line-height: 26px;
}

.otn-featured-tile-container.otn-news-tile-container .otn-featured-tile .otn-featured-tile-content>p:last-of-type {
	font-size: 18px;
	line-height: 22px;
}

.otn-featured-tile-container.otn-news-tile-container .otn-featured-tile-content>a.btn {
	height: auto;
}

/* Responsive queries for OHT Experience Page */

@media only screen and (min-width: 992px) {
	.otn-oht-header {
		z-index: 1;
	}

	.otn-oht-header + div {
		z-index: 2;
	}

	.otn-oht-header:not(.no-info-tiles).et_pb_section>.et_pb_row.hmpage_banner > .et_pb_column:not(.et_pb_column_empty) {
		padding-bottom: 120px;
	}

	.otn-oht-header.et_pb_section.et_pb_with_background.et_section_regular::after {
		width: 70%;
	}

	.otn-oht-header .et_pb_row.hmpage_banner .et_pb_module.backtohome > div > *,
	.otn-oht-header .et_pb_row.hmpage_banner .et_pb_module.headingh2-p > div > * {
		width: 105%;
		max-width: inherit;
	}

	.otn-oht-section-navigation {
		margin-top: -160px;
	}
}

@media only screen and (max-width: 991px) {
	.otn-oht-section-navigation {
		margin-top: 0px;
	}

	.otn-oht-chart-data .oht-data-2 h4,
	.otn-oht-chart-data .oht-data-4 h4 {
		font-size: 28px;
	}

	.otn-oht-chart-data .oht-data-2 p,
	.otn-oht-chart-data .oht-data-4 p {
		font-size: 14px;
		line-height: 17px;
	}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	.otn-oht-chart-data .oht-chart > div > .otn-oht-piechart + div li {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.otn-oht-journey-tabs .et_pb_tabs_controls {
		flex-direction: column;
	}

	.otn-oht-journey-tabs .et_pb_tabs_controls > li {
		width: auto;
	}

	.otn-solution-tile-container .flexslider .slides > .otn-solution-tile,
	.otn-featured-tile-container .flexslider .slides > .otn-featured-tile,
	.otn-oht-chart-data-mobile .flexslider .slides > div {
		max-width: 80vw;
	}
}

@media only screen and (max-width: 574px) {
	.otn-solution-tile-container a.otn-solution-tile.otn-no-image-tile:not(.otn-full-image-tile) h4 {
		text-align: center;
		justify-content: center;
	}

	.flexslider .flex-direction-nav {
		display: none;
	}
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider,
.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides,
.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides > div,
.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides .oht-chart,
.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides .oht-data-2,
.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides .oht-data-4 {
	width: 100%;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides > div {
	width: 80vw !important;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides > div:last-of-type {
	margin-left: 10px;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .oht-chart {
	padding-left: 0px;
	padding-right: 0px;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .oht-chart > * {
	padding-left: 20px;
	padding-right: 20px;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides > div:not(.oht-chart) > *:not(:first-child) {
	margin-top: 20px;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides > div:not(.oht-chart) > *:not(:last-child) {
	margin-bottom: 20px;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides > div:not(.oht-chart) {
	display: flex;
	position: relative;
	flex-direction: column;
}

.otn-oht-chart-data.otn-oht-chart-data-mobile .et_pb_code_inner .flexslider .slides .oht-data-4 {
	flex-direction: row;
	justify-content: flex-start;
}

/* End of OHT Experience page styling */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Flexslider styling
 * Added: January 22nd, 2020
 */

/* Hide slider content until it is handled in JS */
.flexslider > .slides {
	display: none;
}

.flexslider .slides > * {
  display: none;
  -webkit-backface-visibility: hidden;
}

.no-js .flexslider > .slides,
.no-js .flexslider .slides > * {
  display: block;
  position: relative;
}

.otn-solution-tile-container .flexslider,
.otn-featured-tile-container .flexslider,
.otn-oht-chart-data-mobile .flexslider {
	width: 100%;
	border: none;
	overflow: hidden;
}

.otn-solution-tile-container .flexslider,
.otn-featured-tile-container .flexslider {
	margin: 0px 0px;
}

.otn-solution-tile-container .flexslider .flex-viewport,
.otn-featured-tile-container .flexslider .flex-viewport {
	width: calc(100% - 20px);
	padding-top: 10px;
	overflow: visible !important;
}

.otn-solution-tile-container .flexslider .slides > .otn-solution-tile,
.otn-featured-tile-container .flexslider .slides > .otn-featured-tile,
.otn-oht-chart-data-mobile .flexslider .slides > div {
	margin-right: 10px !important;
}

.flexslider {
	background-color: transparent;
}

.flexslider ol,
.flexslider ul {
	padding: 0px;
}

.flexslider .flex-control-nav {
	position: relative;
	bottom: 0px;
}

.flexslider ul.flex-direction-nav {
	list-style: none;
}

body #et-main-area .flexslider ul.flex-direction-nav a {
	height: 36px;
	width: 36px;
	margin-top: -33px;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 1;
	background-color: rgba(255,255,255,0.7);
	border-radius: 50%;
	border: 3px solid rgba(255,255,255,0.9);
}

.flexslider ul.flex-direction-nav a::before {
	font-family: ETmodules;
	line-height: 30px;
	margin-left: -6px;
}

.flexslider ul.flex-direction-nav a.flex-next::before {
	content: "5";
}

.flexslider ul.flex-direction-nav a.flex-prev::before {
	content: "4";
}

.flexslider .flex-control-nav.flex-control-paging {
	display: flex;
	max-width: 138px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	white-space: nowrap;
}

.flexslider .flex-control-nav.flex-control-paging a:not(.flex-active) {
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.5);
}

.flexslider .flex-control-nav.flex-control-paging a.flex-active {
	background-color: #707070;
}

/* End of Flexslider styling */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Responsive styling
 * Added: April 3rd, 2019
 */

/* Tablet and Desktop */
@media only screen and (min-width: 768px) {
	.hmpage_banner>.et_pb_column:not(.et_pb_column_empty) {
		min-height: 480px;
	}

	.et_pb_row.hmpage_banner .et_pb_module.backtohome {
		background-image: none;
	}

	.et_pb_row.hmpage_banner .et_pb_module.backtohome>div>*,
	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p>div>* {
		max-width: 50vw;
	}

	.contactform-cta form.wpcf7-form p.et_pb_contact_field_half:nth-of-type(odd),
	form.wpcf7-form #contact_us_form p.et_pb_contact_field_half:nth-of-type(odd) {
		padding-right: 1.5%;
	}

	.contactform-cta form.wpcf7-form p.et_pb_contact_field_half:nth-of-type(even),
	form.wpcf7-form #contact_us_form p.et_pb_contact_field_half:nth-of-type(even) {
		padding-left: 1.5%;	
	}

	body .et_pb_column_1_4 .otn-solution-tile-container,
	body .et_pb_column_1_3 .otn-solution-tile-container {
		margin-left: 0px;
		margin-right: 0px;
	}

	body .et_pb_column_1_4 .otn-solution-tile-container>div,
	body .et_pb_column_1_3 .otn-solution-tile-container>div,
	body .et_pb_column_1_3 .otn-solution-tile-container>div .otn-solution-tile {
		width: 100%;
		max-width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	body .et_pb_column_1_4 .otn-solution-tile-container>div .otn-solution-tile {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

	body .et_pb_column_3_4 + .et_pb_column_1_4 .otn-solution-tile-container>div {
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	body .et_pb_row.otn-solution-tile-beside-content {
		display: flex;
	}

	body .et_pb_row.otn-solution-tile-beside-content .et_pb_column_1_4,
	body .et_pb_row.otn-solution-tile-beside-content .et_pb_column_1_3 {
		flex: 0 1 auto;
		width: auto;
		margin-right: 4.5%;
	}

	body .et_pb_row.otn-solution-tile-beside-content .et_pb_column_3_4,
	body .et_pb_row.otn-solution-tile-beside-content .et_pb_column_2_3 {
		margin-right: 4.5%;
	}
	body .et_pb_row.otn-solution-tile-beside-content .et_pb_columN_3_4 + .et_pb_column_1_4,
	body .et_pb_row.otn-solution-tile-beside-content .et_pb_columN_2_3 + .et_pb_column_1_3,
	body .et_pb_row.otn-solution-tile-beside-content .et_pb_columN_1_4 + .et_pb_column_3_4,
	body .et_pb_row.otn-solution-tile-beside-content .et_pb_columN_1_3 + .et_pb_column_2_3 {
		margin-right: 0px;
	}
}

/* Desktop */
@media only screen and (min-width: 992px) {
	/* Homepage styling changes March 6th 2020 */
	body.home.page .et_pb_section_0.et_pb_with_background.et_section_regular::before {
		content: "";
		position: absolute;
		display: block;
		left: -1px;
		right: -1px;
		bottom: -1px;
		height: 201px;
		background: linear-gradient(to top, rgba(255,255,255,0.95) 0%, transparent 100%);
	}

	body.home.page #et-main-area .et_pb_section_0.et_pb_with_background.et_section_regular:not(.privacy-page-section):not(.popup) .et_pb_row.hmpage_banner:not(.hmpage-counter):not(.action-counter):not(.high-fi-link):not(.otn-map) {
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
	}

	body.home.page .et_pb_section_0.et_pb_with_background.et_section_regular .et_pb_row.hmpage_banner .et_pb_module.backtohome > div > *,
	body.home.page .et_pb_section_0.et_pb_with_background.et_section_regular .et_pb_row.hmpage_banner .et_pb_module.headingh2-p > div > * {
		width: 92%;
		max-width: inherit;
	}

	body.home.page .et_pb_section_0.et_pb_with_background.et_section_regular .et_pb_row.hmpage_banner .et_pb_module.headingh2-p > div {
		margin-bottom: 100px;
	}

	body.home.page .hmpage_banner>.et_pb_column:not(.et_pb_column_empty) {
		min-height: 420px;
	}

	body.home.page .otn-featured-tile-container.otn-news-tile-container > div:not(:empty) {
		margin-top: -120px;
	}

	/* End of Homepage styling changes March 6th 2020 */

	.et_pb_section>.et_pb_row.hmpage_banner::before {
		height: 100%;
	}

	.hmpage_banner>.et_pb_column:not(.et_pb_column_empty) {
		justify-content: flex-start;
		max-width: 50%;
	}

	.et_pb_row.hmpage_banner .et_pb_module.backtohome {
		padding-right: 0px !important; /* !important used to override pre-existing !important directive */
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p {
		display: flex;
		flex-grow: 1;
		align-items: center;
		padding-top: 0px !important; /* !important can be removed once padding has been removed from all relevant "Text: Headers & content" divi modules */
	}

	.et_pb_row.hmpage_banner .et_pb_module.backtohome>div>*,
	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p>div>* {
		max-width: 355px;
	}

/*	.otn-featured-tile-container:not(.otn-news-tile-container) {
		width: 100vw;
		margin-left: calc((-100vw + 100%) / 2);
	}*/

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide)>div {
		width: 967px; /* Fallback in case browser doesn't support blow rule */
		width: calc(960px + (80px / 12));
		margin: 0px calc(-80px / 6) -20px; /* Remove outer borders generated by individual tile margins */
	}

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile {
		width: calc(25% - (26.7px));
		margin: 0px calc(80px / 6) 20px;
	}

	body .et_pb_row.high-fi-link>div.et_pb_column:first-of-type {
		min-width: 310px;
	}

	.ubermenu-item a[href="/fr"],
	.ubermenu-item a[href="/fr/"] {
		display: none;
	}
}

@media only screen and (min-width: 1175px) {
	body #et-main-area .et_pb_section:not(.privacy-page-section):not(.popup)>.et_pb_row:not(.hmpage-counter):not(.action-counter):not(.high-fi-link):not(.otn-map) {
		width: 940px;
	}
}

/* Desktop */
@media only screen and (max-width: 1199px) {
	#et-top-navigation {
		padding-right: 10px;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width: 991px) {
	#et-main-area {
		padding-top: 36px;
	}

	section#main-hdr {
		padding: 0px;
		height: 6px;
	}

	#top-menu-nav {
		height: 0px;
	}

	.et_pb_row.hmpage_banner {
		width: 100vw;
	}

	.et_pb_row.hmpage_banner,
	.et_pb_row.hmpage_banner .et_pb_column:not(.et_pb_column_empty) {
		background-image: inherit;
		background-size: 0px 0px;
		background-color: #ffffff;
	}

	.et_pb_row.hmpage_banner {
		margin-left: 0px !important; /* !important used to override pre-existing !important directive */
		margin-right: 0px !important; /* !important used to override pre-existing !important directive */
		width: 100%;
	}

	.et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular::after,
	.et_pb_section>.et_pb_row.hmpage_banner::before {
		content: none;
		display: none;
	}

	.et_pb_row.hmpage_banner .et_pb_column_empty,
	.et_pb_row.hmpage_banner .et_pb_module.backtohome,
	.et_pb_row.hmpage_banner .et_pb_module.backtohome>div,
	.et_pb_row.hmpage_banner .et_pb_module a.backtoparent,
	.et_pb_row.hmpage_banner1 .et_pb_module.backtohome,
	.et_pb_row.hmpage_banner1 .et_pb_module a.backtoparent,
	.heading-nobg .et_pb_row_0 .et_pb_module.backtohome,
	.heading-nobg .et_pb_row_0 .et_pb_module a.backtoparent,
	.servicebox-full-width-section .et_pb_row_0 .et_pb_module.backtohome,
	.servicebox-full-width-section .et_pb_row_0 .et_pb_module a.backtoparent {
		display: none;
	}

	.et_pb_row.hmpage_banner .et_pb_module.backtohome {
		background-image: inherit;
		background-position: right center;
		min-height: 450px;
		margin-bottom: 0px;
	}

	.et_pb_row.hmpage_banner>div.et_pb_column:first-of-type::before {
		content: '';
		display: block;
		position: relative;
		background-image: inherit;
		background-size: cover;
		background-position: right center;
		min-height: 450px;
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p {
		position: relative;
		padding-top: 0px !important; /* !important used to override pre-existing !important directive */
		padding-bottom: 30px;
		text-align: center;
		background-color: #ffffff;
		margin-top: -52.5px;
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p::before {
		content: "";
	    position: absolute;
	    display: block;
	    top: -60px;
	    left: 0px;
	    right: 0px;
	    height: 60px;
	    background-image: linear-gradient(to top, #ffffff 0%, rgba(255,255,255,0) 100%);
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p .et_pb_text_inner {
		background-color: transparent;
		padding: 0px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		border-radius: 0px;
		padding-top: 10px;
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p>div>* {
		margin-left: auto;
		margin-right: auto;
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p p:last-of-type {
		padding-bottom: 0px;
	}

	.otn-solution-tile-container {
		margin-left: -10px;
		margin-right: -10px;
	}

	.otn-featured-tile-container>div {
		justify-content: center;
	}

	.otn-featured-tile-container .otn-featured-tile {
		max-width: 80vw;
	}

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide)>div {
		width: 480px;
		max-width: 100%;
	}

	.otn-solution-tile-container-3-wide>div {
		width: 640px;
		max-width: 100%;
	}

	.otn-solution-tile-container .otn-solution-tile:not(.otn-connected-featured),
	.otn-solution-tile-container.otn-solution-tile-container-3-wide .otn-solution-tile:not(.otn-connected-featured) {
		width: calc(50% - 20px);
	}

	.otn-featured-tile-container a.btn.btn-green,
	.et_pb_row a.btn:not(.btn-small),
	.otn-solution-tile-container .otn-connected-article-list .otn-tl-newsletter-signup-form-submit button {
		min-height: 48px;
		line-height: 28px;
		min-width: 48px;
	}

	.interest-calls-container .interest-calls-box,
	.sign-up-boxes .sign-up-box {
		width: calc(50% - 10px);
	}

	.et_pb_row.contactform-box:not(.two-rows) .contactform-cta .et_pb_text_inner {
		flex-direction: column;
	}

	.et_pb_row.contactform-box:not(.two-rows) .contactform-cta .et_pb_text_inner p:last-of-type {
		margin-top: 25px;
	}

	.servicebox-full-width-box.odd>div:first-of-type,
	.servicebox-full-width-box.even>div:last-of-type {
		max-width: 220px;
	}

	.learning-container a.btn.btn-green {
		line-height: 38px;
	}

	body.single-blog .otn-tl-single-masthead .et_pb_text_inner>div:not(.otn-tl-masthead-center) {
		display: none;
	}

	body.single-blog .otn-tl-single-header .et_pb_text_inner .meta-top span {
		font-size: 18px;
		line-height: 22px;
	}

	body.single-blog article {
		margin-top: 20px;
	}

	body.single-blog .otn-tl-single-header h1 {
		font-size: 30px;
		line-height: 36px;
	}

	body.single-blog .otn-tl-single-entry-content .et_pb_row>div.et_pb_column:first-of-type {
		width: 100%;
	}

	.hmpage-counter .et_pb_text_inner,
	.action-counter .et_pb_text_inner {
		border: none;
	}

	.hmpage-counter div.et_pb_column:not(:last-of-type) .et_pb_text_inner::after,
	.action-counter div.et_pb_column:not(:last-of-type) .et_pb_text_inner::after {
		content: ' ';
		display: block;
		position: absolute;
		bottom: -16px;
		width: 50%;
		left: calc(50% / 2);
		border-bottom: 2px solid #fff;
	}

	.action-counter div.et_pb_column:not(:last-of-type) .et_pb_text_inner::after {
		bottom: -10px;
		border-bottom: 2px solid #c7cacb;
	}

	.otn-map.otn-map-callout .map-container {
		display: flex;
		flex-direction: column;
		max-height: initial;
	}

	.otn-map.otn-map-callout .map-description {
		position: relative;
		display: flex;
		width: 100%;
		min-width: 0px;
		height: initial;
		background-color: transparent;
		margin-bottom: 20px;
	}

	.otn-map.otn-map-callout .map-description p {
		padding: 30px;
		height: initial;
		background-color: #31566F;
	}

	.otn-map.otn-map-callout .map-container iframe#google-map {
		width: 100%;
		left: initial;
		min-width: 0px;
	}

	body .contact-us-section .et_pb_row {
		width: 80%;
		margin: 0 auto !important;
	}

	.contact-us-section #contact-us-column-3_2>div.et_pb_column:not(:first-of-type),
	.contact-us-section #contact-us-column-3_2+.et_pb_row>div.et_pb_column {
		display: flex;
	}

	.contact-us-section #contact-us-column-3_2>div.et_pb_column:not(:first-of-type)>div.et_pb_code,
	.contact-us-section #contact-us-column-3_2+.et_pb_row>div.et_pb_column>div.et_pb_code {
		margin-bottom: 0px;
	}

	.contact-us-section #contact-us-column-3_2>div.et_pb_column:not(:first-of-type)>div.et_pb_text,
	.contact-us-section #contact-us-column-3_2+.et_pb_row>div.et_pb_column>div.et_pb_text {
		width: 25%;
		margin-left: 20px;
	}

	.et_pb_row.leader-team .et_pb_column {
		margin-bottom: 0px;
	}

/*	.otn-vendor-selector {
		overflow: visible;
	}

	.otn-vendor-selector .et_pb_column {
		flex: 1;
	}
*/}

@media only screen and (min-width: 981px) and (max-width: 991px) {
	.et_pb_section>.et_pb_row.hmpage_banner {
		max-width: 100%;
	}
}

/* Mobile */
@media only screen and (max-width: 767px) {
	.et_pb_row.hmpage_banner {
		height: initial;
	}

	.et_pb_row.hmpage_banner>div.et_pb_column:first-of-type::before {
		content: '';
		display: block;
		position: relative;
		background-image: inherit;
		background-position: right center;
		min-height: 300px;
		margin-bottom: 30px;
	}

	.et_pb_row.hmpage_banner>div.et_pb_column:first-of-type::after {
		content: "";
	    position: absolute;
	    display: block;
	    top: 0px;
	    left: 0px;
	    right: 0px;
	    height: 300px;
	    background-color: rgba(255,255,255,0.25);
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p::before {
		content: none;
		display: none;
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p {
		margin-top: 0px;
	}

	.et_pb_row.hmpage_banner .et_pb_module.headingh2-p .et_pb_text_inner {
		padding-top: 0px;
	}

	.interest-calls-container,
	.sign-up-boxes {
		flex-direction: column;
		margin-bottom: -20px;
	}

	.interest-calls-container .interest-calls-box,
	.sign-up-boxes .sign-up-box {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.et_pb_row.contactform-box .contactform-cta .et_pb_text_inner {
		flex-direction: column;
	}

	.et_pb_row.contactform-box .two-rows-container {
		margin-right: 0px;
	}

	.et_pb_row.contactform-box .contactform-cta a.btn.btn-green {
		margin-top: 25px;
	}

	.servicebox-full-width-box.odd>div:first-of-type,
	.servicebox-full-width-box.even>div:last-of-type,
	.learning-container .learning-content-left-column {
		display: none;
	}

	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile {
		max-width: 100%;
		width: calc(100% - 20px);
		flex-direction: column;
	}

	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:first-of-type {
		height: 170px;
		width: 100%;
	}

	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type * {
		text-align: center;
	}

	body .otn-solution-tile-container a.otn-tl-load-more {
		margin-bottom: 50px;
	}

	.contact-us-section>div.et_pb_row:nth-of-type(2),
	.contact-us-section #contact-us-column-3_2>div.et_pb_column:not(:first-of-type),
	.contact-us-section #contact-us-column-3_2+.et_pb_row>div.et_pb_column {
		display: block;
	}

	.contact-us-section #contact-us-column-3_2>div.et_pb_column:not(:first-of-type)>div.et_pb_code,
	.contact-us-section #contact-us-column-3_2+.et_pb_row>div.et_pb_column>div.et_pb_code {
		margin-bottom: 30px;
	}

	.contact-us-section #contact-us-column-3_2>div.et_pb_column:not(:first-of-type)>div.et_pb_text,
	.contact-us-section #contact-us-column-3_2+.et_pb_row>div.et_pb_column>div.et_pb_text {
		width: 100%;
		margin-left: 0px;
	}

	.contact-us-section #contact-us-column-3_2 .et_pb_image_wrap {
		display: flex;
		justify-content: center;
		overflow: hidden;
	}

	.contact-us-section #contact-us-column-3_2 .et_pb_image_wrap>img {
		width: initial;
		max-width: initial;
	}

	.contactform-cta form.wpcf7-form p.et_pb_contact_field {
		padding-left: 0px;
	}

	form.wpcf7-form p.et_pb_contact_field:not(:first-of-type) {
		padding-top: 10px;
	}

	#main-footer section#text-3 {
		display: flex;
		justify-content: center;
	}

	#main-footer section#text-3 ul.et-social-icons {
		height: initial !important;
	}

	#main-footer section#text-3 ul.et-social-icons>li:first-of-type {
		margin-left: 0px;
	}

	#main-footer .nnnn .textwidget {
		flex-direction: column;
		align-items: center;
	}

	#footer-bottom .row>div:not(:nth-of-type(2))>img {
		max-width: 160px !important;
	}

	.otn-vendor-selector {
		flex-direction: column;
	}

	.otn-vendor-selector .et_pb_column:not(:first-of-type) {
		margin-left: 0px;
		margin-top: 20px;
	}

	.otn-vendor-selector .et_pb_module {
		width: 100% !important;
		max-width: 100%;
	}

	.et_pb_row.otn-vendor-tab {
		display: flex;
		flex-direction: row;
		flex-basis: 100%;
		flex-wrap: nowrap;
		overflow-x: auto;
		max-width: initial !important;
	}

	.et_pb_row.otn-vendor-tab .et_pb_column {
		margin: 0px;
		width: 60vw !important;
		flex: 1 0 auto;
	}

	.et_pb_row.otn-vendor-tab div.et_pb_column:first-of-type {
		margin-left: 6px;
	}

	.et_pb_row.otn-vendor-tab div.et_pb_column:last-of-type {
		margin-right: 6px;
	}

	.et_pb_row.otn-vendor-tab div.et_pb_column:not(:first-of-type) {
		margin-left: 20px;
	}

	.et_pb_row.otn-vendor-tab.services-box-3 {
		padding-bottom: 20px;
	}

	.et_pb_row.otn-vendor-tab .trans-bar-tile {
		height: 100%;
	}

	.et_pb_row.otn-vendor-tab .trans-bar-tile .et_pb_text_inner {
		height: 100%;
		min-height: 0px !important;
		padding-bottom: 20px;
	}

	.et_pb_row.otn-vendor-tab .trans-bar-tile .et_pb_text_inner h4 {
		position: relative;
		top: initial;
	}

	.banner-btn {
		flex-direction: column;
	}

	body .banner-btn a.banner-btn-a {
		margin: 0px 0px 15px 0px;
	}

	.hm-heading-tr h3 {
		margin-bottom: 20px;
	}

	.et_pb_row.leader-team {
		flex-direction: column;
		padding: 0px;
	}

	.et_pb_row.leader-team div.et_pb_column:nth-of-type(odd) {
		margin-bottom: 30px;
	}

	.et_pb_row.leader-team div.et_pb_column:nth-of-type(even) {
		margin-left: 0px;
	}

	.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row {
		flex-direction: column;
		align-items: center;
	}

	.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div.team_designation {
		justify-content: flex-start;
	}

	.et_pb_row.leader-team .et_pb_column div.et_pb_module:first-of-type .row>div.team_designation_img {
		margin-right: 0px;
	}

	.leader-team-bottom .et_pb_text_inner * {
		text-align: center !important;
	}

	.leader-team-bottom div#readm_blue:last-child {
		float: none;
	}

	.otn-accordion tr th,
	.otn-accordion tr td {
		font-size: 10px;
		padding: 0.5em;
	}

	body .et_pb_column_1_4 .otn-solution-tile-container>div,
	body .et_pb_column_1_3 .otn-solution-tile-container>div,
	body .et_pb_column_1_4 .otn-solution-tile-container>div .otn-solution-tile,
	body .et_pb_column_1_3 .otn-solution-tile-container>div .otn-solution-tile {
		width: 100%;
		max-width: 100%;
	}
}

/* Smaller mobile */
@media only screen and (max-width: 574px) {
	.otn-featured-tile-container .otn-featured-tile-image {
		display: none;
	}

	.otn-solution-tile-container-3-wide>div,
	.otn-solution-tile-container .otn-connected-featured-article-list,
	.otn-solution-tile-container .otn-connected-article-list {
		justify-content: center;
	}

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h1,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h2,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h3,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h4,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h5,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h6 {
		font-size: 18px;
		line-height: 22px;
	}

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile>div:first-of-type {
		height: 110px;
	}

	.otn-solution-tile-container .otn-solution-tile img {
		width: auto;
		max-width: 50px;
		max-height: 50px;
	}

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-no-image-tile) h1,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-no-image-tile) h2,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-no-image-tile) h3,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-no-image-tile) h4,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-no-image-tile) h5,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-no-image-tile) h6 {
		padding: 0px 10px 6px;
	}

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-resource-tile p {
		margin: 0px 10px;
	}

	.otn-solution-tile-container.otn-solution-tile-container-3-wide .otn-solution-tile:not(.otn-connected-featured) {
		width: calc(100% - 20px);
	}

	.otn-solution-tile-container .otn-connected-featured-article-list .otn-connected-featured {
		width: calc(100% - 20px);
		max-width: 300px;
	}

	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type h1,
	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type h2,
	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type h3,
	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type h4,
	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type h5,
	.otn-solution-tile-container .otn-connected-featured-article-list .otn-solution-tile>div:last-of-type h6 {
		font-size: 22px;
		line-height: 26px;
	}

	body.single-blog .otn-tl-bottom-nav .et_pb_text_inner div a {
		font-size: 18px;
		line-height: 22px;
	}
}

/* Even smaller mobile */
@media only screen and (max-width: 499px) {
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h1,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h2,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h3,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h4,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h5,
	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-solution-tile:not(.otn-resource-tile) h6 {
		font-size: 16px;
		line-height: 20px;
	}

	.otn-solution-tile-container.otn-solution-tile-container-3-wide .otn-solution-tile {
		max-width: 100%;
	}

	.otn-solution-tile-container .otn-connected-featured-article-list .otn-full-image-tile>div:first-of-type {
		height: 210px;
	}

	body.single-blog .otn-tl-single-header h1 {
		font-size: 24px;
		line-height: 28px;
	}
}

/* Smallest mobile */
@media only screen and (max-width: 424px) {
	.hmpage_banner h1,
	.contact-us-section h2 {
		font-size: 30px;
		line-height: 36px;
	}

	.otn-solution-tile-container:not(.otn-solution-tile-container-3-wide) .otn-full-image-tile>div:first-of-type {
		height: 90px;
	}

	.otn-solution-tile-container .otn-connected-featured-article-list .otn-full-image-tile>div:first-of-type {
		height: 190px;
	}

}

/* Bounceback page responsive styling ends here */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Footer positioning fix
 * Added: Mar 24th, 2020
 * NOTE: This fix is intended to make sure the footer is at the bottom of the window on pages with content that does not fill the full height of the window, such as the 404 page
 */

#page-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#et-main-area {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
}

#main-content {
	flex: 1 0 auto;
}

/* Footer positioning fix styling ends here */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): 404 page styling
 * Added: Mar 24th, 2020
 */

body.error404 #main-content>.container::before {
	display: none;
}

body.error404 #main-content #left-area {
	width: 100%;
	padding-right: 0px;
}

/* 404 page styling ends here */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Virtual Visits Solution Verification Process page styling
 * Added: Nov 1st, 2020
 */

.otn-vvp-icon {
	float: left;
    width: 57px;
    height: 57px;
    margin-right: 40px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
	.otn-vvp-icon {
		margin-right: 10px;
	}
}

/* Table */

.otn-vvp-table > div,
.otn-vvp-table-more .table-container {
    overflow: auto;
}

.otn-vvp-table table,
.otn-vvp-table-more table {
    border: none;
}

.otn-vvp-table table th,
.otn-vvp-table table td,
.otn-vvp-table-more table th,
.otn-vvp-table-more table td {
    padding: 6px 12px;
}

.otn-vvp-table table tr th:last-of-type,
.otn-vvp-table table tr td:last-of-type {
    text-align: center;
}

.otn-vvp-table table > thead > tr {
    color: #ffffff !important;
    background-color: #0078C9;
}

.otn-vvp-table table > thead > tr > th {
    color: #ffffff;
    font-weight: normal;
}

.otn-vvp-table table > tbody > tr:nth-of-type(even),
.otn-vvp-table-more table > tbody > tr:nth-of-type(even) {
    background-color: #EEEEEE;
}

.otn-vvp-table-more,
.otn-vvp-table-more .et_pb_module {
    display: none;
}

.otn-vvp-table-more.open {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    max-width: 100vw;
    width: 100vw !important;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 99999;
}

.otn-vvp-table-more > div {
    max-width: 780px;
    width: 80vw;
    background-color: #ffffff;
    border: 1px solid #979797;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
}

.otn-vvp-table-more > div > div {
    padding: 20px;
}

.otn-vvp-table-more .close {
    position: absolute;
    top: 0px;
    right: 6px;
    color: #4A4A4A;
}

/* Virtual Visits Solution Verification Process page styling ends here */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Ingidenous Pages update
 * Added: Mar 8th, 2021
 */

.otn-solution-tile-container .otn-solution-tile.info-tile {
	cursor: default;
}

.otn-solution-tile-container .otn-solution-tile.info-tile:active > *,
.otn-solution-tile-container .otn-solution-tile.info-tile:focus > *,
.otn-solution-tile-container .otn-solution-tile.info-tile:hover > * {
	opacity: 1;
}

.otn-solution-tile-container .otn-solution-tile.info-tile h3 {
	font-size: 36px;
	font-weight: 800;
}

.light-text-over-background h3,
.light-text-over-background p {
	color: #FFFFFF !important;
	margin-left: 40px;
	margin-right: 0px;
}

@media only screen and (max-width: 991px)
{
	.otn-solution-tile-container .otn-solution-tile.info-tile h3 {
		font-size: 28px !important;
	}

	.light-text-over-background {
		background-color: #508bbb;
		background-image: none !important;
	}

	.light-text-over-background .et_pb_column {
		margin-bottom: 0px;
	}

	.light-text-over-background h3,
	.light-text-over-background p {
		margin-left: 20px;
		margin-right: 20px;
	}
}

ul.checkmark {
	list-style: none;
}

ul.checkmark li::before {
	content: '✓';
	position: absolute;
	margin-top: 1px;
	margin-left: -16px;
}

/* Ingidenous Pages update styling ends here */

/* 
 * Author: Brandon Ferguson
 * Page(s)/Purpose(s): Moving CSS added to Divi Theme Customizer into proper CSS file
 * Added: Jan 27th, 2020
 * NOTE: Need to go through these and incorporate into CSS above in order to remove !important directives
 */

.container {width: 100%;}
.col-md-12 {
    width: 100%;
    float: left;
}
.col-md-4 {
    width: 33.33%;
    float: left;
}
.col-md-3 {
    width: 25%;
    float: left;
}
.col-md-1 {
    width: 8.33%;
    float: left;
}
.col-md-2 {
    width: 16.66%;
    float: left;
}

/*Custom styles added for fix v1.1*/
p.subscribe_email_link {    
    display: flex;
    justify-content: center;
    min-width: 320px;
}

.subscribe_email_link a { 
    opacity: 0.7;
    color: white;
}
.otn-connected-featured-article-list a.otn-connected-featured div:nth-child(2) {
	width: 100%;
}
div.otn-solution-tile.otn-connected-newsletter-signup .otn-tl-article-inner {
	display: inline-block;
}
#contact_us_form p,
.wpcf7-form .et_pb_contact p {
    clear: none;
}
.et_pb_section_0 .et_pb_row_2.leader-team {
	margin-bottom: 30px !important
}
.otn-tl-newsletter-signup-form-fields input[placeholder] {
	text-transform: lowercase;
	font-style: italic;
}
@media only screen and (max-width: 767px) {
.et_pb_row.leader-team div.et_pb_column {
    margin-bottom: 30px !important;
}
.et_pb_section_0 .et_pb_row_2.leader-team {
	margin-bottom: 0px !important
}
}

.contactform-cta h3.regular-blurb {
	font-size: 18px;
}

.contactform-cta.pilot-cta {
	max-width: 940px;
}

.h2-header1.pilot-cta-header
{
    color: #0078C9 !important;
    font-family: "Proxima Nova";
    font-weight: 300;	
}

@media only screen and (max-width: 980px) {
.et_pb_row.otn-vendor-tab {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: initial !important;
}
	.et_pb_row.otn-vendor-tab .et_pb_column {
    margin: 0px;
    width: 60vw !important;
    flex: 1 0 auto;
}
	.et_pb_row.otn-vendor-tab div.et_pb_column {
    margin-left: 15px;
}
}

/*@media only screen and (max-width: 991px) {
.otn-featured-tile-container .otn-featured-tile {
    max-width: 78vw;
}
	
}*/

.contactform-cta.pilot-cta._fr a.btn.btn-green {
	height:90px;
	padding: 10px 20px;
}

.map-container .legend-container li span:before {
    content: "\A";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #db525c;
    display: inline-block;
    margin: 0 10px;
}

.map-container .legend-container li:nth-child(2) span:before {
    background: #0078c9;
}

.map-container .legend-container li {
    list-style-type: none;
}

.map-container .legend-container {
	display: flex;
    justify-content: flex-end;
    margin-top: 67px;
    border: 1px solid black;
}

.map-container .map-description {
	flex-flow: column;
}

.map-container .legend-container ul {
	padding: 20px;
}

#contact_us_form.french .et_pb_contact_field_0 label.your-name {
	display:block;
}

#contact_us_form .custom_select:after {
    top: -20px;
    right: 20px;
    float: right;
    position: relative;
}

#contact_us_form p.et_pb_contact_field:not(.et_pb_contact_field_last), p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half) {
    clear: both;
}


@media only screen and (max-width: 574px) {
	.otn-solution-tile-container .otn-solution-tile:not(.otn-connected-featured), 
	.otn-solution-tile-container.otn-solution-tile-container-3-wide .otn-solution-tile:not(.otn-connected-featured),
	.otn-solution-tile-container .otn-solution-tile:not(.otn-full-image-tile){
		/*width: 100%;*/
	}
	.otn-solution-tile-container .otn-solution-tile:not(.otn-full-image-tile) {
		flex-direction: row;
		width: 100%;
		max-width: 100%;
	}
	
	.otn-solution-tile-container .otn-solution-tile:not(.otn-full-image-tile)>div:last-of-type {
		flex: 0 1 auto;
		flex-grow: 1;
		overflow: hidden;
    }
	
	.otn-solution-tile-container .otn-solution-tile:not(.otn-no-image-tile):not(.otn-full-image-tile) h4 {
		padding: 6px 10px 6px;
	}
	.otn-solution-tile-container .otn-solution-tile.otn-resource-tile:not(.otn-no-image-tile):not(.otn-full-image-tile) h4 {
		padding: 10px;
	}
	a.otn-solution-tile.otn-resource-tile:not(.otn-full-image-tile) {
    	height: auto !important;
		max-width: 100%;
	}
	.otn-solution-tile-container .otn-solution-tile:not(.otn-full-image-tile)>div:first-of-type {
		min-width: 70px;
		height: auto !important;
    	min-height: 85px;
	}
	.otn-solution-tile-container .otn-solution-tile.otn-resource-tile:not(.otn-full-image-tile)>div:first-of-type {
		min-width: 60px;
	}
	.otn-solution-tile-container a.otn-solution-tile:not(.otn-full-image-tile) h4,
	.otn-solution-tile-container a.otn-solution-tile.otn-resource-tile:not(.otn-full-image-tile) h4 {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		font-size: 18px !important;
	}
	.otn-solution-tile-container a.otn-solution-tile:not(.otn-full-image-tile) h4 {
		text-align: left;
		justify-content: flex-start;
		/*padding: 0;*/
		font-size: 22px !important;
	}
	.otn-solution-tile-container a.otn-solution-tile.otn-resource-tile:not(.otn-full-image-tile) p {
		margin: 0px 10px;
		text-align: left;
	}
	.otn-solution-tile-container.otn-solution-tile-container-3-wide .otn-solution-tile:not(.otn-full-image-tile) {
		max-width: 100%;
	}

	
}

.home .services-box-3.flex-services-box-3 .et_pb_column_1_3 {
	float: none;
	clear: both;
	display: flex;
	border-bottom: 1px solid #D8D8D8;
	align-items: center;
	margin: 0;
	padding: 20px 0;
	max-width: 100%;
	width: 100%;
}
.home .services-box-3.flex-services-box-3 .et_pb_column_1_3:last-of-type {
	border: 0;
}
.home .services-box-3.flex-services-box-3 .et_pb_image {
	margin: 0;
}
.home .services-box-3.flex-services-box-3 img {
	height: auto;
	width: 40px;
}
.home .services-box-3.flex-services-box-3 .et_pb_text_inner {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	margin: auto 20px;
}
.home .services-box-3.flex-services-box-3 h3 {
	padding: 0;
	text-align: left !important;
}

/*Careers Page*/
.careers-container {
	max-width: 780px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.careers-container .careers-links {
	width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.35);
    border-radius: 6px 6px 6px 6px;
    padding: 30px;
}
.careers-container .careers-links h3 {
    padding: 0;
	text-align: center;
}


@media only screen and (max-width: 980px) {
	.careers-container { 
		flex-direction: column;
	}
	
	.careers-container .careers-links {
		width: 100%;
   	 	margin-bottom: 30px;
	}
}

.contactform-cta a.btn.btn-green:hover {
    cursor: pointer;
}

/* Moving CSS added to Divi Theme Customizer into proper CSS file ends here */
