/* @override 
	https://www.rainierconnect.com/sites/all/themes/rainierconnect/css/josh.css?pj6sqe */

#block-superfish-2 {
	display: none;
}
.item-list .pager {
	margin-top: 3em;
}

/********************************************************************************************************
		Social Icon Styles
*********************************************************************************************************/

.resp-sharing-button {
	display: inline-block;
	border-radius: .35em;
	border-width: 0;
	border-style: solid;
	transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
	margin: 1em 0.25em 0.5em 0.25em;
	padding: 0.5em 0.75em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
a .resp-sharing-button {
	
}
.resp-sharing-button a,
.resp-sharing-button a:hover {
	text-decoration: none;
	color: #FFF;
	display: block;
}
.resp-sharing-button__icon {
	display: inline-block;
}
.resp-sharing-button__icon svg {
	width: 1em;
	height: 1em;
	margin-bottom: -0.1em;
}
.resp-sharing-button__icon {
	stroke: #FFF;
	fill: none;
}
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
	fill: #FFF;
	stroke: none;
}
.resp-sharing-button__link {
	text-decoration: none;
	color: #FFF;
}
#block-block-8 .footer_nav ul.menu li.first {
	margin-left: 0;
}
.media-footer.right a:hover,
.media-footer.right a:visited {
	color: #FFF;
}
.resp-sharing-button--large .resp-sharing-button__icon svg {
	padding-right: 0.4em;
}
.resp-sharing-button__wrapper {
	display: inline-block;
}
.resp-sharing-button--facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
	background-color: #2d4373;
	border-color: #2d4373;
}
.resp-sharing-button--twitter {
	background-color: #55acee;
	border-color: #55acee;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
	background-color: #2795e9;
	border-color: #2795e9;
}
.resp-sharing-button--google {
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
	background-color: #c23321;
	border-color: #c23321;
}
.resp-sharing-button--linkedin {
	background-color: #0976b4;
	border-color: #0976b4;
}
.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
	background-color: #075683;
	border-color: #075683;
}

/********************************************************************************************************
		Global Container styles
*********************************************************************************************************/

#main {
	margin-bottom: 4%;
}
.mobile-show {
	display: none;
}

/********************************************************************************************************
		Clearfixes
*********************************************************************************************************/

.field-type-text-with-summary:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*SUPPORT BOX STYLES*/
.page-support h1#page-title.title {
	display: none;
}
.node54 p,
.node54 ul {
	margin: 0;
}
.node37 div.col1 {
	width: 53%;
	float: left;
}
.node37 div.col2 {
	float: right;
	width: 41%;
	background: url(/sites/all/themes/rainierconnect/img/support-top-box-div.png) left center no-repeat;
	background-size: contain;
	padding-left: 6%;
	position: relative;
}
.page-support .full-width .support-body {
	background: #f0f4f9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3% 4%;
	height: 100%;
	border-radius: .35em;
}
/*END SUPPORT BOX STYLES*/

/********************************************************************************************************
		Mobile Menu
*********************************************************************************************************/

#block-menu-block-5 .menu-block-wrapper {
	text-align: center;
	background: #959ca2;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1000;
}
#block-menu-block-5 > .content > .menu-block-wrapper > ul > li.nolink > span {
	display: none;
}
#block-menu-block-6 {
	display: none;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul.menu,
#block-menu-block-5 > .content > .menu-block-wrapper > ul.menu {
	margin-top: 3.5em;
}
#block-menu-block-6 ul li,
#block-menu-block-6 ul li.expanded,
#block-menu-block-6 ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 0;
	margin: 0;
}
.menu-block-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%;
}
#block-menu-block-6.show-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 9;
	height: 100%;
}
#block-menu-block-6 .content {
	position: fixed;
	padding-top: 0;
	background: #fff;
	width: 70%;
	height: 100%;
	z-index: 25;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	box-shadow: 0 .15em .4em rgba(0, 0, 0, .3);
}
#block-menu-block-6.show-menu .content {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-menu-header {
	height: 3.5em;
	background: #959ca2;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
}
.mobile-menu-header .menu-text {
	display: table;
	height: 100%;
	width: 100%;
	cursor: initial;
}
.mobile-menu-header .menu-text p {
	margin: 0;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	font-size: 1.25em;
}
.mobile-menu-header span {
	display: table-cell;
	vertical-align: middle;
}
.mobile-menu-header img {
	padding: 1.125em 1.25em;
	height: 1.25em;
}
.mobile-menu-close {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.mobile-menu-close a {
	cursor: pointer;
	display: block;
}
#block-menu-block-6 li,
#block-menu-block-5 li {
	padding: 0;
	border-bottom: .12em solid #ccc;
	margin: 0;
}
#block-menu-block-6 li.first {
	border-top: .12em solid #ccc;
}
#block-menu-block-5 li .nolink {
	background: #ccc;
	cursor: initial;
	border-top: .12em solid #ccc;
}

#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.expanded {
	height: 100%;
	background-image: url('/sites/all/themes/rainierconnect/img/drop-down-arrow.png');
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: 90% 1.45em;
	cursor: pointer;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.menu-expanded {
	background-image: url('/sites/all/themes/rainierconnect/img/drop-down-arrow-white.png');
	background-color: #009ddc;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.menu-expanded > ul.menu {
	background-color: #f0f4f9;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.menu-expanded > ul.menu > li > a {
	display: block;
	font-size: .8em;
	padding-left: 2.75em;
}
#block-menu-block-6 li a {
	display: inline-block;
	height: 100%;
	padding: .9em .5em .9em 1.25em;
	color: #002b53;
}
#block-menu-block-5 ul li {
	display: block;
	padding: .9em .5em .9em 1.25em;
	color: #002b53;
}
#block-menu-block-5 ul li.span {
	display: block;
	padding: .9em .5em .9em 1.25em;
}
#block-menu-block-5 .mobile-background {
	text-align: center;
}
#block-menu-block-6 li.expanded ul {
	display: none;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.expanded.active-trail > ul.menu {
	background-color: #f0f4f9;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.active-trail > a {
	color: #009ddc;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.menu-expanded.active-trail > a {
	color: #fff;
}
#block-menu-block-6 > .content > .menu-block-wrapper > ul > li.expanded.active-trail > ul {
	background: #009ddc;
	color: #fff;
}
#mobile-menu {
	display: none;
	height: 2em;
	width: 2em;
	background: url('/sites/all/themes/rainierconnect/img/mobile-menu-small-dark-blue.png') no-repeat;
	background-size: contain;
	text-indent: -3.25em;
	color: #0b4b86;
	float: right;
	margin-right: 4%;
	margin-top: 6.5%;
}
#mobile-menu.close-button {
	display: none;
}
.page-user #main {
	width: 92%;
	margin: 3% auto 0 auto;
}
textarea,
input {
	border-radius: .25em;
	text-indent: 1em;
	vertical-align: top;
}
.scroll-left,
.scroll-right {
	display: none;
	color: #fff;
}
.scroll-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 3%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px;
	background: url(/sites/all/themes/rainierconnect/img/arr_left.png)no-repeat center;
	background-size: 56%;
}
.scroll-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 3%;
	height: 100%;
	z-index: 1;
	text-indent: -9999px;
	background: url(/sites/all/themes/rainierconnect/img/arr_right.png)no-repeat center;
	background-size: 56%;
}
.green-page .grad-left {
	position: absolute;
	height: 100%;
	width: 10%;
	left: 0;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 CQk8P3htbCB2ZXJzaW9uPSIxLjAiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+DQogIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj4NCiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNmRiNDNmIiBzdG9wLW9wYWNpdHk9IjAiLz4NCiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZGI0M2YiIHN0b3Atb3BhY2l0eT0iMC41Ii8+DQogIDwvbGluZWFyR3JhZGllbnQ+DQogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+DQo8L3N2Zz4NCg=);
	background: -moz-linear-gradient(left, rgba(109, 180, 63, 1) 0, rgba(109, 180, 63, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(109, 180, 63, 1)), color-stop(100%, rgba(109, 180, 63, 0)));
	background: -webkit-linear-gradient(left, rgba(109, 180, 63, 1) 0, rgba(109, 180, 63, 0) 100%);
	background: -o-linear-gradient(left, rgba(109, 180, 63, 1) 0, rgba(109, 180, 63, 0) 100%);
	background: -ms-linear-gradient(left, rgba(109, 180, 63, 1) 0, rgba(109, 180, 63, 0) 100%);
	background: linear-gradient(to right, rgba(109, 180, 63, 1) 0, rgba(109, 180, 63, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff6db43f, endColorstr=#006db43f, GradientType=1, );
}
.purple-page .grad-left {
	position: absolute;
	height: 100%;
	width: 10%;
	left: 0;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODAyOSIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4MDI5IiBzdG9wLW9wYWNpdHk9IjAuNSIvPg0KICA8L2xpbmVhckdyYWRpZW50Pg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPg0KPC9zdmc+DQo=);
	background: -moz-linear-gradient(left, rgba(91, 63, 152, 1) 0, rgba(91, 63, 152, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(91, 63, 152, 0.5)), color-stop(100%, rgba(91, 63, 152, 0)));
	background: -webkit-linear-gradient(left, rgba(91, 63, 152, 1) 0, rgba(91, 63, 152, 0) 100%);
	background: -o-linear-gradient(left, rgba(91, 63, 152, 1) 0, rgba(91, 63, 152, 0) 100%);
	background: -ms-linear-gradient(left, rgba(91, 63, 152, 1) 0, rgba(91, 63, 152, 0) 100%);
	background: linear-gradient(to right, rgba(91, 63, 152, 1) 0, rgba(91, 63, 152, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff5d3f98, endColorstr=#005d3f98, GradientType=1, );
}
.orange-page .grad-left {
	position: absolute;
	height: 100%;
	width: 10%;
	left: 0;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODAyOSIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4MDI5IiBzdG9wLW9wYWNpdHk9IjAuNSIvPg0KICA8L2xpbmVhckdyYWRpZW50Pg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPg0KPC9zdmc+DQo=);
	background: -moz-linear-gradient(left, rgba(244, 128, 41, 1) 0, rgba(244, 128, 41, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(91, 63, 152, 0.5)), color-stop(100%, rgba(244, 128, 41, 0)));
	background: -webkit-linear-gradient(left, rgba(244, 128, 41, 1) 0, rgba(244, 128, 41, 0) 100%);
	background: -o-linear-gradient(left, rgba(244, 128, 41, 1) 0, rgba(244, 128, 41, 0) 100%);
	background: -ms-linear-gradient(left, rgba(244, 128, 41, 1) 0, rgba(244, 128, 41, 0) 100%);
	background: linear-gradient(to right, rgba(244, 128, 41, 1) 0, rgba(244, 128, 41, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fff48029, endColorstr=#00f48029, GradientType=1);
}
.blue-page .grad-left {
	position: absolute;
	height: 100%;
	width: 10%;
	left: 0;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODAyOSIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4MDI5IiBzdG9wLW9wYWNpdHk9IjAuNSIvPg0KICA8L2xpbmVhckdyYWRpZW50Pg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPg0KPC9zdmc+DQo=);
	background: -moz-linear-gradient(left, rgba(11, 75, 134, 1) 0, rgba(11, 75, 134, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(91, 63, 152, 0.5)), color-stop(100%, rgba(11, 75, 134, 0)));
	background: -webkit-linear-gradient(left, rgba(11, 75, 134, 1) 0, rgba(11, 75, 134, 0) 100%);
	background: -o-linear-gradient(left, rgba(11, 75, 134, 1) 0, rgba(11, 75, 134, 0) 100%);
	background: -ms-linear-gradient(left, rgba(11, 75, 134, 1) 0, rgba(11, 75, 134, 0) 100%);
	background: linear-gradient(to right, rgba(11, 75, 134, 1) 0, rgba(11, 75, 134, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff0b4b86, endColorstr=#000b4b86, GradientType=1);
}
.green-page .grad-right {
	position: absolute;
	height: 100%;
	width: 10%;
	right: 0;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 CQk8P3htbCB2ZXJzaW9uPSIxLjAiID8+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+DQogIDxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZC11Y2dnLWdlbmVyYXRlZCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj4NCiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNmRiNDNmIiBzdG9wLW9wYWNpdHk9IjAiLz4NCiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZGI0M2YiIHN0b3Atb3BhY2l0eT0iMC41Ii8+DQogIDwvbGluZWFyR3JhZGllbnQ+DQogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+DQo8L3N2Zz4NCg=);
	background: -moz-linear-gradient(left, rgba(109, 180, 63, 0) 0, rgba(109, 180, 63, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(109, 180, 63, 0)), color-stop(100%, rgba(109, 180, 63, 1)));
	background: -webkit-linear-gradient(left, rgba(109, 180, 63, 0) 0, rgba(109, 180, 63, 1) 100%);
	background: -o-linear-gradient(left, rgba(109, 180, 63, 0) 0, rgba(109, 180, 63, 1) 100%);
	background: -ms-linear-gradient(left, rgba(109, 180, 63, 0) 0, rgba(109, 180, 63, 1) 100%);
	background: linear-gradient(to right, rgba(109, 180, 63, 0) 0, rgba(109, 180, 63, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff6db43f, endColorstr=#006db43f, GradientType=1, );
}
.purple-page .grad-right {
	position: absolute;
	height: 100%;
	width: 10%;
	right: 0;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODAyOSIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4MDI5IiBzdG9wLW9wYWNpdHk9IjAuNSIvPg0KICA8L2xpbmVhckdyYWRpZW50Pg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPg0KPC9zdmc+DQo=);
	background: -moz-linear-gradient(left, rgba(91, 63, 152, 0) 0, rgba(91, 63, 152, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(91, 63, 152, 0)), color-stop(100%, rgba(91, 63, 152, 1)));
	background: -webkit-linear-gradient(left, rgba(91, 63, 152, 0) 0, rgba(91, 63, 152, 1) 100%);
	background: -o-linear-gradient(left, rgba(91, 63, 152, 0) 0, rgba(91, 63, 152, 1) 100%);
	background: -ms-linear-gradient(left, rgba(91, 63, 152, 0) 0, rgba(91, 63, 152, 1) 100%);
	background: linear-gradient(to right, rgba(91, 63, 152, 0) 0, rgba(91, 63, 152, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff5d3f98, endColorstr=#005d3f98, GradientType=1, );
}
.orange-page .grad-right {
	right: 0;
	position: absolute;
	height: 100%;
	width: 10%;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODAyOSIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4MDI5IiBzdG9wLW9wYWNpdHk9IjAuNSIvPg0KICA8L2xpbmVhckdyYWRpZW50Pg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPg0KPC9zdmc+DQo=);
	background: -moz-linear-gradient(left, rgba(244, 128, 41, 0) 0, rgba(244, 128, 41, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(91, 63, 152, 0)), color-stop(100%, rgba(244, 128, 41, 1)));
	background: -webkit-linear-gradient(left, rgba(244, 128, 41, 0) 0, rgba(244, 128, 41, 1) 100%);
	background: -o-linear-gradient(left, rgba(244, 128, 41, 0) 0, rgba(244, 128, 41, 1) 100%);
	background: -ms-linear-gradient(left, rgba(244, 128, 41, 0) 0, rgba(244, 128, 41, 1) 100%);
	background: linear-gradient(to right, rgba(244, 128, 41, 0) 0, rgba(244, 128, 41, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#fff48029, endColorstr=#00f48029, GradientType=1);
}
.blue-page .grad-right {
	right: 0;
	position: absolute;
	height: 100%;
	width: 10%;
	z-index: 1;
	background: url(data:image/svg+xml;base64,
 PD94bWwgdmVyc2lvbj0iMS4wIiA/Pg0KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPg0KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjEwMCUiIHkyPSIwJSI+DQogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ODAyOSIgc3RvcC1vcGFjaXR5PSIwIi8+DQogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjQ4MDI5IiBzdG9wLW9wYWNpdHk9IjAuNSIvPg0KICA8L2xpbmVhckdyYWRpZW50Pg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPg0KPC9zdmc+DQo=);
	background: -moz-linear-gradient(left, rgba(11, 75, 134, 0) 0, rgba(11, 75, 134, 1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(91, 63, 152, 0)), color-stop(100%, rgba(11, 75, 134, 1)));
	background: -webkit-linear-gradient(left, rgba(11, 75, 134, 0) 0, rgba(11, 75, 134, 1) 100%);
	background: -o-linear-gradient(left, rgba(11, 75, 134, 0) 0, rgba(11, 75, 134, 1) 100%);
	background: -ms-linear-gradient(left, rgba(11, 75, 134, 0) 0, rgba(11, 75, 134, 1) 100%);
	background: linear-gradient(to right, rgba(11, 75, 134, 0) 0, rgba(11, 75, 134, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff0b4b86, endColorstr=#000b4b86, GradientType=1);
}
.grad-right,
.grad-left {
	display: none;
}

#avail_button .open-res-pop,
.phone-plans .open-res-pop img,
#avail_button .order-button,
.phone-plans .order-button img
 {
	width: 12em;
}
.open-res-pop {
	display: inline-block;
	height: 100%;
}

.net-speeds a img {
	width: 7.5em;
}
div.popover aside {
	margin-left: auto;
	margin-right: auto;
	width: 30%;
	background-color: #f0f4f9;
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	margin: 0 auto;
	border-radius: .35em;
}
a#logo img {
	width: 100%;
	height: auto;
}
a#logo {
	padding: 0;
	margin: -1% 4% 2.5%;
	display: block;
	width: 18.5%;
	float: left;
}
#block-menu-block-5 {
	display: none;
	cursor: pointer;
}
#block-menu-block-5 ul,
#block-menu-block-5 ul li.expanded {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#block-menu-block-5 .menu {
	text-align: center;
}
#header .region-top-nav {
	float: right;
	padding: 0 1.45% 0 0;
	width: 55%;
	font-size: 1.15em;
}
.region-top-nav .block {
	float: left;
	padding: .75em 0;
}
.local-choice {
	width: 70%;
	margin: 1% auto 0 auto;
}
.region-top-nav #block-block-63 {
	width: 36%;
}
ul#superfish-1 > li > ul {
	border: 1px solid #ccc;
	border-radius: 0;
}
ul#superfish-1 > li > ul > li {} .region-top-nav #block-superfish-1,
.region-top-nav #block-menu-block-5 {
	width: 34%;
	padding-bottom: .13em;
}
.region-top-nav #block-superfish-1 ul#superfish-1 .sf-depth-1.menuparent {
	padding: .2em 0;
	border: none !important;
}
.region-top-nav #block-block-62 {
	width: 30%;
	text-align: center;
	border-right: .075em solid #ccc;
	border-left: .075em solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.region-top-nav #block-block-62 a {
	color: #767676;
}
.phone-number img {
	width: 100%;
	height: auto;
}
.phone-number {
	position: relative;
}
.phone-number span {
	position: absolute;
	top: 0;
	margin-top: -.1em;
	left: 2em;
	width: 4.35%;
}
.phone-number p {
	margin: 0;
	display: inline-block;
}
.phone-number .phone {
	margin-left: .75em;
}
#block-superfish-1 .sf-menu ul {
	left: initial !important;
	position: absolute;
	right: 0;
	width: 12em;
}
#block-superfish-1 ul#superfish-1 li a,
#block-superfish-1 ul#superfish-1 li span {
	padding: 1.25em 1.25em;
}
#block-superfish-1 > .content > ul#superfish-1 > li {
	float: none;
	list-style: none;
	background-size: 1%;
	padding: 1% 0 0 0;
	text-align: center;
}
#block-superfish-1 .content ul#superfish-1 .sf-depth-2 {
	font-size: .85em;
	background: #fff;
	border: 0;
	text-align: left;
}
#block-superfish-1 .content ul#superfish-1 li.sf-depth-2 span.sf-depth-2 {
	color: #aaa;
	padding-left: 1em;
}
#menu-760-1 {
	border-top: .1em solid #ccc !important;
	border-bottom: .1em solid #ccc !important;
}
#menu-379-1 span {
	border-bottom: .1em solid #ccc !important;
}
.sf-menu li.sfHover ul {
	z-index: 1000;
	padding: 0 8px 9px 0 !important;
	-moz-box-sizing: border-box;
	border-radius: .35em;
}
#block-superfish-1 ul#superfish-1 li.sf-item-3 {
	background: none;
}
#menu-375-1 span {
	background: url(/sites/all/themes/rainierconnect/img/local-choice-text2.png) no-repeat;
	padding: 0;
	background-position-y: 7px;
	background-size: 85%;
	font-size: 0px;
	color: #fff;
	width: 100%;
	text-indent: -10000px;
}
#menu-376-1 span {
	background: url(/sites/all/themes/rainierconnect/img/phone-logo.png) no-repeat 16% 70%;
	background-size: 4%;
}
#weather-search {
	clear: right;
	margin-top: 2em;
	margin-right: 5%;
	padding-right: 0;
	width: 16%;
}
#weather-search form {
	margin: 0 auto;
}
#weather-search-area input.Search {
	border: none;
	background-color: #f1f2f2;
	width: 100%;
	padding: .8em .75em .8em 0;
	margin: 0;
	font-size: 1em;
	position: relative;
	text-indent: 3em;
	z-index: 0;
	line-height: 1em;
	border-radius: .35em;
}
#weather-search-area input#search-button {
	z-index: 20;
	width: 1.6em;
	position: absolute;
	left: 1.75em;
	top: 30%;
	max-width: 8%;
}
#weather-search-area label {
	position: absolute;
	z-index: 2;
	left: 21%;
	font-size: .85em;
	top: 34%;
	color: #a5a5a5;
	font-weight: normal;
	text-align: center;
	line-height: 1em;
	padding: 0;
}
#weather-search-area label.mobile {
	display: none !important;
	left: 38%;
}
aside.find-plans div.box.content,
.standardbox div.field-content {
	width: 87.5%;
	margin: 1.3em auto;
	background-color: #f0f4f9;
}
.custombox.two-thirds.short div.field-content {
	margin: 2em 0 0 2em;
}
.standardbox .views-row.views-row-first {
	padding-top: 0;
}
.standardbox .views-row {
	padding: 4% 0;
	border-bottom: .15em solid #ccc;
}
#block-block-5 div.content aside.find-plans {
	float: none;
}
.title-bar,
div.views-row.standardbox h3.field-content {
	text-align: left;
	padding: 2.75% 0 2.75% 6%;
	color: #fff;
	border-radius: .35em .35em 0 0;
	margin-bottom: .25em;
	font-weight: normal;
	font-size: 1.05em;
	line-height: 1;
}
.green-page .title-bar,
.green-page div.views-row.standardbox h3.field-content {
	background: #6db43f;
}
.purple-page .title-bar,
.purple-page div.views-row.standardbox h3.field-content {
	background: #5b3f98;
}
.orange-page .title-bar,
.orange-page div.views-row.standardbox h3.field-content {
	background: #f48029
}
.blue-page .title-bar,
.blue-page div.views-row.standardbox h3.field-content {
	background: #0b4b86;
}
#container aside.find-plans div.box.content h3 {
	font-family: myriad-pro, Helvetica;
	font-size: 1.5em;
	font-weight: 200;
	margin: 0;
	margin-bottom: 1em;
	white-space: nowrap;
}
#container.green-page div.finder-find_plans_pricing input.form-submit {
	background-color: #6db43f;
}
#container.purple-page div.finder-find_plans_pricing input.form-submit {
	background-color: #5b3f98;
}
#container.orange-page div.finder-find_plans_pricing input.form-submit {
	background-color: #f48029
}
#container.blue-page div.finder-find_plans_pricing input.form-submit {
	background-color: #0b4b86;
}
img {
	max-width: 100%;
	height: auto;
}

/********************************************************************************************************
		GLOBAL BOX WIDTHS
*********************************************************************************************************/

.one-third {
	width: 31.58333333333333%;
	margin-bottom: 1.75%;
	margin-right: 1.75%;
	float: left;
	border-radius: .35em;
}
.two-thirds {
	width: 64.91666666666666%;
	margin-bottom: 1.75%;
	margin-right: 1.75%;
	border-radius: .35em;
	float: left;
}
.full-width {
	width: 98.25%;
	margin-bottom: 1.75%;
	border-radius: .35em;
	height: 0;
	padding-bottom: 32.054%;
	position: relative;
	overflow: hidden;
}
.one-third-margins {
	width: 29.565%;
}
.two-thirds-margins {
	width: 60.767%;
}
#main-outer {
	margin-top: 1.75em;
}

/********************************************************************************************************
		Basic page styles
*********************************************************************************************************/

#main-holder-inner .basic-page-content {
  float: left;
  width: 92%;
}
#main-holder-inner .basic-page-content > .webform-client-form {
	max-width: 100%;
	width: 700px;
}
.node-type-page #main-holder-inner > .content,
.node-type-support-entry #main-inner,
.page-node-done #main-inner,
.page-find-plans-pricing #main-inner,
.page-taxonomy #main-inner,
.page-search-node #main-inner,
.page-node.node-type-webform #main-inner,
.page-support-support-browse-results #main-inner,
.page-support-browse-results #main-inner,
.node-type-news #main-inner,
.node-type-service-address #main-inner,
.page-find-plans-pricing-popup #main-inner,
.page-people-finder #main-inner,
.page-support-search #main-inner,
.page-content-finder #main-inner {
	margin: 0 4%;
}
/* 
.node-type-page #main-outer,
.page-find-plans-pricing #main-outer {
	margin-top: 4%;
}
 */
.node-type-tabbed-page #main-outer,
.node-type-fiber-city #main-outer {
	width: 100%;
}
.node-type-page #page-title {
	display: none;
}
.page-node-238017 #block-block-5,
.page-node-238018 #block-block-5,
.page-node-238025 #block-block-5,
.page-node-238026 #block-block-5 {
	display: none;
}

/********************************************************************************************************
		GLOBAL BOX STYLES
*********************************************************************************************************/

div#above-content-left,
div#city {
	float: left;
	height: auto;
	overflow: hidden;
}
div#above-content-right,
div#pre-stage {
	float: right;
	background-color: #f0f4f9;
	height: 0;
	padding-bottom: 22.393%;
	overflow: hidden;
}
div#above-content-right {
	overflow: initial;
}
.one-third {
	float: left;
	background: #f0f4f9;
	height: 0;
	padding-bottom: 23.948%;
	padding-bottom: 29.25%;
	position: relative;
}
.two-thirds {
	height: 0;
	padding-bottom: 23.948%;
	padding-bottom: 29.25%;
	background: #f0f4f9;
	float: left;
	position: relative;
}
.one-third.short {
	float: left;
	height: 0;
	padding-bottom: 16.58%;
	overflow: hidden;
	position: relative;
}
.two-thirds.short {
	height: 0;
	padding-bottom: 16.58%;
	background: #f0f4f9;
	float: left;
	position: relative;
}
.one-third .inner-wrap,
.two-thirds .inner-wrap,
.full-width .inner-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
#fanmail-arrow {
	margin-left: 0 !important;
	margin-top: 0 !important;
	right: -7%;
	width: 12%;
	top: 9.5%;
	position: absolute;
	z-index: 1 !important;
}
#fanmail-arrow img {
	width: 100%;
	height: auto;
}
div#above-content-left img,
div#above-content-right img {
	width: 100% !important;
	height: auto !important;
}
div#above-content-left,
div#above-content-right,
div#pre-stage,
div#city {
	margin-bottom: 1.75em;
	border-radius: .36em;
}
#block-block-29 {
	background: #f0f4f9;
	border-radius: .35em;
}
#block-block-29 input[type="submit"] {
	background-position: 85% 1em;
	padding: 0 2.25em 0 0;
	background-color: #009ddc;
}
#block-block-29 > .content > #media-connect-bg > .inline {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	padding: 0 1.5%;
	min-height: 5.125em;
}
#block-block-29 .right-border {
	border-right: .1em solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#block-block-29 h3 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 1.35em;
}
#block-block-29 form div.inputwrap.text {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	margin-top: .75em;
	width: 17.5em;
	position: relative;
}
#block-block-29 .form-actions {
	display: inline-block;
	vertical-align: top;
	height: 3em;
	margin-bottom: 0;
	width: 22%;
	margin-left: .25em;
	margin-top: .75em;
}
#block-block-29 .content {
	padding: 1.6em 0;
}
#block-block-29 #share-content-margin .inline {
	float: left;
	margin-right: 5%;
	margin-top: 7%;
}
#block-block-29 #share-content-margin margin-top:.5em;
}
#block-block-29 .follow-icon {
	margin-right: 1em;
}
#block-block-29 #follow-content-margin {
	margin-top: 1em;
}
#block-block-29 .share-content-margin {
	margin-top: 1.25em;
}
.follow-icon {
  margin-right: 6.333%;
  display: block;
  width: 20%;
  float: left;
}
.follow-icon:last-child {
	margin-right: 0;
}
#block-block-29 .social {
	display: inline-block;
	vertical-align: middle;
	padding: 1%;
}
#block-block-29 .social.facebook {
	background: url(/sites/all/themes/rainierconnect/img/facebook-share.png)no-repeat;
	text-indent: -9999px;
	background-size: contain;
	width: 20%;
}
.media-footer.left {
	width: 36.65%;
	padding: 0 2em;
}
.media-footer.right {
	width: 39.5%;
	padding: 0 0 0 2em;
}
.media-footer form div.inputwrap.text input {
	border: none;
	background: #fff;
}
.media-footer.middle {
	width: 21%;
	padding: 0% 2em;
}
.media-footer {
	display: block;
	float: left;
}
#new-newsletter label {
	z-index: 2;
	top: .5em;
	left: .9em;
	font-size: 1em;
	color: #999 !important;
	font-weight: normal !important;
}
.net-speeds tr {
	border-bottom: .1em solid #ccc;
}
.net-speeds .col2 label,
.net-speeds .col3 label,
.mobile-cost,
.net-speeds .col4 label,
.net-speeds .col5 label {
	display: none;
}
/*TABS*/

.tabinner {
	padding: 4% 4% 4% 4%;
	width: 92%;
	background: rgba(255, 255, 255, .9);
}
#main div.content div.tab-nav-wrap {
	white-space: nowrap;
	padding: 0;
	margin: 0 auto;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	position: relative;
}
.tab-nav-wrap-outer {
	position: relative;
}
.node-type-tabbed-page .purple-page .tabs .tab_content,
.purple-page #main div.content div.tabs div.tabNavigation,
.purple-page #main div.content div.tab-nav-wrap div.tabNavigation,
.purple-page #main div.content div.tab-nav-wrap {
	background: #5b3f98;
}
.node-type-tabbed-page .orange-page .tabs .tab_content,
.orange-page #main div.content div.tabs div.tabNavigation,
.orange-page #main div.content div.tab-nav-wrap div.tabNavigation,
.orange-page #main div.content div.tab-nav-wrap {
	background: #f48029;
}
.node-type-tabbed-page .blue-page .tabs .tab_content,
.blue-page #main div.content div.tabs div.tabNavigation,
.blue-page #main div.content div.tab-nav-wrap div.tabNavigation,
.blue-page #main div.content div.tab-nav-wrap,
input[type="submit"] {
	background: #0b4b86;
}
.node-type-tabbed-page .green-page .tabs .tab_content,
#container.green-page div.tabNavigation,
.green-page #main div.content div.tab-nav-wrap,
.green-page #main div.content div.tab-nav-wrap-outer {
	background: #6db43f;
}
#main div.content div.tabs div.tabNavigation div.selected a.selected,
#main div.content div.tab-nav-wrap div.tabNavigation div.selected a.selected {
	color: #fff;
}
body #container.green-page #main div.content div.tabs div.tabNavigation .bar-wrap div a.selected {
	border-bottom: .25em solid #B3FF80;
}
body #container.purple-page #main div.content div.tabs div.tabNavigation .bar-wrap div a.selected {
	border-bottom: .25em solid #A880FF;
}
body #container.orange-page #main div.content div.tabs div.tabNavigation .bar-wrap div a.selected {
	border-bottom: .25em solid #FFB780;
}
body #container.blue-page #main div.content div.tabs div.tabNavigation .bar-wrap div a.selected {
	border-bottom: .25em solid #80C1FF;
}
#main div.content div.tabs div.tabNavigation div a,
#main div.content div.tab-nav-wrap div.tabNavigation div a {
	color: rgba(255, 255, 255, 0.7);
}
#main div.content div.tab-nav-wrap div.tabNavigation {
	padding: 0 4%;
	position: relative;
	list-style-type: none;
	height: 100%;
}
div.tabNavigation .bar-wrap {
	padding: 0 2em;
	background: none;
	position: relative;
	max-width: 20%;
	white-space: normal;
	text-align: center;
	line-height: 1.4em;
	font-size: .85em;
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tab-nav-wrap {
	height: 3.5em;
}

/********************************************************************************************************
		NAV BAR STYLES
*********************************************************************************************************/

.bar-wrap {
	display: inline-block;
	text-align: center
}
.bar-wrap div a {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}
.bar-wrap div {
	display: table;
}
.tabNavigation,
.bar-wrap,
.bar-wrap div {
	height: 101%;
}

/********************************************************************************************************
		HOMEPAGE BOX STYLES
*********************************************************************************************************/

.front #main,
.page-support #main {
	margin-bottom: 2.25%;
}
.owl-carousel .owl-item img {
	height: auto;
}
.owl-dots {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.owl-dot {
	background-color: rgba(255, 255, 255, .6);
	height: 1em;
	width: 1em;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	display: inline-block;
	margin-right: .5em;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}
.owl-dot.active {
	background-color: rgba(255, 255, 255, 1);
}
.view-homepage .views-row-5 > .inner-wrap > a {
	color: #fff;
	float: right;
	padding: 2% 6.5% 2% 0;
}
#home_product_bg .one-third {
	text-align: center;
	margin-top: 5em;
	margin-left: 0;
	margin-right: 8%;
	width: 25%;
}
#home_product_bg .one-third.first {
	margin-left: 4%;
}
#home_product_bg .one-third.last {
	margin-right: 4%;
}
#home_product_bg .one-third img {
	height: auto;
}
div.views-row-4,
div.views-row-5,
div.views-row-6 {
	position: relative;
}
div.view-homepage div.views-row-4 .inner-wrap {
	background-image: url(/sites/all/themes/rainierconnect/img/home-about-back.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: .35em;
}
div.views-row-2 .inner-wrap,
div.views-row-4 .inner-wrap,
div.views-row-5 .inner-wrap,
div.views-row-6 .inner-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.views-row-4 #about_bg {
	height: 100%;
	margin: 0;
	padding: 12%;
}
body.front .view-homepage > div.view-content,
body.page-support .view-support-page > div.view-content {
	padding: 0 !important;
	width: 101.75%;
}
#click_bg,
#question_bg {
	display: none;
}
#about_title {
	display: block;
	font-size: 2em;
}
.slides_container .views-row img {
	width: 100% !important;
}
#block-views-homepage-slideshow-block div.content div#slides div.slides_container div {
	width: 100% !important;
}
#home_product_titles {
	overflow: hidden;
	position: absolute;
	height: 1px;
}
#home_product_cable {
	display: inline;
	padding-left: 75px;
}
#home_product_internet {
	display: inline;
	padding-left: 150px;
}
#home_product_phone {
	display: inline;
	padding-left: 121px;
}
#home_product_titles .one-third {
	padding-bottom: 0;
}
div.view-homepage,
div.view-support-page,
#highlighted {
	width: 92%;
	margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
	border-radius: .35em;
}
.view-content:after,
.view-support-page .views-row-6 .support-body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.promo-image-top {
	position: absolute;
	top: 0;
	border-radius: .35em;
}
.promo-image-bottom {
	position: absolute;
	bottom: 0;
	border-radius: .35em;
}
.view-homepage-slideshow {
	position: relative;
}
#slides div.pagein-hold {
	position: absolute;
	margin: 0;
	z-index: 20;
	width: 150px;
	left: 0;
	right: 0;
	bottom: 10%;
	margin: 0 auto;
	height: 25px;
	overflow: hidden;
	padding-left: 0;
}
.fanmail {
	background: none;
}
.view-homepage .views-row-6 {
	background: #fff;
}

/********************************************************************************************************
		SUPPORT PAGE BOX STYLES
*********************************************************************************************************/

.choose-wrap {
	width: 50%;
	float: left;
}
.imgcol {
	float: left;
	width: 24%;
	margin-top: 5%;
}
.support-text {
	float: left;
}
.support-text h3 {
	margin-bottom: 0;
	padding-left: 20px;
}
.support-1 {
	margin-bottom: 2em;
}
#block-custom-search-blocks-1 .block-title {
	margin-bottom: 0;
	border-radius: .35em .35em 0 0;
	border-bottom: 0;
	font-weight: normal;
}

/********************************************************************************************************
		GLOBAL FORM STYLES
*********************************************************************************************************/

.form-select {
	padding: .5em;
	border-radius: .35em;
	font-size: .85em;
	padding: 0 1.5em;
	cursor: pointer;
	height: 2.667em;
}
.form-item-custom-search-blocks-form-1 {
	margin-right: 1%;
	width: 70%;
	display: inline-block;
}
#search-form .form-item-keys {
	margin-right: 1%;
	width: 35%;
	display: inline-block;
}
#search-form .form-item-keys input {
	background: #f1f2f2;
	border: 2px solid #f1f2f2;
}
#search-form .form-type-checkbox {
	position: relative;
}
#search-form .form-type-checkboxes label {
	position: relative;
  top: 0;
  left: 0;
}
#custom-search-blocks-form-1 .form-actions {
	display: inline-block;
	width: 19%;
}
.form-item-custom-search-vocabulary-2 .custom-search-selector .form-type-radio {
	display: inline-block;
	margin-right: .75em;
}
form div.inputwrap.text,
.form-type-textfield {
	position: relative;
}
.search-form {
	position: relative;
}
#webform-client-form-237617 div.inputwrap.text input,
#loginInputs input.login_input,
#webform-client-form-116261 div.inputwrap.text input {
	-webkit-appearance: textfield;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	padding: 1px;
}
form div.inputwrap.text input {
	width: 100%;
	border-radius: .35em;
	margin: 0;
	font-size: .85em;
	color: #6c6c6c;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: block;
	height: 2.75em;
	background: #f1f2f2;
	border: none;
}
form div.inputwrap.text label,
.form-type-textfield label,
#search-form label {
	position: absolute;
	z-index: 2;
	top: 0.35em;
	left: 1.1em;
	font-size: 1em;
	color: #999;
	font-weight: normal;
}
#custom-search-blocks-form-1 .form-type-textfield label {
  margin: 0;
  left: .9em;
  top: .45em;
}
#custom-search-blocks-form-1 .form-type-textfield input {
	background: #fff;
}
#search-form label {
	top: .9em;
	left: 1.25em;
}
.page-user form#user-login div.inputwrap.text label,
.page-user .form-type-textfield label {
	position: initial;
}
.green-page .popover input[type="submit"] {
	background-color: #6db43f;
}
.orange-page .popover input[type="submit"] {
	background-color: #f48029;
}
input[type="submit"] {
	background-image: url('/sites/all/themes/rainierconnect/img/chevron-button.png');
	background-repeat: no-repeat;
	border-radius: .35em;
	font-size: 1em;
	border: 0;
	padding: 0 2.5em 0 0;
	color: #FFF;
	word-spacing: 0.25em;
	text-transform: capitalize;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	cursor: pointer;
	height: 2.6em;
	background-position: 88% 50%;
	background-size: .6em;
}
input[type="number"] {
/*   width: 100%; */
	min-width: 3em;
  border-radius: .35em;
  margin: 0;
  font-size: .85em;
  color: #6c6c6c;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  display: block;
  height: 2.75em;
  background: #f1f2f2;
  border: none;
}
#block-views-news-block-1 .views-row,
.node-type-support-entry .bread,
.node-type-support-entry .field-name-body,
.node-type-support-entry .field-name-field-entry-solution-answer,
.node-type-support-entry .field-type-taxonomy-term-reference {
	margin-bottom: 1.35em;
}
.node-type-support-entry .field-name-body p {
	margin-bottom: 0;
}
.tab_content form div.inputwrap.text input,
.tab_content form textarea {
	background: #fff;
}
.tabinnest table td span.th {
	margin-right: .5em;
	font-weight: bold;
}
.tabinnest table td,
.tabinnest table td span,
.tabinnest table td img,
.tabinnest table td p,
.tabinnest table td h2,
.tabinnest table td strong {
	vertical-align: middle;
}
.tabinnest table td h3 span,
.tabinnest table td .pkg_price span,
.tabinnest table.net-speeds td.last span {
	vertical-align: baseline;
}
.tabinnest table td:last-child a {
/*commented out by devin, can't find out what this was for and it was breaking a button*/
/*	display: block;*/
}
.media-footer.right a {
	display: inline-block;
}
.media-footer.right a span {
	display: inline-block;
}
#block-menu-menu-bottom-links ul.menu li.expanded.nolink:last-child {
	margin-right: 0;
}
#main .standardbox #block-views-news-block .content .views-row:last-child {
	border: none;
}
.tab_content.hd img {
	height: auto !important;
}
.tabinnest .view-channel-lineup table td span.th {
	margin-right: 0;
}
.view-support-page .views-row-5.standardbox div.field-content,
.view-support-page .views-row-4.standardbox div.field-content {
	background: none;
}
.page-node-17 .tabinnest img {
	margin: 0 0 .5em !important;
	border-radius: .35em;
}
.page-node-17 .tabinnest > div {
	clear: both;
	padding-top: 2em;
}
.page-node-17 .tabinnest > div:nth-child(odd) img {
	margin-right: 2em !important;
}
.page-node-17 .tabinnest > div:nth-child(even) img {
	margin-left: 2em !important;
}
.finder-form .element-invisible {
	overflow: auto;
}
#desc-table .col1 {
	width: 22%;
	text-transform: capitalize;
}
#desc-table .col2 {
  padding: 1em 0;
  width: 30%;
}